:root{--bg:#f6f7fb;--text:#121826;--muted:#5b6475;--accent:#2f5bff;--track:#dde2ee;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#0b0f1a;--text:#eef1f8;--muted:#9aa3b5;--accent:#6f8cff;--track:#1f2637}}*{box-sizing:border-box}body{background:var(--bg);margin:0}.page{text-align:center;grid-template-rows:1fr auto 1fr;justify-items:center;gap:2.5rem;min-height:100svh;padding:2rem 16px;display:grid}.intro{align-self:end;max-width:36rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.8rem;font-weight:600}h1{margin:0 0 1rem;font-size:clamp(1.6rem,4vw,2.3rem);line-height:1.2}.blurb{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.6}.timer{aspect-ratio:1;width:clamp(140px,36vw,200px);position:relative}.timer svg{width:100%;height:100%;transform:rotate(-90deg)}.timer circle{fill:none;stroke-width:6px}.track{stroke:var(--track)}.progress{stroke:var(--accent);stroke-linecap:round;stroke-dasharray:339.3;stroke-dashoffset:0;animation:3s linear forwards drain}@keyframes drain{to{stroke-dashoffset:339.3px}}.count{font-variant-numeric:tabular-nums;place-items:center;font-size:clamp(3rem,12vw,4.5rem);font-weight:700;display:grid;position:absolute;inset:0}.status{color:var(--muted);align-self:start;margin:0}.status a{color:var(--accent);font-weight:600}@media (prefers-reduced-motion:reduce){.progress{animation:none}}
