.forgot-module__XpiwGq__container{min-height:100vh;display:flex}.forgot-module__XpiwGq__leftPanel{background:linear-gradient(135deg,#0a1628 0%,#1a2a4a 30%,#0d1f3c 70%,#0a1628 100%);flex:0 0 45%;align-items:center;display:flex;position:relative;overflow:hidden}.forgot-module__XpiwGq__leftPanel:before{content:"";background:radial-gradient(circle at 30% 40%,#1b7a5a26 0%,#0000 50%),radial-gradient(circle at 70% 60%,#c07a451a 0%,#0000 40%),radial-gradient(circle,#3b82f614 0%,#0000 60%);position:absolute;inset:0}.forgot-module__XpiwGq__leftPanel:after{content:"";opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200 50 Q180 80 190 120 Q200 160 180 200 Q160 240 170 280 Q180 320 160 360 Q140 400 150 440 Q160 480 140 520 L180 530 Q200 490 190 450 Q180 410 200 370 Q220 330 210 290 Q200 250 220 210 Q240 170 230 130 Q220 90 200 50Z' fill='rgba(27,122,90,0.06)' stroke='rgba(27,122,90,0.12)' stroke-width='0.5'/%3E%3C/svg%3E");background-size:cover;position:absolute;inset:0}.forgot-module__XpiwGq__leftContent{z-index:1;color:#fff;flex-direction:column;justify-content:space-between;height:100%;padding:40px;display:flex;position:relative}.forgot-module__XpiwGq__logo{align-items:center;gap:10px;margin-bottom:80px;display:flex}.forgot-module__XpiwGq__logoIcon{font-size:32px}.forgot-module__XpiwGq__logoText{letter-spacing:-.5px;font-size:22px;font-weight:700}.forgot-module__XpiwGq__heroContent{flex-direction:column;flex:1;justify-content:center;display:flex}.forgot-module__XpiwGq__heroTitle{margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}.forgot-module__XpiwGq__heroHighlight{color:#f59e0b}.forgot-module__XpiwGq__heroDesc{color:#ffffffb3;max-width:320px;margin-bottom:32px;font-size:15px;line-height:1.6}.forgot-module__XpiwGq__terms{color:#fff6;font-size:12px}.forgot-module__XpiwGq__rightPanel{background:var(--bg-white);flex:1;justify-content:center;align-items:center;padding:40px;display:flex;overflow-y:auto}.forgot-module__XpiwGq__formContainer{width:100%;max-width:480px}.forgot-module__XpiwGq__formTitle{text-align:center;margin-bottom:8px;font-size:28px;font-weight:700}.forgot-module__XpiwGq__formSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:28px;font-size:14px;line-height:1.6}.forgot-module__XpiwGq__resetIcon{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:36px;display:flex}.forgot-module__XpiwGq__lockIcon{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:2px solid #f59e0b33}.forgot-module__XpiwGq__codeIcon{background:linear-gradient(135deg,#0ea5e91a,#0ea5e90d);border:2px solid #0ea5e933;animation:2s infinite forgot-module__XpiwGq__iconPulse}.forgot-module__XpiwGq__successResetIcon{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:2px solid #22c55e4d}@keyframes forgot-module__XpiwGq__iconPulse{0%,to{transform:scale(1);box-shadow:0 0 #0ea5e926}50%{transform:scale(1.05);box-shadow:0 0 0 12px #0ea5e900}}.forgot-module__XpiwGq__steps{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.forgot-module__XpiwGq__step{background:var(--border-light);border-radius:2px;width:32px;height:4px;transition:all .3s}.forgot-module__XpiwGq__stepActive{background:var(--primary);width:48px}.forgot-module__XpiwGq__stepDone{background:#22c55e}.forgot-module__XpiwGq__form{flex-direction:column;gap:16px;display:flex}.forgot-module__XpiwGq__emailHighlight{color:var(--primary);font-weight:600}.forgot-module__XpiwGq__codeInputGroup{justify-content:center;gap:10px;margin:8px 0 20px;display:flex}.forgot-module__XpiwGq__codeInput{text-align:center;border:2px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-light);width:52px;height:60px;color:var(--text-primary);caret-color:var(--primary);outline:none;font-size:24px;font-weight:700;transition:all .2s}.forgot-module__XpiwGq__codeInput:focus{border-color:var(--primary);background:var(--bg-white);box-shadow:0 0 0 3px #0ea5e926}.forgot-module__XpiwGq__codeInput.forgot-module__XpiwGq__hasValue{border-color:var(--primary);background:#0ea5e90d}.forgot-module__XpiwGq__passwordWrap{position:relative}.forgot-module__XpiwGq__eyeBtn{cursor:pointer;opacity:.5;background:0 0;border:none;font-size:16px;transition:opacity .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.forgot-module__XpiwGq__eyeBtn:hover{opacity:1}.forgot-module__XpiwGq__strengthBar{gap:4px;margin-top:6px;display:flex}.forgot-module__XpiwGq__strengthSegment{background:var(--border-light);border-radius:2px;flex:1;height:3px;transition:all .3s}.forgot-module__XpiwGq__strengthWeak{background:#ef4444}.forgot-module__XpiwGq__strengthMedium{background:#f59e0b}.forgot-module__XpiwGq__strengthStrong{background:#22c55e}.forgot-module__XpiwGq__strengthLabel{text-align:right;margin-top:4px;font-size:11px}.forgot-module__XpiwGq__strengthLabelWeak{color:#ef4444}.forgot-module__XpiwGq__strengthLabelMedium{color:#f59e0b}.forgot-module__XpiwGq__strengthLabelStrong{color:#22c55e}.forgot-module__XpiwGq__submitBtn{width:100%;margin-top:8px;padding:14px;font-size:15px}.forgot-module__XpiwGq__backLink{text-align:center;color:var(--text-secondary);margin-top:20px;font-size:14px}.forgot-module__XpiwGq__link{color:var(--primary);font-weight:600;text-decoration:none}.forgot-module__XpiwGq__link:hover{text-decoration:underline}.forgot-module__XpiwGq__error{background:var(--danger-light);color:#991b1b;border-radius:var(--radius);text-align:center;border:1px solid #fecaca;margin-bottom:8px;padding:10px 14px;font-size:13px}.forgot-module__XpiwGq__success{color:#166534;border-radius:var(--radius);text-align:center;background:#22c55e14;border:1px solid #22c55e33;margin-bottom:8px;padding:10px 14px;font-size:13px}.forgot-module__XpiwGq__successTitle{color:#22c55e;text-align:center;margin-bottom:8px;font-size:24px;font-weight:700}.forgot-module__XpiwGq__successDesc{color:var(--text-secondary);text-align:center;margin-bottom:28px;font-size:14px;line-height:1.6}.forgot-module__XpiwGq__loginBtn{width:100%;padding:14px;font-size:15px}@media (max-width:900px){.forgot-module__XpiwGq__container{flex-direction:column}.forgot-module__XpiwGq__leftPanel{flex:none;min-height:250px}.forgot-module__XpiwGq__codeInput{width:44px;height:52px;font-size:20px}}
