*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--text:#e5e5e5;--text-muted:#999;--accent:#c0392b}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2rem}h1{font-size:2rem;margin-bottom:1rem}p{color:var(--text-muted);margin-bottom:1.5rem}a{color:var(--accent);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}