.sidebar-menu{background:var(--bg-elevated);height:100%;color:var(--text-primary);flex-direction:column;gap:16px;padding:18px 14px 14px;display:flex}.sidebar-menu__group{flex-direction:column;gap:6px;display:flex}.sidebar-menu__group-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);padding:2px 12px;font-size:10px;font-weight:700}.sidebar-menu__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.sidebar-menu__link{color:var(--text-secondary);border-radius:10px;align-items:center;gap:11px;padding:8px 10px 8px 12px;font-size:13.5px;font-weight:500;line-height:1.2;transition:background .18s,color .18s,transform .18s;display:flex;position:relative}.sidebar-menu__link:hover{background:var(--surface-muted);color:var(--text-primary)}.sidebar-menu__link:hover .sidebar-menu__link-icon{background:var(--surface);color:var(--text-primary)}.sidebar-menu__link.is-active{color:var(--brand-deep);background:linear-gradient(90deg,#ff933224 0%,#ff93320a 100%)}.sidebar-menu__link.is-active .sidebar-menu__link-icon{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);color:#fff;box-shadow:0 4px 10px -4px #f973168c}.sidebar-menu__link.is-active:before{content:"";background:linear-gradient(180deg, var(--brand), var(--brand-deep));border-radius:0 4px 4px 0;width:3px;height:22px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.sidebar-menu__link-icon{width:28px;height:28px;color:var(--text-tertiary);background:var(--surface-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.sidebar-menu__link-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sidebar-menu__link-ext{color:var(--text-tertiary);opacity:.8;font-size:11px}.sidebar-menu__footer{background:var(--surface-muted);border:1px solid var(--border);border-radius:14px;align-items:center;gap:8px;margin-top:auto;padding:10px;display:flex}.sidebar-menu__user{min-width:0;color:var(--text-primary);border-radius:10px;flex:1;align-items:center;gap:10px;padding:2px 4px;text-decoration:none;transition:background .15s;display:flex}.sidebar-menu__user:hover{background:var(--surface);color:var(--text-primary)}.sidebar-menu__user-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.sidebar-menu__user-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:13px;font-weight:600;overflow:hidden}.sidebar-menu__user-plan{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.sidebar-menu__user-plan.plan-starter,.sidebar-menu__user-plan.plan-standard{color:var(--brand-deep)}.sidebar-menu__user-plan.plan-business,.sidebar-menu__user-plan.plan-premium{color:#7c3aed}.sidebar-menu__user-plan.plan-custom{color:var(--brand-deep)}.sidebar-menu__user-plan-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.sidebar-menu__logout{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-tertiary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.sidebar-menu__logout:hover,.sidebar-menu__logout.is-armed{color:#b91c1c;background:#ef444414;border-color:#ef444459}.logout-confirm{background:var(--surface);border:1px solid var(--border);z-index:2000;transform-origin:bottom;border-radius:14px;flex-direction:column;gap:12px;padding:16px;animation:.16s cubic-bezier(.16,1,.3,1) both logout-confirm-in;display:flex;position:fixed;transform:translateY(-100%);box-shadow:0 24px 60px -20px #0f0f0f40,0 4px 12px -2px #0f0f0f14}.logout-confirm:after{content:"";bottom:-7px;left:var(--arrow-left,50%);background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border);width:12px;height:12px;position:absolute;transform:translate(-50%)rotate(45deg)}.logout-confirm__icon{color:#dc2626;background:#ef44441a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:inline-flex}.logout-confirm__body{flex-direction:column;gap:4px;display:flex}.logout-confirm__title{color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:700}.logout-confirm__desc{color:var(--text-secondary);font-size:13px;line-height:1.45}.logout-confirm__actions{gap:8px;margin-top:2px;display:flex}.logout-confirm__btn{cursor:pointer;border-radius:10px;flex:1;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .1s}.logout-confirm__btn:disabled{opacity:.6;cursor:not-allowed}.logout-confirm__btn:active:not(:disabled){transform:translateY(1px)}.logout-confirm__btn--ghost{background:var(--surface);border:1px solid var(--border-strong);color:var(--text-secondary)}.logout-confirm__btn--ghost:hover:not(:disabled){background:var(--surface-muted);color:var(--text-primary)}.logout-confirm__btn--danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);border:1px solid #0000;box-shadow:0 6px 14px -6px #ef44448c}.logout-confirm__btn--danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);box-shadow:0 8px 20px -6px #ef4444a6}@keyframes logout-confirm-in{0%{opacity:0;transform:translateY(calc(6px - 100%))scale(.96)}to{opacity:1;transform:translateY(-100%)scale(1)}}.sidebar-cta{background:var(--surface-muted);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.sidebar-cta__copy{flex-direction:column;gap:4px;display:flex}.sidebar-cta__title{color:var(--text-primary);letter-spacing:-.01em;font-size:13.5px;font-weight:700;line-height:1.3}.sidebar-cta__desc{color:var(--text-secondary);font-size:12px;line-height:1.45}.sidebar-cta__btn{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);color:#fff;letter-spacing:.01em;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;box-shadow:0 6px 14px -6px #f9731680}.sidebar-cta__btn:hover{color:#fff;filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 10px 22px -8px #f97316a6}.sidebar-cta__btn .anticon{font-size:11px;transition:transform .2s}.sidebar-cta__btn:hover .anticon{transform:translate(3px)}[data-theme=dark] .sidebar-cta{background:linear-gradient(#ffffff0a 0%,#ffffff05 100%);border-color:#ffffff14}[data-theme=dark] .sidebar-menu__link:hover{background:#ffffff0a}[data-theme=dark] .sidebar-menu__link:hover .sidebar-menu__link-icon{background:#ffffff14}[data-theme=dark] .sidebar-menu__link.is-active{color:var(--brand);background:linear-gradient(90deg,#ff93322e 0%,#ff93320a 100%)}[data-theme=dark] .sidebar-menu__user-plan.plan-business,[data-theme=dark] .sidebar-menu__user-plan.plan-premium{color:#a78bfa}[data-theme=dark] .sidebar-menu__user-plan.plan-starter,[data-theme=dark] .sidebar-menu__user-plan.plan-standard,[data-theme=dark] .sidebar-menu__user-plan.plan-custom{color:var(--brand)}[data-theme=dark] .sidebar-menu__logout:hover,[data-theme=dark] .sidebar-menu__logout.is-armed{color:#fca5a5}[data-theme=dark] .logout-confirm{box-shadow:0 24px 60px -20px #000000b3,0 4px 12px -2px #0006}[data-theme=dark] .logout-confirm__icon{color:#fca5a5;background:#ef44442e}@media screen and (width<=768px){.sidebar-menu{padding:4px 4px 12px}}.theme-toggle.ant-btn{width:38px;height:38px;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.theme-toggle.ant-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff933214}.theme-toggle.ant-btn .anticon{font-size:16px}[data-theme=dark] .theme-toggle.ant-btn:hover{color:var(--brand);background:#ff933224}.cs-logo{display:block}.cs-logo__wordmark--light{fill:#555}.cs-logo__wordmark--dark{fill:#303030}[data-theme=dark] .cs-logo .cs-logo__wordmark--light{fill:#f5f6f8b3}[data-theme=dark] .cs-logo .cs-logo__wordmark--dark{fill:#f5f6f8}.dashboard-header{background:var(--bg-elevated);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:sticky;top:0}.dashboard-header_user-info{cursor:pointer;align-items:center;display:flex}.dashboard-header_right-sidebar{align-items:center;gap:12px;display:flex}.dashboard-header_right-sidebar .hamburger-menu{background:var(--brand);display:none}@media screen and (width<=768px){.dashboard-header{height:76px;padding:12px}.dashboard-header_right-sidebar .hamburger-menu{display:block}}.social-login-btn{justify-content:center;align-items:center;height:40px;padding:10px;display:flex;width:40px!important}.social-login-btn,.social-login-btn:hover{background:var(--CS2Color)!important}.footer{text-align:center;position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%)}.authentication-wrapper{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.authentication-wrapper .title{color:var(--o80Color);margin:24px 0 8px}.authentication-wrapper .form{margin-top:36px}.authentication-wrapper .form .action-buttons-wrapper{align-items:center;gap:12px;max-width:350px;margin:0 auto;display:flex}.authentication-wrapper .form .terms-section{text-align:center;width:100%;max-width:450px;margin:20px 0 10px}.authentication-wrapper .form .form-item{max-width:350px;margin:0 auto}.authentication-wrapper .form .form-button{background:var(--CS2Color);border-radius:8px;width:100%;height:40px;font-size:15px;font-style:normal;font-weight:600;line-height:24px;box-shadow:0 2px #ff93321a}.authentication-wrapper .form .registration-section{justify-content:center;margin:10px 0;display:flex}.authentication-wrapper .form .registration-section .action-btn{cursor:pointer;color:#1677ff;margin-left:4px;font-size:13px;line-height:22px;transition:color .3s}.authentication-wrapper .form .registration-section .action-btn:hover{color:#69b1ff}.authentication-wrapper .form .ant-input-prefix .anticon{width:16px;height:16px}.authentication-wrapper .form .ant-input-affix-wrapper{border:1px solid var(--o15Color);border-radius:8px;width:352px;height:40px}.authentication-wrapper .form .ant-form-item-explain-error{font-size:12px;display:flex}.confirm-btn.ant-btn,.confirm-btn.ant-btn:hover{width:unset;background:var(--CS2Color);justify-content:center;align-items:center;margin:0 auto;display:flex}.confirm-btn.ant-btn:disabled,.confirm-btn.ant-btn:hover:disabled{border:1px solid var(--CS2Color)}.confirm-btn.ant-btn:disabled span,.confirm-btn.ant-btn:hover:disabled span{color:var(--WhiteColor)}.ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper:hover,.ant-input-affix-wrapper:active{box-shadow:0 0 0 2px #ff933214;border:1px solid var(--CS2Color)!important}.ant-input-affix-wrapper input{font-size:16px;line-height:24px}.api-doc{font-size:13px;font-weight:400;line-height:22px}.page-hero{background:var(--hero-bg);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:20px;margin-bottom:24px;padding:32px 36px;position:relative;overflow:hidden}.page-hero__glow{background:var(--hero-glow);pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;top:-120px;right:-120px}.page-hero__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex;position:relative}.page-hero__text{flex-direction:column;gap:6px;min-width:0;max-width:640px;display:flex}.page-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-deep);font-size:12px;font-weight:600}.page-hero__title.ant-typography{color:var(--text-primary);margin:0;font-size:28px;font-weight:700;line-height:1.2}.page-hero__subtitle.ant-typography{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.55}.page-hero__actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.page-hero__side{flex-direction:column;align-items:flex-end;gap:10px;display:flex}[data-theme=dark] .page-hero__eyebrow{color:var(--brand)}@media screen and (width<=768px){.page-hero{padding:24px 22px}.page-hero__title.ant-typography{font-size:22px}.page-hero__content{flex-direction:column;align-items:flex-start}.page-hero__side{align-items:flex-start}}.history-page__card{padding:8px 24px 24px}.history-page__tabs.ant-menu{border-bottom:1px solid var(--border);color:var(--text-secondary);background:0 0;margin:0 -24px 16px;padding:0 16px}.history-page__tabs.ant-menu .ant-menu-item{color:var(--text-secondary)}.history-page__tabs.ant-menu .ant-menu-item:hover,.history-page__tabs.ant-menu .ant-menu-item.ant-menu-item-selected{color:var(--brand-deep)}.history-page__tabs.ant-menu .ant-menu-item.ant-menu-item-selected:after,.history-page__tabs.ant-menu .ant-menu-item:hover:after{border-bottom-color:var(--brand)!important}.history-page__body{position:relative}[data-theme=dark] .history-page__tabs.ant-menu .ant-menu-item.ant-menu-item-selected,[data-theme=dark] .history-page__tabs.ant-menu .ant-menu-item:hover{color:var(--brand)}.history-pagination{place-content:center;margin:20px 0 4px;display:flex}.history-chart{flex-direction:column;gap:20px;display:flex}.history-chart__toolbar{background:var(--surface-muted);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;gap:12px;padding:14px 16px;display:flex}.history-chart__filter{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:4px 10px 4px 12px;transition:border-color .15s,box-shadow .15s;display:inline-flex}.history-chart__filter:hover,.history-chart__filter:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #ff93321a}.history-chart__filter--wide{flex:1;min-width:240px}.history-chart__filter-icon{color:var(--text-tertiary);font-size:14px}.history-chart__range-picker.ant-picker{box-shadow:none;background:0 0;border:none;padding:4px 8px}.history-chart__status-option{text-transform:capitalize;align-items:center;gap:6px;display:inline-flex}.history-chart__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (width<=768px){.history-chart__stats{grid-template-columns:1fr}}.history-chart__canvas{background:var(--surface);border:1px solid var(--border);min-height:360px;box-shadow:var(--shadow-card);border-radius:14px;padding:18px 6px 6px;position:relative}.history-chart__plot,.chart-skeleton{width:100%;height:320px}.chart-skeleton svg{width:100%;height:100%;display:block}@keyframes chart-skeleton-pulse{0%,to{opacity:.7;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}.usage-chart{width:100%;height:320px;position:relative}.usage-chart svg{width:100%;height:100%;display:block}.usage-chart__tooltip{pointer-events:none;background:var(--surface);border:1px solid var(--border);min-width:180px;box-shadow:var(--shadow-card-hover);border-radius:12px;padding:10px 12px;font-family:SF Pro Text,sans-serif;transition:left 80ms,top 80ms;position:absolute}.usage-chart__tooltip-date{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.usage-chart__tooltip-row{color:var(--text-primary);align-items:center;gap:8px;font-size:13px;display:flex}.usage-chart__tooltip-dot{background:linear-gradient(135deg, var(--brand), var(--brand-deep));border-radius:50%;width:8px;height:8px}.usage-chart__tooltip-label{color:var(--text-secondary);flex:1}.usage-chart__tooltip-value{color:var(--text-primary);font-weight:700}.history-chart__loader{flex-direction:column;gap:10px;display:flex}.history-chart__loader-text{color:var(--text-tertiary);align-items:center;gap:8px;padding-left:4px;font-size:13px;display:inline-flex}.history-chart__loader-pulse{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:1.4s ease-out infinite history-chart-pulse;box-shadow:0 0 #ff933280}@keyframes history-chart-pulse{0%{box-shadow:0 0 #ff93328c}70%{box-shadow:0 0 0 10px #ff933200}to{box-shadow:0 0 #ff933200}}.history-chart__empty{justify-content:center;align-items:center;min-height:320px;display:flex}.history-chart__empty .ant-empty-description{margin-top:8px}.history-chart__empty-text{color:var(--text-tertiary);font-size:14px}.chart-stat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:14px;align-items:center;gap:14px;padding:18px;transition:box-shadow .2s,transform .2s;display:flex}.chart-stat:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.chart-stat__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:inline-flex}.chart-stat--usage .chart-stat__icon{color:var(--brand-deep);background:#ff93321f}.chart-stat--credits .chart-stat__icon{color:#7c3aed;background:#935deb1f}.chart-stat--peak .chart-stat__icon{color:#15803d;background:#22c55e1f}.chart-stat__body{flex-direction:column;gap:2px;min-width:0;display:flex}.chart-stat__label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600}.chart-stat__value{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.2}[data-theme=dark] .chart-stat--credits .chart-stat__icon{color:#a78bfa}[data-theme=dark] .chart-stat--peak .chart-stat__icon{color:#4ade80}.history-list{flex-direction:column;gap:8px;padding-top:4px;display:flex}.history-list__header{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);grid-template-columns:minmax(0,1.6fr) 110px 80px 1fr 110px;gap:16px;padding:10px 18px;font-size:11px;font-weight:700;display:grid}@media (width<=768px){.history-list__header{display:none}}.history-list__credits-col{text-align:right}.history-list__rows{flex-direction:column;gap:8px;display:flex}.history-list__empty{text-align:center;padding:48px 24px}.history-list__empty-text{color:var(--text-tertiary);font-size:14px}.history-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;grid-template-columns:minmax(0,1.6fr) 110px 80px 1fr 110px;align-items:center;gap:16px;padding:14px 18px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.history-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card);transform:translateY(-1px)}.history-row:hover .history-row__copy{opacity:1}.history-row--skeleton{pointer-events:none}.history-row__path{align-items:center;gap:8px;min-width:0;display:flex}.history-row__path-text{color:var(--text-primary);background:var(--surface-muted);border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;max-width:100%;padding:4px 10px;font-size:13px;overflow:hidden;font-family:SF Mono,ui-monospace,Menlo,Monaco,monospace!important}.history-row__path-info{color:var(--brand);cursor:help;flex-shrink:0;font-size:13px}.history-row__copy{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;opacity:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,color .15s,border-color .15s;display:inline-flex}.history-row__copy:hover{color:var(--brand-deep);border-color:var(--brand)}.history-row__date{color:var(--text-secondary);align-items:center;gap:8px;min-width:0;font-size:13px;display:inline-flex}.history-row__date-icon{color:var(--text-tertiary);font-size:13px}.history-row__credits{color:var(--brand-deep);font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#ff93321f 0%,#ff93320a 100%);border:1px solid #ff933238;border-radius:999px;justify-self:end;align-items:baseline;gap:4px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}.history-row__credits-unit{text-transform:uppercase;letter-spacing:.06em;opacity:.7;font-size:10px;font-weight:600}@media (width<=768px){.history-row{grid-template-columns:1fr auto;grid-template-areas:"path path""status code""date credits"}.history-row__path{grid-area:path}.history-row .status-pill{grid-area:status;justify-self:start}.history-row .code-chip{grid-area:code;justify-self:end}.history-row__date{grid-area:date}.history-row__credits{grid-area:credits}}.status-pill{text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-pill .anticon{font-size:12px}.status-pill--success{color:#15803d;background:#22c55e1a;border:1px solid #22c55e33}.status-pill--fail{color:#b91c1c;background:#ef44441a;border:1px solid #ef444438}[data-theme=dark] .status-pill--success{color:#4ade80}[data-theme=dark] .status-pill--fail{color:#fca5a5}.code-chip{border:1px solid var(--border);background:var(--surface-muted);min-width:50px;color:var(--text-secondary);border-radius:8px;justify-content:center;justify-self:start;align-items:center;padding:5px 10px;font-family:SF Mono,ui-monospace,Menlo,Monaco,monospace;font-size:12px;font-weight:700;display:inline-flex}.code-chip--ok{color:#15803d;background:#22c55e14;border-color:#22c55e33}.code-chip--info{color:#1d4ed8;background:#3b82f614;border-color:#3b82f633}.code-chip--warn{color:#b45309;background:#f59e0b1a;border-color:#f59e0b40}.code-chip--error{color:#b91c1c;background:#ef44441a;border-color:#ef444438}[data-theme=dark] .code-chip--ok{color:#4ade80}[data-theme=dark] .code-chip--info{color:#93c5fd}[data-theme=dark] .code-chip--warn{color:#fbbf24}[data-theme=dark] .code-chip--error{color:#fca5a5}.history-row__query-tooltip{max-width:min(520px,100vw - 32px)!important}.history-row__query-tooltip .ant-tooltip-inner{background:var(--surface);max-width:min(520px,100vw - 32px);max-height:360px;color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-card-hover);border-radius:10px;padding:12px 14px;overflow:auto}.history-row__query-tooltip .ant-tooltip-arrow:before,.history-row__query-tooltip .ant-tooltip-arrow-content{background:var(--surface)!important}.history-row__query-pre{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-family:SF Mono,ui-monospace,Menlo,Monaco,monospace;font-size:12px;line-height:1.55}.dashboard{flex-direction:column;gap:24px;width:100%;padding-bottom:48px;display:flex}.dashboard--loading{justify-content:center;align-items:center;min-height:60vh}.dashboard .ant-typography{color:inherit;margin:0}.dashboard__hero{background:var(--hero-bg);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:20px;padding:36px 40px;position:relative;overflow:hidden}.dashboard__hero-glow{background:var(--hero-glow);pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute;top:-120px;right:-120px}.dashboard__hero-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex;position:relative}.dashboard__hero-text{flex-direction:column;gap:6px;max-width:640px;display:flex}.dashboard__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-deep);font-size:13px;font-weight:500}.dashboard__title.ant-typography{color:var(--text-primary);margin:0;font-size:32px;font-weight:700;line-height:1.2}.dashboard__subtitle{color:var(--text-secondary);font-size:15px;line-height:1.5}.dashboard__hero-side{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.dashboard__upgrade-link{color:#fff;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);border-radius:999px;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 16px -6px #f9731699}.dashboard__upgrade-link:hover{color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px -6px #f97316b3}.dashboard__grid{grid-template-columns:1.4fr 1fr;gap:20px;display:grid}.plan-badge{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-primary);text-transform:capitalize;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.plan-badge__dot{background:var(--text-tertiary);border-radius:50%;width:6px;height:6px}.plan-badge--free .plan-badge__dot{background:#94a3b8}.plan-badge--starter .plan-badge__dot{background:var(--brand)}.plan-badge--standard .plan-badge__dot{background:var(--brand-strong)}.plan-badge--business .plan-badge__dot,.plan-badge--premium .plan-badge__dot{background:#935deb}.plan-badge--custom .plan-badge__dot{background:linear-gradient(135deg, #935deb 0%, var(--brand) 100%)}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:16px;flex-direction:column;gap:16px;padding:24px;transition:box-shadow .2s,transform .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.stat-card__header{align-items:center;gap:10px;display:flex}.stat-card__icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:inline-flex}.stat-card__icon--usage{color:var(--brand-deep);background:#ff93321f}.stat-card__icon--rate{color:#7c3aed;background:#935deb1f}.stat-card__label{letter-spacing:.02em;text-transform:uppercase;color:var(--text-tertiary);font-size:13px;font-weight:500}.stat-card__value{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.stat-card__value-primary{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1.1}.stat-card__value-secondary{color:var(--text-tertiary);font-size:14px;font-weight:500}.stat-card__meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.stat-card__meta-text{color:var(--text-secondary);font-size:13px}.stat-card__meta-text--muted{color:var(--text-tertiary)}.stat-card__cta{color:var(--brand-deep);align-items:center;gap:6px;margin-top:auto;font-size:13px;font-weight:600;display:inline-flex}.stat-card__cta:hover{color:var(--brand-strong)}.stat-card .ant-progress-line{margin:0}.stat-card .ant-progress-inner{background:var(--surface-muted)}.api-key-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:16px;flex-direction:column;gap:18px;padding:28px;display:flex}.api-key-card__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.api-key-card__title{align-items:center;gap:14px;display:flex}.api-key-card__icon{width:44px;height:44px;color:var(--brand-deep);background:linear-gradient(135deg,#ff933229 0%,#f9731614 100%);border-radius:12px;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.api-key-card__heading.ant-typography{color:var(--text-primary);margin:0;font-size:18px;font-weight:600;line-height:1.3}.api-key-card__subheading{color:var(--text-secondary);font-size:13px}.api-key-card__status{text-transform:uppercase;letter-spacing:.06em;color:#15803d;background:#22c55e1a;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.api-key-card__status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e33}.api-key-card__empty{background:var(--surface-muted);border:1px dashed var(--border-strong);border-radius:12px;flex-direction:column;align-items:flex-start;gap:16px;padding:24px;display:flex}.api-key-card__empty-text{color:var(--text-secondary);font-size:14px;line-height:1.5}.api-key-card__generate.ant-btn-primary{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);border:none;border-radius:10px;height:44px;padding:0 22px;font-size:14px;font-weight:600;box-shadow:0 6px 16px -6px #f973168c}.api-key-card__generate.ant-btn-primary:hover{background:linear-gradient(135deg, var(--brand-strong) 0%, var(--brand-deep) 100%);box-shadow:0 10px 24px -8px #f97316a6}.api-key-card__key{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-primary);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.api-key-card__key-text{letter-spacing:.01em;word-break:break-all;color:var(--text-primary);flex:1;font-size:14px;font-family:SF Mono,ui-monospace,Menlo,Monaco,monospace!important}.api-key-card__key-actions{align-items:center;gap:4px;display:flex}.api-key-card__key-actions .ant-btn{color:var(--text-tertiary);border-radius:8px;width:36px;height:36px}.api-key-card__key-actions .ant-btn:hover{color:var(--brand-deep);background:#ff933214}.api-key-card__key-actions .ant-btn.is-copied{color:#15803d;background:#22c55e1f}.api-key-card__key-actions .ant-btn.is-copied:hover{color:#15803d;background:#22c55e2e}.api-key-card__copy-wrap{display:inline-flex;position:relative}.api-key-card__copy-check{animation:.3s cubic-bezier(.16,1,.3,1) api-copy-check}.api-key-card__copied-pill{color:#fff;letter-spacing:.04em;white-space:nowrap;opacity:0;pointer-events:none;background:#15803d;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:700;transition:opacity .18s,transform .18s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px);box-shadow:0 6px 14px -4px #15803d8c}.api-key-card__copied-pill .anticon{font-size:10px}.api-key-card__copied-pill:after{content:"";background:#15803d;width:8px;height:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)rotate(45deg)translateY(-3px)}.api-key-card__copied-pill.is-visible{opacity:1;transform:translate(-50%)}@keyframes api-copy-check{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.api-key-card__hint{color:var(--text-tertiary);font-size:12.5px;line-height:1.5}.api-key-card__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.api-key-card__regenerate.ant-btn{height:40px;color:var(--text-primary);border-color:var(--border-strong);border-radius:10px;padding:0 18px;font-weight:600}.api-key-card__regenerate.ant-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff93320f}.api-key-card__delete.ant-btn{border-radius:10px;height:40px;padding:0 18px;font-weight:600}@media screen and (width<=960px){.dashboard__grid{grid-template-columns:1fr}.dashboard__hero{padding:28px 24px}.dashboard__title.ant-typography{font-size:26px}.api-key-card{padding:22px}}@media screen and (width<=600px){.dashboard__hero-content{flex-direction:column;align-items:flex-start}.dashboard__hero-side{align-items:flex-start}.api-key-card__key{flex-direction:column;align-items:stretch}.api-key-card__key-actions{justify-content:flex-end}}.change-password-section{flex-direction:column;gap:20px;display:flex}.change-password-section_back.ant-btn{background:var(--surface);border-color:var(--border-strong);color:var(--text-secondary);border-radius:10px;font-weight:600}.change-password-section_back.ant-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff93320f}.change-password-card{max-width:480px}.change-password-form{flex-direction:column;gap:8px;display:flex}.change-password-form .ant-form-item-label>label{color:var(--text-secondary);font-size:13px;font-weight:600}.change-password-form .ant-input-password{background:var(--surface-muted);border-color:var(--border);border-radius:10px;height:44px}.change-password-form .ant-input-password.ant-input-affix-wrapper-focused,.change-password-form .ant-input-password:focus,.change-password-form .ant-input-password:hover,.change-password-form .ant-input-password:active{border:1px solid var(--brand);box-shadow:0 0 0 2px #ff93321f}.change-password-form .ant-input-password .ant-input{background:0 0;font-size:15px}.change-password-form__actions{margin-bottom:0}.change-password-form__actions .ant-form-item-control-input-content{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.change-password-section_cancel-btn{border:1px solid var(--border-strong);background:var(--surface);height:44px;color:var(--text-secondary);border-radius:10px;padding:0 22px;font-size:14px;font-weight:600}.change-password-section_cancel-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff93320f}.change-password-section_update-btn{border:none;border-radius:10px;height:44px;padding:0 22px;font-size:14px;font-weight:600;box-shadow:0 6px 16px -6px #f973168c;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%)!important;color:#fff!important}.change-password-section_update-btn:hover{background:linear-gradient(135deg, var(--brand-strong) 0%, var(--brand-deep) 100%)!important}.account-page .account-status{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.account-page .account-status__icon{font-size:12px}.account-page .account-status--verified{color:#15803d;background:#22c55e1a;border-color:#22c55e33}.account-page .account-status--pending{color:#b45309;background:#f59e0b1a;border-color:#f59e0b4d}[data-theme=dark] .account-page .account-status--verified{color:#4ade80}[data-theme=dark] .account-page .account-status--pending{color:#fbbf24}.account-card__profile{border-bottom:1px solid var(--border);align-items:center;gap:18px;padding-bottom:18px;display:flex}.account-card__avatar.ant-avatar{flex-shrink:0;width:64px;height:64px}.account-card__profile-text{flex-direction:column;gap:4px;min-width:0;display:flex}.account-card__name.ant-typography{color:var(--text-primary);margin:0;font-size:20px;font-weight:600;line-height:1.25}.account-card__email{color:var(--text-secondary);align-items:center;gap:6px;font-size:14px;display:inline-flex}.account-card__email .anticon{color:var(--text-tertiary)}.account-card__rows{flex-direction:column;gap:12px;display:flex}.account-card__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.account-card__row-label{color:var(--text-tertiary);letter-spacing:.02em;text-transform:uppercase;font-size:13px;font-weight:600}.account-card__row-value{color:var(--text-secondary);align-items:center;gap:12px;display:inline-flex}.account-card__row-value .ant-btn{border-color:var(--border-strong);border-radius:10px;font-weight:600}.account-card__row-value .ant-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff93320f}.account-card__notice{border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.account-card__notice .anticon{flex-shrink:0;font-size:16px}.account-card__notice span{flex:1}.account-card__notice--warn{color:#b45309;background:#f59e0b1a;border:1px solid #f59e0b40}.account-card__notice--warn .anticon{color:#d97706}.account-card__notice--info{color:var(--brand-deep);background:#ff933214;border:1px solid #ff933233}.account-card__notice--info .anticon{color:var(--brand)}.account-plan-card__header{align-items:center;gap:14px;display:flex}.account-plan-card__icon{width:44px;height:44px;color:var(--brand-deep);background:linear-gradient(135deg,#ff933229 0%,#f9731614 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.account-plan-card__heading.ant-typography{color:var(--text-primary);margin:0;font-size:18px;font-weight:600;line-height:1.3}.account-plan-card__sub{color:var(--text-secondary);font-size:13px}.account-plan-card__body{background:var(--surface-muted);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.account-plan-card__details{text-transform:capitalize;flex-direction:column;gap:4px;display:flex}.account-plan-card__name{color:var(--text-primary);font-size:16px;font-weight:600}.account-plan-card__price{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.account-plan-card__period{color:var(--text-tertiary);font-size:13px;font-weight:500}.account-plan-card__actions{flex-wrap:wrap;gap:10px;display:flex}.account-plan-card__actions .ant-btn{border-color:var(--border-strong);border-radius:10px;height:40px;padding:0 18px;font-weight:600}.account-plan-card__actions .ant-btn:hover{color:var(--brand-deep);border-color:var(--brand);background:#ff93320f}.account-plan-card__upgrade.ant-btn-primary{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);color:#fff;border:none;box-shadow:0 6px 16px -6px #f973168c}.account-plan-card__upgrade.ant-btn-primary:hover{background:linear-gradient(135deg, var(--brand-strong) 0%, var(--brand-deep) 100%)!important;color:#fff!important}.pricing-section .pricing-billing-rail{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:76px;margin:0;padding:14px 22px;display:grid}.pricing-section .pricing-billing-copy{flex-direction:column;justify-content:center;gap:3px;min-width:0;display:flex}.pricing-section .pricing-billing-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--brand-deep);font-size:11px;font-weight:700}.pricing-section .pricing-billing-title{color:var(--text-secondary);max-width:520px;font-size:14px;font-weight:600;line-height:1.4}.pricing-section .pricing-billing-switch{flex-shrink:0;place-self:center end;align-items:center;gap:10px;display:flex}.pricing-section .pricing-billing-option-label{color:var(--text-tertiary);justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:color .2s;display:inline-flex}.pricing-section .pricing-billing-option-label.is-active{color:var(--text-primary)}.pricing-section .pricing-billing-control.ant-switch{background:var(--border-strong);min-width:42px;height:24px}.pricing-section .pricing-billing-control.ant-switch.ant-switch-checked{background:var(--brand)}[data-theme=dark] .pricing-section .pricing-billing-eyebrow{color:var(--brand)}[data-theme=dark] .plan .current-plan-tag{color:#4ade80}.pricing-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;align-items:stretch;gap:16px;max-width:100%;padding:32px 4px 8px;display:flex;position:relative;overflow:auto visible}.pricing-list::-webkit-scrollbar{display:none}.plan{background:var(--surface);border:1px solid var(--border);z-index:1;min-width:230px;box-shadow:var(--shadow-card);border-radius:18px;flex-direction:column;flex-grow:1;flex-shrink:0;padding:30px 24px 24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:visible}.plan:hover{box-shadow:var(--shadow-card-hover);z-index:2;transform:translateY(-3px)}.plan .plan-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.plan_type{color:var(--text-primary);letter-spacing:-.2px;margin-bottom:2px;font-size:18px;font-weight:700}.plan_description{color:var(--text-tertiary);margin-bottom:20px;font-size:13px;font-weight:400;line-height:1.4;display:block}.plan_price{margin-bottom:20px}.plan_price:not(.plan_price-detailed){white-space:nowrap;flex-wrap:nowrap;align-items:baseline;display:inline-flex}.plan_price-detailed{flex-direction:column;justify-content:flex-start;min-height:92px;display:flex}.plan_price-main{align-items:baseline;display:flex}.plan_price-amount{color:var(--text-primary);letter-spacing:-1px;font-size:32px;font-weight:800;line-height:1}.plan_price-period{color:var(--text-tertiary);margin-left:3px;font-size:13px;font-weight:400}.plan_price-free{color:var(--text-primary);letter-spacing:-1px;font-size:32px;font-weight:800;line-height:1}.plan_price-custom{color:var(--text-secondary);font-size:24px;font-weight:700;line-height:1}.plan_price-loading{color:var(--border-strong);letter-spacing:-1px;font-size:32px;font-weight:800;line-height:1}.plan_price-meta{border-top:1px solid var(--border);flex-direction:column;gap:2px;margin-top:8px;padding-top:8px;display:flex}.plan_price-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.plan_price-billed{color:var(--text-tertiary);font-size:11px;font-weight:600}.plan_price-effective{color:var(--text-tertiary);font-size:11px;font-weight:500}.plan_price-note{max-width:170px;color:var(--text-tertiary);margin-top:10px;font-size:12px;font-weight:500;line-height:1.45;display:inline-block}.plan_savings-pill{color:var(--brand-deep);letter-spacing:.01em;background:#ff93321f;border-radius:999px;align-items:center;margin-left:auto;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.plan .plan_metrics{border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr 1fr;gap:0;margin-bottom:20px;display:grid;overflow:hidden}.plan .plan_metrics-item{background:var(--surface-muted);flex-direction:column;padding:12px 14px;display:flex}.plan .plan_metrics-item:first-child{border-right:1px solid var(--border)}.plan .plan_metrics-value{color:var(--text-primary);letter-spacing:-.2px;font-size:15px;font-weight:700;line-height:1.3}.plan .plan_metrics-label{color:var(--text-tertiary);margin-top:2px;font-size:11px;font-weight:500}.plan .plan_features{flex:1;margin:0 0 24px;padding:0;list-style:none}.plan .plan_features li{color:var(--text-secondary);align-items:center;gap:8px;padding:5px 0;font-size:13px;line-height:1.4;display:flex}.plan .plan_features li .feature-check{color:var(--brand);flex-shrink:0;font-size:11px}.plan .plan-actions{z-index:1;margin-top:auto;position:relative}.plan .plan-actions .buy-btn{border:1px solid var(--border-strong);cursor:pointer;background:var(--surface);width:100%;height:40px;color:var(--text-primary);border-radius:10px;font-size:13px;font-weight:600;transition:all .15s}.plan .plan-actions .buy-btn:hover{background:var(--surface-muted)!important;color:var(--text-primary)!important;border-color:var(--brand)!important}.plan .plan-actions .current-plan-btn{background:var(--surface-muted);width:100%;height:40px;color:var(--text-tertiary);border:1px solid var(--border);cursor:default;border-radius:10px;font-size:13px;font-weight:600}.plan .plan-actions .current-plan-btn:disabled{background:var(--surface-muted)!important;color:var(--text-tertiary)!important;border-color:var(--border)!important}.plan .plan-actions .plan-current-actions{flex-direction:column;gap:8px;display:flex}.plan .plan-actions .current-plan-tag{color:#15803d;letter-spacing:.06em;text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e38;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:36px;font-size:12px;font-weight:700;display:inline-flex}.plan .plan-actions .current-plan-tag__dot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e38}.plan .plan-actions .manage-btn.ant-btn{background:var(--surface);width:100%;height:40px;color:var(--text-primary);border:1px solid var(--border-strong);border-radius:10px;font-size:13px;font-weight:600}.plan .plan-actions .manage-btn.ant-btn:hover{color:var(--brand-deep)!important;border-color:var(--brand)!important;background:#ff93320f!important}.plan .plan-actions .manage-btn.ant-btn .anticon{font-size:14px}.plan .plan-actions .contact-btn{border:1px solid var(--border-strong);width:100%;height:40px;color:var(--text-primary);background:var(--surface);border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.plan .plan-actions .contact-btn:hover{background:var(--surface-muted)!important;color:var(--text-primary)!important;border-color:var(--brand)!important}.plan.most-popular-plan{border:2px solid var(--brand);box-shadow:0 0 0 1px #ff93321f, var(--shadow-card);z-index:3}.plan.most-popular-plan:hover{box-shadow:0 0 0 1px #ff93322e, var(--shadow-card-hover);transform:translateY(-3px)}.plan.most-popular-plan .most-popular-badge{background:var(--brand);color:#fff;border:3px solid var(--surface);white-space:nowrap;letter-spacing:.08em;text-transform:uppercase;z-index:4;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #ff93323d}.plan.most-popular-plan .buy-btn{background:var(--brand);color:#fff;border-color:var(--brand)}.plan.most-popular-plan .buy-btn:hover{background:var(--brand-strong)!important;color:#fff!important;border-color:var(--brand-strong)!important}@media (width<=900px){.pricing-section .pricing-billing-rail{text-align:center;min-height:unset;grid-template-columns:1fr;justify-items:center}.pricing-section .pricing-billing-copy{align-items:center}.pricing-section .pricing-billing-switch{justify-self:center}}@media (width<=640px){.pricing-list{gap:14px;padding:28px 4px 8px}.plan{min-width:236px;padding:28px 20px 20px}}.api-support-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media screen and (width<=768px){.api-support-grid{grid-template-columns:1fr}}.support-card{transition:box-shadow .2s,transform .2s}.support-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.support-card__icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:inline-flex}.support-card__icon--email{color:var(--brand-deep);background:#ff93321f}.support-card__icon--telegram{color:#1d8acb;background:#26a6eb1f}.support-card__title.ant-typography{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.support-card__description{color:var(--text-secondary);font-size:14px;line-height:1.6}.support-card__link{color:var(--brand-deep);align-items:center;margin-top:auto;font-size:14px;font-weight:600;display:inline-flex}.support-card__link:hover{color:var(--brand-strong)}[data-theme=dark] .support-card__link{color:var(--brand)}.connect-widgets_header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media screen and (width<=768px){.connect-widgets_header-actions{flex-direction:column;width:100%}}.connect-widgets_tutorial-link{width:fit-content;color:var(--brand-deep);font-weight:700}.connect-widgets_tutorial-link:hover{color:var(--brand-strong)}.connect-widgets_form-band{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:16px;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:28px;padding:24px;display:grid}@media screen and (width<=960px){.connect-widgets_form-band{grid-template-columns:1fr}}.connect-widgets_intro{flex-direction:column;gap:8px;display:flex}.connect-widgets_intro .eyebrow{color:var(--brand-deep);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.connect-widgets_intro h3.ant-typography{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.connect-widgets_intro .ant-typography{color:var(--text-secondary);margin:0}.connect-widgets_empty-state{border:1px solid var(--border);background:var(--surface);min-height:320px;box-shadow:var(--shadow-card);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:48px 24px;display:flex}.connect-widgets_empty-state>.ant-typography{max-width:380px;color:var(--text-secondary)}.connect-widgets .api-key-warning{color:var(--text-primary);background:#ff933214;border:1px solid #ff933257;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.connect-widgets .api-key-warning strong{color:var(--text-primary)}.connect-widgets .api-key-warning span{color:var(--text-secondary);flex:1}@media screen and (width<=768px){.connect-widgets .api-key-warning{flex-direction:column;align-items:flex-start}}.connect-widgets .connect-widget-form{flex-direction:column;gap:16px;display:flex}.connect-widgets .readonly-input{color:var(--text-tertiary);background:var(--surface-muted);cursor:default}.connect-widgets .tab-panel{flex-direction:column;gap:16px;padding-top:4px;display:flex}.connect-widgets .form-tabs{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;gap:6px;padding:4px;display:flex}.connect-widgets .form-tabs button{min-height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 14px;font-weight:600}.connect-widgets .form-tabs button.active{background:var(--surface);color:var(--brand-deep);box-shadow:var(--shadow-card)}.connect-widgets .identity-fields{grid-template-columns:168px minmax(0,1fr);gap:16px;display:grid}@media screen and (width<=768px){.connect-widgets .identity-fields{grid-template-columns:1fr}}.connect-widgets .identity-inputs{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media screen and (width<=768px){.connect-widgets .identity-inputs{grid-template-columns:1fr}}.connect-widgets .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.connect-widgets .form-grid.three{grid-template-columns:112px minmax(180px,220px) minmax(180px,1fr)}@media screen and (width<=768px){.connect-widgets .form-grid,.connect-widgets .form-grid.three{grid-template-columns:1fr}}.connect-widgets .field{flex-direction:column;gap:8px;display:flex;position:relative}.connect-widgets .field>span{color:var(--text-secondary);font-size:13px;font-weight:600}.connect-widgets .logo-upload{flex-direction:column;gap:8px;display:flex}.connect-widgets .logo-preview{border:1px dashed var(--border-strong);background:var(--surface-muted);width:96px;height:96px;color:var(--text-tertiary);text-align:center;border-radius:12px;place-items:center;font-size:11px;display:grid;overflow:hidden}.connect-widgets .logo-preview img{object-fit:cover;width:100%;height:100%}.connect-widgets .large-logo-preview{width:148px;height:148px}.connect-widgets .logo-help{color:var(--text-tertiary);font-size:12px;line-height:1.35}.connect-widgets .logo-file-actions{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.connect-widgets .logo-select-button{width:fit-content}.connect-widgets .logo-file-name{max-width:148px;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.connect-widgets .logo-file-input{clip:rect(0, 0, 0, 0);opacity:0;pointer-events:none;white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.connect-widgets .color-text-input{padding-right:36px;font-family:monospace}.connect-widgets .color-swatch{border:1px solid var(--border-strong);border-radius:50%;width:18px;height:18px;position:absolute;bottom:10px;right:9px}.connect-widgets .field-error{color:#d4380d;font-size:12px}.connect-widgets .config-helper{color:var(--text-secondary)}.connect-widgets .url-list-field{min-width:0}.connect-widgets .url-entry{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.connect-widgets .url-entry .url-add-button{min-width:64px}@media screen and (width<=768px){.connect-widgets .url-entry{grid-template-columns:1fr}}.connect-widgets .url-tags{flex-wrap:wrap;gap:6px;min-height:24px;display:flex}.connect-widgets .url-tags .url-tag{border:1px solid var(--border);background:var(--surface-muted);max-width:100%;color:var(--text-secondary);overflow-wrap:anywhere;white-space:normal;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:inline-flex}.connect-widgets .url-tags .url-tag button{background:var(--border-strong);width:16px;height:16px;color:var(--text-secondary);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;font-size:11px;line-height:1;display:inline-grid}.connect-widgets .form-actions{justify-content:flex-end;gap:10px;display:flex}.connect-widgets_list{flex-direction:column;gap:12px;display:flex}.connect-widgets .widget-row{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;transition:box-shadow .2s,transform .2s;display:grid}.connect-widgets .widget-row:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}@media screen and (width<=768px){.connect-widgets .widget-row{grid-template-columns:40px minmax(0,1fr)}.connect-widgets .widget-row_actions{grid-column:1/-1;justify-content:flex-end}}.connect-widgets .widget-row_logo{background:var(--surface-muted);width:48px;height:48px;color:var(--text-tertiary);border-radius:10px;place-items:center;display:grid;overflow:hidden}.connect-widgets .widget-row_logo img{object-fit:cover;width:100%;height:100%}.connect-widgets .widget-row_body{flex-direction:column;gap:4px;min-width:0;display:flex}.connect-widgets .widget-row_title{align-items:baseline;gap:8px;display:flex}.connect-widgets .widget-row_title strong{color:var(--text-primary)}.connect-widgets .widget-row_title .ant-typography{color:var(--text-secondary)}@media screen and (width<=768px){.connect-widgets .widget-row_title{flex-direction:column;align-items:flex-start;gap:2px}}.connect-widgets .widget-id-row{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.connect-widgets .widget-id-row span{color:var(--text-tertiary);font-size:13px;font-weight:600}.connect-widgets .widget-id{width:fit-content;color:var(--brand-deep);cursor:pointer;background:0 0;border:0;padding:0;font-family:monospace;font-size:13px}.connect-widgets .widget-id:hover{color:var(--brand-strong)}.connect-widgets .widget-row_meta{color:var(--text-tertiary)}.connect-widgets .widget-row_actions{gap:8px;display:flex}[data-theme=dark] .connect-widgets .widget-id,[data-theme=dark] .connect-widgets_tutorial-link{color:var(--brand)}[data-theme=dark] .connect-widgets .widget-id:hover,[data-theme=dark] .connect-widgets_tutorial-link:hover{color:var(--brand-strong)}.dashboard-content{min-height:calc(100vh - 64px);display:flex}.dashboard-content .dashboard-sider.ant-layout-sider{background:var(--bg-elevated);border-right:1px solid var(--border)}.dashboard-content .dashboard-sider.ant-layout-sider .ant-layout-sider-children{flex-direction:column;height:100%;max-height:calc(100vh - 64px);padding:0;display:flex;position:sticky;top:64px}.dashboard-content .ant-layout{padding:24px 32px;overflow-x:hidden}@media screen and (width<=768px){.dashboard-content .dashboard-sider.ant-layout-sider{display:none}.dashboard-content .ant-layout{padding:16px}}.ant-spin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@font-face{font-family:icomoon;src:url(/assets/icomoon-cVDz3wDb.eot?v=1);src:url(/assets/icomoon-cVDz3wDb.eot?v=1)format("embedded-opentype"),url(/assets/icomoon-BCHMUCct.ttf?v=1)format("truetype"),url(/assets/icomoon-BgX2aRbB.woff?v=1)format("woff"),url(/assets/icomoon-D1IP4nap.svg?v=1)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\ icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:icomoon!important}.icon-api-doc-icon:before{content:""}.icon-avatar .path1:before{content:"";color:#f2f2f2}.icon-avatar .path2:before{content:"";color:#000;margin-left:-1em}.icon-copy-icon:before{content:"";color:#b2b2b2}.icon-cs-logo .path1:before{content:"";color:#ff9332}.icon-cs-logo .path2:before{content:"";color:#ea5237;margin-left:-7.07129em}.icon-cs-logo .path3:before{content:"";color:#ffb347;margin-left:-7.07129em}.icon-cs-logo .path4:before{content:"";color:#555;margin-left:-7.07129em}.icon-cs-logo .path5:before{content:"";color:#303030;margin-left:-7.07129em}.icon-cs-logo .path6:before{content:"";color:#935deb;margin-left:-7.07129em}.icon-cs-logo .path7:before{content:"";color:#fff;margin-left:-7.07129em}.icon-dashboard-icon:before{content:""}.icon-history-icon:before{content:""}.icon-pricing-icon:before{content:""}:root{--CS2Color:#ff9332;--CS2Strong:#f97316;--CS2Deep:#ea580c;--RedLightColor:#f02934;--BlackColor:#0f0f0f;--WhiteColor:#fff;--CSPurple:#935deb;--o5Color:#f6f6f6;--o15Color:#d9d9d9;--o20Color:#ccc;--o45Color:#8a8a8a;--o55Color:#737373;--o60Color:#666;--o65Color:#595959;--o70Color:#4c4c4c;--o75Color:#404040;--o80Color:#333;--o10Color:#0f0f0f14;--brand:#ff9332;--brand-strong:#f97316;--brand-deep:#ea580c;--bg-app:#f7f7f8;--bg-elevated:#fff;--surface:#fff;--surface-muted:#fafafa;--surface-sunken:#f3f4f6;--surface-inverse:#0f0f0f;--text-on-inverse:#f5f5f5;--border:#0f0f0f14;--border-strong:#0f0f0f24;--text-primary:#0f0f0f;--text-secondary:#4c4c4c;--text-tertiary:#8a8a8a;--hero-bg:radial-gradient(120% 140% at 0% 0%, #ff933229 0%, #ff93320a 40%, #fff0 70%), linear-gradient(135deg, #fffaf4 0%, #fff 60%);--hero-glow:radial-gradient(circle, #ff933238 0%, #ff933200 70%);--shadow-card:0 1px 2px #0f0f0f0a, 0 8px 24px -8px #0f0f0f14;--shadow-card-hover:0 1px 2px #0f0f0f0a, 0 16px 40px -12px #0f0f0f1f;--card-shadow:var(--shadow-card);--card-shadow-hover:var(--shadow-card-hover);--pricing-bg:linear-gradient(180deg, #f8f9fb 0%, #fff 100%);--gradient-popular:linear-gradient(135deg, #ff9332 0%, #f97316 50%, #ea580c 100%);--cta-gradient:linear-gradient(135deg, #ff9332 0%, #f97316 100%);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--BlackColor:#f5f6f8;--WhiteColor:#14161a;--o5Color:#ffffff0f;--o10Color:#ffffff1a;--o15Color:#ffffff29;--o20Color:#ffffff38;--o45Color:#ffffff7a;--o55Color:#ffffff94;--o60Color:#ffffff9e;--o65Color:#ffffffad;--o70Color:#ffffffb8;--o75Color:#ffffffc7;--o80Color:#ffffffd6;--bg-app:#0b0d12;--bg-elevated:#14161a;--surface:#16191f;--surface-muted:#1b1f26;--surface-sunken:#0f1116;--surface-inverse:#f5f5f5;--text-on-inverse:#0f0f0f;--border:#ffffff14;--border-strong:#ffffff29;--text-primary:#f5f6f8;--text-secondary:#f5f6f8b8;--text-tertiary:#f5f6f880;--hero-bg:radial-gradient(90% 120% at 100% 0%, #6366f114 0%, #6366f100 55%), radial-gradient(80% 100% at 0% 100%, #ff93320f 0%, #ff933200 60%), linear-gradient(135deg, #1a1d24 0%, #14161a 70%);--hero-glow:radial-gradient(circle, #ff93321f 0%, #ff933200 70%);--shadow-card:0 1px 2px #0006, 0 12px 32px -12px #0009;--shadow-card-hover:0 1px 2px #00000080, 0 20px 48px -16px #000000b3;--card-shadow:var(--shadow-card);--card-shadow-hover:var(--shadow-card-hover);--pricing-bg:linear-gradient(180deg, #0f1116 0%, #14161a 100%);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background:var(--bg-app);color:var(--text-primary);transition:background-color .2s,color .2s}.surface-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.page-shell{flex-direction:column;gap:20px;width:100%;padding-bottom:48px;display:flex}.section-card-title{flex-direction:column;gap:4px;display:flex}.section-card-title__heading{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.section-card-title__sub{color:var(--text-secondary);font-size:13px}@font-face{font-family:SF Pro Text;font-style:normal;font-weight:400;src:url(/assets/SF-Pro-Text-Regular-AwcKMYfQ.otf)}*{box-sizing:border-box;border:0;margin:0;padding:0;font-family:SF Pro Text,sans-serif!important}* .grecaptcha-badge{visibility:hidden;opacity:0}* .ant-message-notice-content{margin-right:15px;position:absolute;right:0}body{background:var(--bg-app);color:var(--text-primary)}.ant-layout{background:var(--bg-app)}.ant-layout-sider{background:var(--bg-elevated)!important}.ant-spin-dot-item{background:var(--brand)!important}.secondary-text{color:var(--text-tertiary);font-size:13px;line-height:22px}
