/**
 * SPOTD — page Live (hub activité en direct)
 */
.spotd-live-route {
  padding-top: 1.75rem;
  padding-bottom: 3rem;
}

.spotd-live-route .spotd-live-embed {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16 / 9;
  max-height: 420px;
  background: #0e0e12;
}

.spotd-live-route .spotd-live-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.spotd-live-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 20, 28, 0.92);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  height: 100%;
}

a.spotd-live-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167, 139, 250, 0.35);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.spotd-live-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.spotd-live-card__meta {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

.spotd-live-pill {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spotd-live-players {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.spotd-live-players .badge {
  font-weight: 500;
}
