/* Turnier-Website — dasselbe CI wie die Live-Seite (Navy, Mint, Montserrat). */
:root {
  --bg: #121829; --bg2: #1A2238; --card: #1F2942; --line: rgba(255,255,255,.10);
  --text: #FFFFFF; --dim: #B7C0D6; --muted: #7E8AA6; --accent: #1EE88F; --accent-tx: #0E1A14; --live: #16a34a;
  --font: 'Montserrat', 'Poppins', system-ui, sans-serif; --mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body { min-height: 100vh; display: flex; flex-direction: column; background: radial-gradient(120% 70% at 50% -10%, #243257 0%, var(--bg) 60%); }
a { color: inherit; }

.fc-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 20px; border-bottom: 2px solid var(--accent); background: rgba(26,34,56,.7); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(6px); }
.fc-brand img { height: 52px; width: auto; display: block; }
.fc-stream { display: inline-flex; align-items: center; gap: 9px; padding: 6px 12px 6px 7px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.fc-stream img { width: 30px; height: 30px; border-radius: 8px; }
.fc-stream .tx { display: flex; flex-direction: column; line-height: 1.05; }
.fc-stream .tx small { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.fc-stream .tx b { font-size: 13px; font-weight: 900; }
.fc-stream .play { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: var(--accent-tx); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; padding-left: 2px; }
.fc-stream[hidden] { display: none; }

.fc-main { flex: 1; width: 100%; max-width: 1100px; margin: 0 auto; padding: 28px 20px 10px; }
.fc-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 24px; align-items: center; margin-bottom: 34px; }
.fc-kicker { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.fc-hero h1 { font-size: clamp(30px, 5vw, 54px); font-weight: 900; text-transform: uppercase; line-height: 1; letter-spacing: -.01em; }
.fc-meta { margin-top: 12px; color: var(--dim); font-size: 15px; line-height: 1.5; }
.fc-cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.fc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 12px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); color: var(--text); font-weight: 800; font-size: 14px; text-decoration: none; }
.fc-btn:hover { border-color: var(--accent); }
.fc-btn.primary { background: var(--accent); border-color: var(--accent); color: var(--accent-tx); }
.fc-btn[hidden] { display: none; }

.fc-status { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px; min-height: 150px; }
.fc-status.live { box-shadow: inset 0 0 0 2px var(--live); }
.fc-status-h { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.fc-status-h .pitch { color: var(--dim); letter-spacing: .04em; }
.fc-status-h .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--live); margin-right: 8px; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.fc-status-b.muted { color: var(--muted); font-size: 14px; line-height: 1.5; }
.fc-status-b .kick { display: block; margin-top: 6px; color: var(--text); font-weight: 800; }
.fc-now { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
.fc-now .team { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; min-width: 0; }
.fc-now .team .tn { font-size: 13px; font-weight: 800; line-height: 1.15; }
.fc-now .score { font-family: var(--mono); font-size: 44px; font-weight: 800; line-height: 1; white-space: nowrap; }
.fc-now .score i { font-style: normal; opacity: .4; padding: 0 4px; }
.fc-now .clock { grid-column: 1 / -1; text-align: center; font-size: 12px; font-weight: 700; color: var(--dim); text-transform: uppercase; letter-spacing: .06em; }
.crest { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,.08) center / contain no-repeat; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: var(--dim); }

.fc-sec { margin-bottom: 34px; }
.fc-sec h2 { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.fc-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.fc-day { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; text-decoration: none; }
.fc-day b { display: block; font-size: 16px; font-weight: 900; }
.fc-day span { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
.fc-day.done { opacity: .7; }
.fc-teams { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.fc-team { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; text-decoration: none; }
.fc-team .crest { width: 40px; height: 40px; border-radius: 10px; font-size: 11px; flex: none; }
.fc-team .tn { font-size: 13px; font-weight: 800; line-height: 1.15; }
.fc-sponsors .logos { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 18px 24px; align-items: center; justify-items: center; }
.fc-sponsors .lg { display: flex; align-items: center; justify-content: center; width: 100%; height: 54px; }
.fc-sponsors .lg img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; opacity: .92; }
.fc-sec[hidden] { display: none; }

.fc-foot { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; max-width: 1100px; width: 100%; margin: 0 auto; padding: 14px 20px 22px; color: var(--muted); font-size: 11px; }

@media (max-width: 760px) {
  .fc-head { padding: 10px 14px; } .fc-brand img { height: 42px; }
  .fc-stream .tx small { display: none; }
  .fc-main { padding: 20px 16px 8px; }
  .fc-hero { grid-template-columns: 1fr; gap: 16px; margin-bottom: 26px; }
  .fc-cta .fc-btn { flex: 1 1 100%; justify-content: center; }
  .fc-sponsors .logos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px 10px; }
  .fc-sponsors .lg { height: 40px; }
}
