.forgot-password-module__yTg9RW__page{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.forgot-password-module__yTg9RW__wrap{width:100%;max-width:400px}.forgot-password-module__yTg9RW__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:36px;box-shadow:0 20px 50px #0f172a14}.forgot-password-module__yTg9RW__logo{align-items:center;gap:10px;margin-bottom:32px;display:flex}.forgot-password-module__yTg9RW__badge{background:var(--primary);width:32px;height:32px;color:var(--background);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.forgot-password-module__yTg9RW__wordmark{letter-spacing:-.02em;color:var(--primary);font-size:18px;font-weight:700}.forgot-password-module__yTg9RW__accentText{color:var(--accent)}.forgot-password-module__yTg9RW__title{color:var(--primary);margin-bottom:6px;font-size:22px;font-weight:700}.forgot-password-module__yTg9RW__subtitle{color:var(--muted);margin-bottom:28px;font-size:14px;line-height:1.6}.forgot-password-module__yTg9RW__form{flex-direction:column;gap:18px;display:flex}.forgot-password-module__yTg9RW__field{flex-direction:column;gap:7px;display:flex}.forgot-password-module__yTg9RW__field label{color:var(--primary);font-size:13.5px;font-weight:600}.forgot-password-module__yTg9RW__inputWrap{align-items:center;display:flex;position:relative}.forgot-password-module__yTg9RW__inputIcon{color:var(--muted);pointer-events:none;display:flex;position:absolute;left:13px}.forgot-password-module__yTg9RW__inputWrap input{border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:9px;outline:none;padding:12px 14px 12px 40px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.forgot-password-module__yTg9RW__inputWrap input::placeholder{color:var(--muted);font-weight:400}.forgot-password-module__yTg9RW__inputWrap input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb14}.forgot-password-module__yTg9RW__toggleVisibilityBtn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:absolute;right:10px}.forgot-password-module__yTg9RW__toggleVisibilityBtn:hover{color:var(--accent);background:var(--surface)}.forgot-password-module__yTg9RW__otpRow{justify-content:space-between;gap:8px;display:flex}.forgot-password-module__yTg9RW__otpBox{aspect-ratio:1;text-align:center;width:100%;color:var(--primary);border:1.5px solid var(--border);border-radius:10px;outline:none;font-size:20px;font-weight:700;transition:border-color .15s,box-shadow .15s,transform .15s,background .15s}.forgot-password-module__yTg9RW__otpBox:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.forgot-password-module__yTg9RW__otpBoxFilled{border-color:var(--accent);background:#2563eb0d;animation:.18s forgot-password-module__yTg9RW__otpFillPulse}@keyframes forgot-password-module__yTg9RW__otpFillPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.forgot-password-module__yTg9RW__otpBoxError{border-color:var(--danger);background:#dc26260d}.forgot-password-module__yTg9RW__otpBoxShake{animation:.4s forgot-password-module__yTg9RW__otpShake}@keyframes forgot-password-module__yTg9RW__otpShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.forgot-password-module__yTg9RW__resendBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;align-self:center;font-size:12.5px;font-weight:600;transition:color .15s,opacity .15s}.forgot-password-module__yTg9RW__resendBtn:hover:not(:disabled){color:var(--accent-dark)}.forgot-password-module__yTg9RW__resendBtn:disabled{color:var(--muted);cursor:not-allowed;opacity:.8}.forgot-password-module__yTg9RW__error{color:var(--danger);background:#dc262614;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.forgot-password-module__yTg9RW__submitBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:13px 16px;font-size:14.5px;font-weight:600;transition:background .15s,transform .1s,box-shadow .15s;display:flex;box-shadow:0 6px 16px #2563eb2e}.forgot-password-module__yTg9RW__submitBtn:hover:not(:disabled){background:var(--accent-dark)}.forgot-password-module__yTg9RW__submitBtn:active:not(:disabled){transform:scale(.98)}.forgot-password-module__yTg9RW__submitBtn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.forgot-password-module__yTg9RW__spinner{border:2px solid #ffffff59;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.65s linear infinite forgot-password-module__yTg9RW__spin;display:inline-block}@keyframes forgot-password-module__yTg9RW__spin{to{transform:rotate(360deg)}}.forgot-password-module__yTg9RW__backBtn{background:var(--background);color:var(--foreground);border:1.5px solid var(--border);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:11px 16px;font-size:13.5px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,background .15s,transform .1s;display:flex}.forgot-password-module__yTg9RW__backBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}.forgot-password-module__yTg9RW__backBtn:active{transform:scale(.98)}.forgot-password-module__yTg9RW__secondaryBtn{background:var(--surface);color:var(--primary);border:1.5px solid var(--border);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:11px 16px;font-size:13.5px;font-weight:600;transition:border-color .15s,background .15s,transform .1s;display:flex}.forgot-password-module__yTg9RW__secondaryBtn:hover{border-color:var(--primary)}.forgot-password-module__yTg9RW__secondaryBtn:active{transform:scale(.98)}.forgot-password-module__yTg9RW__stateCard{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.forgot-password-module__yTg9RW__stateCard .forgot-password-module__yTg9RW__title{margin-top:4px}.forgot-password-module__yTg9RW__stateCard .forgot-password-module__yTg9RW__subtitle{margin-bottom:8px}.forgot-password-module__yTg9RW__stateCard .forgot-password-module__yTg9RW__backBtn,.forgot-password-module__yTg9RW__stateCard .forgot-password-module__yTg9RW__secondaryBtn,.forgot-password-module__yTg9RW__stateCard .forgot-password-module__yTg9RW__submitBtn{width:100%}.forgot-password-module__yTg9RW__stateIconBadge{width:52px;height:52px;color:var(--accent);background:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;animation:.4s forgot-password-module__yTg9RW__badgeIn;display:flex}.forgot-password-module__yTg9RW__stateIconBadgeMuted{background:var(--surface);color:var(--muted)}@keyframes forgot-password-module__yTg9RW__badgeIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.forgot-password-module__yTg9RW__page{padding:18px}.forgot-password-module__yTg9RW__card{padding:26px 22px}.forgot-password-module__yTg9RW__title{font-size:19px}.forgot-password-module__yTg9RW__otpRow{gap:6px}.forgot-password-module__yTg9RW__otpBox{border-radius:8px;font-size:17px}}
