.login-module__WEZH7G__container{background:linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-dark) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-module__WEZH7G__card{box-sizing:border-box;background-color:#fff;border-radius:12px;width:100%;max-width:420px;padding:2rem;box-shadow:0 8px 24px #0003}.login-module__WEZH7G__logoArea{text-align:center;margin-bottom:2rem}.login-module__WEZH7G__logoImage{width:100%;height:auto;display:block}.login-module__WEZH7G__stepIndicator{text-align:center;color:#666;margin-bottom:1.5rem;font-size:.9rem;animation:.3s ease-in-out login-module__WEZH7G__fadeIn}.login-module__WEZH7G__formGroup{flex-direction:column;margin-bottom:1.25rem;display:flex}.login-module__WEZH7G__label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.login-module__WEZH7G__input{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-module__WEZH7G__input:focus{border-color:var(--brand-navy);outline:none;box-shadow:0 0 0 2px #13274f33}.login-module__WEZH7G__passwordWrapper{align-items:center;width:100%;display:flex;position:relative}.login-module__WEZH7G__passwordInput{box-sizing:border-box;width:100%;padding-right:2.5rem}.login-module__WEZH7G__passwordToggleBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.5rem}.login-module__WEZH7G__passwordToggleBtn:hover{color:#333}.login-module__WEZH7G__button{background-color:var(--brand-navy);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:500;transition:background-color .2s;display:flex}.login-module__WEZH7G__button:hover:not(:disabled){background-color:var(--brand-navy-dark)}.login-module__WEZH7G__button:disabled{cursor:not-allowed;background-color:#99a5b9}.login-module__WEZH7G__forgotPassword{text-align:center;color:var(--brand-navy);margin-top:1rem;font-size:.9rem;text-decoration:none;display:block}.login-module__WEZH7G__forgotPassword:hover{text-decoration:underline}.login-module__WEZH7G__timer{text-align:center;color:#333;margin-bottom:1rem;font-size:1rem;font-weight:500}.login-module__WEZH7G__resendLink{color:var(--brand-navy);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:500;text-decoration:underline}.login-module__WEZH7G__errorPopupOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.login-module__WEZH7G__errorPopupCard{background:#fff;border-radius:8px;width:90%;max-width:320px;overflow:hidden;box-shadow:0 4px 12px #00000026}.login-module__WEZH7G__errorPopupHeader{background-color:var(--brand-red);color:#fff;text-align:center;padding:1rem;font-weight:700}.login-module__WEZH7G__errorPopupBody{text-align:center;color:#333;padding:1.5rem 1rem}.login-module__WEZH7G__errorPopupFooter{text-align:center;padding:1rem}.login-module__WEZH7G__errorPopupBtn{cursor:pointer;background-color:#eee;border:1px solid #ccc;border-radius:4px;padding:.5rem 1.5rem;font-weight:500}.login-module__WEZH7G__errorPopupBtn:hover{background-color:#ddd}.login-module__WEZH7G__spinner{margin-right:.5rem;animation:1s linear infinite login-module__WEZH7G__spin}@keyframes login-module__WEZH7G__spin{to{transform:rotate(360deg)}}@keyframes login-module__WEZH7G__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .login-module__WEZH7G__card{background-color:#1e1e1e;box-shadow:0 8px 24px #00000080}html:not([data-theme=light]) .login-module__WEZH7G__stepIndicator{color:#aaa}html:not([data-theme=light]) .login-module__WEZH7G__label{color:#ddd}html:not([data-theme=light]) .login-module__WEZH7G__input{color:#fff;background-color:#2a2a2a;border-color:#444}html:not([data-theme=light]) .login-module__WEZH7G__input:focus{border-color:#5d7bb5;box-shadow:0 0 0 2px #5d7bb54d}html:not([data-theme=light]) .login-module__WEZH7G__passwordToggleBtn{color:#aaa}html:not([data-theme=light]) .login-module__WEZH7G__passwordToggleBtn:hover{color:#ddd}html:not([data-theme=light]) .login-module__WEZH7G__timer{color:#ddd}html:not([data-theme=light]) .login-module__WEZH7G__resendLink{color:#8faae3}html:not([data-theme=light]) .login-module__WEZH7G__forgotPassword{color:#8faae3}html:not([data-theme=light]) .login-module__WEZH7G__errorPopupCard{background:#1e1e1e}html:not([data-theme=light]) .login-module__WEZH7G__errorPopupBody{color:#ddd}html:not([data-theme=light]) .login-module__WEZH7G__errorPopupBtn{color:#fff;background-color:#333;border-color:#444}html:not([data-theme=light]) .login-module__WEZH7G__errorPopupBtn:hover{background-color:#444}}@media (max-width:480px){.login-module__WEZH7G__card{padding:1.5rem 1rem}}html[data-theme=dark] .login-module__WEZH7G__card{background-color:#1e1e1e;box-shadow:0 8px 24px #00000080}html[data-theme=dark] .login-module__WEZH7G__stepIndicator{color:#aaa}html[data-theme=dark] .login-module__WEZH7G__label{color:#ddd}html[data-theme=dark] .login-module__WEZH7G__input{color:#fff;background-color:#2a2a2a;border-color:#444}html[data-theme=dark] .login-module__WEZH7G__input:focus{border-color:#5d7bb5;box-shadow:0 0 0 2px #5d7bb54d}html[data-theme=dark] .login-module__WEZH7G__passwordToggleBtn{color:#aaa}html[data-theme=dark] .login-module__WEZH7G__passwordToggleBtn:hover{color:#ddd}html[data-theme=dark] .login-module__WEZH7G__timer{color:#ddd}html[data-theme=dark] .login-module__WEZH7G__resendLink{color:#8faae3}html[data-theme=dark] .login-module__WEZH7G__forgotPassword{color:#8faae3}html[data-theme=dark] .login-module__WEZH7G__errorPopupCard{background:#1e1e1e}html[data-theme=dark] .login-module__WEZH7G__errorPopupBody{color:#ddd}html[data-theme=dark] .login-module__WEZH7G__errorPopupBtn{color:#fff;background-color:#333;border-color:#444}html[data-theme=dark] .login-module__WEZH7G__errorPopupBtn:hover{background-color:#444}
