.forgot-page{background:var(--background);min-height:100vh;display:flex}.forgot-hero{background:linear-gradient(135deg,#0d0d1a 0%,#12102a 50%,#0a1628 100%);flex:58%;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.forgot-hero{justify-content:center;align-items:center;display:flex}}.forgot-hero-content{z-index:1;max-width:480px;padding:3rem 2.5rem;transition:opacity .7s,transform .7s;position:relative}.forgot-hidden{opacity:0;transform:translateY(16px)}.forgot-fade-in{opacity:1;transform:translateY(0)}.forgot-slide-in{opacity:1;transform:translate(0)}.forgot-illustration{justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.forgot-illustration-circle{background:linear-gradient(135deg,#8b5cf626,#3b82f626);border:1px solid #8b5cf633;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.forgot-illustration-circle:after{content:"";border:1px dashed #8b5cf626;border-radius:50%;animation:3s ease-in-out infinite forgotPulse;position:absolute;inset:-8px}@keyframes forgotPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.forgot-hero-headline{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.02em;text-align:center;margin-bottom:1rem;font-size:2.4rem;font-weight:800;line-height:1.15}.forgot-hero-sub{color:var(--muted-foreground);text-align:center;max-width:380px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.65}.forgot-tips{flex-direction:column;gap:12px;display:flex}.forgot-tip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.forgot-tip-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.forgot-tip-text{flex-direction:column;gap:2px;display:flex}.forgot-tip-title{color:var(--foreground);font-size:.82rem;font-weight:600}.forgot-tip-desc{color:var(--muted-foreground);font-size:.72rem;line-height:1.5}.forgot-form-side{background:var(--background);flex:42%;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.forgot-form-side{border-left:1px solid var(--border)}}.forgot-form-wrapper{width:100%;max-width:400px;transition:opacity .6s .15s,transform .6s .15s}.forgot-form-wrapper.forgot-hidden{opacity:0;transform:translate(20px)}.forgot-mobile-logo{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}@media (min-width:1024px){.forgot-mobile-logo{display:none}}.forgot-header-icon{background:linear-gradient(135deg,#8b5cf61f,#3b82f61f);border:1px solid #8b5cf633;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.forgot-form-title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.35rem;font-size:1.65rem;font-weight:700}.forgot-form-subtitle{color:var(--muted-foreground);margin-bottom:1.75rem;font-size:.88rem;line-height:1.55}.forgot-form{flex-direction:column;gap:1rem;display:flex}.forgot-success{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;align-items:flex-start;gap:10px;padding:14px 16px;font-size:.82rem;line-height:1.55;display:flex}.forgot-success-icon{flex-shrink:0;margin-top:1px}.forgot-back{color:var(--primary);align-items:center;gap:6px;margin-top:1.5rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.forgot-back:hover{gap:8px;text-decoration:underline}.forgot-resend-btn{width:100%;height:42px;color:var(--primary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:.75rem;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.forgot-resend-btn:hover:not(:disabled){border-color:var(--primary);background:#8b5cf614}.forgot-resend-btn:disabled{opacity:.5;cursor:not-allowed;color:var(--muted-foreground)}
