:root{--bg-dark:#030712;--card-bg:#0b1221d1;--input-bg:#0f172af2;--input-bg-focus:#0f172a;--border-soft:#3b82f638;--border-active:#60a5fa;--text-bright:#f8fafc;--text-muted:#94a3b8;--blue-primary:#2563eb;--blue-bright:#3b82f6;--cyan-accent:#06b6d4;--green-success:#34d399;--grid-line-opacity:1;--radius-md:.85rem;--radius-lg:1.5rem;--font-body:system-ui, -apple-system, sans-serif}html.light{--bg-dark:#f1f5fb;--card-bg:#ffffffd9;--input-bg:#fff;--input-bg-focus:#fff;--border-soft:#2563eb2e;--border-active:#2563eb;--text-bright:#0f172a;--text-muted:#64748b;--blue-primary:#2563eb;--blue-bright:#3b82f6;--cyan-accent:#0891b2;--green-success:#059669;--grid-line-opacity:.5}.forgot-password-module__e2eRLq__pageWrapper{background-color:var(--bg-dark);min-height:100vh;color:var(--text-bright);font-family:var(--font-body);justify-content:center;align-items:center;padding:1.5rem;transition:background-color .2s,color .2s;display:flex;position:relative;overflow:hidden}.forgot-password-module__e2eRLq__gridBg{opacity:var(--grid-line-opacity);pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#3b82f626 1px,#0000 1px),linear-gradient(#3b82f626 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 50%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 50%,#0000 100%)}.forgot-password-module__e2eRLq__glowSphere{filter:blur(120px);pointer-events:none;z-index:0;border-radius:999px;position:absolute}.forgot-password-module__e2eRLq__glowPrimary{background:#2563eb52;width:480px;height:480px;top:-120px;left:-120px}html.light .forgot-password-module__e2eRLq__glowPrimary{background:#2563eb29}.forgot-password-module__e2eRLq__glowCyan{background:#06b6d438;width:450px;height:450px;bottom:-120px;right:-120px}html.light .forgot-password-module__e2eRLq__glowCyan{background:#06b6d41f}.forgot-password-module__e2eRLq__card{z-index:1;background:var(--card-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-soft);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:460px;padding:2.5rem 2rem;transition:background-color .2s,border-color .2s;position:relative;box-shadow:0 25px 50px -12px #000000d9,0 0 35px #2563eb2e}html.light .forgot-password-module__e2eRLq__card{box-shadow:0 25px 50px -12px #0f172a1f,0 0 35px #2563eb14}@media (min-width:640px){.forgot-password-module__e2eRLq__card{padding:3rem 2.5rem}}.forgot-password-module__e2eRLq__brandHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.forgot-password-module__e2eRLq__brandLogo{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--blue-bright), var(--cyan-accent));color:#fff;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 0 20px #3b82f680}.forgot-password-module__e2eRLq__brandName{letter-spacing:-.02em;color:var(--text-bright);font-size:1.25rem;font-weight:700}.forgot-password-module__e2eRLq__iconBadge{width:64px;height:64px;color:var(--border-active);border:1px solid var(--border-soft);background:#3b82f61f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.forgot-password-module__e2eRLq__formHeader h1{letter-spacing:-.02em;color:var(--text-bright);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.forgot-password-module__e2eRLq__formHeader p{color:var(--text-muted);margin:0 0 1.75rem;font-size:.925rem;line-height:1.5}.forgot-password-module__e2eRLq__form{flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__e2eRLq__formGroup{flex-direction:column;gap:.4rem;display:flex}.forgot-password-module__e2eRLq__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:left;font-size:.8rem;font-weight:600}.forgot-password-module__e2eRLq__fieldHint{color:var(--text-muted);opacity:.7;text-align:left;margin-top:.25rem;font-size:.75rem}.forgot-password-module__e2eRLq__inputWrapper{align-items:center;display:flex;position:relative}.forgot-password-module__e2eRLq__inputIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.forgot-password-module__e2eRLq__formInput{box-sizing:border-box;background:var(--input-bg);border:1px solid var(--border-soft);border-radius:var(--radius-md);width:100%;height:50px;color:var(--text-bright);outline:none;padding:0 1rem 0 2.75rem;font-size:.95rem;transition:all .2s}.forgot-password-module__e2eRLq__formInput::placeholder{color:#94a3b866}html.light .forgot-password-module__e2eRLq__formInput::placeholder{color:#64748b80}.forgot-password-module__e2eRLq__formInput:hover{border-color:#60a5fa80}.forgot-password-module__e2eRLq__formInput:focus{border-color:var(--border-active);background:var(--input-bg-focus);box-shadow:0 0 0 3px #2563eb4d,0 0 18px #2563eb40}html.light .forgot-password-module__e2eRLq__formInput:focus{box-shadow:0 0 0 3px #2563eb1f,0 0 18px #2563eb1a}.forgot-password-module__e2eRLq__formInput:disabled{opacity:.5;cursor:not-allowed}.forgot-password-module__e2eRLq__submitBtn{background:linear-gradient(135deg, var(--blue-primary), #0284c7);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:50px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 20px #2563eb73}.forgot-password-module__e2eRLq__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 25px #0284c799}.forgot-password-module__e2eRLq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.forgot-password-module__e2eRLq__successState{padding:.5rem 0}.forgot-password-module__e2eRLq__successIcon{width:72px;height:72px;color:var(--green-success);background:#34d3991f;border:1px solid #34d39933;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.forgot-password-module__e2eRLq__successState h1{letter-spacing:-.02em;color:var(--text-bright);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.forgot-password-module__e2eRLq__successState p{color:var(--text-muted);margin:0 0 .5rem;font-size:.925rem;line-height:1.6}.forgot-password-module__e2eRLq__successState strong{color:var(--text-bright)}.forgot-password-module__e2eRLq__successNote{opacity:.8;margin-top:.5rem!important;font-size:.85rem!important}.forgot-password-module__e2eRLq__resendBtn{border:1px solid var(--border-soft);border-radius:var(--radius-md);color:var(--border-active);cursor:pointer;background:#3b82f61a;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.forgot-password-module__e2eRLq__resendBtn:hover{border-color:var(--border-active);background:#3b82f633}.forgot-password-module__e2eRLq__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.forgot-password-module__e2eRLq__backLink:hover{color:var(--text-bright)}@media (max-width:480px){.forgot-password-module__e2eRLq__card{padding:2rem 1.25rem}.forgot-password-module__e2eRLq__formHeader h1,.forgot-password-module__e2eRLq__successState h1{font-size:1.5rem}}
