:root{color-scheme:dark;--bg:#0b0b0f;--fg:#e8e8ef;--muted:#9a9aa8;--accent:#7c5cff;--ok:#4ade80;--down:#f87171}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1 1;display:grid;place-items:center;padding:2rem}.hero{max-width:40rem;text-align:center}.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--accent);margin:0 0 .5rem}.hero h1{font-size:clamp(2.5rem,8vw,4rem)}.hero h1,.lede{margin:0 0 .5rem}.lede{font-size:1.125rem}.tagline{color:var(--muted);font-size:.9rem;margin:0 0 1.5rem}.health{font-size:.9rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.health-ok{color:var(--ok)}.health-down{color:var(--down)}.auth{margin:1.5rem auto 0;max-width:26rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #1c1c24;border-radius:.75rem;text-align:left}.auth label{font-weight:600;font-size:.95rem}.auth-row{display:flex;gap:.5rem}.auth input{flex:1 1;padding:.5rem .65rem;border-radius:.5rem;border:1px solid #2a2a36;background:#14141b;color:var(--fg);font-size:.9rem}.auth button{padding:.5rem .9rem;border-radius:.5rem;border:0;background:var(--accent);color:white;font-weight:600;cursor:pointer}.auth button:disabled{opacity:.6;cursor:default}.auth-ok{color:var(--ok);margin:0}.auth-down{color:var(--down);margin:0}.auth-hint{color:var(--muted);font-size:.8rem;margin:0}.auth .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-all}.auth-divider{color:var(--muted);font-size:.8rem;text-align:center}.google-btn{padding:.5rem .9rem;border-radius:.5rem;border:1px solid #2a2a36;background:#14141b;color:var(--fg);font-weight:600;cursor:pointer}.admin{width:100%;max-width:60rem;margin:0 auto}.admin h1{margin-bottom:.25rem}.admin .total{margin:1rem 0}table.costs{width:100%;border-collapse:collapse;font-size:.85rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}table.costs td,table.costs th{border-bottom:1px solid #1c1c24;padding:.4rem .6rem;text-align:left}table.costs td.num,table.costs th.num{text-align:right}table.costs thead th{color:var(--muted);font-weight:600}.site-footer{border-top:1px solid #1c1c24;padding:1rem 2rem;display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.footer-links{display:flex;gap:.5rem;font-size:.8rem}.footer-links a{color:var(--muted)}.compat,.copyright{margin:0}.attribution,.compat,.copyright{color:var(--muted);font-size:.7rem}.attribution{max-width:60rem;margin:0 auto;text-align:center}.legal{max-width:44rem;margin:0 auto;text-align:left}.legal h1{margin-bottom:.25rem}.legal h2{margin-top:1.5rem;font-size:1.1rem}.legal li,.legal p{color:var(--fg);font-size:.95rem}.legal .meta{color:var(--muted);font-size:.8rem}