:root{--auth-navy:#0a1738;--auth-ink:#152039;--auth-muted:#71809f;--auth-line:#dfe5f0;--auth-primary:#5143e8}
.login-body{min-height:100vh;display:grid;place-items:center;padding:28px 18px;background:radial-gradient(circle at 14% 10%,rgba(0,199,238,.10),transparent 30%),linear-gradient(145deg,#fff 0%,#f6f8fd 58%,#eef2fb 100%);color:var(--auth-ink)}
.login-shell-compact{width:min(510px,100%);max-width:none;grid-template-columns:1fr;filter:none}
.login-shell-compact .login-card{display:block;padding:38px 42px 32px;border:1px solid var(--auth-line);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 24px 60px rgba(22,38,77,.12)}
.login-shell-compact .login-logo{display:block;width:min(310px,82%);height:92px;margin:0 auto 24px;object-fit:contain}
.login-shell-compact .eyebrow{margin:0 0 8px;color:var(--auth-primary);font-size:10px;font-weight:800;letter-spacing:.16em}
.login-shell-compact h1{margin:0;color:var(--auth-navy);font-size:29px;letter-spacing:-.04em}
.login-shell-compact .muted{margin:10px 0 0;color:var(--auth-muted);font-size:13px;line-height:1.55}
.login-shell-compact .stack-form{gap:15px;margin-top:26px}
.login-shell-compact .stack-form label{gap:7px;color:#53617e;font-size:11px;font-weight:750}
.login-shell-compact .stack-form input{min-height:48px;border:1px solid #d6deed;border-radius:11px;background:#f8f9fd;padding:12px 13px}
.login-shell-compact .stack-form input:focus{outline:0;border-color:var(--auth-primary);background:#fff;box-shadow:0 0 0 3px rgba(81,67,232,.12)}
.login-shell-compact .button-primary{min-height:48px;margin-top:3px;border:0;border-radius:11px;background:linear-gradient(135deg,#5949ea,#4635d6);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(82,67,229,.22)}
.login-shell-compact .login-footnote{margin:20px 0 0;color:#8a94aa;text-align:center;font-size:10px}
.login-portal{display:block;margin-top:14px;color:#66728d;text-align:center;text-decoration:none;font-size:11px;font-weight:700}
.login-portal:hover{color:var(--auth-primary)}
@media(max-width:560px){.login-shell-compact .login-card{padding:30px 24px 26px}.login-shell-compact .login-logo{height:76px;margin-bottom:18px}}
