.login-shell { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 70px; width: min(1080px, calc(100% - 48px)); min-height: 650px; align-items: center; margin: auto; padding: 70px 0; }
.login-context > span { color: #aa9bff; font-size: 12px; }
.login-context h1 { margin: 14px 0; font-size: clamp(38px, 6vw, 64px); letter-spacing: -.04em; }
.login-context p { max-width: 560px; color: var(--public-muted); font-size: 16px; line-height: 1.8; }
.login-context ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; color: #b9c2df; list-style: none; }
.login-context li::before { margin-right: 9px; color: #64d3c8; content: "✓"; }
.login-card { display: grid; border: 1px solid var(--public-border); border-radius: 18px; padding: 30px; background: var(--public-panel); box-shadow: 0 24px 65px rgba(0,0,0,.3); }
.login-card header { margin-bottom: 24px; }
.login-card header small { color: #aa9bff; }
.login-card h2 { margin: 8px 0 5px; font-size: 26px; }
.login-card header p, .register-notice { margin: 0; color: var(--public-muted); font-size: 12px; line-height: 1.7; }
.login-card label { margin-bottom: 7px; color: #cbd2e9; font-size: 12px; }
.login-card input { width: 100%; height: 44px; margin-bottom: 18px; border: 1px solid #303952; border-radius: 9px; padding: 0 12px; color: #fff; background: #0b101c; outline: none; }
.login-card input:focus { border-color: #7761e5; box-shadow: 0 0 0 3px rgba(119,97,229,.13); }
.submit-btn { height: 44px; border: 0; border-radius: 9px; color: #fff; background: linear-gradient(135deg, #7659f6, #4e9db8); cursor: pointer; font-weight: 700; }
.submit-btn:hover { filter: brightness(1.08); }
.register-notice { margin-top: 15px; text-align: center; }
.register-notice a { color: #a99aff; text-decoration: underline; text-underline-offset: 3px; }
.login-error { margin: 0 0 17px; border: 1px solid rgba(255,110,135,.25); border-radius: 8px; padding: 9px 11px; color: #ff91a5; background: rgba(255,110,135,.07); font-size: 12px; }
.login-support { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 15px; margin-top: 22px; border-top: 1px solid #252c42; padding-top: 18px; color: #9da7c7; font-size: 11px; }
.login-support a:hover { color: #fff; }
@media (max-width: 840px) { .login-shell { grid-template-columns: 1fr; gap: 35px; padding: 50px 0; } .login-context { text-align: center; } .login-context p { margin-inline: auto; } .login-context ul { justify-items: center; } .login-card { width: min(100%, 430px); margin: auto; } }
