.forgot-password_container__YbGUA{min-height:100vh;background:var(--background);background-image:radial-gradient(circle at 20% 50%,rgba(30,58,138,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(30,58,138,.03) 0,transparent 50%);display:flex;align-items:center;justify-content:center;padding:2rem}.forgot-password_card__qnTBr{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:3rem;max-width:480px;width:100%;box-shadow:0 8px 32px var(--shadow-light),0 0 0 1px rgba(30,58,138,.1);animation:forgot-password_fadeInUp__rQ9qT .5s ease-out}.forgot-password_logoSection__PjABj{text-align:center;margin-bottom:2rem}.forgot-password_logoSection__PjABj h1{color:var(--foreground);font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.forgot-password_logoSection__PjABj p{color:var(--text-gray);font-size:.95rem;margin:0;line-height:1.5}.forgot-password_form__dGzRU{display:flex;flex-direction:column;gap:1.25rem}.forgot-password_formGroup__lJSJI{display:flex;flex-direction:column;gap:.5rem}.forgot-password_formGroup__lJSJI label{color:var(--foreground);font-size:.95rem;font-weight:600}.forgot-password_input__g_8Js{background:var(--card-background);border:2px solid var(--border-color);border-radius:12px;padding:1rem 1.25rem;color:var(--foreground);font-size:.95rem;transition:all .3s ease;outline:none;font-family:inherit;width:100%}.forgot-password_input__g_8Js:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(0,149,246,.1)}.forgot-password_error___yH9N{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444;border-radius:8px;padding:.875rem;font-size:.9rem}.forgot-password_success__0jGfH{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25);border-radius:12px;padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.forgot-password_success__0jGfH p{color:var(--foreground);margin:0;line-height:1.5;font-size:.95rem}.forgot-password_submitButton__tQtYO{background:linear-gradient(135deg,var(--primary) 0,var(--primary-hover) 100%);color:var(--background);border:none;border-radius:12px;padding:1.1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.forgot-password_submitButton__tQtYO:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-primary)}.forgot-password_submitButton__tQtYO:disabled{opacity:.7;cursor:not-allowed}.forgot-password_primaryLink__n9c_s{background:linear-gradient(135deg,var(--primary) 0,var(--primary-hover) 100%);color:var(--background);padding:.75rem 1.5rem;border-radius:10px;font-weight:700;text-decoration:none;font-size:.9rem}.forgot-password_footer__CEwj6{text-align:center;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid var(--border-color)}.forgot-password_link__1oJBN{color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem}.forgot-password_link__1oJBN:hover{text-decoration:underline}@keyframes forgot-password_fadeInUp__rQ9qT{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.forgot-password_card__qnTBr{padding:2rem 1.5rem}}