/* MZ App native Forgot Password parity — 2026-09-22 */
.reset-page .login-content{padding-top:22px!important}.reset-page .header-text h1 span{color:inherit!important}.step-indicator{display:flex;align-items:center;justify-content:center;margin:0 0 22px}.step-indicator span{width:28px;height:28px;border:1.5px solid #171B22;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:900;color:#171B22;background:transparent!important}.step-indicator span.active{background:#171B22!important;color:#fff!important}.step-indicator i{width:42px;height:1.5px;background:#C8CDD4}.reset-step{display:none}.reset-step.active{display:block}.channel-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:13px}.channel-card{min-height:58px;border:1px solid #171B22;border-radius:12px;padding:10px 14px;text-align:left;background:transparent!important;color:#171B22!important;cursor:pointer;box-shadow:none!important}.channel-card.active{background:#171B22!important;color:#fff!important;border-color:#171B22!important}.channel-card strong{display:block;font-size:14px;font-weight:900}.channel-card small{display:block;margin-top:3px;font-size:11px;font-weight:700;color:inherit!important;opacity:.78}.reset-input{margin-top:0!important}.plain-icon{font-size:16px;font-weight:900}.reset-step .login-button{margin-top:16px!important}.reset-help{margin:0 0 14px;color:#657080;font-size:13px;line-height:19px;font-weight:700}.otp-wrap{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:0 0 16px}.otp-input{width:100%;min-width:0;height:52px;border:1px solid #171B22;border-radius:10px;background:transparent;color:#171B22;text-align:center;font-size:20px;font-weight:900;outline:none}.otp-input:focus{border-width:2px}.text-button{width:100%;padding:13px 0;color:#171B22;font-size:13px;font-weight:900;cursor:pointer}.password-rule{margin:8px 0 0;color:#657080;font-size:12px;font-weight:700}.reset-message{min-height:18px;margin-top:9px;text-align:center;color:#B42318;font-size:12px;font-weight:800}.reset-message.success{color:#178447}.reset-page .bottom-link{margin-top:18px!important}@media(max-width:360px){.otp-wrap{gap:5px}.otp-input{height:46px;font-size:17px}}html[data-theme="dark"] .step-indicator span{border-color:#fff;color:#fff}html[data-theme="dark"] .step-indicator span.active{background:#fff!important;color:#000!important}html[data-theme="dark"] .step-indicator i{background:#434A54}html[data-theme="dark"] .channel-card,html[data-theme="dark"] .otp-input{border-color:#fff;color:#fff!important;background:transparent!important}html[data-theme="dark"] .channel-card.active{background:#fff!important;color:#000!important}html[data-theme="dark"] .reset-help,html[data-theme="dark"] .password-rule{color:#A7ADB7}html[data-theme="dark"] .text-button{color:#fff}
/* Forgot Password native dark theme v3 */
html[data-theme='dark'],
html[data-theme='dark'] body,
html[data-theme='dark'] .login-page,
html[data-theme='dark'] .reset-page,
html[data-theme='dark'] .login-content {
    background: #191919 !important;
    background-color: #191919 !important;
}
html[data-theme='dark'] .header-text h1,
html[data-theme='dark'] .header-text p,
html[data-theme='dark'] .bottom-link span,
html[data-theme='dark'] .bottom-link a,
html[data-theme='dark'] .input-box input,
html[data-theme='dark'] .input-box input::placeholder,
html[data-theme='dark'] .plain-icon,
html[data-theme='dark'] .password-toggle {
    color: #FFFFFF !important;
}
html[data-theme='dark'] .input-box,
html[data-theme='dark'] .channel-card,
html[data-theme='dark'] .otp-input {
    background: transparent !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}
html[data-theme='dark'] .channel-card.active,
html[data-theme='dark'] .login-button {
    background: #FFFFFF !important;
    color: #191919 !important;
    border-color: #FFFFFF !important;
}
html[data-theme='dark'] .step-indicator span.active {
    background: #FFFFFF !important;
    color: #191919 !important;
}

/* Auth input colours v4 */
html:not([data-theme='dark']) .reset-page input,
html:not([data-theme='dark']) .reset-page input::placeholder {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    caret-color: #000000 !important;
}
html[data-theme='dark'] .reset-page input,
html[data-theme='dark'] .reset-page input::placeholder {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    caret-color: #FFFFFF !important;
}
html:not([data-theme='dark']) .reset-page input:-webkit-autofill { -webkit-text-fill-color: #000000 !important; }
html[data-theme='dark'] .reset-page input:-webkit-autofill { -webkit-text-fill-color: #FFFFFF !important; }
