html,body{margin:0;width:100%;height:100%;background:#030712;color:#dbeafe;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}body{display:grid;place-items:center}main{width:min(620px,calc(100% - 40px));text-align:center;padding:34px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#080f1d;box-shadow:0 22px 60px rgba(0,0,0,.25)}.brand{color:#8291a8;font-size:.78rem;font-weight:800;letter-spacing:.18em}h1{margin:8px 0 10px}p{color:#9fb0c6;line-height:1.6}.error{color:#fca5a5}button{border:1px solid #334155;border-radius:9px;background:#111827;color:#e5eefb;padding:10px 14px;cursor:pointer}