.forgot-password_container__2W5Rs{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-gradient);padding:1rem}.forgot-password_card__GmozS{width:100%;max-width:450px;background:var(--bg-card);border-radius:1rem;padding:2rem;box-shadow:0 10px 25px var(--shadow)}.forgot-password_header__piGe3{text-align:center;margin-bottom:2rem;position:relative}.forgot-password_title__sJiYW{font-size:1.75rem;font-weight:700;color:var(--text-title);margin-bottom:.5rem;background:var(--text-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.forgot-password_subtitle__PyKJI{font-size:1rem;color:var(--text-muted)}.forgot-password_backButton__VG0Qj{position:absolute;left:0;top:0;background:none;border:none;cursor:pointer;color:var(--text-muted);transition:color .2s ease}.forgot-password_backButton__VG0Qj:hover{color:var(--accent)}.forgot-password_backIcon__jHWPS{width:1.5rem;height:1.5rem}.forgot-password_form__9a2EL{display:flex;flex-direction:column;gap:1.5rem}.forgot-password_inputGroup__UON73{position:relative}.forgot-password_inputIcon__S1b_U{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:var(--text-muted)}.forgot-password_input__0DChp{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:.5rem;border:1px solid var(--border);background:var(--input-bg);color:var(--text-base);font-size:1rem;transition:all .2s ease}.forgot-password_input__0DChp:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(239,71,111,.1)}.forgot-password_error__qB_ps{background:rgba(230,57,70,.1);color:var(--error);padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center;font-size:.875rem}.forgot-password_primaryButton__d7JRc{background:var(--button-bg);color:var(--button-text);border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;margin-top:1rem}.forgot-password_primaryButton__d7JRc:hover{background:var(--button-hover)}.forgot-password_primaryButton__d7JRc:disabled{opacity:.7;cursor:not-allowed}.forgot-password_buttonIcon____D3v{width:1.25rem;height:1.25rem}.forgot-password_successContainer__UUTgm{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}.forgot-password_successIcon__8T_sq{width:4rem;height:4rem;border-radius:50%;background:var(--success);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.forgot-password_checkIcon__YX5It{width:2rem;height:2rem;color:white}@media (max-width:480px){.forgot-password_card__GmozS{padding:1.5rem}.forgot-password_title__sJiYW{font-size:1.5rem}}