body {
  background: #f6f7fb;
}

.photo-tile {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 14px;
  padding: 10px;
}

.photo-tile img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
}

.player-grid img {
  height: 145px;
}

.spinner-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.spinner-overlay.show {
  display: flex;
}

