:root{color-scheme:dark;--bg: #0e1116;--fg: #e6e9ef;--muted: #8b94a7;--accent: #5b8cff}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(1200px 600px at 50% -10%,#1a2233,var(--bg));color:var(--fg)}.wrap{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem}h1{font-size:clamp(2.5rem,8vw,4.5rem);margin:0;letter-spacing:-.02em}.tagline{color:var(--muted);font-size:1.2rem;margin:0}.cta{margin-top:1rem;padding:.8rem 1.6rem;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;transition:transform .1s ease,opacity .2s ease}.cta:hover{transform:translateY(-1px);opacity:.92}.api{margin-top:2rem;color:var(--muted);font-size:.85rem}.api .ok{color:#3fb950}.api .down{color:#f85149}
