*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#07090c;color:#eef3f8}body{min-height:100vh;background:radial-gradient(circle at 50% 0,#132337 0,#07090c 48%)}a{color:#57b8ff}.auth-shell{width:min(620px,92vw);margin:0 auto;padding:44px 0 70px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:white;font-weight:900;letter-spacing:.18em;font-size:13px;margin:0 0 24px}.brand img{width:38px;height:38px;object-fit:contain}.auth-card{background:#0e131a;border:1px solid #25303e;border-radius:20px;padding:30px;box-shadow:0 24px 80px rgba(0,0,0,.38)}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#55b7ff;font-weight:900}.auth-card h1{font-size:30px;line-height:1.12;margin:10px 0 10px}.auth-card>p{color:#aab6c5;line-height:1.65}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:13px;font-weight:800;margin:14px 0;color:#dce5ee}label span{font-weight:500;color:#788898}input{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #2b3848;border-radius:10px;background:#090d12;color:white;font:inherit;outline:none}input:focus{border-color:#289eea;box-shadow:0 0 0 3px rgba(40,158,234,.12)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border:1px solid #334253;border-radius:10px;background:#151c25;color:#eef3f8;text-decoration:none;font-weight:900;cursor:pointer}.button.primary{background:#168eea;border-color:#168eea;color:white}.button.full{width:100%;margin-top:10px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.error,.notice{border-radius:11px;padding:13px 14px;margin:18px 0;line-height:1.5}.error{background:#301719;border:1px solid #6d3035;color:#ffc4c8}.error ul{margin:8px 0 0;padding-left:18px}.notice{background:#10271d;border:1px solid #285c42;color:#bcebd1}.foot{margin-top:20px;color:#8e9bab;font-size:13px;text-align:center}@media(max-width:600px){.auth-shell{padding-top:24px}.auth-card{padding:22px}.two{grid-template-columns:1fr}.auth-card h1{font-size:26px}}