:root{--auth-page-bg:linear-gradient(180deg, #eef4fb 0%, #e8eff8 100%);--card-bg:#ffffffeb;--card-border:#94a3b83d;--card-highlight:#ffffffe6;--card-shadow:0 32px 80px -40px #0f172a5c;--field-bg:#ffffffe6;--field-focus-bg:#fffffffa;--field-border:#94a3b847;--field-ring:#3b82f624;--text-primary:#0f172a;--text-secondary:#64748b;--accent:#3b82f6;--accent-strong:#2563eb;--accent-soft:#0ea5e9;--accent-indigo:#6366f1;--button-shadow:0 20px 32px -24px #2563ebb3;--overlay:#0f172a8f}html[data-theme=dark],html.login-module-scss-module__jd2uBG__dark{--auth-page-bg:linear-gradient(180deg, #141827 0%, #0f172a 100%);--card-bg:linear-gradient(180deg, #2a2940f5 0%, #1c1b2af0 100%);--card-border:#94a3b829;--card-highlight:#ffffff0a;--card-shadow:0 42px 90px -42px #020617eb;--field-bg:#0f172a61;--field-focus-bg:#0f172a94;--field-border:#94a3b82e;--field-ring:#3b82f62e;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--overlay:#020617bd}.login-module-scss-module__jd2uBG__container{background:var(--auth-page-bg);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);justify-content:center;align-items:center;padding:2.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.login-module-scss-module__jd2uBG__aurora{pointer-events:none;position:absolute;inset:0;overflow:hidden}.login-module-scss-module__jd2uBG__auroraLayer,.login-module-scss-module__jd2uBG__auroraGlow{filter:blur(90px);border-radius:999px;display:none;position:absolute}.login-module-scss-module__jd2uBG__themeToggle{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:2.75rem;height:2.75rem;color:var(--text-primary);cursor:pointer;z-index:3;background:#ffffff24;border-radius:14px;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,background .2s;display:inline-flex;position:absolute;top:1.5rem;right:1.5rem}.login-module-scss-module__jd2uBG__themeToggle:hover{background:#3b82f614;border-color:#3b82f65c;transform:translateY(-1px)}.login-module-scss-module__jd2uBG__formWrapper{z-index:1;border:1px solid var(--card-border);background:var(--card-bg);width:100%;max-width:28rem;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);isolation:isolate;border-radius:24px;padding:2.5rem;position:relative}.login-module-scss-module__jd2uBG__formWrapper:before{content:"";background:linear-gradient(180deg, var(--card-highlight) 0%, transparent 24%);opacity:.9;pointer-events:none;z-index:-1;border-radius:23px;position:absolute;inset:1px}@media (max-width:640px){.login-module-scss-module__jd2uBG__formWrapper{border-radius:20px;padding:2rem 1.25rem}}.login-module-scss-module__jd2uBG__logoWrapper{justify-content:center;margin-bottom:2rem;display:flex}.login-module-scss-module__jd2uBG__logoWrapper img{max-width:12.5rem;height:auto}.login-module-scss-module__jd2uBG__formHeader{text-align:center;margin-bottom:2rem}.login-module-scss-module__jd2uBG__formTitle{color:var(--text-primary);margin:0;font-size:1.8rem;font-weight:700;line-height:1.15}.login-module-scss-module__jd2uBG__formSubtitle{color:var(--text-secondary);margin:.65rem 0 0;font-size:.95rem;line-height:1.6}.login-module-scss-module__jd2uBG__form{flex-direction:column;gap:1.15rem;display:flex}.login-module-scss-module__jd2uBG__formGroup{flex-direction:column;gap:.5rem;display:flex}.login-module-scss-module__jd2uBG__label{color:var(--text-primary);font-size:.875rem;font-weight:600}.login-module-scss-module__jd2uBG__inputWrapper{border:1px solid var(--field-border);background:var(--field-bg);border-radius:14px;align-items:center;min-height:3.25rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;position:relative}.login-module-scss-module__jd2uBG__inputWrapper:hover{border-color:#3b82f642}.login-module-scss-module__jd2uBG__inputWrapper:focus-within{background:var(--field-focus-bg);box-shadow:0 0 0 4px var(--field-ring);border-color:#3b82f694}.login-module-scss-module__jd2uBG__inputIcon{color:var(--text-secondary);pointer-events:none;position:absolute;left:1rem}.login-module-scss-module__jd2uBG__input{width:100%;min-height:3.25rem;color:var(--text-primary);background:0 0;border:0;border-radius:14px;padding:.85rem 1rem .85rem 3rem;font-size:.95rem}.login-module-scss-module__jd2uBG__input::placeholder{color:var(--text-secondary);opacity:.72}.login-module-scss-module__jd2uBG__input:focus{outline:none}.login-module-scss-module__jd2uBG__togglePassword{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:.35rem;transition:color .2s;display:inline-flex;position:absolute;right:.85rem}.login-module-scss-module__jd2uBG__togglePassword:hover{color:var(--text-primary)}.login-module-scss-module__jd2uBG__recaptchaWrapper{transform-origin:0;justify-content:flex-start;margin:.1rem 0 .25rem;display:flex;transform:scale(.94)}@media (max-width:420px){.login-module-scss-module__jd2uBG__recaptchaWrapper{transform:scale(.86)}}.login-module-scss-module__jd2uBG__formOptions{justify-content:space-between;align-items:center;gap:.875rem;margin-top:-.1rem;display:flex}@media (max-width:520px){.login-module-scss-module__jd2uBG__formOptions{flex-direction:column;align-items:flex-start}}.login-module-scss-module__jd2uBG__checkboxWrapper{align-items:center;gap:.55rem;display:inline-flex}.login-module-scss-module__jd2uBG__checkbox{width:1rem;height:1rem;accent-color:var(--accent-strong)}.login-module-scss-module__jd2uBG__checkboxLabel{color:var(--text-secondary);font-size:.875rem}.login-module-scss-module__jd2uBG__forgotLink,.login-module-scss-module__jd2uBG__link{color:var(--accent);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.login-module-scss-module__jd2uBG__forgotLink:hover,.login-module-scss-module__jd2uBG__link:hover{color:var(--accent-soft)}.login-module-scss-module__jd2uBG__forgotLinkButton{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:.875rem;font-weight:600;transition:color .2s}.login-module-scss-module__jd2uBG__forgotLinkButton:hover{color:var(--accent-soft)}.login-module-scss-module__jd2uBG__submitButton,.login-module-scss-module__jd2uBG__verifyButton{background:linear-gradient(135deg, var(--accent-soft) 0%, var(--accent) 58%, var(--accent-indigo) 100%);color:#fff;letter-spacing:.01em;cursor:pointer;width:100%;min-height:3.35rem;box-shadow:var(--button-shadow);border:0;border-radius:14px;justify-content:center;align-items:center;gap:.55rem;font-size:.96rem;font-weight:700;transition:transform .2s,box-shadow .2s,filter .2s,opacity .2s;display:inline-flex}.login-module-scss-module__jd2uBG__submitButton:hover:not(:disabled),.login-module-scss-module__jd2uBG__verifyButton:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 24px 40px -26px #2563ebd1}.login-module-scss-module__jd2uBG__submitButton:disabled,.login-module-scss-module__jd2uBG__verifyButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.login-module-scss-module__jd2uBG__submitButton.login-module-scss-module__jd2uBG__loading:after{content:"";background:linear-gradient(90deg,#0000,#ffffff29 50%,#0000);animation:1.4s linear infinite login-module-scss-module__jd2uBG__shimmerSweep;position:absolute;inset:0}@keyframes login-module-scss-module__jd2uBG__shimmerSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.login-module-scss-module__jd2uBG__twofaModalOverlay{background:var(--overlay);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .22s;display:flex;position:fixed;inset:0}.login-module-scss-module__jd2uBG__open{opacity:1;pointer-events:auto}.login-module-scss-module__jd2uBG__twofaModal{border:1px solid var(--card-border);background:var(--card-bg);width:100%;max-width:26rem;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;padding:2rem;transition:transform .24s;transform:translateY(12px)}.login-module-scss-module__jd2uBG__open .login-module-scss-module__jd2uBG__twofaModal{transform:translateY(0)}.login-module-scss-module__jd2uBG__forgotModal{max-width:31rem}.login-module-scss-module__jd2uBG__twofaHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.login-module-scss-module__jd2uBG__twofaTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.login-module-scss-module__jd2uBG__twofaClose{width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.login-module-scss-module__jd2uBG__twofaClose:hover{color:var(--text-primary);background:#94a3b81f}.login-module-scss-module__jd2uBG__twofaBody,.login-module-scss-module__jd2uBG__validationContent,.login-module-scss-module__jd2uBG__tokenInputGroup,.login-module-scss-module__jd2uBG__twofaFooter{flex-direction:column;display:flex}.login-module-scss-module__jd2uBG__twofaBody{gap:1.4rem}.login-module-scss-module__jd2uBG__validationContent{text-align:center;align-items:center;gap:.85rem}.login-module-scss-module__jd2uBG__validationIcon{width:4.75rem;height:4.75rem;color:var(--accent);background:#3b82f624;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.login-module-scss-module__jd2uBG__validationIconSvg{color:currentColor}.login-module-scss-module__jd2uBG__validationText{color:var(--text-secondary);margin:0;font-size:.94rem;line-height:1.6}.login-module-scss-module__jd2uBG__modalHeading{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700}.login-module-scss-module__jd2uBG__modalSubtle{color:var(--text-secondary);margin:.35rem 0 0;font-size:.88rem;line-height:1.5}.login-module-scss-module__jd2uBG__stepPills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.login-module-scss-module__jd2uBG__stepPill{border:1px solid var(--field-border);color:var(--text-secondary);letter-spacing:.01em;background:#94a3b814;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.login-module-scss-module__jd2uBG__activeStepPill{color:var(--accent);background:#3b82f61f;border-color:#3b82f652}.login-module-scss-module__jd2uBG__forgotPanel{flex-direction:column;gap:1rem;display:flex}.login-module-scss-module__jd2uBG__modalHint{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}.login-module-scss-module__jd2uBG__supportCard,.login-module-scss-module__jd2uBG__loginHelpCard{border:1px solid var(--field-border);background:#3b82f614;border-radius:16px;flex-direction:column;gap:.85rem;padding:1rem 1.05rem;display:flex}.login-module-scss-module__jd2uBG__supportQuestionButton{border:1px solid var(--field-border);width:100%;min-height:2.9rem;color:var(--text-primary);cursor:pointer;background:#3b82f60d;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;margin-top:.25rem;font-size:.88rem;font-weight:700;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.login-module-scss-module__jd2uBG__supportQuestionButton:hover{background:#4c64d51f;border-color:#4c64d566;transform:translateY(-1px)}.login-module-scss-module__jd2uBG__supportCardHeader,.login-module-scss-module__jd2uBG__loginHelpHeader{color:var(--text-primary);align-items:center;gap:.55rem;font-size:.92rem;font-weight:700;display:inline-flex}.login-module-scss-module__jd2uBG__supportText,.login-module-scss-module__jd2uBG__loginHelpText{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}.login-module-scss-module__jd2uBG__supportLinks{flex-direction:column;gap:.6rem;display:flex}.login-module-scss-module__jd2uBG__supportLinkButton{color:#4c64d5;text-align:center;background:#4c64d51f;border:1px solid #4c64d547;border-radius:12px;justify-content:center;align-items:center;min-height:2.85rem;padding:.65rem .95rem;font-size:.87rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.login-module-scss-module__jd2uBG__supportLinkButton:hover{background:#4c64d52e;border-color:#4c64d566;transform:translateY(-1px)}.login-module-scss-module__jd2uBG__supportManagersModal{max-width:30rem}.login-module-scss-module__jd2uBG__supportManagersList{gap:.85rem;display:grid}.login-module-scss-module__jd2uBG__supportManagerCard{color:var(--text-primary);background:#4c64d514;border:1px solid #4c64d538;border-radius:16px;flex-direction:column;gap:.35rem;padding:1rem 1.05rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex}.login-module-scss-module__jd2uBG__supportManagerCard strong{font-size:1rem}.login-module-scss-module__jd2uBG__supportManagerCard span{color:var(--text-secondary);font-size:.84rem}.login-module-scss-module__jd2uBG__supportManagerCard:hover{background:#4c64d524;border-color:#4c64d561;transform:translateY(-1px)}.login-module-scss-module__jd2uBG__supportManagerBadge{color:#4c64d5;letter-spacing:.02em;background:#4c64d524;border-radius:999px;align-self:flex-start;align-items:center;padding:.3rem .6rem;font-size:.72rem;font-weight:800;display:inline-flex}.login-module-scss-module__jd2uBG__loginHelpCard{margin-top:1.25rem}.login-module-scss-module__jd2uBG__registerText{text-align:center;color:var(--text-secondary);margin:2rem 0 0;font-size:.875rem}.login-module-scss-module__jd2uBG__tokenInputGroup{gap:.75rem}.login-module-scss-module__jd2uBG__tokenInput{border:1px solid var(--field-border);background:var(--field-bg);width:100%;min-height:3.9rem;color:var(--text-primary);letter-spacing:.45rem;text-align:center;border-radius:16px;padding:.75rem 1rem;font-size:1.85rem;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.login-module-scss-module__jd2uBG__tokenInput::placeholder{color:#94a3b8a6}.login-module-scss-module__jd2uBG__tokenInput:focus{background:var(--field-focus-bg);box-shadow:0 0 0 4px var(--field-ring);border-color:#3b82f694;outline:none}.login-module-scss-module__jd2uBG__twofaFooter{gap:.8rem;margin-top:1.75rem}.login-module-scss-module__jd2uBG__resendButton{border:1px solid var(--field-border);min-height:2.9rem;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:12px;font-size:.9rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.login-module-scss-module__jd2uBG__resendButton:hover:not(:disabled){color:var(--accent);background:#3b82f614;border-color:#3b82f65c}.login-module-scss-module__jd2uBG__resendButton:disabled{opacity:.62;cursor:not-allowed}@media (max-width:640px){.login-module-scss-module__jd2uBG__container{padding:1.25rem 1rem}.login-module-scss-module__jd2uBG__themeToggle{top:1rem;right:1rem}.login-module-scss-module__jd2uBG__formTitle{font-size:1.55rem}.login-module-scss-module__jd2uBG__formSubtitle{font-size:.9rem}.login-module-scss-module__jd2uBG__twofaModal{border-radius:20px;padding:1.5rem 1.2rem}.login-module-scss-module__jd2uBG__tokenInput{letter-spacing:.35rem;font-size:1.55rem}.login-module-scss-module__jd2uBG__supportLinkButton{font-size:.82rem}}.login-module-scss-module__jd2uBG__loginContainer{isolation:isolate;background:linear-gradient(#111827 0%,#0b1220 100%);padding:1rem}.login-module-scss-module__jd2uBG__loginTexture,.login-module-scss-module__jd2uBG__loginLight,.login-module-scss-module__jd2uBG__mobileOverlay{pointer-events:none;position:absolute;inset:0}.login-module-scss-module__jd2uBG__loginTexture{opacity:.32;background-image:linear-gradient(#94a3b80f 1px,#0000 1px),linear-gradient(90deg,#94a3b80f 1px,#0000 1px);background-size:120px 120px;-webkit-mask-image:radial-gradient(circle,#000000e0 40%,#0000 88%);mask-image:radial-gradient(circle,#000000e0 40%,#0000 88%)}.login-module-scss-module__jd2uBG__loginLight{display:none}.login-module-scss-module__jd2uBG__mobileOverlay{z-index:1;background:#00000014;display:none}.login-module-scss-module__jd2uBG__loginShell{z-index:2;width:100%;max-width:30rem;position:relative}.login-module-scss-module__jd2uBG__loginFormWrapper{box-sizing:border-box;-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:linear-gradient(#161b29f5 0%,#0e1420fa 100%);border-color:#94a3b82e;border-radius:1.75rem;width:100%;max-width:none;padding:1.5rem;box-shadow:0 34px 90px -42px #020617f5,inset 0 1px #ffffff0a}.login-module-scss-module__jd2uBG__loginFormWrapper:before{background:linear-gradient(#ffffff0d 0%,#0000 22%);border-radius:calc(1.75rem - 1px);inset:1px}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__logoWrapper{justify-content:flex-start;margin-bottom:0}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__formTitle{color:#f8fafc;font-size:1.85rem}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__formSubtitle{color:#8ea0b8}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__label{color:#e2e8f0;font-size:.88rem;font-weight:600}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__input{color:#f8fafc;min-height:3.35rem;padding-right:3rem}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__input::placeholder{color:#6f8099;opacity:1}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__inputIcon,.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__togglePassword{color:#7d8ca2}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__recaptchaWrapper{margin:.1rem 0 .2rem;transform:scale(.93)}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__forgotLink{color:#e2e8f0;font-weight:500}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__forgotLink:hover{color:var(--accent-soft)}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__link{color:var(--accent)}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__link:hover{color:var(--accent-soft)}.login-module-scss-module__jd2uBG__loginTopBar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.login-module-scss-module__jd2uBG__loginActions{align-items:center;gap:.55rem;display:flex}.login-module-scss-module__jd2uBG__languageSelector{position:relative}.login-module-scss-module__jd2uBG__languageButton{color:#e2e8f0;min-height:2.5rem;font:inherit;letter-spacing:.01em;cursor:pointer;background:#1e293bc7;border:1px solid #94a3b824;border-radius:999px;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.78rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.login-module-scss-module__jd2uBG__languageButton:hover{background:#1e293beb;border-color:#3b82f652}.login-module-scss-module__jd2uBG__languageButtonOpen{background:#1e293bf5;border-color:#3b82f66b}.login-module-scss-module__jd2uBG__languageMenu{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172afa;border:1px solid #94a3b82e;border-radius:.85rem;min-width:11.5rem;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 18px 40px -24px #020617f2}.login-module-scss-module__jd2uBG__languageOption{color:#cbd5e1;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.55rem;padding:.6rem .75rem;font-size:.82rem;font-weight:500;transition:background .16s,color .16s}.login-module-scss-module__jd2uBG__languageOption:hover{color:#f8fafc;background:#3b82f61f}.login-module-scss-module__jd2uBG__languageOptionActive{color:var(--accent);background:#3b82f629;font-weight:600}.login-module-scss-module__jd2uBG__languageLabel{display:inline-flex}.login-module-scss-module__jd2uBG__inlineThemeToggle{opacity:1;cursor:not-allowed;background:#1e293bc7;border-color:#94a3b824;border-radius:999px;width:2.5rem;height:2.5rem;padding:0;position:relative;top:auto;right:auto}.login-module-scss-module__jd2uBG__inlineThemeToggle:hover{background:#1e293bc7;border-color:#94a3b824;transform:none}.login-module-scss-module__jd2uBG__loginTabs{scrollbar-width:none;border-bottom:1px solid #94a3b829;align-items:center;margin-bottom:1.6rem;display:flex;overflow-x:auto}.login-module-scss-module__jd2uBG__loginTabs::-webkit-scrollbar{display:none}.login-module-scss-module__jd2uBG__loginTab{color:#74849b;min-width:10rem;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:.95rem .45rem;font-size:.95rem;font-weight:600;transition:color .2s,border-color .2s,opacity .2s}.login-module-scss-module__jd2uBG__loginTab:disabled{cursor:not-allowed;opacity:.9}.login-module-scss-module__jd2uBG__loginTabActive{color:var(--accent);border-bottom-color:var(--accent);font-weight:500}.login-module-scss-module__jd2uBG__loginHeader{text-align:left;margin-bottom:1.6rem}.login-module-scss-module__jd2uBG__loginInputWrapper{background:#0f172ab8;border-color:#94a3b82e;border-radius:1rem;min-height:3.35rem}.login-module-scss-module__jd2uBG__loginInputWrapper:hover{border-color:#38bdf852}.login-module-scss-module__jd2uBG__loginInputWrapper:focus-within{background:#0f172aeb;border-color:#3b82f694;box-shadow:0 0 0 4px #3b82f62e}.login-module-scss-module__jd2uBG__loginOptions{margin-top:-.05rem}.login-module-scss-module__jd2uBG__rememberControl{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;display:inline-flex;position:relative}.login-module-scss-module__jd2uBG__rememberInput{opacity:0;pointer-events:none;position:absolute}.login-module-scss-module__jd2uBG__rememberBox{color:#03140d;background:#0f172ab8;border:1px solid #94a3b859;border-radius:.38rem;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.login-module-scss-module__jd2uBG__rememberBox svg{opacity:0;transition:opacity .16s,transform .16s;transform:scale(.8)}.login-module-scss-module__jd2uBG__rememberInput:checked+.login-module-scss-module__jd2uBG__rememberBox{border-color:var(--accent);background:var(--accent);color:#fff}.login-module-scss-module__jd2uBG__rememberInput:checked+.login-module-scss-module__jd2uBG__rememberBox svg{opacity:1;transform:scale(1)}.login-module-scss-module__jd2uBG__loginSubmitButton{background:linear-gradient(135deg, var(--accent-soft) 0%, var(--accent) 58%, var(--accent-indigo) 100%);border-radius:.95rem;min-height:3.2rem;margin-top:.15rem;box-shadow:0 22px 38px -26px #2563ebe6}.login-module-scss-module__jd2uBG__loginSubmitButton:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 24px 44px -26px #2563ebfa}.login-module-scss-module__jd2uBG__loginRegisterText{color:#8ea0b8;margin-top:1rem;font-size:.88rem}@keyframes login-module-scss-module__jd2uBG__lightMove{0%,to{top:20%;left:20%}25%{top:28%;left:78%}50%{top:72%;left:58%}75%{top:80%;left:28%}}@media (max-width:640px){.login-module-scss-module__jd2uBG__loginContainer{padding:1rem .9rem}.login-module-scss-module__jd2uBG__mobileOverlay{display:block}.login-module-scss-module__jd2uBG__loginFormWrapper{padding:1.25rem}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__formTitle{font-size:1.6rem}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__formSubtitle{font-size:.9rem}.login-module-scss-module__jd2uBG__loginFormWrapper .login-module-scss-module__jd2uBG__recaptchaWrapper{transform-origin:0;transform:scale(.84)}.login-module-scss-module__jd2uBG__loginTopBar{margin-bottom:1.15rem}.login-module-scss-module__jd2uBG__languageButton{padding:.55rem .7rem}.login-module-scss-module__jd2uBG__languageLabel,.login-module-scss-module__jd2uBG__inlineThemeToggle{display:none}.login-module-scss-module__jd2uBG__loginTab{min-width:9rem;font-size:.9rem}}
.toast-module-scss-module__ZzL4Oa__container{z-index:9999;max-width:400px;font-family:var(--font-sans);flex-direction:column;gap:1rem;display:flex;position:fixed;top:1rem;right:1rem}.toast-module-scss-module__ZzL4Oa__toast{-webkit-backdrop-filter:blur(12px);background:var(--background);color:var(--foreground);border:1px solid #fff3;border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.34,.16,.2,1);animation:.4s cubic-bezier(.34,.16,.2,1) toast-module-scss-module__ZzL4Oa__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.toast-module-scss-module__ZzL4Oa__toast.toast-module-scss-module__ZzL4Oa__fadeOut{animation:.3s cubic-bezier(.4,0,.2,1) forwards toast-module-scss-module__ZzL4Oa__fadeOut}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__progressBar{background:0 0;border-radius:0 0 16px 16px;height:3px;position:absolute;bottom:0;left:0;right:0}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__progressBar .toast-module-scss-module__ZzL4Oa__bar{background:var(--progress-color,currentColor);width:0;height:100%;transition:width .3s;animation:linear forwards toast-module-scss-module__ZzL4Oa__progress}.toast-module-scss-module__ZzL4Oa__toast:not([data-theme=dark]){--background:linear-gradient(135deg, #fffffff2, #f8fafcf2);--foreground:#1e293b;border-color:#94a3b84d;box-shadow:0 8px 25px #0000000f,0 2px 10px #0000000a}.toast-module-scss-module__ZzL4Oa__toast:not([data-theme=dark]):hover{transform:translateY(-1px);box-shadow:0 12px 40px #0000001a,0 4px 15px #0000000f}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__toast{--background:linear-gradient(135deg, #0f172af2, #1e293bf2);--foreground:#f1f5f9;border-color:#47556966;box-shadow:0 10px 30px #00000080,0 0 15px #3b82f626}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__toast:hover{transform:translateY(-1px);box-shadow:0 15px 45px #0009,0 0 25px #3b82f640}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__content{flex:1;align-items:center;gap:.875rem;display:flex}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__icon{opacity:.9;flex-shrink:0}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__message{letter-spacing:.025em;font-size:.875rem;font-weight:500;line-height:1.45}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__closeButton{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.375rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__closeButton:hover{opacity:1;background:#ffffff26;transform:scale(1.05)}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__toast .toast-module-scss-module__ZzL4Oa__closeButton:hover{background:#fff3}.toast-module-scss-module__ZzL4Oa__success{--progress-color:#10b981;border-left:4px solid #10b981}.toast-module-scss-module__ZzL4Oa__success .toast-module-scss-module__ZzL4Oa__icon{color:#10b981}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__success{--progress-color:#34d399;border-left-color:#34d399}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__success .toast-module-scss-module__ZzL4Oa__icon{color:#34d399}.toast-module-scss-module__ZzL4Oa__error{--progress-color:#ef4444;border-left:4px solid #ef4444}.toast-module-scss-module__ZzL4Oa__error .toast-module-scss-module__ZzL4Oa__icon{color:#ef4444}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__error{--progress-color:#f87171;border-left-color:#f87171}[data-theme=dark] .toast-module-scss-module__ZzL4Oa__error .toast-module-scss-module__ZzL4Oa__icon{color:#f87171}@keyframes toast-module-scss-module__ZzL4Oa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-module-scss-module__ZzL4Oa__fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes toast-module-scss-module__ZzL4Oa__progress{0%{width:0}to{width:100%}}@media (max-width:640px){.toast-module-scss-module__ZzL4Oa__container{gap:.75rem;max-width:none;left:.5rem;right:.5rem}.toast-module-scss-module__ZzL4Oa__toast{border-radius:12px;padding:1rem 1.25rem}.toast-module-scss-module__ZzL4Oa__progressBar{border-radius:0 0 12px 12px}}
body{font-family:var(--font-sans)}.suport-module-scss-module__RVe9QG__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;place-items:center;width:100vw;height:100vh;animation:.3s ease-out suport-module-scss-module__RVe9QG__fadeIn;display:grid;position:fixed;inset:0;overflow:hidden}@keyframes suport-module-scss-module__RVe9QG__fadeIn{0%{opacity:0}to{opacity:1}}.suport-module-scss-module__RVe9QG__panel{background:var(--background,#fff);border-radius:clamp(.75rem,1.5vw,1rem);width:clamp(320px,90vw,500px);max-width:100%;max-height:95dvh;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s cubic-bezier(.34,1.56,.64,1) suport-module-scss-module__RVe9QG__slideDown;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d,inset 0 1px #ffffff1a}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__panel,html.dark .suport-module-scss-module__RVe9QG__panel){background:#0f0f23;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #0000000d}@media (min-width:640px){.suport-module-scss-module__RVe9QG__panel{width:clamp(400px,80vw,550px)}}@keyframes suport-module-scss-module__RVe9QG__slideDown{0%{opacity:0;transform:translateY(-30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.suport-module-scss-module__RVe9QG__closeButton{background:var(--background,#fff);border:1px solid var(--border,#e5e7eb);z-index:20;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media (min-width:768px){.suport-module-scss-module__RVe9QG__closeButton{top:.5rem;right:.5rem}}.suport-module-scss-module__RVe9QG__closeButton:hover{background:var(--background,#fff);transform:scale(1.05)rotate(90deg);box-shadow:0 10px 25px #00000026,0 0 0 1px #3b82f633}.suport-module-scss-module__RVe9QG__closeButton:active{transform:scale(.95)rotate(90deg)}.suport-module-scss-module__RVe9QG__closeButton svg{width:1.25em;height:1.25em;color:var(--muted-foreground,#6b7280);transition:color .2s,transform .2s}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__closeButton,html.dark .suport-module-scss-module__RVe9QG__closeButton){background:#1a1c2c;border-color:#4755694d}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__closeButton svg,html.dark .suport-module-scss-module__RVe9QG__closeButton svg){color:#94a3b8}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__closeButton:hover,html.dark .suport-module-scss-module__RVe9QG__closeButton:hover){background:#1a1c2c;box-shadow:0 10px 25px #0006,0 0 0 1px #3b82f64d}.suport-module-scss-module__RVe9QG__content{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--muted,#e5e7eb) #0000;max-height:calc(95dvh - 2rem);padding:clamp(1rem,2.5vw,1.5rem);overflow:auto}.suport-module-scss-module__RVe9QG__content::-webkit-scrollbar{width:6px}.suport-module-scss-module__RVe9QG__content::-webkit-scrollbar-track{background:0 0}.suport-module-scss-module__RVe9QG__content::-webkit-scrollbar-thumb{background:var(--muted,#e5e7eb);border-radius:3px}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__content,html.dark .suport-module-scss-module__RVe9QG__content){scrollbar-color:#94a3b84d #0000}[data-theme=dark] .suport-module-scss-module__RVe9QG__content::-webkit-scrollbar-thumb{background:#94a3b84d}html.dark .suport-module-scss-module__RVe9QG__content::-webkit-scrollbar-thumb{background:#94a3b84d}@media (min-width:640px){.suport-module-scss-module__RVe9QG__content{padding:clamp(1.25rem,3vw,2rem)}}.suport-module-scss-module__RVe9QG__title{color:var(--foreground,#111827);letter-spacing:-.025em;margin:0 0 1.5rem;font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;line-height:1.3}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__title,html.dark .suport-module-scss-module__RVe9QG__title){color:#f9fafb}.suport-module-scss-module__RVe9QG__inner{flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex;position:relative}.suport-module-scss-module__RVe9QG__illustration{opacity:.1;pointer-events:none;display:none;position:absolute}@media (min-width:768px){.suport-module-scss-module__RVe9QG__illustration{opacity:.05;display:block}}.suport-module-scss-module__RVe9QG__illustration{filter:blur(1px);width:clamp(6rem,12vw,8rem);bottom:-3rem;right:0}@media (min-width:1024px){.suport-module-scss-module__RVe9QG__illustration{width:10rem;bottom:-4rem}}.suport-module-scss-module__RVe9QG__card{text-align:center;background:var(--card,#f8fafc80);border:1px solid var(--border,#e5e7eb);box-sizing:border-box;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:100%;margin:0 auto;padding:clamp(1.25rem,3vw,1.75rem);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.suport-module-scss-module__RVe9QG__card:before{content:"";background:linear-gradient(90deg,#0000,#3b82f633,#0000);height:1px;position:absolute;top:0;left:0;right:0}.suport-module-scss-module__RVe9QG__card:hover{background:linear-gradient(135deg,#3b82f60d,#3b82f605);border-color:#3b82f633;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #3b82f61a}@media (min-width:640px){.suport-module-scss-module__RVe9QG__card{text-align:left;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;width:100%;padding:clamp(1.5rem,4vw,2rem)}}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__card,html.dark .suport-module-scss-module__RVe9QG__card){background:#1e293b80;border-color:#4755694d}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__card:hover,html.dark .suport-module-scss-module__RVe9QG__card:hover){background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-color:#3b82f64d;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003,0 0 0 1px #3b82f633}.suport-module-scss-module__RVe9QG__cardIcon{color:#3b82f6;filter:drop-shadow(0 2px 4px #3b82f633);flex-shrink:0;width:clamp(2rem,4vw,2.5rem);height:clamp(2rem,4vw,2.5rem)}@media (min-width:768px){.suport-module-scss-module__RVe9QG__cardIcon{width:3rem;height:3rem}}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__cardIcon,html.dark .suport-module-scss-module__RVe9QG__cardIcon){color:#60a5fa;filter:drop-shadow(0 2px 4px #60a5fa4d)}.suport-module-scss-module__RVe9QG__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.suport-module-scss-module__RVe9QG__name{color:var(--foreground,#111827);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;overflow:hidden}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__name,html.dark .suport-module-scss-module__RVe9QG__name){color:#f9fafb}.suport-module-scss-module__RVe9QG__phone{color:var(--muted-foreground,#6b7280);letter-spacing:-.01em;margin:0;font-size:clamp(.875rem,2vw,1rem);font-weight:500}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__phone,html.dark .suport-module-scss-module__RVe9QG__phone){color:#94a3b8}.suport-module-scss-module__RVe9QG__whatsappButton{white-space:nowrap;color:#fff;cursor:pointer;width:100%;font-size:clamp(.875rem,2vw,1rem);font-weight:600;font-family:var(--font-sans);background:#586efd;border:none;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:.75rem;margin-top:1rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0ea5e966,0 2px 4px #0000000d;border-radius:.75rem!important;width:180px!important;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,4vw,2rem)!important}.suport-module-scss-module__RVe9QG__whatsappButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.suport-module-scss-module__RVe9QG__whatsappButton:hover{filter:brightness(1.1)saturate(1.05);transform:translateY(-2px);box-shadow:0 8px 25px #0ea5e980,0 4px 8px #0000001a}.suport-module-scss-module__RVe9QG__whatsappButton:hover:before{left:100%}.suport-module-scss-module__RVe9QG__whatsappButton:focus{outline-offset:2px;outline:2px solid #3b82f666}.suport-module-scss-module__RVe9QG__whatsappButton:active{transform:translateY(0)}.suport-module-scss-module__RVe9QG__whatsappButton:disabled{opacity:.6;pointer-events:none;transform:none}.suport-module-scss-module__RVe9QG__whatsappButton .suport-module-scss-module__RVe9QG__whatsappIcon{flex-shrink:0;width:1.25em;height:1.25em;margin-right:0}@media (min-width:640px){.suport-module-scss-module__RVe9QG__whatsappButton{align-self:flex-end;min-width:150px}}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__whatsappButton,html.dark .suport-module-scss-module__RVe9QG__whatsappButton){background:linear-gradient(135deg,#0ea5e9 0%,#60a5fa 50%,#3b82f6 100%);box-shadow:0 4px 14px #0ea5e999,0 2px 4px #0003}:is([data-theme=dark] .suport-module-scss-module__RVe9QG__whatsappButton:hover,html.dark .suport-module-scss-module__RVe9QG__whatsappButton:hover){box-shadow:0 8px 25px #0ea5e9b3,0 4px 8px #0000004d}.suport-module-scss-module__RVe9QG__trocar{white-space:nowrap;color:#586efd;cursor:pointer;font-size:clamp(.875rem,2vw,1rem);font-weight:600;font-family:var(--font-sans);background:0 0;border:2px solid #586efd;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:.75rem;margin-top:1rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0ea5e966,0 2px 4px #0000000d;border-radius:.75rem!important;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,4vw,2rem)!important}
.KoltChainOnboardingModal-module-scss-module__pgax8G__overlay{z-index:2100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.KoltChainOnboardingModal-module-scss-module__pgax8G__modal{color:#0f172a;background:#f8fafc;border:1px solid #94a3b82e;border-radius:24px;width:min(100%,680px);max-height:90vh;overflow:auto;box-shadow:0 30px 80px #0f172a42}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__modal,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__modal,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__modal){color:#e2e8f0;background:#171929;border-color:#94a3b824}.KoltChainOnboardingModal-module-scss-module__pgax8G__header{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__titleWrap{flex-direction:column;gap:.35rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__title{margin:0;font-size:1.2rem;font-weight:800}.KoltChainOnboardingModal-module-scss-module__pgax8G__subtitle{color:#64748b;margin:0;font-size:.92rem}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__subtitle,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__subtitle,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__subtitle){color:#94a3b8}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successIcon,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successIcon,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__successIcon){box-shadow:none}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successText,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successText,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__successText){color:#94a3b8}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successLogo,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__successLogo,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__successLogo){filter:drop-shadow(0 18px 36px #02061759)}.KoltChainOnboardingModal-module-scss-module__pgax8G__closeButton{color:inherit;cursor:pointer;background:0 0;border:none}.KoltChainOnboardingModal-module-scss-module__pgax8G__body{flex-direction:column;gap:1rem;padding:1.4rem 1.5rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__successState{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.25rem 1.5rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__successIcon{justify-content:center;align-items:center;min-height:4.5rem;padding:.5rem .9rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__successLogo{object-fit:contain;filter:drop-shadow(0 18px 36px #2563eb2e);width:min(100%,220px);max-height:72px}.KoltChainOnboardingModal-module-scss-module__pgax8G__successTitle{margin:0;font-size:1.45rem;font-weight:800;line-height:1.25}.KoltChainOnboardingModal-module-scss-module__pgax8G__successText{color:#64748b;max-width:32rem;margin:0;font-size:.96rem;line-height:1.65}.KoltChainOnboardingModal-module-scss-module__pgax8G__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.KoltChainOnboardingModal-module-scss-module__pgax8G__field,.KoltChainOnboardingModal-module-scss-module__pgax8G__fullField{flex-direction:column;gap:.45rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__fullField{grid-column:1/-1}.KoltChainOnboardingModal-module-scss-module__pgax8G__label{font-size:.9rem;font-weight:700}.KoltChainOnboardingModal-module-scss-module__pgax8G__input,.KoltChainOnboardingModal-module-scss-module__pgax8G__select,.KoltChainOnboardingModal-module-scss-module__pgax8G__textarea{width:100%;color:inherit;background:#ffffffeb;border:1px solid #94a3b842;border-radius:14px;outline:none;padding:.9rem .95rem}.KoltChainOnboardingModal-module-scss-module__pgax8G__textarea{resize:vertical;min-height:92px}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__input,.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__select,.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__textarea,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__input,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__select,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__textarea,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__input,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__select,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__textarea){background:#1e213af5;border-color:#94a3b829}.KoltChainOnboardingModal-module-scss-module__pgax8G__input:focus,.KoltChainOnboardingModal-module-scss-module__pgax8G__select:focus,.KoltChainOnboardingModal-module-scss-module__pgax8G__textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinOption{cursor:pointer;background:#ffffffeb;border:1px solid #94a3b838;border-radius:14px;justify-content:space-between;align-items:center;gap:.55rem;padding:.8rem .9rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinOptionActive{background:#3b82f614;border-color:#3b82f6}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__coinOption,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__coinOption,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__coinOption){background:#1e213af5}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinIcon,.KoltChainOnboardingModal-module-scss-module__pgax8G__coinFallback{border-radius:999px;flex-shrink:0;width:2rem;height:2rem}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinIcon{object-fit:cover}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinFallback{color:#2563eb;background:#3b82f61f;justify-content:center;align-items:center;font-weight:800;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinText{text-align:left;flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinText strong{font-size:.92rem}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinText small{color:#64748b;font-size:.78rem}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__coinText small,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__coinText small,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__coinText small){color:#94a3b8}.KoltChainOnboardingModal-module-scss-module__pgax8G__coinCheck{color:#2563eb;flex-shrink:0}.KoltChainOnboardingModal-module-scss-module__pgax8G__helper{color:#64748b;font-size:.8rem;line-height:1.45}.KoltChainOnboardingModal-module-scss-module__pgax8G__helperBox{background:#2563eb14;border:1px solid #2563eb2e;border-radius:14px;flex-direction:column;gap:.35rem;margin-top:.2rem;padding:.9rem 1rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__helperTitle{color:#1d4ed8;letter-spacing:.01em;text-transform:uppercase;font-size:.84rem;font-weight:800}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helper,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helper,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__helper){color:#94a3b8}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helperBox,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helperBox,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__helperBox){background:#3b82f61f;border-color:#60a5fa33}:is(.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helperTitle,html.dark .KoltChainOnboardingModal-module-scss-module__pgax8G__helperTitle,html[data-theme=dark] .KoltChainOnboardingModal-module-scss-module__pgax8G__helperTitle){color:#93c5fd}.KoltChainOnboardingModal-module-scss-module__pgax8G__error{color:#b91c1c;background:#ef444414;border:1px solid #ef444438;border-radius:14px;padding:.9rem 1rem;font-size:.88rem}.KoltChainOnboardingModal-module-scss-module__pgax8G__footer{justify-content:flex-end;gap:.85rem;padding:0 1.5rem 1.5rem;display:flex}.KoltChainOnboardingModal-module-scss-module__pgax8G__secondaryButton,.KoltChainOnboardingModal-module-scss-module__pgax8G__primaryButton{cursor:pointer;border:1px solid #0000;border-radius:14px;padding:.85rem 1.15rem;font-weight:700}.KoltChainOnboardingModal-module-scss-module__pgax8G__secondaryButton{color:inherit;background:0 0;border-color:#94a3b83d}.KoltChainOnboardingModal-module-scss-module__pgax8G__primaryButton{color:#fff;background:#2563eb}.KoltChainOnboardingModal-module-scss-module__pgax8G__primaryButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.KoltChainOnboardingModal-module-scss-module__pgax8G__overlay{align-items:flex-end;padding:0}.KoltChainOnboardingModal-module-scss-module__pgax8G__modal{border-radius:24px 24px 0 0;width:100%;max-height:88vh}.KoltChainOnboardingModal-module-scss-module__pgax8G__grid,.KoltChainOnboardingModal-module-scss-module__pgax8G__coinGrid{grid-template-columns:1fr}.KoltChainOnboardingModal-module-scss-module__pgax8G__footer{flex-direction:column}}
.wallet-module-scss-module__l-TY5q__pageShell{--wallet-bg:var(--background);--wallet-card:#fff;--wallet-soft:#f8fafc;--wallet-text:var(--foreground);--wallet-muted:#64748b;--wallet-border:#dbe4ef;--wallet-accent:#586efd;--wallet-accent-soft:#586efd1a;--wallet-positive:#16a34a;--wallet-negative:#dc2626;--wallet-shadow:0 16px 36px #0f172a14;color:var(--wallet-text);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.wallet-module-scss-module__l-TY5q__custodyHeader{flex-direction:column;gap:.45rem;display:flex}.wallet-module-scss-module__l-TY5q__custodyHeader h1{color:var(--wallet-text);letter-spacing:-.055em;margin:0;font-size:clamp(2rem,4vw,3.15rem);font-weight:850;line-height:1}.wallet-module-scss-module__l-TY5q__custodyHeader p{max-width:48rem;color:var(--wallet-muted);margin:0;font-size:.98rem;line-height:1.55}.wallet-module-scss-module__l-TY5q__innerNavigation{border:1px solid var(--wallet-border);background:color-mix(in srgb, var(--wallet-card) 86%, var(--wallet-soft));border-radius:999px;gap:.35rem;width:fit-content;padding:.3rem;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.wallet-module-scss-module__l-TY5q__innerNavigationItem{min-width:112px;color:var(--wallet-muted);text-align:center;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.72rem 1.25rem;font-family:inherit;font-size:.92rem;font-weight:800;text-decoration:none;transition:color .18s,background .18s,box-shadow .18s}.wallet-module-scss-module__l-TY5q__innerNavigationItem:hover{color:var(--wallet-text)}.wallet-module-scss-module__l-TY5q__innerNavigationItemActive{color:var(--wallet-text);background:var(--wallet-card);box-shadow:0 8px 18px #0f172a14}.wallet-module-scss-module__l-TY5q__custodyLayout{grid-template-columns:minmax(280px,.82fr) minmax(420px,1.18fr);align-items:stretch;gap:24px;display:grid}.wallet-module-scss-module__l-TY5q__custodyAboutPanel,.wallet-module-scss-module__l-TY5q__custodyActionPanel{border:1px solid var(--wallet-border);background:var(--wallet-card);box-shadow:var(--wallet-shadow);border-radius:28px}.wallet-module-scss-module__l-TY5q__custodyAboutPanel{flex-direction:column;grid-column:1;gap:1.35rem;min-height:100%;padding:1.55rem;display:flex;position:relative;overflow:hidden}.wallet-module-scss-module__l-TY5q__custodyAboutPanel:after{content:"";pointer-events:none;background:radial-gradient(circle at 35% 35%,#586efd38,#0000 55%),linear-gradient(135deg,#586efd1f,#16a34a1a);border-radius:50%;width:170px;height:170px;position:absolute;bottom:-58px;right:-54px}.wallet-module-scss-module__l-TY5q__aboutTitle{color:var(--wallet-text);letter-spacing:-.02em;margin:0 0 .45rem;font-size:1.1rem;font-weight:850}.wallet-module-scss-module__l-TY5q__custodyAboutPanel p{color:var(--wallet-muted);margin:0;line-height:1.62}.wallet-module-scss-module__l-TY5q__infoBlock{z-index:1;border:1px solid color-mix(in srgb, var(--wallet-border) 78%, transparent);background:var(--wallet-soft);border-radius:20px;padding:1rem;position:relative}.wallet-module-scss-module__l-TY5q__infoBlockTitle{margin:0 0 .45rem;font-size:.92rem;font-weight:850;color:var(--wallet-text)!important}.wallet-module-scss-module__l-TY5q__infoBlockList{color:var(--wallet-muted);margin:0;padding-left:1rem;font-size:.9rem;line-height:1.55}.wallet-module-scss-module__l-TY5q__custodyLinks{z-index:1;flex-wrap:wrap;gap:.7rem;margin-top:auto;display:flex;position:relative}.wallet-module-scss-module__l-TY5q__custodyLinks a{border:1px solid var(--wallet-border);min-height:40px;color:var(--wallet-text);background:var(--wallet-card);border-radius:999px;align-items:center;padding:.68rem .9rem;font-size:.84rem;font-weight:800;text-decoration:none;display:inline-flex}.wallet-module-scss-module__l-TY5q__custodyActionPanel{grid-area:1/2;padding:1rem}.wallet-module-scss-module__l-TY5q__custodyTabs{background:var(--wallet-soft);border-radius:18px;padding:.35rem;display:flex}.wallet-module-scss-module__l-TY5q__custodyTabActive{width:100%;min-height:44px;color:var(--wallet-text);background:var(--wallet-card);border:0;border-radius:14px;font-size:.92rem;font-weight:850;box-shadow:0 8px 16px #0f172a14}.wallet-module-scss-module__l-TY5q__custodyForm{flex-direction:column;gap:1rem;padding:1.15rem .35rem .35rem;display:flex}.wallet-module-scss-module__l-TY5q__calculatorField{flex-direction:column;gap:.55rem;display:flex}.wallet-module-scss-module__l-TY5q__fieldLabel{color:var(--wallet-muted);font-size:.8rem;font-weight:850}.wallet-module-scss-module__l-TY5q__selectorBox{border:1px solid var(--wallet-border);background:var(--wallet-soft);border-radius:22px;align-items:stretch;gap:.8rem;min-height:78px;padding:.65rem;display:flex}.wallet-module-scss-module__l-TY5q__selectorRightFull,.wallet-module-scss-module__l-TY5q__assetSelector{color:var(--wallet-text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.8rem;display:flex}.wallet-module-scss-module__l-TY5q__selectorRightFull{justify-content:space-between;width:100%;padding:.15rem .25rem}.wallet-module-scss-module__l-TY5q__coinInfo{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.wallet-module-scss-module__l-TY5q__coinInfo strong{color:var(--wallet-text);letter-spacing:-.02em;font-size:1rem;font-weight:900}.wallet-module-scss-module__l-TY5q__coinInfo span{color:var(--wallet-muted);font-size:.82rem;font-weight:700}.wallet-module-scss-module__l-TY5q__balanceTopUpArrow{border:1px solid var(--wallet-border);width:42px;height:42px;color:var(--wallet-accent);background:var(--wallet-card);border-radius:999px;place-items:center;margin:-.25rem auto;display:grid;box-shadow:0 8px 18px #0f172a14}.wallet-module-scss-module__l-TY5q__amountPreview{flex-direction:column;flex:1;justify-content:center;gap:.2rem;min-width:0;padding:.2rem .35rem;display:flex}.wallet-module-scss-module__l-TY5q__amountPreview span,.wallet-module-scss-module__l-TY5q__amountPreview small{color:var(--wallet-muted);font-size:.76rem;font-weight:750}.wallet-module-scss-module__l-TY5q__amountPreview strong{color:var(--wallet-text);letter-spacing:-.055em;font-size:clamp(1.35rem,3vw,2rem);font-weight:950;line-height:1.05}.wallet-module-scss-module__l-TY5q__assetSelector{border:1px solid var(--wallet-border);background:var(--wallet-card);border-radius:18px;min-width:190px;padding:.72rem}.wallet-module-scss-module__l-TY5q__balanceTopUpText{color:var(--wallet-muted);background:var(--wallet-accent-soft);border-radius:16px;align-items:flex-start;gap:.55rem;padding:.8rem .9rem;font-size:.86rem;font-weight:700;line-height:1.45;display:flex}.wallet-module-scss-module__l-TY5q__balanceTopUpText p{margin:0}.wallet-module-scss-module__l-TY5q__walletEmptyBox{border:1px dashed var(--wallet-border);min-height:78px;color:var(--wallet-muted);background:var(--wallet-soft);border-radius:22px;align-items:center;padding:1rem;font-size:.92rem;font-weight:750;display:flex}.wallet-module-scss-module__l-TY5q__walletBalancesList{flex-direction:column;gap:.7rem;max-height:360px;padding-right:.15rem;display:flex;overflow:auto}.wallet-module-scss-module__l-TY5q__walletBalanceRow{border:1px solid var(--wallet-border);min-height:74px;color:var(--wallet-text);background:var(--wallet-soft);text-align:left;cursor:pointer;border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:.78rem .85rem;transition:border-color .18s,background .18s,transform .18s;display:flex}.wallet-module-scss-module__l-TY5q__walletBalanceRow:hover{border-color:color-mix(in srgb, var(--wallet-accent) 42%, var(--wallet-border));background:var(--wallet-card);transform:translateY(-1px)}.wallet-module-scss-module__l-TY5q__walletBalanceCoin{align-items:center;gap:.75rem;min-width:0;display:inline-flex}.wallet-module-scss-module__l-TY5q__walletBalanceCoin>span,.wallet-module-scss-module__l-TY5q__walletBalanceAmount{flex-direction:column;gap:.18rem;display:flex}.wallet-module-scss-module__l-TY5q__walletBalanceCoin strong,.wallet-module-scss-module__l-TY5q__walletBalanceAmount strong{color:var(--wallet-text);font-size:.94rem;font-weight:900}.wallet-module-scss-module__l-TY5q__walletBalanceCoin small,.wallet-module-scss-module__l-TY5q__walletBalanceAmount small{color:var(--wallet-muted);font-size:.78rem;font-weight:750}.wallet-module-scss-module__l-TY5q__walletBalanceAmount{flex-shrink:0;align-items:flex-end}.wallet-module-scss-module__l-TY5q__custodyPrimaryButton,.wallet-module-scss-module__l-TY5q__custodySecondaryButton{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:.55rem;min-height:52px;font-size:.92rem;font-weight:900;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.wallet-module-scss-module__l-TY5q__custodyPrimaryButton{color:#fff;background:linear-gradient(135deg,#111827,#2f3bff);border:0;width:100%;box-shadow:0 16px 28px #2f3bff38}:is(.dark .wallet-module-scss-module__l-TY5q__custodyPrimaryButton,html.dark .wallet-module-scss-module__l-TY5q__custodyPrimaryButton,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__custodyPrimaryButton){color:#0f172a;background:linear-gradient(135deg,#e2e8f0,#60a5fa)}.wallet-module-scss-module__l-TY5q__custodyPrimaryButton:hover,.wallet-module-scss-module__l-TY5q__custodySecondaryButton:hover{transform:translateY(-1px)}.wallet-module-scss-module__l-TY5q__custodySecondaryActions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.wallet-module-scss-module__l-TY5q__custodySecondaryButton{border:1px solid var(--wallet-border);width:100%;color:var(--wallet-text);background:var(--wallet-card)}.wallet-module-scss-module__l-TY5q__custodySecondaryButton:disabled,.wallet-module-scss-module__l-TY5q__custodyPrimaryButton:disabled{cursor:not-allowed;opacity:.68;transform:none}.wallet-module-scss-module__l-TY5q__portfolioStrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.wallet-module-scss-module__l-TY5q__portfolioItem{border:1px solid var(--wallet-border);min-height:118px;color:var(--wallet-text);background:var(--wallet-card);border-radius:22px;flex-direction:column;justify-content:space-between;gap:.7rem;padding:1rem;display:flex;box-shadow:0 10px 24px #0f172a0d}.wallet-module-scss-module__l-TY5q__portfolioItem svg{color:var(--wallet-accent)}.wallet-module-scss-module__l-TY5q__portfolioItem span{color:var(--wallet-muted);font-size:.8rem;font-weight:800}.wallet-module-scss-module__l-TY5q__portfolioItem strong{color:var(--wallet-text);letter-spacing:-.03em;font-size:1.08rem;font-weight:900}:is(.dark .wallet-module-scss-module__l-TY5q__pageShell,html.dark .wallet-module-scss-module__l-TY5q__pageShell,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__pageShell){--wallet-card:#1e213a;--wallet-soft:#171929;--wallet-text:#ededed;--wallet-muted:#94a3b8;--wallet-border:#94a3b82e;--wallet-accent:#60a5fa;--wallet-accent-soft:#60a5fa1f;--wallet-positive:#34d399;--wallet-negative:#f87171;--wallet-shadow:0 18px 42px #02061747}.wallet-module-scss-module__l-TY5q__loadingState,.wallet-module-scss-module__l-TY5q__emptyState,.wallet-module-scss-module__l-TY5q__walletHeader,.wallet-module-scss-module__l-TY5q__marketListPanel,.wallet-module-scss-module__l-TY5q__chartPanel,.wallet-module-scss-module__l-TY5q__operationPanel{border:1px solid var(--wallet-border);background:var(--wallet-card);box-shadow:var(--wallet-shadow);border-radius:20px}.wallet-module-scss-module__l-TY5q__pageIntro h1{color:var(--wallet-text);margin:.25rem 0 0;font-size:1.55rem;font-weight:850;line-height:1.18}.wallet-module-scss-module__l-TY5q__pageIntro p{max-width:58rem;color:var(--wallet-muted);margin:.35rem 0 0;font-size:.95rem;line-height:1.55}.wallet-module-scss-module__l-TY5q__loadingState,.wallet-module-scss-module__l-TY5q__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;min-height:52vh;padding:2rem;display:flex}.wallet-module-scss-module__l-TY5q__emptyState h1{color:var(--wallet-text);margin:0;font-size:1.35rem}.wallet-module-scss-module__l-TY5q__emptyState p{max-width:42rem;color:var(--wallet-muted);margin:0;line-height:1.6}.wallet-module-scss-module__l-TY5q__walletHeader{grid-template-columns:minmax(360px,1.25fr) minmax(320px,.75fr);align-items:stretch;gap:1.5rem;padding:1.5rem;display:grid}.wallet-module-scss-module__l-TY5q__creditCardContainer{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:240px;padding:1.8rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:visible;box-shadow:0 20px 40px #0f172a26,inset 0 1px 1px #ffffff1f}:is(.dark .wallet-module-scss-module__l-TY5q__creditCardContainer,html.dark .wallet-module-scss-module__l-TY5q__creditCardContainer,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__creditCardContainer){background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);box-shadow:0 20px 40px #02061766,inset 0 1px 1px #ffffff0f}.wallet-module-scss-module__l-TY5q__creditCardContainer:hover{transform:translateY(-2px);box-shadow:0 24px 48px #0f172a33,inset 0 1px 1px #ffffff1f}:is(.dark .wallet-module-scss-module__l-TY5q__creditCardContainer:hover,html.dark .wallet-module-scss-module__l-TY5q__creditCardContainer:hover,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__creditCardContainer:hover){box-shadow:0 24px 48px #02061773,inset 0 1px 1px #ffffff0f}.wallet-module-scss-module__l-TY5q__creditCardContainer:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 60%);border-radius:50%;width:200px;height:200px;position:absolute;top:0;right:0;transform:translate(20%,-30%)}.wallet-module-scss-module__l-TY5q__cardTopRow{z-index:1;justify-content:space-between;align-items:flex-start;display:flex}.wallet-module-scss-module__l-TY5q__cardBrand{align-items:center;gap:.6rem;display:flex}.wallet-module-scss-module__l-TY5q__cardBrand span{text-transform:uppercase;letter-spacing:.05em;opacity:.95;font-size:.85rem;font-weight:800}.wallet-module-scss-module__l-TY5q__cardStatus{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.wallet-module-scss-module__l-TY5q__cardMiddleRow{z-index:1;margin-top:1.5rem}.wallet-module-scss-module__l-TY5q__cardHolderName{opacity:.9;letter-spacing:.02em;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700}.wallet-module-scss-module__l-TY5q__balanceSection{flex-direction:column;display:flex}.wallet-module-scss-module__l-TY5q__balanceLabelRow{opacity:.85;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.78rem;font-weight:700;display:flex}.wallet-module-scss-module__l-TY5q__eyeButton{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:opacity .2s;display:flex}.wallet-module-scss-module__l-TY5q__eyeButton:hover{opacity:1}.wallet-module-scss-module__l-TY5q__balanceValue{letter-spacing:-.02em;align-items:center;min-height:2.5rem;font-size:2.15rem;font-weight:900;line-height:1.1;display:flex}.wallet-module-scss-module__l-TY5q__balanceSubtitle{opacity:.75;margin-top:.35rem;font-size:.75rem;font-weight:600}.wallet-module-scss-module__l-TY5q__cardBottomRow{z-index:2;gap:.85rem;margin-top:1.8rem;display:flex}.wallet-module-scss-module__l-TY5q__cardActionButton{cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.85rem 1rem;font-size:.9rem;font-weight:800;transition:all .2s;display:flex}.wallet-module-scss-module__l-TY5q__depositButton,:is(.dark .wallet-module-scss-module__l-TY5q__depositButton,html.dark .wallet-module-scss-module__l-TY5q__depositButton,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__depositButton){color:#fff;background:#4169e1}.wallet-module-scss-module__l-TY5q__depositButton:hover{filter:brightness(1.15);transform:translateY(-1px)}.wallet-module-scss-module__l-TY5q__withdrawButtonContainer{flex:1;position:relative}.wallet-module-scss-module__l-TY5q__withdrawButton{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff2e;width:100%}.wallet-module-scss-module__l-TY5q__withdrawButton:hover{background:#fff3;transform:translateY(-1px)}.wallet-module-scss-module__l-TY5q__withdrawDropdown{background:var(--wallet-card);border:1px solid var(--wallet-border);box-shadow:var(--wallet-shadow);z-index:10;border-radius:14px;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) wallet-module-scss-module__l-TY5q__slideDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}@keyframes wallet-module-scss-module__l-TY5q__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wallet-module-scss-module__l-TY5q__dropdownItem{border:none;border-bottom:1px solid var(--wallet-border);color:var(--wallet-text);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:.65rem;padding:.95rem 1.1rem;font-size:.88rem;font-weight:800;transition:background .15s;display:flex}.wallet-module-scss-module__l-TY5q__dropdownItem:last-child{border-bottom:none}.wallet-module-scss-module__l-TY5q__dropdownItem:hover{background:var(--wallet-soft);color:var(--wallet-accent)}.wallet-module-scss-module__l-TY5q__statItem span,.wallet-module-scss-module__l-TY5q__assetDetails span,.wallet-module-scss-module__l-TY5q__keyBox span,.wallet-module-scss-module__l-TY5q__feeRows span{color:var(--wallet-muted);font-size:.78rem;font-weight:700;display:block}.wallet-module-scss-module__l-TY5q__statItem strong,.wallet-module-scss-module__l-TY5q__assetDetails strong,.wallet-module-scss-module__l-TY5q__keyBox strong,.wallet-module-scss-module__l-TY5q__feeRows strong{color:var(--wallet-text);margin-top:.25rem;font-size:.98rem;display:block}.wallet-module-scss-module__l-TY5q__operationalPanelContainer{flex-direction:column;gap:1rem;display:flex}.wallet-module-scss-module__l-TY5q__operationalCard{background:var(--wallet-soft);border:1px solid var(--wallet-border);border-radius:24px;flex-direction:column;flex:1;justify-content:space-between;padding:1.4rem;display:flex}.wallet-module-scss-module__l-TY5q__operationalHeader{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.wallet-module-scss-module__l-TY5q__operationalHeader span{text-transform:uppercase;color:var(--wallet-accent);letter-spacing:.02em;font-size:.78rem;font-weight:800}.wallet-module-scss-module__l-TY5q__statusLine{flex-wrap:wrap;gap:.5rem;display:flex}.wallet-module-scss-module__l-TY5q__statusBadge{border:1px solid var(--wallet-border);background:var(--wallet-card);color:var(--wallet-muted);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.76rem;font-weight:800;display:inline-flex}.wallet-module-scss-module__l-TY5q__feeStrip{background:var(--wallet-card);border:1px solid var(--wallet-border);border-radius:16px;grid-template-columns:1fr 1fr;gap:0;margin-bottom:1rem;display:grid;overflow:hidden}.wallet-module-scss-module__l-TY5q__feeItem{flex-direction:column;padding:.9rem 1.1rem;display:flex}.wallet-module-scss-module__l-TY5q__feeItem:first-child{border-right:1px solid var(--wallet-border)}.wallet-module-scss-module__l-TY5q__feeItem span{color:var(--wallet-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:800}.wallet-module-scss-module__l-TY5q__feeItem strong{color:var(--wallet-text);margin-top:.25rem;font-size:1rem;font-weight:900}.wallet-module-scss-module__l-TY5q__syncButton{border:1px solid var(--wallet-accent);background:var(--wallet-accent-soft);width:100%;color:var(--wallet-accent);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.45rem;padding:.85rem;font-size:.88rem;font-weight:800;transition:all .2s;display:flex}.wallet-module-scss-module__l-TY5q__syncButton:disabled{opacity:.6;cursor:not-allowed}.wallet-module-scss-module__l-TY5q__syncButton:not(:disabled):hover{background:#586efd29;transform:translateY(-1px)}:is(.dark .wallet-module-scss-module__l-TY5q__syncButton:not(:disabled):hover,html.dark .wallet-module-scss-module__l-TY5q__syncButton:not(:disabled):hover,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__syncButton:not(:disabled):hover){background:#60a5fa2e}.wallet-module-scss-module__l-TY5q__primaryButton,.wallet-module-scss-module__l-TY5q__keyBox button{border:1px solid var(--wallet-accent);background:var(--wallet-accent-soft);color:var(--wallet-accent);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem .9rem;font-size:.88rem;font-weight:800;transition:background .18s,transform .18s,opacity .18s;display:inline-flex}.wallet-module-scss-module__l-TY5q__primaryButton:disabled,.wallet-module-scss-module__l-TY5q__keyBox button:disabled{opacity:.55;cursor:not-allowed}.wallet-module-scss-module__l-TY5q__primaryButton:not(:disabled):hover,.wallet-module-scss-module__l-TY5q__keyBox button:not(:disabled):hover{background:#586efd29;transform:translateY(-1px)}:is(.dark .wallet-module-scss-module__l-TY5q__primaryButton:not(:disabled):hover,html.dark .wallet-module-scss-module__l-TY5q__primaryButton:not(:disabled):hover,html[data-theme=dark] .wallet-module-scss-module__l-TY5q__primaryButton:not(:disabled):hover){background:#60a5fa2e}.wallet-module-scss-module__l-TY5q__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.wallet-module-scss-module__l-TY5q__statItem{border:1px solid var(--wallet-border);background:var(--wallet-card);border-radius:20px;grid-template-columns:auto 1fr;align-items:center;gap:.2rem .65rem;padding:1.25rem;display:grid}.wallet-module-scss-module__l-TY5q__statItem svg{color:var(--wallet-accent);grid-row:span 2}.wallet-module-scss-module__l-TY5q__marketDesk{grid-template-columns:minmax(360px,.9fr) minmax(0,1.45fr);align-items:stretch;gap:1rem;display:grid}.wallet-module-scss-module__l-TY5q__marketListPanel,.wallet-module-scss-module__l-TY5q__chartPanel,.wallet-module-scss-module__l-TY5q__operationPanel{padding:1.5rem}.wallet-module-scss-module__l-TY5q__panelHeader,.wallet-module-scss-module__l-TY5q__chartHeader{justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.wallet-module-scss-module__l-TY5q__sectionLabel{color:var(--wallet-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem;font-size:.74rem;font-weight:900;display:inline-flex}.wallet-module-scss-module__l-TY5q__panelDescription{max-width:44rem;color:var(--wallet-muted);margin:.5rem 0 0;font-size:.9rem;line-height:1.55}.wallet-module-scss-module__l-TY5q__assetBalancesPanel{border:1px solid var(--wallet-border);background:var(--wallet-card);box-shadow:var(--wallet-shadow);border-radius:24px;padding:1.5rem}.wallet-module-scss-module__l-TY5q__networksPanel{border:1px solid var(--wallet-border);background:var(--wallet-card);box-shadow:var(--wallet-shadow);border-radius:24px;padding:1.35rem}.wallet-module-scss-module__l-TY5q__networksPanel h2{color:var(--wallet-text);letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:900}.wallet-module-scss-module__l-TY5q__networksGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.wallet-module-scss-module__l-TY5q__networkControls{grid-template-columns:minmax(180px,.35fr) minmax(240px,.65fr);gap:.8rem;margin-bottom:1rem;display:grid}.wallet-module-scss-module__l-TY5q__networkControl{flex-direction:column;gap:.4rem;min-width:0;display:flex}.wallet-module-scss-module__l-TY5q__networkControl span{color:var(--wallet-muted);font-size:.74rem;font-weight:850}.wallet-module-scss-module__l-TY5q__networkControl select,.wallet-module-scss-module__l-TY5q__networkControl input{border:1px solid var(--wallet-border);background:var(--wallet-soft);width:100%;min-height:44px;color:var(--wallet-text);border-radius:14px;outline:none;padding:0 .85rem;font-size:.9rem;font-weight:760}.wallet-module-scss-module__l-TY5q__networkControl select:focus,.wallet-module-scss-module__l-TY5q__networkControl input:focus{border-color:color-mix(in srgb, var(--wallet-accent) 44%, var(--wallet-border));box-shadow:0 0 0 3px var(--wallet-accent-soft)}.wallet-module-scss-module__l-TY5q__networkNotice{border:1px solid color-mix(in srgb, var(--wallet-accent) 22%, var(--wallet-border));background:var(--wallet-accent-soft);color:var(--wallet-muted);border-radius:18px;align-items:flex-start;gap:.6rem;margin:0 0 1rem;padding:.85rem .95rem;display:flex}.wallet-module-scss-module__l-TY5q__networkNotice svg{color:var(--wallet-accent);flex-shrink:0;margin-top:.1rem}.wallet-module-scss-module__l-TY5q__networkNotice p{margin:0;font-size:.86rem;font-weight:720;line-height:1.55}.wallet-module-scss-module__l-TY5q__networkCoinCard{border:1px solid var(--wallet-border);background:var(--wallet-soft);border-radius:22px;flex-direction:column;gap:1rem;min-width:0;padding:1rem;display:flex}.wallet-module-scss-module__l-TY5q__networkCoinHeader{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.wallet-module-scss-module__l-TY5q__networkCoinIdentity{align-items:center;gap:.75rem;min-width:0;display:inline-flex}.wallet-module-scss-module__l-TY5q__networkCoinIdentity>span:last-child{min-width:0}.wallet-module-scss-module__l-TY5q__networkCoinIdentity strong{color:var(--wallet-text);font-size:.98rem;font-weight:900;display:block}.wallet-module-scss-module__l-TY5q__networkCoinIdentity small{color:var(--wallet-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.12rem;font-size:.76rem;font-weight:750;display:block;overflow:hidden}.wallet-module-scss-module__l-TY5q__networkCount{border:1px solid var(--wallet-border);background:var(--wallet-card);color:var(--wallet-muted);border-radius:999px;flex-shrink:0;padding:.34rem .62rem;font-size:.72rem;font-weight:850}.wallet-module-scss-module__l-TY5q__networkBadges{flex-wrap:wrap;gap:.5rem;display:flex}.wallet-module-scss-module__l-TY5q__networkBadge{border:1px solid color-mix(in srgb, var(--wallet-accent) 18%, var(--wallet-border));background:var(--wallet-card);border-radius:14px;flex-direction:column;gap:.12rem;max-width:100%;padding:.48rem .62rem;display:inline-flex}.wallet-module-scss-module__l-TY5q__networkBadge strong{color:var(--wallet-text);font-size:.76rem;font-weight:850;line-height:1.25}.wallet-module-scss-module__l-TY5q__networkBadge small{color:var(--wallet-muted);letter-spacing:.03em;font-size:.68rem;font-weight:850}.wallet-module-scss-module__l-TY5q__networksLoading,.wallet-module-scss-module__l-TY5q__networksEmpty{border:1px dashed var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-muted);border-radius:18px;padding:1rem;font-size:.9rem;font-weight:750}.wallet-module-scss-module__l-TY5q__networkPagination{color:var(--wallet-muted);justify-content:space-between;align-items:center;gap:.85rem;margin-top:1rem;font-size:.82rem;font-weight:800;display:flex}.wallet-module-scss-module__l-TY5q__networkPagination>div{gap:.5rem;display:inline-flex}.wallet-module-scss-module__l-TY5q__networkPagination button{border:1px solid var(--wallet-border);background:var(--wallet-soft);min-height:38px;color:var(--wallet-text);cursor:pointer;border-radius:12px;padding:0 .8rem;font-size:.82rem;font-weight:850}.wallet-module-scss-module__l-TY5q__networkPagination button:not(:disabled):hover{border-color:color-mix(in srgb, var(--wallet-accent) 35%, var(--wallet-border));color:var(--wallet-accent)}.wallet-module-scss-module__l-TY5q__networkPagination button:disabled{cursor:not-allowed;opacity:.52}.wallet-module-scss-module__l-TY5q__balanceSummaryCard{border:1px solid var(--wallet-border);background:linear-gradient(180deg, #586efd14, transparent 140%),var(--wallet-soft);border-radius:20px;min-width:220px;padding:1rem 1.1rem}.wallet-module-scss-module__l-TY5q__balanceSummaryCard span,.wallet-module-scss-module__l-TY5q__balanceSummaryCard small{color:var(--wallet-muted);font-size:.78rem;font-weight:700;display:block}.wallet-module-scss-module__l-TY5q__balanceSummaryCard strong{color:var(--wallet-text);margin:.35rem 0 .25rem;font-size:1.4rem;font-weight:900;display:block}.wallet-module-scss-module__l-TY5q__assetBalancesEmpty{border:1px dashed var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-muted);border-radius:20px;padding:1.15rem 1.2rem;font-size:.9rem;font-weight:700;line-height:1.6}.wallet-module-scss-module__l-TY5q__assetBalancesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.wallet-module-scss-module__l-TY5q__assetBalanceCard{border:1px solid var(--wallet-border);background:linear-gradient(180deg, #586efd0a, transparent 120%),var(--wallet-soft);color:var(--wallet-text);text-align:left;cursor:pointer;border-radius:22px;padding:1.05rem;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}.wallet-module-scss-module__l-TY5q__assetBalanceCard:hover,.wallet-module-scss-module__l-TY5q__assetBalanceCardActive{background:linear-gradient(180deg, #586efd1a, transparent 120%),var(--wallet-card);border-color:#586efd57;transform:translateY(-1px);box-shadow:0 14px 34px #0f172a1a}.dark .wallet-module-scss-module__l-TY5q__assetBalanceCard:hover{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}html.dark .wallet-module-scss-module__l-TY5q__assetBalanceCard:hover{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}html[data-theme=dark] .wallet-module-scss-module__l-TY5q__assetBalanceCard:hover{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}.dark .wallet-module-scss-module__l-TY5q__assetBalanceCardActive{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}html.dark .wallet-module-scss-module__l-TY5q__assetBalanceCardActive{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}html[data-theme=dark] .wallet-module-scss-module__l-TY5q__assetBalanceCardActive{border-color:#60a5fa57;box-shadow:0 16px 36px #02061747}.wallet-module-scss-module__l-TY5q__assetBalanceTop{justify-content:space-between;align-items:flex-start;gap:.9rem;display:flex}.wallet-module-scss-module__l-TY5q__assetBalanceIdentity{align-items:center;gap:.75rem;min-width:0;display:flex}.wallet-module-scss-module__l-TY5q__assetBalanceIdentity strong{color:var(--wallet-text);font-size:1rem;font-weight:900;display:block}.wallet-module-scss-module__l-TY5q__assetBalanceIdentity small{color:var(--wallet-muted);margin-top:.15rem;font-size:.76rem;font-weight:700;display:block}.wallet-module-scss-module__l-TY5q__assetNetworkTag{border:1px solid var(--wallet-border);background:var(--wallet-card);color:var(--wallet-muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.4rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.wallet-module-scss-module__l-TY5q__assetBalanceValue{margin-top:1rem}.wallet-module-scss-module__l-TY5q__assetBalanceValue strong{color:var(--wallet-text);font-size:1.18rem;font-weight:900;line-height:1.2;display:block}.wallet-module-scss-module__l-TY5q__assetBalanceValue span{color:var(--wallet-muted);margin-top:.25rem;font-size:.8rem;font-weight:700;display:block}.wallet-module-scss-module__l-TY5q__assetBalanceMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.wallet-module-scss-module__l-TY5q__assetBalanceMeta>div{border-top:1px solid var(--wallet-border);padding-top:.8rem}.wallet-module-scss-module__l-TY5q__assetBalanceMeta span{color:var(--wallet-muted);font-size:.72rem;font-weight:800;display:block}.wallet-module-scss-module__l-TY5q__assetBalanceMeta strong{color:var(--wallet-text);margin-top:.3rem;font-size:.82rem;line-height:1.45;display:block}.wallet-module-scss-module__l-TY5q__liveBadge{border:1px solid var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-muted);white-space:nowrap;border-radius:999px;padding:.35rem .6rem;font-size:.75rem;font-weight:800}.wallet-module-scss-module__l-TY5q__marketTable{flex-direction:column;display:flex}.wallet-module-scss-module__l-TY5q__marketTableHead,.wallet-module-scss-module__l-TY5q__marketRow{grid-template-columns:minmax(150px,1.15fr) minmax(120px,.8fr) minmax(72px,.45fr);align-items:center;gap:.75rem;display:grid}.wallet-module-scss-module__l-TY5q__marketTableHead{color:var(--wallet-muted);text-transform:uppercase;padding:0 .75rem .75rem;font-size:.72rem;font-weight:800}.wallet-module-scss-module__l-TY5q__marketRow{border:none;border-top:1px solid var(--wallet-border);width:100%;color:var(--wallet-text);text-align:left;cursor:pointer;background:0 0;padding:1rem .75rem;transition:background .18s}.wallet-module-scss-module__l-TY5q__marketRow:hover,.wallet-module-scss-module__l-TY5q__marketRowActive{background:var(--wallet-accent-soft)}.wallet-module-scss-module__l-TY5q__assetCell,.wallet-module-scss-module__l-TY5q__selectedAsset{align-items:center;gap:.7rem;min-width:0;display:flex}.wallet-module-scss-module__l-TY5q__assetCell strong,.wallet-module-scss-module__l-TY5q__selectedAsset span{color:var(--wallet-text);font-size:.95rem;font-weight:800;display:block}.wallet-module-scss-module__l-TY5q__assetCell small,.wallet-module-scss-module__l-TY5q__priceCell small{color:var(--wallet-muted);margin-top:.15rem;font-size:.75rem;display:block}.wallet-module-scss-module__l-TY5q__coinAvatar,.wallet-module-scss-module__l-TY5q__coinFallback{border-radius:999px;flex-shrink:0;width:34px;height:34px}.wallet-module-scss-module__l-TY5q__coinAvatar{object-fit:cover}.wallet-module-scss-module__l-TY5q__coinFallback{background:var(--wallet-accent-soft);color:var(--wallet-accent);justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:inline-flex}.wallet-module-scss-module__l-TY5q__priceCell{color:var(--wallet-text);font-weight:800}.wallet-module-scss-module__l-TY5q__positiveChange,.wallet-module-scss-module__l-TY5q__negativeChange{font-size:.88rem;font-weight:900}.wallet-module-scss-module__l-TY5q__positiveChange{color:var(--wallet-positive)}.wallet-module-scss-module__l-TY5q__negativeChange{color:var(--wallet-negative)}.wallet-module-scss-module__l-TY5q__quoteError{color:var(--wallet-negative);background:#dc262614;border:1px solid #dc26262e;border-radius:20px;margin-top:1rem;padding:1rem 1.1rem;font-size:.84rem;font-weight:700}.wallet-module-scss-module__l-TY5q__selectedAsset strong{color:var(--wallet-text);margin-top:.25rem;font-size:1.4rem;display:block}.wallet-module-scss-module__l-TY5q__chartMeta{align-items:center;gap:.65rem;display:flex}.wallet-module-scss-module__l-TY5q__chartMeta small{border:1px solid var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-muted);border-radius:6px;padding:.32rem .55rem;font-size:.72rem;font-weight:800}.wallet-module-scss-module__l-TY5q__chartCanvas{border:1px solid var(--wallet-border);background:linear-gradient(180deg, var(--wallet-soft), transparent 82%),var(--wallet-card);min-height:320px;color:var(--wallet-accent);border-radius:20px;overflow:hidden}.wallet-module-scss-module__l-TY5q__chartCanvas svg{width:100%;height:320px;display:block}.wallet-module-scss-module__l-TY5q__gridLine{stroke:var(--wallet-border);stroke-width:1px}.wallet-module-scss-module__l-TY5q__axisLabel{fill:var(--wallet-muted);font-size:11px;font-weight:700}.wallet-module-scss-module__l-TY5q__chartArea{fill:url(#walletChartGradient)}.wallet-module-scss-module__l-TY5q__chartLine{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.wallet-module-scss-module__l-TY5q__chartDot{fill:var(--wallet-card);stroke:currentColor;stroke-width:2.5px}.wallet-module-scss-module__l-TY5q__noChart{height:320px;color:var(--wallet-muted);flex-direction:column;justify-content:center;align-items:center;gap:.65rem;font-weight:800;display:flex}.wallet-module-scss-module__l-TY5q__assetDetails{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.wallet-module-scss-module__l-TY5q__assetDetails>div{border:1px solid var(--wallet-border);background:var(--wallet-soft);border-radius:20px;padding:1rem}.wallet-module-scss-module__l-TY5q__operationsGrid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.5rem;display:grid}.wallet-module-scss-module__l-TY5q__integrationShell{flex-direction:column;gap:1.25rem;display:flex}.wallet-module-scss-module__l-TY5q__primaryButton{padding:.72rem .9rem}.wallet-module-scss-module__l-TY5q__keyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.wallet-module-scss-module__l-TY5q__keyBox{border:1px solid var(--wallet-border);background:var(--wallet-soft);border-radius:8px;padding:1.1rem}.wallet-module-scss-module__l-TY5q__keyBox strong{min-height:2.7rem;color:var(--wallet-text);word-break:break-all;margin-top:.45rem;font-size:.88rem;line-height:1.55;display:block}.wallet-module-scss-module__l-TY5q__keyBox small{color:var(--wallet-muted);margin-top:.45rem;font-size:.8rem;line-height:1.45;display:block}.wallet-module-scss-module__l-TY5q__keyBox button{margin-top:.75rem;padding:.62rem .75rem}.wallet-module-scss-module__l-TY5q__securityLine{color:var(--wallet-muted);align-items:flex-start;gap:.5rem;margin-top:1.25rem;font-size:.84rem;line-height:1.5;display:flex}.wallet-module-scss-module__l-TY5q__securityLine svg{color:var(--wallet-accent);flex-shrink:0;margin-top:.1rem}.wallet-module-scss-module__l-TY5q__feeRows{border:1px solid var(--wallet-border);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.wallet-module-scss-module__l-TY5q__feeRows>div{background:var(--wallet-soft);border-bottom:1px solid var(--wallet-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.15rem;display:flex}.wallet-module-scss-module__l-TY5q__feeRows>div:last-child{border-bottom:0}.wallet-module-scss-module__l-TY5q__feeRows strong{text-align:right}.wallet-module-scss-module__l-TY5q__webhookEventsList{flex-direction:column;gap:.85rem;margin-top:1.25rem;display:flex}.wallet-module-scss-module__l-TY5q__webhookSummaryRow{color:var(--wallet-muted);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.1rem;font-size:.82rem;font-weight:700;display:flex}.wallet-module-scss-module__l-TY5q__webhookEventEmpty{border:1px dashed var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-muted);border-radius:20px;padding:1.1rem 1.2rem;font-size:.9rem;font-weight:700}.wallet-module-scss-module__l-TY5q__webhookEventRow{border:1px solid var(--wallet-border);background:var(--wallet-soft);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.wallet-module-scss-module__l-TY5q__webhookEventMain{flex-direction:column;gap:.3rem;min-width:0;display:flex}.wallet-module-scss-module__l-TY5q__webhookEventTop{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.wallet-module-scss-module__l-TY5q__webhookEventTop strong{color:var(--wallet-text);font-size:.95rem}.wallet-module-scss-module__l-TY5q__webhookEventMain>span,.wallet-module-scss-module__l-TY5q__webhookEventMain>small{color:var(--wallet-muted);word-break:break-word;line-height:1.5}.wallet-module-scss-module__l-TY5q__webhookEventMain>span{font-size:.88rem;font-weight:700}.wallet-module-scss-module__l-TY5q__webhookEventMain>small{font-size:.78rem;font-weight:700}.wallet-module-scss-module__l-TY5q__webhookEventError{color:var(--wallet-negative)!important}.wallet-module-scss-module__l-TY5q__webhookStatusBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.72rem;font-weight:900;display:inline-flex}.wallet-module-scss-module__l-TY5q__webhookStatusPending{color:#b45309;background:#f59e0b24}.wallet-module-scss-module__l-TY5q__webhookStatusSuccess{color:var(--wallet-positive);background:#16a34a24}.wallet-module-scss-module__l-TY5q__webhookStatusFailed{color:var(--wallet-negative);background:#dc26261f}.wallet-module-scss-module__l-TY5q__webhookPagination{justify-content:flex-end;align-items:center;gap:.8rem;margin-top:1rem;display:flex}.wallet-module-scss-module__l-TY5q__secondaryButton{border:1px solid var(--wallet-border);background:var(--wallet-soft);color:var(--wallet-text);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.45rem;padding:.62rem .9rem;font-size:.84rem;font-weight:800;transition:background .18s,transform .18s,opacity .18s;display:inline-flex}.wallet-module-scss-module__l-TY5q__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.wallet-module-scss-module__l-TY5q__secondaryButton:not(:disabled):hover{background:var(--wallet-accent-soft);color:var(--wallet-accent);transform:translateY(-1px)}.wallet-module-scss-module__l-TY5q__webhookPaginationInfo{text-align:center;min-width:4rem;color:var(--wallet-muted);font-size:.82rem;font-weight:800}@media (max-width:1200px){.wallet-module-scss-module__l-TY5q__custodyLayout{grid-template-columns:1fr}.wallet-module-scss-module__l-TY5q__custodyActionPanel,.wallet-module-scss-module__l-TY5q__custodyAboutPanel{grid-area:auto}.wallet-module-scss-module__l-TY5q__portfolioStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-module-scss-module__l-TY5q__marketDesk,.wallet-module-scss-module__l-TY5q__operationsGrid{grid-template-columns:1fr}.wallet-module-scss-module__l-TY5q__statsGrid,.wallet-module-scss-module__l-TY5q__assetBalancesGrid,.wallet-module-scss-module__l-TY5q__networksGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.wallet-module-scss-module__l-TY5q__pageShell{padding:1rem}.wallet-module-scss-module__l-TY5q__custodyHeader h1{font-size:2.1rem}.wallet-module-scss-module__l-TY5q__innerNavigation{width:100%}.wallet-module-scss-module__l-TY5q__innerNavigationItem{flex:1;min-width:0}.wallet-module-scss-module__l-TY5q__custodyAboutPanel,.wallet-module-scss-module__l-TY5q__custodyActionPanel{border-radius:22px}.wallet-module-scss-module__l-TY5q__selectorBox{flex-direction:column}.wallet-module-scss-module__l-TY5q__assetSelector{width:100%;min-width:0}.wallet-module-scss-module__l-TY5q__custodySecondaryActions,.wallet-module-scss-module__l-TY5q__portfolioStrip,.wallet-module-scss-module__l-TY5q__walletHeader,.wallet-module-scss-module__l-TY5q__feeStrip{grid-template-columns:1fr}.wallet-module-scss-module__l-TY5q__feeItem{padding:1rem}.wallet-module-scss-module__l-TY5q__feeItem:first-child{border-right:none;border-bottom:1px solid var(--wallet-border)}.wallet-module-scss-module__l-TY5q__statsGrid,.wallet-module-scss-module__l-TY5q__keyGrid,.wallet-module-scss-module__l-TY5q__assetDetails,.wallet-module-scss-module__l-TY5q__assetBalancesGrid,.wallet-module-scss-module__l-TY5q__networksGrid,.wallet-module-scss-module__l-TY5q__networkControls,.wallet-module-scss-module__l-TY5q__assetBalanceMeta{grid-template-columns:1fr}.wallet-module-scss-module__l-TY5q__networkPagination{flex-direction:column;align-items:stretch}.wallet-module-scss-module__l-TY5q__networkPagination>div{grid-template-columns:1fr 1fr;display:grid}.wallet-module-scss-module__l-TY5q__webhookEventRow,.wallet-module-scss-module__l-TY5q__webhookSummaryRow,.wallet-module-scss-module__l-TY5q__webhookPagination,.wallet-module-scss-module__l-TY5q__panelHeader{flex-direction:column;align-items:stretch}.wallet-module-scss-module__l-TY5q__webhookPaginationInfo{min-width:0}.wallet-module-scss-module__l-TY5q__marketTableHead{display:none}.wallet-module-scss-module__l-TY5q__marketRow{grid-template-columns:1fr;gap:.45rem}.wallet-module-scss-module__l-TY5q__chartCanvas,.wallet-module-scss-module__l-TY5q__chartCanvas svg,.wallet-module-scss-module__l-TY5q__noChart{height:260px;min-height:260px}}
.TwoFactorAuthModal-module-scss-module__H_X32q__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;animation:.3s ease-out TwoFactorAuthModal-module-scss-module__H_X32q__overlayAppear;display:flex;position:fixed;inset:0}@keyframes TwoFactorAuthModal-module-scss-module__H_X32q__overlayAppear{0%{opacity:0}to{opacity:1}}.TwoFactorAuthModal-module-scss-module__H_X32q__authModal{width:100%;max-width:480px;font-family:var(--font-sans);background:#fff;border:1px solid #0000000d;border-radius:24px;animation:.4s cubic-bezier(.16,1,.3,1) TwoFactorAuthModal-module-scss-module__H_X32q__modalSlideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__authModal{background:#0f172a;border-color:#ffffff1a;box-shadow:0 25px 50px -12px #00000080}@keyframes TwoFactorAuthModal-module-scss-module__H_X32q__modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.TwoFactorAuthModal-module-scss-module__H_X32q__modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:24px 32px;display:flex}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__modalHeader{border-bottom-color:#ffffff0d}.TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo{gap:16px;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo .TwoFactorAuthModal-module-scss-module__H_X32q__iconCircle{color:#3b82f6;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo .TwoFactorAuthModal-module-scss-module__H_X32q__iconCircle{background:#3b82f61a}.TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo h2{color:#1e293b;margin:0 0 4px;font-size:1.125rem;font-weight:700}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo h2{color:#f8fafc}.TwoFactorAuthModal-module-scss-module__H_X32q__headerInfo p{color:#64748b;margin:0;font-size:.875rem}.TwoFactorAuthModal-module-scss-module__H_X32q__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;transition:all .2s}.TwoFactorAuthModal-module-scss-module__H_X32q__closeBtn:hover{color:#64748b;background:#f1f5f9}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__closeBtn:hover{background:#ffffff0d}.TwoFactorAuthModal-module-scss-module__H_X32q__modalBody{padding:32px}.TwoFactorAuthModal-module-scss-module__H_X32q__successState{text-align:center;flex-direction:column;align-items:center;padding:24px 0;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__successState .TwoFactorAuthModal-module-scss-module__H_X32q__successIconWrapper{background:#f0fdf4;border-radius:60px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;animation:.5s cubic-bezier(.175,.885,.32,1.275) TwoFactorAuthModal-module-scss-module__H_X32q__successPop;display:flex}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__successState .TwoFactorAuthModal-module-scss-module__H_X32q__successIconWrapper{background:#22c55e1a}.TwoFactorAuthModal-module-scss-module__H_X32q__successState .TwoFactorAuthModal-module-scss-module__H_X32q__successIcon{color:#22c55e}.TwoFactorAuthModal-module-scss-module__H_X32q__successState h3{color:#1e293b;margin:0 0 12px;font-size:1.5rem;font-weight:700}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__successState h3{color:#f8fafc}.TwoFactorAuthModal-module-scss-module__H_X32q__successState p{color:#64748b;line-height:1.6}@keyframes TwoFactorAuthModal-module-scss-module__H_X32q__successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.TwoFactorAuthModal-module-scss-module__H_X32q__contentWrapper{flex-direction:column;gap:32px;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__infoSection .TwoFactorAuthModal-module-scss-module__H_X32q__mailInfo{color:#475569;align-items:center;gap:10px;margin-bottom:8px;font-size:.9375rem;display:flex}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__infoSection .TwoFactorAuthModal-module-scss-module__H_X32q__mailInfo{color:#94a3b8}.TwoFactorAuthModal-module-scss-module__H_X32q__infoSection .TwoFactorAuthModal-module-scss-module__H_X32q__emailDisplay{color:#1e293b;font-size:1rem;font-weight:600}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__infoSection .TwoFactorAuthModal-module-scss-module__H_X32q__emailDisplay{color:#f8fafc}.TwoFactorAuthModal-module-scss-module__H_X32q__otpSection{justify-content:center;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__otpContainer{gap:12px;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__otpInput{text-align:center;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:52px;height:64px;font-size:1.5rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.TwoFactorAuthModal-module-scss-module__H_X32q__otpInput:focus{border-color:#3b82f6;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #3b82f61a}.TwoFactorAuthModal-module-scss-module__H_X32q__otpInput:disabled{cursor:not-allowed;background:#f8fafc}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__otpInput{color:#f8fafc;background:#1e293b;border-color:#334155}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__otpInput:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633}.TwoFactorAuthModal-module-scss-module__H_X32q__inputError{color:#ef4444!important;background:#fef2f2!important;border-color:#ef4444!important}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__inputError{background:#ef44440d!important}.TwoFactorAuthModal-module-scss-module__H_X32q__errorMessage{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;padding:12px;font-size:.875rem;font-weight:500}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__errorMessage{color:#f87171;background:#ef44441a;border-color:#ef444433}.TwoFactorAuthModal-module-scss-module__H_X32q__actions{flex-direction:column;gap:20px;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn:hover:not(:disabled){background:#0f172a;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn:active:not(:disabled){transform:translateY(0)}.TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn:disabled{cursor:not-allowed;background:#cbd5e1}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn{background:#3b82f6}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn:hover:not(:disabled){background:#2563eb}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__verifyBtn:disabled{color:#64748b;background:#334155}.TwoFactorAuthModal-module-scss-module__H_X32q__resendSection{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:.875rem;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__resendSection .TwoFactorAuthModal-module-scss-module__H_X32q__resendBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-weight:600;transition:all .2s;display:flex}.TwoFactorAuthModal-module-scss-module__H_X32q__resendSection .TwoFactorAuthModal-module-scss-module__H_X32q__resendBtn:hover:not(:disabled){background:#eff6ff}.TwoFactorAuthModal-module-scss-module__H_X32q__resendSection .TwoFactorAuthModal-module-scss-module__H_X32q__resendBtn:disabled{color:#94a3b8;cursor:not-allowed}.dark .TwoFactorAuthModal-module-scss-module__H_X32q__resendSection .TwoFactorAuthModal-module-scss-module__H_X32q__resendBtn:hover:not(:disabled){background:#3b82f61a}@media (max-width:480px){.TwoFactorAuthModal-module-scss-module__H_X32q__authModal{border-radius:24px 24px 0 0;max-width:100%;position:absolute;bottom:0}.TwoFactorAuthModal-module-scss-module__H_X32q__modalBody{padding:24px}.TwoFactorAuthModal-module-scss-module__H_X32q__otpInput{width:44px;height:56px;font-size:1.25rem}}
[data-theme=dark] .Shimmer-module-scss-module__mWOYyG__shimmer:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%)}html.dark .Shimmer-module-scss-module__mWOYyG__shimmer:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%)}@keyframes Shimmer-module-scss-module__mWOYyG__shimmer{0%{left:-100%}to{left:100%}}@keyframes Shimmer-module-scss-module__mWOYyG__shimmerMove{0%{background-position:200% 0}to{background-position:-200% 0}}.Shimmer-module-scss-module__mWOYyG__shimmer{background:#94a3b814;border:1px solid #94a3b81f;position:relative;overflow:hidden}.Shimmer-module-scss-module__mWOYyG__shimmer:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:2s infinite Shimmer-module-scss-module__mWOYyG__shimmer;position:absolute;top:0;left:-100%}:is([data-theme=dark] .Shimmer-module-scss-module__mWOYyG__shimmer,html.dark .Shimmer-module-scss-module__mWOYyG__shimmer){background:#0f172a99;border-color:#94a3b826}[data-theme=dark] .Shimmer-module-scss-module__mWOYyG__shimmer:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%)}html.dark .Shimmer-module-scss-module__mWOYyG__shimmer:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%)}.Shimmer-module-scss-module__mWOYyG__shimmerAnimation{background:linear-gradient(90deg,#0000 0%,#3b82f61a 25%,#6366f11a 50%,#3b82f61a 75%,#0000 100%) 0 0/200% 100%;animation:2.5s ease-in-out infinite Shimmer-module-scss-module__mWOYyG__shimmerMove;position:absolute;inset:0}
.chargebacks-module-scss-module__mRxy6W__chargebacksLayout{background:radial-gradient(circle at 100% 0,#ff62002e,#0000 28rem),radial-gradient(circle at 0 20%,#203d721f,#0000 24rem),linear-gradient(#fff8f3eb,#f7f9fc);min-height:100vh}.chargebacks-module-scss-module__mRxy6W__sidebarExpanded{margin-left:320px}.chargebacks-module-scss-module__mRxy6W__sidebarCollapsed{margin-left:70px}.chargebacks-module-scss-module__mRxy6W__pageShell{gap:1.35rem;padding:78px 2rem 2rem;transition:margin-left .3s;display:grid}.chargebacks-module-scss-module__mRxy6W__devBanner{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.chargebacks-module-scss-module__mRxy6W__devBanner svg{flex-shrink:0}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__devBanner,html.dark .chargebacks-module-scss-module__mRxy6W__devBanner){color:#fbbf24;background:#f59e0b0d;border-color:#f59e0b26}.chargebacks-module-scss-module__mRxy6W__heroPanel{background:linear-gradient(135deg,#fffffffa,#fdf4edf0);border:1px solid #0f172a14;border-radius:26px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem;padding:1.3rem;display:grid;box-shadow:0 18px 44px #0f172a14}.chargebacks-module-scss-module__mRxy6W__heroCopy{flex-direction:column;justify-content:center;min-height:0;display:flex}.chargebacks-module-scss-module__mRxy6W__eyebrow{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#3b82f614;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.4rem .72rem;font-size:.75rem;font-weight:800;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__heroTitle{color:#172554;margin:.9rem 0 0;font-size:2rem;font-weight:800;line-height:1.08}.chargebacks-module-scss-module__mRxy6W__heroText{color:#475569;max-width:760px;margin:.75rem 0 0;font-size:.95rem;line-height:1.7}.chargebacks-module-scss-module__mRxy6W__heroActions{flex-wrap:wrap;gap:.75rem;margin-top:1.15rem;display:flex}.chargebacks-module-scss-module__mRxy6W__primaryButton,.chargebacks-module-scss-module__mRxy6W__secondaryButton,.chargebacks-module-scss-module__mRxy6W__rowAction{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s,border-color .2s;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__primaryButton{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 50%,#6366f1 100%);padding:.92rem 1.15rem;box-shadow:0 18px 34px #3b82f638}.chargebacks-module-scss-module__mRxy6W__secondaryButton{color:#172554;background:#ffffffc7;border:1px solid #1725541a;padding:.88rem 1rem}.chargebacks-module-scss-module__mRxy6W__primaryButton:hover,.chargebacks-module-scss-module__mRxy6W__secondaryButton:hover,.chargebacks-module-scss-module__mRxy6W__rowAction:hover{transform:translateY(-1px)}.chargebacks-module-scss-module__mRxy6W__primaryButton:disabled,.chargebacks-module-scss-module__mRxy6W__secondaryButton:disabled{opacity:.58;cursor:not-allowed;transform:none}.chargebacks-module-scss-module__mRxy6W__heroSignal{gap:.8rem;display:grid}.chargebacks-module-scss-module__mRxy6W__signalCardPrimary{color:#fff;background:linear-gradient(140deg,#172554,#1e3a8a);border-radius:20px;padding:1rem;box-shadow:inset 0 1px #ffffff14}.chargebacks-module-scss-module__mRxy6W__signalLabel,.chargebacks-module-scss-module__mRxy6W__miniLabel{opacity:.76;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.74rem;font-weight:700}.chargebacks-module-scss-module__mRxy6W__signalValue{margin-top:.4rem;font-size:2rem;font-weight:800;line-height:1.05;display:block}.chargebacks-module-scss-module__mRxy6W__signalHint{color:#ffffffb8;margin:.45rem 0 0;font-size:.86rem}.chargebacks-module-scss-module__mRxy6W__signalGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.chargebacks-module-scss-module__mRxy6W__signalCard{background:#ffffffc7;border:1px solid #ff62001f;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;padding:.95rem;display:grid}.chargebacks-module-scss-module__mRxy6W__signalCard strong{color:#172554;font-size:1.35rem}.chargebacks-module-scss-module__mRxy6W__signalIconWrap{color:#3b82f6;background:#3b82f61f;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.chargebacks-module-scss-module__mRxy6W__metricCard{background:#ffffffd1;border:1px solid #17255414;border-radius:18px;flex-direction:column;gap:.45rem;padding:1rem 1.05rem;display:flex;box-shadow:0 10px 26px #0f172a0d}.chargebacks-module-scss-module__mRxy6W__metricLabel{color:#64748b;text-transform:uppercase;font-size:.74rem;font-weight:800}.chargebacks-module-scss-module__mRxy6W__metricValue,.chargebacks-module-scss-module__mRxy6W__metricValueSmall{color:#172554;font-size:1.55rem;font-weight:800;line-height:1.1}.chargebacks-module-scss-module__mRxy6W__metricValueSmall{font-size:1.12rem}.chargebacks-module-scss-module__mRxy6W__metricFoot{color:#64748b;font-size:.82rem;line-height:1.55}.chargebacks-module-scss-module__mRxy6W__workspaceGrid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start;gap:1rem;display:grid}.chargebacks-module-scss-module__mRxy6W__boardPanel,.chargebacks-module-scss-module__mRxy6W__detailPanel{background:#ffffffd6;border:1px solid #17255414;border-radius:24px;box-shadow:0 14px 34px #0f172a0f}.chargebacks-module-scss-module__mRxy6W__boardPanel{overflow:hidden}.chargebacks-module-scss-module__mRxy6W__panelHeader{border-bottom:1px solid #17255414;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.15rem 1.2rem 1rem;display:flex}.chargebacks-module-scss-module__mRxy6W__panelTitle{color:#172554;margin:0;font-size:1.1rem;font-weight:800}.chargebacks-module-scss-module__mRxy6W__panelSubtitle{color:#64748b;margin:.35rem 0 0;font-size:.86rem;line-height:1.55}.chargebacks-module-scss-module__mRxy6W__panelTools{flex-wrap:wrap;gap:.75rem;display:flex}.chargebacks-module-scss-module__mRxy6W__searchBox,.chargebacks-module-scss-module__mRxy6W__filterBox{color:#475569;background:#f8fafceb;border:1px solid #1725541a;border-radius:14px;align-items:center;gap:.55rem;min-height:46px;padding:0 .9rem;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__searchBox input,.chargebacks-module-scss-module__mRxy6W__filterBox select,.chargebacks-module-scss-module__mRxy6W__formField textarea{color:#0f172a;font:inherit;background:0 0;border:0;outline:none;width:100%}.chargebacks-module-scss-module__mRxy6W__searchBox{min-width:300px}.chargebacks-module-scss-module__mRxy6W__tableWrap{overflow:auto}.chargebacks-module-scss-module__mRxy6W__caseTable{border-collapse:collapse;width:100%}.chargebacks-module-scss-module__mRxy6W__caseTable th,.chargebacks-module-scss-module__mRxy6W__caseTable td{text-align:left;vertical-align:top;border-bottom:1px solid #17255414;padding:1rem 1.2rem}.chargebacks-module-scss-module__mRxy6W__caseTable th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:800}.chargebacks-module-scss-module__mRxy6W__caseTable tbody tr{cursor:pointer;transition:background .2s}.chargebacks-module-scss-module__mRxy6W__caseTable tbody tr:hover{background:#ff62000a}.chargebacks-module-scss-module__mRxy6W__rowActive{background:linear-gradient(90deg,#ff620014,#fff6)}.chargebacks-module-scss-module__mRxy6W__caseCellPrimary,.chargebacks-module-scss-module__mRxy6W__mutedStack{flex-direction:column;gap:.25rem;display:flex}.chargebacks-module-scss-module__mRxy6W__caseCellPrimary strong,.chargebacks-module-scss-module__mRxy6W__mutedStack strong{color:#172554;font-size:.95rem}.chargebacks-module-scss-module__mRxy6W__caseCellPrimary span,.chargebacks-module-scss-module__mRxy6W__mutedStack span{color:#64748b;font-size:.82rem;line-height:1.45}.chargebacks-module-scss-module__mRxy6W__rowAction{color:#172554;background:#1725540d;padding:.6rem .8rem;font-size:.8rem}.chargebacks-module-scss-module__mRxy6W__statusBadge,.chargebacks-module-scss-module__mRxy6W__deadlineBadge{border-radius:999px;justify-content:center;align-items:center;min-width:96px;padding:.46rem .72rem;font-size:.76rem;font-weight:800;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__statusDone{color:#166534;background:#16a34a1f}.chargebacks-module-scss-module__mRxy6W__statusPending{color:#c2410c;background:#ff62001f}.chargebacks-module-scss-module__mRxy6W__statusNeutral{color:#475569;background:#64748b1f}.chargebacks-module-scss-module__mRxy6W__deadlineCritical{color:#b91c1c;background:#dc26261f}.chargebacks-module-scss-module__mRxy6W__deadlineWarning{color:#b45309;background:#f59e0b1f}.chargebacks-module-scss-module__mRxy6W__deadlineSafe,.chargebacks-module-scss-module__mRxy6W__deadlineNeutral{color:#1d4ed8;background:#2563eb1a}.chargebacks-module-scss-module__mRxy6W__detailPanel{gap:1rem;padding:1.2rem;display:grid}.chargebacks-module-scss-module__mRxy6W__detailHero{color:#fff;background:linear-gradient(135deg,#172554fa,#1e40afeb);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.chargebacks-module-scss-module__mRxy6W__detailEyebrow{color:#ffffffb8;text-transform:uppercase;margin-bottom:.55rem;font-size:.72rem;font-weight:800;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__detailTitle{margin:0;font-size:1.24rem;font-weight:800;line-height:1.15}.chargebacks-module-scss-module__mRxy6W__detailText{color:#ffffffbd;margin:.6rem 0 0;font-size:.85rem;line-height:1.6}.chargebacks-module-scss-module__mRxy6W__detailStats,.chargebacks-module-scss-module__mRxy6W__dataGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.chargebacks-module-scss-module__mRxy6W__detailStatCard,.chargebacks-module-scss-module__mRxy6W__dataCard{background:#f8fafcf5;border:1px solid #17255414;border-radius:18px;flex-direction:column;gap:.3rem;padding:.95rem;display:flex}.chargebacks-module-scss-module__mRxy6W__detailStatCard span,.chargebacks-module-scss-module__mRxy6W__dataCard span,.chargebacks-module-scss-module__mRxy6W__sectionHint{color:#64748b;font-size:.78rem}.chargebacks-module-scss-module__mRxy6W__detailStatCard strong,.chargebacks-module-scss-module__mRxy6W__dataCard strong{color:#172554;word-break:break-word;font-size:.96rem;line-height:1.4}.chargebacks-module-scss-module__mRxy6W__detailSection{gap:.8rem;display:grid}.chargebacks-module-scss-module__mRxy6W__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;display:flex}.chargebacks-module-scss-module__mRxy6W__sectionHeader h3{color:#172554;margin:0;font-size:.98rem;font-weight:800}.chargebacks-module-scss-module__mRxy6W__timeline{gap:.85rem;display:grid}.chargebacks-module-scss-module__mRxy6W__timelineItem{grid-template-columns:16px minmax(0,1fr);gap:.8rem;display:grid}.chargebacks-module-scss-module__mRxy6W__timelineDot{background:linear-gradient(135deg,#0ea5e9,#3b82f6);border-radius:999px;width:12px;height:12px;margin-top:.42rem;box-shadow:0 0 0 4px #3b82f61f}.chargebacks-module-scss-module__mRxy6W__timelineContent strong{color:#172554;font-size:.9rem;display:block}.chargebacks-module-scss-module__mRxy6W__timelineContent span{color:#64748b;margin-top:.2rem;font-size:.76rem;display:block}.chargebacks-module-scss-module__mRxy6W__timelineContent p{color:#475569;margin:.35rem 0 0;font-size:.84rem;line-height:1.55}.chargebacks-module-scss-module__mRxy6W__docList{gap:.7rem;display:grid}.chargebacks-module-scss-module__mRxy6W__docItem{color:#172554;cursor:pointer;background:#f8fafcfa;border:1px solid #17255414;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.9rem 1rem;transition:transform .2s,border-color .2s;display:flex}.chargebacks-module-scss-module__mRxy6W__docItem:hover{border-color:#ff620047;transform:translateY(-1px)}.chargebacks-module-scss-module__mRxy6W__docItem strong{font-size:.88rem;display:block}.chargebacks-module-scss-module__mRxy6W__docItem span{color:#64748b;margin-top:.2rem;font-size:.76rem;display:block}.chargebacks-module-scss-module__mRxy6W__supportBox{background:#3b82f60d;border:1px solid #3b82f61a;border-radius:18px;padding:.9rem}.chargebacks-module-scss-module__mRxy6W__supportBox pre{color:#1e3a8a;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.74rem}.chargebacks-module-scss-module__mRxy6W__defenseForm{gap:.9rem;display:grid}.chargebacks-module-scss-module__mRxy6W__formField{gap:.45rem;display:grid}.chargebacks-module-scss-module__mRxy6W__formField span{color:#172554;font-size:.8rem;font-weight:700}.chargebacks-module-scss-module__mRxy6W__formField textarea{resize:vertical;background:#f8fafcfa;border:1px solid #17255414;border-radius:18px;min-height:120px;padding:.95rem 1rem}.chargebacks-module-scss-module__mRxy6W__uploadField{display:block}.chargebacks-module-scss-module__mRxy6W__uploadField input{display:none}.chargebacks-module-scss-module__mRxy6W__uploadField div{color:#1d4ed8;cursor:pointer;background:#3b82f60a;border:1px dashed #3b82f657;border-radius:18px;align-items:center;gap:.55rem;width:100%;padding:.95rem 1rem;display:inline-flex}.chargebacks-module-scss-module__mRxy6W__formActions{flex-wrap:wrap;gap:.75rem;display:flex}.chargebacks-module-scss-module__mRxy6W__emptyState,.chargebacks-module-scss-module__mRxy6W__emptyDetail,.chargebacks-module-scss-module__mRxy6W__emptyInline{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:180px;padding:1rem;display:flex}.chargebacks-module-scss-module__mRxy6W__emptyInline{text-align:left;align-items:flex-start;min-height:0;padding:0}.chargebacks-module-scss-module__mRxy6W__spin{animation:.9s linear infinite chargebacks-module-scss-module__mRxy6W__spin}@keyframes chargebacks-module-scss-module__mRxy6W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1400px){.chargebacks-module-scss-module__mRxy6W__workspaceGrid{grid-template-columns:1fr}.chargebacks-module-scss-module__mRxy6W__detailStats,.chargebacks-module-scss-module__mRxy6W__dataGrid,.chargebacks-module-scss-module__mRxy6W__metricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.chargebacks-module-scss-module__mRxy6W__heroPanel,.chargebacks-module-scss-module__mRxy6W__signalGrid{grid-template-columns:1fr}.chargebacks-module-scss-module__mRxy6W__pageShell{padding:84px 1rem 1.5rem}.chargebacks-module-scss-module__mRxy6W__sidebarExpanded,.chargebacks-module-scss-module__mRxy6W__sidebarCollapsed{margin-left:0}}@media (max-width:720px){.chargebacks-module-scss-module__mRxy6W__metricGrid,.chargebacks-module-scss-module__mRxy6W__detailStats,.chargebacks-module-scss-module__mRxy6W__dataGrid{grid-template-columns:1fr}.chargebacks-module-scss-module__mRxy6W__panelHeader,.chargebacks-module-scss-module__mRxy6W__panelTools,.chargebacks-module-scss-module__mRxy6W__heroActions,.chargebacks-module-scss-module__mRxy6W__formActions{flex-direction:column}.chargebacks-module-scss-module__mRxy6W__searchBox{width:100%;min-width:0}.chargebacks-module-scss-module__mRxy6W__caseTable th,.chargebacks-module-scss-module__mRxy6W__caseTable td{padding:.85rem}}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__chargebacksLayout,html.dark .chargebacks-module-scss-module__mRxy6W__chargebacksLayout){background:radial-gradient(circle at 100% 0,#ff62001a,#0000 28rem),radial-gradient(circle at 0 20%,#203d721a,#0000 24rem),linear-gradient(#1a1c29,#121420)}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__heroPanel,html.dark .chargebacks-module-scss-module__mRxy6W__heroPanel){background:linear-gradient(135deg,#2a2940,#1c1b2a);border-color:#94a3b826;box-shadow:0 18px 44px #00000080}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__heroTitle,html.dark .chargebacks-module-scss-module__mRxy6W__heroTitle){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__heroText,html.dark .chargebacks-module-scss-module__mRxy6W__heroText){color:#94a3b8}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__secondaryButton,html.dark .chargebacks-module-scss-module__mRxy6W__secondaryButton){color:#ededed;background:#2a2940cc;border-color:#94a3b833}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__signalCard,html.dark .chargebacks-module-scss-module__mRxy6W__signalCard){background:#2a2940cc;border-color:#ff620033}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__signalCard strong,html.dark .chargebacks-module-scss-module__mRxy6W__signalCard strong){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__metricCard,html.dark .chargebacks-module-scss-module__mRxy6W__metricCard){background:#2a2940cc;border-color:#94a3b826;box-shadow:0 10px 26px #0000004d}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__metricValue,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__metricValueSmall,html.dark .chargebacks-module-scss-module__mRxy6W__metricValue,html.dark .chargebacks-module-scss-module__mRxy6W__metricValueSmall){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__boardPanel,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__detailPanel,html.dark .chargebacks-module-scss-module__mRxy6W__boardPanel,html.dark .chargebacks-module-scss-module__mRxy6W__detailPanel){background:#2a2940d6;border-color:#94a3b826;box-shadow:0 14px 34px #0006}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__panelTitle,html.dark .chargebacks-module-scss-module__mRxy6W__panelTitle){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__searchBox,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__filterBox,html.dark .chargebacks-module-scss-module__mRxy6W__searchBox,html.dark .chargebacks-module-scss-module__mRxy6W__filterBox){color:#94a3b8;background:#1e293bcc;border-color:#94a3b833}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__searchBox input,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__filterBox select,html.dark .chargebacks-module-scss-module__mRxy6W__searchBox input,html.dark .chargebacks-module-scss-module__mRxy6W__filterBox select){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__caseTable th,html.dark .chargebacks-module-scss-module__mRxy6W__caseTable th){color:#94a3b8}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__caseTable td,html.dark .chargebacks-module-scss-module__mRxy6W__caseTable td){border-bottom-color:#94a3b81a}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__caseCellPrimary strong,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__mutedStack strong,html.dark .chargebacks-module-scss-module__mRxy6W__caseCellPrimary strong,html.dark .chargebacks-module-scss-module__mRxy6W__mutedStack strong){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__caseTable tbody tr:hover,html.dark .chargebacks-module-scss-module__mRxy6W__caseTable tbody tr:hover){background:#ff620014}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__rowActive,html.dark .chargebacks-module-scss-module__mRxy6W__rowActive){background:linear-gradient(90deg,#ff62001f,#2a294066)}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__detailStatCard,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__dataCard,html.dark .chargebacks-module-scss-module__mRxy6W__detailStatCard,html.dark .chargebacks-module-scss-module__mRxy6W__dataCard){background:#1e293bcc;border-color:#94a3b826}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__detailStatCard strong,[data-theme=dark] .chargebacks-module-scss-module__mRxy6W__dataCard strong,html.dark .chargebacks-module-scss-module__mRxy6W__detailStatCard strong,html.dark .chargebacks-module-scss-module__mRxy6W__dataCard strong),:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__timelineContent strong,html.dark .chargebacks-module-scss-module__mRxy6W__timelineContent strong){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__timelineContent p,html.dark .chargebacks-module-scss-module__mRxy6W__timelineContent p){color:#94a3b8}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__docItem,html.dark .chargebacks-module-scss-module__mRxy6W__docItem){color:#ededed;background:#1e293bcc;border-color:#94a3b826}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__docItem strong,html.dark .chargebacks-module-scss-module__mRxy6W__docItem strong){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__supportBox,html.dark .chargebacks-module-scss-module__mRxy6W__supportBox){background:#ff62000d;border-color:#ff620033}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__supportBox pre,html.dark .chargebacks-module-scss-module__mRxy6W__supportBox pre){color:#fa6}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__formField span,html.dark .chargebacks-module-scss-module__mRxy6W__formField span){color:#ededed}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__formField textarea,html.dark .chargebacks-module-scss-module__mRxy6W__formField textarea){color:#ededed;background:#1e293bcc;border-color:#94a3b826}:is([data-theme=dark] .chargebacks-module-scss-module__mRxy6W__sectionHeader h3,html.dark .chargebacks-module-scss-module__mRxy6W__sectionHeader h3){color:#ededed}
.NotificationsProfessional-module-scss-module__1j6AZG__pageWrapper{background-color:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans)}.NotificationsProfessional-module-scss-module__1j6AZG__contentContainer{max-width:900px;margin:0 auto;padding:2rem}@media (max-width:768px){.NotificationsProfessional-module-scss-module__1j6AZG__contentContainer{padding:1.5rem 1rem}}.NotificationsProfessional-module-scss-module__1j6AZG__headerSection{margin-bottom:2rem;animation:.6s ease-out NotificationsProfessional-module-scss-module__1j6AZG__fadeInDown}.NotificationsProfessional-module-scss-module__1j6AZG__title{letter-spacing:-.03em;background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 50%,#6366f1 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:800}.NotificationsProfessional-module-scss-module__1j6AZG__subtitle{color:#94a3b8;max-width:600px;font-size:.9375rem;line-height:1.5}.NotificationsProfessional-module-scss-module__1j6AZG__grid{grid-template-columns:1fr;gap:1.5rem;animation:.8s ease-out NotificationsProfessional-module-scss-module__1j6AZG__fadeInUp;display:grid}.NotificationsProfessional-module-scss-module__1j6AZG__sectionCard{background:var(--card);border:1px solid #94a3b81f;border-radius:20px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 30px -10px #0000004d}.NotificationsProfessional-module-scss-module__1j6AZG__sectionHeader{border-bottom:1px solid #94a3b81a;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.NotificationsProfessional-module-scss-module__1j6AZG__sectionIcon{color:#3b82f6;background:linear-gradient(135deg,#0ea5e91a 0%,#6366f11a 100%);border:1px solid #3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.NotificationsProfessional-module-scss-module__1j6AZG__sectionTitle{color:#fff;letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.NotificationsProfessional-module-scss-module__1j6AZG__settingItem{justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.NotificationsProfessional-module-scss-module__1j6AZG__settingItem:not(:last-child){border-bottom:1px solid #94a3b80d}.NotificationsProfessional-module-scss-module__1j6AZG__settingInfo{flex:1}.NotificationsProfessional-module-scss-module__1j6AZG__settingLabel{color:#f1f5f9;margin-bottom:.25rem;font-size:1rem;font-weight:600}.NotificationsProfessional-module-scss-module__1j6AZG__settingDescription{color:#94a3b8;font-size:.875rem;line-height:1.4}.NotificationsProfessional-module-scss-module__1j6AZG__switch{cursor:pointer;background:#2a2940;border:1px solid #ffffff0d;border-radius:100px;flex-shrink:0;width:50px;height:26px;padding:4px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.NotificationsProfessional-module-scss-module__1j6AZG__switch.NotificationsProfessional-module-scss-module__1j6AZG__active{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);box-shadow:0 0 15px #3b82f633}.NotificationsProfessional-module-scss-module__1j6AZG__knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;left:4px}.NotificationsProfessional-module-scss-module__1j6AZG__active .NotificationsProfessional-module-scss-module__1j6AZG__knob{transform:translate(24px)}.NotificationsProfessional-module-scss-module__1j6AZG__footerActions{z-index:20;justify-content:flex-start;margin-top:2rem;display:flex}.NotificationsProfessional-module-scss-module__1j6AZG__saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.NotificationsProfessional-module-scss-module__1j6AZG__saveBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 5px 15px #3b82f64d}.NotificationsProfessional-module-scss-module__1j6AZG__saveBtn:disabled{color:#64748b;cursor:not-allowed;opacity:.6;background:#2a2940}@keyframes NotificationsProfessional-module-scss-module__1j6AZG__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes NotificationsProfessional-module-scss-module__1j6AZG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
