:root{--bg: #0e0b16;--fg: #f4f1ff;--muted: #a89fc4;--accent: #ffb15d}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at 50% 0%,#1a1530 0%,var(--bg) 60%);color:var(--fg)}.wrap{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:.5rem}.kicker{letter-spacing:.4em;text-transform:uppercase;color:var(--accent);font-weight:700;margin:0}h1{font-size:clamp(2rem,7vw,3.5rem);line-height:1.1;margin:.25rem 0 0}.tagline{color:var(--muted);font-size:1.15rem;max-width:32rem;margin:.5rem 0 0}.soon{margin:1.5rem 0 0;font-weight:600;color:var(--accent)}footer{margin-top:3rem;font-size:.9rem}footer a{color:var(--muted);text-decoration:none}footer a:hover{color:var(--fg)}
