:root{color-scheme:dark;font-family:Inter,"Segoe UI",Arial,sans-serif;background:#06111c;color:#eef7ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#123a5b 0,transparent 35%),radial-gradient(circle at 85% 80%,#10382f 0,transparent 28%),#06111c}.login-shell{width:min(940px,calc(100% - 32px));min-height:540px;display:grid;grid-template-columns:1.05fr .95fr;border:1px solid #24445d;border-radius:22px;overflow:hidden;background:#091725;box-shadow:0 35px 90px #0009}.login-brand{padding:64px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#0d2940,#081722);position:relative}.login-brand:after{content:"";position:absolute;width:260px;height:260px;border:1px solid #3c8bc533;border-radius:50%;right:-100px;top:-80px;box-shadow:0 0 0 45px #2f8cff0a,0 0 0 90px #2f8cff08}.logo{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#2f8cff,#55c8f5);box-shadow:0 12px 35px #2f8cff55;font-size:30px;margin-bottom:30px}.login-brand>span,.eyebrow{color:#69b8f4;font-size:11px;font-weight:800;letter-spacing:2px}.login-brand h1{font-size:42px;letter-spacing:4px;margin:10px 0}.login-brand p{max-width:410px;color:#a8bdcc;line-height:1.65}.status{display:flex;align-items:center;gap:10px;margin-top:45px;color:#bcd0dd;font-size:13px}.status i{width:9px;height:9px;border-radius:50%;background:#2ed49f;box-shadow:0 0 14px #2ed49f}.login-card{padding:62px 52px;display:flex;flex-direction:column;justify-content:center;background:#0a1826}.login-card h2{font-size:31px;margin:8px 0}.login-card>div>p{color:#8fa7b9;margin:0 0 35px}.login-card form{display:grid;gap:20px}.login-card label{display:grid;gap:8px;color:#bed0dc;font-size:12px;font-weight:700}.login-card input{width:100%;height:48px;border:1px solid #29475d;border-radius:9px;background:#07131e;color:#fff;padding:0 14px;outline:none;font-size:15px}.login-card input:focus{border-color:#409ce3;box-shadow:0 0 0 3px #2f8cff20}.password-field{position:relative}.password-field input{padding-right:78px}.password-field button{position:absolute;right:8px;top:8px;height:32px;border:0;background:#122a3d;color:#87b9dd;border-radius:6px;cursor:pointer}.submit{height:50px;border:0;border-radius:9px;background:linear-gradient(90deg,#247fd0,#2da7df);color:white;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px}.submit:disabled{opacity:.6;cursor:wait}#login-error{min-height:18px;margin:-5px 0;color:#ff8e99;font-size:12px}.login-card>small{margin-top:28px;text-align:center;color:#607a8e}@media(max-width:720px){.login-shell{grid-template-columns:1fr}.login-brand{display:none}.login-card{padding:45px 28px;min-height:520px}}
