.AuthLayout-module__drMjuW__authContainer{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.AuthLayout-module__drMjuW__wrapper{z-index:1;background:var(--surface);width:100%;max-width:960px;min-height:580px;box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:18px;grid-template-columns:1fr 1fr;animation:.75s cubic-bezier(.22,1,.36,1) both AuthLayout-module__drMjuW__wrapperEntry;display:grid;position:relative;overflow:hidden}.AuthLayout-module__drMjuW__leftPanel{background:var(--steel);flex-direction:column;justify-content:space-between;padding:52px 44px;display:flex;position:relative;overflow:hidden}.AuthLayout-module__drMjuW__dark.AuthLayout-module__drMjuW__leftPanel{background:linear-gradient(160deg,#1e1b14 0%,#252018 100%)}.AuthLayout-module__drMjuW__leftPanel:before{content:"";pointer-events:none;background:linear-gradient(160deg,#b8733338 0%,#0000 60%);position:absolute;inset:0}.AuthLayout-module__drMjuW__leftPanel:after{content:"";pointer-events:none;border:70px solid #ffffff0a;border-radius:50%;width:340px;height:340px;animation:4s ease-in-out infinite AuthLayout-module__drMjuW__ringPulse;position:absolute;bottom:-100px;left:-70px}.AuthLayout-module__drMjuW__hexPattern{pointer-events:none;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");background-size:60px 52px;animation:18s linear infinite AuthLayout-module__drMjuW__hexScroll;position:absolute;inset:0}.AuthLayout-module__drMjuW__leftSheen{pointer-events:none;background:linear-gradient(105deg,#0000 38%,#ffffff0d 50%,#0000 62%) 0 0/300% 100%;animation:7s ease-in-out infinite AuthLayout-module__drMjuW__sheenSweep;position:absolute;inset:0}.AuthLayout-module__drMjuW__brand{z-index:1;position:relative}.AuthLayout-module__drMjuW__brandLogo{align-items:center;gap:14px;margin-bottom:32px;animation:.65s cubic-bezier(.22,1,.36,1) .15s both AuthLayout-module__drMjuW__fadeSlideDown;display:flex}.AuthLayout-module__drMjuW__logoIcon{background:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;animation:3.5s ease-in-out infinite AuthLayout-module__drMjuW__logoBreathe;display:flex}.AuthLayout-module__drMjuW__brandName{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700;line-height:1.15}.AuthLayout-module__drMjuW__brandName span{letter-spacing:.18em;color:#ffffff80;text-transform:uppercase;font-size:11px;font-weight:500;display:block}.AuthLayout-module__drMjuW__brandHeadline{color:#fff;letter-spacing:.01em;margin-bottom:16px;font-family:Barlow Condensed,sans-serif;font-size:clamp(26px,3vw,36px);font-weight:700;line-height:1.2;animation:.65s cubic-bezier(.22,1,.36,1) .3s both AuthLayout-module__drMjuW__fadeSlideDown}.AuthLayout-module__drMjuW__brandHeadline em{color:var(--accent-light);font-style:normal}.AuthLayout-module__drMjuW__brandDesc{color:#ffffff8c;max-width:280px;font-size:14px;line-height:1.65;animation:.65s cubic-bezier(.22,1,.36,1) .45s both AuthLayout-module__drMjuW__fadeSlideDown}.AuthLayout-module__drMjuW__statsStrip{z-index:1;gap:24px;animation:.65s cubic-bezier(.22,1,.36,1) .55s both AuthLayout-module__drMjuW__fadeSlideUp;display:flex;position:relative}.AuthLayout-module__drMjuW__statItem{flex-direction:column;gap:2px;display:flex}.AuthLayout-module__drMjuW__statNum{color:var(--accent-light);letter-spacing:.02em;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700}.AuthLayout-module__drMjuW__statLabel{color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.AuthLayout-module__drMjuW__rightPanel{flex-direction:column;justify-content:center;padding:48px 44px;display:flex;position:relative;overflow:hidden}.AuthLayout-module__drMjuW__rightPanel:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;pointer-events:none;z-index:5;height:2px;animation:3.5s ease-out .8s forwards AuthLayout-module__drMjuW__scanReveal;position:absolute;top:0;left:0;right:0}.AuthLayout-module__drMjuW__themeToggle{border:1px solid var(--border);background:var(--surface-alt);cursor:pointer;width:44px;height:44px;transition:all var(--tr);box-shadow:var(--shadow-sm);z-index:10;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;animation:.5s .9s both AuthLayout-module__drMjuW__fadeSlideDown;display:flex;position:absolute;top:20px;right:20px}.AuthLayout-module__drMjuW__themeToggle:hover{background:var(--bg-alt);color:var(--accent);border-color:var(--accent);transform:rotate(30deg)scale(1.1);box-shadow:0 0 0 5px #b873331a}.AuthLayout-module__drMjuW__themeToggle svg{width:18px;height:18px}@media (max-width:700px){.AuthLayout-module__drMjuW__wrapper{grid-template-columns:1fr;min-height:auto}.AuthLayout-module__drMjuW__leftPanel{min-height:auto;padding:28px 24px}.AuthLayout-module__drMjuW__brandHeadline,.AuthLayout-module__drMjuW__brandDesc,.AuthLayout-module__drMjuW__statsStrip{display:none}.AuthLayout-module__drMjuW__brandLogo{margin-bottom:0}.AuthLayout-module__drMjuW__rightPanel{padding:32px 24px 36px}}@media (max-width:420px){.AuthLayout-module__drMjuW__rightPanel{padding:24px 18px 30px}}
.LoginForm-module__eX6XyW__screen{flex-direction:column;gap:0;display:none}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active{animation:global(screenIn) .45s cubic-bezier(.22, 1, .36, 1) both;display:flex}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active.LoginForm-module__eX6XyW__reverse{animation:global(screenInRev) .45s cubic-bezier(.22, 1, .36, 1) both}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active .screen-header{animation:global(fadeSlideUp) .4s 60ms both}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active form>:first-child{animation:global(fadeSlideUp) .38s .12s both}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active form>:nth-child(2){animation:global(fadeSlideUp) .38s .2s both}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active .LoginForm-module__eX6XyW__formRow{animation:global(fadeSlideUp) .38s .28s both}.LoginForm-module__eX6XyW__screen.LoginForm-module__eX6XyW__active .btn-primary{animation:global(fadeSlideUp) .38s .34s both}.LoginForm-module__eX6XyW__formRow{justify-content:flex-end;align-items:center;margin-bottom:22px;display:flex}.LoginForm-module__eX6XyW__forgotLink{color:var(--accent);cursor:pointer;transition:color var(--tr), letter-spacing .2s;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none}.LoginForm-module__eX6XyW__forgotLink:hover{color:var(--accent-dark);letter-spacing:.02em}
.ScreenHeader-module__UVg4iq__screenHeader{margin-bottom:28px}.ScreenHeader-module__UVg4iq__screenEyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.ScreenHeader-module__UVg4iq__screenEyebrow:before{content:"";background:var(--accent);border-radius:2px;width:0;height:2px;animation:.5s cubic-bezier(.22,1,.36,1) .25s forwards ScreenHeader-module__UVg4iq__lineGrow;display:block}@keyframes ScreenHeader-module__UVg4iq__lineGrow{to{width:18px}}.ScreenHeader-module__UVg4iq__screenTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:6px;font-family:Barlow,sans-serif;font-size:clamp(22px,2.5vw,28px);font-weight:700}.ScreenHeader-module__UVg4iq__screenSub{color:var(--text-secondary);font-size:14px;line-height:1.55}.ScreenHeader-module__UVg4iq__screenSub strong{color:var(--accent);font-weight:600}
.Input-module__VLjWJW__formGroup{margin-bottom:18px;position:relative}.Input-module__VLjWJW__formLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);transition:color var(--tr);margin-bottom:7px;font-size:12px;font-weight:600;display:block}.Input-module__VLjWJW__formGroup:focus-within .Input-module__VLjWJW__formLabel{color:var(--accent)}.Input-module__VLjWJW__inputWrap{position:relative}.Input-module__VLjWJW__inputWrap:after{content:"";background:var(--accent);border-radius:0 0 var(--radius) var(--radius);pointer-events:none;z-index:2;width:0;height:2px;transition:width .38s cubic-bezier(.22,1,.36,1),left .38s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:50%}.Input-module__VLjWJW__inputWrap:focus-within:after{width:100%;left:0}.Input-module__VLjWJW__inputIcon{color:var(--text-muted);pointer-events:none;transition:color var(--tr), transform var(--tr);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Input-module__VLjWJW__inputIcon svg{width:17px;height:17px}.Input-module__VLjWJW__inputWrap:focus-within .Input-module__VLjWJW__inputIcon{color:var(--accent);transform:translateY(-50%)scale(1.12)}.Input-module__VLjWJW__formInput{width:100%;color:var(--text-primary);background:var(--surface-alt);border:1.5px solid var(--border);border-radius:var(--radius);letter-spacing:.01em;transition:border-color var(--tr), box-shadow var(--tr), background var(--tr), transform .18s;outline:none;padding:13px 42px;font-family:inherit;font-size:15px}.Input-module__VLjWJW__formInput::placeholder{color:var(--text-muted)}.Input-module__VLjWJW__formInput:focus{border-color:var(--border-focus);background:var(--surface);transform:translateY(-1px);box-shadow:0 0 0 3.5px #b873331c}.Input-module__VLjWJW__formInput.Input-module__VLjWJW__isError{border-color:var(--error)}.Input-module__VLjWJW__formInput.Input-module__VLjWJW__isSuccess{border-color:var(--success)}@keyframes Input-module__VLjWJW__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.Input-module__VLjWJW__shake{animation:.4s cubic-bezier(.36,.07,.19,.97) both Input-module__VLjWJW__shake}.Input-module__VLjWJW__inputAction{color:var(--text-muted);cursor:pointer;transition:color var(--tr), transform .2s;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Input-module__VLjWJW__inputAction:hover{color:var(--accent);transform:translateY(-50%)scale(1.18)}.Input-module__VLjWJW__inputAction svg{width:17px;height:17px}.Input-module__VLjWJW__fieldMsg{align-items:center;gap:5px;margin-top:5px;font-size:12px;animation:.28s cubic-bezier(.34,1.56,.64,1) Input-module__VLjWJW__msgPop;display:none}.Input-module__VLjWJW__fieldMsg.Input-module__VLjWJW__error{color:var(--error);display:flex}.Input-module__VLjWJW__fieldMsg.Input-module__VLjWJW__success{color:var(--success);display:flex}.Input-module__VLjWJW__fieldMsg svg{flex-shrink:0}
.Button-module__UbsrlW__btnPrimary{letter-spacing:.05em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-family:Barlow,sans-serif;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #b8733359}.Button-module__UbsrlW__btnPrimary:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 38%,#ffffff38 50%,#0000 62%) 0 0/250% 100%;animation:3.2s ease-in-out 2s infinite Button-module__UbsrlW__btnShimmer;position:absolute;inset:0}@keyframes Button-module__UbsrlW__btnShimmer{0%{background-position:250% 0}45%{background-position:-250% 0}to{background-position:-250% 0}}.Button-module__UbsrlW__btnPrimary:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff73,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Button-module__UbsrlW__btnPrimary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 32px #b8733385}.Button-module__UbsrlW__btnPrimary:active:not(:disabled){transition:transform 80ms;transform:translateY(0)}.Button-module__UbsrlW__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.Button-module__UbsrlW__ripple{pointer-events:none;background:#ffffff47;border-radius:50%;animation:.6s linear Button-module__UbsrlW__rippleOut;position:absolute;transform:scale(0)}@keyframes Button-module__UbsrlW__rippleOut{to{opacity:0;transform:scale(4.5)}}.Button-module__UbsrlW__btnSpinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.65s linear infinite Button-module__UbsrlW__spin;display:none}.Button-module__UbsrlW__btnPrimary.Button-module__UbsrlW__loading .Button-module__UbsrlW__btnSpinner{display:block}.Button-module__UbsrlW__btnPrimary.Button-module__UbsrlW__loading .Button-module__UbsrlW__btnText{display:none}@keyframes Button-module__UbsrlW__spin{to{transform:rotate(360deg)}}
.ForgotPasswordFlow-module__8vvF_G__screen{flex-direction:column;gap:0;display:none}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active{animation:global(screenIn) .45s cubic-bezier(.22, 1, .36, 1) both;display:flex}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active.ForgotPasswordFlow-module__8vvF_G__reverse{animation:global(screenInRev) .45s cubic-bezier(.22, 1, .36, 1) both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .back-btn{animation:global(fadeSlideDown) .32s 40ms both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .progress-dots{animation:global(fadeSlideDown) .32s 90ms both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .screen-header{animation:global(fadeSlideUp) .4s 60ms both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .form-group{animation:global(fadeSlideUp) .38s .12s both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .btn-primary{animation:global(fadeSlideUp) .38s .34s both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .otp-group{animation:global(fadeSlideUp) .38s .16s both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .ForgotPasswordFlow-module__8vvF_G__resendRow{animation:global(fadeSlideUp) .38s .28s both}.ForgotPasswordFlow-module__8vvF_G__screen.ForgotPasswordFlow-module__8vvF_G__active .ForgotPasswordFlow-module__8vvF_G__successCard{animation:global(popIn) .5s .1s cubic-bezier(.34, 1.56, .64, 1) both}.ForgotPasswordFlow-module__8vvF_G__otpErrorMsg{color:var(--error);animation:global(msgPop) .28s cubic-bezier(.34, 1.56, .64, 1);justify-content:center;align-items:center;gap:5px;margin-bottom:12px;font-size:12px;display:flex}.ForgotPasswordFlow-module__8vvF_G__resendRow{text-align:center;color:var(--text-muted);margin-bottom:20px;font-size:13px}.ForgotPasswordFlow-module__8vvF_G__resendBtn{color:var(--accent);cursor:pointer;transition:color var(--tr), transform .2s;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600}.ForgotPasswordFlow-module__8vvF_G__resendBtn:hover:not(:disabled){color:var(--accent-dark);transform:scale(1.05)}.ForgotPasswordFlow-module__8vvF_G__resendBtn:disabled{color:var(--text-muted);cursor:not-allowed}.ForgotPasswordFlow-module__8vvF_G__successCard{text-align:center;flex-direction:column;align-items:center;display:flex}.ForgotPasswordFlow-module__8vvF_G__successIconWrap{width:78px;height:78px;animation:global(successPop) .55s .1s cubic-bezier(.34, 1.56, .64, 1) both;background:#4a7c591a;border:2px solid #4a7c594d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex;position:relative}.ForgotPasswordFlow-module__8vvF_G__successIconWrap:after{content:"";animation:global(successRing) 1.8s .5s ease-out infinite;border:1.5px solid #4a7c5938;border-radius:50%;position:absolute;inset:-7px}.ForgotPasswordFlow-module__8vvF_G__successTitle{color:var(--text-primary);animation:global(fadeSlideUp) .4s .44s both;margin-bottom:8px;font-family:Barlow,sans-serif;font-size:22px;font-weight:700}.ForgotPasswordFlow-module__8vvF_G__successMsg{color:var(--text-secondary);max-width:260px;animation:global(fadeSlideUp) .4s .54s both;margin-bottom:28px;font-size:14px;line-height:1.6}.ForgotPasswordFlow-module__8vvF_G__successBtnWrap{animation:global(fadeSlideUp) .4s .64s both;justify-content:center;width:100%;display:flex}
.BackBtn-module__R17-zG__backBtn{color:var(--text-muted);cursor:pointer;transition:color var(--tr), gap var(--tr);background:0 0;border:none;align-items:center;gap:6px;margin-bottom:20px;padding:0;font-family:inherit;font-size:13px;display:inline-flex}.BackBtn-module__R17-zG__backBtn:hover{color:var(--accent);gap:10px}.BackBtn-module__R17-zG__backBtn svg{width:14px;height:14px;transition:transform var(--tr)}.BackBtn-module__R17-zG__backBtn:hover svg{transform:translate(-3px)}
.ProgressDots-module__o55AhW__progressDots{justify-content:center;gap:6px;margin-bottom:24px;display:flex}.ProgressDots-module__o55AhW__dot{background:var(--border);border-radius:50%;width:6px;height:6px;transition:all .42s cubic-bezier(.34,1.56,.64,1)}.ProgressDots-module__o55AhW__dot.ProgressDots-module__o55AhW__active{background:var(--accent);border-radius:3px;width:22px}.ProgressDots-module__o55AhW__dot.ProgressDots-module__o55AhW__done{background:var(--accent);opacity:.42}
.OtpInputGroup-module__MajpkG__otpGroup{justify-content:center;gap:12px;margin-bottom:6px;display:flex}.OtpInputGroup-module__MajpkG__otpInput{text-align:center;width:52px;height:60px;color:var(--text-primary);background:var(--surface-alt);border:2px solid var(--border);border-radius:var(--radius);transition:border-color var(--tr), box-shadow var(--tr), transform .2s, background var(--tr);animation:OtpInputGroup-module__MajpkG__otpBounce .55s calc(var(--i,0) * 80ms) cubic-bezier(.34, 1.56, .64, 1) both;outline:none;font-family:Barlow Condensed,sans-serif;font-size:26px;font-weight:600}@keyframes OtpInputGroup-module__MajpkG__otpBounce{0%{opacity:0;transform:translateY(22px)scale(.75)}to{opacity:1;transform:translateY(0)scale(1)}}.OtpInputGroup-module__MajpkG__otpInput:focus{border-color:var(--accent);background:var(--surface);transform:translateY(-4px)scale(1.06);box-shadow:0 0 0 3.5px #b8733326}.OtpInputGroup-module__MajpkG__otpInput.OtpInputGroup-module__MajpkG__filled{border-color:var(--accent);background:var(--surface);animation:.22s cubic-bezier(.34,1.56,.64,1) OtpInputGroup-module__MajpkG__otpFillPop}@keyframes OtpInputGroup-module__MajpkG__otpFillPop{0%{transform:scale(.85)}60%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes OtpInputGroup-module__MajpkG__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.OtpInputGroup-module__MajpkG__shake{animation:.4s cubic-bezier(.36,.07,.19,.97) both OtpInputGroup-module__MajpkG__shake}.OtpInputGroup-module__MajpkG__otpInput.OtpInputGroup-module__MajpkG__error{border-color:var(--error)}@media (max-width:420px){.OtpInputGroup-module__MajpkG__otpInput{width:40px;height:52px;font-size:20px}.OtpInputGroup-module__MajpkG__otpGroup{gap:7px}}
.StrengthMeter-module__uS9Dma__strengthBarWrap{align-items:center;gap:5px;margin-top:8px;animation:.3s both StrengthMeter-module__uS9Dma__fadeSlideUp;display:flex}.StrengthMeter-module__uS9Dma__strengthBar{background:var(--border);border-radius:2px;flex:1;height:4px;transition:background .38s cubic-bezier(.22,1,.36,1)}.StrengthMeter-module__uS9Dma__strengthLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-align:right;min-width:46px;font-size:11px;font-weight:600;transition:color .3s}
.ScissorTransition-module__Smi7TG__transitionWrapper{z-index:9999;pointer-events:none;perspective:1000px;position:fixed;inset:0;overflow:hidden}.ScissorTransition-module__Smi7TG__half{will-change:transform;width:110vw;height:50vh;transform-style:preserve-3d;transition:transform 2s cubic-bezier(.65,0,.35,1),opacity 2s ease-in;position:absolute;left:-5vw;overflow:hidden}.ScissorTransition-module__Smi7TG__overlayBg{background:var(--bg);width:100%;height:100vh;position:absolute;left:0}.ScissorTransition-module__Smi7TG__topHalf{transform-origin:0 0;top:0}.ScissorTransition-module__Smi7TG__topHalf .ScissorTransition-module__Smi7TG__overlayBg{top:0}.ScissorTransition-module__Smi7TG__bottomHalf{transform-origin:100% 100%;bottom:0}.ScissorTransition-module__Smi7TG__bottomHalf .ScissorTransition-module__Smi7TG__overlayBg{bottom:0}.ScissorTransition-module__Smi7TG__dark .ScissorTransition-module__Smi7TG__overlayBg{background:#16140f}.ScissorTransition-module__Smi7TG__cutLine{background:var(--accent);width:54px;height:2px;box-shadow:0 0 8px var(--accent);opacity:.8;z-index:5;animation:2.5s linear forwards ScissorTransition-module__Smi7TG__cutProgress;position:absolute;left:-10vw}.ScissorTransition-module__Smi7TG__cutLineTop{bottom:0}.ScissorTransition-module__Smi7TG__cutLineBottom{top:0}.ScissorTransition-module__Smi7TG__scissorContainer{z-index:10000;animation:2.5s linear forwards ScissorTransition-module__Smi7TG__moveScissor;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ScissorTransition-module__Smi7TG__hideScissor{opacity:0;transition:opacity .2s}.ScissorTransition-module__Smi7TG__scissorSvg{display:block}.ScissorTransition-module__Smi7TG__bladeTop{transform-origin:45px 50px;animation:.3s ease-in-out infinite alternate ScissorTransition-module__Smi7TG__snipTop}.ScissorTransition-module__Smi7TG__bladeBottom{transform-origin:45px 50px;animation:.3s ease-in-out infinite alternate ScissorTransition-module__Smi7TG__snipBottom}@keyframes ScissorTransition-module__Smi7TG__moveScissor{0%{left:-10vw}to{left:110vw}}@keyframes ScissorTransition-module__Smi7TG__cutProgress{0%{width:54px}to{width:calc(120vw + 54px)}}@keyframes ScissorTransition-module__Smi7TG__snipTop{0%{transform:rotate(0)}to{transform:rotate(-15deg)}}@keyframes ScissorTransition-module__Smi7TG__snipBottom{0%{transform:rotate(0)}to{transform:rotate(15deg)}}.ScissorTransition-module__Smi7TG__tearTop{opacity:0;transform:translateY(-120%)rotate(-4deg)}.ScissorTransition-module__Smi7TG__tearBottom{opacity:0;transform:translateY(120%)rotate(4deg)}
.Toast-module__CKl-OG__toast{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);box-shadow:var(--shadow-lg);z-index:9999;opacity:0;pointer-events:none;white-space:nowrap;border-radius:12px;align-items:center;gap:10px;padding:14px 22px;font-size:14px;transition:transform .44s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)translateY(90px)}.Toast-module__CKl-OG__toast.Toast-module__CKl-OG__show{opacity:1;transform:translate(-50%)translateY(0)}.Toast-module__CKl-OG__toastIcon{flex-shrink:0}
