.auth-wrap{background:#fff;width:100%;max-width:100%;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex;overflow-x:hidden}.auth-wrap *,.auth-wrap :before,.auth-wrap :after{box-sizing:border-box}.auth-wrap img{max-width:100%;height:auto}.auth-side{background:radial-gradient(circle at 70% 15%,#7c3aed52 0%,#0000 45%),linear-gradient(160deg,#0f0b2b 0%,#1b105f 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:50%;min-width:320px;padding:28px 36px;display:flex;position:relative;overflow:hidden}.auth-side--wide{width:50%}.auth-side-mid{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.auth-robot{flex-shrink:0;width:220px;height:220px;margin-bottom:28px;position:relative}.auth-robot:before{content:"";filter:blur(80px);background:#7c3aed66;border-radius:50%;position:absolute;inset:0}.auth-robot img{z-index:1;object-fit:contain;filter:drop-shadow(0 0 30px #7c3aed80)drop-shadow(0 0 60px #7c3aed4d);width:100%;height:100%;position:relative}.auth-robot--sm{width:140px;height:140px;margin-bottom:0}.auth-hero{color:#fff;text-align:center;letter-spacing:-.5px;overflow-wrap:break-word;margin-bottom:12px;font-size:32px;font-weight:800;line-height:1.2}.auth-hero span{color:#a855f7}.auth-hero--left{text-align:left;margin-bottom:10px;font-size:26px;line-height:1.1}.auth-hero-sub{color:#c7c8e3;text-align:center;max-width:320px;font-size:15px;line-height:1.6}.auth-hero-sub--left{text-align:left;max-width:none;font-size:12px}.auth-side-foot{color:#ffffffb3;z-index:1;align-items:center;gap:6px;font-size:13px;display:flex;position:relative}.auth-cards{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px;display:grid}.auth-card{background:#1e164b;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:10px;padding:10px;transition:transform .2s,box-shadow .2s;display:flex}.auth-card:hover{border-color:#7c3aed59;box-shadow:0 15px 40px #7c3aed38}.auth-card--row{align-items:center;padding:8px 12px}.auth-card-icon{background:linear-gradient(#8b5cf6,#6d28d9);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 4px 12px #6d28d966}.auth-card--row .auth-card-icon{border-radius:9px;width:34px;height:34px}.auth-card-title{color:#fff;margin-bottom:3px;font-size:12px;font-weight:600}.auth-card--row .auth-card-title{margin-bottom:0;font-size:14px;font-weight:700}.auth-card-text{color:#a1a1aa;font-size:10px;line-height:1.4}.auth-panel{flex-direction:column;flex:1;min-width:0;display:flex}.auth-head{flex-shrink:0;justify-content:space-between;align-items:center;padding:26px 40px 0;display:flex}.auth-body{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:440px;margin:0 auto;padding:24px 56px 48px;line-height:1.5;display:flex}.auth-body--wide{max-width:620px;padding:20px 40px 36px}.auth-body .auth-sub{margin-bottom:24px}.auth-brand{align-items:center;gap:10px;display:flex}.auth-brand-mark{background:0 0;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.auth-brand-text{letter-spacing:-.3px;color:#0d0d1a;font-size:16px;font-weight:800}.auth-brand-text span{color:#7c3aed}.auth-side .auth-brand-text{color:#fff}.auth-side .auth-brand-text span{color:#a855f7}.auth-side .auth-brand-mark{box-shadow:none}.auth-lang-light{display:block}.auth-lang-dark{display:none}.auth-title{color:#0d0d1a;letter-spacing:-.4px;margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.2}.auth-title--sm{font-size:24px}.auth-sub{color:#6b7280;margin-bottom:26px;font-size:14px;line-height:1.55}.auth-sub--sm{margin-bottom:4px;font-size:12px;line-height:1.5}.auth-mhead{display:none}.auth-field{margin-bottom:16px}.auth-field--tight{margin-bottom:10px}.auth-label{color:#374151;letter-spacing:.005em;margin-bottom:7px;font-size:13px;font-weight:500;line-height:1.4;display:block}.auth-input{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:15px;transition:border-color .18s,background .18s}.auth-input:focus{border-color:#7c3aed}.auth-input.has-error{border-color:#dc2626}.auth-input::placeholder{color:#9ca3af}.auth-input--pw{padding-right:42px}.auth-pw-wrap{position:relative}.auth-pw-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.auth-pw-toggle:hover{color:#6b7280;background:#0000000a}.auth-err{color:#dc2626;margin-top:3px;font-size:11px}.auth-forgot{color:#7c3aed;cursor:pointer;font-size:13px;font-weight:600}.auth-remember{justify-content:space-between;align-items:center;gap:12px;margin:14px 0 24px;display:flex}.auth-check{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;font-size:13px;display:inline-flex}.auth-check input{opacity:0;width:0;height:0;position:absolute}.auth-check-box{background:#fff;border:1.5px solid #d5d3e0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .16s,border-color .16s;display:flex}.auth-check-box svg{opacity:0;width:11px;height:11px;transition:opacity .16s}.auth-check input:checked+.auth-check-box{background:#7c3aed;border-color:#7c3aed}.auth-check input:checked+.auth-check-box svg{opacity:1}.auth-check input:focus-visible+.auth-check-box{box-shadow:0 0 0 3px #7c3aed40}.auth-alert{color:#c33;margin-bottom:12px;font-size:13px}.auth-link-btn{color:#7c3aed;cursor:pointer;margin-bottom:12px;font-size:13px;font-weight:600;text-decoration:underline}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(145deg,#8b5cf6,#6d28d9 55%,#5b21b6);border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),filter .18s;display:flex;box-shadow:inset 0 1px 1px #ffffff3d,inset 0 -2px 6px #00000042,0 10px 28px #7c3aed52}.auth-submit:hover:not(:disabled){background:linear-gradient(145deg,#a78bfa,#7c3aed 55%,#5b21b6);box-shadow:inset 0 1px 1px #ffffff5c,inset 0 -3px 8px #0000003d,0 16px 38px #8b5cf66b}.auth-submit:active:not(:disabled){filter:brightness(.96);box-shadow:inset 0 2px 7px #00000061,inset 0 -1px 1px #ffffff1a}.auth-submit:focus-visible{outline-offset:3px;outline:2px solid #a78bfa}.auth-submit:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.3);transform:none}@media (prefers-reduced-motion:reduce){.auth-submit{transition:none}.auth-submit:hover:not(:disabled),.auth-submit:active:not(:disabled){transform:none}}.auth-divider{align-items:center;gap:12px;margin:24px 0;display:flex}.auth-divider-line{background:#e5e7eb;flex:1;height:1px}.auth-divider-text{color:#9ca3af;font-size:12px}.auth-switch{text-align:center;color:#6b7280;font-size:14px}.auth-switch span{color:#7c3aed;cursor:pointer;font-weight:700}.auth-copy{display:none}.auth-section{letter-spacing:1px;color:#7c3aed;text-transform:uppercase;align-items:center;gap:8px;margin:16px 0 9px;font-size:10px;font-weight:700;display:flex}.auth-section-line{background:#e5e7eb;flex:1;height:1px}.auth-row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-modal-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#080618a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border-radius:18px;width:100%;max-width:400px;padding:32px;font-family:Inter,sans-serif;box-shadow:0 24px 60px #0006}.auth-modal *{box-sizing:border-box}.auth-modal-title{color:#0d0d1a;align-items:center;gap:8px;margin-bottom:6px;font-size:18px;font-weight:800;display:flex}.auth-modal-sub{color:#6b7280;margin-bottom:20px;font-size:13px}.auth-modal-btns{gap:8px;display:flex}.auth-btn-ghost{color:#7c3aed;cursor:pointer;background:#f3f0ff;border:none;border-radius:10px;flex:1;padding:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.auth-btn-solid{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:10px;flex:1;padding:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600}@media (width<=1023px){.auth-wrap{background:radial-gradient(circle at 70% 12%,#7c3aed4d 0%,#0000 48%),linear-gradient(160deg,#0f0b2b 0%,#1b105f 100%);flex-direction:column}.auth-side{display:none}.auth-head{padding:20px 24px 0}.auth-body,.auth-body--wide{justify-content:flex-start;max-width:520px;padding:20px 24px 40px}.auth-brand-text{color:#fff}.auth-brand-text span{color:#a855f7}.auth-brand-mark{box-shadow:none}.auth-lang-light{display:none}.auth-lang-dark{display:block}.auth-title{display:none}.auth-mhead{margin-bottom:22px;display:block}.auth-mhead .auth-hero{margin-bottom:8px;font-size:27px}.auth-mhead .auth-hero-sub{color:#ffffff80;max-width:none;font-size:14px}.auth-mrobot{flex-shrink:0;width:128px;height:128px;margin:0 auto 16px;position:relative}.auth-mrobot:before{content:"";filter:blur(46px);background:#7c3aed73;border-radius:50%;position:absolute;inset:0}.auth-mrobot img{z-index:1;object-fit:contain;filter:drop-shadow(0 0 24px #7c3aed80);width:100%;height:100%;position:relative}.auth-sub,.auth-sub--sm{color:#ffffff80}.auth-label{color:#fff9}.auth-input{color:#fff;background:#ffffff12;border-color:#ffffff24;border-radius:12px;padding:13px 15px}.auth-input:focus{background:#ffffff1a;border-color:#a855f799}.auth-input::placeholder{color:#ffffff4d}.auth-input.has-error{border-color:#f87171}.auth-input option{color:#fff;background:#1b105f}.auth-pw-toggle{color:#fff6}.auth-pw-toggle:hover{color:#ffffffb3;background:#ffffff14}.auth-input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #1a1240}.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #1a1240}.auth-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #1a1240}.auth-err{color:#f87171}.auth-forgot,.auth-link-btn{color:#a855f7}.auth-check{color:#fff9}.auth-check-box{background:#ffffff12;border-color:#ffffff2e}.auth-check input:checked+.auth-check-box{background:#7c3aed;border-color:#7c3aed}.auth-alert{color:#f87171;background:#f871711a;border:1px solid #f8717140;border-radius:10px;padding:10px 13px}.auth-submit{border-radius:13px;padding:15px}.auth-divider-line{background:#ffffff1a}.auth-divider-text{color:#ffffff59}.auth-switch{color:#ffffff80}.auth-switch span,.auth-section{color:#a855f7}.auth-section-line{background:#ffffff1a}.auth-copy{text-align:center;color:#ffffff38;margin-top:28px;font-size:11px;display:block}}@media (width<=639px){.auth-head{padding:16px 18px 0}.auth-body,.auth-body--wide{padding:16px 18px 36px}.auth-mhead{margin-bottom:18px}.auth-mhead .auth-hero{font-size:24px}.auth-mrobot{width:106px;height:106px;margin-bottom:14px}.auth-row2{grid-template-columns:1fr;gap:0}.auth-remember{flex-wrap:wrap;gap:8px}.auth-modal{padding:24px}}@media (width<=380px){.auth-mhead .auth-hero{font-size:21px}.auth-mrobot{width:90px;height:90px}.auth-brand-text{font-size:15px}}:root{--cb-purple:#7c3aed;--cb-purple-light:#a78bfa;--cb-purple-deep:#5b21b6;--cb-green:#22c55e;--cb-green-deep:#15803d;--cb-red:#dc2626;--cb-red-deep:#991b1b;--r-sm:10px;--r-md:14px;--r-lg:18px;--r-pill:999px;--sp-1:8px;--sp-2:16px;--sp-3:24px;--sp-4:32px;--cb-radius:var(--r-md);--cb-ease:cubic-bezier(.4, 0, .2, 1)}.cb-btn{border-radius:var(--cb-radius);font-family:var(--cb-font-body);white-space:nowrap;color:#fff;cursor:pointer;transition:transform .18s var(--cb-ease), box-shadow .18s var(--cb-ease), filter .18s var(--cb-ease);border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:600;line-height:1;display:inline-flex;position:relative}.cb-btn svg{flex-shrink:0}.cb-btn--primary{background:linear-gradient(145deg, #8b5cf6, #6d28d9 55%, var(--cb-purple-deep));box-shadow:inset 0 1px 1px #ffffff38,inset 0 -2px 5px #00000047,0 6px 16px #7c3aed47}.cb-btn--primary:hover{background:linear-gradient(145deg, var(--cb-purple-light), var(--cb-purple) 55%, var(--cb-purple-deep));transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff59,inset 0 -3px 6px #00000040,0 12px 28px #8b5cf661}.cb-btn--success{background:linear-gradient(145deg, #34d399, var(--cb-green) 55%, var(--cb-green-deep));box-shadow:inset 0 1px 1px #ffffff38,inset 0 -2px 5px #00000047,0 6px 16px #22c55e47}.cb-btn--success:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff59,inset 0 -3px 6px #00000040,0 12px 28px #22c55e61}.cb-btn--danger{background:linear-gradient(145deg, #f87171, var(--cb-red) 55%, var(--cb-red-deep));box-shadow:inset 0 1px 1px #fff3,inset 0 -2px 5px #0000004d,0 6px 16px #dc262647}.cb-btn--danger:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff52,inset 0 -3px 6px #00000047,0 12px 28px #dc262661}.cb-btn--ghost{color:#ffffffb8;background:linear-gradient(145deg,#ffffff17,#ffffff08);border-color:#ffffff1f;box-shadow:inset 0 1px 1px #ffffff1f,inset 0 -2px 4px #0003}.cb-btn--ghost:hover{color:#fff;background:linear-gradient(145deg,#ffffff24,#ffffff0f);border-color:#a78bfa66;transform:translateY(-1px)}.cb-btn--ghost.is-active{color:#fff;background:linear-gradient(145deg,#8b5cf6,#6d28d9);border-color:#ffffff2e;box-shadow:inset 0 1px 1px #ffffff40,inset 0 -2px 5px #00000047,0 4px 12px #7c3aed4d}.cb-btn:active:not(:disabled){filter:brightness(.96);transform:translateY(1px);box-shadow:inset 0 2px 6px #00000061,inset 0 -1px 1px #ffffff1a,0 2px 6px #0003}.cb-btn:focus-visible{outline:2px solid var(--cb-purple-light);outline-offset:2px}.cb-btn:disabled{cursor:default;opacity:.45;filter:grayscale(.3);transform:none;box-shadow:inset 0 1px 1px #ffffff1a}.cb-btn--sm{border-radius:var(--r-sm);gap:5px;padding:6px 11px;font-size:12px}.cb-btn--lg{padding:12px 18px;font-size:14px}.cb-btn--full{width:100%}.cb-btn--icon{width:32px;height:32px;padding:0}.cb-badge{border-radius:var(--r-pill);font-family:var(--cb-font-body);letter-spacing:.5px;color:#fff;border:1px solid #ffffff24;align-items:center;gap:6px;padding:4px 11px;font-size:10.5px;font-weight:800;display:inline-flex;box-shadow:inset 0 1px 1px #ffffff40,inset 0 -2px 4px #00000038}.cb-badge--active{background:linear-gradient(145deg, #34d399, var(--cb-green) 60%, var(--cb-green-deep))}.cb-badge--trial{background:linear-gradient(145deg,#60a5fa,#2563eb 60%,#1d4ed8)}.cb-badge--expired{background:linear-gradient(145deg, #f87171, var(--cb-red) 60%, var(--cb-red-deep))}.cb-badge--muted{color:#ffffffa6;background:linear-gradient(145deg,#ffffff1f,#ffffff0a)}.cb-badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2.2s ease-out infinite cb-dot;box-shadow:0 0}@keyframes cb-dot{0%{box-shadow:0 0 #ffffff80}70%{box-shadow:0 0 0 5px #fff0}to{box-shadow:0 0 #fff0}}@media (prefers-reduced-motion:reduce){.cb-btn{transition:none}.cb-btn:hover,.cb-btn:active:not(:disabled){transform:none}.cb-badge__dot{animation:none}}:root{--cb-font-display:"Manrope", "Inter", system-ui, sans-serif;--cb-font-body:"Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--cb-font-body)}h1,h2,h3,.cb-display{font-family:var(--cb-font-display);letter-spacing:-.02em}.cb-stat-value{font-family:var(--cb-font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-weight:800}.cb-eyebrow{font-family:var(--cb-font-body);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.cb-btn,.cb-badge{font-family:var(--cb-font-body)}.cb-seg{border-radius:var(--r-sm);background:#00000047;border:1px solid #ffffff14;gap:2px;padding:3px;display:inline-flex;box-shadow:inset 0 2px 5px #0000004d}.cb-seg--light{background:#ece8f8;border-color:#ddd6f3;box-shadow:inset 0 2px 4px #5b21b61a}.cb-seg__btn{border-radius:var(--r-sm);cursor:pointer;font-family:var(--cb-font-body);letter-spacing:.04em;color:#ffffff80;transition:color .15s var(--cb-ease), background .15s var(--cb-ease), box-shadow .15s var(--cb-ease);background:0 0;border:none;padding:5px 12px;font-size:11px;font-weight:700}.cb-seg--light .cb-seg__btn{color:#6b7280}.cb-seg__btn:hover:not(.is-active){color:#ffffffd1}.cb-seg--light .cb-seg__btn:hover:not(.is-active){color:#4b3f72}.cb-seg__btn.is-active{color:#fff;background:linear-gradient(145deg,#8b5cf6,#6d28d9);box-shadow:inset 0 1px 1px #ffffff47,0 2px 6px #7c3aed59}.cb-seg__btn:active{transform:translateY(1px)}.cb-seg__btn:focus-visible{outline:2px solid var(--cb-purple-light);outline-offset:2px}.cb-top{z-index:880;cursor:pointer;opacity:0;pointer-events:none;width:44px;height:44px;transition:opacity .22s var(--cb-ease), transform .22s var(--cb-ease), box-shadow .22s var(--cb-ease);background:linear-gradient(145deg,#8b5cf6,#6d28d9 55%,#5b21b6);border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:26px;right:26px;transform:translateY(10px);box-shadow:inset 0 1px 2px #ffffff42,inset 0 -2px 6px #00000047,0 8px 22px #7c3aed66}.cb-top.is-shown{opacity:1;pointer-events:auto;transform:translateY(0)}.cb-top:hover{transform:translateY(-3px);box-shadow:inset 0 1px 2px #ffffff61,0 14px 32px #8b5cf680}.cb-top:active{transform:translateY(1px);box-shadow:inset 0 3px 8px #0006}.cb-top:focus-visible{outline:2px solid var(--cb-purple-light);outline-offset:3px}@media (prefers-reduced-motion:reduce){.cb-seg__btn,.cb-top{transition:opacity 10ms}.cb-top:hover,.cb-top:active,.cb-seg__btn:active{transform:none}}.cb-shell__bar{z-index:900;-webkit-backdrop-filter:blur(14px);background:#0f0b2be0;border-bottom:1px solid #ffffff12;position:sticky;top:0}.cb-shell__inner{align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:10px 20px;display:flex}.cb-shell__brand{cursor:pointer;font-family:var(--cb-font-display);color:#fff;white-space:nowrap;border-radius:var(--r-sm);background:0 0;border:none;flex-shrink:0;align-items:center;gap:9px;padding:4px;font-size:15px;font-weight:800;display:flex}.cb-shell__brand span span{color:var(--cb-purple-light)}.cb-shell__brand:focus-visible{outline:2px solid var(--cb-purple-light);outline-offset:2px}.cb-tabs{border-radius:var(--r-md);background:#00000038;border:1px solid #ffffff0f;flex:0 auto;align-items:center;gap:2px;min-width:0;margin:0 auto;padding:3px;display:flex;box-shadow:inset 0 2px 5px #00000040}.cb-tab{border-radius:var(--r-sm);cursor:pointer;color:#ffffff94;font-family:var(--cb-font-body);white-space:nowrap;transition:color .15s var(--cb-ease), background .15s var(--cb-ease), box-shadow .15s var(--cb-ease);background:0 0;border:none;flex-shrink:0;align-items:center;gap:7px;padding:8px 13px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.cb-tab:hover:not(.is-active){color:#ffffffe6;background:#ffffff0d}.cb-tab.is-active{color:#fff;background:linear-gradient(145deg,#8b5cf6,#6d28d9);box-shadow:inset 0 1px 1px #ffffff42,inset 0 -2px 4px #00000038,0 3px 10px #7c3aed59}.cb-tab:active{transform:translateY(1px)}.cb-tab:focus-visible{outline:2px solid var(--cb-purple-light);outline-offset:2px}.cb-shell__right{flex-shrink:0;align-items:center;gap:9px;display:flex}.cb-shell__user{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;max-width:150px;font-size:12.5px;display:inline-flex;overflow:hidden}.cb-shell__main{flex:1}.cb-tabs__sep{background:#ffffff1a;flex-shrink:0;width:1px;height:20px;margin:0 4px}.cb-tab--out:hover:not(.is-active){color:#fca5a5;background:#ef44441a}.cb-tab__label{letter-spacing:.01em;font-size:12.5px}@media (width<=1099px){.cb-tab__label{display:none}.cb-tab{padding:9px 12px}.cb-shell__user{display:none}}@media (width<=639px){.cb-shell__brand-text{display:none}.cb-shell__inner{gap:8px;padding:8px 10px}.cb-tabs{flex:1;justify-content:space-between;gap:1px;margin:0;padding:2px}.cb-tab{flex:1 1 0;justify-content:center;min-width:0;min-height:44px;padding:9px 0}.cb-tabs__sep{height:18px;margin:0 2px}}@media (width<=400px){.cb-shell__inner{gap:6px;padding:8px}.cb-tab{min-height:42px;padding:8px 0}.cb-tab svg{width:16px;height:16px}.cb-tabs__sep{display:none}}@media (prefers-reduced-motion:reduce){.cb-tab{transition:opacity 10ms}.cb-tab:active{transform:none}}@media (width<=640px){.cb-btn{min-height:40px;padding:10px 13px;font-size:12.5px}.cb-btn--sm{min-height:34px;padding:7px 10px;font-size:12px}.cb-btn--lg{min-height:46px;padding:13px 16px;font-size:13.5px}.cb-btn--icon{width:38px;min-height:38px;padding:0}.cb-btn--full{min-height:46px}.cb-badge{padding:3px 9px;font-size:10px}.cb-seg__btn{min-height:32px;padding:6px 11px}}@media (width>=641px) and (width<=1024px){.cb-btn{padding:9px 14px}}@media (width<=640px){:root{--sp-3:18px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:#0f0b2b;width:100%;min-height:100vh;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#0f0b2b;background-image:linear-gradient(135deg,#0f0b2b 0%,#1b105f 100%);background-repeat:no-repeat;background-attachment:fixed}body{background:0 0}#root{min-height:100dvh}body{overflow-x:hidden}#root{flex-direction:column;align-items:stretch;display:flex}*{scrollbar-width:thin;scrollbar-color:#7c3aed66 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7c3aed59 padding-box padding-box;border:2px solid #0000;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#7c3aed99 padding-box padding-box;border:2px solid #0000}html{scroll-behavior:smooth}@keyframes cb-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
