/* Additional optional overrides (kept separate if future build pipeline added) */
:root {
  --bg:#111;
  --panel:#1d1f23;
  --border:#2a2f36;
  --accent:#2f6dc7;
}
body { background:var(--bg); }
.status-pill { display:inline-block; padding:2px 6px; border-radius:12px; font-size:.55rem; letter-spacing:.05em; }
.status-next { background:#1c5e32; color:#c8ffd8; }
.status-upcoming { background:#2d3e55; color:#c9def7; }
.status-past { background:#2a2a2a; color:#777; }
tr.past td { color:#666; }
tr.next td { background:#12361b; }
tr.next:hover td { background:#184b26; }
