:root{color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:#000;color:#fff;font-family:Inter,system-ui,sans-serif}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;min-height:100vh;padding:24px;text-align:center}.logo{width:280px;max-width:60vw;height:auto}.container h1{margin:0;font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif}.container p{margin:0;max-width:40ch;font-size:1rem;line-height:1.5;color:#a1a1a1}
