*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0a0a0a;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.container{max-width:480px}
h1{font-size:2rem;margin-bottom:1rem}
p{color:#888;margin-bottom:1.5rem}
.subtitle{color:#888;font-size:1rem;margin-bottom:2rem}
.brand{color:#ff6b35;font-weight:700}
a{color:#ff6b35;text-decoration:none}
a:hover{text-decoration:underline}
.footer{margin-top:3rem;color:#555;font-size:.8rem}
