:root{--bg:#0b1020;--panel:#131a31;--fg:#e5e9f0;--muted:#94a3b8;--accent:#5b8cff;--ok:#22c55e;--err:#ef4444;--border:#1f2a48;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0}.container{max-width:720px;margin:0 auto;padding:4rem 1.5rem}header h1{margin:0 0 .5rem;font-size:2.5rem}.tagline{color:var(--muted);margin:0}.status{background:var(--panel);border:1px solid var(--border);border-radius:12px;margin-top:3rem;padding:1.5rem}.status h2{color:var(--muted);margin:0 0 1rem;font-size:1.125rem;font-weight:600}.status ul{margin:0;padding:0;list-style:none}.status li{border-bottom:1px solid var(--border);padding:.5rem 0}.status li:last-child{border-bottom:none}.ok{color:var(--ok)}.err{color:var(--err)}footer{color:var(--muted);margin-top:3rem;font-size:.875rem}footer a{color:var(--accent);text-decoration:none}footer a:hover{text-decoration:underline}
