* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #e8b923;
  --gold-dim: #b8911c;
  --ink: #f5f0e6;
  --muted: #9a937f;
  --card: rgba(232, 185, 35, 0.05);
  --line: rgba(232, 185, 35, 0.28);
  --sans: "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
body {
  min-height: 100vh;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, #2a3b1f 0%, #101810 45%, #060a06 100%) fixed;
  color: var(--ink);
  font-family: var(--serif);
}
.pitch-lines {
  position: fixed; inset: 0; pointer-events: none; opacity: 0.05; z-index: 0;
  background: repeating-linear-gradient(90deg, transparent 0 119px, var(--ink) 119px 120px);
}
nav {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 22px;
  padding: 18px 24px;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  border-bottom: 1px solid rgba(232, 185, 35, 0.18);
}
nav .brand { color: var(--gold); font-weight: 700; letter-spacing: 0.28em; text-decoration: none; }
nav a { color: var(--muted); text-decoration: none; padding: 4px 2px; }
nav a:hover { color: var(--ink); }
nav a.active { color: var(--gold); border-bottom: 1px solid var(--gold); }
main { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: 40px 22px 80px; }
.page-kicker { font-family: var(--sans); font-size: 11px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); }
h1.page-title { font-size: clamp(34px, 7vw, 56px); color: var(--gold); letter-spacing: 0.02em; margin-top: 10px; text-shadow: 0 2px 0 #6b5410, 0 6px 24px rgba(0,0,0,0.6); }
.page-sub { margin-top: 12px; font-style: italic; color: var(--muted); font-size: 16px; max-width: 640px; line-height: 1.6; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.05em;
  color: #0c0f08; background: linear-gradient(160deg, #f6d365, #e8b923);
  padding: 12px 22px; border-radius: 999px; text-decoration: none;
}
.btn:hover { filter: brightness(1.08); }

/* calendar */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; font-family: var(--sans); }
.filters button {
  font-family: var(--sans); font-size: 13px; font-weight: 500; cursor: pointer;
  color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px;
}
.filters button:hover { color: var(--ink); }
.filters button.on { color: #0c0f08; background: var(--gold); border-color: var(--gold); font-weight: 700; }
.tz-note { margin-top: 12px; font-family: var(--sans); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); }
.day { margin-top: 36px; }
.day h2 {
  position: sticky; top: 0; z-index: 3;
  font-size: 21px; color: var(--gold); padding: 10px 0 8px;
  background: linear-gradient(180deg, rgba(13,18,11,0.97) 75%, transparent);
}
.day h2 .today-chip {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #0c0f08; background: var(--gold); border-radius: 999px; padding: 3px 10px; margin-left: 10px; vertical-align: middle;
}
.match {
  display: flex; align-items: center; gap: 16px;
  background: var(--card); border: 1px solid rgba(232,185,35,0.16); border-radius: 12px;
  padding: 14px 18px; margin-top: 10px;
}
.match .when { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink); width: 84px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.match .when .ft { color: var(--gold); font-size: 16px; }
.match .when .ft-label { display: block; font-size: 9px; letter-spacing: 0.2em; color: var(--muted); font-weight: 500; }
.match .teams { font-size: 17px; color: var(--ink); min-width: 0; }
.match .teams .vs { color: var(--muted); font-style: italic; font-size: 14px; }
.match .meta { font-family: var(--sans); font-size: 12px; color: var(--muted); margin-top: 3px; }
.match .num { margin-left: auto; flex-shrink: 0; font-family: var(--sans); font-size: 10px; letter-spacing: 0.15em; color: var(--muted); opacity: 0.7; }
.loading, .error { margin-top: 40px; font-style: italic; color: var(--muted); }

/* news */
.news-section { margin-top: 44px; }
.news-section > h2 { font-size: 24px; color: var(--gold); }
.news-section > .section-sub { font-family: var(--sans); font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.7; max-width: 620px; }
.article {
  display: block; text-decoration: none;
  background: var(--card); border: 1px solid rgba(232,185,35,0.16); border-radius: 12px;
  padding: 18px 20px; margin-top: 12px;
}
.article:hover { border-color: var(--gold-dim); background: rgba(232,185,35,0.09); }
.article .src {
  font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: #0c0f08; background: var(--gold); border-radius: 4px; padding: 2px 8px; display: inline-block;
}
.article h3 { color: var(--ink); font-size: 18px; line-height: 1.45; margin-top: 10px; font-weight: 600; }
.article .take { font-family: var(--sans); font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.6; }
.article .take b { color: var(--gold); font-weight: 700; }
.fine-print { margin-top: 56px; font-family: var(--sans); font-size: 11.5px; line-height: 1.8; color: var(--muted); opacity: 0.85; max-width: 640px; }
footer { position: relative; z-index: 1; text-align: center; padding: 0 24px 36px; font-family: var(--sans); font-size: 11px; color: var(--muted); opacity: 0.7; }
