:root{color-scheme:dark;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:#070b12;color:#f4f7ff;min-height:100vh;display:grid;place-items:center}.auth-shell{width:min(460px,calc(100% - 32px))}.auth-card{background:#0f1724;border:1px solid #263650;border-radius:18px;padding:30px;box-shadow:0 20px 80px #0008}.eyebrow{font-size:11px;letter-spacing:.18em;color:#8fb4ff}.auth-card h1{font-size:30px;margin:8px 0 8px}.auth-card p{color:#a8b6cc;margin:0 0 22px}.auth-card form{display:flex;gap:10px}.auth-card input{flex:1;background:#0a111d;border:1px solid #31425e;border-radius:10px;padding:13px 15px;color:#fff;font-size:19px;letter-spacing:.12em}.auth-card button{background:#276df1;color:#fff;border:0;border-radius:10px;padding:0 22px;font-weight:700;cursor:pointer}.auth-card small{display:block;color:#7f8ea5;margin-top:16px}.auth-card a{display:inline-block;color:#9ebdff;margin-top:22px;text-decoration:none}.status{min-height:22px;margin-top:12px}.status.error{color:#ff7b7b}.status.ok{color:#55e39a}
