.fs-match-page {
  min-height: 100vh;
}

.fs-match-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 20px 70px;
}

.fs-match-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(246,248,239,.72) !important;
  text-decoration: none;
}

.fs-match-back:hover {
  color: #ffb81c !important;
}

.fs-match-hero,
.fs-match-card {
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.145);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  border-radius: 28px;
  color: #f6f8ef;
}

.fs-match-hero {
  padding: clamp(24px, 4vw, 44px);
}

.fs-match-kicker {
  color: #20e3a2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 10px;
}

.fs-match-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: .95;
  color: #fff;
}

.fs-match-subline {
  margin-top: 16px;
  color: rgba(246,248,239,.74);
  font-size: 1.05rem;
}

.fs-match-scoreboard {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.fs-match-team {
  min-height: 130px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  display: grid;
  place-items: center;
  text-align: center;
  gap: 10px;
}

.fs-match-team img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.fs-match-team strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: #fff;
}

.fs-match-score {
  min-width: 120px;
  padding: 18px 22px;
  border-radius: 22px;
  background: #ffb81c;
  color: #07120d;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fs-match-status-row {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.fs-match-status,
.fs-match-id {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(246,248,239,.78);
  font-size: .92rem;
}

.fs-match-countdown {
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(32,227,162,.10);
  border: 1px solid rgba(32,227,162,.22);
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}

.fs-match-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fs-match-card {
  padding: 24px;
}

.fs-match-card h2 {
  margin: 0 0 12px;
  color: #fff;
}

.fs-match-card p,
.fs-match-card li {
  color: rgba(246,248,239,.74);
}

.fs-match-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.fs-match-placeholder {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.16);
  color: rgba(246,248,239,.70);
}

.fs-match-muted {
  color: rgba(246,248,239,.58) !important;
}

@media (max-width: 760px) {
  .fs-match-scoreboard {
    grid-template-columns: 1fr;
  }

  .fs-match-score {
    width: 100%;
  }

  .fs-match-grid {
    grid-template-columns: 1fr;
  }
}

/* Live-Fix: sichtbarer Marker, wenn Spiel läuft aber noch keine Events vorliegen */
.fs-live-event--marker {
  background: rgba(32,227,162,.10);
  border-color: rgba(32,227,162,.28);
}

.fs-live-event--marker .fs-live-event__minute,
.fs-live-event--marker .fs-live-event__title {
  color: #20e3a2;
}
