:root {
  color-scheme: light;
  --ink: #17213a;
  --muted: #59627a;
  --paper: #fffdf9;
  --surface: #ffffff;
  --line: #dce1eb;
  --brand: #293d91;
  --brand-dark: #18245f;
  --accent: #f2b544;
  --live: #a51d2d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #f6f7fc 0, var(--paper) 42rem); }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: #fff; border: 2px solid var(--brand); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 72rem; margin: auto; padding: .75rem 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-size: 1.25rem; font-weight: 800; }
.brand img { width: 2.75rem; height: 2.75rem; object-fit: contain; }
.enter-link, .primary-link { display: inline-flex; justify-content: center; padding: .75rem 1rem; border-radius: .65rem; background: var(--brand); color: #fff; font-weight: 750; text-decoration: none; }
.enter-link:hover, .primary-link:hover { background: var(--brand-dark); }
main { max-width: 72rem; margin: auto; padding: 2.5rem 1.25rem 4rem; }
.intro { max-width: 48rem; padding: 2rem 0 3rem; }
.intro h1 { margin: .25rem 0 .75rem; font-size: clamp(2.7rem, 8vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.intro p:last-child { max-width: 42rem; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }
.eyebrow { margin: 0; color: var(--brand); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.main-event-board { padding: clamp(1rem, 4vw, 2rem); border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(255,255,255,.93); box-shadow: 0 1rem 3rem rgba(31,43,91,.09); }
.board-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }
.board-heading h2 { margin: .2rem 0 0; font-size: clamp(1.8rem, 5vw, 3rem); }
.board-badge { flex: 0 0 auto; padding: .45rem .7rem; border-radius: 999px; background: #edf0fb; color: var(--brand); font-size: .78rem; font-weight: 800; }
.announcement-card { min-height: 12rem; display: grid; align-content: center; gap: .7rem; padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.announcement-empty { text-align: center; color: var(--muted); font-size: clamp(1.2rem, 4vw, 1.65rem); font-weight: 750; }
.announcement-date { margin: 0; color: var(--brand); font-weight: 800; }
.announcement-title { margin: 0; max-width: 55rem; font-size: clamp(1.4rem, 4.5vw, 2.4rem); line-height: 1.2; }
.announcement-topic { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.live-slot { margin-bottom: 1rem; }
.live-slot .announcement-card { border: 2px solid var(--live); }
.live-label { width: fit-content; margin: 0; padding: .4rem .65rem; border-radius: .35rem; background: var(--live); color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
.rotation-controls { display: flex; align-items: center; justify-content: center; gap: .9rem; margin-top: 1rem; }
.rotation-controls button { min-height: 2.75rem; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: .6rem; background: #fff; color: var(--brand); font-weight: 750; cursor: pointer; }
.rotation-controls button:hover { border-color: var(--brand); }
.rotation-controls p { min-width: 4.5rem; margin: 0; text-align: center; color: var(--muted); }
.everyday-debates { max-width: 48rem; padding: 3.5rem 0 1rem; }
.everyday-debates h2 { margin: 0 0 .6rem; font-size: 1.7rem; }
.everyday-debates p { color: var(--muted); line-height: 1.6; }
footer { max-width: 72rem; margin: auto; padding: 1rem 1.25rem 2rem; color: var(--muted); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@media (max-width: 38rem) {
  .site-header { align-items: flex-start; }
  .enter-link { padding: .65rem .75rem; font-size: .9rem; }
  main { padding-top: 1rem; }
  .board-heading { align-items: center; }
  .board-badge { font-size: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
