.Button_button__wf7LH{justify-content:center;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;overflow:hidden;border-radius:8px;align-items:center;gap:8px;margin-bottom:10px;margin-right:10px;padding:8px 16px;font-size:13px;transition:all .3s;display:inline-flex}.Button_button__wf7LH:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Button_button__wf7LH:active:not(:disabled){transform:translateY(0)}.Button_button__wf7LH:disabled{opacity:.5;cursor:not-allowed}.Button_button__wf7LH.Button_loading__dKg1b{pointer-events:none}.Button_sm__fHY31{padding:.5rem 1rem;font-size:.875rem;height:2rem}.Button_md__qwsc1{padding:.75rem 1.5rem;font-size:1rem;height:2.5rem}.Button_lg__Qcncc{padding:1rem 2rem;font-size:1.125rem;height:3rem}.Button_primary__KcBxk{background:var(--main-color);color:#fff}.Button_primary__KcBxk:hover:not(:disabled){background:#eb8264}.Button_secondary__uUg9S{background:#6c757d;color:#fff}.Button_secondary__uUg9S:hover:not(:disabled){background:#5a6268}.Button_outline__0lh3I{background:rgba(0,0,0,0);color:#000;border:2px solid var(--main-color)}.Button_outline__0lh3I:hover:not(:disabled){background:var(--main-color);color:#fff}.Button_danger__XTXJG{background:#dc3545;color:#fff}.Button_danger__XTXJG:hover:not(:disabled){background:#c82333}.Button_success__rTmJD{background:#28a745;color:#fff}.Button_success__rTmJD:hover:not(:disabled){background:#218838}.Button_ghost___W6uF{background:rgba(0,0,0,0);color:var(--main-color)}.Button_ghost___W6uF:hover:not(:disabled){background:rgba(102,126,234,.1)}.Button_fullWidth__FgBPP{width:100%}.Button_spinner__UbZ3r{display:inline-block;width:1rem;height:1rem;border:2px solid;border-right:2px solid rgba(0,0,0,0);border-radius:50%;animation:Button_spin__bMykP .6s linear infinite}@keyframes Button_spin__bMykP{to{transform:rotate(1turn)}}.Button_icon__l9wiG{justify-content:center}.Button_icon__l9wiG,.Button_label__jDynW{display:flex;align-items:center}.Input_inputContainer__9muVd{display:flex;flex-direction:column;gap:.5rem}.Input_inputContainer__9muVd.Input_fullWidth__LO6I9{width:100%}.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z{border-color:#dc3545}.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.Input_label__vH3py{font-size:.875rem;font-weight:600;color:#1f2937;display:block}.Input_required__o5o2K{color:#dc3545;margin-left:.25rem}.Input_inputWrapper__MU9KB{position:relative;display:flex;align-items:center}.Input_icon__WGTYy{position:absolute;left:1rem;display:flex;align-items:center;color:#6b7280;pointer-events:none;z-index:1}.Input_input__xDj0z{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease;background:#fff;color:#1f2937;font-family:inherit}.Input_input__xDj0z.Input_hasIcon__CpcZ2{padding-left:2.75rem}.Input_input__xDj0z:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.Input_input__xDj0z:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.Input_input__xDj0z::placeholder{color:#9ca3af}.Input_error__9IdUI{font-size:.875rem;color:#dc3545;display:flex;align-items:center;gap:.25rem}.Input_helperText__OWlWc{font-size:.875rem;color:#6b7280}.Card_card__nh0J5{border-radius:1rem;transition:all .3s ease}.Card_card__nh0J5.Card_clickable__iBvVe{cursor:pointer}.Card_card__nh0J5.Card_hoverable__XsfWr:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.Card_default__koaTZ{border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Card_elevated__wNZ_Z{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05)}.Card_outlined__NhbGf{border:2px solid #e5e7eb}.Card_gradient__lfnNO{background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border:1px solid rgba(102,126,234,.2)}.Card_padding-none__EW5lM{padding:0}.Card_padding-sm__TQH3L{padding:1rem}.Card_padding-md__sSk5s{padding:1.5rem}.Card_padding-lg__7sWsS{padding:2rem}.Card_cardHeader__lPXdZ{padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.Card_cardBody__eVUmU{flex:1 1}.Card_cardFooter__tsUfn{padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.Dialog_overlay__EsItj{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:Dialog_fadeIn__P2mPO .2s ease}@keyframes Dialog_fadeIn__P2mPO{0%{opacity:0}to{opacity:1}}.Dialog_dialog__WCpOG{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:90vh;display:flex;flex-direction:column;animation:Dialog_slideUp__vFyda .3s ease}@keyframes Dialog_slideUp__vFyda{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Dialog_sm__0dvPE{width:100%;max-width:400px}.Dialog_md__6ejGh{width:100%;max-width:600px}.Dialog_lg__Ywl4x{width:100%;max-width:800px}.Dialog_xl__Vq1Ps{width:100%;max-width:1200px}.Dialog_header__OjH6T{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.Dialog_title__dQ_ku{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.Dialog_closeButton__eet3P{background:rgba(0,0,0,0);border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.Dialog_closeButton__eet3P:hover{background:#f3f4f6;color:#1f2937}.Dialog_content__Pfjca{flex:1 1;overflow-y:auto;padding:1.5rem}.Dialog_footer__wjij7{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.Dialog_actions__8XRPv{display:flex;gap:.75rem;flex-wrap:wrap}.Dialog_actions__8XRPv.Dialog_align-left__rpgIC{justify-content:flex-start}.Dialog_actions__8XRPv.Dialog_align-center__JKCD6{justify-content:center}.Dialog_actions__8XRPv.Dialog_align-right__dzXNl{justify-content:flex-end}.FeatureCard_featureCard__1O7xM{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden;height:100%}.FeatureCard_featureCard__1O7xM:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.FeatureCard_featureCard__1O7xM:hover .FeatureCard_featureHover__8QIkM{height:4px}.FeatureCard_featureIcon__TkBTn{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;transition:transform .3s ease}.FeatureCard_featureCard__1O7xM:hover .FeatureCard_featureIcon__TkBTn{transform:scale(1.1)}.FeatureCard_featureTitle__TSs20{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.FeatureCard_featureDescription__78ady{color:#6b7280;line-height:1.6;margin:0}.FeatureCard_featureHover__8QIkM{position:absolute;bottom:0;left:0;right:0;height:0;transition:height .3s ease}.Navbar_navbar__NT2eW{background:#f8e8da;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Navbar_navbarContent__kBIU3{justify-content:space-between}.Navbar_logo__OpDZN a,.Navbar_navbarContent__kBIU3{display:flex;align-items:center}.Navbar_logoImage___Df3z{height:40px;width:auto}.Navbar_navLinks___b3Zs{display:flex;align-items:center;gap:1rem}.Navbar_authButtons__R1FRQ{display:flex;align-items:center;gap:.75rem}.Footer_footer__jqp_H{background:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.Footer_footerContent__8L4ks{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Footer_box__1Gft2{display:flex;flex-direction:column;gap:1rem}.Footer_brand__ItpZF{display:inline-block;margin-bottom:.5rem}.Footer_logoContainer__kBxuh img{filter:brightness(0) invert(1)}.Footer_text__xIBuP{color:#9ca3af;margin:0;line-height:1.6}.Footer_line__0EXol{display:flex;align-items:center;gap:1rem;color:#9ca3af}.Footer_line__0EXol i{width:1.25rem;text-align:center}.Footer_line__0EXol a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.Footer_line__0EXol a:hover{color:#fff}.Footer_info__9EGGq{flex:1 1}.Footer_social___TJtE{display:flex;gap:1rem;list-style:none;padding:0;margin:0}.Footer_social___TJtE li a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;transition:all .2s ease}.Footer_social___TJtE li a:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.2)}.Footer_social___TJtE li a.Footer_facebook__pAzZK:hover{background:#1877f2}.Footer_social___TJtE li a.Footer_linkedin__kMYmI:hover{background:#0077b5}.Footer_social___TJtE li a.Footer_instagram__yy_sR:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.Footer_links__ETqn2{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.Footer_links__ETqn2 li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.Footer_links__ETqn2 li a:hover{color:#fff}.Footer_links__ETqn2 li span{color:#9ca3af}.Footer_copyright__XsRwP{text-align:center;color:#9ca3af;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);margin:0}.ForgotPassword_container__dgTvb{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:3rem 1rem}@media(min-width:640px){.ForgotPassword_container__dgTvb{padding:3rem 1.5rem}}@media(min-width:1024px){.ForgotPassword_container__dgTvb{padding:3rem 2rem}}.ForgotPassword_wrapper___nNVu{max-width:28rem;width:100%;margin:0 auto}.ForgotPassword_spaceY8__1Yhkf>*+*{margin-top:2rem}.ForgotPassword_textCenter__oHVxA{text-align:center}.ForgotPassword_iconContainer__qYT__{margin:0 auto;height:3rem;width:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.ForgotPassword_iconContainer__qYT__.ForgotPassword_success__Cv0mB{background-color:#dcfce7}.ForgotPassword_iconContainer__qYT__.ForgotPassword_error__xsG8W{background-color:#fee2e2}.ForgotPassword_iconContainer__qYT__.ForgotPassword_primary__PTFi7{background-color:var(--main-color)}.ForgotPassword_icon__7DSnh{height:1.5rem;width:1.5rem}.ForgotPassword_icon__7DSnh.ForgotPassword_success__Cv0mB{color:#16a34a}.ForgotPassword_icon__7DSnh.ForgotPassword_error__xsG8W{color:#dc2626}.ForgotPassword_icon__7DSnh.ForgotPassword_primary__PTFi7{color:#fff}.ForgotPassword_title__6JflU{margin-top:1.5rem;font-size:1.875rem;font-weight:800;color:#111827}.ForgotPassword_subtitle__FOztf{margin-top:.5rem;font-size:.875rem;color:#4b5563}.ForgotPassword_alert__BRKx8{border-radius:.375rem;padding:1rem}.ForgotPassword_alert__BRKx8.ForgotPassword_success__Cv0mB{background-color:#f0fdf4}.ForgotPassword_alert__BRKx8.ForgotPassword_error__xsG8W{background-color:#fef2f2}.ForgotPassword_alertContent__Ccvtg{display:flex;align-items:flex-start}.ForgotPassword_alertIcon__lmVTK{flex-shrink:0;height:1.25rem;width:1.25rem}.ForgotPassword_alertIcon__lmVTK.ForgotPassword_success__Cv0mB{color:#22c55e}.ForgotPassword_alertIcon__lmVTK.ForgotPassword_error__xsG8W{color:#ef4444}.ForgotPassword_alertText__TsqX2{margin-left:.75rem;font-size:.875rem;font-weight:500}.ForgotPassword_alertText__TsqX2.ForgotPassword_success__Cv0mB{color:#166534}.ForgotPassword_alertText__TsqX2.ForgotPassword_error__xsG8W{color:#991b1b}.ForgotPassword_alertActions__O7UMK{margin-top:.75rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.ForgotPassword_testButton__io1ti{display:inline-flex;align-items:center;padding:.25rem .75rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;font-size:.75rem;font-weight:500;color:#166534;background-color:#dcfce7;text-decoration:none;cursor:pointer;transition:background-color .2s}.ForgotPassword_testButton__io1ti:hover{background-color:#bbf7d0}.ForgotPassword_alertLink__kbR8S{font-size:.875rem;font-weight:500;color:#166534;text-decoration:none;cursor:pointer;background:none;border:none;text-decoration:underline}.ForgotPassword_alertLink__kbR8S:hover{color:#15803d}.ForgotPassword_form__RCbEP{margin-top:2rem}.ForgotPassword_form__RCbEP>*+*{margin-top:1.5rem}.ForgotPassword_field__m2Bvd>*+*{margin-top:.25rem}.ForgotPassword_label__4HH53{display:block;font-size:.875rem;font-weight:500;color:#374151}.ForgotPassword_input__sKyX7{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#111827}.ForgotPassword_input__sKyX7::placeholder{color:#9ca3af}.ForgotPassword_input__sKyX7:focus{outline:none;ring:2px;ring-color:var(--main-color);border-color:var(--main-color)}.ForgotPassword_input__sKyX7:disabled{opacity:.5;cursor:not-allowed}.ForgotPassword_button__XkRqA{position:relative;width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;background-color:var(--main-color);color:#fff;transition:all .2s;cursor:pointer}.ForgotPassword_button__XkRqA:hover:not(:disabled){background-color:#4338ca}.ForgotPassword_button__XkRqA:focus{outline:none;ring:2px;ring-offset:2px;ring-color:var(--main-color)}.ForgotPassword_button__XkRqA:disabled{opacity:.5;cursor:not-allowed}.ForgotPassword_buttonContent__Zqf4u{display:flex;align-items:center}.ForgotPassword_spinner__qC3YQ{animation:ForgotPassword_spin__qLuWG 1s linear infinite;margin-right:.5rem;height:1rem;width:1rem;color:#fff}.ForgotPassword_spinnerCircle__wq1By{opacity:.25;stroke:currentColor;stroke-width:4}.ForgotPassword_spinnerPath__IdRaL{opacity:.75;fill:currentColor}.ForgotPassword_links__egXcT{text-align:center}.ForgotPassword_link__27nPk{font-size:.875rem;font-weight:500;color:var(--main-color);text-decoration:none}.ForgotPassword_link__27nPk:hover{color:#4338ca}.ForgotPassword_additionalHelp__K1l0I{text-align:center;margin-top:1rem}.ForgotPassword_helpText__CUKFH{font-size:.75rem;color:#6b7280}.ForgotPassword_helpLink__Ec0Zr{font-size:.75rem;font-weight:500;color:var(--main-color);text-decoration:none}.ForgotPassword_helpLink__Ec0Zr:hover{color:#4338ca}.ForgotPassword_whitespacePreLine__UVPfP{white-space:pre-line}@keyframes ForgotPassword_spin__qLuWG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login_container__SnwEe{min-height:100vh;display:flex}.login_leftSection__lVE8J{display:none}@media(min-width:1024px){.login_leftSection__lVE8J{display:flex;width:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);position:relative;overflow:hidden}}.login_leftSection__lVE8J .login_imageOverlay__Kx0pi{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.9}.login_leftSection__lVE8J .login_darkOverlay__WDhc8{position:absolute;inset:0;background-color:rgba(0,0,0,.4)}.login_leftSection__lVE8J .login_content__ntDAI{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding:4rem}.login_leftSection__lVE8J .login_content__ntDAI .login_title__SZ_91{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.login_leftSection__lVE8J .login_content__ntDAI .login_title__SZ_91 .login_accent__a5dJf{color:#f5ab96}.login_leftSection__lVE8J .login_content__ntDAI .login_subtitle__IWwpN{font-size:1.25rem;color:#dbeafe;max-width:28rem}.login_rightSection__j4qDN{width:100%}@media(min-width:1024px){.login_rightSection__j4qDN{width:50%}}.login_rightSection__j4qDN{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f8e8da;padding:2rem}.login_rightSection__j4qDN .login_formContainer__zSM7i{width:100%;max-width:28rem}.login_logoSection__zXgEk{text-align:center;margin-bottom:3rem}.login_logoSection__zXgEk .login_logoContainer__ukgZv{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.login_logoSection__zXgEk .login_logoContainer__ukgZv .login_logo__pP3LY{width:3rem;height:3rem;background:#f5ab96;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.login_logoSection__zXgEk .login_logoContainer__ukgZv .login_logo__pP3LY .login_logoText__mdEMI{color:#fff;font-weight:700;font-size:1.25rem}.login_logoSection__zXgEk .login_logoTitle__y27dh{font-size:1.875rem;font-weight:700;color:#111827}.login_logoSection__zXgEk .login_logoSubtitle__zhptV{color:#6b7280;margin-top:.5rem}.login_authContainer__2DNZR{background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);padding:2rem;border:1px solid #f3f4f6}.login_authHeader__TwW7E{text-align:center;margin-bottom:2rem}.login_authHeader__TwW7E .login_authTitle__8CE3z{font-size:1.5rem;font-weight:700;color:#111827}.login_authHeader__TwW7E .login_authSubtitle__9bHmu{color:#6b7280;margin-top:.5rem}.login_errorMessage__IeaWC{margin-bottom:1.5rem;padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem}.login_form__5_nsa{display:flex;flex-direction:column;gap:.5rem}.login_formGroup__2u3_6{margin-bottom:10px}.login_formGroup__2u3_6 label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.login_formGroup__2u3_6 .login_input__NqkMD{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;transition:all .2s ease}.login_formGroup__2u3_6 .login_input__NqkMD:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.login_formGroup__2u3_6 .login_input__NqkMD:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.login_submitButton__QeJwu{width:100%;background:#f5ab96;color:#fff;padding:.75rem 1rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.login_submitButton__QeJwu:hover:not(:disabled){box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transform:translateY(-2px)}.login_submitButton__QeJwu:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.login_submitButton__QeJwu:disabled{transform:none}.login_loadingSpinner__CC81d{width:1.25rem;height:1.25rem;border:2px solid rgba(0,0,0,0);border-top-color:#fff;border-radius:50%;animation:login_spin__AKyEo 1s linear infinite;margin-right:.5rem}@keyframes login_spin__AKyEo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login_loadingContent__MolPV{display:flex;align-items:center;justify-content:center}.login_switchForm__569km{margin-top:2rem;text-align:center}.login_switchButton__Cce1f{color:#2563eb;font-weight:500;background:none;border:none;cursor:pointer;transition:color .2s ease;padding:.5rem .75rem;border-radius:.5rem}.login_switchButton__Cce1f:hover{color:#1d4ed8}.login_switchButton__Cce1f:focus{outline:none;box-shadow:0 0 0 2px rgba(37,99,235,.5)}.login_footer__fr4q8{text-align:center;margin-top:2rem}.login_footer__fr4q8 .login_footerText__9ZfBE{color:#6b7280;font-size:.875rem}.login_passwordInputWrapper__vyJC_{position:relative;width:100%}.login_passwordToggle__5eICv{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.login_passwordToggle__5eICv:hover{color:#374151}.login_passwordToggle__5eICv:focus{outline:none;color:#2563eb}.login_passwordRequirements__cUDFb{margin-top:-8px;margin-bottom:16px;padding:12px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.login_requirementsTitle__mQW4x{font-size:12px;font-weight:600;color:#374151;margin-bottom:8px}.login_requirementsList__NgvPU{display:flex;flex-direction:column;gap:6px}.login_requirement__c5PSU{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;transition:color .2s}.login_requirement__c5PSU.login_valid__fwD41{color:#10b981}.login_requirement__c5PSU.login_valid__fwD41 .login_checkmark__Euxf4{color:#10b981;font-weight:700}.login_checkmark__Euxf4{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px;color:#9ca3af;transition:color .2s}.login_inputError__Yy_sb{border-color:#ef4444!important}.login_inputError__Yy_sb:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.login_errorText__LUiNQ{margin-top:6px;font-size:12px;color:#ef4444;font-weight:500}.login_submitButton__QeJwu:disabled{opacity:.5;cursor:not-allowed;background-color:#9ca3af}.login_passwordInputWrapper__vyJC_ .login_input__NqkMD{padding-right:40px}.page_navbar__chktt{background:rgb(248,232,218);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;top:0;z-index:1000;height:0}.page_navbarContent__Z_MUL{display:flex;justify-content:space-between;align-items:center}.page_logoImage__eK2JD{height:40px;width:auto}.page_navLinks__3Mchl{display:flex;align-items:center;gap:1rem}.page_authButtons__3bCTF{display:flex;gap:.75rem}.page_loginButton__KoiDv{padding:.5rem 1.5rem;border:1px solid var(--main-color);color:#000;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.page_loginButton__KoiDv:hover{background-color:var(--main-color);color:white}.page_signupButton__0FGcX{padding:.5rem 1.5rem;background:linear-gradient(135deg,var(--main-color) 0,var(--main-color) 100%);color:white;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.page_signupButton__0FGcX:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.page_dashboardButton__CtPs2{padding:.5rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:1px solid #c31f8b}.page_dashboardButton__CtPs2:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(67,233,123,.3)}@media (max-width:768px){.page_navbarContent__Z_MUL{flex-direction:column;gap:1rem}.page_authButtons__3bCTF{flex-direction:column;width:100%}.page_dashboardButton__CtPs2,.page_loginButton__KoiDv,.page_signupButton__0FGcX{text-align:center;width:100%}}.page_heroSection___mcj9{position:relative;padding:6rem 0;background:#f8e8da;overflow:hidden;min-height:100vh;display:flex;align-items:center;&:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")}}.page_heroContent__2lPR8{position:relative;z-index:2}.page_badge__s34Is{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.page_badgeIcon__l8l_9{font-size:1rem}.page_heroTitle__Gfler{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;@media (max-width:768px){font-size:2.5rem}}.page_gradientText__28Wdd{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page_heroDescription__E0XDR{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:500px}.page_heroActions__8_tzb{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.page_heroStats__rmbZT{display:flex;gap:2rem;@media (max-width:576px){flex-direction:column;gap:1rem}}.page_statItem__RMGkH{.page_statNumber__XnvUq{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page_statLabel__YuhHa{font-size:.875rem;opacity:.8}}.page_heroVisual___m6ot{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.page_chatPreview__yBSvr{background:white;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.2);width:320px;overflow:hidden;transform:rotate(3deg);animation:page_float__P1Jpw 6s ease-in-out infinite}@keyframes page_float__P1Jpw{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-10px) rotate(3deg)}}.page_chatHeader__zxE3O{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.page_chatAvatar__isZko{width:40px;height:40px;border-radius:50%;background:linear-gradient(45deg,var(--main-color),#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.page_chatInfo__8KMGr{flex:1 1;.page_chatName__qzdn5{font-weight:600;color:#2d3748}.page_chatStatus__oF63H{font-size:.875rem;color:#38a169}}.page_chatMessages__XIfqw{padding:1.5rem;height:280px;overflow-y:auto;background:#fafbfc}.page_messageUser__qPCkM{display:flex;justify-content:flex-end;margin-bottom:1rem}.page_messageAI__g_v5S{display:flex;justify-content:flex-start;margin-bottom:1rem}.page_messageBubble__YdaJw{max-width:80%;padding:.75rem 1rem;border-radius:18px;font-size:.875rem;line-height:1.4}.page_messageUser__qPCkM .page_messageBubble__YdaJw{background:var(--main-color);color:white;border-bottom-right-radius:4px}.page_messageAI__g_v5S .page_messageBubble__YdaJw{background:white;color:#2d3748;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.page_chatInput__vr_Xh{display:flex;padding:1rem 1.5rem;background:white;border-top:1px solid #e9ecef;.page_inputField__5Rb24{flex:1 1;border:1px solid #e2e8f0;border-radius:25px;padding:.75rem 1rem;font-size:.875rem;&:focus{outline:none;border-color:var(--main-color)}}.page_sendButton__SWOvK{background:var(--main-color);color:white;border:none;border-radius:50%;width:40px;height:40px;margin-left:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;&:hover{background:var(--main-color);transform:scale(1.05)}}}.page_floatingElement__yV4ER{position:absolute;top:10%;right:10%;animation:page_float2__oajS7 8s ease-in-out infinite}.page_floatingElement2__hZMJ_{position:absolute;bottom:20%;left:5%;animation:page_float3__WJj3q 7s ease-in-out infinite}@keyframes page_float2__oajS7{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes page_float3__WJj3q{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(-3deg)}}.page_floatingCard__fspXy{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.2);.page_cardIcon__ejM_b{font-size:1.5rem}.page_cardText__jskeK{font-weight:600;color:#2d3748;white-space:nowrap}}.page_backgroundShape__5Lr3C{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%}.page_backgroundShape2__sK_p0{position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 70%);border-radius:50%}.page_featuresSection__kMr0r{padding:6rem 0;background:#f8f9fa}.page_sectionTitle__hzsAh{@media (max-width:768px){font-size:2rem}}.page_featureCard__09F8a{background:white;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;position:relative;overflow:hidden;transition:all .3s ease;height:100%;border:1px solid #f1f3f4;&:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);.page_featureHover__kbiwT{opacity:.05}}}.page_featureIcon__mHZON{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s ease}.page_featureCard__09F8a:hover .page_featureIcon__mHZON{transform:scale(1.1)}.page_featureTitle__kH4Xm{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.page_featureDescription__gBWpw{color:#718096;line-height:1.6;margin:0}.page_featureHover__kbiwT{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.page_howItWorks__Fs6EJ{padding:6rem 0;background:white}.page_sectionHeader__a4Fw5{margin-bottom:4rem}.page_sectionTitle__hzsAh{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem;@media (max-width:768px){font-size:2rem}}.page_sectionDescription__oIen8{font-size:1.2rem;color:#718096;max-width:600px;margin:0 auto}.page_stepsContainer__uRCxT{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;position:relative;@media (min-width:992px){grid-template-columns:repeat(4,1fr)}}.page_stepItem__Y2HM2{text-align:center;position:relative;padding:2rem 1.5rem;background:#f8f9fa;border-radius:16px;transition:all .3s ease;&:hover{background:white;box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}}.page_stepNumber__2EZE0{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--main-color);color:white;width:40px;height:40px;border-radius:50%;font-weight:700;font-size:.875rem}.page_stepIcon__jLVEF,.page_stepNumber__2EZE0{display:flex;align-items:center;justify-content:center}.page_stepIcon__jLVEF{width:80px;height:80px;border-radius:20px;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s ease}.page_stepItem__Y2HM2:hover .page_stepIcon__jLVEF{transform:scale(1.1) rotate(5deg)}.page_stepTitle__kKqcb{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.page_stepDescription__7y3p9{color:#718096;line-height:1.6;margin:0}.page_stepConnector__40xIJ{position:absolute;top:40%;right:-1rem;width:2rem;height:2px;background:#e2e8f0;&:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #e2e8f0;border-top:4px solid transparent;border-bottom:4px solid transparent}@media (max-width:991px){display:none}}.page_statsSection__X1He5{padding:4rem 0;background:linear-gradient(135deg,var(--main-color) 0,#764ba2 100%);color:white;background:var(--main-color);margin-top:3rem;margin-bottom:3rem}.page_statCard__VGdKs{align-items:center;gap:1.5rem;padding:1.5rem;display:flex;flex-direction:column;text-align:center;border-radius:13px;box-shadow:0 0 2px 0;@media (max-width:768px){justify-content:center;text-align:center;flex-direction:column;gap:1rem}}.page_statIcon__ceyrx{font-size:3rem;opacity:.9}.page_statContent__NlQm6{.page_statValue__FXJDK{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1}.page_statLabel__YuhHa{font-size:1rem;opacity:.9}}.ResetPassword_container__qkZMr{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:3rem 1rem}@media(min-width:640px){.ResetPassword_container__qkZMr{padding:3rem 1.5rem}}@media(min-width:1024px){.ResetPassword_container__qkZMr{padding:3rem 2rem}}.ResetPassword_wrapper__IrTD1{max-width:28rem;width:100%;margin:0 auto}.ResetPassword_spaceY8__IDl6N>*+*{margin-top:2rem}.ResetPassword_textCenter__6bULI{text-align:center}.ResetPassword_iconContainer__m40X1{margin:0 auto;height:3rem;width:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.ResetPassword_iconContainer__m40X1.ResetPassword_success__harkT{background-color:#dcfce7}.ResetPassword_iconContainer__m40X1.ResetPassword_error__y6fve{background-color:#fee2e2}.ResetPassword_iconContainer__m40X1.ResetPassword_primary__1YDSh{background-color:var(--main-color)}.ResetPassword_icon___twwi{height:1.5rem;width:1.5rem}.ResetPassword_icon___twwi.ResetPassword_success__harkT{color:#16a34a}.ResetPassword_icon___twwi.ResetPassword_error__y6fve{color:#dc2626}.ResetPassword_icon___twwi.ResetPassword_primary__1YDSh{color:#fff}.ResetPassword_title__a6uii{margin-top:1.5rem;font-size:1.875rem;font-weight:800;color:#111827}.ResetPassword_subtitle__dTcrY{margin-top:.5rem;font-size:.875rem;color:#4b5563}.ResetPassword_alert__z92ca{border-radius:.375rem;padding:1rem}.ResetPassword_alert__z92ca.ResetPassword_success__harkT{background-color:#f0fdf4}.ResetPassword_alert__z92ca.ResetPassword_error__y6fve{background-color:#fef2f2}.ResetPassword_alertContent__Vd3Wo{display:flex;align-items:flex-start}.ResetPassword_alertIcon__cyl8L{flex-shrink:0;height:1.25rem;width:1.25rem}.ResetPassword_alertIcon__cyl8L.ResetPassword_success__harkT{color:#22c55e}.ResetPassword_alertIcon__cyl8L.ResetPassword_error__y6fve{color:#ef4444}.ResetPassword_alertText__qO6Bo{margin-left:.75rem;font-size:.875rem;font-weight:500}.ResetPassword_alertText__qO6Bo.ResetPassword_success__harkT{color:#166534}.ResetPassword_alertText__qO6Bo.ResetPassword_error__y6fve{color:#991b1b}.ResetPassword_form__ymZXX{margin-top:2rem}.ResetPassword_form__ymZXX>*+*{margin-top:1.5rem}.ResetPassword_formFields__4y7Vi>*+*{margin-top:1rem}.ResetPassword_field__Z9OEk>*+*{margin-top:.25rem}.ResetPassword_label__xrUlR{display:block;font-size:.875rem;font-weight:500;color:#374151}.ResetPassword_input__eK6of{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#111827}.ResetPassword_input__eK6of::placeholder{color:#9ca3af}.ResetPassword_input__eK6of:focus{outline:none;ring:2px;ring-color:var(--main-color);border-color:var(--main-color)}.ResetPassword_input__eK6of:disabled{opacity:.5;cursor:not-allowed}.ResetPassword_helperText__8PbOU{margin-top:.25rem;font-size:.75rem;color:#6b7280}.ResetPassword_button__tdich{position:relative;width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;background-color:var(--main-color);color:#fff;transition:all .2s;cursor:pointer}.ResetPassword_button__tdich:hover:not(:disabled){background-color:#4338ca}.ResetPassword_button__tdich:focus{outline:none;ring:2px;ring-offset:2px;ring-color:var(--main-color)}.ResetPassword_button__tdich:disabled{opacity:.5;cursor:not-allowed}.ResetPassword_buttonContent__cajZ2{display:flex;align-items:center}.ResetPassword_spinner__5B0xJ{animation:ResetPassword_spin__udRT1 1s linear infinite;margin-right:.5rem;height:1rem;width:1rem;color:#fff}.ResetPassword_spinnerCircle__RoynQ{opacity:.25;stroke:currentColor;stroke-width:4}.ResetPassword_spinnerPath__EQPsW{opacity:.75;fill:currentColor}.ResetPassword_links__P0K9k{text-align:center}.ResetPassword_links__P0K9k>*+*{margin-top:.5rem}.ResetPassword_link__q4IaT{display:block;font-size:.875rem;font-weight:500;color:var(--main-color);text-decoration:none}.ResetPassword_link__q4IaT:hover{color:#4338ca}@keyframes ResetPassword_spin__udRT1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbarlayout_navbarlayout__9pXrT{background:#f8e8da;box-shadow:0 1px 5px 0 rgba(41,85,115,.2117647059);color:#fff;padding:1px;position:fixed;top:0;width:100%;z-index:333}.admin_sidebar__ws3Jt{min-height:100vh;background-color:#f5f5f5;position:fixed;top:0;left:0;width:260px;overflow-y:auto;transition:all .2s ease;border-right:1px solid #e0e0e0;padding:10px 0}@media(max-width:768px){.admin_sidebar__ws3Jt{position:fixed;z-index:1000;width:250px;left:-250px;transition:left .2s ease}.admin_sidebar__ws3Jt.admin_show__7010B{left:0;box-shadow:2px 0 10px rgba(0,0,0,.2);top:0;height:100vh;z-index:2000}}@media(min-width:768px){.admin_sidebar__ws3Jt.admin_collapsed__jkfj2{width:48px}.admin_sidebar__ws3Jt.admin_collapsed__jkfj2 .admin_dropdownMenu__N7yjA,.admin_sidebar__ws3Jt.admin_collapsed__jkfj2 .admin_navLink__y2APW span{display:none}}.admin_collapseBtn__ZqwpY{padding:12px 15px;background:rgba(0,0,0,0);font-size:1.1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#333;width:100%;border:none;border-bottom:1px solid #e0e0e0;font-weight:600}@media(max-width:768px){.admin_collapseBtn__ZqwpY{display:flex}}.admin_collapseBtn__ZqwpY:hover{background:#efefef}.admin_collapseBtn__ZqwpY:focus{outline:none}.admin_positionSticky__mylG_{position:-webkit-sticky;position:sticky;top:0}.admin_navList__N0ion{list-style:none;padding:0;margin:0}.admin_navItem__UaA8M{margin-bottom:0}.admin_navLink__y2APW{display:flex;align-items:center;padding:10px 15px;color:#333;text-decoration:none;border:none;background:none;width:100%;text-align:left;transition:all .2s ease;font-size:15px;cursor:pointer}.admin_navLink__y2APW:hover{color:#050505;background:#efefef}.admin_navLink__y2APW.admin_active__ZR8BE{color:#050505;background:#f0f0f0;font-weight:600;border-left:3px solid #050505;padding-left:12px}.admin_icon__UQ96M{margin-right:10px;width:1rem;text-align:center}.admin_chevron__TX6xb{margin-left:auto;font-size:.75rem}.admin_dropdownMenu__N7yjA{list-style:none;padding:0;margin:0}.admin_dropdownItem__R4eUg{margin-bottom:0}.admin_dropdownLink__mEv4u{display:block;padding:8px 15px 8px 35px;color:#555;text-decoration:none;font-size:14px;transition:all .2s ease;border-radius:0}.admin_dropdownLink__mEv4u:hover{color:#050505;background:#efefef}.admin_dropdownLink__mEv4u.admin_active__ZR8BE{color:#050505;background:#f0f0f0;font-weight:600}.admin_mobileToggleBtn__p6OlK{display:none}@media(max-width:768px){.admin_mobileToggleBtn__p6OlK{display:block;position:fixed;top:10px;left:15px;z-index:1001;background:#050505;color:#fff;border:none;border-radius:4px;padding:8px 12px;font-size:14px;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.15)}.admin_mobileToggleBtn__p6OlK:hover{background:#f09080}}.admin_mainContent__WUYA_{min-height:calc(100vh - 5rem);transition:margin-left .2s ease}@media(max-width:768px){.admin_mainContent__WUYA_{margin-left:0!important;width:100%}}.admin_visuallyHidden__QjX6C{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin_loadingContainer__czcEt{display:flex;justify-content:center;align-items:center;min-height:100vh}.admin_pageWithContextSideBar__cNAke{padding-left:220px;transition:padding-left .2s ease}@media(max-width:768px){.admin_pageWithContextSideBar__cNAke{padding-left:0}}.admin_pageWithContextSideBar__cNAke .admin_contentWrapper__Hhfyk{transition:padding .2s ease;width:100%}.admin_pageWithIconSideBar__cIIt3{padding-left:48px;transition:padding-left .2s ease}.admin_pageWithIconSideBar__cIIt3 .admin_contentWrapper__Hhfyk{transition:padding .2s ease;width:100%}.UserMenu_dashboard__D3jE0{transition-duration:.2s;transition-property:height,top}.UserMenu_dashboard__D3jE0 .UserMenu_cardInfo__DIcOK{border-radius:10px;box-shadow:0 4px 25px 0 rgba(0,0,0,.08);font-size:30px;margin-bottom:20px;padding:20px}.UserMenu_dashboard__D3jE0 .UserMenu_cardInfo__DIcOK .UserMenu_headerCard__1fAi2{font-weight:600}.UserMenu_dashboard__D3jE0 .UserMenu_cardInfo__DIcOK .UserMenu_totalNumber__AhHBJ{background:#f0f0f0;border-radius:10px;box-shadow:0 4px 25px 0 rgba(0,0,0,.08);margin-left:20px;padding-left:5px;padding-right:5px}.UserMenu_userMenuButton__D8dH4{align-items:center;cursor:pointer;display:flex;font-size:16px;color:#fff;border:none;background:no-repeat;gap:10px;align-items:baseline}.UserMenu_userMenuButton__D8dH4 i,.UserMenu_userMenuButton__D8dH4 svg{color:#000}.UserMenu_userImageJsx__VmqV_,.UserMenu_userMenuButton__D8dH4 .UserMenu_userImage__PlK_1 .UserMenu_userImageJsx__VmqV_{border-radius:50%;color:#fff;height:2.22em;padding:6px 4px;text-align:center;white-space:nowrap;width:2.22em;font-weight:500;text-transform:uppercase}.SubscriptionPlans_container__Glo67{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.SubscriptionPlans_header__J_Gux{text-align:center;margin-bottom:3rem}.SubscriptionPlans_header__J_Gux h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.SubscriptionPlans_header__J_Gux p{font-size:1.1rem;color:#666}.SubscriptionPlans_plansGrid__dB_Db{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.SubscriptionPlans_planCard__NU16M{display:flex;flex-direction:column;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative}.SubscriptionPlans_planCard__NU16M:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:var(--main-color)}.SubscriptionPlans_planCard__NU16M.SubscriptionPlans_currentPlan__BrS7t{border-color:#27ae60;border-width:2px;background:#f0f9f4}.SubscriptionPlans_currentBadge__ZzYL_{position:absolute;top:15px;right:15px;background:#27ae60;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.SubscriptionPlans_planHeader__6_yZq{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.SubscriptionPlans_planHeader__6_yZq h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.SubscriptionPlans_price__jMx0o{font-size:2.5rem;font-weight:700;color:var(--main-color);margin-top:.5rem;display:flex;align-items:flex-start}.SubscriptionPlans_price__jMx0o .SubscriptionPlans_cycle__3_ant{font-size:.9rem;color:#666;font-weight:400;margin-left:.5rem}.SubscriptionPlans_description__mcjk_{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.SubscriptionPlans_features__DqF73{flex:1 1;margin-bottom:1.5rem}.SubscriptionPlans_features__DqF73 h4{font-weight:600;margin-bottom:1rem;font-size:.95rem;color:#1a1a1a}.SubscriptionPlans_features__DqF73 ul{list-style:none;padding:0;margin:0 0 1.5rem}.SubscriptionPlans_features__DqF73 ul li{display:flex;align-items:center;padding:.5rem 0;color:#666;font-size:.9rem}.SubscriptionPlans_features__DqF73 ul li .SubscriptionPlans_checkmark__YckBB{color:#10b981;font-weight:700;margin-right:.75rem}.SubscriptionPlans_limits__oY9oG{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:.5rem}.SubscriptionPlans_limitItem__dnouo{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem}.SubscriptionPlans_limitItem__dnouo span{color:#666}.SubscriptionPlans_limitItem__dnouo strong{color:#1a1a1a;font-weight:600}.SubscriptionPlans_selectButton__0twgX{width:100%;padding:1rem;background:var(--main-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.SubscriptionPlans_selectButton__0twgX:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,112,243,.3)}.SubscriptionPlans_selectButton__0twgX:active:not(:disabled){transform:translateY(0)}.SubscriptionPlans_selectButton__0twgX:disabled{background:#d0d0d0;color:#666;cursor:not-allowed;opacity:.7}.SubscriptionPlans_loading__2sAbQ{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.SubscriptionPlans_loading__2sAbQ:before{content:"";display:inline-block;width:20px;height:20px;margin-right:12px;border:3px solid #f3f3f3;border-top:3px solid var(--main-color);border-radius:50%;animation:SubscriptionPlans_spin__a0egN .8s linear infinite}@keyframes SubscriptionPlans_spin__a0egN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.SubscriptionPlans_container__Glo67{padding:2rem 1rem}.SubscriptionPlans_header__J_Gux{margin-bottom:2rem}.SubscriptionPlans_header__J_Gux h2{font-size:1.8rem}.SubscriptionPlans_plansGrid__dB_Db{grid-template-columns:1fr;gap:1.5rem}.SubscriptionPlans_price__jMx0o{font-size:2rem}}.PaymentModal_modalOverlay__mM1xZ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.PaymentModal_modalContent__IMgLi{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:PaymentModal_slideIn__JaDLC .3s ease-out}@keyframes PaymentModal_slideIn__JaDLC{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.PaymentModal_closeButton__pjXgx{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.PaymentModal_closeButton__pjXgx:hover{background-color:#f0f0f0;color:#000}.PaymentModal_modalHeader__nnlSZ{padding:2rem;border-bottom:1px solid #e5e7eb}.PaymentModal_modalHeader__nnlSZ h2{margin:0 0 .5rem;font-size:1.5rem;color:#1a1a1a}.PaymentModal_price__FsoA3{margin:0;font-size:1.25rem;color:#0070f3;font-weight:600}.PaymentModal_modalBody__xw5f0{padding:2rem}.PaymentModal_planDetails__n5fFp{margin-bottom:2rem}.PaymentModal_planDetails__n5fFp p{margin:0 0 1rem;color:#666;line-height:1.6}.PaymentModal_planDetails__n5fFp ul{list-style:none;padding:0;margin:0}.PaymentModal_planDetails__n5fFp ul li{padding:.75rem 0;color:#333;display:flex;align-items:center;gap:.75rem}.PaymentModal_planDetails__n5fFp ul li:before{content:"";width:4px;height:4px;background-color:#0070f3;border-radius:50%}.PaymentModal_paymentSection__PbhqV{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.PaymentModal_buttonContainer__sP7Jt{display:flex;gap:1rem;margin-top:2rem}.PaymentModal_createOrderButton__9Ykmw{flex:1 1;padding:1rem;background-color:#0070f3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.PaymentModal_createOrderButton__9Ykmw:hover:not(:disabled){background-color:#0051cc;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,112,243,.2)}.PaymentModal_createOrderButton__9Ykmw:disabled{opacity:.6;cursor:not-allowed}.PaymentModal_createOrderButton__9Ykmw:active:not(:disabled){transform:translateY(0)}@media(max-width:640px){.PaymentModal_modalContent__IMgLi{max-width:100%;border-radius:12px 12px 0 0;max-height:95vh}.PaymentModal_modalHeader__nnlSZ{padding:1.5rem}.PaymentModal_modalHeader__nnlSZ h2{font-size:1.25rem}.PaymentModal_modalBody__xw5f0{padding:1.5rem}.PaymentModal_closeButton__pjXgx{top:1rem;right:1rem;width:2.5rem;height:2.5rem;font-size:1.5rem}}.CurrentPlan_card__95cdg{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:30px}.CurrentPlan_card__95cdg .CurrentPlan_error__bShof,.CurrentPlan_card__95cdg .CurrentPlan_loading__GwykL{text-align:center;padding:20px;font-size:16px}.CurrentPlan_card__95cdg .CurrentPlan_error__bShof{color:#e74c3c;background:#fdeaea;border-radius:8px;padding:15px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1{text-align:center;padding:40px 20px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1 h3{margin:0 0 10px;color:#666;font-size:20px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1 p{margin:0;color:#999}.CurrentPlan_header__x3wlN{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.CurrentPlan_header__x3wlN h3{margin:0;color:#333;font-size:24px}.CurrentPlan_header__x3wlN .CurrentPlan_badge__ojg0b{background:#27ae60;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.CurrentPlan_planInfo__LYS17{margin-bottom:30px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{margin:0 0 10px;font-size:32px;font-weight:700;color:#667eea}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4 .CurrentPlan_cycle__RJI3t{font-size:16px;color:#999;font-weight:400}.CurrentPlan_planInfo__LYS17 .CurrentPlan_description__cvFru{margin:0;color:#666;font-size:16px}.CurrentPlan_features__ktT7c{margin-bottom:30px}.CurrentPlan_features__ktT7c h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.CurrentPlan_features__ktT7c ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.CurrentPlan_features__ktT7c ul li{display:flex;align-items:center;gap:10px;color:#666;font-size:15px}.CurrentPlan_features__ktT7c ul li .CurrentPlan_checkmark__T1uuu{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#27ae60;color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.CurrentPlan_features__ktT7c p{margin:0;color:#999;text-align:center}.CurrentPlan_limits__Sfsrd{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:30px}.CurrentPlan_limits__Sfsrd h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz{display:flex;justify-content:space-between;align-items:center;padding:10px 0;color:#666;font-size:15px}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz strong{color:#333;font-weight:600}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz:not(:last-child){border-bottom:1px solid #eee}.CurrentPlan_actions__LquQy{display:flex;gap:10px}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk{flex:1 1;background:#e74c3c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk:hover:not(:disabled){background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(231,76,60,.3)}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk:disabled{opacity:.6;cursor:not-allowed}.CurrentPlan_modal__xtes_{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP{background:#fff;border-radius:12px;padding:30px;max-width:400px;width:90%;box-shadow:0 10px 40px rgba(0,0,0,.3);position:relative;z-index:1001}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP h3{margin:0 0 15px;color:#333;font-size:20px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP p{margin:0 0 25px;color:#666;font-size:16px;line-height:1.5}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN{display:flex;gap:10px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr{flex:1 1;background:#e74c3c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr:hover:not(:disabled){background:#c0392b}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr:disabled{opacity:.6;cursor:not-allowed}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8{flex:1 1;background:#ecf0f1;color:#333;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8:hover:not(:disabled){background:#d5dbdb}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8:disabled{opacity:.6;cursor:not-allowed}.CurrentPlan_modal__xtes_ .CurrentPlan_modalOverlay___b3X1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}@media(max-width:768px){.CurrentPlan_card__95cdg{padding:20px}.CurrentPlan_header__x3wlN{flex-direction:column;align-items:flex-start;gap:15px}.CurrentPlan_header__x3wlN h3{font-size:20px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{font-size:24px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP{width:95%}}.GlobalUsageCard_globalUsageCard__UEEVB{background:linear-gradient(135deg,#ffffff,#f7f9fc);border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.GlobalUsageCard_globalUsageCard__UEEVB:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}.GlobalUsageCard_globalUsageCard__UEEVB.GlobalUsageCard_error__5Ti8Z{background:#fef5f5;border-color:#feb2b2}.GlobalUsageCard_globalUsageCard__UEEVB.GlobalUsageCard_error__5Ti8Z .GlobalUsageCard_errorText__oiHRT{color:#c53030;margin:0;font-size:14px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_skeleton__J3eRr{height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:GlobalUsageCard_loading__Dogf7 1.5s infinite;border-radius:8px}@keyframes GlobalUsageCard_loading__Dogf7{0%{background-position:200% 0}to{background-position:-200% 0}}.GlobalUsageCard_header__Gxe6M{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.GlobalUsageCard_header__Gxe6M .GlobalUsageCard_title__iDMli{margin:0;font-size:20px;font-weight:600;color:#1a202c}.GlobalUsageCard_header__Gxe6M .GlobalUsageCard_plan__wWFB7{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.GlobalUsageCard_metricsGrid__SHfex{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}@media(max-width:768px){.GlobalUsageCard_metricsGrid__SHfex{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.GlobalUsageCard_metricsGrid__SHfex{grid-template-columns:1fr}}.GlobalUsageCard_metricCard__gmh50{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:all .3s ease}.GlobalUsageCard_metricCard__gmh50:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.06)}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricHeader__ONOkx{display:flex;align-items:center;gap:8px;margin-bottom:12px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricHeader__ONOkx .GlobalUsageCard_metricIcon__5l_qd{font-size:20px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricHeader__ONOkx .GlobalUsageCard_metricTitle__3ADEx{font-size:14px;font-weight:600;color:#4a5568}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricValue__IWRGC{font-size:24px;font-weight:700;color:#1a202c;margin-bottom:12px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_progressBarContainer__SVBUQ{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_progressBarContainer__SVBUQ .GlobalUsageCard_progressBar__tiQij{height:100%;border-radius:3px;transition:width .3s ease}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricPercentage__Wei8F{font-size:12px;color:#718096;text-align:right}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricInfo___VKj9{font-size:12px;color:#718096;margin-top:8px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_sourceBreakdown__As3r8{display:flex;flex-direction:column;gap:6px;margin-top:8px}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_sourceBreakdown__As3r8 .GlobalUsageCard_sourceItem__Vi1EB{display:flex;justify-content:space-between;font-size:13px;padding:4px 0}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_sourceBreakdown__As3r8 .GlobalUsageCard_sourceItem__Vi1EB .GlobalUsageCard_sourceLabel__Tvepo{color:#4a5568}.GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_sourceBreakdown__As3r8 .GlobalUsageCard_sourceItem__Vi1EB .GlobalUsageCard_sourceCount__qn83w{font-weight:600;color:#1a202c}.GlobalUsageCard_footer__oYEVJ{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.GlobalUsageCard_footer__oYEVJ .GlobalUsageCard_footerText__mAC9D{margin:0;font-size:12px;color:#718096}.GlobalUsageCard_footer__oYEVJ .GlobalUsageCard_refreshBtn__bj_mA{background:none;border:1px solid #cbd5e0;border-radius:6px;width:32px;height:32px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.GlobalUsageCard_footer__oYEVJ .GlobalUsageCard_refreshBtn__bj_mA:hover:not(:disabled){background:#f7fafc;border-color:#a0aec0}.GlobalUsageCard_footer__oYEVJ .GlobalUsageCard_refreshBtn__bj_mA:disabled{opacity:.6;cursor:not-allowed;animation:GlobalUsageCard_spin__H_ZNp 1s linear infinite}@keyframes GlobalUsageCard_spin__H_ZNp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:640px){.GlobalUsageCard_globalUsageCard__UEEVB{padding:16px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_header__Gxe6M{flex-direction:column;align-items:flex-start;gap:12px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_header__Gxe6M .GlobalUsageCard_title__iDMli{font-size:18px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_metricsGrid__SHfex{gap:12px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_metricCard__gmh50{padding:12px}.GlobalUsageCard_globalUsageCard__UEEVB .GlobalUsageCard_metricCard__gmh50 .GlobalUsageCard_metricValue__IWRGC{font-size:20px}}.GlobalProgress_globalProgress__a2F5_{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.GlobalProgress_circleButton__xqezX{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px rgba(102,126,234,.4);cursor:pointer;position:relative;transition:all .3s ease}.GlobalProgress_circleButton__xqezX:hover{transform:scale(1.05);box-shadow:0 6px 25px rgba(102,126,234,.5)}.GlobalProgress_circleButton__xqezX.GlobalProgress_processing__Ky3i5{animation:GlobalProgress_pulse__T7wp0 2s infinite}.GlobalProgress_circleButton__xqezX.GlobalProgress_hasError__2mCBB{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);box-shadow:0 4px 20px rgba(238,90,90,.4)}.GlobalProgress_circleButton__xqezX.GlobalProgress_allSuccess__YehJp{background:linear-gradient(135deg,#56ab2f,#a8e063);box-shadow:0 4px 20px rgba(86,171,47,.4)}.GlobalProgress_circleContent__sUKFA{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.GlobalProgress_spinner__2J_FR{width:24px;height:24px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:GlobalProgress_spin__77mK2 1s linear infinite}.GlobalProgress_count__Svc7x{position:absolute;font-size:12px;font-weight:700;color:#fff}.GlobalProgress_icon__9EXVd{font-size:24px}.GlobalProgress_progressRing__fUmLl{position:absolute;inset:0;transform:rotate(-90deg)}.GlobalProgress_progressRingBg__wrG_4{fill:none;stroke:hsla(0,0%,100%,.2);stroke-width:4}.GlobalProgress_progressRingFill__D9cmU{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.GlobalProgress_panel___OSsk{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);width:320px;max-height:400px;overflow:hidden;animation:GlobalProgress_slideUp__ld0l6 .3s ease-out}.GlobalProgress_panelHeader__2mHnh{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;background:#f8f9fa}.GlobalProgress_panelHeader__2mHnh h4{margin:0;font-size:14px;font-weight:600;color:#333}.GlobalProgress_clearAllBtn__82OMm{background:none;border:none;color:#667eea;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.GlobalProgress_clearAllBtn__82OMm:hover{background:rgba(102,126,234,.1)}.GlobalProgress_itemsList__ybMek{max-height:320px;overflow-y:auto;padding:8px}.GlobalProgress_progressItem__DX7Pw{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:6px;transition:all .3s ease}.GlobalProgress_progressItem__DX7Pw:last-child{margin-bottom:0}.GlobalProgress_progressItem__DX7Pw.GlobalProgress_processing__Ky3i5,.GlobalProgress_progressItem__DX7Pw.GlobalProgress_saving__64qtt{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #2196f3}.GlobalProgress_progressItem__DX7Pw.GlobalProgress_success__oDife{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid #4caf50}.GlobalProgress_progressItem__DX7Pw.GlobalProgress_error__LmXRs{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:1px solid #f44336}.GlobalProgress_itemIcon__sKlOp{font-size:20px;flex-shrink:0}.GlobalProgress_itemContent__0QjTK{flex:1 1;min-width:0}.GlobalProgress_itemMessage__Bv7NR{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GlobalProgress_itemProgressBar__rSLzZ{height:4px;background:rgba(0,0,0,.1);border-radius:2px;margin-top:6px;overflow:hidden}.GlobalProgress_itemProgressFill__a4TJ0{height:100%;background:linear-gradient(90deg,#2196f3,#1976d2);border-radius:2px;animation:GlobalProgress_indeterminate__cuSA2 1.5s infinite}.GlobalProgress_itemStatus__XMna8{font-size:16px;flex-shrink:0}.GlobalProgress_dismissBtn__EnwVd{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0 4px;line-height:1;transition:color .2s}.GlobalProgress_dismissBtn__EnwVd:hover{color:#666}@keyframes GlobalProgress_pulse__T7wp0{0%,to{box-shadow:0 4px 20px rgba(102,126,234,.4)}50%{box-shadow:0 4px 30px rgba(102,126,234,.6)}}@keyframes GlobalProgress_spin__77mK2{to{transform:rotate(1turn)}}@keyframes GlobalProgress_slideUp__ld0l6{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes GlobalProgress_indeterminate__cuSA2{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@media(max-width:480px){.GlobalProgress_globalProgress__a2F5_{bottom:16px;right:16px}.GlobalProgress_panel___OSsk{width:calc(100vw - 32px);max-width:320px}}.LimitWarningBanner_banner__EBHE_{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff3cd,#ffeeba);border:1px solid #ffc107;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(255,193,7,.15)}.LimitWarningBanner_iconWrapper__cBiXm{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,193,7,.2);border-radius:50%}.LimitWarningBanner_icon__PAEMP{color:#856404;width:24px;height:24px}.LimitWarningBanner_content__X3_EG{flex:1 1;min-width:0}.LimitWarningBanner_title__3HA4m{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#856404}.LimitWarningBanner_description__S3g7_{margin:0;font-size:.875rem;color:#664d03;line-height:1.4}.LimitWarningBanner_actions__R2bvu{flex-shrink:0;display:flex;align-items:center}.LimitWarningBanner_upgradeButton__PpP7k{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffc107;color:#212529;border:none;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.LimitWarningBanner_upgradeButton__PpP7k:hover{background:#e0a800;color:#212529;text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,193,7,.3)}.LimitWarningBanner_upgradeButton__PpP7k:active{transform:translateY(0)}.LimitWarningBanner_banner__EBHE_[data-type=size]{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border-color:#dc3545}.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_iconWrapper__cBiXm{background:rgba(220,53,69,.2)}.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_description__S3g7_,.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_icon__PAEMP,.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_title__3HA4m{color:#721c24}.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_upgradeButton__PpP7k{background:#dc3545;color:#fff}.LimitWarningBanner_banner__EBHE_[data-type=size] .LimitWarningBanner_upgradeButton__PpP7k:hover{background:#c82333;color:#fff}@media(max-width:768px){.LimitWarningBanner_banner__EBHE_{flex-direction:column;text-align:center}.LimitWarningBanner_iconWrapper__cBiXm{margin:0 auto}.LimitWarningBanner_actions__R2bvu,.LimitWarningBanner_upgradeButton__PpP7k{width:100%;justify-content:center}}