.login-page { min-height: 100vh; background: #111113; color: white; }
.login-layout { min-height: 100vh; width: min(1120px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(40px, 8vw, 120px); }
.login-intro { padding: 60px 0; }
.login-mark {
  width: 70px; height: 102px; margin-bottom: 48px;
  background-color: #e23228;
  -webkit-mask-image: url('/brand/explorer.png'); mask-image: url('/brand/explorer.png');
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.login-intro h1 { max-width: 600px; margin: 12px 0 20px; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.login-intro > p:last-child { color: #b6b6bd; font-size: 18px; }
.login-card { padding: clamp(28px, 4vw, 48px); border: 1px solid #38383d; border-radius: 12px; background: #1d1d20; box-shadow: 0 26px 60px rgba(0,0,0,.25); }
.login-card h2 { margin: 0 0 8px; font-size: 30px; }
.login-card > p { color: #aaaab0; margin: 0 0 32px; line-height: 1.5; }
.login-card form { display: grid; }
.login-card label:not(.remember-row) { font-size: 13px; font-weight: 700; margin-bottom: 9px; }
.login-card input:not([type=checkbox]) { width: 100%; height: 48px; margin-bottom: 22px; padding: 0 14px; border: 1px solid #55555b; border-radius: 6px; color: white; background: #29292d; outline: none; }
.login-card input:focus-visible { border-color: #e23228; box-shadow: 0 0 0 3px rgba(226,50,40,.22); }
.remember-row { display: flex; align-items: center; gap: 10px; color: #dddde0; font-size: 14px; cursor: pointer; }
.remember-row input { accent-color: #e23228; width: 17px; height: 17px; }
#login-error { min-height: 22px; margin: 16px 0 4px; color: #ff8880; font-size: 14px; }
#login-submit, #submit { display: flex; justify-content: space-between; align-items: center; height: 50px; padding: 0 19px; border: 0; border-radius: 6px; color: white; background: #e23228; font-weight: 800; cursor: pointer; }
#login-submit:hover, #submit:hover { background: #c7251c; }
#login-submit:disabled, #submit:disabled { opacity: .7; cursor: wait; }
#message { min-height: 22px; margin: 16px 0 12px; line-height: 1.5; color: #ffaaa5; }
#setup-message, #page-message { min-height: 22px; margin: 16px 0 12px; line-height: 1.5; color: #ffaaa5; }
.login-card [hidden] { display: none !important; }
.recovery-link { margin: 20px 0 0 !important; font-size: 14px; }
.recovery-link a, .login-card a { color: #ff8b84; }
.login-card a:focus-visible { outline: 2px solid #ff8b84; outline-offset: 3px; }
@media (max-width: 760px) { .login-layout { grid-template-columns: 1fr; gap: 0; padding: 42px 0; } .login-intro { padding: 10px 0 25px; } .login-mark { margin-bottom: 26px; } .login-intro h1 { font-size: 42px; } }
