:root{--color-primary-1:#e8f3ff;--color-primary-2:#bedaff;--color-primary-3:#94bfff;--color-primary-4:#6aa1ff;--color-primary-5:#4080ff;--color-primary-6:#0070f3;--color-bg-1:#fff;--color-bg-2:#f7f8fa;--color-fill-1:#f7f8fa;--color-fill-2:#f2f3f5;--color-fill-3:#e5e6eb;--color-border:#e5e6eb;--color-text-1:#1d2129;--color-text-2:#4e5969;--color-text-3:#86909c;--color-primary-light-1:#e8f3ff;--x-window-highlight:#f7ba1e;--x-window-highlight-hover:#d49b0e;--x-window-danger:#e5484d;--x-window-danger-bg:#fff0f0;--x-window-success:#52c41a;--x-window-success-bg:#f6ffed;--x-window-close-icon:#c9cdd4;--x-window-primary-soft:#0070f30f;--x-window-primary-soft-hover:#0070f31a;--x-window-primary-glow:#0070f340;--x-window-primary-outline:#0070f380;--x-window-push-down-outline:#ff7d0080;--x-window-code-bg:#1d2129;--x-window-code-text:#e5e6eb;--radius-xs:3px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #00000014;--shadow-float:0 4px 16px #0000001f;--duration-fast:.1s;--duration-normal:.15s;--duration-slow:.25s;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-standard:ease}body[arco-theme=dark][arco-theme=dark]{--color-bg-1:#121212;--color-bg-2:#1a1a1a;--color-fill-1:#121212;--color-fill-2:#1e1e1e;--color-fill-3:#2a2a2a;--color-border:#333;--color-text-1:#e8e8e8;--color-text-2:#b0b0b0;--color-text-3:#787878;--color-primary-light-1:#1e3050;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--x-window-highlight:#ffd666;--x-window-highlight-hover:#ffb84d;--x-window-danger:#ff7875;--x-window-danger-bg:#f53f3f1f;--x-window-success:#73d13d;--x-window-success-bg:#52c41a1f;--x-window-close-icon:#595959;--x-window-primary-soft:#4080ff1f;--x-window-primary-soft-hover:#4080ff2e;--x-window-primary-glow:#4080ff40;--x-window-primary-outline:#4080ff80;--x-window-push-down-outline:#ffa50080;--x-window-code-bg:#0d0d12;--x-window-code-text:#e5e6eb;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 2px 8px #0006;--shadow-float:0 4px 16px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;color:var(--color-text-1);background:var(--color-bg-1);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;transition:background .3s,color .3s}#app{width:100%;min-height:100vh}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0070f399}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000003d}body[arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff1f}body[arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.ico-btn,.win-btn{transition:transform .15s,background .15s,color .15s,opacity .15s}.ico-btn:hover,.win-btn:hover{transform:scale(1.08)}.ico-btn:active,.win-btn:active{transform:scale(.95)}.arco-message{animation:.3s toast-slide-in!important}@keyframes toast-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){.arco-modal-wrapper{padding:12px!important}.arco-modal{max-width:calc(100vw - 24px)!important}}.route-enter-active{transition:all .25s}.route-leave-active{transition:all .15s}.route-enter-from{opacity:0;transform:translateY(8px)}.route-leave-to{opacity:0;transform:translateY(-8px)}.canvas-window-enter-active{animation:.35s cubic-bezier(.34,1.56,.64,1) window-pop}.canvas-window-leave-active{animation:.2s ease-in forwards window-shrink}.canvas-window-move{transition:left .2s,top .2s}@keyframes window-pop{0%{opacity:0;transform:scale(.85)}70%{transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes window-shrink{to{opacity:0;transform:scale(.8)}}.panel-collapse-enter-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.panel-collapse-leave-active{transition:all .2s cubic-bezier(.4,0,1,1)}.panel-collapse-enter-from,.panel-collapse-leave-to{opacity:0;max-width:0;padding:0}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.list-item-stagger-enter-active{transition:all .3s}.list-item-stagger-leave-active{transition:all .2s;position:absolute}.list-item-stagger-enter-from{opacity:0;transform:translate(-8px)}.list-item-stagger-leave-to{opacity:0;transform:translate(8px)}.list-item-stagger-move{transition:transform .3s}.fade-enter-active{transition:opacity .2s}.fade-leave-active{transition:opacity .15s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active{transition:all .25s ease-out}.slide-up-leave-active{transition:all .15s ease-in}.slide-up-enter-from{opacity:0;transform:translateY(16px)}.slide-up-leave-to{opacity:0;transform:translateY(-8px)}.icon-swap-enter-active{transition:all .2s}.icon-swap-leave-active{transition:all .15s}.icon-swap-enter-from,.icon-swap-leave-to{opacity:0;transform:scale(.5)}@keyframes btn-pulse-ring{0%{box-shadow:0 0 #0070f34d}70%{box-shadow:0 0 0 10px #0070f300}to{box-shadow:0 0 #0070f300}}@keyframes stop-pulse{0%{box-shadow:0 0 #e5484d66}70%{box-shadow:0 0 0 8px #e5484d00}to{box-shadow:0 0 #e5484d00}}@keyframes copy-feedback{0%{opacity:1;transform:translate(-50%)translateY(0)}80%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:0}}@keyframes highlight-flash{0%{box-shadow:0 0 #0070f380}50%{box-shadow:0 0 0 8px #0070f300}to{box-shadow:0 0 #0070f300}}.highlight-flash{animation:1.5s highlight-flash}@keyframes char-pop{0%{opacity:0;transform:translateY(8px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.num-char{animation:.3s backwards char-pop;display:inline-block}@keyframes dot-pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes typing-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(400%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html body{--color-primary-1:#e6f0fe;--color-primary-2:#b9d4fd;--color-primary-3:#8cbbfb;--color-primary-4:#4f9bf8;--color-primary-5:#2a86f6;--color-primary-6:#0070f3;--color-primary:#0070f3;--color-primary-light-1:#ebf5ff;--color-text-1:#171717;--color-text-2:#4d4d4d;--color-text-3:gray;--color-text-4:#a3a3a3;--color-bg-1:#fff;--color-bg-2:#fafafa;--color-fill-1:#fafafa;--color-fill-2:#fafafa;--color-fill-3:#ededed;--color-border:#eaeaea;--color-border-1:#f2f2f2;--color-border-2:#eaeaea;--color-blue-6:#0070f3;--danger-color:#dc2626;--color-danger:#dc2626;--color-success:#16a34a;--color-warning:#eab308;--color-danger-1:color-mix(in srgb, var(--color-danger) 10%, var(--color-bg-1));--color-danger-3:color-mix(in srgb, var(--color-danger) 28%, var(--color-bg-1));--color-danger-6:var(--color-danger);--color-success-1:color-mix(in srgb, var(--color-success) 12%, var(--color-bg-1));--color-success-3:color-mix(in srgb, var(--color-success) 30%, var(--color-bg-1));--color-success-6:var(--color-success);--color-warning-1:color-mix(in srgb, var(--color-warning) 12%, var(--color-bg-1));--color-warning-3:color-mix(in srgb, var(--color-warning) 30%, var(--color-bg-1));--color-warning-6:var(--color-warning);--color-on-primary:#fff;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:9999px;--shadow-sm:0 0 0 1px #0000000a;--shadow-md:0 0 0 1px #00000014, 0 2px 2px #0000000a;--shadow-float:0 0 0 1px #00000014, 0 8px 24px -8px #0000001f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--motion-fast:.15s;--motion-base:.2s;--arcoblue-1:230, 240, 254;--arcoblue-2:185, 212, 253;--arcoblue-3:140, 187, 251;--arcoblue-4:79, 155, 248;--arcoblue-5:42, 134, 246;--arcoblue-6:0, 112, 243;--border-radius-small:6px;--border-radius-medium:8px;--border-radius-large:12px;--font-mono:"Geist Mono", ui-monospace, "SF Mono", "Roboto Mono", Menlo, Monaco, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;--tracking-display:-.05em;--tracking-caps:.06em;font-feature-settings:"liga" 1;--color-chart-1:#0070f3;--color-chart-2:#171717;--color-chart-3:gray;--color-chart-4:#16a34a;--color-chart-5:#eab308;--color-chart-6:#dc2626;--color-chart-7:#7c3aed;--color-chart-8:#0891b2;--color-chart-9:#c2410c;--stat-positive:#0070f3;--stat-negative:#dc2626;--stat-neutral:gray;--stat-highlight:#eab308;--stat-soft-pos:#0070f31f;--stat-soft-neg:#dc26261a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html body[arco-theme=dark][arco-theme=dark]{--stat-positive:#3291ff;--stat-negative:#f87171;--stat-neutral:#8f8f8f;--stat-highlight:#facc15;--stat-soft-pos:#3291ff2e;--stat-soft-neg:#f8717124}html body code,html body pre,html body kbd,html body samp,html body .arco-typography code{font-family:var(--font-mono)!important}html body[arco-theme=dark][arco-theme=dark]{--color-primary-6:#3291ff;--color-primary:#3291ff;--arcoblue-6:50, 145, 255;--color-primary-light-1:#0b1f3a;--danger-color:#f87171;--color-text-4:#6b6b6b;--color-border-1:#262626;--color-border-2:#333;--color-blue-6:#3291ff;--color-danger:#f87171;--color-success:#4ade80;--color-warning:#facc15;--bg:#0a0a0a;--surface:#1f1f1f;--surface-2:#262626;--fg:#ededed;--fg-2:#a1a1a1;--muted:#8f8f8f;--border:#ffffff14;--border-strong:#ffffff24;--color-bg-page:#0a0a0a;--color-bg-1:#1f1f1f;--color-bg-2:#262626;--color-bg-3:#2e2e2e;--color-fill-1:#1f1f1f;--color-fill-2:#262626;--color-fill-3:#333;--color-text-1:#ededed;--color-text-2:#a1a1a1;--color-text-3:#8f8f8f;background-color:var(--bg);--color-on-primary:#161616;--elev-ring:0 0 0 1px #ffffff1a;--elev-raised:0 0 0 1px #ffffff1a, 0 2px 2px #0000004d, 0 8px 8px -8px #0006;--elev-raised-hover:0 0 0 1px #ffffff1f, 0 2px 2px #0000004d, 0 12px 16px -8px #00000080;--shadow-sm:0 0 0 1px #ffffff0f;--shadow-md:0 0 0 1px #ffffff1a, 0 2px 2px #0000004d;--shadow-float:0 0 0 1px #ffffff1a, 0 8px 24px -8px #00000080}html body{--elev-flat:none;--elev-ring:0 0 0 1px var(--color-border);--elev-raised:0 0 0 1px #00000014, 0 2px 2px #0000000a, 0 8px 8px -8px #0000000a, 0 0 0 1px #fafafa;--elev-raised-hover:0 0 0 1px #00000014, 0 2px 2px #0000000a, 0 12px 16px -8px #00000014, 0 0 0 1px #fafafa}html body :focus-visible{outline-offset:2px;outline:2px solid var(--color-primary-6)!important}html body .arco-input-wrapper :focus-visible,html body .arco-input-wrapper input:focus-visible,html body .arco-select-view :focus-visible,html body .arco-select-view input:focus-visible,html body .admin-main .form-input:focus-visible,html body .admin-main .search-input:focus-visible,html body .form-input:focus-visible{outline:none!important}@media (prefers-reduced-motion:reduce){html body *,html body :before,html body :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html body .global-banner.info{background:var(--color-primary-light-1)!important;color:var(--color-primary-6)!important;border-bottom-color:#0070f340!important}html body .nav-proj:hover,html body .view-switch button.active,html body .sh-zoom-btn.active{color:var(--color-primary-6)!important}html body .tb-panel-btn:hover{border-color:var(--color-primary-6)!important;color:var(--color-primary-6)!important}html body .snap-guide{background:var(--color-primary-6)!important}html body .code-editor{border-color:var(--color-primary-6)!important}html body .alert-card.info{color:var(--color-primary-6)!important}html body .preview-tab.active{color:var(--color-primary-6)!important;border-bottom-color:var(--color-primary-6)!important}html body .col-sort{color:var(--color-primary-6)!important}html body .expand-btn:hover,html body .guide-btn:hover,html body .sug-card:hover,html body .ds-act-ai:hover{border-color:var(--color-primary-6)!important;color:var(--color-primary-6)!important}html body .corr-value.positive,html body .corr-value.corr-pos,html body .strength-moderate,html body .skill-stat-val.mag-small,html body .skew-val.skew-mild,html body .elasticity-badge.badge-elastic,html body .method-dot.m-corr,html body .mi-val.pos,html body .path-key.path-a,html body .plan-impute .plan-icon,html body .scenario-base,html body .r2-bar-fill.r2-mid,html body .bar-blue{color:var(--color-primary-6)!important}html body .strength-moderate,html body .elasticity-badge.badge-elastic{background:#0070f31f!important}html body .bar-blue{background:linear-gradient(90deg, var(--color-primary-6), #40a9ff)!important}html body .arco-card{background:var(--color-bg-1)!important;border:1px solid var(--color-border)!important;border-radius:var(--border-radius-medium)!important;box-shadow:none!important;transition:box-shadow .2s cubic-bezier(0,0,1,1),border-color .2s!important}html body .arco-card-hoverable:hover{border-color:var(--color-primary-6)!important;box-shadow:var(--elev-ring)!important}html body .arco-btn{border-radius:var(--border-radius-small)!important;font-weight:500!important}html body .arco-btn-primary,html body .arco-btn-primary[type=button],html body .arco-btn-primary[type=submit]{background:var(--color-primary-6)!important;border-color:var(--color-primary-6)!important;color:var(--color-on-primary,#fff)!important}html body .arco-btn-primary:hover,html body .arco-btn-primary[type=button]:hover,html body .arco-btn-primary[type=submit]:hover,html body .arco-btn-primary:focus-visible{color:var(--color-on-primary,#fff)!important;background:#338eff!important;border-color:#338eff!important}html body .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]){background:var(--color-bg-1)!important;border:1px solid var(--color-border)!important;color:var(--color-text-1)!important}html body .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:var(--color-bg-2)!important;border-color:var(--color-border)!important;color:var(--color-text-1)!important}html body .arco-input-wrapper,html body .arco-select-view{background:var(--color-bg-1)!important;border-color:var(--color-border)!important;border-radius:var(--border-radius-small)!important;transition:border-color .2s,box-shadow .2s!important}html body .arco-input-wrapper:hover,html body .arco-select-view:hover{border-color:var(--color-border)!important}html body .arco-input-wrapper:focus-within,html body .arco-input-wrapper.arco-input-wrapper-focus,html body .arco-select-view:focus-within,html body .arco-select-view.arco-select-view-focus{border-color:var(--color-primary-6)!important;box-shadow:0 0 0 2px #0070f326!important}html body .arco-input,html body .arco-input-wrapper input,html body .arco-select-view-input,html body .arco-select-view-value{color:var(--color-text-1)!important}html body .arco-input::placeholder,html body .arco-input-wrapper input::placeholder{color:var(--color-text-3)!important}html body .arco-table-th{background:var(--color-bg-2)!important;color:var(--color-text-2)!important;border-color:var(--color-border)!important;font-weight:500!important}html body .arco-table-td{border-color:var(--color-border)!important;color:var(--color-text-1)!important}html body .arco-table-tr:hover .arco-table-td{background:var(--color-bg-2)!important}html body .arco-table-border .arco-table-container,html body .arco-table-border .arco-table-header,html body .arco-table-border .arco-table-body,html body .arco-table-border .arco-table-footer{border-color:var(--color-border)!important}html body .arco-modal,html body .arco-drawer{border-radius:var(--border-radius-large)!important;box-shadow:var(--elev-raised)!important}html body .arco-modal-mask,html body .arco-drawer-mask{background:#0006!important}html body .arco-dropdown-menu,html body .arco-select-dropdown,html body .arco-menu,html body .arco-menu-pop,html body .arco-popover,html body .arco-tooltip-content{border-radius:var(--border-radius-medium)!important;box-shadow:var(--elev-raised)!important;border:1px solid var(--color-border)!important}html body .arco-tooltip-content{box-shadow:var(--elev-ring)!important;color:var(--color-text-1)!important;background:var(--color-bg-1)!important}html body .arco-tag{border-radius:var(--border-radius-small)!important}html body .arco-divider{border-color:var(--color-border)!important}html body .arco-steps-item-title,html body .arco-steps-item-description{color:var(--color-text-2)!important}html body .arco-progress-line-bar{background:var(--color-primary-6)!important}html body[arco-theme=dark][arco-theme=dark] .arco-card{background:var(--color-bg-1)!important;border-color:var(--color-border)!important}html body[arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]){background:var(--color-bg-2)!important;border-color:var(--color-border)!important;color:var(--color-text-1)!important}html body[arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#2a2a2a!important}html body[arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[arco-theme=dark][arco-theme=dark] .arco-select-view{background:var(--color-bg-1)!important;border-color:var(--color-border)!important}html body[arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:var(--color-primary-6)!important}html body[arco-theme=dark][arco-theme=dark] .arco-table-th{background:var(--color-bg-2)!important}html body[arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#222!important}html body[arco-theme=dark][arco-theme=dark] .arco-tooltip-content{background:var(--color-bg-1)!important}html body h1{letter-spacing:-.04em}html body h2{letter-spacing:-.03em}html body h3,html body h4{letter-spacing:-.02em}html body [style*=uppercase],html body .eyebrow,html body .section-label,html body .skill-label,html body .panel-eyebrow,html body .skill-stat-label,html body .format-badge,html body .code-lang{text-transform:uppercase;letter-spacing:var(--tracking-caps)}html body .arco-table-td,html body [class*=stat-val],html body [class*=-value],html body [class*=metric-],html body [class*=num]{font-variant-numeric:tabular-nums}html body .arco-card:hover,html body .arco-list-item:hover{box-shadow:var(--elev-raised-hover)!important}html body .arco-layout-header,html body .arco-layout-sider{border-color:var(--color-border)!important}html body .theme-panel__body{background:var(--color-bg-1)!important;box-shadow:var(--elev-raised)!important}html body .chat-panel,html body .chat-panel-fs,html body .chat-panel-analysis{background:var(--color-bg-1)!important}html body{--glass-popover:var(--color-bg-1);--glass-blur:none;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--page-title-display:none;--page-title-size:22px;--page-title-weight:600;--page-header-gap:24px;--card-padding:16px;--card-grid-min:300px;--btn-min-height:auto}html body .arco-table-cell{padding:10px 12px!important}html body .cmd-menu,html body .skill-params-form,html body .mention-list,html body .history-popover,html body .suggest-popover,html body .ctx-menu,html body .context-menu,html body .win-search-box,html body .ds-drawer{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--glass-popover)!important}html body ::-webkit-scrollbar-thumb{background:#00000029}html body ::-webkit-scrollbar-thumb:hover{background:#00000047}html body[arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff29}html body .ico-btn,html body .win-btn{border-radius:var(--radius-sm)!important;transition:background-color var(--motion-fast) var(--ease-standard), color var(--motion-fast) var(--ease-standard)!important}html body .ico-btn:hover,html body .win-btn:hover{background:var(--color-fill-2)!important;transform:none!important}html body .ico-btn:active,html body .win-btn:active{background:var(--color-fill-3)!important;transform:none!important}html body .arco-tabs-header-nav{border-color:var(--color-border)!important}html body .arco-tabs-tab{color:var(--color-text-2)!important}html body .arco-tabs-tab:hover{color:var(--color-text-1)!important}html body .arco-tabs-tab-active{color:var(--color-primary-6)!important}html body .arco-tabs-tab-active .arco-tabs-tab-line{background:var(--color-primary-6)!important}html body .arco-pagination-item{border-color:var(--color-border)!important;color:var(--color-text-2)!important;background:var(--color-bg-1)!important}html body .arco-pagination-item:hover{border-color:var(--color-primary-6)!important;color:var(--color-primary-6)!important}html body .arco-pagination-item-active,html body .arco-pagination-item-active:hover{background:var(--color-primary-6)!important;border-color:var(--color-primary-6)!important;color:var(--color-on-primary,#fff)!important}html body .arco-switch{background:var(--color-fill-3)!important}html body .arco-switch-checked{background:var(--color-primary-6)!important}html body .arco-radio-mask,html body .arco-checkbox-mask{border-color:var(--color-border-2)!important;background:var(--color-bg-1)!important}html body .arco-radio-checked .arco-radio-mask,html body .arco-checkbox-checked .arco-checkbox-mask{border-color:var(--color-primary-6)!important;background:var(--color-primary-6)!important}html body .arco-slider-fill{background:var(--color-primary-6)!important}html body .arco-slider-button{border-color:var(--color-primary-6)!important;background:var(--color-bg-1)!important}html body .arco-textarea-wrapper{background:var(--color-bg-1)!important;border-color:var(--color-border)!important;border-radius:var(--border-radius-small)!important}html body .arco-textarea-wrapper:focus-within{border-color:var(--color-primary-6)!important;box-shadow:0 0 0 2px #0070f326!important}html body .arco-message,html body .arco-notification{background:var(--color-bg-1)!important;border:1px solid var(--color-border)!important;border-radius:var(--border-radius-medium)!important;box-shadow:var(--elev-raised)!important}html body .arco-alert{border-radius:var(--border-radius-medium)!important;border:1px solid var(--color-border)!important}html body .arco-alert-success{background:var(--color-success-1)!important;border-color:var(--color-success-3)!important}html body .arco-alert-error{background:var(--color-danger-1)!important;border-color:var(--color-danger-3)!important}html body .arco-alert-warning{background:var(--color-warning-1)!important;border-color:var(--color-warning-3)!important}html body .arco-empty-description{color:var(--color-text-3)!important}html body .arco-spin-icon{color:var(--color-primary-6)!important}html body .arco-avatar{background:var(--color-fill-2)!important;color:var(--color-text-2)!important}html body .arco-badge-status-text{color:var(--color-text-2)!important}html body .arco-badge-status-dot{box-shadow:none!important}html body .arco-picker{background:var(--color-bg-1)!important;border-color:var(--color-border)!important;border-radius:var(--border-radius-small)!important}html body .arco-picker:hover{border-color:var(--color-primary-6)!important}html body .arco-picker-focused{border-color:var(--color-primary-6)!important;box-shadow:0 0 0 2px #0070f326!important}html body .arco-tree-node-selected{background:var(--color-primary-1)!important;color:var(--color-primary-6)!important}html body .arco-collapse-item{border-color:var(--color-border)!important;background:var(--color-bg-1)!important}html body .arco-collapse-item-header{color:var(--color-text-1)!important}html body .arco-timeline-item-content{color:var(--color-text-2)!important}html body .arco-btn[disabled],html body .arco-btn-disabled{opacity:.5!important;cursor:not-allowed!important}html body .arco-input-wrapper.arco-input-disabled,html body .arco-select-view.arco-select-disabled,html body .arco-textarea-wrapper.arco-textarea-disabled{background:var(--color-fill-1)!important;opacity:.7!important;cursor:not-allowed!important}html body .arco-table-tr-checked .arco-table-td{background:var(--color-primary-1)!important}html body .arco-list-item.arco-list-item-active{background:var(--color-primary-1)!important;color:var(--color-primary-6)!important}html body[data-style=fluent]{--glass-popover:#ffffffc7;--glass-blur:blur(32px) saturate(1.6);--color-primary-1:#f0f6fc;--color-primary-2:#c7e0f4;--color-primary-3:#9dc9eb;--color-primary-4:#55a3e0;--color-primary-5:#1f8fd6;--color-primary-6:#0078d4;--color-primary:#0078d4;--color-primary-light-1:#f0f6fc;--color-blue-6:#0078d4;--color-text-1:#1b1b1b;--color-text-2:#484644;--color-text-3:#605e5c;--color-text-4:#8a8886;--color-bg-1:#ffffffb8;--color-bg-2:#ffffff8c;--color-fill-1:#00000005;--color-fill-2:#0000000a;--color-fill-3:#0000000f;--color-border:#0000000f;--color-border-1:#0000000a;--color-border-2:#00000014;--color-danger:#c42b1c;--danger-color:#c42b1c;--color-success:#107c10;--color-warning:#ca5010;--radius-xs:4px;--radius-sm:4px;--radius-md:8px;--radius-lg:8px;--border-radius-small:4px;--border-radius-medium:8px;--border-radius-large:8px;--elev-ring:0 0 0 1px #0000000a;--elev-raised:0 1px 2px #0000000a, 0 4px 8px #0000000f, 0 8px 24px #00000014;--elev-raised-hover:0 1px 2px #0000000a, 0 4px 8px #0000000f, 0 16px 40px #0000001f;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-float:0 8px 32px #0000001f;--ease-standard:cubic-bezier(.1, .9, .2, 1);--font-mono:"Cascadia Code", "Cascadia Mono", Consolas, "SF Mono", "Roboto Mono", Menlo, Monaco, monospace;--stat-positive:#0078d4;--stat-negative:#c42b1c;--stat-neutral:#605e5c;--stat-highlight:#ca5010;--stat-soft-pos:#0078d41f;--stat-soft-neg:#c42b1c1a;--arcoblue-1:240, 246, 252;--arcoblue-2:199, 224, 244;--arcoblue-3:157, 201, 235;--arcoblue-4:85, 163, 224;--arcoblue-5:31, 143, 214;--arcoblue-6:0, 120, 212;--acrylic-inapp:#ffffff9e;--acrylic-inapp-blur:blur(20px) saturate(1.4);--acrylic-background:#ffffffc7;--acrylic-background-blur:blur(32px) saturate(1.6);background:radial-gradient(1200px 800px at 85% -10%,#0078d414,#0000 60%),radial-gradient(900px 600px at -10% 110%,#0078d40d,#0000 55%),linear-gradient(#f7f7f9 0%,#eff1f4 45%,#e8ebf0 100%);font-family:Segoe UI Variable Text,Segoe UI,-apple-system,BlinkMacSystemFont,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Helvetica Neue,sans-serif}html body[data-style=fluent][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4cc2ff;--color-primary:#4cc2ff;--color-primary-5:#6ecfff;--color-primary-light-1:#0b2436;--color-blue-6:#4cc2ff;--color-text-1:#f5f5f5;--color-text-2:#c8c6c4;--color-text-3:#a19f9d;--color-text-4:#8a8886;--color-bg-1:#202020b8;--color-bg-2:#20202080;--color-bg-3:#20202066;--color-fill-1:#ffffff08;--color-fill-2:#ffffff0d;--color-fill-3:#ffffff14;--color-border:#ffffff14;--color-border-1:#ffffff0d;--color-border-2:#ffffff1a;--color-danger:#ff99a4;--danger-color:#ff99a4;--color-success:#6ccb5f;--color-warning:#ffc83d;--elev-ring:0 0 0 1px #ffffff0f;--elev-raised:0 1px 2px #0000004d, 0 4px 8px #00000059, 0 8px 24px #0006;--elev-raised-hover:0 1px 2px #0000004d, 0 4px 8px #00000059, 0 16px 40px #00000080;--stat-positive:#4cc2ff;--stat-negative:#ff99a4;--stat-neutral:#a19f9d;--stat-highlight:#ffc83d;--stat-soft-pos:#4cc2ff29;--stat-soft-neg:#ff99a424;--glass-popover:#202020c7;--glass-blur:blur(32px) saturate(1.6);--arcoblue-6:76, 194, 255;--acrylic-inapp:#2020209e;--acrylic-inapp-blur:blur(20px) saturate(1.4);--acrylic-background:#202020c7;--acrylic-background-blur:blur(32px) saturate(1.6);--color-on-primary:#1b1b1b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:radial-gradient(1200px 800px at 85% -10%,#4cc2ff0f,#0000 60%),radial-gradient(900px 600px at -10% 110%,#4cc2ff0a,#0000 55%),linear-gradient(#1e1e1e 0%,#21242a 50%,#1a1d22 100%)}html body[data-style=fluent] .arco-card{-webkit-backdrop-filter:blur(24px)saturate(1.4);box-shadow:var(--elev-raised)!important;background:#fff9!important;border:1px solid #fff6!important}html body[data-style=fluent] .arco-card-hoverable:hover{background:#ffffffad!important;border-color:#0078d459!important}html body[data-style=fluent] .arco-layout-sider,html body[data-style=fluent] .arco-layout-header{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff8c!important;border-color:#0000000f!important}html body[data-style=fluent] .arco-modal,html body[data-style=fluent] .arco-drawer,html body[data-style=fluent] .arco-dropdown-menu,html body[data-style=fluent] .arco-select-dropdown,html body[data-style=fluent] .arco-menu,html body[data-style=fluent] .arco-menu-pop,html body[data-style=fluent] .arco-popover{-webkit-backdrop-filter:blur(32px)saturate(1.6);box-shadow:var(--elev-raised)!important;background:#ffffffc7!important;border:1px solid #0000000f!important}html body[data-style=fluent] .arco-tooltip-content{-webkit-backdrop-filter:blur(16px);box-shadow:var(--elev-ring)!important;background:#ffffffe0!important}html body[data-style=fluent] .arco-input-wrapper,html body[data-style=fluent] .arco-select-view{background:#ffffff80!important;border-color:#00000014!important}html body[data-style=fluent] .arco-input-wrapper:hover,html body[data-style=fluent] .arco-select-view:hover{background:#fff9!important}html body[data-style=fluent] .arco-input-wrapper:focus-within,html body[data-style=fluent] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=fluent] .arco-select-view:focus-within,html body[data-style=fluent] .arco-select-view.arco-select-view-focus{background:#ffffffb8!important;border-color:#0078d4!important;box-shadow:0 0 0 2px #0078d440!important}html body[data-style=fluent] .arco-btn-primary,html body[data-style=fluent] .arco-btn-primary[type=button],html body[data-style=fluent] .arco-btn-primary[type=submit]{background:#0078d4!important;border-color:#0078d4!important}html body[data-style=fluent] .arco-btn-primary:hover,html body[data-style=fluent] .arco-btn-primary[type=button]:hover,html body[data-style=fluent] .arco-btn-primary[type=submit]:hover{background:#005fb8!important;border-color:#005fb8!important}html body[data-style=fluent] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#0000000d!important}html body[data-style=fluent] .arco-table-th{color:var(--color-text-2)!important;background:#00000008!important}html body[data-style=fluent] .arco-table-tr:hover .arco-table-td{background:#0078d40d!important}html body[data-style=fluent] .arco-tag{background:#0000000a!important;border-color:#0000000f!important}html body[data-style=fluent] .arco-divider{border-color:#00000014!important}html body[data-style=fluent] .arco-progress-line-bar{background:#0078d4!important}html body[data-style=fluent] .ico-btn:hover,html body[data-style=fluent] .win-btn:hover{background:#0000000d!important}html body[data-style=fluent] .panel-left,html body[data-style=fluent] .panel-right{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff80!important}html body[data-style=fluent] .panel-inner{background:0 0!important}html body[data-style=fluent] .theme-panel__body{-webkit-backdrop-filter:blur(32px)saturate(1.6);box-shadow:var(--elev-raised)!important;background:#ffffffc7!important}html body[data-style=fluent] .chat-panel,html body[data-style=fluent] .chat-panel-fs,html body[data-style=fluent] .chat-panel-analysis{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff80!important}html body[data-style=fluent] .grid-window{-webkit-backdrop-filter:blur(20px)saturate(1.35);box-shadow:var(--elev-raised)!important;background:#ffffff9e!important;border-color:#ffffff73!important}html body[data-style=fluent] .grid-window:hover{box-shadow:var(--elev-raised-hover)!important}html body[data-style=fluent] .admin-main .panel,html body[data-style=fluent] .ann-card,html body[data-style=fluent] .cfg-card,html body[data-style=fluent] .card,html body[data-style=fluent] .card-more,html body[data-style=fluent] .col-card,html body[data-style=fluent] .concept-card,html body[data-style=fluent] .create-card,html body[data-style=fluent] .connection-card,html body[data-style=fluent] .ds-card,html body[data-style=fluent] .job-card,html body[data-style=fluent] .ledger,html body[data-style=fluent] .pw-card,html body[data-style=fluent] .qr-card,html body[data-style=fluent] .semantic-debug-panel,html body[data-style=fluent] .share-window,html body[data-style=fluent] .skeleton-card,html body[data-style=fluent] .sug-card,html body[data-style=fluent] .analysis-progress,html body[data-style=fluent] .edit-panel,html body[data-style=fluent] .admin-main .metric-card,html body[data-style=fluent] .admin-main .health-card,html body[data-style=fluent] .cache-stat{-webkit-backdrop-filter:blur(20px)saturate(1.4)}html body[data-style=fluent] .admin-main .stat-card,html body[data-style=fluent] .arco-table-container,html body[data-style=fluent] .table-scroll-wrap{-webkit-backdrop-filter:blur(12px)saturate(1.3)}html body[data-style=fluent] .arco-input-wrapper,html body[data-style=fluent] .arco-select-view{-webkit-backdrop-filter:blur(12px)}html body[data-style=fluent]{--x-window-code-bg:#1e1e1e;--x-window-code-text:#d4d4d4}html body[data-style=fluent] h1,html body[data-style=fluent] h2,html body[data-style=fluent] h3,html body[data-style=fluent] h4{letter-spacing:0!important}html body[data-style=fluent] :focus-visible{outline-offset:2px;outline:2px solid #0078d4!important}html body[data-style=fluent] ::-webkit-scrollbar-thumb{background:#0000002e;border-radius:4px}html body[data-style=fluent] ::-webkit-scrollbar-thumb:hover{background:#00000052}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-card{background:#20202099!important;border-color:#ffffff14!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{background:#202020ad!important;border-color:#4cc2ff4d!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#2020208c!important;border-color:#ffffff14!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-popover{background:#202020c7!important;border-color:#ffffff14!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#ffffff0d!important;border-color:#ffffff1a!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{background:#ffffff12!important;border-color:#4cc2ff!important;box-shadow:0 0 0 2px #4cc2ff40!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1b1b1b!important;background:#4cc2ff!important;border-color:#4cc2ff!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#6ecfff!important;border-color:#6ecfff!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#ffffff0f!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-table-th{background:#ffffff0a!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#4cc2ff12!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-tag{background:#ffffff0f!important;border-color:#ffffff1a!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff1a!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#4cc2ff!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#ffffff0f!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .panel-right{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#2020208c!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .theme-panel__body{-webkit-backdrop-filter:blur(32px)saturate(1.6);background:#202020c7!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#2020208c!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .grid-window{-webkit-backdrop-filter:blur(20px)saturate(1.35);background:#2020209e!important;border-color:#ffffff14!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4cc2ff!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff2e}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff52}html body[data-style=fluent]:before{content:"";z-index:-1;pointer-events:none;opacity:.45;filter:blur(8px)saturate(.7)brightness(1.05);background:url(/favicon.svg) 50% 42%/min(560px,50vh) min(560px,50vh) no-repeat;position:fixed;inset:0}html body[data-style=fluent][arco-theme=dark][arco-theme=dark]:before{opacity:.35;filter:blur(8px)saturate(.7)brightness(.85)}html body[data-style=fluent] .sidebar{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff8c;border-right-color:#0000000f}html body[data-style=fluent] .sidebar-item:hover{background:#0000000d}html body[data-style=fluent] .sidebar-item.active{color:#0078d4;background:#0078d41f}html body[data-style=fluent] .topnav{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff8c}html body[arco-theme=dark][arco-theme=dark][data-style=fluent] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=fluent] .topnav{background:#2020208c;border-color:#ffffff14}html body[arco-theme=dark][arco-theme=dark][data-style=fluent] .sidebar-item:hover{background:#ffffff0f}html body[arco-theme=dark][arco-theme=dark][data-style=fluent] .sidebar-item.active{color:#4cc2ff;background:#4cc2ff24}html body[data-style=fluent] .arco-card,html body[data-style=fluent] .arco-card-hoverable,html body[data-style=fluent] .sidebar-item,html body[data-style=fluent] .topnav a,html body[data-style=fluent] .win-btn,html body[data-style=fluent] .ico-btn{--rx:50%;--ry:50%;position:relative}html body[data-style=fluent] .arco-card:after,html body[data-style=fluent] .arco-card-hoverable:after,html body[data-style=fluent] .grid-window:after,html body[data-style=fluent] .sidebar-item:after,html body[data-style=fluent] .topnav a:after,html body[data-style=fluent] .win-btn:after,html body[data-style=fluent] .ico-btn:after{content:"";z-index:1;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .25s var(--ease-standard);background:radial-gradient(circle 160px at var(--rx,50%) var(--ry,50%), #ffffff29, #ffffff0f 45%, transparent 72%);position:absolute;inset:0}html body[data-style=fluent] .arco-card:hover:after,html body[data-style=fluent] .arco-card-hoverable:hover:after,html body[data-style=fluent] .grid-window:hover:after,html body[data-style=fluent] .sidebar-item:hover:after,html body[data-style=fluent] .topnav a:hover:after,html body[data-style=fluent] .win-btn:hover:after,html body[data-style=fluent] .ico-btn:hover:after{opacity:1}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-card:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .grid-window:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .sidebar-item:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .topnav a:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .win-btn:after,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .ico-btn:after{background:radial-gradient(circle 160px at var(--rx,50%) var(--ry,50%), #ffffff1a, #ffffff0a 45%, transparent 72%)}html body[data-style=fluent] .arco-card,html body[data-style=fluent] .arco-card-hoverable{transition:box-shadow .25s var(--ease-standard), background-color .25s var(--ease-standard)}html body[data-style=fluent] .sidebar-item,html body[data-style=fluent] .topnav a,html body[data-style=fluent] .win-btn,html body[data-style=fluent] .ico-btn{transition:background-color .15s var(--ease-standard), color .15s var(--ease-standard)}html body[data-style=fluent] .arco-card,html body[data-style=fluent] .arco-layout-sider,html body[data-style=fluent] .arco-layout-header,html body[data-style=fluent] .panel-left,html body[data-style=fluent] .panel-right,html body[data-style=fluent] .chat-panel,html body[data-style=fluent] .chat-panel-fs,html body[data-style=fluent] .chat-panel-analysis,html body[data-style=fluent] .grid-window,html body[data-style=fluent] .sidebar,html body[data-style=fluent] .topnav,html body[data-style=fluent] .canvas-toolbar,html body[data-style=fluent] .arco-input-wrapper,html body[data-style=fluent] .arco-select-view{-webkit-backdrop-filter:var(--acrylic-inapp-blur);background:var(--acrylic-inapp)!important}html body[data-style=fluent] .arco-modal,html body[data-style=fluent] .arco-drawer,html body[data-style=fluent] .arco-dropdown-menu,html body[data-style=fluent] .arco-select-dropdown,html body[data-style=fluent] .arco-menu,html body[data-style=fluent] .arco-menu-pop,html body[data-style=fluent] .arco-popover,html body[data-style=fluent] .arco-tooltip-content,html body[data-style=fluent] .theme-panel__body{-webkit-backdrop-filter:var(--acrylic-background-blur);background:var(--acrylic-background)!important}html body[data-style=fluent] .arco-tooltip-content{background:#ffffffe6!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{background:#202020e6!important}html body[data-style=fluent] .canvas-toolbar .tb-btn{border-radius:4px!important;width:32px!important;height:32px!important}html body[data-style=fluent] .canvas-toolbar .tb-panel-btn{border-color:#0000!important;border-radius:4px!important;height:32px!important}html body[data-style=fluent] .canvas-toolbar .tb-panel-btn.active{background:var(--color-fill-2)!important;color:var(--color-text-1)!important;border-color:#0000!important}html body[data-style=fluent] .canvas-toolbar .tb-panel-btn:hover{border-color:#0000!important}html body[data-style=fluent] .view-switch button.active{color:var(--color-text-1)!important}html body[data-style=fluent] .ico-btn.active,html body[data-style=fluent] .win-btn.active{background:var(--color-fill-2)!important;color:var(--color-text-1)!important}html body[data-style=fluent] .theme-panel__body .arco-tabs-header-title{font-size:13px!important;font-weight:500!important}html body[data-style=fluent] .theme-panel__body .arco-tabs-header-title-text{color:var(--color-text-2)!important}html body[data-style=fluent] .theme-panel__body .arco-tabs-header-title-active .arco-tabs-header-title-text{color:var(--color-primary-6)!important}html body[data-style=fluent] .theme-panel__body .arco-tabs-header-ink{background:var(--color-primary-6)!important;height:2px!important}html body[data-style=fluent] .arco-message,html body[data-style=fluent] .arco-notification{-webkit-backdrop-filter:blur(32px)saturate(1.6);box-shadow:var(--elev-raised)!important;background:#ffffffe6!important;border:1px solid #0000000f!important;border-radius:4px!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-message,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .arco-notification{background:#202020e6!important;border-color:#ffffff14!important}html body[data-style=fluent] .arco-empty .arco-empty-description{color:var(--color-text-3)!important;font-size:14px!important}html body[data-style=fluent] .send-btn{border-radius:4px!important;width:32px!important;height:32px!important}@media (hover:none) and (pointer:coarse){html body[data-style=fluent] .send-btn{position:relative}html body[data-style=fluent] .send-btn:after{content:"";border-radius:inherit;position:absolute;inset:-6px}}html body[data-style=fluent] .history-count{min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:12px!important;font-weight:600!important;line-height:16px!important}html body[data-style=fluent] .chart-viewer{-webkit-backdrop-filter:blur(32px)saturate(1.6);background:#ffffffd1!important}html body[data-style=fluent] .chart-viewer-header{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#fff9!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chart-viewer{background:#202020d1!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chart-viewer-header{background:#20202099!important}html body[data-style=fluent] .canvas-toolbar{z-index:300;position:relative}html body[data-style=fluent] .chat-message.user .msg-body{color:var(--color-text-1)!important;background:#0078d41a!important}html body[data-style=fluent] .chat-message.user .msg-text,html body[data-style=fluent] .chat-message.user .msg-text p{color:var(--color-text-1)!important}html body[data-style=fluent] .chat-message.user .msg-text code{color:var(--color-text-1)!important;background:#0000000f!important}html body[data-style=fluent] .chat-message.user .msg-text a{color:var(--color-primary-6)!important}html body[data-style=fluent] .chat-message.user .msg-text blockquote{border-left-color:var(--color-primary-6)!important;color:var(--color-text-2)!important}html body[data-style=fluent] .chat-message.user .msg-text .mention-link{color:var(--color-text-1)!important;background:#00000014!important}html body[data-style=fluent] .chat-message.user .msg-text .mention-link:hover{background:#0000001f!important}html body[data-style=fluent] .chat-message.user .msg-text .mention-ds{color:var(--color-primary-6)!important;background:#0078d424!important}html body[data-style=fluent] .chat-message.user .msg-text .mention-ds:hover{background:#0078d438!important}html body[data-style=fluent] .chat-message.user .msg-time{color:var(--color-text-3)!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-message.user .msg-body{background:#4cc2ff29!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-message.user .msg-text code,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-message.user .msg-text .mention-link{background:#ffffff1f!important}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .chat-message.user .msg-text .mention-ds{background:#4cc2ff33!important}@media (prefers-reduced-transparency:reduce){html body[data-style=fluent]{--color-bg-1:#fff;--color-bg-2:#fff;background:var(--color-bg-1)}html body[data-style=fluent][arco-theme=dark][arco-theme=dark]{--color-bg-1:#1e1e1e;--color-bg-2:#1e1e1e;background:var(--color-bg-1)}html body[data-style=fluent]:before{display:none}html body[data-style=fluent] .arco-card,html body[data-style=fluent] .arco-layout-sider,html body[data-style=fluent] .arco-layout-header,html body[data-style=fluent] .arco-modal,html body[data-style=fluent] .arco-drawer,html body[data-style=fluent] .arco-dropdown-menu,html body[data-style=fluent] .arco-select-dropdown,html body[data-style=fluent] .arco-menu,html body[data-style=fluent] .arco-menu-pop,html body[data-style=fluent] .arco-popover,html body[data-style=fluent] .arco-tooltip-content,html body[data-style=fluent] .theme-panel__body,html body[data-style=fluent] .chat-panel,html body[data-style=fluent] .chat-panel-fs,html body[data-style=fluent] .chat-panel-analysis,html body[data-style=fluent] .grid-window,html body[data-style=fluent] .panel-left,html body[data-style=fluent] .panel-right,html body[data-style=fluent] .sidebar,html body[data-style=fluent] .topnav,html body[data-style=fluent] .canvas-toolbar,html body[data-style=fluent] .fluent-nav,html body[data-style=fluent] .admin-main .panel,html body[data-style=fluent] .ann-card,html body[data-style=fluent] .cfg-card,html body[data-style=fluent] .card-more,html body[data-style=fluent] .col-card,html body[data-style=fluent] .concept-card,html body[data-style=fluent] .create-card,html body[data-style=fluent] .connection-card,html body[data-style=fluent] .ds-card,html body[data-style=fluent] .job-card,html body[data-style=fluent] .ledger,html body[data-style=fluent] .pw-card,html body[data-style=fluent] .qr-card,html body[data-style=fluent] .share-window,html body[data-style=fluent] .sug-card,html body[data-style=fluent] .edit-panel,html body[data-style=fluent] .admin-main .metric-card,html body[data-style=fluent] .admin-main .health-card,html body[data-style=fluent] .admin-main .stat-card,html body[data-style=fluent] .arco-table-container,html body[data-style=fluent] .table-scroll-wrap,html body[data-style=fluent] .arco-input-wrapper,html body[data-style=fluent] .arco-select-view{background:var(--color-bg-2)!important;-webkit-backdrop-filter:none!important}}@media (prefers-reduced-motion:reduce){html body[data-style=fluent] *,html body[data-style=fluent] :before,html body[data-style=fluent] :after{transition:none!important;animation:none!important}}html body[data-style=fluent] .nav-item{position:relative}html body[data-style=fluent] .sidebar-item.active:before,html body[data-style=fluent] .nav-item.active:before{content:"";background:var(--color-primary);border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .sidebar-item.active:before,html body[data-style=fluent][arco-theme=dark][arco-theme=dark] .nav-item.active:before{background:var(--color-primary)}html body[data-style=fluent] .sidebar:not(.collapsed){width:200px}@media (width>=769px) and (width<=1200px){html body[data-style=fluent] .sidebar:not(.collapsed){width:172px}}@media (width>=769px) and (width<=900px){html body[data-style=fluent] .sidebar:not(.collapsed){width:60px}}html body[data-style=apple]{--glass-popover:#ffffffd1;--glass-blur:blur(40px) saturate(1.8);--glass-content:#ffffffeb;--glass-regular:#ffffff8c;--glass-thick:#ffffffd1;--glass-input:#ffffff80;--glass-tooltip:#ffffffe6;--blur-regular:blur(24px) saturate(1.5);--blur-thick:blur(40px) saturate(1.8);--blur-input:blur(12px);--page-title-display:block;--page-title-size:var(--font-size-large-title,34px);--page-title-weight:700;--page-header-gap:var(--space-6,28px);--card-padding:var(--space-4,20px);--card-grid-min:340px;--btn-min-height:32px;--space-3:14px;--space-4:20px;--space-6:28px;--space-8:40px;--color-primary-1:#e6f2ff;--color-primary-2:#c7e0ff;--color-primary-3:#9cc7ff;--color-primary-4:#66a8ff;--color-primary-5:#38f;--color-primary-6:#007aff;--color-primary:#007aff;--color-primary-light-1:#e6f2ff;--color-blue-6:#007aff;--color-text-1:#1c1c1e;--color-text-2:#3a3a3c;--color-text-3:#8e8e93;--color-text-4:#aeaeb2;--color-bg-1:#ffffffeb;--color-bg-2:#ffffffd9;--color-fill-1:#00000008;--color-fill-2:#0000000f;--color-fill-3:#0000001a;--color-border:#0000001f;--color-border-1:#00000014;--color-border-2:#0000001f;--color-danger:#ff3b30;--danger-color:#ff3b30;--color-success:#34c759;--color-warning:#ff9500;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--border-radius-small:8px;--border-radius-medium:12px;--border-radius-large:16px;--elev-ring:0 0 0 1px #0000000f;--elev-raised:0 1px 3px #00000014, 0 4px 12px #0000000f;--elev-raised-hover:0 1px 3px #00000014, 0 8px 24px #0000001a;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-float:0 8px 24px #00000024;--ease-standard:cubic-bezier(.32, .72, 0, 1);--font-mono:"SF Mono", ui-monospace, "SFMono-Regular", Menlo, Monaco, "Cascadia Code", Consolas, monospace;--font-size-large-title:34px;--font-size-title1:28px;--font-size-title2:22px;--font-size-title3:20px;--font-size-headline:17px;--font-size-body:17px;--font-size-callout:16px;--font-size-subhead:15px;--font-size-footnote:13px;--font-size-caption1:12px;--font-size-caption2:11px;--color-chart-1:#007aff;--color-chart-2:#34c759;--color-chart-3:#ff3b30;--color-chart-4:#ff9500;--color-chart-5:#af52de;--color-chart-6:#5ac8fa;--color-chart-7:#fc0;--color-chart-8:#ff2d55;--color-chart-9:#8e8e93;--stat-positive:#007aff;--stat-negative:#ff3b30;--stat-neutral:#8e8e93;--stat-highlight:#ff9500;--stat-soft-pos:#007aff1f;--stat-soft-neg:#ff3b301a;--arcoblue-1:230, 242, 255;--arcoblue-2:199, 224, 255;--arcoblue-3:156, 199, 255;--arcoblue-4:102, 168, 255;--arcoblue-5:51, 136, 255;--arcoblue-6:0, 122, 255;background:radial-gradient(1200px 800px at 85% -10%,#4a90e21a,#0000 60%),radial-gradient(900px 600px at -10% 110%,#7b68ee14,#0000 55%),radial-gradient(1000px 700px at 55% 120%,#f2a2c012,#0000 55%),#f2f2f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=apple][arco-theme=dark][arco-theme=dark]{--color-primary-6:#0a84ff;--color-primary:#0a84ff;--color-primary-5:#409cff;--color-primary-light-1:#0b2436;--color-blue-6:#0a84ff;--color-text-1:#f2f2f7;--color-text-2:#aeaeb2;--color-text-3:#8e8e93;--color-text-4:#636366;--color-bg-1:#1c1c1eeb;--color-bg-2:#1c1c1ed9;--color-fill-1:#ffffff0a;--color-fill-2:#ffffff14;--color-fill-3:#ffffff1f;--color-border:#ffffff26;--color-border-1:#ffffff1a;--color-border-2:#ffffff26;--color-danger:#ff453a;--danger-color:#ff453a;--color-success:#30d158;--color-warning:#ff9f0a;--elev-raised:0 1px 3px #0000004d, 0 4px 12px #0006;--elev-raised-hover:0 1px 3px #0000004d, 0 8px 24px #00000080;--stat-positive:#0a84ff;--stat-negative:#ff453a;--stat-neutral:#aeaeb2;--stat-highlight:#ff9f0a;--stat-soft-pos:#0a84ff29;--stat-soft-neg:#ff453a24;--glass-popover:#1c1c1ed9;--glass-blur:blur(40px) saturate(1.8);--glass-content:#1c1c1eeb;--glass-regular:#1c1c1e8c;--glass-thick:#1c1c1ed9;--glass-input:#ffffff12;--glass-tooltip:#1c1c1eeb;--page-title-display:block;--page-title-size:var(--font-size-large-title,34px);--page-title-weight:700;--page-header-gap:var(--space-6,28px);--card-padding:var(--space-4,20px);--card-grid-min:340px;--btn-min-height:32px;--blur-regular:blur(24px) saturate(1.5);--blur-thick:blur(40px) saturate(1.8);--blur-input:blur(12px);--color-chart-1:#0a84ff;--color-chart-2:#30d158;--color-chart-3:#ff453a;--color-chart-4:#ff9f0a;--color-chart-5:#bf5af2;--color-chart-6:#64d2ff;--color-chart-7:#ffd60a;--color-chart-8:#ff375f;--color-chart-9:#aeaeb2;--arcoblue-6:10, 132, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:radial-gradient(1200px 800px at 85% -10%,#4a90e214,#0000 60%),radial-gradient(900px 600px at -10% 110%,#7b68ee0f,#0000 55%),radial-gradient(1000px 700px at 55% 120%,#f2a2c00d,#0000 55%),#000}html body[data-style=apple] .arco-card{background:var(--glass-content)!important;box-shadow:var(--elev-raised)!important;border:1px solid #ffffff80!important}html body[data-style=apple] .arco-card-hoverable:hover{background:#fffffff5!important;border-color:#007aff66!important}html body[data-style=apple] .arco-layout-sider,html body[data-style=apple] .arco-layout-header{-webkit-backdrop-filter:blur(24px)saturate(1.5);background:#ffffff8c!important;border-color:#0000001f!important}html body[data-style=apple] .arco-modal,html body[data-style=apple] .arco-drawer,html body[data-style=apple] .arco-dropdown-menu,html body[data-style=apple] .arco-select-dropdown,html body[data-style=apple] .arco-menu,html body[data-style=apple] .arco-menu-pop,html body[data-style=apple] .arco-popover{-webkit-backdrop-filter:blur(40px)saturate(1.8);box-shadow:var(--elev-raised)!important;background:#ffffffd1!important;border:1px solid #fff9!important}html body[data-style=apple] .arco-tooltip-content{-webkit-backdrop-filter:blur(20px);box-shadow:var(--elev-ring)!important;background:#ffffffe6!important}html body[data-style=apple] .arco-input-wrapper,html body[data-style=apple] .arco-select-view{-webkit-backdrop-filter:blur(12px);background:#ffffff80!important;border-color:#00000014!important}html body[data-style=apple] .arco-input-wrapper:focus-within,html body[data-style=apple] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=apple] .arco-select-view:focus-within,html body[data-style=apple] .arco-select-view.arco-select-view-focus{background:#ffffffbf!important;border-color:#007aff!important;box-shadow:0 0 0 3px #007aff40!important}html body[data-style=apple] .arco-btn-primary,html body[data-style=apple] .arco-btn-primary[type=button],html body[data-style=apple] .arco-btn-primary[type=submit]{background:#007aff!important;border-color:#007aff!important}html body[data-style=apple] .arco-btn-primary:hover,html body[data-style=apple] .arco-btn-primary[type=button]:hover,html body[data-style=apple] .arco-btn-primary[type=submit]:hover{background:#06c!important;border-color:#06c!important}html body[data-style=apple] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#0000000f!important}html body[data-style=apple] .arco-table-th{color:var(--color-text-2)!important;background:0 0!important;border-color:#0000001f!important;font-weight:600!important}html body[data-style=apple] .arco-table-td{border-color:#0000001f!important}html body[data-style=apple] .arco-table-tr:hover .arco-table-td{background:#0000000a!important}html body[data-style=apple] .arco-tag{background:#0000000d!important;border-color:#00000014!important}html body[data-style=apple] .arco-divider{border-color:#0000001f!important}html body[data-style=apple] .arco-progress-line-bar{background:#007aff!important}html body[data-style=apple] .ico-btn:hover,html body[data-style=apple] .win-btn:hover{background:#0000000f!important}html body[data-style=apple] .panel-left,html body[data-style=apple] .panel-right{background:var(--glass-content)!important}html body[data-style=apple] .panel-inner{background:0 0!important}html body[data-style=apple] .theme-panel__body{-webkit-backdrop-filter:var(--blur-thick);background:var(--glass-thick)!important;box-shadow:var(--elev-raised)!important}html body[data-style=apple] .chat-panel,html body[data-style=apple] .chat-panel-fs,html body[data-style=apple] .chat-panel-analysis{background:var(--glass-content)!important}html body[data-style=apple] .grid-window{background:var(--glass-content)!important;box-shadow:var(--elev-raised)!important;border-color:#ffffff80!important}html body[data-style=apple] .grid-window:hover{box-shadow:var(--elev-raised-hover)!important}html body[data-style=apple] .admin-main .panel,html body[data-style=apple] .ann-card,html body[data-style=apple] .cfg-card,html body[data-style=apple] .card,html body[data-style=apple] .card-more,html body[data-style=apple] .col-card,html body[data-style=apple] .concept-card,html body[data-style=apple] .create-card,html body[data-style=apple] .connection-card,html body[data-style=apple] .ds-card,html body[data-style=apple] .job-card,html body[data-style=apple] .ledger,html body[data-style=apple] .pw-card,html body[data-style=apple] .qr-card,html body[data-style=apple] .semantic-debug-panel,html body[data-style=apple] .share-window,html body[data-style=apple] .skeleton-card,html body[data-style=apple] .sug-card,html body[data-style=apple] .analysis-progress,html body[data-style=apple] .edit-panel,html body[data-style=apple] .admin-main .metric-card,html body[data-style=apple] .admin-main .health-card,html body[data-style=apple] .cache-stat{background:var(--color-bg-1)!important;-webkit-backdrop-filter:none!important}html body[data-style=apple] .admin-main .stat-card,html body[data-style=apple] .arco-table-container,html body[data-style=apple] .table-scroll-wrap{-webkit-backdrop-filter:none!important}html body[data-style=apple]{--x-window-code-bg:#1e1e1e;--x-window-code-text:#d4d4d4}html body[data-style=apple] h1{letter-spacing:-.02em;font-weight:700!important}html body[data-style=apple] h2{letter-spacing:-.01em}html body[data-style=apple] :focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #007aff!important}html body[data-style=apple] ::-webkit-scrollbar-thumb{background:#0003;border-radius:6px}html body[data-style=apple] ::-webkit-scrollbar-thumb:hover{background:#00000057}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-card{background:var(--glass-content)!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{background:#1c1c1ef5!important;border-color:#0a84ff59!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1c1c1e8c!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1c1c1ed9!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{background:#1c1c1eeb!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#ffffff12!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#0a84ff!important;box-shadow:0 0 0 3px #0a84ff40!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:#0a84ff!important;border-color:#0a84ff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#409cff!important;border-color:#409cff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#ffffff12!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-table-th,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff26!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#ffffff0d!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-tag{background:#ffffff12!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff26!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#0a84ff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#ffffff12!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .panel-right{background:var(--glass-content)!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .theme-panel__body{-webkit-backdrop-filter:var(--blur-thick);background:var(--glass-thick)!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:var(--glass-content)!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .grid-window{background:var(--glass-content)!important;border-color:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#0a84ff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=apple][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff57}html body[data-style=apple] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not(:disabled):active{background:#00000014!important}html body[data-style=apple] .arco-btn-primary:active,html body[data-style=apple] .arco-btn-primary[type=button]:active,html body[data-style=apple] .arco-btn-primary[type=submit]:active{background:#05c!important;border-color:#05c!important}html body[data-style=apple] .sidebar-item:active{background:#00000014!important}html body[data-style=apple] .ico-btn:active,html body[data-style=apple] .win-btn:active{background:#0000001a!important}html body[data-style=apple] .arco-card-hoverable:active{background:#ffffffe0!important}html body[data-style=apple] .arco-table-tr:active .arco-table-td{background:#0000000f!important}html body[data-style=apple] .arco-switch-checked{background-color:#34c759!important;border-color:#34c759!important}html body[data-style=apple] .arco-switch[disabled].arco-switch-checked{background-color:#34c75999!important;border-color:#34c75999!important}html body[data-style=apple] .arco-slider-track:before{border-radius:2px;height:3px}html body[data-style=apple] .arco-slider-btn:after{border-radius:50%;width:16px;height:16px;background:var(--color-bg-2)!important;border:2px solid #007aff!important}html body[data-style=apple] .arco-segmented{border-radius:var(--radius-md)!important;background:#7676801f!important;padding:3px!important}html body[data-style=apple] .arco-segmented-item{color:var(--color-text-2)!important;border-radius:calc(var(--radius-md) - 3px)!important}html body[data-style=apple] .arco-segmented-item:hover{background:#0000000a!important}html body[data-style=apple] .arco-segmented-item.arco-segmented-item-selected{color:var(--color-text-1)!important;box-shadow:var(--shadow-sm)!important;background:#fff!important}html body[data-style=apple] .arco-segmented-item.arco-segmented-item-selected .arco-segmented-item-label{color:#007aff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not(:disabled):active{background:#ffffff1a!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary:active,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:active,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:active{background:#0873e0!important;border-color:#0873e0!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .sidebar-item:active{background:#ffffff1a!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .ico-btn:active,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .win-btn:active{background:#ffffff1f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:active{background:#1c1c1ee0!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-table-tr:active .arco-table-td{background:#ffffff0f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-switch-checked{background-color:#30d158!important;border-color:#30d158!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-switch[disabled].arco-switch-checked{background-color:#30d15899!important;border-color:#30d15899!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-slider-btn:after{border-color:#0a84ff!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-segmented{background:#ffffff1a!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-segmented-item:hover{background:#ffffff0f!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-segmented-item.arco-segmented-item-selected{background:#ffffff26!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-segmented-item.arco-segmented-item-selected .arco-segmented-item-label{color:#0a84ff!important}html body[data-style=apple] .sidebar{-webkit-backdrop-filter:blur(24px)saturate(1.5);background:#ffffff80;border-right-color:#0000001f}html body[data-style=apple] .sidebar-item{border-radius:8px}html body[data-style=apple] .sidebar-item:hover{background:#0000000d}html body[data-style=apple] .sidebar-item.active{color:#007aff;background:#007aff1f}html body[data-style=apple] .topnav{-webkit-backdrop-filter:blur(24px)saturate(1.5);background:#ffffff80}html body[data-style=apple] .main-content .page-header h1{font-size:var(--font-size-large-title,34px);letter-spacing:-.02em;font-weight:700}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=apple] .topnav{background:#1c1c1ec7;border-color:#ffffff1f}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sidebar-item:hover{background:#ffffff0f}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sidebar-item.active{color:#0a84ff;background:#0a84ff29}html body[data-style=apple] .sidebar-divider{background:#0000001f;height:1px;margin:8px 12px}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sidebar-divider{background:#ffffff1f}html body[data-style=apple] .home .topnav-center{display:none}html body[data-style=apple] .sidebar-item-add:hover{color:var(--color-text-2)!important}html body[data-style=apple] .sidebar-item{padding-top:8px;padding-bottom:8px}html body[data-style=apple] .sidebar-item-icon{width:22px;font-size:18px}html body[data-style=apple] .sidebar-item-icon[width="16"]{width:18px;height:18px}html body[data-style=apple] .sidebar-badge{color:var(--color-text-3);background:#0000000f}html body[data-style=apple] .sidebar-section{gap:4px}html body[data-style=apple] .sidebar{padding:14px 10px}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sidebar-badge{color:var(--color-text-3);background:#ffffff1a}@media (hover:none) and (pointer:coarse){html body[data-style=apple] .ico-btn,html body[data-style=apple] .mobile-menu-btn{width:44px;height:44px;font-size:20px}}@media (width<=768px){html body[data-style=apple] .sidebar-item{padding:10px 12px}}@media (width<=480px){html body[data-style=apple] .topnav{min-height:44px}}html body[data-style=apple] .project-list .card,html body[data-style=apple] .project-list .ledger,html body[data-style=apple] .datasources-page .connection-card{border-radius:var(--radius-lg,16px)}html body[data-style=apple] .action-row .arco-btn,html body[data-style=apple] .page-header .arco-btn,html body[data-style=apple] .connection-card .card-actions .arco-btn{min-height:var(--btn-min-height,32px)}html body[data-style=apple] .entry{border-bottom-color:#0000001f!important}html body[data-style=apple] .entry:last-child{border-bottom-color:#0000!important}html body[data-style=apple] .project-list .card{box-shadow:var(--elev-raised)!important;transition:box-shadow .2s var(--ease-standard), transform .2s var(--ease-standard)!important}html body[data-style=apple] .project-list .card:hover{transform:translateY(-2px);box-shadow:var(--elev-raised-hover)!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .entry{border-bottom-color:#ffffff1f!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .entry:last-child{border-bottom-color:#0000!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .project-list .card{box-shadow:var(--elev-raised)!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .project-list .card:hover{box-shadow:var(--elev-raised-hover)!important}html body[data-style=apple] .sort-btns,html body[data-style=apple] .view-toggle{border-radius:var(--radius-md)!important;background:#7676801f!important;padding:3px!important}html body[data-style=apple] .sort-btns button,html body[data-style=apple] .view-toggle button{border-radius:calc(var(--radius-md) - 3px)!important}html body[data-style=apple] .sort-btns button.active,html body[data-style=apple] .view-toggle button.active{box-shadow:var(--shadow-sm)!important;background:#fff!important}html body[data-style=apple] .usage-summary{border-radius:var(--radius-md)!important;background:#0000000d!important}html body[data-style=apple] .usage-summary:hover{background:#00000014!important}html body[data-style=apple] .usage-summary:active{background:#0000001f!important}@media (width<=1600px){html body[data-style=apple] .card-grid{grid-template-columns:repeat(auto-fill,minmax(min(340px,100%),1fr))}}@media (width<=1300px){html body[data-style=apple] .card-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))}}@media (width<=1200px){html body[data-style=apple] .card-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr))}}@media (width<=1100px){html body[data-style=apple] .card-grid{grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr))}}html body[data-style=apple] .card-thumb-avatar{border-radius:22%;width:56px;height:56px;font-size:20px;position:relative;box-shadow:0 1px 3px #0000001f}html body[data-style=apple] .card-thumb-avatar:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff47,#0000 52%);position:absolute;inset:0}html body[data-style=apple] .project-list .card .card-thumb{transition:transform .3s var(--ease-standard)}html body[data-style=apple] .project-list .card:hover .card-thumb{transform:scale(1.02)}html body[data-style=apple] .card-more-wrap,html body[data-style=apple] .card-more{opacity:1!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sort-btns,html body[arco-theme=dark][arco-theme=dark][data-style=apple] .view-toggle{background:#ffffff1a!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .sort-btns button.active,html body[arco-theme=dark][arco-theme=dark][data-style=apple] .view-toggle button.active{background:#ffffff26!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .usage-summary{background:#ffffff12!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .usage-summary:hover{background:#ffffff1a!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .usage-summary:active{background:#ffffff24!important}html body[data-style=apple] .win-btn,html body[data-style=apple] .focus-close-btn,html body[data-style=apple] .tb-btn,html body[data-style=apple] .tb-panel-btn,html body[data-style=apple] .msg-act-btn,html body[data-style=apple] .tool-btn,html body[data-style=apple] .pv-confirm,html body[data-style=apple] .pv-skip{position:relative}html body[data-style=apple] .win-btn:before,html body[data-style=apple] .focus-close-btn:before,html body[data-style=apple] .tb-btn:before,html body[data-style=apple] .tb-panel-btn:before,html body[data-style=apple] .msg-act-btn:before,html body[data-style=apple] .tool-btn:before,html body[data-style=apple] .pv-confirm:before,html body[data-style=apple] .pv-skip:before{content:"";border-radius:inherit;position:absolute;inset:-8px}html body[data-style=apple] .send-btn{position:relative}html body[data-style=apple] .send-btn:before{content:"";border-radius:inherit;position:absolute;inset:-4px}html body[data-style=apple] .ctx-item{min-height:44px}html body[data-style=apple] .workspace .topnav-center .stat,html body[data-style=apple] .workspace .topnav-center .stat-num,html body[data-style=apple] .workspace .topnav-center .stat-div,html body[data-style=apple] .workspace .topnav-center .more-btn,html body[data-style=apple] .workspace .topnav-center .toolbar-sep{display:none}html body[data-style=apple] .tb-panel-btn{border-radius:var(--radius-sm,6px)!important}html body[data-style=apple] .grid-window{border-radius:var(--radius-lg,16px)!important}html body[data-style=apple] .grid-window .window-titlebar{border-radius:var(--radius-lg,16px) var(--radius-lg,16px) 0 0!important}html body[data-style=apple] .empty-main-icon{animation:none}html body[data-style=apple] .scp-dot,html body[data-style=apple] .user-btn .user-name{display:none}html body[data-style=apple] .context-menu,html body[data-style=apple] .zoom-menu,html body[data-style=apple] .win-search-box{border-radius:var(--radius-md,8px)!important}html body[data-style=apple] .ds-card{transition:background-color .15s;box-shadow:none!important;border-bottom:1px solid #0000001f!important;border-radius:0!important;margin-bottom:0!important;padding:12px!important}html body[data-style=apple] .ds-card:last-child{border-bottom:none!important}html body[data-style=apple] .ds-card:hover{box-shadow:none!important;background:#0000000a!important}html body[data-style=apple] .ds-card .ds-body,html body[data-style=apple] .ds-card:hover .ds-body{-webkit-mask-image:none!important;mask-image:none!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .ds-card{border-bottom-color:#ffffff1f!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .ds-card:hover{background:#ffffff0d!important}html body[data-style=apple] .concepts-page .concept-card{border-radius:var(--radius-lg,16px)!important;box-shadow:var(--elev-raised)!important;transition:box-shadow .2s var(--ease-standard), transform .2s var(--ease-standard)!important}html body[data-style=apple] .concepts-page .concept-card:hover{transform:translateY(-2px);box-shadow:var(--elev-raised-hover)!important}html body[data-style=apple] .create-input,html body[data-style=apple] .create-textarea,html body[data-style=apple] .card-edit-input{background:var(--color-fill-2)!important;box-shadow:none!important;border-radius:var(--radius-md,12px)!important;border:1px solid #0000!important}html body[data-style=apple] .create-input:focus,html body[data-style=apple] .create-textarea:focus,html body[data-style=apple] .card-edit-input:focus{background:var(--color-bg-1)!important;border-color:var(--color-primary-6)!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary-6) 25%, transparent)!important}html body[data-style=apple] .concept-toolbar .arco-input-wrapper,html body[data-style=apple] .concept-toolbar .arco-select-view{height:32px!important}html body[data-style=apple] .concept-toolbar .arco-input{height:100%!important}html body[data-style=apple] .btn-cancel,html body[data-style=apple] .btn-cancel-sm{background:var(--color-fill-1)!important;box-shadow:none!important}html body[data-style=apple] .btn-cancel:hover,html body[data-style=apple] .btn-cancel-sm:hover{background:var(--color-fill-2)!important}html body[data-style=apple] .admin-main .page-header h1{font-size:var(--font-size-large-title,34px);letter-spacing:-.02em;font-weight:700}@media (width<=768px){html body[data-style=apple] .admin-main .page-header h1{font-size:var(--font-size-title1,28px)}}@media (width<=480px){html body[data-style=apple] .admin-main .page-header h1{font-size:var(--font-size-title2,22px)}}html body[data-style=apple] .admin-main .arco-btn,html body[data-style=apple] .admin-main .btn-sm,html body[data-style=apple] .admin-main .star-btn,html body[data-style=apple] .admin-main .card-act,html body[data-style=apple] .admin-main .btn-cancel,html body[data-style=apple] .admin-main .btn-save,html body[data-style=apple] .admin-sidebar .nav-item,html body[data-style=apple] .admin-sidebar .theme-btn,html body[data-style=apple] .admin-sidebar .sidebar-collapse-btn{position:relative}html body[data-style=apple] .admin-main .arco-btn:before,html body[data-style=apple] .admin-main .btn-sm:before,html body[data-style=apple] .admin-main .star-btn:before,html body[data-style=apple] .admin-main .card-act:before,html body[data-style=apple] .admin-main .btn-cancel:before,html body[data-style=apple] .admin-main .btn-save:before,html body[data-style=apple] .admin-sidebar .nav-item:before,html body[data-style=apple] .admin-sidebar .theme-btn:before,html body[data-style=apple] .admin-sidebar .sidebar-collapse-btn:before{content:"";border-radius:inherit;position:absolute;inset:-10px}html body[data-style=apple] .admin-sidebar{background:var(--glass-regular);-webkit-backdrop-filter:var(--blur-regular);border-right-color:#0000001f}html body[data-style=apple] .admin-sidebar .nav-item.active{color:#007aff;background:#007aff1f}html body[data-style=apple] .admin-sidebar .nav-item:active,html body[data-style=apple] .admin-sidebar .theme-btn:active{background:#00000014}html body[data-style=apple] .admin-sidebar .nav-group{border-bottom:1px solid #0000001f;margin-bottom:4px;padding-bottom:4px}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .admin-sidebar{background:#1c1c1ec7;border-right-color:#ffffff1f}html body[data-style=apple][arco-theme=dark] .admin-layout{background:0 0!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .admin-sidebar .nav-item.active{color:#0a84ff;background:#0a84ff29}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .admin-sidebar .nav-item:active,html body[arco-theme=dark][arco-theme=dark][data-style=apple] .admin-sidebar .theme-btn:active{background:#ffffff1a}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .admin-sidebar .nav-group{border-bottom-color:#ffffff1f}html body[data-style=apple] .chat-message:not(.user) .msg-body{background:0 0!important;border-radius:0!important;padding:0!important}html body[data-style=apple] .history-count{min-width:20px;height:20px;line-height:20px;font-size:var(--font-size-caption2,11px);padding:0 6px}html body[data-style=apple] .input-wrap{border-radius:16px!important}html body[data-style=apple] .theme-panel__backdrop{background:#00000059!important}html body[data-style=apple] .toggle-track{border-radius:13px!important;width:44px!important;height:26px!important}html body[data-style=apple] .toggle-thumb{width:22px!important;height:22px!important;left:2px!important}html body[data-style=apple] .override-toggle.active .toggle-track{background:#34c759!important}html body[data-style=apple] .override-toggle.active .toggle-thumb{left:20px!important}html body[arco-theme=dark][arco-theme=dark][data-style=apple] .override-toggle.active .toggle-track{background:#30d158!important}@media (hover:none) and (pointer:coarse){html body[data-style=apple] .win-btn:before,html body[data-style=apple] .focus-close-btn:before,html body[data-style=apple] .tb-btn:before,html body[data-style=apple] .tb-panel-btn:before,html body[data-style=apple] .msg-act-btn:before,html body[data-style=apple] .tool-btn:before,html body[data-style=apple] .pv-confirm:before,html body[data-style=apple] .pv-skip:before{inset:-10px}}html body[data-style=apple] .zoom-modal-enter-from,html body[data-style=apple] .zoom-modal-appear-from{opacity:0;transform:scale(.96)}html body[data-style=apple] .zoom-modal-leave-to{opacity:0;transform:scale(.98)}html body[data-style=apple] .zoom-modal-enter-active,html body[data-style=apple] .zoom-modal-appear-active,html body[data-style=apple] .zoom-modal-leave-active{transition:opacity .25s var(--ease-standard), transform .25s var(--ease-standard)}html body[data-style=apple] .fade-modal-enter-active,html body[data-style=apple] .fade-modal-appear-active,html body[data-style=apple] .fade-modal-leave-active{transition:opacity .2s var(--ease-standard)}html body[data-style=apple] .arco-modal-fullscreen.zoom-in-enter-from{transform:scale(.96)}html body[data-style=apple] .arco-modal-fullscreen.zoom-in-leave-to{transform:scale(.98)}html body[data-style=apple] .arco-modal-fullscreen.zoom-in-enter-active,html body[data-style=apple] .arco-modal-fullscreen.zoom-in-leave-active{transition:opacity .25s var(--ease-standard), transform .25s var(--ease-standard)}html body[data-style=apple] .slide-left-drawer-enter-active,html body[data-style=apple] .slide-left-drawer-leave-active,html body[data-style=apple] .slide-right-drawer-enter-active,html body[data-style=apple] .slide-right-drawer-leave-active{transition:transform .3s var(--ease-standard)}html body[data-style=apple] .fade-drawer-enter-active,html body[data-style=apple] .fade-drawer-leave-active{transition:opacity .2s var(--ease-standard)}html body[data-style=apple] .grid-window{animation-duration:.3s;animation-timing-function:var(--ease-standard)}html body[data-style=apple] .source-list,html body[data-style=apple] .sidebar-collections{-webkit-mask-image:linear-gradient(#0000 0,#000 20px calc(100% - 20px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 20px calc(100% - 20px),#0000 100%)}@media (prefers-reduced-motion:reduce){html body[data-style=apple] .zoom-modal-enter-active,html body[data-style=apple] .zoom-modal-appear-active,html body[data-style=apple] .zoom-modal-leave-active,html body[data-style=apple] .fade-modal-enter-active,html body[data-style=apple] .fade-modal-appear-active,html body[data-style=apple] .fade-modal-leave-active,html body[data-style=apple] .arco-modal-fullscreen.zoom-in-enter-active,html body[data-style=apple] .arco-modal-fullscreen.zoom-in-leave-active{transition:none!important}}@media (prefers-reduced-transparency:reduce){html body[data-style=apple] .arco-layout-sider,html body[data-style=apple] .arco-layout-header,html body[data-style=apple] .arco-modal,html body[data-style=apple] .arco-drawer,html body[data-style=apple] .arco-dropdown-menu,html body[data-style=apple] .arco-select-dropdown,html body[data-style=apple] .arco-menu,html body[data-style=apple] .arco-menu-pop,html body[data-style=apple] .arco-popover,html body[data-style=apple] .arco-tooltip-content,html body[data-style=apple] .arco-input-wrapper,html body[data-style=apple] .arco-select-view,html body[data-style=apple] .theme-panel__body,html body[data-style=apple] .chat-panel,html body[data-style=apple] .chat-panel-fs,html body[data-style=apple] .chat-panel-analysis,html body[data-style=apple] .panel-left,html body[data-style=apple] .panel-right,html body[data-style=apple] .grid-window,html body[data-style=apple] .arco-card,html body[data-style=apple] .sidebar,html body[data-style=apple] .topnav,html body[data-style=apple] .arco-segmented,html body[data-style=apple] .admin-main .panel,html body[data-style=apple] .ann-card,html body[data-style=apple] .cfg-card,html body[data-style=apple] .card,html body[data-style=apple] .card-more,html body[data-style=apple] .col-card,html body[data-style=apple] .concept-card,html body[data-style=apple] .create-card,html body[data-style=apple] .connection-card,html body[data-style=apple] .ds-card,html body[data-style=apple] .job-card,html body[data-style=apple] .ledger,html body[data-style=apple] .pw-card,html body[data-style=apple] .qr-card,html body[data-style=apple] .semantic-debug-panel,html body[data-style=apple] .share-window,html body[data-style=apple] .skeleton-card,html body[data-style=apple] .sug-card,html body[data-style=apple] .analysis-progress,html body[data-style=apple] .edit-panel,html body[data-style=apple] .admin-main .metric-card,html body[data-style=apple] .admin-main .health-card,html body[data-style=apple] .cache-stat,html body[data-style=apple] .admin-main .stat-card,html body[data-style=apple] .arco-table-container,html body[data-style=apple] .table-scroll-wrap{background:var(--color-bg-1)!important;-webkit-backdrop-filter:none!important}html body[data-style=apple] .usage-summary,html body[data-style=apple] .sort-btns,html body[data-style=apple] .view-toggle{background:var(--color-fill-2)!important}html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-layout-header,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-menu-pop,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-popover,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-tooltip-content,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-select-view,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .theme-panel__body,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .chat-panel-analysis,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-card,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .topnav,html body[data-style=apple][arco-theme=dark][arco-theme=dark] .arco-segmented{background:var(--color-bg-1)!important;-webkit-backdrop-filter:none!important}}html body[data-style=carbon]{--space-2:6px;--space-3:10px;--space-4:12px;--space-6:18px;--space-8:24px;--color-primary-1:#d0e2ff;--color-primary-2:#a6c8ff;--color-primary-3:#78a9ff;--color-primary-4:#4589ff;--color-primary-5:#0f62fe;--color-primary-6:#0f62fe;--color-primary:#0f62fe;--color-primary-light-1:#d0e2ff;--color-blue-6:#0f62fe;--color-text-1:#161616;--color-text-2:#525252;--color-text-3:#6f6f6f;--color-text-4:#8d8d8d;--color-bg-1:#fff;--color-bg-2:#f4f4f4;--color-fill-1:#f4f4f4;--color-fill-2:#e8e8e8;--color-fill-3:#d0d0d0;--color-border:#e0e0e0;--color-border-1:#f4f4f4;--color-border-2:#e0e0e0;--color-danger:#da1e28;--danger-color:#da1e28;--color-success:#24a148;--color-warning:#f1c21b;--radius-xs:2px;--radius-sm:2px;--radius-md:2px;--radius-lg:2px;--border-radius-small:2px;--border-radius-medium:2px;--border-radius-large:2px;--elev-ring:0 0 0 1px #0000000f;--elev-raised:0 2px 6px #0003;--elev-raised-hover:0 2px 6px #0000004d;--shadow-sm:0 1px 2px #0000001a;--shadow-md:0 2px 6px #0003;--shadow-float:0 4px 12px #00000040;--ease-standard:cubic-bezier(.2, .2, .38, .9);--font-mono:"IBM Plex Mono", "Cascadia Code", Consolas, "SF Mono", Menlo, Monaco, monospace;--stat-positive:#0f62fe;--stat-negative:#fa4d56;--stat-neutral:#6f6f6f;--stat-highlight:#f1c21b;--stat-soft-pos:#0f62fe1f;--stat-soft-neg:#fa4d561a;--arcoblue-1:208, 226, 255;--arcoblue-2:166, 200, 255;--arcoblue-3:120, 169, 255;--arcoblue-4:69, 137, 255;--arcoblue-5:15, 98, 254;--arcoblue-6:15, 98, 254;background:#f4f4f4;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif}html body[data-style=carbon][arco-theme=dark][arco-theme=dark]{--color-primary-6:#78a9ff;--color-primary:#78a9ff;--color-primary-5:#a6c8ff;--color-primary-light-1:#0043ce;--color-blue-6:#78a9ff;--color-text-1:#f4f4f4;--color-text-2:#c6c6c6;--color-text-3:#a8a8a8;--color-text-4:#8d8d8d;--color-bg-1:#262626;--color-bg-2:#161616;--color-fill-1:#262626;--color-fill-2:#333;--color-fill-3:#393939;--color-border:#393939;--color-border-1:#262626;--color-border-2:#393939;--color-danger:#ff8389;--danger-color:#ff8389;--color-success:#24a148;--color-warning:#f1c21b;--elev-raised:0 2px 6px #0006;--elev-raised-hover:0 2px 6px #0000008c;--stat-positive:#78a9ff;--stat-negative:#ff8389;--stat-neutral:#a8a8a8;--stat-highlight:#f1c21b;--stat-soft-pos:#78a9ff29;--stat-soft-neg:#ff838924;--arcoblue-6:120, 169, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#161616}html body[data-style=carbon] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:2px!important}html body[data-style=carbon] .arco-card-hoverable:hover{border-color:#a8a8a8!important}html body[data-style=carbon] .arco-layout-sider,html body[data-style=carbon] .arco-layout-header{background:#fff!important;border-color:#e0e0e0!important}html body[data-style=carbon] .arco-modal,html body[data-style=carbon] .arco-drawer,html body[data-style=carbon] .arco-dropdown-menu,html body[data-style=carbon] .arco-select-dropdown,html body[data-style=carbon] .arco-menu,html body[data-style=carbon] .arco-menu-pop,html body[data-style=carbon] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:2px!important}html body[data-style=carbon] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#161616!important;border-radius:2px!important}html body[data-style=carbon] .arco-tooltip-content .arco-tooltip-arrow{background:#161616!important}html body[data-style=carbon] .arco-input-wrapper,html body[data-style=carbon] .arco-select-view{background:#f4f4f4!important;border-color:#0000 #0000 #8d8d8d!important;border-bottom-style:solid!important;border-bottom-width:1px!important;border-radius:0!important}html body[data-style=carbon] .arco-input-wrapper:hover,html body[data-style=carbon] .arco-select-view:hover{background:#e8e8e8!important}html body[data-style=carbon] .arco-input-wrapper:focus-within,html body[data-style=carbon] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=carbon] .arco-select-view:focus-within,html body[data-style=carbon] .arco-select-view.arco-select-view-focus{box-shadow:none!important;background:#fff!important;border-bottom-color:#0f62fe!important}html body[data-style=carbon] .arco-btn{border-radius:2px!important}html body[data-style=carbon] .arco-btn-primary,html body[data-style=carbon] .arco-btn-primary[type=button],html body[data-style=carbon] .arco-btn-primary[type=submit]{background:#0f62fe!important;border-color:#0f62fe!important}html body[data-style=carbon] .arco-btn-primary:hover,html body[data-style=carbon] .arco-btn-primary[type=button]:hover,html body[data-style=carbon] .arco-btn-primary[type=submit]:hover{background:#0353e9!important;border-color:#0353e9!important}html body[data-style=carbon] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]){color:#161616!important;background:#fff!important;border-color:#161616!important}html body[data-style=carbon] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#e8e8e8!important}html body[data-style=carbon] .arco-table-th{color:#161616!important;background:#e0e0e0!important;border-color:#e0e0e0!important;font-weight:600!important}html body[data-style=carbon] .arco-table-td{border-color:#f4f4f4!important}html body[data-style=carbon] .arco-table-tr:hover .arco-table-td{background:#e8e8e8!important}html body[data-style=carbon] .arco-tag{color:#161616!important;background:#f4f4f4!important;border-color:#0000!important;border-radius:2px!important}html body[data-style=carbon] .arco-divider{border-color:#e0e0e0!important}html body[data-style=carbon] .arco-progress-line-bar{background:#0f62fe!important}html body[data-style=carbon] .ico-btn:hover,html body[data-style=carbon] .win-btn:hover{background:#e8e8e8!important}html body[data-style=carbon] .panel-left,html body[data-style=carbon] .panel-right{background:#f4f4f4!important}html body[data-style=carbon] .panel-inner{background:0 0!important}html body[data-style=carbon] .admin-main .panel,html body[data-style=carbon] .admin-main .metric-card,html body[data-style=carbon] .admin-main .health-card{padding:var(--space-4)!important}html body[data-style=carbon] .arco-table-cell{padding:7px 10px!important}html body[data-style=carbon] .arco-table-td,html body[data-style=carbon] .arco-table-th{font-size:12px!important}html body[data-style=carbon] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#e0e0e0!important}html body[data-style=carbon] .chat-panel,html body[data-style=carbon] .chat-panel-fs,html body[data-style=carbon] .chat-panel-analysis{background:#f4f4f4!important}html body[data-style=carbon] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#e0e0e0!important;border-radius:2px!important}html body[data-style=carbon] .grid-window:hover{border-color:#a8a8a8!important}html body[data-style=carbon]{--x-window-code-bg:#161616;--x-window-code-text:#d4d4d4}html body[data-style=carbon] h1,html body[data-style=carbon] h2,html body[data-style=carbon] h3,html body[data-style=carbon] h4{letter-spacing:0!important}html body[data-style=carbon] :focus-visible{outline-offset:2px;outline:2px solid #0f62fe!important}html body[data-style=carbon] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=carbon] ::-webkit-scrollbar-thumb:hover{background:#00000057}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-card{background:#262626!important;border-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#6f6f6f!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-layout-header,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-popover{background:#262626!important;border-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#161616!important;background:#f4f4f4!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f4f4f4!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#262626!important;border-bottom-color:#8d8d8d!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:hover,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-select-view:hover{background:#333!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{background:#262626!important;border-bottom-color:#78a9ff!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#161616!important;background:#78a9ff!important;border-color:#78a9ff!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#a6c8ff!important;border-color:#a6c8ff!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]){color:#f4f4f4!important;background:#262626!important;border-color:#f4f4f4!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#333!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#f4f4f4!important;background:#393939!important;border-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#262626!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#333!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-tag{color:#f4f4f4!important;background:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#78a9ff!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#333!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .panel-right{background:#161616!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#262626!important;border-left-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#161616!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] .grid-window{background:#262626!important;border-color:#393939!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#78a9ff!important}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=carbon][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff57}html body[data-style=carbon] .sidebar{background:#fff;border-right-color:#e0e0e0;padding:8px 4px}html body[data-style=carbon] .sidebar-item{border-radius:2px;padding:6px 8px;font-size:13px}html body[data-style=carbon] .sidebar-item:hover{background:#e8e8e8}html body[data-style=carbon] .sidebar-item.active{color:#0043ce;background:#d0e2ff}html body[data-style=carbon] .topnav{background:#fff;border-bottom-color:#e0e0e0}html body[data-style=carbon] .card-grid{gap:8px}html body[data-style=carbon] .card{border-radius:2px;padding:12px}html body[arco-theme=dark][arco-theme=dark][data-style=carbon] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=carbon] .topnav{background:#262626;border-color:#393939}html body[arco-theme=dark][arco-theme=dark][data-style=carbon] .sidebar-item:hover{background:#333}html body[arco-theme=dark][arco-theme=dark][data-style=carbon] .sidebar-item.active{color:#fff;background:#0043ce}html body[data-style=stripe]{--space-3:14px;--space-4:20px;--space-6:28px;--space-8:40px;--color-primary-1:#edebff;--color-primary-2:#d9d6ff;--color-primary-3:#b4afff;--color-primary-4:#8f89ff;--color-primary-5:#7670fe;--color-primary-6:#635bff;--color-primary:#635bff;--color-primary-light-1:#edebff;--color-blue-6:#635bff;--color-text-1:#0a2540;--color-text-2:#425466;--color-text-3:#6a7785;--color-text-4:#98a4b3;--color-bg-1:#fff;--color-bg-2:#f6f9fc;--color-fill-1:#f6f9fc;--color-fill-2:#f0f5fa;--color-fill-3:#e5edf5;--color-border:#e5edf5;--color-border-1:#f0f5fa;--color-border-2:#e5edf5;--color-danger:#df1b41;--danger-color:#df1b41;--color-success:#09825d;--color-warning:#c44109;--radius-xs:4px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--border-radius-small:4px;--border-radius-medium:6px;--border-radius-large:8px;--elev-ring:0 0 0 1px #32325d0f;--elev-raised:0 1px 2px #32325d0d, 0 6px 16px #32325d14;--elev-raised-hover:0 1px 2px #32325d0d, 0 12px 32px #32325d1f;--shadow-sm:0 1px 2px #32325d0d;--shadow-md:0 6px 16px #32325d14;--shadow-float:0 12px 32px #32325d1f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, Menlo, Monaco, monospace;--stat-positive:#635bff;--stat-negative:#df1b41;--stat-neutral:#425466;--stat-highlight:#c44109;--stat-soft-pos:#635bff1a;--stat-soft-neg:#df1b4114;--arcoblue-1:237, 235, 255;--arcoblue-2:217, 214, 255;--arcoblue-3:180, 175, 255;--arcoblue-4:143, 137, 255;--arcoblue-5:118, 112, 254;--arcoblue-6:99, 91, 255;background-color:#f6f9fc;background-image:radial-gradient(1000px 700px at 85% -10%,#635bff0f,#0000 60%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif}html body[data-style=stripe][arco-theme=dark][arco-theme=dark]{--color-primary-6:#7069fe;--color-primary:#7069fe;--color-primary-5:#8f89ff;--color-primary-light-1:#1a1740;--color-blue-6:#7069fe;--color-text-1:#e3e8ee;--color-text-2:#a5acb8;--color-text-3:#8e99a4;--color-text-4:#6b7480;--color-bg-1:#0a2540;--color-bg-2:#0d2d4a;--color-fill-1:#0d2d4a;--color-fill-2:#143450;--color-fill-3:#1d4260;--color-border:#ffffff1a;--color-border-1:#ffffff0f;--color-border-2:#ffffff1f;--color-danger:#ff6b8a;--danger-color:#ff6b8a;--color-success:#3dd68c;--color-warning:#ff8f6b;--elev-raised:0 1px 2px #0000004d, 0 6px 16px #0006;--elev-raised-hover:0 1px 2px #0000004d, 0 12px 32px #00000080;--stat-positive:#7069fe;--stat-negative:#ff6b8a;--stat-neutral:#a5acb8;--stat-highlight:#ff8f6b;--stat-soft-pos:#7069fe2e;--stat-soft-neg:#ff6b8a24;--arcoblue-6:112, 105, 254;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#0a2540;background-image:radial-gradient(1000px 700px at 85% -10%,#7069fe14,#0000 60%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html body[data-style=stripe] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e5edf5!important;border-radius:6px!important}html body[data-style=stripe] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important;border-color:#b4afff!important}html body[data-style=stripe] .arco-layout-sider,html body[data-style=stripe] .arco-layout-header{background:#f6f9fc!important;border-color:#e5edf5!important}html body[data-style=stripe] .arco-modal,html body[data-style=stripe] .arco-drawer,html body[data-style=stripe] .arco-dropdown-menu,html body[data-style=stripe] .arco-select-dropdown,html body[data-style=stripe] .arco-menu,html body[data-style=stripe] .arco-menu-pop,html body[data-style=stripe] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #e5edf5!important;border-radius:6px!important}html body[data-style=stripe] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#0a2540!important;border-radius:4px!important}html body[data-style=stripe] .arco-tooltip-content .arco-tooltip-arrow{background:#0a2540!important}html body[data-style=stripe] .arco-input-wrapper,html body[data-style=stripe] .arco-select-view{background:#fff!important;border-color:#e5edf5!important;border-radius:4px!important}html body[data-style=stripe] .arco-input-wrapper:hover,html body[data-style=stripe] .arco-select-view:hover{border-color:#b4afff!important}html body[data-style=stripe] .arco-input-wrapper:focus-within,html body[data-style=stripe] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=stripe] .arco-select-view:focus-within,html body[data-style=stripe] .arco-select-view.arco-select-view-focus{border-color:#635bff!important;box-shadow:0 0 0 2px #635bff40!important}html body[data-style=stripe] .arco-btn{border-radius:6px!important}html body[data-style=stripe] .arco-btn-primary,html body[data-style=stripe] .arco-btn-primary[type=button],html body[data-style=stripe] .arco-btn-primary[type=submit]{background:linear-gradient(#7670fe 0%,#635bff 100%)!important;border-color:#635bff!important}html body[data-style=stripe] .arco-btn-primary:hover,html body[data-style=stripe] .arco-btn-primary[type=button]:hover,html body[data-style=stripe] .arco-btn-primary[type=submit]:hover{background:linear-gradient(#8f89ff 0%,#7670fe 100%)!important;border-color:#7670fe!important}html body[data-style=stripe] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#f6f9fc!important}html body[data-style=stripe] .arco-table-th{color:#425466!important;background:#f6f9fc!important;border-color:#e5edf5!important}html body[data-style=stripe] .arco-table-td{border-color:#f0f5fa!important}html body[data-style=stripe] .arco-table-tr:hover .arco-table-td{background:#f6f9fc!important}html body[data-style=stripe] .arco-tag{background:#f0f5fa!important;border-color:#e5edf5!important;border-radius:4px!important}html body[data-style=stripe] .arco-divider{border-color:#e5edf5!important}html body[data-style=stripe] .arco-progress-line-bar{background:#635bff!important}html body[data-style=stripe] .ico-btn:hover,html body[data-style=stripe] .win-btn:hover{background:#f0f5fa!important}html body[data-style=stripe] .panel-left,html body[data-style=stripe] .panel-right{background:#f6f9fc!important}html body[data-style=stripe] .panel-inner{background:0 0!important}html body[data-style=stripe] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#e5edf5!important;border-radius:6px!important}html body[data-style=stripe] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=stripe] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#e5edf5!important}html body[data-style=stripe] .chat-panel,html body[data-style=stripe] .chat-panel-fs,html body[data-style=stripe] .chat-panel-analysis{background:#f6f9fc!important}html body[data-style=stripe] h1,html body[data-style=stripe] h2,html body[data-style=stripe] h3,html body[data-style=stripe] h4{letter-spacing:-.02em!important}html body[data-style=stripe] :focus-visible{outline-offset:2px;outline:2px solid #635bff!important}html body[data-style=stripe] ::-webkit-scrollbar-thumb{background:#0a254029}html body[data-style=stripe] ::-webkit-scrollbar-thumb:hover{background:#0a254047}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-card{background:#0d2d4a!important;border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#7069fe66!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#0a2540!important;border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-popover{background:#0d2d4a!important;border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#0a2540!important;background:#f6f9fc!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f6f9fc!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#0d2d4a!important;border-color:#ffffff1f!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#7069fe!important;box-shadow:0 0 0 2px #7069fe4d!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:linear-gradient(#8f89ff 0%,#7069fe 100%)!important;border-color:#7069fe!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#143450!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#a5acb8!important;background:#0d2d4a!important;border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0f!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#143450!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-tag{background:#143450!important;border-color:#ffffff1f!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#7069fe!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#143450!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#0a2540!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .grid-window{background:#0d2d4a!important;border-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#0d2d4a!important;border-left-color:#ffffff1a!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#7069fe!important}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff29}html body[data-style=stripe][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff47}html body[data-style=stripe] .sidebar{background:#f6f9fc;border-right-color:#e5edf5}html body[data-style=stripe] .sidebar-item{border-radius:6px}html body[data-style=stripe] .sidebar-item:hover{background:#f0f5fa}html body[data-style=stripe] .sidebar-item.active{color:#635bff;background:#edebff}html body[data-style=stripe] .topnav{background:#ffffffe6;border-bottom-color:#e5edf5}html body[data-style=stripe] .card:hover{border-color:#b4afff}html body[arco-theme=dark][arco-theme=dark][data-style=stripe] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=stripe] .topnav{background:#0a2540;border-color:#ffffff1a}html body[arco-theme=dark][arco-theme=dark][data-style=stripe] .sidebar-item:hover{background:#143450}html body[arco-theme=dark][arco-theme=dark][data-style=stripe] .sidebar-item.active{color:#7069fe;background:#7069fe33}html body[data-style=spectrum]{--color-primary-1:#edf4fd;--color-primary-2:#d4e4fb;--color-primary-3:#b4d2f8;--color-primary-4:#8ebdf6;--color-primary-5:#3e95f0;--color-primary-6:#1473e6;--color-primary:#1473e6;--color-primary-light-1:#edf4fd;--color-blue-6:#1473e6;--color-text-1:#000;--color-text-2:#3c3c3c;--color-text-3:#5c5c5c;--color-text-4:#8e8e8e;--color-bg-1:#fff;--color-bg-2:#f4f4f4;--color-fill-1:#f4f4f4;--color-fill-2:#eaeaea;--color-fill-3:#e0e0e0;--color-border:#d6d6d6;--color-border-1:#e8e8e8;--color-border-2:#d6d6d6;--color-danger:#e34850;--danger-color:#e34850;--color-success:#35a95c;--color-warning:#f29400;--radius-xs:4px;--radius-sm:4px;--radius-md:4px;--radius-lg:8px;--border-radius-small:4px;--border-radius-medium:4px;--border-radius-large:8px;--elev-ring:0 0 0 1px #0000000f;--elev-raised:0 1px 2px #00000014, 0 4px 12px #0000001a;--elev-raised-hover:0 1px 2px #00000014, 0 8px 24px #00000024;--shadow-sm:0 1px 2px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-float:0 8px 24px #00000024;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"Source Code Pro", ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;--stat-positive:#1473e6;--stat-negative:#e34850;--stat-neutral:#707070;--stat-highlight:#f29400;--stat-soft-pos:#1473e61a;--stat-soft-neg:#e3485014;--arcoblue-1:237, 244, 253;--arcoblue-2:212, 228, 251;--arcoblue-3:180, 210, 248;--arcoblue-4:142, 189, 246;--arcoblue-5:62, 149, 240;--arcoblue-6:20, 115, 230;background:#fff;font-family:Source Sans Pro,"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4b9eff;--color-primary:#4b9eff;--color-primary-5:#78b6ff;--color-primary-light-1:#0b2436;--color-blue-6:#4b9eff;--color-text-1:#fff;--color-text-2:silver;--color-text-3:#a6a6a6;--color-text-4:#6f6f6f;--color-bg-1:#1d1d1d;--color-bg-2:#262626;--color-fill-1:#262626;--color-fill-2:#2e2e2e;--color-fill-3:#3d3d3d;--color-border:#3d3d3d;--color-border-1:#2e2e2e;--color-border-2:#3d3d3d;--color-danger:#ff7b84;--danger-color:#ff7b84;--color-success:#5fd48c;--color-warning:#f7b64c;--elev-raised:0 1px 2px #0000004d, 0 4px 12px #0006;--elev-raised-hover:0 1px 2px #0000004d, 0 8px 24px #00000080;--stat-positive:#4b9eff;--stat-negative:#ff7b84;--stat-neutral:#a6a6a6;--stat-highlight:#f7b64c;--stat-soft-pos:#4b9eff29;--stat-soft-neg:#ff7b8424;--arcoblue-6:75, 158, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1d1d1d}html body[data-style=spectrum] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:4px!important}html body[data-style=spectrum] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important;border-color:#1473e6!important}html body[data-style=spectrum] .arco-layout-sider,html body[data-style=spectrum] .arco-layout-header{background:#fff!important;border-color:#e0e0e0!important}html body[data-style=spectrum] .arco-modal,html body[data-style=spectrum] .arco-drawer,html body[data-style=spectrum] .arco-dropdown-menu,html body[data-style=spectrum] .arco-select-dropdown,html body[data-style=spectrum] .arco-menu,html body[data-style=spectrum] .arco-menu-pop,html body[data-style=spectrum] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:4px!important}html body[data-style=spectrum] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#3c3c3c!important;border-radius:4px!important}html body[data-style=spectrum] .arco-tooltip-content .arco-tooltip-arrow{background:#3c3c3c!important}html body[data-style=spectrum] .arco-input-wrapper,html body[data-style=spectrum] .arco-select-view{background:#f4f4f4!important;border-color:#d6d6d6!important;border-radius:4px!important}html body[data-style=spectrum] .arco-input-wrapper:hover,html body[data-style=spectrum] .arco-select-view:hover{background:#eaeaea!important}html body[data-style=spectrum] .arco-input-wrapper:focus-within,html body[data-style=spectrum] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=spectrum] .arco-select-view:focus-within,html body[data-style=spectrum] .arco-select-view.arco-select-view-focus{box-shadow:none!important;background:#fff!important;border-color:#1473e6!important}html body[data-style=spectrum] .arco-btn{border-radius:4px!important}html body[data-style=spectrum] .arco-btn-primary,html body[data-style=spectrum] .arco-btn-primary[type=button],html body[data-style=spectrum] .arco-btn-primary[type=submit]{background:#1473e6!important;border-color:#1473e6!important}html body[data-style=spectrum] .arco-btn-primary:hover,html body[data-style=spectrum] .arco-btn-primary[type=button]:hover,html body[data-style=spectrum] .arco-btn-primary[type=submit]:hover{background:#0d66d0!important;border-color:#0d66d0!important}html body[data-style=spectrum] .arco-table-th{color:#3c3c3c!important;background:#f4f4f4!important;border-color:#e0e0e0!important}html body[data-style=spectrum] .arco-table-td{border-color:#f0f0f0!important}html body[data-style=spectrum] .arco-table-tr:hover .arco-table-td{background:#f4f4f4!important}html body[data-style=spectrum] .arco-tag{background:#f4f4f4!important;border-color:#e0e0e0!important;border-radius:4px!important}html body[data-style=spectrum] .arco-divider{border-color:#e0e0e0!important}html body[data-style=spectrum] .arco-progress-line-bar{background:#1473e6!important}html body[data-style=spectrum] .ico-btn:hover,html body[data-style=spectrum] .win-btn:hover{background:#eaeaea!important}html body[data-style=spectrum] .panel-left,html body[data-style=spectrum] .panel-right{background:#fff!important}html body[data-style=spectrum] .panel-inner{background:0 0!important}html body[data-style=spectrum] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#e0e0e0!important;border-radius:4px!important}html body[data-style=spectrum] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=spectrum] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#e0e0e0!important}html body[data-style=spectrum] .chat-panel,html body[data-style=spectrum] .chat-panel-fs,html body[data-style=spectrum] .chat-panel-analysis{background:#fff!important}html body[data-style=spectrum] h1,html body[data-style=spectrum] h2,html body[data-style=spectrum] h3,html body[data-style=spectrum] h4{letter-spacing:0!important}html body[data-style=spectrum] :focus-visible{outline-offset:2px;outline:2px solid #1473e6!important}html body[data-style=spectrum] ::-webkit-scrollbar-thumb{background:#0000002e}html body[data-style=spectrum] ::-webkit-scrollbar-thumb:hover{background:#0000004d}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-card{background:#262626!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#4b9eff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1d1d1d!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-popover{background:#262626!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#000!important;background:#f4f4f4!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f4f4f4!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#2e2e2e!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:hover,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-select-view:hover{background:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{background:#2e2e2e!important;border-color:#4b9eff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1d1d1d!important;background:#4b9eff!important;border-color:#4b9eff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#78b6ff!important;border-color:#78b6ff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-table-th{color:silver!important;background:#2e2e2e!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#262626!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2e2e2e!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-tag{background:#2e2e2e!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#4b9eff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1d1d1d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .grid-window{background:#262626!important;border-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#262626!important;border-left-color:#3d3d3d!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4b9eff!important}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff2e}html body[data-style=spectrum][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html body[data-style=spectrum] .sidebar{background:#f4f4f4;border-right-color:#e0e0e0}html body[data-style=spectrum] .sidebar-item{border-radius:4px}html body[data-style=spectrum] .sidebar-item:hover{background:#eaeaea}html body[data-style=spectrum] .sidebar-item.active{color:#1473e6;background:#e8f4fd}html body[data-style=spectrum] .topnav{background:#fff;border-bottom-color:#e0e0e0}html body[data-style=spectrum] .card:before{content:"";opacity:.85;background:#1473e6;border-radius:4px 4px 0 0;height:3px;position:absolute;top:0;left:0;right:0}html body[arco-theme=dark][arco-theme=dark][data-style=spectrum] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=spectrum] .topnav{background:#262626;border-color:#3d3d3d}html body[arco-theme=dark][arco-theme=dark][data-style=spectrum] .sidebar-item:hover{background:#3d3d3d}html body[arco-theme=dark][arco-theme=dark][data-style=spectrum] .sidebar-item.active{color:#4b9eff;background:#4b9eff26}html body[data-style=notion]{--space-3:14px;--space-4:20px;--space-6:28px;--space-8:40px;--color-primary-1:#e3f3ff;--color-primary-2:#c0e4ff;--color-primary-3:#99d4ff;--color-primary-4:#66c0ff;--color-primary-5:#3390f0;--color-primary-6:#0075de;--color-primary:#0075de;--color-primary-light-1:#e3f3ff;--color-blue-6:#0075de;--color-text-1:#37352f;--color-text-2:#615d59;--color-text-3:#8f8a85;--color-text-4:#a39e98;--color-bg-1:#fff;--color-bg-2:#f7f6f3;--color-fill-1:#f7f6f3;--color-fill-2:#f1f0ed;--color-fill-3:#e9e8e4;--color-border:#0000001a;--color-border-1:#0000000f;--color-border-2:#0000001f;--color-danger:#dc2626;--danger-color:#dc2626;--color-success:#1aae39;--color-warning:#dd5b00;--radius-xs:4px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--border-radius-small:4px;--border-radius-medium:6px;--border-radius-large:8px;--elev-ring:0 0 0 1px #0000000f;--elev-raised:0 2px 4px #0000000a, 0 12px 24px #00000014;--elev-raised-hover:0 2px 4px #0000000a, 0 16px 32px #0000001f;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 4px #0000000a, 0 12px 24px #00000014;--shadow-float:0 2px 4px #0000000a, 0 16px 32px #0000001f;--ease-standard:cubic-bezier(.2, .7, .2, 1);--font-mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Monaco, "Cascadia Code", Consolas, monospace;--stat-positive:#0075de;--stat-negative:#dc2626;--stat-neutral:#a39e98;--stat-highlight:#dd5b00;--stat-soft-pos:#0075de1a;--stat-soft-neg:#dc262614;--arcoblue-1:227, 243, 255;--arcoblue-2:192, 228, 255;--arcoblue-3:153, 212, 255;--arcoblue-4:102, 192, 255;--arcoblue-5:51, 144, 240;--arcoblue-6:0, 117, 222;background:#f7f6f3;font-family:NotionInter,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif}html body[data-style=notion][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4da3ff;--color-primary:#4da3ff;--color-primary-5:#66b4ff;--color-primary-light-1:#0b2436;--color-blue-6:#4da3ff;--color-text-1:#ffffffe6;--color-text-2:#ffffffa6;--color-text-3:#ffffff73;--color-text-4:#ffffff59;--color-bg-1:#2f3437;--color-bg-2:#373c3f;--color-fill-1:#373c3f;--color-fill-2:#3f4448;--color-fill-3:#484d51;--color-border:#ffffff1f;--color-border-1:#ffffff14;--color-border-2:#ffffff26;--color-danger:#ff6b6b;--danger-color:#ff6b6b;--color-success:#4cc26a;--color-warning:#ff8a4c;--elev-raised:0 2px 4px #0000004d, 0 12px 24px #0006;--elev-raised-hover:0 2px 4px #0000004d, 0 16px 32px #00000080;--stat-positive:#4da3ff;--stat-negative:#ff6b6b;--stat-neutral:#a39e98;--stat-highlight:#ff8a4c;--stat-soft-pos:#4da3ff29;--stat-soft-neg:#ff6b6b24;--arcoblue-6:77, 163, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#2f3437}html body[data-style=notion] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #0000001a!important;border-radius:6px!important}html body[data-style=notion] .arco-card-hoverable:hover{border-color:#0000002e!important}html body[data-style=notion] .arco-layout-sider,html body[data-style=notion] .arco-layout-header{background:#fff!important;border-color:#0000001a!important}html body[data-style=notion] .arco-modal,html body[data-style=notion] .arco-drawer,html body[data-style=notion] .arco-dropdown-menu,html body[data-style=notion] .arco-select-dropdown,html body[data-style=notion] .arco-menu,html body[data-style=notion] .arco-menu-pop,html body[data-style=notion] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #0000001a!important;border-radius:6px!important}html body[data-style=notion] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#37352f!important;border-radius:4px!important}html body[data-style=notion] .arco-tooltip-content .arco-tooltip-arrow{background:#37352f!important}html body[data-style=notion] .arco-input-wrapper,html body[data-style=notion] .arco-select-view{background:#fff!important;border-color:#0000001a!important;border-radius:4px!important}html body[data-style=notion] .arco-input-wrapper:hover,html body[data-style=notion] .arco-select-view:hover{border-color:#0000002e!important}html body[data-style=notion] .arco-input-wrapper:focus-within,html body[data-style=notion] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=notion] .arco-select-view:focus-within,html body[data-style=notion] .arco-select-view.arco-select-view-focus{border-color:#0075de!important;box-shadow:0 0 0 2px #0075de33!important}html body[data-style=notion] .arco-btn{border-radius:4px!important}html body[data-style=notion] .arco-btn-primary,html body[data-style=notion] .arco-btn-primary[type=button],html body[data-style=notion] .arco-btn-primary[type=submit]{background:#0075de!important;border-color:#0075de!important}html body[data-style=notion] .arco-btn-primary:hover,html body[data-style=notion] .arco-btn-primary[type=button]:hover,html body[data-style=notion] .arco-btn-primary[type=submit]:hover{background:#005bab!important;border-color:#005bab!important}html body[data-style=notion] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#f1f0ed!important}html body[data-style=notion] .arco-table-th{color:#615d59!important;background:#f7f6f3!important;border-color:#0000001a!important}html body[data-style=notion] .arco-table-td{border-color:#0000000f!important}html body[data-style=notion] .arco-table-tr:hover .arco-table-td{background:#f7f6f3!important}html body[data-style=notion] .arco-tag{background:#f1f0ed!important;border-color:#00000014!important;border-radius:4px!important}html body[data-style=notion] .arco-divider{border-color:#0000001a!important}html body[data-style=notion] .arco-progress-line-bar{background:#0075de!important}html body[data-style=notion] .ico-btn:hover,html body[data-style=notion] .win-btn:hover{background:#f1f0ed!important}html body[data-style=notion] .panel-left,html body[data-style=notion] .panel-right{background:#f7f6f3!important}html body[data-style=notion] .panel-inner{background:0 0!important}html body[data-style=notion] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#0000001a!important;border-radius:6px!important}html body[data-style=notion] .grid-window:hover{border-color:#0000002e!important}html body[data-style=notion] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#0000001a!important}html body[data-style=notion] .chat-panel,html body[data-style=notion] .chat-panel-fs,html body[data-style=notion] .chat-panel-analysis{background:#f7f6f3!important}html body[data-style=notion] h1,html body[data-style=notion] h2{letter-spacing:-.03em!important}html body[data-style=notion] h3,html body[data-style=notion] h4{letter-spacing:-.01em!important}html body[data-style=notion] :focus-visible{outline-offset:2px;outline:2px solid #0075de!important}html body[data-style=notion] ::-webkit-scrollbar-thumb{background:#00000026}html body[data-style=notion] ::-webkit-scrollbar-thumb:hover{background:#00000042}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-card{background:#373c3f!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#ffffff38!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#2f3437!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-popover{background:#373c3f!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#37352f!important;background:#f7f6f3!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f7f6f3!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#373c3f!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#4da3ff!important;box-shadow:0 0 0 2px #4da3ff40!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1a1a1a!important;background:#4da3ff!important;border-color:#4da3ff!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#66b4ff!important;border-color:#66b4ff!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#3f4448!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#ffffffa6!important;background:#373c3f!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff14!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#3f4448!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-tag{background:#3f4448!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#4da3ff!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#3f4448!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=notion][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#2f3437!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .grid-window{background:#373c3f!important;border-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#373c3f!important;border-left-color:#ffffff1f!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4da3ff!important}html body[data-style=notion][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}html body[data-style=notion][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff42}html body[data-style=notion] .sidebar{background:0 0;border-right:none;padding:8px}html body[data-style=notion] .sidebar-item{border-radius:4px}html body[data-style=notion] .sidebar-item:hover{background:#0000000d}html body[data-style=notion] .sidebar-item.active{color:#37352f;background:#00000012}html body[data-style=notion] .topnav{background:#fffc;border-bottom:1px solid #00000014}html body[data-style=notion] .card-grid{grid-template-columns:1fr;gap:2px}html body[data-style=notion] .card{box-shadow:none;border:none;border-radius:4px;flex-direction:row;align-items:center;gap:14px;padding:8px 12px}html body[data-style=notion] .card:hover{background:#0000000d}html body[arco-theme=dark][arco-theme=dark][data-style=notion] .sidebar-item:hover{background:#ffffff0f}html body[arco-theme=dark][arco-theme=dark][data-style=notion] .sidebar-item.active{color:#ffffffe6;background:#ffffff1a}html body[arco-theme=dark][arco-theme=dark][data-style=notion] .card:hover{background:#ffffff0f}html body[data-style=fiori]{--space-2:6px;--space-3:10px;--space-4:12px;--space-6:18px;--space-8:24px;--color-primary-1:#ebf8ff;--color-primary-2:#d4eeff;--color-primary-3:#a8d8ff;--color-primary-4:#70bcff;--color-primary-5:#3e9cff;--color-primary-6:#0070f2;--color-primary:#0070f2;--color-primary-light-1:#ebf8ff;--color-blue-6:#0070f2;--color-text-1:#1d2d3e;--color-text-2:#556b82;--color-text-3:#788fa6;--color-text-4:#9db0c0;--color-bg-1:#fff;--color-bg-2:#f5f6f7;--color-fill-1:#f5f6f7;--color-fill-2:#eef1f3;--color-fill-3:#e6eaed;--color-border:#d9e1e8;--color-border-1:#e8edf0;--color-border-2:#d9e1e8;--color-danger:#aa0808;--danger-color:#aa0808;--color-success:#256f3a;--color-warning:#e76500;--radius-xs:6px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--border-radius-small:6px;--border-radius-medium:8px;--border-radius-large:12px;--elev-ring:0 0 0 1px #0000000f;--elev-raised:0 1px 4px #0000000f, 0 4px 12px #00000014;--elev-raised-hover:0 1px 4px #0000000f, 0 8px 24px #0000001f;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 1px 4px #0000000f, 0 4px 12px #00000014;--shadow-float:0 1px 4px #0000000f, 0 8px 24px #0000001f;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"72 Mono", "Cascadia Code", Consolas, ui-monospace, Menlo, Monaco, monospace;--stat-positive:#256f3a;--stat-negative:#aa0808;--stat-neutral:#788fa6;--stat-highlight:#e76500;--stat-soft-pos:#0070f21a;--stat-soft-neg:#aa080814;--arcoblue-1:235, 248, 255;--arcoblue-2:212, 238, 255;--arcoblue-3:168, 216, 255;--arcoblue-4:112, 188, 255;--arcoblue-5:62, 156, 255;--arcoblue-6:0, 112, 242;background:#f5f6f7;font-family:"72","72full",Segoe UI,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Arial,Helvetica,sans-serif}html body[data-style=fiori][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4db1ff;--color-primary:#4db1ff;--color-primary-5:#78c4ff;--color-primary-light-1:#0b2436;--color-blue-6:#4db1ff;--color-text-1:#f5f6f7;--color-text-2:#c0c8d0;--color-text-3:#a0b0c0;--color-text-4:#788fa6;--color-bg-1:#1d2d3e;--color-bg-2:#263746;--color-fill-1:#263746;--color-fill-2:#2f4050;--color-fill-3:#3a4c5c;--color-border:#ffffff1f;--color-border-1:#ffffff14;--color-border-2:#ffffff26;--color-danger:#ff8a8a;--danger-color:#ff8a8a;--color-success:#6cc47c;--color-warning:#ffa14d;--elev-raised:0 1px 4px #0000004d, 0 4px 12px #0006;--elev-raised-hover:0 1px 4px #0000004d, 0 8px 24px #00000080;--stat-positive:#4db1ff;--stat-negative:#ff8a8a;--stat-neutral:#a0b0c0;--stat-highlight:#ffa14d;--stat-soft-pos:#4db1ff29;--stat-soft-neg:#ff8a8a24;--arcoblue-6:77, 177, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1d2d3e}html body[data-style=fiori] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e6eaed!important;border-radius:8px!important}html body[data-style=fiori] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important;border-color:#0070f2!important}html body[data-style=fiori] .arco-layout-sider,html body[data-style=fiori] .arco-layout-header{background:#fff!important;border-color:#e6eaed!important}html body[data-style=fiori] .arco-modal,html body[data-style=fiori] .arco-drawer,html body[data-style=fiori] .arco-dropdown-menu,html body[data-style=fiori] .arco-select-dropdown,html body[data-style=fiori] .arco-menu,html body[data-style=fiori] .arco-menu-pop,html body[data-style=fiori] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #e6eaed!important;border-radius:8px!important}html body[data-style=fiori] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#1d2d3e!important;border-radius:6px!important}html body[data-style=fiori] .arco-tooltip-content .arco-tooltip-arrow{background:#1d2d3e!important}html body[data-style=fiori] .arco-input-wrapper,html body[data-style=fiori] .arco-select-view{background:#fff!important;border-color:#d9e1e8!important;border-radius:6px!important}html body[data-style=fiori] .arco-input-wrapper:hover,html body[data-style=fiori] .arco-select-view:hover{border-color:#0070f2!important}html body[data-style=fiori] .arco-input-wrapper:focus-within,html body[data-style=fiori] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=fiori] .arco-select-view:focus-within,html body[data-style=fiori] .arco-select-view.arco-select-view-focus{border-color:#0070f2!important;box-shadow:0 0 0 2px #0070f233!important}html body[data-style=fiori] .arco-btn{border-radius:6px!important}html body[data-style=fiori] .arco-btn-primary,html body[data-style=fiori] .arco-btn-primary[type=button],html body[data-style=fiori] .arco-btn-primary[type=submit]{background:#0070f2!important;border-color:#0070f2!important}html body[data-style=fiori] .arco-btn-primary:hover,html body[data-style=fiori] .arco-btn-primary[type=button]:hover,html body[data-style=fiori] .arco-btn-primary[type=submit]:hover{background:#0064d9!important;border-color:#0064d9!important}html body[data-style=fiori] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#eef1f3!important}html body[data-style=fiori] .arco-table-cell{padding:7px 10px!important}html body[data-style=fiori] .arco-table-td,html body[data-style=fiori] .arco-table-th{font-size:12px!important}html body[data-style=fiori] .arco-table-th{color:#556b82!important;background:#f5f6f7!important;border-color:#e6eaed!important}html body[data-style=fiori] .arco-table-td{border-color:#eef1f3!important}html body[data-style=fiori] .arco-table-tr:hover .arco-table-td{background:#f5f6f7!important}html body[data-style=fiori] .arco-tag{background:#eef1f3!important;border-color:#d9e1e8!important;border-radius:6px!important}html body[data-style=fiori] .arco-divider{border-color:#e6eaed!important}html body[data-style=fiori] .arco-progress-line-bar{background:#0070f2!important}html body[data-style=fiori] .ico-btn:hover,html body[data-style=fiori] .win-btn:hover{background:#eef1f3!important}html body[data-style=fiori] .panel-left,html body[data-style=fiori] .panel-right{background:#f5f6f7!important}html body[data-style=fiori] .panel-inner{background:0 0!important}html body[data-style=fiori] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#e6eaed!important;border-radius:8px!important}html body[data-style=fiori] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=fiori] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#e6eaed!important}html body[data-style=fiori] .chat-panel,html body[data-style=fiori] .chat-panel-fs,html body[data-style=fiori] .chat-panel-analysis{background:#f5f6f7!important}html body[data-style=fiori] h1,html body[data-style=fiori] h2,html body[data-style=fiori] h3,html body[data-style=fiori] h4{letter-spacing:0!important}html body[data-style=fiori] :focus-visible{outline-offset:2px;outline:2px solid #0070f2!important}html body[data-style=fiori] ::-webkit-scrollbar-thumb{background:#1d2d3e2e}html body[data-style=fiori] ::-webkit-scrollbar-thumb:hover{background:#1d2d3e4d}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-card{background:#263746!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#4db1ff66!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1d2d3e!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-popover{background:#263746!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1d2d3e!important;background:#f5f6f7!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f5f6f7!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#263746!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#4db1ff!important;box-shadow:0 0 0 2px #4db1ff40!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1d2d3e!important;background:#4db1ff!important;border-color:#4db1ff!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#78c4ff!important;border-color:#78c4ff!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#2f4050!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#c0c8d0!important;background:#263746!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff14!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2f4050!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-tag{background:#2f4050!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#4db1ff!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#2f4050!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1d2d3e!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .grid-window{background:#263746!important;border-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#263746!important;border-left-color:#ffffff1f!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4db1ff!important}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff2e}html body[data-style=fiori][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html body[data-style=fiori] .sidebar{display:none}html body[data-style=fiori] .main-layout{display:block}html body[data-style=fiori] .topnav{background:#fff;border-bottom:1px solid #e6eaed;box-shadow:0 1px 4px #0000000f}html body[data-style=fiori] .card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}html body[data-style=fiori] .card{text-align:center;background:#fff;border:1px solid #e6eaed;border-radius:8px;justify-content:center;align-items:center;padding:36px 16px;box-shadow:0 1px 4px #0000000f}html body[data-style=fiori] .card-thumb{margin-bottom:12px}html body[data-style=fiori] .card-thumb-avatar{border-radius:12px;width:56px;height:56px;font-size:24px}html body[data-style=fiori] .card:hover{border-color:#0070f2;box-shadow:0 2px 8px #0000001a}html body[arco-theme=dark][arco-theme=dark][data-style=fiori] .topnav,html body[arco-theme=dark][arco-theme=dark][data-style=fiori] .card{background:#263746;border-color:#ffffff1a}html body[data-style=fiori] .card:after{content:"";background:#0070f2;border-radius:50%;width:8px;height:8px;position:absolute;top:12px;right:12px}html body[data-style=fiori] .card:hover:after{background:#e76500}html body[data-style=tdesign]{--color-primary-1:#f2f3ff;--color-primary-2:#d9e1ff;--color-primary-3:#b5c7ff;--color-primary-4:#8eabff;--color-primary-5:#618dff;--color-primary-6:#0052d9;--color-primary:#0052d9;--color-primary-light-1:#f2f3ff;--color-blue-6:#0052d9;--color-text-1:#000000e6;--color-text-2:#0009;--color-text-3:#0006;--color-text-4:#00000042;--color-bg-1:#fff;--color-bg-2:#f3f3f3;--color-fill-1:#f3f3f3;--color-fill-2:#eee;--color-fill-3:#e8e8e8;--color-border:#ddd;--color-border-1:#eee;--color-border-2:#ddd;--color-danger:#d54941;--danger-color:#d54941;--color-success:#2ba471;--color-warning:#e37318;--radius-xs:3px;--radius-sm:3px;--radius-md:6px;--radius-lg:9px;--radius-xl:12px;--border-radius-small:3px;--border-radius-medium:6px;--border-radius-large:9px;--border-radius-extra-large:12px;--elev-ring:0 0 0 1px #0000000d;--elev-raised:0 2px 4px #00000014, 0 8px 24px #0000001a;--elev-raised-hover:0 2px 4px #00000014, 0 12px 32px #00000024;--shadow-sm:0 1px 2px #00000014;--shadow-md:0 2px 4px #00000014, 0 8px 24px #0000001a;--shadow-float:0 2px 4px #00000014, 0 12px 32px #00000024;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"Cascadia Code", Consolas, ui-monospace, "SF Mono", Menlo, Monaco, monospace;--stat-positive:#0052d9;--stat-negative:#d54941;--stat-neutral:#777;--stat-highlight:#e37318;--stat-soft-pos:#0052d91a;--stat-soft-neg:#d5494114;--arcoblue-1:242, 243, 255;--arcoblue-2:217, 225, 255;--arcoblue-3:181, 199, 255;--arcoblue-4:142, 171, 255;--arcoblue-5:97, 141, 255;--arcoblue-6:0, 82, 217;background:#f3f3f3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Source Han Sans CN,sans-serif}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark]{--color-primary-6:#618dff;--color-primary:#618dff;--color-primary-5:#8eabff;--color-primary-light-1:#0b1230;--color-blue-6:#618dff;--color-text-1:#ffffffe6;--color-text-2:#fff9;--color-text-3:#fff6;--color-text-4:#ffffff38;--color-bg-1:#242424;--color-bg-2:#2c2c2c;--color-fill-1:#2c2c2c;--color-fill-2:#393939;--color-fill-3:#464646;--color-border:#3d3d3d;--color-border-1:#2c2c2c;--color-border-2:#464646;--color-danger:#f6685d;--danger-color:#f6685d;--color-success:#56c08d;--color-warning:#ffa14d;--elev-raised:0 2px 4px #0000004d, 0 8px 24px #0006;--elev-raised-hover:0 2px 4px #0000004d, 0 12px 32px #00000080;--stat-positive:#618dff;--stat-negative:#f6685d;--stat-neutral:#a6a6a6;--stat-highlight:#ffa14d;--stat-soft-pos:#618dff29;--stat-soft-neg:#f6685d24;--arcoblue-6:97, 141, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#242424}html body[data-style=tdesign] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #ddd!important;border-radius:6px!important}html body[data-style=tdesign] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important;border-color:#0052d9!important}html body[data-style=tdesign] .arco-layout-sider,html body[data-style=tdesign] .arco-layout-header{background:#fff!important;border-color:#ddd!important}html body[data-style=tdesign] .arco-modal,html body[data-style=tdesign] .arco-drawer,html body[data-style=tdesign] .arco-dropdown-menu,html body[data-style=tdesign] .arco-select-dropdown,html body[data-style=tdesign] .arco-menu,html body[data-style=tdesign] .arco-menu-pop,html body[data-style=tdesign] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #ddd!important;border-radius:6px!important}html body[data-style=tdesign] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#000!important;border-radius:3px!important}html body[data-style=tdesign] .arco-tooltip-content .arco-tooltip-arrow{background:#000!important}html body[data-style=tdesign] .arco-input-wrapper,html body[data-style=tdesign] .arco-select-view{background:#fff!important;border-color:#ddd!important;border-radius:3px!important}html body[data-style=tdesign] .arco-input-wrapper:hover,html body[data-style=tdesign] .arco-select-view:hover{border-color:#0052d9!important}html body[data-style=tdesign] .arco-input-wrapper:focus-within,html body[data-style=tdesign] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=tdesign] .arco-select-view:focus-within,html body[data-style=tdesign] .arco-select-view.arco-select-view-focus{border-color:#0052d9!important;box-shadow:0 0 0 2px #0052d933!important}html body[data-style=tdesign] .arco-btn{border-radius:3px!important}html body[data-style=tdesign] .arco-btn-primary,html body[data-style=tdesign] .arco-btn-primary[type=button],html body[data-style=tdesign] .arco-btn-primary[type=submit]{background:#0052d9!important;border-color:#0052d9!important}html body[data-style=tdesign] .arco-btn-primary:hover,html body[data-style=tdesign] .arco-btn-primary[type=button]:hover,html body[data-style=tdesign] .arco-btn-primary[type=submit]:hover{background:#003cab!important;border-color:#003cab!important}html body[data-style=tdesign] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#eee!important}html body[data-style=tdesign] .arco-table-th{color:#0009!important;background:#f3f3f3!important;border-color:#ddd!important}html body[data-style=tdesign] .arco-table-td{border-color:#eee!important}html body[data-style=tdesign] .arco-table-tr:hover .arco-table-td{background:#f3f3f3!important}html body[data-style=tdesign] .arco-tag{background:#eee!important;border-color:#ddd!important;border-radius:3px!important}html body[data-style=tdesign] .arco-divider{border-color:#ddd!important}html body[data-style=tdesign] .arco-progress-line-bar{background:#0052d9!important}html body[data-style=tdesign] .ico-btn:hover,html body[data-style=tdesign] .win-btn:hover{background:#eee!important}html body[data-style=tdesign] .panel-left,html body[data-style=tdesign] .panel-right{background:#f3f3f3!important}html body[data-style=tdesign] .panel-inner{background:0 0!important}html body[data-style=tdesign] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#ddd!important;border-radius:6px!important}html body[data-style=tdesign] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=tdesign] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#ddd!important}html body[data-style=tdesign] .chat-panel,html body[data-style=tdesign] .chat-panel-fs,html body[data-style=tdesign] .chat-panel-analysis{background:#f3f3f3!important}html body[data-style=tdesign] h1,html body[data-style=tdesign] h2,html body[data-style=tdesign] h3,html body[data-style=tdesign] h4{letter-spacing:0!important}html body[data-style=tdesign] :focus-visible{outline-offset:2px;outline:2px solid #0052d9!important}html body[data-style=tdesign] ::-webkit-scrollbar-thumb{background:#00000026}html body[data-style=tdesign] ::-webkit-scrollbar-thumb:hover{background:#00000042}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-card{background:#2c2c2c!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#618dff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#242424!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-popover{background:#2c2c2c!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#000!important;background:#fff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#fff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#2c2c2c!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#618dff!important;box-shadow:0 0 0 2px #618dff40!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1a1a1a!important;background:#618dff!important;border-color:#618dff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#8eabff!important;border-color:#8eabff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#393939!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#fff9!important;background:#2c2c2c!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#2c2c2c!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#393939!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-tag{background:#393939!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#618dff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#393939!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#242424!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .grid-window{background:#2c2c2c!important;border-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#2c2c2c!important;border-left-color:#3d3d3d!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#618dff!important}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}html body[data-style=tdesign][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff42}html body[data-style=harmonyos]{--color-primary-1:#e6eeff;--color-primary-2:#c7d8ff;--color-primary-3:#9dbbff;--color-primary-4:#6b97ff;--color-primary-5:#3d75fb;--color-primary-6:#0a59f7;--color-primary:#0a59f7;--color-primary-light-1:#e6eeff;--color-blue-6:#0a59f7;--color-text-1:#1a1a1a;--color-text-2:#6c6c6c;--color-text-3:#8f8f8f;--color-text-4:#ababab;--color-bg-1:#fff;--color-bg-2:#f1f3f5;--color-fill-1:#f1f3f5;--color-fill-2:#e8ebee;--color-fill-3:#e0e3e7;--color-border:#e0e3e7;--color-border-1:#ebedf0;--color-border-2:#e0e3e7;--color-danger:#e84026;--danger-color:#e84026;--color-success:#2f9e44;--color-warning:#ffb300;--radius-xs:4px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--border-radius-small:4px;--border-radius-medium:8px;--border-radius-large:12px;--elev-ring:0 0 0 1px #0000000d;--elev-raised:0 2px 4px #00000014,  0 8px 16px #0000001a;--elev-raised-hover:0 2px 4px #00000014, 0 16px 32px #00000026;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 4px #00000014, 0 8px 16px #0000001a;--shadow-float:0 2px 4px #00000014, 0 16px 32px #00000026;--ease-standard:cubic-bezier(.33, 0, .67, 1);--font-mono:"Cascadia Code", Consolas, ui-monospace, "SF Mono", Menlo, Monaco, monospace;--stat-positive:#0a59f7;--stat-negative:#e84026;--stat-neutral:#6c6c6c;--stat-highlight:#ffb300;--stat-soft-pos:#0a59f71a;--stat-soft-neg:#e8402614;--arcoblue-1:230, 238, 255;--arcoblue-2:199, 216, 255;--arcoblue-3:157, 187, 255;--arcoblue-4:107, 151, 255;--arcoblue-5:61, 117, 251;--arcoblue-6:10, 89, 247;background-color:#f1f3f5;background-image:radial-gradient(1000px 700px at 85% -10%,#0a59f70d,#0000 60%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;font-family:HarmonyOS Sans SC,HarmonyOS Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark]{--color-primary-6:#317af7;--color-primary:#317af7;--color-primary-5:#5a95ff;--color-primary-light-1:#0a1730;--color-blue-6:#317af7;--color-text-1:#f5f5f5;--color-text-2:#a8a8a8;--color-text-3:#8f8f8f;--color-text-4:#6c6c6c;--color-bg-1:#1a1a1a;--color-bg-2:#212121;--color-fill-1:#212121;--color-fill-2:#2b2b2b;--color-fill-3:#353535;--color-border:#ffffff1a;--color-border-1:#ffffff0f;--color-border-2:#ffffff1f;--color-danger:#ff7b66;--danger-color:#ff7b66;--color-success:#5cc477;--color-warning:#ffc933;--elev-raised:0 2px 4px #0000004d, 0 8px 16px #0006;--elev-raised-hover:0 2px 4px #0000004d, 0 16px 32px #00000080;--stat-positive:#317af7;--stat-negative:#ff7b66;--stat-neutral:#a8a8a8;--stat-highlight:#ffc933;--stat-soft-pos:#317af729;--stat-soft-neg:#ff7b6624;--arcoblue-6:49, 122, 247;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#1a1a1a;background-image:radial-gradient(1000px 700px at 85% -10%,#317af712,#0000 60%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html body[data-style=harmonyos] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e8ebee!important;border-radius:8px!important}html body[data-style=harmonyos] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important;border-color:#0a59f7!important}html body[data-style=harmonyos] .arco-layout-sider,html body[data-style=harmonyos] .arco-layout-header{background:#fff!important;border-color:#e0e3e7!important}html body[data-style=harmonyos] .arco-modal,html body[data-style=harmonyos] .arco-drawer,html body[data-style=harmonyos] .arco-dropdown-menu,html body[data-style=harmonyos] .arco-select-dropdown,html body[data-style=harmonyos] .arco-menu,html body[data-style=harmonyos] .arco-menu-pop,html body[data-style=harmonyos] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:1px solid #e8ebee!important;border-radius:12px!important}html body[data-style=harmonyos] .arco-tooltip-content{color:#fff!important;box-shadow:var(--elev-ring)!important;background:#1a1a1a!important;border-radius:6px!important}html body[data-style=harmonyos] .arco-tooltip-content .arco-tooltip-arrow{background:#1a1a1a!important}html body[data-style=harmonyos] .arco-input-wrapper,html body[data-style=harmonyos] .arco-select-view{background:#f1f3f5!important;border-color:#0000!important;border-radius:8px!important}html body[data-style=harmonyos] .arco-input-wrapper:hover,html body[data-style=harmonyos] .arco-select-view:hover{background:#e8ebee!important}html body[data-style=harmonyos] .arco-input-wrapper:focus-within,html body[data-style=harmonyos] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=harmonyos] .arco-select-view:focus-within,html body[data-style=harmonyos] .arco-select-view.arco-select-view-focus{background:#fff!important;border-color:#0a59f7!important;box-shadow:0 0 0 2px #0a59f726!important}html body[data-style=harmonyos] .arco-btn{border-radius:8px!important}html body[data-style=harmonyos] .arco-btn-primary,html body[data-style=harmonyos] .arco-btn-primary[type=button],html body[data-style=harmonyos] .arco-btn-primary[type=submit]{background:#0a59f7!important;border-color:#0a59f7!important}html body[data-style=harmonyos] .arco-btn-primary:hover,html body[data-style=harmonyos] .arco-btn-primary[type=button]:hover,html body[data-style=harmonyos] .arco-btn-primary[type=submit]:hover{background:#317af7!important;border-color:#317af7!important}html body[data-style=harmonyos] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#e8ebee!important}html body[data-style=harmonyos] .arco-table-th{color:#6c6c6c!important;background:#f1f3f5!important;border-color:#e0e3e7!important}html body[data-style=harmonyos] .arco-table-td{border-color:#ebedf0!important}html body[data-style=harmonyos] .arco-table-tr:hover .arco-table-td{background:#f1f3f5!important}html body[data-style=harmonyos] .arco-tag{background:#f1f3f5!important;border-color:#e0e3e7!important;border-radius:6px!important}html body[data-style=harmonyos] .arco-divider{border-color:#e0e3e7!important}html body[data-style=harmonyos] .arco-progress-line-bar{background:#0a59f7!important}html body[data-style=harmonyos] .ico-btn:hover,html body[data-style=harmonyos] .win-btn:hover{background:#e8ebee!important}html body[data-style=harmonyos] .panel-left,html body[data-style=harmonyos] .panel-right{background:#f1f3f5!important}html body[data-style=harmonyos] .panel-inner{background:0 0!important}html body[data-style=harmonyos] .grid-window{box-shadow:none!important;background:#fff!important;border-color:#e0e3e7!important;border-radius:8px!important}html body[data-style=harmonyos] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=harmonyos] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left-color:#e0e3e7!important}html body[data-style=harmonyos] .chat-panel,html body[data-style=harmonyos] .chat-panel-fs,html body[data-style=harmonyos] .chat-panel-analysis{background:#f1f3f5!important}html body[data-style=harmonyos] h1,html body[data-style=harmonyos] h2,html body[data-style=harmonyos] h3,html body[data-style=harmonyos] h4{letter-spacing:0!important}html body[data-style=harmonyos] :focus-visible{outline-offset:2px;outline:2px solid #0a59f7!important}html body[data-style=harmonyos] ::-webkit-scrollbar-thumb{background:#00000026}html body[data-style=harmonyos] ::-webkit-scrollbar-thumb:hover{background:#00000042}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-card{background:#212121!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{border-color:#317af766!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1a1a1a!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-popover{background:#212121!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1a1a1a!important;background:#f5f5f5!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f5f5f5!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#212121!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:hover,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-select-view:hover{background:#2b2b2b!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#317af7!important;box-shadow:0 0 0 2px #317af740!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:var(--color-on-primary,#fff)!important;background:#317af7!important;border-color:#317af7!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#5a95ff!important;border-color:#5a95ff!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#2b2b2b!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#a8a8a8!important;background:#212121!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0f!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2b2b2b!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-tag{background:#2b2b2b!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#317af7!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#2b2b2b!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1a1a1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .grid-window{background:#212121!important;border-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#212121!important;border-left-color:#ffffff1a!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#317af7!important}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}html body[data-style=harmonyos][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff42}html body[data-style=harmonyos] .sidebar{background:#fff;border-right-color:#e0e3e7}html body[data-style=harmonyos] .sidebar-item{border-radius:8px}html body[data-style=harmonyos] .sidebar-item:hover{background:#e8ebee}html body[data-style=harmonyos] .sidebar-item.active{color:#0a59f7;background:#e6eeff}html body[data-style=harmonyos] .card{border-radius:12px}html body[arco-theme=dark][arco-theme=dark][data-style=harmonyos] .sidebar,html body[arco-theme=dark][arco-theme=dark][data-style=harmonyos] .topnav{background:#212121;border-color:#ffffff1a}html body[arco-theme=dark][arco-theme=dark][data-style=harmonyos] .sidebar-item:hover{background:#2b2b2b}html body[arco-theme=dark][arco-theme=dark][data-style=harmonyos] .sidebar-item.active{color:#317af7;background:#317af729}html body[data-style=harmonyos] .card{transition:box-shadow .2s cubic-bezier(.33,0,.67,1),transform .2s cubic-bezier(.33,0,.67,1)}html body[data-style=harmonyos] .card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000014,0 16px 32px #00000026}html body[data-style=arco]{--color-primary-1:#e8f3ff;--color-primary-2:#bedaff;--color-primary-3:#94bfff;--color-primary-4:#6aa1ff;--color-primary-5:#4080ff;--color-primary-6:#165dff;--color-primary:#165dff;--color-primary-light-1:#e8f3ff;--color-blue-6:#165dff;--color-text-1:#1d2129;--color-text-2:#4e5969;--color-text-3:#86909c;--color-text-4:#c9cdd4;--color-bg-1:#fff;--color-bg-2:#f7f8fa;--color-bg-3:#f2f3f5;--color-fill-1:#f7f8fa;--color-fill-2:#f2f3f5;--color-fill-3:#e5e6eb;--color-border:#e5e6eb;--color-border-1:#f2f3f5;--color-border-2:#e5e6eb;--color-danger:#f53f3f;--danger-color:#f53f3f;--color-success:#00b42a;--color-warning:#ff7d00;--radius-xs:2px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:8px;--elev-ring:none;--elev-raised:0 2px 8px #00000014;--elev-raised-hover:0 2px 8px #00000014, 0 8px 20px #0000001f;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #00000014;--shadow-float:0 4px 16px #0000001f;--ease-standard:cubic-bezier(.34, .69, .1, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, Menlo, Monaco, monospace;--stat-positive:#165dff;--stat-negative:#f53f3f;--stat-neutral:#86909c;--stat-highlight:#ff7d00;--stat-soft-pos:#165dff1a;--stat-soft-neg:#f53f3f14;--arcoblue-1:232, 243, 255;--arcoblue-2:190, 218, 255;--arcoblue-3:148, 191, 255;--arcoblue-4:106, 161, 255;--arcoblue-5:62, 127, 255;--arcoblue-6:22, 93, 255;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}html body[data-style=arco][arco-theme=dark][arco-theme=dark]{--color-primary-6:#367eff;--color-primary:#367eff;--color-primary-5:#4b89ff;--color-primary-light-1:#101f3f;--color-blue-6:#367eff;--color-text-1:#e8e8e8;--color-text-2:#b0b0b0;--color-text-3:#787878;--color-text-4:#595959;--color-bg-1:#121212;--color-bg-2:#1a1a1a;--color-bg-3:#2a2a2a;--color-fill-1:#121212;--color-fill-2:#1e1e1e;--color-fill-3:#2a2a2a;--color-border:#333;--color-border-1:#2a2a2a;--color-border-2:#333;--color-danger:#f76965;--danger-color:#f76965;--color-success:#39c06b;--color-warning:#ff9a2e;--elev-ring:none;--elev-raised:0 2px 8px #0006;--elev-raised-hover:0 2px 8px #0006, 0 8px 20px #00000080;--stat-positive:#367eff;--stat-negative:#f76965;--stat-neutral:#ffffff80;--stat-highlight:#ff9a2e;--stat-soft-pos:#367eff29;--stat-soft-neg:#f7696524;--arcoblue-6:54, 126, 255;--color-on-primary:#161616;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1e1e1e}html body[data-style=arco] .arco-card{background:#fff!important;border:none!important;border-radius:4px!important;box-shadow:0 1px 2px #0000000a!important}html body[data-style=arco] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important}html body[data-style=arco] .arco-layout-sider,html body[data-style=arco] .arco-layout-header{background:#fff!important;border-color:#e5e6eb!important}html body[data-style=arco] .arco-modal,html body[data-style=arco] .arco-drawer,html body[data-style=arco] .arco-dropdown-menu,html body[data-style=arco] .arco-select-dropdown,html body[data-style=arco] .arco-menu,html body[data-style=arco] .arco-menu-pop,html body[data-style=arco] .arco-popover{box-shadow:var(--elev-raised)!important;background:#fff!important;border:none!important;border-radius:4px!important}html body[data-style=arco] .arco-tooltip-content{color:#fff!important;box-shadow:none!important;background:#1d2129!important;border-radius:2px!important}html body[data-style=arco] .arco-tooltip-content .arco-tooltip-arrow{background:#1d2129!important}html body[data-style=arco] .admin-main .panel,html body[data-style=arco] .admin-main .metric-card,html body[data-style=arco] .admin-main .health-card,html body[data-style=arco] .cache-stat{border:none!important}html body[data-style=arco] .arco-input-wrapper{background:#fff!important;border-radius:2px!important}html body[data-style=arco] .arco-select-view{background:#fff!important;border:none!important;border-radius:2px!important}html body[data-style=arco] .arco-input-wrapper:hover{border-color:#165dff!important}html body[data-style=arco] .arco-select-view:hover{background:#f7f8fa!important}html body[data-style=arco] .arco-input-wrapper:focus-within,html body[data-style=arco] .arco-input-wrapper.arco-input-wrapper-focus,html body[data-style=arco] .arco-select-view:focus-within,html body[data-style=arco] .arco-select-view.arco-select-view-focus{border-color:#165dff!important;box-shadow:0 0 0 2px #165dff26!important}html body[data-style=arco] .arco-btn{border-radius:2px!important}html body[data-style=arco] .arco-btn-primary,html body[data-style=arco] .arco-btn-primary[type=button],html body[data-style=arco] .arco-btn-primary[type=submit]{background:#165dff!important;border-color:#165dff!important}html body[data-style=arco] .arco-btn-primary:hover,html body[data-style=arco] .arco-btn-primary[type=button]:hover,html body[data-style=arco] .arco-btn-primary[type=submit]:hover{background:#4080ff!important;border-color:#4080ff!important}html body[data-style=arco] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#f2f3f5!important}html body[data-style=arco] .arco-table-th{color:#4e5969!important;background:#f7f8fa!important;border-color:#e5e6eb!important}html body[data-style=arco] .arco-table-td{border-color:#f2f3f5!important}html body[data-style=arco] .arco-table-tr:hover .arco-table-td{background:#f7f8fa!important}html body[data-style=arco] .arco-tag{background:#f2f3f5!important;border-color:#e5e6eb!important;border-radius:2px!important}html body[data-style=arco] .arco-divider{border-color:#e5e6eb!important}html body[data-style=arco] .arco-progress-line-bar{background:#165dff!important}html body[data-style=arco] .ico-btn:hover,html body[data-style=arco] .win-btn:hover{background:#f2f3f5!important}html body[data-style=arco] .panel-left,html body[data-style=arco] .panel-right{background:#f7f8fa!important}html body[data-style=arco] .panel-inner{background:0 0!important}html body[data-style=arco] .grid-window{background:#fff!important;border:none!important;border-radius:4px!important;box-shadow:0 1px 2px #0000000a!important}html body[data-style=arco] .grid-window:hover{box-shadow:var(--elev-raised)!important}html body[data-style=arco] .theme-panel__body{box-shadow:var(--elev-raised)!important;background:#fff!important;border-left:none!important}html body[data-style=arco] .chat-panel,html body[data-style=arco] .chat-panel-fs,html body[data-style=arco] .chat-panel-analysis{background:#f7f8fa!important}html body[data-style=arco] h1,html body[data-style=arco] h2,html body[data-style=arco] h3,html body[data-style=arco] h4{letter-spacing:0!important}html body[data-style=arco] :focus-visible{outline-offset:2px;outline:2px solid #165dff!important}html body[data-style=arco] ::-webkit-scrollbar-thumb{background:#00000026}html body[data-style=arco] ::-webkit-scrollbar-thumb:hover{background:#00000042}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-card{background:#121212!important;border:none!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-card-hoverable:hover{box-shadow:var(--elev-raised)!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1a1a1a!important;border-color:#0000!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-menu-pop,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1a1a1a!important;border:none!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1d2129!important;background:#f7f8fa!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-tooltip-content .arco-tooltip-arrow{background:#f7f8fa!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-input-wrapper{background:#232324!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#232324!important;border:none!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-input-wrapper:focus-within,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-select-view:focus-within{border-color:#367eff!important;box-shadow:0 0 0 2px #367eff40!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:#367eff!important;border-color:#367eff!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary:hover,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button]:hover,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]:hover{background:#4b89ff!important;border-color:#4b89ff!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-btn:not(.arco-btn-primary):not(.arco-btn-text):not([class*=arco-btn-status-]):hover{background:#ffffff14!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#ffffffb3!important;background:#232324!important;border-color:#373739!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#2a2a2b!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#ffffff0a!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-tag{background:#ffffff14!important;border-color:#373739!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-divider{border-color:#373739!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#367eff!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .ico-btn:hover,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .win-btn:hover{background:#ffffff14!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=arco][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1e1e1e!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .grid-window{background:#121212!important;border:none!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#121212!important;border-left:none!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#367eff!important}html body[data-style=arco][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}html body[data-style=arco][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff42}html body[data-style=swiss]{--color-primary-1:#fde8e8;--color-primary-2:#f8c4c4;--color-primary-3:#f08a8a;--color-primary-4:#e84f4f;--color-primary-5:#ec2a2a;--color-primary-6:#e30613;--color-primary:#e30613;--color-primary-light-1:#fde8e8;--color-blue-6:#e30613;--color-text-1:#111;--color-text-2:#555;--color-text-3:#777;--color-text-4:#999;--color-bg-1:#fff;--color-bg-2:#f5f5f5;--color-fill-1:#f5f5f5;--color-fill-2:#e8e8e8;--color-fill-3:#dcdcdc;--color-border:#ccc;--color-border-1:#e5e5e5;--color-border-2:#ccc;--color-danger:#e30613;--danger-color:#e30613;--color-success:#111;--color-warning:#e30613;--radius-xs:0px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--border-radius-small:0px;--border-radius-medium:0px;--border-radius-large:0px;--elev-ring:none;--elev-raised:none;--elev-raised-hover:none;--shadow-sm:none;--shadow-md:none;--shadow-float:none;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#e30613;--stat-negative:#111;--stat-neutral:#777;--stat-highlight:#e30613;--arcoblue-1:253, 232, 232;--arcoblue-2:248, 196, 196;--arcoblue-3:240, 138, 138;--arcoblue-4:232, 79, 79;--arcoblue-5:236, 42, 42;--arcoblue-6:227, 6, 19;--color-on-primary:#fff;background:#fff;font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=swiss][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff4b4b;--color-primary:#ff4b4b;--color-primary-5:#ff6e6e;--color-primary-light-1:#311;--color-blue-6:#ff4b4b;--color-text-1:#f5f5f5;--color-text-2:#ccc;--color-text-3:#999;--color-text-4:#777;--color-bg-1:#1a1a1a;--color-bg-2:#111;--color-fill-1:#111;--color-fill-2:#262626;--color-fill-3:#333;--color-border:#444;--color-border-1:#333;--color-border-2:#444;--color-danger:#ff4b4b;--danger-color:#ff4b4b;--color-success:#f5f5f5;--color-warning:#ff4b4b;--stat-positive:#ff4b4b;--stat-negative:#f5f5f5;--stat-neutral:#999;--stat-highlight:#ff4b4b;--arcoblue-6:255, 75, 75;--color-on-primary:#111;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#111}html body[data-style=swiss] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #ccc!important;border-radius:0!important}html body[data-style=swiss] .arco-card-hoverable:hover{border-color:#e30613!important}html body[data-style=swiss] .arco-layout-sider,html body[data-style=swiss] .arco-layout-header{background:#f5f5f5!important;border-color:#ccc!important}html body[data-style=swiss] .arco-modal,html body[data-style=swiss] .arco-drawer,html body[data-style=swiss] .arco-dropdown-menu,html body[data-style=swiss] .arco-select-dropdown,html body[data-style=swiss] .arco-menu,html body[data-style=swiss] .arco-menu-pop,html body[data-style=swiss] .arco-popover{box-shadow:none!important;background:#fff!important;border:2px solid #111!important;border-radius:0!important}html body[data-style=swiss] .arco-tooltip-content{color:#fff!important;background:#111!important;border-radius:0!important}html body[data-style=swiss] .arco-input-wrapper,html body[data-style=swiss] .arco-select-view{background:#fff!important;border-radius:0!important}html body[data-style=swiss] .arco-input-wrapper:focus-within,html body[data-style=swiss] .arco-select-view:focus-within{box-shadow:none!important;border-color:#e30613!important}html body[data-style=swiss] .arco-btn{border-radius:0!important}html body[data-style=swiss] .arco-btn-primary,html body[data-style=swiss] .arco-btn-primary[type=button],html body[data-style=swiss] .arco-btn-primary[type=submit]{background:#e30613!important;border-color:#e30613!important}html body[data-style=swiss] .arco-btn-primary:hover,html body[data-style=swiss] .arco-btn-primary[type=button]:hover,html body[data-style=swiss] .arco-btn-primary[type=submit]:hover{background:#ec2a2a!important;border-color:#ec2a2a!important}html body[data-style=swiss] .arco-table-th{color:#fff!important;background:#111!important;border-color:#111!important}html body[data-style=swiss] .arco-table-td{border-color:#ccc!important}html body[data-style=swiss] .arco-table-tr:hover .arco-table-td{background:#f5f5f5!important}html body[data-style=swiss] .arco-tag{background:#f5f5f5!important;border-radius:0!important}html body[data-style=swiss] .arco-divider{border-color:#ccc!important}html body[data-style=swiss] .arco-progress-line-bar{background:#e30613!important}html body[data-style=swiss] .ico-btn:hover,html body[data-style=swiss] .win-btn:hover{background:#e8e8e8!important}html body[data-style=swiss] .panel-left,html body[data-style=swiss] .panel-right{background:#f5f5f5!important}html body[data-style=swiss] .panel-inner{background:0 0!important}html body[data-style=swiss] .grid-window{background:#fff!important;border-radius:0!important}html body[data-style=swiss] .theme-panel__body{background:#fff!important}html body[data-style=swiss] .chat-panel,html body[data-style=swiss] .chat-panel-fs,html body[data-style=swiss] .chat-panel-analysis{background:#f5f5f5!important}html body[data-style=swiss] h1,html body[data-style=swiss] h2{letter-spacing:-.02em;font-weight:700}html body[data-style=swiss] h3,html body[data-style=swiss] h4{font-weight:700}html body[data-style=swiss] .brand-title,html body[data-style=swiss] .apple-title{text-transform:uppercase}html body[data-style=swiss] :focus-visible{outline-offset:2px;outline:2px solid #e30613!important}html body[data-style=swiss] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-card{background:#1a1a1a!important;border-color:#444!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#111!important;border-color:#444!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1a1a1a!important;border-color:#444!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#111!important;background:#f5f5f5!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#1a1a1a!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#ff4b4b!important;border-color:#ff4b4b!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#111!important;background:#f5f5f5!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#333!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#262626!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff4b4b!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#111!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=swiss][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1a1a1a!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff4b4b!important}html body[data-style=swiss][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=material3]{--color-primary-1:#ede7f6;--color-primary-2:#d8cff0;--color-primary-3:#bfa8e3;--color-primary-4:#a27fd3;--color-primary-5:#7f67be;--color-primary-6:#6750a4;--color-primary:#6750a4;--color-primary-light-1:#ede7f6;--color-blue-6:#6750a4;--color-text-1:#1d1b20;--color-text-2:#49454f;--color-text-3:#79747e;--color-text-4:#938f99;--color-bg-1:#fff;--color-bg-2:#fdf7ff;--color-fill-1:#f3edf7;--color-fill-2:#e8def8;--color-fill-3:#e0d5ef;--color-border:#cac4d0;--color-border-1:#e6e0e9;--color-border-2:#cac4d0;--color-danger:#b3261e;--danger-color:#b3261e;--color-success:#386a20;--color-warning:#665a00;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:28px;--border-radius-small:12px;--border-radius-medium:16px;--border-radius-large:28px;--elev-ring:0 0 0 1px #0000000d;--elev-raised:0 1px 2px #00000014, 0 4px 12px #0000000f;--elev-raised-hover:0 2px 4px #0000001a, 0 8px 24px #0000001a;--shadow-sm:0 1px 2px #00000014;--shadow-md:0 4px 12px #0000000f;--shadow-float:0 8px 24px #0000001a;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Roboto Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--stat-positive:#6750a4;--stat-negative:#b3261e;--stat-neutral:#79747e;--stat-highlight:#665a00;--arcoblue-1:237, 231, 246;--arcoblue-2:216, 207, 240;--arcoblue-3:191, 168, 227;--arcoblue-4:162, 127, 211;--arcoblue-5:127, 103, 190;--arcoblue-6:103, 80, 164;--color-on-primary:#fff;background:#fdf7ff;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=material3][arco-theme=dark][arco-theme=dark]{--color-primary-6:#d0bcff;--color-primary:#d0bcff;--color-primary-5:#b9a6f0;--color-primary-light-1:#211b33;--color-blue-6:#d0bcff;--color-text-1:#e6e0e9;--color-text-2:#cac4d0;--color-text-3:#938f99;--color-text-4:#79747e;--color-bg-1:#141218;--color-bg-2:#1d1b20;--color-fill-1:#211b33;--color-fill-2:#2b2930;--color-fill-3:#36343b;--color-border:#49454f;--color-border-1:#36343b;--color-border-2:#49454f;--color-danger:#f2b8b5;--danger-color:#f2b8b5;--color-success:#a8c99a;--color-warning:#e5e32e;--stat-positive:#d0bcff;--stat-negative:#f2b8b5;--stat-neutral:#cac4d0;--stat-highlight:#e5e32e;--arcoblue-6:208, 188, 255;--color-on-primary:#381e72;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#141218}html body[data-style=material3] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e6e0e9!important;border-radius:16px!important}html body[data-style=material3] .arco-card-hoverable:hover{border-color:#6750a4!important;box-shadow:0 1px 2px #00000014,0 4px 12px #0000000f!important}html body[data-style=material3] .arco-layout-sider,html body[data-style=material3] .arco-layout-header{background:#fdf7ff!important;border-color:#e6e0e9!important}html body[data-style=material3] .arco-modal,html body[data-style=material3] .arco-drawer,html body[data-style=material3] .arco-dropdown-menu,html body[data-style=material3] .arco-select-dropdown,html body[data-style=material3] .arco-menu,html body[data-style=material3] .arco-menu-pop,html body[data-style=material3] .arco-popover{background:#fff!important;border:none!important;border-radius:16px!important;box-shadow:0 1px 2px #00000014,0 4px 12px #0000000f!important}html body[data-style=material3] .arco-tooltip-content{color:#fff!important;background:#49454f!important;border-radius:12px!important}html body[data-style=material3] .arco-input-wrapper,html body[data-style=material3] .arco-select-view{background:#f3edf7!important;border-radius:12px!important}html body[data-style=material3] .arco-input-wrapper:focus-within,html body[data-style=material3] .arco-select-view:focus-within{box-shadow:none!important;border-color:#6750a4!important}html body[data-style=material3] .arco-btn{border-radius:12px!important}html body[data-style=material3] .arco-btn-primary,html body[data-style=material3] .arco-btn-primary[type=button],html body[data-style=material3] .arco-btn-primary[type=submit]{background:#6750a4!important;border-color:#6750a4!important}html body[data-style=material3] .arco-btn-primary:hover,html body[data-style=material3] .arco-btn-primary[type=button]:hover,html body[data-style=material3] .arco-btn-primary[type=submit]:hover{background:#7f67be!important;border-color:#7f67be!important}html body[data-style=material3] .arco-table-th{color:#1d1b20!important;background:#f3edf7!important;border-color:#e6e0e9!important}html body[data-style=material3] .arco-table-td{border-color:#e6e0e9!important}html body[data-style=material3] .arco-table-tr:hover .arco-table-td{background:#f3edf7!important}html body[data-style=material3] .arco-tag{background:#e8def8!important;border-radius:12px!important}html body[data-style=material3] .arco-divider{border-color:#cac4d0!important}html body[data-style=material3] .arco-progress-line-bar{background:#6750a4!important}html body[data-style=material3] .ico-btn:hover,html body[data-style=material3] .win-btn:hover{background:#e8def8!important}html body[data-style=material3] .panel-left,html body[data-style=material3] .panel-right{background:#fdf7ff!important}html body[data-style=material3] .panel-inner{background:0 0!important}html body[data-style=material3] .grid-window{background:#fff!important;border-radius:16px!important}html body[data-style=material3] .theme-panel__body{background:#fff!important}html body[data-style=material3] .chat-panel,html body[data-style=material3] .chat-panel-fs,html body[data-style=material3] .chat-panel-analysis{background:#fdf7ff!important}html body[data-style=material3] :focus-visible{outline-offset:2px;outline:2px solid #6750a4!important}html body[data-style=material3] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-card{background:#1d1b20!important;border-color:#36343b!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#141218!important;border-color:#36343b!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1d1b20!important;border-color:#36343b!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1d1b20!important;background:#e6e0e9!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#211b33!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#381e72!important;background:#d0bcff!important;border-color:#d0bcff!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#e6e0e9!important;background:#211b33!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#36343b!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2b2930!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#d0bcff!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#141218!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=material3][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1d1b20!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#d0bcff!important}html body[data-style=material3][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=brutalism]{--color-primary-1:#eee;--color-primary-2:#ddd;--color-primary-3:#bbb;--color-primary-4:#888;--color-primary-5:#444;--color-primary-6:#000;--color-primary:#000;--color-primary-light-1:#eee;--color-blue-6:#000;--color-text-1:#000;--color-text-2:#222;--color-text-3:#444;--color-text-4:#666;--color-bg-1:#fff;--color-bg-2:#f0f0f0;--color-fill-1:#f0f0f0;--color-fill-2:#e0e0e0;--color-fill-3:#d0d0d0;--color-border:#000;--color-border-1:#ddd;--color-border-2:#000;--color-danger:#ff4500;--danger-color:#ff4500;--color-success:#0a0;--color-warning:gold;--radius-xs:0px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--border-radius-small:0px;--border-radius-medium:0px;--border-radius-large:0px;--elev-ring:none;--elev-raised:4px 4px 0 0 #000;--elev-raised-hover:6px 6px 0 0 #000;--shadow-sm:2px 2px 0 0 #000;--shadow-md:4px 4px 0 0 #000;--shadow-float:6px 6px 0 0 #000;--ease-standard:steps(2, end);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#000;--stat-negative:#ff4500;--stat-neutral:#444;--stat-highlight:gold;--arcoblue-1:238, 238, 238;--arcoblue-2:221, 221, 221;--arcoblue-3:187, 187, 187;--arcoblue-4:136, 136, 136;--arcoblue-5:68, 68, 68;--arcoblue-6:0, 0, 0;--color-on-primary:#fff;background:#fff;font-family:Courier New,Courier,ui-monospace,SF Mono,monospace}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark]{--color-primary-6:#fff;--color-primary:#fff;--color-primary-5:#ccc;--color-primary-light-1:#333;--color-blue-6:#fff;--color-text-1:#fff;--color-text-2:#ccc;--color-text-3:#999;--color-text-4:#777;--color-bg-1:#000;--color-bg-2:#111;--color-fill-1:#111;--color-fill-2:#222;--color-fill-3:#333;--color-border:#fff;--color-border-1:#333;--color-border-2:#fff;--color-danger:#ff4500;--danger-color:#ff4500;--color-success:#0f0;--color-warning:gold;--elev-raised:4px 4px 0 0 #fff;--elev-raised-hover:6px 6px 0 0 #fff;--stat-positive:#fff;--stat-negative:#ff4500;--stat-neutral:#999;--stat-highlight:gold;--arcoblue-6:255, 255, 255;--color-on-primary:#000;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#000}html body[data-style=brutalism] .arco-card{background:#fff!important;border:3px solid #000!important;border-radius:0!important;box-shadow:4px 4px #000!important}html body[data-style=brutalism] .arco-card-hoverable:hover{transform:translate(-2px,-2px)!important;box-shadow:6px 6px #000!important}html body[data-style=brutalism] .arco-layout-sider,html body[data-style=brutalism] .arco-layout-header{background:#fff!important;border-color:#000!important}html body[data-style=brutalism] .arco-modal,html body[data-style=brutalism] .arco-drawer,html body[data-style=brutalism] .arco-dropdown-menu,html body[data-style=brutalism] .arco-select-dropdown,html body[data-style=brutalism] .arco-menu,html body[data-style=brutalism] .arco-menu-pop,html body[data-style=brutalism] .arco-popover{background:#fff!important;border:3px solid #000!important;border-radius:0!important;box-shadow:4px 4px #000!important}html body[data-style=brutalism] .arco-tooltip-content{color:#fff!important;background:#000!important;border-radius:0!important}html body[data-style=brutalism] .arco-input-wrapper,html body[data-style=brutalism] .arco-select-view{background:#fff!important;border-radius:0!important}html body[data-style=brutalism] .arco-input-wrapper:focus-within,html body[data-style=brutalism] .arco-select-view:focus-within{border-color:#000!important;box-shadow:3px 3px #000!important}html body[data-style=brutalism] .arco-btn{border-radius:0!important}html body[data-style=brutalism] .arco-btn-primary,html body[data-style=brutalism] .arco-btn-primary[type=button],html body[data-style=brutalism] .arco-btn-primary[type=submit]{background:#000!important;border-color:#000!important}html body[data-style=brutalism] .arco-btn-primary:hover,html body[data-style=brutalism] .arco-btn-primary[type=button]:hover,html body[data-style=brutalism] .arco-btn-primary[type=submit]:hover{background:#444!important;border-color:#444!important}html body[data-style=brutalism] .arco-table-th{color:#fff!important;background:#000!important;border-color:#000!important}html body[data-style=brutalism] .arco-table-td{border-color:#000!important}html body[data-style=brutalism] .arco-table-tr:hover .arco-table-td{background:#f0f0f0!important}html body[data-style=brutalism] .arco-tag{background:#000!important;border-radius:0!important}html body[data-style=brutalism] .arco-divider{border-color:#000!important}html body[data-style=brutalism] .arco-progress-line-bar{background:#000!important}html body[data-style=brutalism] .ico-btn:hover,html body[data-style=brutalism] .win-btn:hover{background:#e0e0e0!important}html body[data-style=brutalism] .panel-left,html body[data-style=brutalism] .panel-right{background:#f0f0f0!important}html body[data-style=brutalism] .panel-inner{background:0 0!important}html body[data-style=brutalism] .grid-window{background:#fff!important;border-radius:0!important}html body[data-style=brutalism] .theme-panel__body{background:#fff!important}html body[data-style=brutalism] .chat-panel,html body[data-style=brutalism] .chat-panel-fs,html body[data-style=brutalism] .chat-panel-analysis{background:#f0f0f0!important}html body[data-style=brutalism] h1,html body[data-style=brutalism] h2{text-transform:uppercase;letter-spacing:0;font-weight:800}html body[data-style=brutalism] .arco-btn-primary{font-weight:700}html body[data-style=brutalism] :focus-visible{outline-offset:2px;outline:2px solid #000!important}html body[data-style=brutalism] ::-webkit-scrollbar-thumb{background:#0000004d}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-card,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-layout-header,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-popover{background:#000!important;border-color:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#000!important;background:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#000!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#000!important;background:#fff!important;border-color:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#000!important;background:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#222!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#111!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#000!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#fff!important}html body[data-style=brutalism][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff4d}html body[data-style=spotify]{--color-primary-1:#e6f9ee;--color-primary-2:#c4f0d6;--color-primary-3:#8fe6b0;--color-primary-4:#52d985;--color-primary-5:#2bca68;--color-primary-6:#1db954;--color-primary:#1db954;--color-primary-light-1:#e6f9ee;--color-blue-6:#1db954;--color-text-1:#191414;--color-text-2:#535353;--color-text-3:#7a7a7a;--color-text-4:#999;--color-bg-1:#fff;--color-bg-2:#f7f7f7;--color-fill-1:#f7f7f7;--color-fill-2:#ededed;--color-fill-3:#e0e0e0;--color-border:#ddd;--color-border-1:#eee;--color-border-2:#ddd;--color-danger:#e91429;--danger-color:#e91429;--color-success:#1db954;--color-warning:#f59b23;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:28px;--border-radius-small:12px;--border-radius-medium:16px;--border-radius-large:28px;--elev-ring:0 0 0 1px #0000000a;--elev-raised:0 4px 12px #00000014;--elev-raised-hover:0 8px 24px #0000001f;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-float:0 8px 24px #0000001f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--stat-positive:#1db954;--stat-negative:#e91429;--stat-neutral:#535353;--stat-highlight:#f59b23;--arcoblue-1:230, 249, 238;--arcoblue-2:196, 240, 214;--arcoblue-3:143, 230, 176;--arcoblue-4:82, 217, 133;--arcoblue-5:43, 202, 104;--arcoblue-6:29, 185, 84;--color-on-primary:#121212;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=spotify][arco-theme=dark][arco-theme=dark]{--color-primary-6:#1db954;--color-primary:#1db954;--color-primary-5:#2bca68;--color-primary-light-1:#0b2e18;--color-blue-6:#1db954;--color-text-1:#fff;--color-text-2:#b3b3b3;--color-text-3:#7a7a7a;--color-text-4:#535353;--color-bg-1:#121212;--color-bg-2:#181818;--color-fill-1:#181818;--color-fill-2:#242424;--color-fill-3:#2e2e2e;--color-border:#2e2e2e;--color-border-1:#242424;--color-border-2:#2e2e2e;--color-danger:#ff5964;--danger-color:#ff5964;--color-success:#1db954;--color-warning:#f59b23;--elev-raised:0 4px 12px #00000080;--stat-positive:#1db954;--stat-negative:#ff5964;--stat-neutral:#b3b3b3;--stat-highlight:#f59b23;--arcoblue-6:29, 185, 84;--color-on-primary:#000;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#121212}html body[data-style=spotify] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #eee!important;border-radius:16px!important}html body[data-style=spotify] .arco-card-hoverable:hover{box-shadow:0 4px 12px #00000014!important}html body[data-style=spotify] .arco-layout-sider,html body[data-style=spotify] .arco-layout-header{background:#f7f7f7!important;border-color:#eee!important}html body[data-style=spotify] .arco-modal,html body[data-style=spotify] .arco-drawer,html body[data-style=spotify] .arco-dropdown-menu,html body[data-style=spotify] .arco-select-dropdown,html body[data-style=spotify] .arco-menu,html body[data-style=spotify] .arco-menu-pop,html body[data-style=spotify] .arco-popover{background:#fff!important;border:none!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important}html body[data-style=spotify] .arco-tooltip-content{color:#fff!important;background:#191414!important;border-radius:12px!important}html body[data-style=spotify] .arco-input-wrapper,html body[data-style=spotify] .arco-select-view{background:#fff!important;border-radius:12px!important}html body[data-style=spotify] .arco-input-wrapper:focus-within,html body[data-style=spotify] .arco-select-view:focus-within{border-color:#1db954!important;box-shadow:0 0 0 2px #1db9544d!important}html body[data-style=spotify] .arco-btn{border-radius:12px!important}html body[data-style=spotify] .arco-btn-primary,html body[data-style=spotify] .arco-btn-primary[type=button],html body[data-style=spotify] .arco-btn-primary[type=submit]{background:#1db954!important;border-color:#1db954!important}html body[data-style=spotify] .arco-btn-primary:hover,html body[data-style=spotify] .arco-btn-primary[type=button]:hover,html body[data-style=spotify] .arco-btn-primary[type=submit]:hover{background:#2bca68!important;border-color:#2bca68!important}html body[data-style=spotify] .arco-table-th{color:#535353!important;background:#f7f7f7!important;border-color:#eee!important}html body[data-style=spotify] .arco-table-td{border-color:#f0f0f0!important}html body[data-style=spotify] .arco-table-tr:hover .arco-table-td{background:#f7f7f7!important}html body[data-style=spotify] .arco-tag{background:#e6f9ee!important;border-radius:12px!important}html body[data-style=spotify] .arco-divider{border-color:#ddd!important}html body[data-style=spotify] .arco-progress-line-bar{background:#1db954!important}html body[data-style=spotify] .ico-btn:hover,html body[data-style=spotify] .win-btn:hover{background:#ededed!important}html body[data-style=spotify] .panel-left,html body[data-style=spotify] .panel-right{background:#f7f7f7!important}html body[data-style=spotify] .panel-inner{background:0 0!important}html body[data-style=spotify] .grid-window{background:#fff!important;border-radius:16px!important}html body[data-style=spotify] .theme-panel__body{background:#fff!important}html body[data-style=spotify] .chat-panel,html body[data-style=spotify] .chat-panel-fs,html body[data-style=spotify] .chat-panel-analysis{background:#f7f7f7!important}html body[data-style=spotify] h1,html body[data-style=spotify] h2{letter-spacing:-.02em;font-weight:800}html body[data-style=spotify] .arco-btn-primary{font-weight:700;border-radius:999px!important}html body[data-style=spotify] :focus-visible{outline-offset:2px;outline:2px solid #1db954!important}html body[data-style=spotify] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-card{background:#181818!important;border-color:#2e2e2e!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#121212!important;border-color:#2e2e2e!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-popover{background:#181818!important;border-color:#2e2e2e!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#191414!important;background:#fff!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#242424!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#000!important;background:#1db954!important;border-color:#1db954!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#b3b3b3!important;background:#181818!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#242424!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#242424!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#1db954!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#121212!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=spotify][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#181818!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#1db954!important}html body[data-style=spotify][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=discord]{--color-primary-1:#eef0fe;--color-primary-2:#dce0fc;--color-primary-3:#bfc6f8;--color-primary-4:#9aa3f4;--color-primary-5:#7580f0;--color-primary-6:#5865f2;--color-primary:#5865f2;--color-primary-light-1:#eef0fe;--color-blue-6:#5865f2;--color-text-1:#313338;--color-text-2:#5c5f66;--color-text-3:#80848e;--color-text-4:#a3a6ad;--color-bg-1:#fff;--color-bg-2:#f2f3f5;--color-fill-1:#f2f3f5;--color-fill-2:#e3e5e8;--color-fill-3:#dbdee1;--color-border:#dbdee1;--color-border-1:#e3e5e8;--color-border-2:#dbdee1;--color-danger:#ed4245;--danger-color:#ed4245;--color-success:#3ba55d;--color-warning:#faa61a;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--border-radius-small:8px;--border-radius-medium:12px;--border-radius-large:16px;--elev-ring:0 0 0 1px #0000000d;--elev-raised:0 4px 12px #00000014;--elev-raised-hover:0 8px 24px #0000001f;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-float:0 8px 24px #0000001f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--stat-positive:#5865f2;--stat-negative:#ed4245;--stat-neutral:#80848e;--stat-highlight:#faa61a;--arcoblue-1:238, 240, 254;--arcoblue-2:220, 224, 252;--arcoblue-3:191, 198, 248;--arcoblue-4:154, 163, 244;--arcoblue-5:117, 128, 240;--arcoblue-6:88, 101, 242;--color-on-primary:#fff;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=discord][arco-theme=dark][arco-theme=dark]{--color-primary-6:#5865f2;--color-primary:#5865f2;--color-primary-5:#7580f0;--color-primary-light-1:#141a3d;--color-blue-6:#5865f2;--color-text-1:#dbdee1;--color-text-2:#949ba4;--color-text-3:#80848e;--color-text-4:#5c5f66;--color-bg-1:#313338;--color-bg-2:#1e1f22;--color-fill-1:#1e1f22;--color-fill-2:#2b2d31;--color-fill-3:#3b3d44;--color-border:#3b3d44;--color-border-1:#2b2d31;--color-border-2:#3b3d44;--color-danger:#ff7b84;--danger-color:#ff7b84;--color-success:#57f287;--color-warning:#fee75c;--elev-raised:0 4px 12px #00000080;--stat-positive:#949cf7;--stat-negative:#ff7b84;--stat-neutral:#949ba4;--stat-highlight:#fee75c;--arcoblue-6:88, 101, 242;--color-on-primary:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1e1f22}html body[data-style=discord] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e3e5e8!important;border-radius:12px!important}html body[data-style=discord] .arco-card-hoverable:hover{border-color:#5865f2!important;box-shadow:0 4px 12px #00000014!important}html body[data-style=discord] .arco-layout-sider,html body[data-style=discord] .arco-layout-header{background:#f2f3f5!important;border-color:#e3e5e8!important}html body[data-style=discord] .arco-modal,html body[data-style=discord] .arco-drawer,html body[data-style=discord] .arco-dropdown-menu,html body[data-style=discord] .arco-select-dropdown,html body[data-style=discord] .arco-menu,html body[data-style=discord] .arco-menu-pop,html body[data-style=discord] .arco-popover{background:#fff!important;border:1px solid #e3e5e8!important;border-radius:12px!important;box-shadow:0 4px 12px #00000014!important}html body[data-style=discord] .arco-tooltip-content{color:#fff!important;background:#313338!important;border-radius:8px!important}html body[data-style=discord] .arco-input-wrapper,html body[data-style=discord] .arco-select-view{background:#f2f3f5!important;border-radius:8px!important}html body[data-style=discord] .arco-input-wrapper:focus-within,html body[data-style=discord] .arco-select-view:focus-within{border-color:#5865f2!important;box-shadow:0 0 0 2px #5865f24d!important}html body[data-style=discord] .arco-btn{border-radius:8px!important}html body[data-style=discord] .arco-btn-primary,html body[data-style=discord] .arco-btn-primary[type=button],html body[data-style=discord] .arco-btn-primary[type=submit]{background:#5865f2!important;border-color:#5865f2!important}html body[data-style=discord] .arco-btn-primary:hover,html body[data-style=discord] .arco-btn-primary[type=button]:hover,html body[data-style=discord] .arco-btn-primary[type=submit]:hover{background:#7580f0!important;border-color:#7580f0!important}html body[data-style=discord] .arco-table-th{color:#5c5f66!important;background:#f2f3f5!important;border-color:#e3e5e8!important}html body[data-style=discord] .arco-table-td{border-color:#e3e5e8!important}html body[data-style=discord] .arco-table-tr:hover .arco-table-td{background:#f2f3f5!important}html body[data-style=discord] .arco-tag{background:#eef0fe!important;border-radius:8px!important}html body[data-style=discord] .arco-divider{border-color:#dbdee1!important}html body[data-style=discord] .arco-progress-line-bar{background:#5865f2!important}html body[data-style=discord] .ico-btn:hover,html body[data-style=discord] .win-btn:hover{background:#e3e5e8!important}html body[data-style=discord] .panel-left,html body[data-style=discord] .panel-right{background:#f2f3f5!important}html body[data-style=discord] .panel-inner{background:0 0!important}html body[data-style=discord] .grid-window{background:#fff!important;border-radius:12px!important}html body[data-style=discord] .theme-panel__body{background:#fff!important}html body[data-style=discord] .chat-panel,html body[data-style=discord] .chat-panel-fs,html body[data-style=discord] .chat-panel-analysis{background:#f2f3f5!important}html body[data-style=discord] h1,html body[data-style=discord] h2{letter-spacing:-.01em;font-weight:700}html body[data-style=discord] :focus-visible{outline-offset:2px;outline:2px solid #5865f2!important}html body[data-style=discord] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-card{background:#313338!important;border-color:#3b3d44!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1e1f22!important;border-color:#3b3d44!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-popover{background:#313338!important;border-color:#3b3d44!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#dbdee1!important;background:#1e1f22!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#2b2d31!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#949ba4!important;background:#2b2d31!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3b3d44!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2b2d31!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#5865f2!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1e1f22!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=discord][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#313338!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#5865f2!important}html body[data-style=discord][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=terminal]{--color-primary-1:#e5f5e5;--color-primary-2:#c8eac8;--color-primary-3:#8fd88f;--color-primary-4:#4fc44f;--color-primary-5:#2bb02b;--color-primary-6:#060;--color-primary:#060;--color-primary-light-1:#e5f5e5;--color-blue-6:#060;--color-text-1:#111;--color-text-2:#333;--color-text-3:#666;--color-text-4:#888;--color-bg-1:#fafafa;--color-bg-2:#f0f0f0;--color-fill-1:#f0f0f0;--color-fill-2:#e4e4e4;--color-fill-3:#d8d8d8;--color-border:#888;--color-border-1:#ccc;--color-border-2:#888;--color-danger:#c00;--danger-color:#c00;--color-success:#060;--color-warning:#b35900;--radius-xs:0px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--border-radius-small:0px;--border-radius-medium:0px;--border-radius-large:0px;--elev-ring:0 0 0 1px #0000001a;--elev-raised:2px 2px 0 0 #00000026;--elev-raised-hover:3px 3px 0 0 #0003;--shadow-sm:1px 1px 0 0 #00000026;--shadow-md:2px 2px 0 0 #00000026;--shadow-float:3px 3px 0 0 #0003;--ease-standard:steps(2, end);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#060;--stat-negative:#c00;--stat-neutral:#666;--stat-highlight:#b35900;--arcoblue-1:229, 245, 229;--arcoblue-2:200, 234, 200;--arcoblue-3:143, 216, 143;--arcoblue-4:79, 196, 79;--arcoblue-5:43, 176, 43;--arcoblue-6:0, 102, 0;--color-on-primary:#fff;background:#fafafa;font-family:Courier New,Courier,ui-monospace,SF Mono,Menlo,monospace}html body[data-style=terminal][arco-theme=dark][arco-theme=dark]{--color-primary-6:#3f3;--color-primary:#3f3;--color-primary-5:#6f6;--color-primary-light-1:#0b2e0b;--color-blue-6:#3f3;--color-text-1:#3f3;--color-text-2:#1faa1f;--color-text-3:#156615;--color-text-4:#0e4a0e;--color-bg-1:#000;--color-bg-2:#050505;--color-fill-1:#050505;--color-fill-2:#0a1a0a;--color-fill-3:#102410;--color-border:#1faa1f;--color-border-1:#131;--color-border-2:#1faa1f;--color-danger:#f55;--danger-color:#f55;--color-success:#3f3;--color-warning:#ffb000;--elev-raised:2px 2px 0 0 #33ff334d;--stat-positive:#3f3;--stat-negative:#f55;--stat-neutral:#1faa1f;--stat-highlight:#ffb000;--arcoblue-6:51, 255, 51;--color-on-primary:#000;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#000}html body[data-style=terminal] .arco-card{background:#fafafa!important;border:1px solid #888!important;border-radius:0!important;box-shadow:2px 2px #00000026!important}html body[data-style=terminal] .arco-card-hoverable:hover{box-shadow:3px 3px #0003!important}html body[data-style=terminal] .arco-layout-sider,html body[data-style=terminal] .arco-layout-header{background:#f0f0f0!important;border-color:#888!important}html body[data-style=terminal] .arco-modal,html body[data-style=terminal] .arco-drawer,html body[data-style=terminal] .arco-dropdown-menu,html body[data-style=terminal] .arco-select-dropdown,html body[data-style=terminal] .arco-menu,html body[data-style=terminal] .arco-menu-pop,html body[data-style=terminal] .arco-popover{background:#fafafa!important;border:1px solid #888!important;border-radius:0!important;box-shadow:2px 2px #00000026!important}html body[data-style=terminal] .arco-tooltip-content{color:#3f3!important;background:#111!important;border-radius:0!important}html body[data-style=terminal] .arco-input-wrapper,html body[data-style=terminal] .arco-select-view{background:#fafafa!important;border-radius:0!important}html body[data-style=terminal] .arco-input-wrapper:focus-within,html body[data-style=terminal] .arco-select-view:focus-within{border-color:#060!important;box-shadow:0 0 0 1px #060!important}html body[data-style=terminal] .arco-btn{border-radius:0!important}html body[data-style=terminal] .arco-btn-primary,html body[data-style=terminal] .arco-btn-primary[type=button],html body[data-style=terminal] .arco-btn-primary[type=submit]{background:#060!important;border-color:#060!important}html body[data-style=terminal] .arco-btn-primary:hover,html body[data-style=terminal] .arco-btn-primary[type=button]:hover,html body[data-style=terminal] .arco-btn-primary[type=submit]:hover{background:#2bb02b!important;border-color:#2bb02b!important}html body[data-style=terminal] .arco-table-th{color:#3f3!important;background:#111!important;border-color:#111!important}html body[data-style=terminal] .arco-table-td{border-color:#ccc!important}html body[data-style=terminal] .arco-table-tr:hover .arco-table-td{background:#f0f0f0!important}html body[data-style=terminal] .arco-tag{background:#e5f5e5!important;border-radius:0!important}html body[data-style=terminal] .arco-divider{border-color:#888!important}html body[data-style=terminal] .arco-progress-line-bar{background:#060!important}html body[data-style=terminal] .ico-btn:hover,html body[data-style=terminal] .win-btn:hover{background:#e4e4e4!important}html body[data-style=terminal] .panel-left,html body[data-style=terminal] .panel-right{background:#f0f0f0!important}html body[data-style=terminal] .panel-inner{background:0 0!important}html body[data-style=terminal] .grid-window{background:#fafafa!important;border-radius:0!important}html body[data-style=terminal] .theme-panel__body{background:#fafafa!important}html body[data-style=terminal] .chat-panel,html body[data-style=terminal] .chat-panel-fs,html body[data-style=terminal] .chat-panel-analysis{background:#f0f0f0!important}html body[data-style=terminal] h1,html body[data-style=terminal] h2,html body[data-style=terminal] h3,html body[data-style=terminal] .arco-btn-primary{font-weight:700}html body[data-style=terminal] :focus-visible{outline-offset:2px;outline:2px solid #060!important}html body[data-style=terminal] ::-webkit-scrollbar-thumb{background:#00000040}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-card{background:#000!important;border-color:#1faa1f!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#050505!important;border-color:#1faa1f!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-popover{background:#000!important;border-color:#1faa1f!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#000!important;background:#1faa1f!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#050505!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#000!important;background:#3f3!important;border-color:#3f3!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#000!important;background:#1faa1f!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#131!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#0a1a0a!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#3f3!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#050505!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=terminal][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#000!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#3f3!important}html body[data-style=terminal][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#33ff334d}html body[data-style=figma]{--color-primary-1:#fff0eb;--color-primary-2:#ffd9ce;--color-primary-3:#ffb39e;--color-primary-4:#ff8a6b;--color-primary-5:#ff6a42;--color-primary-6:#f24e1e;--color-primary:#f24e1e;--color-primary-light-1:#fff0eb;--color-blue-6:#0d99ff;--color-text-1:#1e1e1e;--color-text-2:#5c5c5c;--color-text-3:#8c8c8c;--color-text-4:#b0b0b0;--color-bg-1:#fff;--color-bg-2:#f5f5f5;--color-fill-1:#f5f5f5;--color-fill-2:#ececec;--color-fill-3:#e2e2e2;--color-border:#d9d9d9;--color-border-1:#e9e9e9;--color-border-2:#d9d9d9;--color-danger:#f24822;--danger-color:#f24822;--color-success:#1bc47d;--color-warning:#ffcd29;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--border-radius-small:6px;--border-radius-medium:8px;--border-radius-large:12px;--elev-ring:0 0 0 1px #0000000d;--elev-raised:0 2px 8px #00000014;--elev-raised-hover:0 4px 16px #0000001f;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 2px 8px #00000014;--shadow-float:0 4px 16px #0000001f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"JetBrains Mono", "Cascadia Code", ui-monospace, Consolas, monospace;--stat-positive:#f24e1e;--stat-negative:#f24822;--stat-neutral:#8c8c8c;--stat-highlight:#ffcd29;--arcoblue-1:255, 240, 235;--arcoblue-2:255, 217, 206;--arcoblue-3:255, 179, 158;--arcoblue-4:255, 138, 107;--arcoblue-5:255, 106, 66;--arcoblue-6:242, 78, 30;--color-on-primary:#000;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=figma][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff7262;--color-primary:#ff7262;--color-primary-5:#ff8a6b;--color-primary-light-1:#3a1a12;--color-blue-6:#4fc3ff;--color-text-1:#f5f5f5;--color-text-2:#b5b5b5;--color-text-3:#8c8c8c;--color-text-4:#6b6b6b;--color-bg-1:#2c2c2c;--color-bg-2:#1e1e1e;--color-fill-1:#1e1e1e;--color-fill-2:#383838;--color-fill-3:#444;--color-border:#3f3f3f;--color-border-1:#333;--color-border-2:#3f3f3f;--color-danger:#ff8a6b;--danger-color:#ff8a6b;--color-success:#4ddb9a;--color-warning:#ffe14d;--stat-positive:#ff7262;--stat-negative:#ff8a6b;--stat-neutral:#9b9b9b;--stat-highlight:#ffe14d;--arcoblue-6:255, 114, 98;--color-on-primary:#1e1e1e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1e1e1e}html body[data-style=figma] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #e9e9e9!important;border-radius:8px!important}html body[data-style=figma] .arco-card-hoverable:hover{border-color:#f24e1e!important;box-shadow:0 2px 8px #00000014!important}html body[data-style=figma] .arco-layout-sider,html body[data-style=figma] .arco-layout-header{background:#f5f5f5!important;border-color:#e9e9e9!important}html body[data-style=figma] .arco-modal,html body[data-style=figma] .arco-drawer,html body[data-style=figma] .arco-dropdown-menu,html body[data-style=figma] .arco-select-dropdown,html body[data-style=figma] .arco-menu,html body[data-style=figma] .arco-menu-pop,html body[data-style=figma] .arco-popover{background:#fff!important;border:1px solid #e9e9e9!important;border-radius:8px!important;box-shadow:0 2px 8px #00000014!important}html body[data-style=figma] .arco-tooltip-content{color:#fff!important;background:#2c2c2c!important;border-radius:6px!important}html body[data-style=figma] .arco-input-wrapper,html body[data-style=figma] .arco-select-view{background:#fff!important;border-radius:6px!important}html body[data-style=figma] .arco-input-wrapper:focus-within,html body[data-style=figma] .arco-select-view:focus-within{border-color:#f24e1e!important;box-shadow:0 0 0 2px #f24e1e33!important}html body[data-style=figma] .arco-btn{border-radius:6px!important}html body[data-style=figma] .arco-btn-primary,html body[data-style=figma] .arco-btn-primary[type=button],html body[data-style=figma] .arco-btn-primary[type=submit]{background:#f24e1e!important;border-color:#f24e1e!important}html body[data-style=figma] .arco-btn-primary:hover,html body[data-style=figma] .arco-btn-primary[type=button]:hover,html body[data-style=figma] .arco-btn-primary[type=submit]:hover{background:#ff6a42!important;border-color:#ff6a42!important}html body[data-style=figma] .arco-table-th{color:#5c5c5c!important;background:#f5f5f5!important;border-color:#e9e9e9!important}html body[data-style=figma] .arco-table-td{border-color:#e9e9e9!important}html body[data-style=figma] .arco-table-tr:hover .arco-table-td{background:#f5f5f5!important}html body[data-style=figma] .arco-tag{background:#fff0eb!important;border-radius:6px!important}html body[data-style=figma] .arco-divider{border-color:#d9d9d9!important}html body[data-style=figma] .arco-progress-line-bar{background:#f24e1e!important}html body[data-style=figma] .ico-btn:hover,html body[data-style=figma] .win-btn:hover{background:#ececec!important}html body[data-style=figma] .panel-left,html body[data-style=figma] .panel-right{background:#f5f5f5!important}html body[data-style=figma] .panel-inner{background:0 0!important}html body[data-style=figma] .grid-window{background:#fff!important;border-radius:8px!important}html body[data-style=figma] .theme-panel__body{background:#fff!important}html body[data-style=figma] .chat-panel,html body[data-style=figma] .chat-panel-fs,html body[data-style=figma] .chat-panel-analysis{background:#f5f5f5!important}html body[data-style=figma] h1,html body[data-style=figma] h2{letter-spacing:-.01em;font-weight:600}html body[data-style=figma] :focus-visible{outline-offset:2px;outline:2px solid #f24e1e!important}html body[data-style=figma] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-card{background:#2c2c2c!important;border-color:#3f3f3f!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1e1e1e!important;border-color:#3f3f3f!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-popover{background:#2c2c2c!important;border-color:#3f3f3f!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1e1e1e!important;background:#f5f5f5!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#383838!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#ff7262!important;border-color:#ff7262!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#b5b5b5!important;background:#383838!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3f3f3f!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#383838!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff7262!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1e1e1e!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=figma][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#2c2c2c!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff7262!important}html body[data-style=figma][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=airtable]{--color-primary-1:#e6f8ff;--color-primary-2:#c2eeff;--color-primary-3:#8adfff;--color-primary-4:#4ccbff;--color-primary-5:#2fc2ff;--color-primary-6:#18bfff;--color-primary:#18bfff;--color-primary-light-1:#e6f8ff;--color-blue-6:#18bfff;--color-text-1:#2d3b45;--color-text-2:#5e6b76;--color-text-3:#7a869a;--color-text-4:#9fa8b3;--color-bg-1:#fff;--color-bg-2:#f7f9fa;--color-fill-1:#f7f9fa;--color-fill-2:#edf1f4;--color-fill-3:#e2e8ec;--color-border:#d6dfe6;--color-border-1:#edf1f4;--color-border-2:#d6dfe6;--color-danger:#ff5b5b;--danger-color:#ff5b5b;--color-success:#26c485;--color-warning:#fdc134;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--border-radius-small:6px;--border-radius-medium:8px;--border-radius-large:12px;--elev-ring:0 0 0 1px #0000000a;--elev-raised:0 2px 8px #0000000f;--elev-raised-hover:0 4px 16px #0000001a;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 2px 8px #0000000f;--shadow-float:0 4px 16px #0000001a;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--stat-positive:#18bfff;--stat-negative:#ff5b5b;--stat-neutral:#7a869a;--stat-highlight:#fdc134;--arcoblue-1:230, 248, 255;--arcoblue-2:194, 238, 255;--arcoblue-3:138, 223, 255;--arcoblue-4:76, 203, 255;--arcoblue-5:47, 194, 255;--arcoblue-6:24, 191, 255;--color-on-primary:#0e2a3a;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=airtable][arco-theme=dark][arco-theme=dark]{--color-primary-6:#5cd0ff;--color-primary:#5cd0ff;--color-primary-5:#7adbff;--color-primary-light-1:#0e2a3a;--color-blue-6:#5cd0ff;--color-text-1:#eaf2f8;--color-text-2:#9fb3c1;--color-text-3:#7a869a;--color-text-4:#5e6b76;--color-bg-1:#1f2a33;--color-bg-2:#16202a;--color-fill-1:#16202a;--color-fill-2:#2c3741;--color-fill-3:#3d4a55;--color-border:#3d4a55;--color-border-1:#2c3741;--color-border-2:#3d4a55;--color-danger:#ff8585;--danger-color:#ff8585;--color-success:#5adba6;--color-warning:#ffd766;--stat-positive:#5cd0ff;--stat-negative:#ff8585;--stat-neutral:#9fb3c1;--stat-highlight:#ffd766;--arcoblue-6:92, 208, 255;--color-on-primary:#0e2a3a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#16202a}html body[data-style=airtable] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #edf1f4!important;border-radius:8px!important}html body[data-style=airtable] .arco-card-hoverable:hover{border-color:#18bfff!important;box-shadow:0 2px 8px #0000000f!important}html body[data-style=airtable] .arco-layout-sider,html body[data-style=airtable] .arco-layout-header{background:#f7f9fa!important;border-color:#edf1f4!important}html body[data-style=airtable] .arco-modal,html body[data-style=airtable] .arco-drawer,html body[data-style=airtable] .arco-dropdown-menu,html body[data-style=airtable] .arco-select-dropdown,html body[data-style=airtable] .arco-menu,html body[data-style=airtable] .arco-menu-pop,html body[data-style=airtable] .arco-popover{background:#fff!important;border:1px solid #edf1f4!important;border-radius:8px!important;box-shadow:0 2px 8px #0000000f!important}html body[data-style=airtable] .arco-tooltip-content{color:#fff!important;background:#2d3b45!important;border-radius:6px!important}html body[data-style=airtable] .arco-input-wrapper,html body[data-style=airtable] .arco-select-view{background:#fff!important;border-radius:6px!important}html body[data-style=airtable] .arco-input-wrapper:focus-within,html body[data-style=airtable] .arco-select-view:focus-within{border-color:#18bfff!important;box-shadow:0 0 0 2px #18bfff40!important}html body[data-style=airtable] .arco-btn{border-radius:6px!important}html body[data-style=airtable] .arco-btn-primary,html body[data-style=airtable] .arco-btn-primary[type=button],html body[data-style=airtable] .arco-btn-primary[type=submit]{background:#18bfff!important;border-color:#18bfff!important}html body[data-style=airtable] .arco-btn-primary:hover,html body[data-style=airtable] .arco-btn-primary[type=button]:hover,html body[data-style=airtable] .arco-btn-primary[type=submit]:hover{background:#2fc2ff!important;border-color:#2fc2ff!important}html body[data-style=airtable] .arco-table-th{color:#5e6b76!important;background:#f7f9fa!important;border-color:#edf1f4!important}html body[data-style=airtable] .arco-table-td{border-color:#edf1f4!important}html body[data-style=airtable] .arco-table-tr:hover .arco-table-td{background:#f7f9fa!important}html body[data-style=airtable] .arco-tag{background:#e6f8ff!important;border-radius:6px!important}html body[data-style=airtable] .arco-divider{border-color:#d6dfe6!important}html body[data-style=airtable] .arco-progress-line-bar{background:#18bfff!important}html body[data-style=airtable] .ico-btn:hover,html body[data-style=airtable] .win-btn:hover{background:#edf1f4!important}html body[data-style=airtable] .panel-left,html body[data-style=airtable] .panel-right{background:#f7f9fa!important}html body[data-style=airtable] .panel-inner{background:0 0!important}html body[data-style=airtable] .grid-window{background:#fff!important;border-radius:8px!important}html body[data-style=airtable] .theme-panel__body{background:#fff!important}html body[data-style=airtable] .chat-panel,html body[data-style=airtable] .chat-panel-fs,html body[data-style=airtable] .chat-panel-analysis{background:#f7f9fa!important}html body[data-style=airtable] h1,html body[data-style=airtable] h2{letter-spacing:-.01em;font-weight:600}html body[data-style=airtable] :focus-visible{outline-offset:2px;outline:2px solid #18bfff!important}html body[data-style=airtable] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-card{background:#1f2a33!important;border-color:#3d4a55!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#16202a!important;border-color:#3d4a55!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1f2a33!important;border-color:#3d4a55!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#16202a!important;background:#eaf2f8!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#2c3741!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#0e2a3a!important;background:#5cd0ff!important;border-color:#5cd0ff!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#9fb3c1!important;background:#2c3741!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3d4a55!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2c3741!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#5cd0ff!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#16202a!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=airtable][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1f2a33!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#5cd0ff!important}html body[data-style=airtable][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=pixel]{--color-primary-1:#ffe5e5;--color-primary-2:#ffc4c4;--color-primary-3:#ff8a8a;--color-primary-4:#ff4a4a;--color-primary-5:#f02020;--color-primary-6:#e40010;--color-primary:#e40010;--color-primary-light-1:#ffe5e5;--color-blue-6:#1010e0;--color-text-1:#101010;--color-text-2:#404040;--color-text-3:#5a5a5a;--color-text-4:gray;--color-bg-1:#fcfcfc;--color-bg-2:#f0f0f0;--color-fill-1:#f0f0f0;--color-fill-2:#e0e0e0;--color-fill-3:#d0d0d0;--color-border:#101010;--color-border-1:#9c9c9c;--color-border-2:#101010;--color-danger:#e40010;--danger-color:#e40010;--color-success:#00a800;--color-warning:#f8b800;--radius-xs:0px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--border-radius-small:0px;--border-radius-medium:0px;--border-radius-large:0px;--elev-ring:none;--elev-raised:4px 4px 0 0 #000000d9;--elev-raised-hover:6px 6px 0 0 #000000d9;--shadow-sm:2px 2px 0 0 #000000d9;--shadow-md:4px 4px 0 0 #000000d9;--shadow-float:6px 6px 0 0 #000000d9;--ease-standard:steps(2, end);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#00a800;--stat-negative:#e40010;--stat-neutral:#7c7c7c;--stat-highlight:#f8b800;--arcoblue-1:255, 229, 229;--arcoblue-2:255, 196, 196;--arcoblue-3:255, 138, 138;--arcoblue-4:255, 74, 74;--arcoblue-5:240, 32, 32;--arcoblue-6:228, 0, 16;--color-on-primary:#fff;background:#fcfcfc;font-family:Courier New,Courier,ui-monospace,SF Mono,monospace}html body[data-style=pixel][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff5a5a;--color-primary:#ff5a5a;--color-primary-5:#ff8a8a;--color-primary-light-1:#3a0a0a;--color-blue-6:#5a5aff;--color-text-1:#fcfcfc;--color-text-2:#bcbcbc;--color-text-3:gray;--color-text-4:#5a5a5a;--color-bg-1:#101010;--color-bg-2:#0a0a0a;--color-fill-1:#0a0a0a;--color-fill-2:#202020;--color-fill-3:#303030;--color-border:#fcfcfc;--color-border-1:#5a5a5a;--color-border-2:#fcfcfc;--color-danger:#ff5a5a;--danger-color:#ff5a5a;--color-success:#2cd62c;--color-warning:#ffe14d;--elev-raised:4px 4px 0 0 #fff;--stat-positive:#2cd62c;--stat-negative:#ff5a5a;--stat-neutral:#9c9c9c;--stat-highlight:#ffe14d;--arcoblue-6:255, 90, 90;--color-on-primary:#101010;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#101010}html body[data-style=pixel] .arco-card{background:#fcfcfc!important;border:3px solid #101010!important;border-radius:0!important;box-shadow:4px 4px #000000d9!important}html body[data-style=pixel] .arco-card-hoverable:hover{box-shadow:6px 6px #000000d9!important}html body[data-style=pixel] .arco-layout-sider,html body[data-style=pixel] .arco-layout-header{background:#f0f0f0!important;border-color:#101010!important}html body[data-style=pixel] .arco-modal,html body[data-style=pixel] .arco-drawer,html body[data-style=pixel] .arco-dropdown-menu,html body[data-style=pixel] .arco-select-dropdown,html body[data-style=pixel] .arco-menu,html body[data-style=pixel] .arco-menu-pop,html body[data-style=pixel] .arco-popover{background:#fcfcfc!important;border:3px solid #101010!important;border-radius:0!important;box-shadow:4px 4px #000000d9!important}html body[data-style=pixel] .arco-tooltip-content{color:#fcfcfc!important;background:#101010!important;border-radius:0!important}html body[data-style=pixel] .arco-input-wrapper,html body[data-style=pixel] .arco-select-view{background:#fcfcfc!important;border-radius:0!important}html body[data-style=pixel] .arco-input-wrapper:focus-within,html body[data-style=pixel] .arco-select-view:focus-within{border-color:#e40010!important;box-shadow:3px 3px #101010!important}html body[data-style=pixel] .arco-btn{border-radius:0!important}html body[data-style=pixel] .arco-btn-primary,html body[data-style=pixel] .arco-btn-primary[type=button],html body[data-style=pixel] .arco-btn-primary[type=submit]{background:#e40010!important;border-color:#e40010!important}html body[data-style=pixel] .arco-btn-primary:hover,html body[data-style=pixel] .arco-btn-primary[type=button]:hover,html body[data-style=pixel] .arco-btn-primary[type=submit]:hover{background:#f02020!important;border-color:#f02020!important}html body[data-style=pixel] .arco-table-th{color:#fcfcfc!important;background:#101010!important;border-color:#101010!important}html body[data-style=pixel] .arco-table-td{border-color:#9c9c9c!important}html body[data-style=pixel] .arco-table-tr:hover .arco-table-td{background:#f0f0f0!important}html body[data-style=pixel] .arco-tag{background:#ffe5e5!important;border-radius:0!important}html body[data-style=pixel] .arco-divider{border-color:#101010!important}html body[data-style=pixel] .arco-progress-line-bar{background:#e40010!important}html body[data-style=pixel] .ico-btn:hover,html body[data-style=pixel] .win-btn:hover{background:#e0e0e0!important}html body[data-style=pixel] .panel-left,html body[data-style=pixel] .panel-right{background:#f0f0f0!important}html body[data-style=pixel] .panel-inner{background:0 0!important}html body[data-style=pixel] .grid-window{background:#fcfcfc!important;border-radius:0!important}html body[data-style=pixel] .theme-panel__body{background:#fcfcfc!important}html body[data-style=pixel] .chat-panel,html body[data-style=pixel] .chat-panel-fs,html body[data-style=pixel] .chat-panel-analysis{background:#f0f0f0!important}html body[data-style=pixel] h1,html body[data-style=pixel] h2,html body[data-style=pixel] .brand-title,html body[data-style=pixel] .brand-mark,html body[data-style=pixel] .sidebar-item span,html body[data-style=pixel] .stat-label{text-transform:uppercase;letter-spacing:0;font-family:"Press Start 2P",Courier New,monospace;font-weight:400}html body[data-style=pixel] h1{font-size:.9em;line-height:1.6}html body[data-style=pixel] .arco-btn-primary{font-family:"Press Start 2P",Courier New,monospace;font-weight:400}html body[data-style=pixel] :focus-visible{outline-offset:2px;outline:2px solid #e40010!important}html body[data-style=pixel] ::-webkit-scrollbar-thumb{background:#0000004d}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-card{background:#101010!important;border-color:#fcfcfc!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#0a0a0a!important;border-color:#fcfcfc!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-popover{background:#101010!important;border-color:#fcfcfc!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#101010!important;background:#fcfcfc!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#101010!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#101010!important;background:#ff5a5a!important;border-color:#ff5a5a!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#101010!important;background:#fcfcfc!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#5a5a5a!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#202020!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff5a5a!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#0a0a0a!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=pixel][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#101010!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff5a5a!important}html body[data-style=pixel][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff4d}html body[data-style=memphis]{--color-primary-1:#ffe3ee;--color-primary-2:#ffc6dc;--color-primary-3:#ff9cc0;--color-primary-4:#ff82b0;--color-primary-5:#ff76a6;--color-primary-6:#ff6b9d;--color-primary:#ff6b9d;--color-primary-light-1:#ffe3ee;--color-blue-6:#1e4fd8;--color-text-1:#111;--color-text-2:#4a4a4a;--color-text-3:#777;--color-text-4:#9c9c9c;--color-bg-1:#fcfcfc;--color-bg-2:#f2f2f2;--color-fill-1:#f2f2f2;--color-fill-2:#e8e8e8;--color-fill-3:#dcdcdc;--color-border:#111;--color-border-1:#d5d5d5;--color-border-2:#111;--color-danger:#e8000d;--danger-color:#e8000d;--color-success:#00c88b;--color-warning:#ffd100;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--border-radius-small:8px;--border-radius-medium:12px;--border-radius-large:16px;--elev-ring:0 0 0 2px #111111e6;--elev-raised:4px 4px 0 0 #111;--elev-raised-hover:6px 6px 0 0 #1e4fd8;--shadow-sm:2px 2px 0 0 #111111e6;--shadow-md:4px 4px 0 0 #111111e6;--shadow-float:6px 6px 0 0 #111111e6;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Courier New", ui-monospace, monospace;--stat-positive:#00c88b;--stat-negative:#e8000d;--stat-neutral:#777;--stat-highlight:#ffd100;--arcoblue-1:255, 227, 238;--arcoblue-2:255, 198, 220;--arcoblue-3:255, 156, 192;--arcoblue-4:255, 130, 176;--arcoblue-5:255, 118, 166;--arcoblue-6:255, 107, 157;--color-on-primary:#111;background:#fcfcfc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=memphis][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff8ab5;--color-primary:#ff8ab5;--color-primary-5:#ff9cc0;--color-primary-light-1:#3a1a28;--color-blue-6:#5a7fff;--color-text-1:#f5f5f5;--color-text-2:silver;--color-text-3:#888;--color-text-4:#666;--color-bg-1:#171717;--color-bg-2:#1f1f1f;--color-fill-1:#1f1f1f;--color-fill-2:#2a2a2a;--color-fill-3:#353535;--color-border:#f5f5f5;--color-border-1:#3a3a3a;--color-border-2:#f5f5f5;--color-danger:#ff5a5a;--danger-color:#ff5a5a;--color-success:#4df5b8;--color-warning:#ffe14d;--elev-raised:4px 4px 0 0 #f5f5f5;--stat-positive:#4df5b8;--stat-negative:#ff5a5a;--stat-neutral:#888;--stat-highlight:#ffe14d;--arcoblue-6:255, 138, 181;--color-on-primary:#111;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#171717}html body[data-style=memphis] .arco-card{background:#fcfcfc!important;border:3px solid #111!important;border-radius:12px!important;box-shadow:4px 4px #111!important}html body[data-style=memphis] .arco-card-hoverable:hover{transform:translate(-2px,-2px)!important;box-shadow:6px 6px #1e4fd8!important}html body[data-style=memphis] .arco-layout-sider,html body[data-style=memphis] .arco-layout-header{background:#f2f2f2!important;border-color:#111!important}html body[data-style=memphis] .arco-modal,html body[data-style=memphis] .arco-drawer,html body[data-style=memphis] .arco-dropdown-menu,html body[data-style=memphis] .arco-select-dropdown,html body[data-style=memphis] .arco-menu,html body[data-style=memphis] .arco-menu-pop,html body[data-style=memphis] .arco-popover{background:#fcfcfc!important;border:3px solid #111!important;border-radius:12px!important;box-shadow:4px 4px #111!important}html body[data-style=memphis] .arco-tooltip-content{color:#f5f5f5!important;background:#111!important;border-radius:8px!important}html body[data-style=memphis] .arco-input-wrapper,html body[data-style=memphis] .arco-select-view{background:#fff!important;border-radius:8px!important}html body[data-style=memphis] .arco-input-wrapper:focus-within,html body[data-style=memphis] .arco-select-view:focus-within{border-color:#ff6b9d!important;box-shadow:3px 3px #1e4fd8!important}html body[data-style=memphis] .arco-btn{border-radius:8px!important}html body[data-style=memphis] .arco-btn-primary,html body[data-style=memphis] .arco-btn-primary[type=button],html body[data-style=memphis] .arco-btn-primary[type=submit]{background:#ff6b9d!important;border-color:#ff6b9d!important}html body[data-style=memphis] .arco-btn-primary:hover,html body[data-style=memphis] .arco-btn-primary[type=button]:hover,html body[data-style=memphis] .arco-btn-primary[type=submit]:hover{background:#ff76a6!important;border-color:#ff76a6!important}html body[data-style=memphis] .arco-table-th{color:#fff!important;background:#1e4fd8!important;border-color:#1e4fd8!important}html body[data-style=memphis] .arco-table-td{border-color:#d5d5d5!important}html body[data-style=memphis] .arco-table-tr:hover .arco-table-td{background:#ffe3ee!important}html body[data-style=memphis] .arco-tag{background:#ffe3ee!important;border-radius:8px!important}html body[data-style=memphis] .arco-divider{border-color:#111!important}html body[data-style=memphis] .arco-progress-line-bar{background:#ff6b9d!important}html body[data-style=memphis] .ico-btn:hover,html body[data-style=memphis] .win-btn:hover{background:#e8e8e8!important}html body[data-style=memphis] .panel-left,html body[data-style=memphis] .panel-right{background:#f2f2f2!important}html body[data-style=memphis] .panel-inner{background:0 0!important}html body[data-style=memphis] .grid-window{background:#fcfcfc!important;border-radius:12px!important}html body[data-style=memphis] .theme-panel__body{background:#fcfcfc!important}html body[data-style=memphis] .chat-panel,html body[data-style=memphis] .chat-panel-fs,html body[data-style=memphis] .chat-panel-analysis{background:#f2f2f2!important}html body[data-style=memphis] .arco-card:before,html body[data-style=memphis] .card:before,html body[data-style=memphis] .grid-window:before{content:"";background:repeating-linear-gradient(90deg,#ff6b9d 0 24px,#ffd100 24px 48px,#1e4fd8 48px 72px,#00c88b 72px 96px);border-radius:12px 12px 0 0;height:6px;position:absolute;top:0;left:0;right:0}html body[data-style=memphis] .arco-card,html body[data-style=memphis] .card,html body[data-style=memphis] .grid-window{position:relative;overflow:hidden}html body[data-style=memphis] :focus-visible{outline-offset:2px;outline:2px solid #ff6b9d!important}html body[data-style=memphis] ::-webkit-scrollbar-thumb{background:#1111114d}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-card{background:#171717!important;border-color:#f5f5f5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1f1f1f!important;border-color:#f5f5f5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-popover{background:#171717!important;border-color:#f5f5f5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#111!important;background:#f5f5f5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#222!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#111!important;background:#ff8ab5!important;border-color:#ff8ab5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#111!important;background:#5a7fff!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3a3a3a!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2a2a2a!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff8ab5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1f1f1f!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=memphis][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#171717!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff8ab5!important}html body[data-style=memphis][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff4d}html body[data-style=bauhaus]{--color-primary-1:#fde8e6;--color-primary-2:#fac9c5;--color-primary-3:#f49a94;--color-primary-4:#ee6a61;--color-primary-5:#e84a41;--color-primary-6:#e3211c;--color-primary:#e3211c;--color-primary-light-1:#fde8e6;--color-blue-6:#0057b7;--color-text-1:#111;--color-text-2:#444;--color-text-3:#777;--color-text-4:#9c9c9c;--color-bg-1:#fff;--color-bg-2:#f5f5f5;--color-fill-1:#f5f5f5;--color-fill-2:#eaeaea;--color-fill-3:#ddd;--color-border:#111;--color-border-1:#ccc;--color-border-2:#111;--color-danger:#e3211c;--danger-color:#e3211c;--color-success:#0057b7;--color-warning:#ffd500;--radius-xs:0px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:8px;--elev-ring:0 0 0 2px #111;--elev-raised:4px 4px 0 0 #111;--elev-raised-hover:6px 6px 0 0 #0057b7;--shadow-sm:2px 2px 0 0 #111;--shadow-md:4px 4px 0 0 #111;--shadow-float:6px 6px 0 0 #111;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Courier New", ui-monospace, monospace;--stat-positive:#0057b7;--stat-negative:#e3211c;--stat-neutral:#777;--stat-highlight:#ffd500;--arcoblue-1:253, 232, 230;--arcoblue-2:250, 201, 197;--arcoblue-3:244, 154, 148;--arcoblue-4:238, 106, 97;--arcoblue-5:232, 74, 65;--arcoblue-6:227, 33, 28;--color-on-primary:#fff;background:#fff;font-family:Futura,Century Gothic,-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff5a50;--color-primary:#ff5a50;--color-primary-5:#ff7a70;--color-primary-light-1:#33110f;--color-blue-6:#4d7fff;--color-text-1:#fff;--color-text-2:silver;--color-text-3:#888;--color-text-4:#666;--color-bg-1:#141414;--color-bg-2:#1c1c1c;--color-fill-1:#1c1c1c;--color-fill-2:#282828;--color-fill-3:#343434;--color-border:#fff;--color-border-1:#3a3a3a;--color-border-2:#fff;--color-danger:#ff5a50;--danger-color:#ff5a50;--color-success:#4d7fff;--color-warning:#ffe14d;--elev-raised:4px 4px 0 0 #fff;--stat-positive:#4d7fff;--stat-negative:#ff5a50;--stat-neutral:#888;--stat-highlight:#ffe14d;--arcoblue-6:255, 90, 80;--color-on-primary:#000;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#141414}html body[data-style=bauhaus] .arco-card{background:#fff!important;border:3px solid #111!important;border-radius:4px!important;box-shadow:4px 4px #111!important}html body[data-style=bauhaus] .arco-card-hoverable:hover{box-shadow:6px 6px #0057b7!important}html body[data-style=bauhaus] .arco-layout-sider,html body[data-style=bauhaus] .arco-layout-header{background:#f5f5f5!important;border-color:#111!important}html body[data-style=bauhaus] .arco-modal,html body[data-style=bauhaus] .arco-drawer,html body[data-style=bauhaus] .arco-dropdown-menu,html body[data-style=bauhaus] .arco-select-dropdown,html body[data-style=bauhaus] .arco-menu,html body[data-style=bauhaus] .arco-menu-pop,html body[data-style=bauhaus] .arco-popover{background:#fff!important;border:3px solid #111!important;border-radius:4px!important;box-shadow:4px 4px #111!important}html body[data-style=bauhaus] .arco-tooltip-content{color:#fff!important;background:#111!important;border-radius:2px!important}html body[data-style=bauhaus] .arco-input-wrapper,html body[data-style=bauhaus] .arco-select-view{background:#fff!important;border-radius:2px!important}html body[data-style=bauhaus] .arco-input-wrapper:focus-within,html body[data-style=bauhaus] .arco-select-view:focus-within{border-color:#e3211c!important;box-shadow:3px 3px #e3211c!important}html body[data-style=bauhaus] .arco-btn{border-radius:2px!important}html body[data-style=bauhaus] .arco-btn-primary,html body[data-style=bauhaus] .arco-btn-primary[type=button],html body[data-style=bauhaus] .arco-btn-primary[type=submit]{background:#e3211c!important;border-color:#e3211c!important}html body[data-style=bauhaus] .arco-btn-primary:hover,html body[data-style=bauhaus] .arco-btn-primary[type=button]:hover,html body[data-style=bauhaus] .arco-btn-primary[type=submit]:hover{background:#e84a41!important;border-color:#e84a41!important}html body[data-style=bauhaus] .arco-table-th{color:#fff!important;background:#111!important;border-color:#111!important}html body[data-style=bauhaus] .arco-table-td{border-color:#ccc!important}html body[data-style=bauhaus] .arco-table-tr:hover .arco-table-td{background:#fde8e6!important}html body[data-style=bauhaus] .arco-tag{background:#fde8e6!important;border-radius:2px!important}html body[data-style=bauhaus] .arco-divider{border-color:#111!important}html body[data-style=bauhaus] .arco-progress-line-bar{background:#e3211c!important}html body[data-style=bauhaus] .ico-btn:hover,html body[data-style=bauhaus] .win-btn:hover{background:#eaeaea!important}html body[data-style=bauhaus] .panel-left,html body[data-style=bauhaus] .panel-right{background:#f5f5f5!important}html body[data-style=bauhaus] .panel-inner{background:0 0!important}html body[data-style=bauhaus] .grid-window{background:#fff!important;border-radius:4px!important}html body[data-style=bauhaus] .theme-panel__body{background:#fff!important}html body[data-style=bauhaus] .chat-panel,html body[data-style=bauhaus] .chat-panel-fs,html body[data-style=bauhaus] .chat-panel-analysis{background:#f5f5f5!important}html body[data-style=bauhaus] .arco-card:before,html body[data-style=bauhaus] .card:before{content:"";background:#e3211c;width:48px;height:6px;position:absolute;top:0;left:0;box-shadow:48px 0 #ffd500,96px 0 #0057b7}html body[data-style=bauhaus] .arco-card,html body[data-style=bauhaus] .card{position:relative}html body[data-style=bauhaus] h1,html body[data-style=bauhaus] h2{text-transform:uppercase;letter-spacing:0;font-weight:700}html body[data-style=bauhaus] .arco-btn-primary{text-transform:uppercase;font-weight:700}html body[data-style=bauhaus] :focus-visible{outline-offset:2px;outline:2px solid #e3211c!important}html body[data-style=bauhaus] ::-webkit-scrollbar-thumb{background:#0000004d}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-card{background:#141414!important;border-color:#fff!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#1c1c1c!important;border-color:#fff!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-popover{background:#141414!important;border-color:#fff!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#111!important;background:#fff!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#1c1c1c!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#ff5a50!important;border-color:#ff5a50!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#111!important;background:#fff!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3a3a3a!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#282828!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff5a50!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#1c1c1c!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#141414!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff5a50!important}html body[data-style=bauhaus][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff4d}html body[data-style=airbnb]{--color-primary-1:#ffecec;--color-primary-2:#ffd7d8;--color-primary-3:#ffb4b6;--color-primary-4:#ff8a8e;--color-primary-5:#ff6e73;--color-primary-6:#ff5a5f;--color-primary:#ff5a5f;--color-primary-light-1:#ffecec;--color-blue-6:#008489;--color-text-1:#484848;--color-text-2:#767676;--color-text-3:#9c9c9c;--color-text-4:#b8b8b8;--color-bg-1:#fff;--color-bg-2:#f7f7f7;--color-fill-1:#f7f7f7;--color-fill-2:#f0f0f0;--color-fill-3:#e8e8e8;--color-border:#ddd;--color-border-1:#ebebeb;--color-border-2:#ddd;--color-danger:#ff5a5f;--danger-color:#ff5a5f;--color-success:#00a699;--color-warning:#fc642d;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--border-radius-small:12px;--border-radius-medium:16px;--border-radius-large:24px;--elev-ring:0 0 0 1px #0000000a;--elev-raised:0 4px 12px #00000014;--elev-raised-hover:0 8px 24px #0000001f;--shadow-sm:0 2px 6px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-float:0 8px 24px #0000001f;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"SF Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--stat-positive:#00a699;--stat-negative:#ff5a5f;--stat-neutral:#767676;--stat-highlight:#fc642d;--arcoblue-1:255, 236, 236;--arcoblue-2:255, 215, 216;--arcoblue-3:255, 180, 182;--arcoblue-4:255, 138, 142;--arcoblue-5:255, 110, 115;--arcoblue-6:255, 90, 95;--color-on-primary:#222;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff8a8f;--color-primary:#ff8a8f;--color-primary-5:#ff9ca0;--color-primary-light-1:#331b1c;--color-blue-6:#4db4cc;--color-text-1:#f7f7f7;--color-text-2:#b5b5b5;--color-text-3:#8a8a8a;--color-text-4:#666;--color-bg-1:#2b2b2b;--color-bg-2:#222;--color-fill-1:#222;--color-fill-2:#333;--color-fill-3:#3d3d3d;--color-border:#3d3d3d;--color-border-1:#2e2e2e;--color-border-2:#3d3d3d;--color-danger:#ff8a8f;--danger-color:#ff8a8f;--color-success:#4dc4bc;--color-warning:#ff9466;--elev-raised:0 4px 12px #00000080;--stat-positive:#4dc4bc;--stat-negative:#ff8a8f;--stat-neutral:#b5b5b5;--stat-highlight:#ff9466;--arcoblue-6:255, 138, 143;--color-on-primary:#222;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#222}html body[data-style=airbnb] .arco-card{box-shadow:none!important;background:#fff!important;border:1px solid #ebebeb!important;border-radius:16px!important}html body[data-style=airbnb] .arco-card-hoverable:hover{border-color:#ff5a5f!important;box-shadow:0 4px 12px #00000014!important}html body[data-style=airbnb] .arco-layout-sider,html body[data-style=airbnb] .arco-layout-header{background:#f7f7f7!important;border-color:#ebebeb!important}html body[data-style=airbnb] .arco-modal,html body[data-style=airbnb] .arco-drawer,html body[data-style=airbnb] .arco-dropdown-menu,html body[data-style=airbnb] .arco-select-dropdown,html body[data-style=airbnb] .arco-menu,html body[data-style=airbnb] .arco-menu-pop,html body[data-style=airbnb] .arco-popover{background:#fff!important;border:none!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important}html body[data-style=airbnb] .arco-tooltip-content{color:#fff!important;background:#484848!important;border-radius:12px!important}html body[data-style=airbnb] .arco-input-wrapper,html body[data-style=airbnb] .arco-select-view{background:#fff!important;border-radius:12px!important}html body[data-style=airbnb] .arco-input-wrapper:focus-within,html body[data-style=airbnb] .arco-select-view:focus-within{border-color:#ff5a5f!important;box-shadow:0 0 0 3px #ff5a5f33!important}html body[data-style=airbnb] .arco-btn{border-radius:12px!important}html body[data-style=airbnb] .arco-btn-primary,html body[data-style=airbnb] .arco-btn-primary[type=button],html body[data-style=airbnb] .arco-btn-primary[type=submit]{background:#ff5a5f!important;border-color:#ff5a5f!important}html body[data-style=airbnb] .arco-btn-primary:hover,html body[data-style=airbnb] .arco-btn-primary[type=button]:hover,html body[data-style=airbnb] .arco-btn-primary[type=submit]:hover{background:#ff6e73!important;border-color:#ff6e73!important}html body[data-style=airbnb] .arco-table-th{color:#767676!important;background:#f7f7f7!important;border-color:#ebebeb!important}html body[data-style=airbnb] .arco-table-td{border-color:#ebebeb!important}html body[data-style=airbnb] .arco-table-tr:hover .arco-table-td{background:#f7f7f7!important}html body[data-style=airbnb] .arco-tag{background:#ffecec!important;border-radius:12px!important}html body[data-style=airbnb] .arco-divider{border-color:#ddd!important}html body[data-style=airbnb] .arco-progress-line-bar{background:#ff5a5f!important}html body[data-style=airbnb] .ico-btn:hover,html body[data-style=airbnb] .win-btn:hover{background:#f0f0f0!important}html body[data-style=airbnb] .panel-left,html body[data-style=airbnb] .panel-right{background:#f7f7f7!important}html body[data-style=airbnb] .panel-inner{background:0 0!important}html body[data-style=airbnb] .grid-window{background:#fff!important;border-radius:16px!important}html body[data-style=airbnb] .theme-panel__body{background:#fff!important}html body[data-style=airbnb] .chat-panel,html body[data-style=airbnb] .chat-panel-fs,html body[data-style=airbnb] .chat-panel-analysis{background:#f7f7f7!important}html body[data-style=airbnb] h1,html body[data-style=airbnb] h2{letter-spacing:-.01em;font-weight:700}html body[data-style=airbnb] .arco-btn-primary{font-weight:600;border-radius:999px!important}html body[data-style=airbnb] :focus-visible{outline-offset:2px;outline:2px solid #ff5a5f!important}html body[data-style=airbnb] ::-webkit-scrollbar-thumb{background:#0003}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-card{background:#2b2b2b!important;border-color:#3d3d3d!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#222!important;border-color:#3d3d3d!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-popover{background:#2b2b2b!important;border-color:#3d3d3d!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#484848!important;background:#f7f7f7!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#333!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#ff8a8f!important;border-color:#ff8a8f!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#b5b5b5!important;background:#333!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3d3d3d!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#333!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ff8a8f!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#222!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#2b2b2b!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff8a8f!important}html body[data-style=airbnb][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=artdeco]{--color-primary-1:#faf3e0;--color-primary-2:#f4e6bc;--color-primary-3:#ebd28f;--color-primary-4:#e0be62;--color-primary-5:#dab84a;--color-primary-6:#d4af37;--color-primary:#d4af37;--color-primary-light-1:#faf3e0;--color-blue-6:#1b2a4a;--color-text-1:#1b1b1b;--color-text-2:#4a4a4a;--color-text-3:#6e6e6e;--color-text-4:#9a9480;--color-bg-1:#fcfaf4;--color-bg-2:#f5f0e1;--color-fill-1:#f5f0e1;--color-fill-2:#ede6d2;--color-fill-3:#e3dac0;--color-border:#c9c2ad;--color-border-1:#e8e2d0;--color-border-2:#c9c2ad;--color-danger:#8b0000;--danger-color:#8b0000;--color-success:#006b54;--color-warning:#7b4b2a;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:8px;--border-radius-small:3px;--border-radius-medium:4px;--border-radius-large:8px;--elev-ring:0 0 0 1px #d4af37;--elev-raised:0 2px 8px #1b2a4a1f, 0 0 0 1px #d4af37;--elev-raised-hover:0 4px 16px #1b2a4a2e, 0 0 0 1px #d4af37;--shadow-sm:0 1px 3px #1b2a4a1a;--shadow-md:0 2px 8px #1b2a4a1f;--shadow-float:0 4px 16px #1b2a4a2e;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Courier New", ui-monospace, monospace;--stat-positive:#1b2a4a;--stat-negative:#8b0000;--stat-neutral:#6e6e6e;--stat-highlight:#d4af37;--arcoblue-1:250, 243, 224;--arcoblue-2:244, 230, 188;--arcoblue-3:235, 210, 143;--arcoblue-4:224, 190, 98;--arcoblue-5:218, 184, 74;--arcoblue-6:212, 175, 55;--color-on-primary:#1b1b1b;background:#fcfaf4;font-family:Georgia,Times New Roman,Songti SC,serif}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ffd766;--color-primary:#ffd766;--color-primary-5:#e8c254;--color-primary-light-1:#33290f;--color-blue-6:#5a7fff;--color-text-1:#f5f0e1;--color-text-2:#c9c2ad;--color-text-3:#8a8570;--color-text-4:#6e6a58;--color-bg-1:#1b1b1b;--color-bg-2:#141414;--color-fill-1:#141414;--color-fill-2:#262626;--color-fill-3:#303030;--color-border:#4a463a;--color-border-1:#2e2e24;--color-border-2:#4a463a;--color-danger:#ff5a5a;--danger-color:#ff5a5a;--color-success:#4dc4a0;--color-warning:#c89a5a;--elev-raised:0 2px 8px #00000080, 0 0 0 1px #d4af37;--stat-positive:#5a7fff;--stat-negative:#ff5a5a;--stat-neutral:#c9c2ad;--stat-highlight:#ffd766;--arcoblue-6:255, 215, 102;--color-on-primary:#1b1b1b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1b1b1b}html body[data-style=artdeco] .arco-card{background:#fcfaf4!important;border:1px solid #d4af37!important;border-radius:4px!important;box-shadow:0 2px 8px #1b2a4a1a!important}html body[data-style=artdeco] .arco-card-hoverable:hover{box-shadow:0 4px 16px #1b2a4a29,0 0 0 1px #d4af37!important}html body[data-style=artdeco] .arco-layout-sider,html body[data-style=artdeco] .arco-layout-header{background:#f5f0e1!important;border-color:#d4af37!important}html body[data-style=artdeco] .arco-modal,html body[data-style=artdeco] .arco-drawer,html body[data-style=artdeco] .arco-dropdown-menu,html body[data-style=artdeco] .arco-select-dropdown,html body[data-style=artdeco] .arco-menu,html body[data-style=artdeco] .arco-menu-pop,html body[data-style=artdeco] .arco-popover{background:#fcfaf4!important;border:1px solid #d4af37!important;border-radius:4px!important;box-shadow:0 2px 8px #1b2a4a1f,0 0 0 1px #d4af37!important}html body[data-style=artdeco] .arco-tooltip-content{color:#f5f0e1!important;background:#1b2a4a!important;border-radius:3px!important}html body[data-style=artdeco] .arco-input-wrapper,html body[data-style=artdeco] .arco-select-view{background:#fcfaf4!important;border-radius:3px!important}html body[data-style=artdeco] .arco-input-wrapper:focus-within,html body[data-style=artdeco] .arco-select-view:focus-within{border-color:#d4af37!important;box-shadow:0 0 0 2px #d4af3759!important}html body[data-style=artdeco] .arco-btn{border-radius:3px!important}html body[data-style=artdeco] .arco-btn-primary,html body[data-style=artdeco] .arco-btn-primary[type=button],html body[data-style=artdeco] .arco-btn-primary[type=submit]{background:#d4af37!important;border-color:#d4af37!important}html body[data-style=artdeco] .arco-btn-primary:hover,html body[data-style=artdeco] .arco-btn-primary[type=button]:hover,html body[data-style=artdeco] .arco-btn-primary[type=submit]:hover{background:#dab84a!important;border-color:#dab84a!important}html body[data-style=artdeco] .arco-table-th{color:#f5f0e1!important;background:#1b2a4a!important;border-color:#1b2a4a!important}html body[data-style=artdeco] .arco-table-td{border-color:#e3dac0!important}html body[data-style=artdeco] .arco-table-tr:hover .arco-table-td{background:#faf3e0!important}html body[data-style=artdeco] .arco-tag{background:#faf3e0!important;border-radius:3px!important}html body[data-style=artdeco] .arco-divider{border-color:#c9c2ad!important}html body[data-style=artdeco] .arco-progress-line-bar{background:#d4af37!important}html body[data-style=artdeco] .ico-btn:hover,html body[data-style=artdeco] .win-btn:hover{background:#ede6d2!important}html body[data-style=artdeco] .panel-left,html body[data-style=artdeco] .panel-right{background:#f5f0e1!important}html body[data-style=artdeco] .panel-inner{background:0 0!important}html body[data-style=artdeco] .grid-window{background:#fcfaf4!important;border-radius:4px!important}html body[data-style=artdeco] .theme-panel__body{background:#fcfaf4!important}html body[data-style=artdeco] .chat-panel,html body[data-style=artdeco] .chat-panel-fs,html body[data-style=artdeco] .chat-panel-analysis{background:#f5f0e1!important}html body[data-style=artdeco] h1,html body[data-style=artdeco] h2,html body[data-style=artdeco] .brand-title{letter-spacing:.02em;text-transform:uppercase;font-family:Georgia,Times New Roman,Songti SC,serif;font-weight:600}html body[data-style=artdeco] .arco-card:before,html body[data-style=artdeco] .card:before{content:"";background:repeating-linear-gradient(45deg,#d4af37 0 8px,#0000 8px 16px);border-radius:4px 4px 0 0;height:3px;position:absolute;top:-1px;left:-1px;right:-1px}html body[data-style=artdeco] .arco-card,html body[data-style=artdeco] .card{position:relative}html body[data-style=artdeco] :focus-visible{outline-offset:2px;outline:2px solid #d4af37!important}html body[data-style=artdeco] ::-webkit-scrollbar-thumb{background:#1b2a4a40}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-card{background:#1b1b1b!important;border-color:#d4af37!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#141414!important;border-color:#d4af37!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1b1b1b!important;border-color:#d4af37!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1b2a4a!important;background:#f5f0e1!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#222!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1b1b1b!important;background:#ffd766!important;border-color:#ffd766!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#1b1b1b!important;background:#d4af37!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#4a463a!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#262626!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#ffd766!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#141414!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1b1b1b!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ffd766!important}html body[data-style=artdeco][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#d4af374d}html body[data-style=skeuomorphism]{--color-primary-1:#e8f0ff;--color-primary-2:#cde0ff;--color-primary-3:#a3c8ff;--color-primary-4:#6ba6ff;--color-primary-5:#3d8aff;--color-primary-6:#0062cc;--color-primary:#0062cc;--color-primary-light-1:#e8f0ff;--color-blue-6:#0062cc;--color-text-1:#1c1c1c;--color-text-2:#4a4a4a;--color-text-3:#7a7a7a;--color-text-4:#a0a0a0;--color-bg-1:#f5f5f5;--color-bg-2:#ebebeb;--color-fill-1:#ebebeb;--color-fill-2:#e0e0e0;--color-fill-3:#d4d4d4;--color-border:#c9c9c9;--color-border-1:#e0e0e0;--color-border-2:#c9c9c9;--color-danger:#ff3b30;--danger-color:#ff3b30;--color-success:#34a853;--color-warning:#ff9500;--radius-xs:5px;--radius-sm:7px;--radius-md:10px;--radius-lg:14px;--border-radius-small:7px;--border-radius-medium:10px;--border-radius-large:14px;--elev-ring:0 1px 0 #fffc, 0 0 0 1px #0000001f;--elev-raised:0 1px 0 #ffffffe6, 0 2px 6px #00000040;--elev-raised-hover:0 1px 0 #ffffffe6, 0 4px 12px #0000004d;--shadow-sm:0 1px 2px #00000026;--shadow-md:0 2px 6px #00000040;--shadow-float:0 4px 12px #0000004d;--ease-standard:cubic-bezier(.2, 0, 0, 1);--font-mono:"Courier New", ui-monospace, monospace;--stat-positive:#0062cc;--stat-negative:#ff3b30;--stat-neutral:#7a7a7a;--stat-highlight:#ff9500;--arcoblue-1:232, 240, 255;--arcoblue-2:205, 224, 255;--arcoblue-3:163, 200, 255;--arcoblue-4:107, 166, 255;--arcoblue-5:61, 138, 255;--arcoblue-6:0, 98, 204;--color-on-primary:#fff;background:#f5f5f5;font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Microsoft YaHei,sans-serif}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4d9fff;--color-primary:#4d9fff;--color-primary-5:#6bb0ff;--color-primary-light-1:#0e2038;--color-blue-6:#4d9fff;--color-text-1:#f0f0f0;--color-text-2:#b0b0b0;--color-text-3:gray;--color-text-4:#5e5e5e;--color-bg-1:#2a2a2a;--color-bg-2:#232323;--color-fill-1:#232323;--color-fill-2:#333;--color-fill-3:#3d3d3d;--color-border:#484848;--color-border-1:#333;--color-border-2:#484848;--color-danger:#ff6b61;--danger-color:#ff6b61;--color-success:#57c96f;--color-warning:#ffb84d;--elev-raised:0 1px 0 #ffffff14, 0 2px 6px #00000080;--stat-positive:#4d9fff;--stat-negative:#ff6b61;--stat-neutral:gray;--stat-highlight:#ffb84d;--arcoblue-6:77, 159, 255;--color-on-primary:#1c1c1c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#2a2a2a}html body[data-style=skeuomorphism] .arco-card{background:linear-gradient(#fff,#f0f0f0)!important;border:1px solid #c9c9c9!important;border-radius:10px!important;box-shadow:0 1px #ffffffe6,0 2px 6px #00000026!important}html body[data-style=skeuomorphism] .arco-card-hoverable:hover{box-shadow:0 1px #ffffffe6,0 4px 12px #0003!important}html body[data-style=skeuomorphism] .arco-layout-sider,html body[data-style=skeuomorphism] .arco-layout-header{background:linear-gradient(#f7f7f7,#e8e8e8)!important;border-color:#c9c9c9!important}html body[data-style=skeuomorphism] .arco-modal,html body[data-style=skeuomorphism] .arco-drawer,html body[data-style=skeuomorphism] .arco-dropdown-menu,html body[data-style=skeuomorphism] .arco-select-dropdown,html body[data-style=skeuomorphism] .arco-menu,html body[data-style=skeuomorphism] .arco-menu-pop,html body[data-style=skeuomorphism] .arco-popover{background:linear-gradient(#fff,#f0f0f0)!important;border:1px solid #c9c9c9!important;border-radius:10px!important;box-shadow:0 2px 6px #00000040!important}html body[data-style=skeuomorphism] .arco-tooltip-content{color:#fff!important;background:#333!important;border-radius:7px!important}html body[data-style=skeuomorphism] .arco-input-wrapper,html body[data-style=skeuomorphism] .arco-select-view{background:linear-gradient(#fff,#f2f2f2)!important;border-radius:7px!important}html body[data-style=skeuomorphism] .arco-input-wrapper:focus-within,html body[data-style=skeuomorphism] .arco-select-view:focus-within{border-color:#0062cc!important;box-shadow:0 0 0 2px #007aff59!important}html body[data-style=skeuomorphism] .arco-btn{border-radius:7px!important}html body[data-style=skeuomorphism] .arco-btn-primary,html body[data-style=skeuomorphism] .arco-btn-primary[type=button],html body[data-style=skeuomorphism] .arco-btn-primary[type=submit]{background:#0062cc!important;border-color:#0062cc!important}html body[data-style=skeuomorphism] .arco-btn-primary:hover,html body[data-style=skeuomorphism] .arco-btn-primary[type=button]:hover,html body[data-style=skeuomorphism] .arco-btn-primary[type=submit]:hover{background:#3d8aff!important;border-color:#3d8aff!important}html body[data-style=skeuomorphism] .arco-table-th{color:#4a4a4a!important;background:linear-gradient(#f7f7f7,#e8e8e8)!important;border-color:#c9c9c9!important}html body[data-style=skeuomorphism] .arco-table-td{border-color:#d8d8d8!important}html body[data-style=skeuomorphism] .arco-table-tr:hover .arco-table-td{background:#e8f0ff!important}html body[data-style=skeuomorphism] .arco-tag{background:linear-gradient(#fff,#e8f0ff)!important;border-radius:7px!important}html body[data-style=skeuomorphism] .arco-divider{border-color:#c9c9c9!important}html body[data-style=skeuomorphism] .arco-progress-line-bar{background:#0062cc!important}html body[data-style=skeuomorphism] .ico-btn:hover,html body[data-style=skeuomorphism] .win-btn:hover{background:#e0e0e0!important}html body[data-style=skeuomorphism] .panel-left,html body[data-style=skeuomorphism] .panel-right{background:#f0f0f0!important}html body[data-style=skeuomorphism] .panel-inner{background:0 0!important}html body[data-style=skeuomorphism] .grid-window{background:linear-gradient(#fff,#f0f0f0)!important;border-radius:10px!important}html body[data-style=skeuomorphism] .theme-panel__body{background:linear-gradient(#fff,#f0f0f0)!important}html body[data-style=skeuomorphism] .chat-panel,html body[data-style=skeuomorphism] .chat-panel-fs,html body[data-style=skeuomorphism] .chat-panel-analysis{background:#f0f0f0!important}html body[data-style=skeuomorphism] .arco-btn-primary,html body[data-style=skeuomorphism] .arco-btn-primary[type=button],html body[data-style=skeuomorphism] .arco-btn-primary[type=submit]{text-shadow:0 -1px #0000004d;background:linear-gradient(#4d9fff,#0062cc 50%,#06d)!important;border-color:#06d!important;border-bottom-width:2px!important;box-shadow:inset 0 1px #fff6,0 2px 4px #0003!important}html body[data-style=skeuomorphism] .arco-btn-primary:hover,html body[data-style=skeuomorphism] .arco-btn-primary[type=button]:hover,html body[data-style=skeuomorphism] .arco-btn-primary[type=submit]:hover{background:linear-gradient(#6bb0ff,#1a86ff 50%,#0074ee)!important}html body[data-style=skeuomorphism] .arco-card{border-bottom-width:2px!important}html body[data-style=skeuomorphism] :focus-visible{outline-offset:2px;outline:2px solid #0062cc!important}html body[data-style=skeuomorphism] ::-webkit-scrollbar-thumb{background:#00000040}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-card{background:linear-gradient(#333,#262626)!important;border-color:#484848!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:linear-gradient(#2e2e2e,#232323)!important;border-color:#484848!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-popover{background:linear-gradient(#333,#262626)!important;border-color:#484848!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1c1c1c!important;background:#f0f0f0!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-select-view{background:linear-gradient(#3a3a3a,#2e2e2e)!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#fff!important;background:#4d9fff!important;border-color:#4d9fff!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#b0b0b0!important;background:linear-gradient(#3a3a3a,#2e2e2e)!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3d3d3d!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2e3a4e!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#4d9fff!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#232323!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:linear-gradient(#333,#262626)!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4d9fff!important}html body[data-style=skeuomorphism][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff40}html body[data-style=gameboy]{--color-primary-1:#f2f7d8;--color-primary-2:#d9e9a0;--color-primary-3:#b4d468;--color-primary-4:#9bbc0f;--color-primary-5:#8bac0f;--color-primary-6:#8bac0f;--color-primary:#8bac0f;--color-primary-light-1:#f2f7d8;--color-blue-6:#8bac0f;--color-text-1:#0f380f;--color-text-2:#1a4a1a;--color-text-3:#306230;--color-text-4:#4a6b3a;--color-bg-1:#f8f8f0;--color-bg-2:#efefe0;--color-fill-1:#efefe0;--color-fill-2:#e4e4d2;--color-fill-3:#d8d8c4;--color-border:#8bac0f;--color-border-1:#c4d4a0;--color-border-2:#8bac0f;--color-danger:sienna;--danger-color:sienna;--color-success:#306230;--color-warning:#c4a43e;--radius-xs:0px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--border-radius-small:0px;--border-radius-medium:0px;--border-radius-large:0px;--elev-ring:0 0 0 1px #30623026;--elev-raised:2px 2px 0 0 #30623040;--elev-raised-hover:3px 3px 0 0 #3062304d;--shadow-sm:1px 1px 0 0 #30623033;--shadow-md:2px 2px 0 0 #30623038;--shadow-float:3px 3px 0 0 #30623047;--ease-standard:steps(2, end);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#306230;--stat-negative:sienna;--stat-neutral:#6b7a5a;--stat-highlight:#c4a43e;--arcoblue-1:242, 247, 216;--arcoblue-2:217, 233, 160;--arcoblue-3:180, 212, 104;--arcoblue-4:155, 188, 15;--arcoblue-5:139, 172, 15;--arcoblue-6:139, 172, 15;--color-on-primary:#0f380f;background:#f8f8f0;font-family:Courier New,Courier,ui-monospace,SF Mono,Menlo,monospace}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark]{--color-primary-6:#9bbc0f;--color-primary:#9bbc0f;--color-primary-5:#8bac0f;--color-primary-light-1:#162a16;--color-blue-6:#9bbc0f;--color-text-1:#9bbc0f;--color-text-2:#8bac0f;--color-text-3:#6b8c42;--color-text-4:#4a6b3a;--color-bg-1:#0f380f;--color-bg-2:#162a16;--color-fill-1:#162a16;--color-fill-2:#1c3a1c;--color-fill-3:#2a4a2a;--color-border:#8bac0f;--color-border-1:#2a4a2a;--color-border-2:#8bac0f;--color-danger:#e0824a;--danger-color:#e0824a;--color-success:#9bbc0f;--color-warning:#e3c55a;--elev-raised:2px 2px 0 0 #9bbc0f40;--stat-positive:#9bbc0f;--stat-negative:#e0824a;--stat-neutral:#6b8c42;--stat-highlight:#e3c55a;--arcoblue-6:155, 188, 15;--color-on-primary:#0f380f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f380f}html body[data-style=gameboy] .arco-card{background:#f8f8f0!important;border:1px solid #8bac0f!important;border-radius:0!important;box-shadow:2px 2px #30623040!important}html body[data-style=gameboy] .arco-card-hoverable:hover{box-shadow:3px 3px #3062304d!important}html body[data-style=gameboy] .arco-layout-sider,html body[data-style=gameboy] .arco-layout-header{background:#efefe0!important;border-color:#8bac0f!important}html body[data-style=gameboy] .arco-modal,html body[data-style=gameboy] .arco-drawer,html body[data-style=gameboy] .arco-dropdown-menu,html body[data-style=gameboy] .arco-select-dropdown,html body[data-style=gameboy] .arco-menu,html body[data-style=gameboy] .arco-menu-pop,html body[data-style=gameboy] .arco-popover{background:#f8f8f0!important;border:1px solid #8bac0f!important;border-radius:0!important;box-shadow:2px 2px #30623040!important}html body[data-style=gameboy] .arco-tooltip-content{color:#9bbc0f!important;background:#0f380f!important;border-radius:0!important}html body[data-style=gameboy] .arco-input-wrapper,html body[data-style=gameboy] .arco-select-view{background:#f8f8f0!important;border-radius:0!important}html body[data-style=gameboy] .arco-input-wrapper:focus-within,html body[data-style=gameboy] .arco-select-view:focus-within{border-color:#8bac0f!important;box-shadow:0 0 0 1px #8bac0f!important}html body[data-style=gameboy] .arco-btn{border-radius:0!important}html body[data-style=gameboy] .arco-btn-primary,html body[data-style=gameboy] .arco-btn-primary[type=button],html body[data-style=gameboy] .arco-btn-primary[type=submit]{color:#0f380f!important;background:#8bac0f!important;border-color:#8bac0f!important}html body[data-style=gameboy] .arco-btn-primary:hover,html body[data-style=gameboy] .arco-btn-primary[type=button]:hover,html body[data-style=gameboy] .arco-btn-primary[type=submit]:hover{background:#9bbc0f!important;border-color:#9bbc0f!important}html body[data-style=gameboy] .arco-table-th{color:#9bbc0f!important;background:#0f380f!important;border-color:#0f380f!important}html body[data-style=gameboy] .arco-table-td{border-color:#c4d4a0!important}html body[data-style=gameboy] .arco-table-tr:hover .arco-table-td{background:#efefe0!important}html body[data-style=gameboy] .arco-tag{background:#f2f7d8!important;border-radius:0!important}html body[data-style=gameboy] .arco-divider{border-color:#8bac0f!important}html body[data-style=gameboy] .arco-progress-line-bar{background:#8bac0f!important}html body[data-style=gameboy] .ico-btn:hover,html body[data-style=gameboy] .win-btn:hover{background:#e4e4d2!important}html body[data-style=gameboy] .panel-left,html body[data-style=gameboy] .panel-right{background:#efefe0!important}html body[data-style=gameboy] .panel-inner{background:0 0!important}html body[data-style=gameboy] .grid-window{background:#f8f8f0!important;border-radius:0!important}html body[data-style=gameboy] .theme-panel__body{background:#f8f8f0!important}html body[data-style=gameboy] .chat-panel,html body[data-style=gameboy] .chat-panel-fs,html body[data-style=gameboy] .chat-panel-analysis{background:#efefe0!important}html body[data-style=gameboy] h1,html body[data-style=gameboy] h2,html body[data-style=gameboy] h3,html body[data-style=gameboy] .arco-btn-primary{font-weight:700}html body[data-style=gameboy] :focus-visible{outline-offset:2px;outline:2px solid #8bac0f!important}html body[data-style=gameboy] ::-webkit-scrollbar-thumb{background:#3062304d}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-card{background:#0f380f!important;border-color:#8bac0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#162a16!important;border-color:#8bac0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-popover{background:#0f380f!important;border-color:#8bac0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#0f380f!important;background:#9bbc0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#162a16!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#0f380f!important;background:#9bbc0f!important;border-color:#9bbc0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#0f380f!important;background:#9bbc0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#2a4a2a!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#162a16!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#9bbc0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#162a16!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#0f380f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#9bbc0f!important}html body[data-style=gameboy][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#9bbc0f4d}html body[data-style=chinese-classical]{--color-primary-1:#fbe9ec;--color-primary-2:#f2c4cb;--color-primary-3:#e58f9c;--color-primary-4:#d2505f;--color-primary-5:#c41e3a;--color-primary-6:#c41e3a;--color-primary:#c41e3a;--color-primary-light-1:#fbe9ec;--color-blue-6:#c41e3a;--color-text-1:#1b3a5c;--color-text-2:#2e5070;--color-text-3:#5c5a4e;--color-text-4:#8a8578;--color-bg-1:#f5f0e6;--color-bg-2:#ede4d2;--color-fill-1:#ede4d2;--color-fill-2:#e3d8c2;--color-fill-3:#d8cbb2;--color-border:#c9a96e;--color-border-1:#d8cbb2;--color-border-2:#c9a96e;--color-danger:#c41e3a;--danger-color:#c41e3a;--color-success:#1b3a5c;--color-warning:#d4784c;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:8px;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:8px;--elev-ring:0 0 0 1px #c9a96e59;--elev-raised:0 1px 4px #1b3a5c1a;--elev-raised-hover:0 2px 8px #1b3a5c26, 0 0 0 1px #c9a96e66;--shadow-sm:0 1px 3px #1b3a5c14;--shadow-md:0 2px 6px #1b3a5c1f;--shadow-float:0 4px 12px #1b3a5c26, 0 0 0 1px #c9a96e4d;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#1b3a5c;--stat-negative:#c41e3a;--stat-neutral:#8a8578;--stat-highlight:#c9a96e;--arcoblue-1:251, 233, 236;--arcoblue-2:242, 196, 203;--arcoblue-3:229, 143, 156;--arcoblue-4:210, 80, 95;--arcoblue-5:196, 30, 58;--arcoblue-6:196, 30, 58;--color-on-primary:#fff;background:#f5f0e6;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,Times New Roman,serif}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark]{--color-primary-6:#c41e3a;--color-primary:#c41e3a;--color-primary-5:#e0536b;--color-primary-light-1:#2e1218;--color-blue-6:#c41e3a;--color-text-1:#c9a96e;--color-text-2:#a89b78;--color-text-3:#7a6e55;--color-text-4:#5c5040;--color-bg-1:#1a1410;--color-bg-2:#241d16;--color-fill-1:#241d16;--color-fill-2:#2e251c;--color-fill-3:#3a2f22;--color-border:#c9a96e;--color-border-1:#3a2f22;--color-border-2:#c9a96e;--color-danger:#e0536b;--danger-color:#e0536b;--color-success:#5a8cc9;--color-warning:#e3c080;--elev-raised:0 1px 4px #0000004d;--stat-positive:#5a8cc9;--stat-negative:#e0536b;--stat-neutral:#a89b78;--stat-highlight:#e3c080;--arcoblue-6:196, 30, 58;--color-on-primary:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1a1410}html body[data-style=chinese-classical] .arco-card{background:#f5f0e6!important;border:1px solid #d8cbb2!important;border-radius:4px!important;box-shadow:0 1px 4px #1b3a5c14!important}html body[data-style=chinese-classical] .arco-card-hoverable:hover{box-shadow:0 2px 8px #1b3a5c1f,0 0 0 1px #c9a96e59!important}html body[data-style=chinese-classical] .arco-layout-sider,html body[data-style=chinese-classical] .arco-layout-header{background:#ede4d2!important;border-color:#d8cbb2!important}html body[data-style=chinese-classical] .arco-modal,html body[data-style=chinese-classical] .arco-drawer,html body[data-style=chinese-classical] .arco-dropdown-menu,html body[data-style=chinese-classical] .arco-select-dropdown,html body[data-style=chinese-classical] .arco-menu,html body[data-style=chinese-classical] .arco-menu-pop,html body[data-style=chinese-classical] .arco-popover{background:#f5f0e6!important;border:1px solid #d8cbb2!important;border-radius:4px!important;box-shadow:0 2px 6px #1b3a5c1a!important}html body[data-style=chinese-classical] .arco-tooltip-content{color:#f5f0e6!important;background:#1b3a5c!important;border-radius:3px!important}html body[data-style=chinese-classical] .arco-input-wrapper,html body[data-style=chinese-classical] .arco-select-view{background:#f5f0e6!important;border-radius:3px!important}html body[data-style=chinese-classical] .arco-input-wrapper:focus-within,html body[data-style=chinese-classical] .arco-select-view:focus-within{border-color:#c41e3a!important;box-shadow:0 0 0 1px #c41e3a4d!important}html body[data-style=chinese-classical] .arco-btn{border-radius:3px!important}html body[data-style=chinese-classical] .arco-btn-primary,html body[data-style=chinese-classical] .arco-btn-primary[type=button],html body[data-style=chinese-classical] .arco-btn-primary[type=submit]{background:#c41e3a!important;border-color:#c41e3a!important}html body[data-style=chinese-classical] .arco-btn-primary:hover,html body[data-style=chinese-classical] .arco-btn-primary[type=button]:hover,html body[data-style=chinese-classical] .arco-btn-primary[type=submit]:hover{background:#d2505f!important;border-color:#d2505f!important}html body[data-style=chinese-classical] .arco-table-th{color:#c9a96e!important;background:#1b3a5c!important;border-color:#1b3a5c!important}html body[data-style=chinese-classical] .arco-table-td{border-color:#d8cbb2!important}html body[data-style=chinese-classical] .arco-table-tr:hover .arco-table-td{background:#ede4d2!important}html body[data-style=chinese-classical] .arco-tag{background:#fbe9ec!important;border-radius:2px!important}html body[data-style=chinese-classical] .arco-divider{border-color:#d8cbb2!important}html body[data-style=chinese-classical] .arco-progress-line-bar{background:#c41e3a!important}html body[data-style=chinese-classical] .ico-btn:hover,html body[data-style=chinese-classical] .win-btn:hover{background:#e3d8c2!important}html body[data-style=chinese-classical] .panel-left,html body[data-style=chinese-classical] .panel-right{background:#ede4d2!important}html body[data-style=chinese-classical] .panel-inner{background:0 0!important}html body[data-style=chinese-classical] .grid-window{background:#f5f0e6!important;border-radius:4px!important}html body[data-style=chinese-classical] .theme-panel__body{background:#f5f0e6!important}html body[data-style=chinese-classical] .chat-panel,html body[data-style=chinese-classical] .chat-panel-fs,html body[data-style=chinese-classical] .chat-panel-analysis{background:#ede4d2!important}html body[data-style=chinese-classical] h1,html body[data-style=chinese-classical] h2,html body[data-style=chinese-classical] h3{letter-spacing:.02em;font-weight:600}html body[data-style=chinese-classical] .arco-btn-primary{font-weight:600}html body[data-style=chinese-classical] :focus-visible{outline-offset:2px;outline:2px solid #c41e3a!important}html body[data-style=chinese-classical] ::-webkit-scrollbar-thumb{background:#1b3a5c38}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-card{background:#1a1410!important;border-color:#3a2f22!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#241d16!important;border-color:#3a2f22!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1a1410!important;border-color:#3a2f22!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1a1410!important;background:#c9a96e!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#241d16!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:#c41e3a!important;border-color:#c41e3a!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#c9a96e!important;background:#3a2f22!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#3a2f22!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#241d16!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#c41e3a!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#241d16!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1a1410!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#c41e3a!important}html body[data-style=chinese-classical][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#c9a96e40}html body[data-style=trello]{--color-primary-1:#e6f2f9;--color-primary-2:#c0dff2;--color-primary-3:#80c4e5;--color-primary-4:#3e93c0;--color-primary-5:#0080bf;--color-primary-6:#0079bf;--color-primary:#0079bf;--color-primary-light-1:#e6f2f9;--color-blue-6:#0079bf;--color-text-1:#172b4d;--color-text-2:#253858;--color-text-3:#5e6c84;--color-text-4:#8993a4;--color-bg-1:#fff;--color-bg-2:#f4f5f7;--color-fill-1:#f4f5f7;--color-fill-2:#ebecf0;--color-fill-3:#e4e5e9;--color-border:#dfe1e6;--color-border-1:#dfe1e6;--color-border-2:#c1c7d0;--color-danger:#b04632;--danger-color:#b04632;--color-success:#519839;--color-warning:#d29034;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:6px;--elev-ring:0 0 0 1px #091e421f;--elev-raised:0 1px 2px #091e4226;--elev-raised-hover:0 2px 8px #091e4233;--shadow-sm:0 1px 1px #091e421a;--shadow-md:0 1px 3px #091e4226;--shadow-float:0 4px 12px #091e422e;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#0079bf;--stat-negative:#b04632;--stat-neutral:#5e6c84;--stat-highlight:#d29034;--arcoblue-1:230, 242, 249;--arcoblue-2:192, 223, 242;--arcoblue-3:128, 196, 229;--arcoblue-4:62, 147, 192;--arcoblue-5:0, 128, 191;--arcoblue-6:0, 121, 191;--color-on-primary:#fff;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html body[data-style=trello][arco-theme=dark][arco-theme=dark]{--color-primary-6:#5ba4cf;--color-primary:#5ba4cf;--color-primary-5:#3e93c0;--color-primary-light-1:#152533;--color-blue-6:#5ba4cf;--color-text-1:#b6c2cf;--color-text-2:#9dacba;--color-text-3:#8c9bab;--color-text-4:#6b7a8a;--color-bg-1:#1d2125;--color-bg-2:#2c3035;--color-fill-1:#2c3035;--color-fill-2:#353a40;--color-fill-3:#454b52;--color-border:#454b52;--color-border-1:#353a40;--color-border-2:#5a626b;--color-danger:#e07060;--danger-color:#e07060;--color-success:#74c96b;--color-warning:#e3b45a;--elev-raised:0 1px 2px #0000004d;--stat-positive:#5ba4cf;--stat-negative:#e07060;--stat-neutral:#8c9bab;--stat-highlight:#e3b45a;--arcoblue-6:91, 164, 207;--color-on-primary:#1d2125;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1d2125}html body[data-style=trello] .arco-card{background:#fff!important;border:1px solid #dfe1e6!important;border-radius:3px!important;box-shadow:0 1px 2px #091e4226!important}html body[data-style=trello] .arco-card-hoverable:hover{box-shadow:0 2px 8px #091e4233!important}html body[data-style=trello] .arco-layout-sider,html body[data-style=trello] .arco-layout-header{background:#f4f5f7!important;border-color:#dfe1e6!important}html body[data-style=trello] .arco-modal,html body[data-style=trello] .arco-drawer,html body[data-style=trello] .arco-dropdown-menu,html body[data-style=trello] .arco-select-dropdown,html body[data-style=trello] .arco-menu,html body[data-style=trello] .arco-menu-pop,html body[data-style=trello] .arco-popover{background:#fff!important;border:1px solid #dfe1e6!important;border-radius:3px!important;box-shadow:0 1px 3px #091e4226!important}html body[data-style=trello] .arco-tooltip-content{color:#fff!important;background:#172b4d!important;border-radius:3px!important}html body[data-style=trello] .arco-input-wrapper,html body[data-style=trello] .arco-select-view{background:#fff!important;border-radius:3px!important}html body[data-style=trello] .arco-input-wrapper:focus-within,html body[data-style=trello] .arco-select-view:focus-within{border-color:#0079bf!important;box-shadow:0 0 0 2px #0079bf40!important}html body[data-style=trello] .arco-btn{border-radius:3px!important}html body[data-style=trello] .arco-btn-primary,html body[data-style=trello] .arco-btn-primary[type=button],html body[data-style=trello] .arco-btn-primary[type=submit]{background:#0079bf!important;border-color:#0079bf!important}html body[data-style=trello] .arco-btn-primary:hover,html body[data-style=trello] .arco-btn-primary[type=button]:hover,html body[data-style=trello] .arco-btn-primary[type=submit]:hover{background:#0080bf!important;border-color:#0080bf!important}html body[data-style=trello] .arco-table-th{color:#172b4d!important;background:#f4f5f7!important;border-color:#dfe1e6!important}html body[data-style=trello] .arco-table-td{border-color:#dfe1e6!important}html body[data-style=trello] .arco-table-tr:hover .arco-table-td{background:#f4f5f7!important}html body[data-style=trello] .arco-tag{background:#e6f2f9!important;border-radius:2px!important}html body[data-style=trello] .arco-divider{border-color:#dfe1e6!important}html body[data-style=trello] .arco-progress-line-bar{background:#0079bf!important}html body[data-style=trello] .ico-btn:hover,html body[data-style=trello] .win-btn:hover{background:#ebecf0!important}html body[data-style=trello] .panel-left,html body[data-style=trello] .panel-right{background:#f4f5f7!important}html body[data-style=trello] .panel-inner{background:0 0!important}html body[data-style=trello] .grid-window{background:#fff!important;border-radius:3px!important}html body[data-style=trello] .theme-panel__body{background:#fff!important}html body[data-style=trello] .chat-panel,html body[data-style=trello] .chat-panel-fs,html body[data-style=trello] .chat-panel-analysis{background:#f4f5f7!important}html body[data-style=trello] h1,html body[data-style=trello] h2,html body[data-style=trello] h3,html body[data-style=trello] .arco-btn-primary{font-weight:600}html body[data-style=trello] :focus-visible{outline-offset:2px;outline:2px solid #0079bf!important}html body[data-style=trello] ::-webkit-scrollbar-thumb{background:#091e4238}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-card{background:#1d2125!important;border-color:#454b52!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#2c3035!important;border-color:#454b52!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1d2125!important;border-color:#454b52!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1d2125!important;background:#b6c2cf!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#2c3035!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1d2125!important;background:#5ba4cf!important;border-color:#5ba4cf!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#b6c2cf!important;background:#2c3035!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#353a40!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#2c3035!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#5ba4cf!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#2c3035!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=trello][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1d2125!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#5ba4cf!important}html body[data-style=trello][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#b6c2cf40}html body[data-style=github]{--color-primary-1:#eaf3ff;--color-primary-2:#c5dfff;--color-primary-3:#8fc2ff;--color-primary-4:#4a9ef0;--color-primary-5:#1a80e0;--color-primary-6:#0969da;--color-primary:#0969da;--color-primary-light-1:#eaf3ff;--color-blue-6:#0969da;--color-text-1:#1f2328;--color-text-2:#383d44;--color-text-3:#57606a;--color-text-4:#8b949e;--color-bg-1:#fff;--color-bg-2:#f6f8fa;--color-fill-1:#f6f8fa;--color-fill-2:#f0f3f6;--color-fill-3:#e9edf1;--color-border:#d0d7de;--color-border-1:#d0d7de;--color-border-2:#afb8c1;--color-danger:#cf222e;--danger-color:#cf222e;--color-success:#1f883d;--color-warning:#d29922;--radius-xs:3px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--border-radius-small:3px;--border-radius-medium:6px;--border-radius-large:8px;--elev-ring:0 0 0 1px #0969da33;--elev-raised:0 1px 3px #1f23281f;--elev-raised-hover:0 3px 6px #1f232826;--shadow-sm:0 1px 2px #1f23281a;--shadow-md:0 1px 3px #1f23281f;--shadow-float:0 8px 24px #1f232829;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Fira Code", "Cascadia Code", ui-monospace, monospace;--stat-positive:#1f883d;--stat-negative:#cf222e;--stat-neutral:#57606a;--stat-highlight:#d29922;--arcoblue-1:234, 243, 255;--arcoblue-2:197, 223, 255;--arcoblue-3:143, 194, 255;--arcoblue-4:74, 158, 240;--arcoblue-5:26, 128, 224;--arcoblue-6:9, 105, 218;--color-on-primary:#fff;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif}html body[data-style=github][arco-theme=dark][arco-theme=dark]{--color-primary-6:#58a6ff;--color-primary:#58a6ff;--color-primary-5:#79c0ff;--color-primary-light-1:#0d1f33;--color-blue-6:#58a6ff;--color-text-1:#e6edf3;--color-text-2:#c9d1d9;--color-text-3:#8b949e;--color-text-4:#6e7681;--color-bg-1:#0d1117;--color-bg-2:#161b22;--color-fill-1:#161b22;--color-fill-2:#1c2128;--color-fill-3:#21262d;--color-border:#30363d;--color-border-1:#21262d;--color-border-2:#484f58;--color-danger:#ff7b72;--danger-color:#ff7b72;--color-success:#3fb950;--color-warning:#d29922;--elev-raised:0 1px 3px #00000059;--stat-positive:#3fb950;--stat-negative:#ff7b72;--stat-neutral:#8b949e;--stat-highlight:#d29922;--arcoblue-6:88, 166, 255;--color-on-primary:#0d1117;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117}html body[data-style=github] .arco-card{background:#fff!important;border:1px solid #d0d7de!important;border-radius:6px!important;box-shadow:0 1px 3px #1f23281f!important}html body[data-style=github] .arco-card-hoverable:hover{box-shadow:0 3px 6px #1f232826!important}html body[data-style=github] .arco-layout-sider,html body[data-style=github] .arco-layout-header{background:#f6f8fa!important;border-color:#d0d7de!important}html body[data-style=github] .arco-modal,html body[data-style=github] .arco-drawer,html body[data-style=github] .arco-dropdown-menu,html body[data-style=github] .arco-select-dropdown,html body[data-style=github] .arco-menu,html body[data-style=github] .arco-menu-pop,html body[data-style=github] .arco-popover{background:#fff!important;border:1px solid #d0d7de!important;border-radius:6px!important;box-shadow:0 1px 3px #1f23281f!important}html body[data-style=github] .arco-tooltip-content{color:#fff!important;background:#1f2328!important;border-radius:6px!important}html body[data-style=github] .arco-input-wrapper,html body[data-style=github] .arco-select-view{background:#fff!important;border-radius:6px!important}html body[data-style=github] .arco-input-wrapper:focus-within,html body[data-style=github] .arco-select-view:focus-within{border-color:#0969da!important;box-shadow:0 0 0 2px #0969da33!important}html body[data-style=github] .arco-btn{border-radius:6px!important}html body[data-style=github] .arco-btn-primary,html body[data-style=github] .arco-btn-primary[type=button],html body[data-style=github] .arco-btn-primary[type=submit]{background:#0969da!important;border-color:#0969da!important}html body[data-style=github] .arco-btn-primary:hover,html body[data-style=github] .arco-btn-primary[type=button]:hover,html body[data-style=github] .arco-btn-primary[type=submit]:hover{background:#1a80e0!important;border-color:#1a80e0!important}html body[data-style=github] .arco-table-th{color:#1f2328!important;background:#f6f8fa!important;border-color:#d0d7de!important}html body[data-style=github] .arco-table-td{border-color:#d0d7de!important}html body[data-style=github] .arco-table-tr:hover .arco-table-td{background:#f6f8fa!important}html body[data-style=github] .arco-tag{background:#eaf3ff!important;border-radius:4px!important}html body[data-style=github] .arco-divider{border-color:#d0d7de!important}html body[data-style=github] .arco-progress-line-bar{background:#0969da!important}html body[data-style=github] .ico-btn:hover,html body[data-style=github] .win-btn:hover{background:#f0f3f6!important}html body[data-style=github] .panel-left,html body[data-style=github] .panel-right{background:#f6f8fa!important}html body[data-style=github] .panel-inner{background:0 0!important}html body[data-style=github] .grid-window{background:#fff!important;border-radius:6px!important}html body[data-style=github] .theme-panel__body{background:#fff!important}html body[data-style=github] .chat-panel,html body[data-style=github] .chat-panel-fs,html body[data-style=github] .chat-panel-analysis{background:#f6f8fa!important}html body[data-style=github] h1,html body[data-style=github] h2,html body[data-style=github] h3,html body[data-style=github] .arco-btn-primary{font-weight:600}html body[data-style=github] :focus-visible{outline-offset:2px;outline:2px solid #0969da!important}html body[data-style=github] ::-webkit-scrollbar-thumb{background:#8b949e4d}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-card{background:#0d1117!important;border-color:#30363d!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#161b22!important;border-color:#30363d!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-popover{background:#0d1117!important;border-color:#30363d!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#0d1117!important;background:#e6edf3!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#161b22!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#0d1117!important;background:#58a6ff!important;border-color:#58a6ff!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#e6edf3!important;background:#161b22!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#21262d!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#161b22!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#58a6ff!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=github][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=github][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=github][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=github][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#161b22!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=github][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#0d1117!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#58a6ff!important}html body[data-style=github][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#8b949e66}html body[data-style=typewriter]{--color-primary-1:#edede8;--color-primary-2:#d6d6cf;--color-primary-3:#a8a89f;--color-primary-4:#6b6b63;--color-primary-5:#3d3d37;--color-primary-6:#1a1a1a;--color-primary:#1a1a1a;--color-primary-light-1:#edede8;--color-blue-6:#1a1a1a;--color-text-1:#1a1a1a;--color-text-2:#333;--color-text-3:#5c4033;--color-text-4:#8b7355;--color-bg-1:#f5f0e0;--color-bg-2:#ede4ce;--color-fill-1:#ede4ce;--color-fill-2:#e2d7bc;--color-fill-3:#d8cbac;--color-border:#8b7355;--color-border-1:#d8cbac;--color-border-2:#8b7355;--color-danger:#c0392b;--danger-color:#c0392b;--color-success:#1a1a1a;--color-warning:#d4a76a;--radius-xs:0px;--radius-sm:0px;--radius-md:1px;--radius-lg:2px;--border-radius-small:0px;--border-radius-medium:1px;--border-radius-large:2px;--elev-ring:0 0 0 1px #1a1a1a1a;--elev-raised:3px 3px 0 0 #1a1a1a2e;--elev-raised-hover:4px 4px 0 0 #1a1a1a38;--shadow-sm:1px 1px 0 0 #1a1a1a1f;--shadow-md:2px 2px 0 0 #1a1a1a26;--shadow-float:3px 3px 0 0 #1a1a1a2e, 0 0 0 1px #1a1a1a14;--ease-standard:steps(2, end);--font-mono:"Courier New", Courier, ui-monospace, monospace;--stat-positive:#1a1a1a;--stat-negative:#c0392b;--stat-neutral:#8b7355;--stat-highlight:#d4a76a;--arcoblue-1:237, 237, 232;--arcoblue-2:214, 214, 207;--arcoblue-3:168, 168, 159;--arcoblue-4:107, 107, 99;--arcoblue-5:61, 61, 55;--arcoblue-6:26, 26, 26;--color-on-primary:#f5f0e0;background:#f5f0e0;font-family:Courier New,Courier,ui-monospace,SF Mono,Menlo,monospace}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark]{--color-primary-6:#e8dcc8;--color-primary:#e8dcc8;--color-primary-5:#c0a58c;--color-primary-light-1:#1e1812;--color-blue-6:#e8dcc8;--color-text-1:#e8dcc8;--color-text-2:#c0a58c;--color-text-3:#a89476;--color-text-4:#7a6b55;--color-bg-1:#2c2416;--color-bg-2:#3a2f1e;--color-fill-1:#3a2f1e;--color-fill-2:#463a26;--color-fill-3:#52442e;--color-border:#8b7355;--color-border-1:#52442e;--color-border-2:#8b7355;--color-danger:#e06b5a;--danger-color:#e06b5a;--color-success:#e8dcc8;--color-warning:#e3c39e;--elev-raised:3px 3px 0 0 #0000004d;--stat-positive:#e8dcc8;--stat-negative:#e06b5a;--stat-neutral:#a89476;--stat-highlight:#e3c39e;--arcoblue-6:232, 220, 200;--color-on-primary:#2c2416;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#2c2416}html body[data-style=typewriter] .arco-card{background:#f5f0e0!important;border:1px solid #8b7355!important;border-radius:1px!important;box-shadow:3px 3px #1a1a1a2e!important}html body[data-style=typewriter] .arco-card-hoverable:hover{box-shadow:4px 4px #1a1a1a38!important}html body[data-style=typewriter] .arco-layout-sider,html body[data-style=typewriter] .arco-layout-header{background:#ede4ce!important;border-color:#8b7355!important}html body[data-style=typewriter] .arco-modal,html body[data-style=typewriter] .arco-drawer,html body[data-style=typewriter] .arco-dropdown-menu,html body[data-style=typewriter] .arco-select-dropdown,html body[data-style=typewriter] .arco-menu,html body[data-style=typewriter] .arco-menu-pop,html body[data-style=typewriter] .arco-popover{background:#f5f0e0!important;border:1px solid #8b7355!important;border-radius:1px!important;box-shadow:3px 3px #1a1a1a2e!important}html body[data-style=typewriter] .arco-tooltip-content{color:#e8dcc8!important;background:#1a1a1a!important;border-radius:0!important}html body[data-style=typewriter] .arco-input-wrapper,html body[data-style=typewriter] .arco-select-view{background:#f5f0e0!important;border-radius:0!important}html body[data-style=typewriter] .arco-input-wrapper:focus-within,html body[data-style=typewriter] .arco-select-view:focus-within{border-color:#c0392b!important;box-shadow:0 0 0 1px #c0392b!important}html body[data-style=typewriter] .arco-btn{border-radius:0!important}html body[data-style=typewriter] .arco-btn-primary,html body[data-style=typewriter] .arco-btn-primary[type=button],html body[data-style=typewriter] .arco-btn-primary[type=submit]{color:#f5f0e0!important;background:#1a1a1a!important;border-color:#1a1a1a!important}html body[data-style=typewriter] .arco-btn-primary:hover,html body[data-style=typewriter] .arco-btn-primary[type=button]:hover,html body[data-style=typewriter] .arco-btn-primary[type=submit]:hover{color:#f5f0e0!important;background:#c0392b!important;border-color:#c0392b!important}html body[data-style=typewriter] .arco-table-th{color:#e8dcc8!important;background:#1a1a1a!important;border-color:#1a1a1a!important}html body[data-style=typewriter] .arco-table-td{border-color:#d8cbac!important}html body[data-style=typewriter] .arco-table-tr:hover .arco-table-td{background:#ede4ce!important}html body[data-style=typewriter] .arco-tag{background:#edede8!important;border-radius:0!important}html body[data-style=typewriter] .arco-divider{border-color:#8b7355!important}html body[data-style=typewriter] .arco-progress-line-bar{background:#1a1a1a!important}html body[data-style=typewriter] .ico-btn:hover,html body[data-style=typewriter] .win-btn:hover{background:#e2d7bc!important}html body[data-style=typewriter] .panel-left,html body[data-style=typewriter] .panel-right{background:#ede4ce!important}html body[data-style=typewriter] .panel-inner{background:0 0!important}html body[data-style=typewriter] .grid-window{background:#f5f0e0!important;border-radius:1px!important}html body[data-style=typewriter] .theme-panel__body{background:#f5f0e0!important}html body[data-style=typewriter] .chat-panel,html body[data-style=typewriter] .chat-panel-fs,html body[data-style=typewriter] .chat-panel-analysis{background:#ede4ce!important}html body[data-style=typewriter] h1,html body[data-style=typewriter] h2,html body[data-style=typewriter] h3,html body[data-style=typewriter] .arco-btn-primary{font-weight:700}html body[data-style=typewriter] :focus-visible{outline-offset:2px;outline:2px solid #c0392b!important}html body[data-style=typewriter] ::-webkit-scrollbar-thumb{background:#8b735552}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-card{background:#2c2416!important;border-color:#8b7355!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#3a2f1e!important;border-color:#8b7355!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-popover{background:#2c2416!important;border-color:#8b7355!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#2c2416!important;background:#e8dcc8!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#3a2f1e!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#2c2416!important;background:#e8dcc8!important;border-color:#e8dcc8!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#2c2416!important;background:#e8dcc8!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#52442e!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#3a2f1e!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#e8dcc8!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#3a2f1e!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#2c2416!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#e06b5a!important}html body[data-style=typewriter][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#e8dcc840}html body[data-style=aero]{--color-primary-1:#e6f0fa;--color-primary-2:#c3dff5;--color-primary-3:#8bbfeb;--color-primary-4:#4da3e0;--color-primary-5:#1980cc;--color-primary-6:#06c;--color-primary:#06c;--color-primary-light-1:#e6f0fa;--color-blue-6:#06c;--color-text-1:#1a2330;--color-text-2:#2e4058;--color-text-3:#4a6078;--color-text-4:#6b8098;--color-bg-1:#ebebeb;--color-bg-2:#dee4ea;--color-fill-1:#dee4ea;--color-fill-2:#d0d8e2;--color-fill-3:#c0cad6;--color-border:#a0b4cc;--color-border-1:#c0cad6;--color-border-2:#a0b4cc;--color-danger:#c75050;--danger-color:#c75050;--color-success:#3c8c40;--color-warning:#e8a030;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:6px;--elev-ring:0 0 0 1px #06c3;--elev-raised:0 1px 3px #0066cc1f, 0 0 0 1px #ffffff73;--elev-raised-hover:0 2px 6px #0066cc2e, 0 0 0 1px #ffffff8c;--shadow-sm:0 1px 2px #0066cc14;--shadow-md:0 1px 4px #0066cc1f;--shadow-float:0 4px 16px #0066cc2e, 0 0 0 1px #fff6;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"Consolas", "Cascadia Code", "SF Mono", ui-monospace, monospace;--stat-positive:#06c;--stat-negative:#c75050;--stat-neutral:#6b8098;--stat-highlight:#e8a030;--arcoblue-1:230, 240, 250;--arcoblue-2:195, 223, 245;--arcoblue-3:139, 191, 235;--arcoblue-4:77, 163, 224;--arcoblue-5:25, 128, 204;--arcoblue-6:0, 102, 204;--color-on-primary:#fff;background:#ebebeb;font-family:Segoe UI,SegoeUI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}html body[data-style=aero][arco-theme=dark][arco-theme=dark]{--color-primary-6:#4da3e0;--color-primary:#4da3e0;--color-primary-5:#6cb5e8;--color-primary-light-1:#0d1a2a;--color-blue-6:#4da3e0;--color-text-1:#e8f0f8;--color-text-2:#c0d4e8;--color-text-3:#a0b8d0;--color-text-4:#7a95b0;--color-bg-1:#1a2330;--color-bg-2:#222d3c;--color-fill-1:#222d3c;--color-fill-2:#2a3648;--color-fill-3:#334458;--color-border:#3a5070;--color-border-1:#334458;--color-border-2:#4a6488;--color-danger:#e07070;--danger-color:#e07070;--color-success:#5cb85c;--color-warning:#f0b850;--elev-raised:0 1px 3px #00000059, 0 0 0 1px #ffffff1f;--stat-positive:#4da3e0;--stat-negative:#e07070;--stat-neutral:#a0b8d0;--stat-highlight:#f0b850;--arcoblue-6:77, 163, 224;--color-on-primary:#1a2330;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1a2330}html body[data-style=aero] .arco-card{-webkit-backdrop-filter:blur(16px);position:relative;background:#ebebeb66!important;border:1px solid #ffffff73!important;border-radius:4px!important;box-shadow:0 0 0 1px #fff6,0 1px 3px #0066cc1f!important}html body[data-style=aero] .arco-card:after{content:"";pointer-events:none;background:linear-gradient(#ffffffb3 0%,#0000 100%);border-radius:3px 3px 0 0;height:1px;position:absolute;top:1px;left:1px;right:1px}html body[data-style=aero] .arco-card-hoverable:hover{box-shadow:0 0 0 1px #ffffff8c,0 2px 8px #06c3!important}html body[data-style=aero] .arco-layout-sider,html body[data-style=aero] .arco-layout-header{-webkit-backdrop-filter:blur(16px);background:#dee4ea8c!important;border-color:#fff6!important}html body[data-style=aero] .arco-modal,html body[data-style=aero] .arco-drawer,html body[data-style=aero] .arco-dropdown-menu,html body[data-style=aero] .arco-select-dropdown,html body[data-style=aero] .arco-menu,html body[data-style=aero] .arco-menu-pop,html body[data-style=aero] .arco-popover{-webkit-backdrop-filter:blur(16px);background:#ebebeb80!important;border:1px solid #ffffff73!important;border-radius:4px!important;box-shadow:0 0 0 1px #fff6,0 1px 4px #0066cc1f!important}html body[data-style=aero] .arco-tooltip-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e8f0f8!important;background:#1a2330e6!important;border:1px solid #ffffff26!important;border-radius:3px!important}html body[data-style=aero] .arco-input-wrapper,html body[data-style=aero] .arco-select-view{background:#ffffffa6!important;border-radius:3px!important}html body[data-style=aero] .arco-input-wrapper:focus-within,html body[data-style=aero] .arco-select-view:focus-within{border-color:#06c!important;box-shadow:0 0 0 2px #0066cc40!important}html body[data-style=aero] .arco-btn{border-radius:3px!important}html body[data-style=aero] .arco-btn-primary,html body[data-style=aero] .arco-btn-primary[type=button],html body[data-style=aero] .arco-btn-primary[type=submit]{background:linear-gradient(#4da3e0 0%,#06c 100%)!important;border-color:#06c!important;box-shadow:0 0 0 1px #fff3,inset 0 1px #ffffff26!important}html body[data-style=aero] .arco-btn-primary:hover,html body[data-style=aero] .arco-btn-primary[type=button]:hover,html body[data-style=aero] .arco-btn-primary[type=submit]:hover{background:linear-gradient(#6cb5e8 0%,#1980cc 100%)!important;border-color:#1980cc!important}html body[data-style=aero] .arco-table-th{color:#1a2330!important;background:linear-gradient(#f0f4f8 0%,#dee4ea 100%)!important;border-color:#c0cad6!important}html body[data-style=aero] .arco-table-td{border-color:#d0d8e2!important}html body[data-style=aero] .arco-table-tr:hover .arco-table-td{background:#0066cc0a!important}html body[data-style=aero] .arco-tag{background:#0066cc14!important;border-radius:2px!important}html body[data-style=aero] .arco-divider{border-color:#c0cad6!important}html body[data-style=aero] .arco-progress-line-bar{background:linear-gradient(90deg,#06c,#4da3e0)!important}html body[data-style=aero] .ico-btn:hover,html body[data-style=aero] .win-btn:hover{background:#0066cc0f!important}html body[data-style=aero] .panel-left,html body[data-style=aero] .panel-right{-webkit-backdrop-filter:blur(16px);background:#dee4ea8c!important}html body[data-style=aero] .panel-inner{background:0 0!important}html body[data-style=aero] .grid-window{background:#ebebeb66!important;border-radius:4px!important}html body[data-style=aero] .theme-panel__body{background:#ebebeb80!important}html body[data-style=aero] .chat-panel,html body[data-style=aero] .chat-panel-fs,html body[data-style=aero] .chat-panel-analysis{-webkit-backdrop-filter:blur(16px);background:#dee4ea8c!important}html body[data-style=aero] .sidebar{-webkit-backdrop-filter:blur(20px);background:#dee4ea8c;border-right-color:#ffffff59}html body[data-style=aero] .sidebar-item:hover{background:#0066cc0f}html body[data-style=aero] .sidebar-item.active{color:#06c;background:#0066cc1f}html body[data-style=aero] .topnav{-webkit-backdrop-filter:blur(20px);background:#dee4ea8c}html body[data-style=aero] h1,html body[data-style=aero] h2,html body[data-style=aero] h3,html body[data-style=aero] .arco-btn-primary{font-weight:600}html body[data-style=aero] :focus-visible{outline-offset:2px;outline:2px solid #06c!important}html body[data-style=aero] ::-webkit-scrollbar-thumb{background:#0066cc38}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-card{background:#1a233080!important;border-color:#ffffff1f!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-card:after{background:linear-gradient(#ffffff26 0%,#0000 100%)}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#222d3c99!important;border-color:#ffffff1a!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1a233099!important;border-color:#ffffff1a!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1a2330!important;background:#e8f0f8e6!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#222d3cb3!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:linear-gradient(#6cb5e8 0%,#4da3e0 100%)!important;border-color:#4da3e0!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#e8f0f8!important;background:linear-gradient(#2a3648 0%,#222d3c 100%)!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#334458!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#4da3e00f!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:linear-gradient(90deg,#4da3e0,#6cb5e8)!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#222d3c99!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=aero][arco-theme=dark][arco-theme=dark] .topnav{background:#222d3c99;border-color:#ffffff14}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .sidebar-item:hover{background:#4da3e014}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .sidebar-item.active{color:#4da3e0;background:#4da3e029}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .grid-window{background:#1a233080!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1a233099!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#4da3e0!important}html body[data-style=aero][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#4da3e040}html body[data-style=glassmorphism]{--color-primary-1:#eeedff;--color-primary-2:#d8d5ff;--color-primary-3:#b0abfe;--color-primary-4:#8a82fc;--color-primary-5:#6e66f7;--color-primary-6:#4f46e5;--color-primary:#4f46e5;--color-primary-light-1:#eeedff;--color-blue-6:#4f46e5;--color-text-1:#111827;--color-text-2:#374151;--color-text-3:#6b7280;--color-text-4:#9ca3af;--color-bg-1:transparent;--color-bg-2:transparent;--color-fill-1:#ffffff26;--color-fill-2:#fff3;--color-fill-3:#ffffff40;--color-border:#ffffff40;--color-border-1:#ffffff26;--color-border-2:#ffffff59;--color-danger:#f43f5e;--danger-color:#f43f5e;--color-success:#10b981;--color-warning:#f59e0b;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--border-radius-small:8px;--border-radius-medium:16px;--border-radius-large:24px;--elev-ring:0 0 0 1px #fff3;--elev-raised:0 4px 30px #00000026, inset 0 1px 0 #ffffff26;--elev-raised-hover:0 8px 40px #0003, inset 0 1px 0 #fff3;--shadow-sm:0 2px 12px #0000001a, inset 0 1px 0 #ffffff1f;--shadow-md:0 4px 30px #00000026, inset 0 1px 0 #ffffff26;--shadow-float:0 8px 50px #00000038, inset 0 1px 0 #ffffff2e;--ease-standard:cubic-bezier(.22, 1, .36, 1);--font-mono:"JetBrains Mono", "SF Mono", ui-monospace, monospace;--stat-positive:#10b981;--stat-negative:#f43f5e;--stat-neutral:#6b7280;--stat-highlight:#f59e0b;--arcoblue-1:238, 237, 255;--arcoblue-2:216, 213, 255;--arcoblue-3:176, 171, 254;--arcoblue-4:138, 130, 252;--arcoblue-5:110, 102, 247;--arcoblue-6:79, 70, 229;--color-on-primary:#fff;background:linear-gradient(135deg,#e8ecfa 0%,#f0e8f8 40%,#f8e8f0 100%) fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html body[data-style=glassmorphism]:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 20%,#6366f11f 0%,#0000 35%),radial-gradient(circle at 80% 70%,#ec48991a 0%,#0000 35%),radial-gradient(circle at 50% 90%,#a855f714 0%,#0000 30%);position:fixed;inset:0}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark]{--color-primary-6:#818cf8;--color-primary:#818cf8;--color-primary-5:#a5a8fe;--color-primary-light-1:#15133a;--color-blue-6:#818cf8;--color-text-1:#fff;--color-text-2:#fffc;--color-text-3:#ffffffb3;--color-text-4:#ffffff80;--color-bg-1:transparent;--color-bg-2:transparent;--color-fill-1:#ffffff0f;--color-fill-2:#ffffff14;--color-fill-3:#ffffff1a;--color-border:#ffffff1f;--color-border-1:#ffffff14;--color-border-2:#ffffff2e;--color-danger:#fb7185;--danger-color:#fb7185;--color-success:#34d399;--color-warning:#fbbf24;--elev-raised:0 4px 30px #0006, inset 0 1px 0 #ffffff1a;--stat-positive:#34d399;--stat-negative:#fb7185;--stat-neutral:#ffffff8c;--stat-highlight:#fbbf24;--arcoblue-6:129, 140, 248;--color-on-primary:#111827;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:linear-gradient(135deg,#13101e 0%,#1a1422 40%,#14101c 100%) fixed}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark]:before{background:radial-gradient(circle at 20% 30%,#6366f11a 0%,#0000 35%),radial-gradient(circle at 80% 80%,#ec489914 0%,#0000 35%),radial-gradient(circle at 50% 5%,#a855f70f 0%,#0000 30%)}html body[data-style=glassmorphism] .arco-card{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffff2e!important;border:1px solid #ffffff40!important;border-radius:16px!important;box-shadow:0 4px 30px #0000001f,inset 0 1px #ffffff1f!important}html body[data-style=glassmorphism] .arco-card-hoverable:hover{transform:translateY(-2px);box-shadow:0 8px 40px #0000002e,inset 0 1px #ffffff2e!important}html body[data-style=glassmorphism] .arco-layout-sider,html body[data-style=glassmorphism] .arco-layout-header{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffff1a!important;border-color:#ffffff26!important}html body[data-style=glassmorphism] .arco-modal,html body[data-style=glassmorphism] .arco-drawer,html body[data-style=glassmorphism] .arco-dropdown-menu,html body[data-style=glassmorphism] .arco-select-dropdown,html body[data-style=glassmorphism] .arco-menu,html body[data-style=glassmorphism] .arco-menu-pop,html body[data-style=glassmorphism] .arco-popover{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffff38!important;border:1px solid #ffffff40!important;border-radius:16px!important;box-shadow:0 4px 30px #00000026,inset 0 1px #ffffff1a!important}html body[data-style=glassmorphism] .arco-tooltip-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff!important;background:#111827d9!important;border:1px solid #ffffff1f!important;border-radius:12px!important}html body[data-style=glassmorphism] .arco-input-wrapper,html body[data-style=glassmorphism] .arco-select-view{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26!important;border-radius:12px!important}html body[data-style=glassmorphism] .arco-input-wrapper:focus-within,html body[data-style=glassmorphism] .arco-select-view:focus-within{border-color:#4f46e5!important;box-shadow:0 0 0 3px #6366f133!important}html body[data-style=glassmorphism] .arco-btn{border-radius:12px!important}html body[data-style=glassmorphism] .arco-btn-primary,html body[data-style=glassmorphism] .arco-btn-primary[type=button],html body[data-style=glassmorphism] .arco-btn-primary[type=submit]{background:linear-gradient(135deg,#4f46e5 0%,#8b5cf6 100%)!important;border-color:#0000!important;box-shadow:0 4px 15px #6366f159!important}html body[data-style=glassmorphism] .arco-btn-primary:hover,html body[data-style=glassmorphism] .arco-btn-primary[type=button]:hover,html body[data-style=glassmorphism] .arco-btn-primary[type=submit]:hover{transform:translateY(-1px);background:linear-gradient(135deg,#6e66f7 0%,#9d6bf7 100%)!important;box-shadow:0 6px 20px #6366f173!important}html body[data-style=glassmorphism] .arco-table-th{color:#111827!important;background:#ffffff1f!important;border-color:#ffffff26!important}html body[data-style=glassmorphism] .arco-table-td{border-color:#ffffff1a!important}html body[data-style=glassmorphism] .arco-table-tr:hover .arco-table-td{background:#ffffff1a!important}html body[data-style=glassmorphism] .arco-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26!important;border-radius:8px!important}html body[data-style=glassmorphism] .arco-divider{border-color:#ffffff26!important}html body[data-style=glassmorphism] .arco-progress-line-bar{background:linear-gradient(90deg,#4f46e5,#a855f7)!important}html body[data-style=glassmorphism] .ico-btn:hover,html body[data-style=glassmorphism] .win-btn:hover{background:#ffffff26!important}html body[data-style=glassmorphism] .panel-left,html body[data-style=glassmorphism] .panel-right{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffff1a!important}html body[data-style=glassmorphism] .panel-inner{background:0 0!important}html body[data-style=glassmorphism] .grid-window{background:#ffffff2e!important;border-radius:16px!important}html body[data-style=glassmorphism] .theme-panel__body{background:#ffffff38!important}html body[data-style=glassmorphism] .chat-panel,html body[data-style=glassmorphism] .chat-panel-fs,html body[data-style=glassmorphism] .chat-panel-analysis{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffff1a!important}html body[data-style=glassmorphism] .sidebar,html body[data-style=glassmorphism] .admin-sidebar{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffff1f;border-right-color:#ffffff2e}html body[data-style=glassmorphism] .sidebar-item:hover{background:#ffffff1f}html body[data-style=glassmorphism] .sidebar-item.active{color:#4f46e5;background:#6366f12e}html body[data-style=glassmorphism] .topnav{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffff1f}html body[data-style=glassmorphism] h1,html body[data-style=glassmorphism] h2,html body[data-style=glassmorphism] h3{letter-spacing:-.01em;font-weight:600}html body[data-style=glassmorphism] .arco-btn-primary{font-weight:600}html body[data-style=glassmorphism] :focus-visible{outline-offset:3px;border-radius:8px;outline:2px solid #4f46e5!important}html body[data-style=glassmorphism] ::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-card{background:#ffffff0f!important;border-color:#ffffff1a!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#ffffff08!important;border-color:#ffffff0f!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-popover{background:#ffffff12!important;border-color:#ffffff1a!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#111827!important;background:#ffffffe6!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#ffffff0f!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%)!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#fff!important;background:#ffffff0f!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0f!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#ffffff0a!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:linear-gradient(90deg,#818cf8,#a78bfa)!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#ffffff08!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .admin-sidebar,html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .topnav{background:#ffffff0a;border-color:#ffffff0f}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .sidebar-item:hover{background:#ffffff0f}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .sidebar-item.active{color:#818cf8;background:#818cf824}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .grid-window{background:#ffffff0f!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#ffffff12!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#818cf8!important}html body[data-style=glassmorphism][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}html body[data-style=aurora]{--color-primary-1:#edebfb;--color-primary-2:#d8d3f7;--color-primary-3:#b3a9f0;--color-primary-4:#8f82e8;--color-primary-5:#7a6ae8;--color-primary-6:#6c5ce7;--color-primary:#6c5ce7;--color-primary-light-1:#edebfb;--color-blue-6:#6c5ce7;--color-text-1:#1a1830;--color-text-2:#34324f;--color-text-3:#5c5a78;--color-text-4:#8a88a0;--color-bg-1:#f5f4fa;--color-bg-2:#eceaf5;--color-fill-1:#eceaf5;--color-fill-2:#e2dff0;--color-fill-3:#d6d2e8;--color-border:#6c5ce740;--color-border-1:#e2dff0;--color-border-2:#6c5ce759;--color-danger:#ff2d78;--danger-color:#ff2d78;--color-success:#00c853;--color-warning:#ffb300;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--border-radius-small:6px;--border-radius-medium:10px;--border-radius-large:16px;--elev-ring:0 0 0 1px #ffffffb3;--elev-raised:0 4px 20px #6c5ce71a, 0 0 0 1px #fffc;--elev-raised-hover:0 8px 32px #6c5ce729, 0 0 0 1px #ffffffe6;--shadow-sm:0 2px 8px #6c5ce714;--shadow-md:0 4px 20px #6c5ce71f;--shadow-float:0 8px 40px #6c5ce72e, 0 0 0 1px #ffffffb3;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#6c5ce7;--stat-negative:#ff2d78;--stat-neutral:#6b7280;--stat-highlight:#ffb300;--arcoblue-1:237, 235, 251;--arcoblue-2:216, 211, 247;--arcoblue-3:179, 169, 240;--arcoblue-4:143, 130, 232;--arcoblue-5:122, 106, 232;--arcoblue-6:108, 92, 231;--color-on-primary:#fff;background:#f5f4fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html body[data-style=aurora]:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 15% 20%,#ff2d7814 0%,#0000 35%),radial-gradient(circle at 85% 75%,#00e5ff12 0%,#0000 35%),radial-gradient(circle at 60% 10%,#a78bfa0f 0%,#0000 30%);position:fixed;inset:0}html body[data-style=aurora][arco-theme=dark][arco-theme=dark]{--color-primary-6:#7c6cff;--color-primary:#7c6cff;--color-primary-5:#8f82ff;--color-primary-light-1:#16142e;--color-blue-6:#7c6cff;--color-text-1:#eceaf8;--color-text-2:#c4c0e8;--color-text-3:#8a86b0;--color-text-4:#5c5878;--color-bg-1:#0b0a14;--color-bg-2:#131120;--color-fill-1:#131120;--color-fill-2:#1a1729;--color-fill-3:#232033;--color-border:#ffffff1a;--color-border-1:#1a1729;--color-border-2:#ffffff29;--color-danger:#ff5c9d;--danger-color:#ff5c9d;--color-success:#4de8ff;--color-warning:#ffc94d;--elev-raised:0 4px 24px #0006, 0 0 0 1px #ffffff14;--stat-positive:#7c6cff;--stat-negative:#ff5c9d;--stat-neutral:#eceaf88c;--stat-highlight:#ffc94d;--arcoblue-6:124, 108, 255;--color-on-primary:#0b0a14;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0b0a14}html body[data-style=aurora][arco-theme=dark][arco-theme=dark]:before{background:radial-gradient(circle at 18% 22%,#ff2d7829 0%,#0000 40%),radial-gradient(circle at 82% 78%,#00e5ff21 0%,#0000 40%),radial-gradient(circle at 55% 8%,#a78bfa1a 0%,#0000 35%)}html body[data-style=aurora] .arco-card{-webkit-backdrop-filter:blur(14px)saturate(150%);background:#ffffff8c!important;border:1px solid #ffffffd9!important;border-radius:12px!important;box-shadow:0 4px 20px #6c5ce714,0 0 0 1px #ffffffb3!important}html body[data-style=aurora] .arco-card-hoverable:hover{box-shadow:0 8px 32px #6c5ce724,0 0 0 1px #ffffffe6!important}html body[data-style=aurora] .arco-layout-sider,html body[data-style=aurora] .arco-layout-header{-webkit-backdrop-filter:blur(14px)saturate(150%);background:#ffffff73!important;border-color:#fffc!important}html body[data-style=aurora] .arco-modal,html body[data-style=aurora] .arco-drawer,html body[data-style=aurora] .arco-dropdown-menu,html body[data-style=aurora] .arco-select-dropdown,html body[data-style=aurora] .arco-menu,html body[data-style=aurora] .arco-menu-pop,html body[data-style=aurora] .arco-popover{-webkit-backdrop-filter:blur(20px)saturate(160%);background:#ffffffa6!important;border:1px solid #ffffffd9!important;border-radius:12px!important;box-shadow:0 4px 20px #6c5ce71a,0 0 0 1px #ffffffb3!important}html body[data-style=aurora] .arco-tooltip-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eceaf8!important;background:#1a1830e6!important;border:1px solid #ffffff1a!important;border-radius:8px!important}html body[data-style=aurora] .arco-input-wrapper,html body[data-style=aurora] .arco-select-view{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff9!important;border-radius:8px!important}html body[data-style=aurora] .arco-input-wrapper:focus-within,html body[data-style=aurora] .arco-select-view:focus-within{border-color:#6c5ce7!important;box-shadow:0 0 0 3px #6c5ce72e!important}html body[data-style=aurora] .arco-btn{border-radius:8px!important}html body[data-style=aurora] .arco-btn-primary,html body[data-style=aurora] .arco-btn-primary[type=button],html body[data-style=aurora] .arco-btn-primary[type=submit]{background:linear-gradient(135deg,#6c5ce7 0%,#a78bfa 100%)!important;border-color:#0000!important;box-shadow:0 4px 16px #6c5ce74d!important}html body[data-style=aurora] .arco-btn-primary:hover,html body[data-style=aurora] .arco-btn-primary[type=button]:hover,html body[data-style=aurora] .arco-btn-primary[type=submit]:hover{background:linear-gradient(135deg,#7a6ae8 0%,#b9a6ff 100%)!important;box-shadow:0 6px 22px #6c5ce766!important}html body[data-style=aurora] .arco-table-th{color:#1a1830!important;background:#6c5ce70f!important;border-color:#6c5ce71f!important}html body[data-style=aurora] .arco-table-td{border-color:#6c5ce714!important}html body[data-style=aurora] .arco-table-tr:hover .arco-table-td{background:#6c5ce70a!important}html body[data-style=aurora] .arco-tag{background:#6c5ce714!important;border-radius:6px!important}html body[data-style=aurora] .arco-divider{border-color:#6c5ce71f!important}html body[data-style=aurora] .arco-progress-line-bar{background:linear-gradient(90deg,#6c5ce7,#ff2d78)!important}html body[data-style=aurora] .ico-btn:hover,html body[data-style=aurora] .win-btn:hover{background:#6c5ce70f!important}html body[data-style=aurora] .panel-left,html body[data-style=aurora] .panel-right{-webkit-backdrop-filter:blur(14px)saturate(150%);background:#ffffff73!important}html body[data-style=aurora] .panel-inner{background:0 0!important}html body[data-style=aurora] .grid-window{background:#ffffff8c!important;border-radius:12px!important}html body[data-style=aurora] .theme-panel__body{background:#ffffffa6!important}html body[data-style=aurora] .chat-panel,html body[data-style=aurora] .chat-panel-fs,html body[data-style=aurora] .chat-panel-analysis{-webkit-backdrop-filter:blur(14px)saturate(150%);background:#ffffff73!important}html body[data-style=aurora] .sidebar,html body[data-style=aurora] .admin-sidebar,html body[data-style=aurora] .topnav{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffff73;border-right-color:#ffffffb3}html body[data-style=aurora] .sidebar-item:hover,html body[data-style=aurora] .nav-item:hover{background:#6c5ce714}html body[data-style=aurora] .sidebar-item.active,html body[data-style=aurora] .nav-item.active{color:#6c5ce7;background:#6c5ce71f}html body[data-style=aurora] h1,html body[data-style=aurora] h2,html body[data-style=aurora] h3{letter-spacing:-.02em;font-weight:600}html body[data-style=aurora] .arco-btn-primary{font-weight:600}html body[data-style=aurora] :focus-visible{outline-offset:2px;outline:2px solid #6c5ce7!important}html body[data-style=aurora] ::-webkit-scrollbar-thumb{background:#6c5ce740}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-card{background:#1311208c!important;border-color:#ffffff1a!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#13112099!important;border-color:#ffffff14!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-popover{background:#131120b3!important;border-color:#ffffff1a!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#0b0a14!important;background:#eceaf8eb!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#131120b3!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{background:linear-gradient(135deg,#7c6cff 0%,#b9a6ff 100%)!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#eceaf8!important;background:#7c6cff1a!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0f!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#7c6cff0f!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:linear-gradient(90deg,#7c6cff,#ff5c9d)!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#13112099!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .grid-window{background:#1311208c!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#131120b3!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .admin-sidebar,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .topnav{background:#13112099;border-color:#ffffff14}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .sidebar-item:hover,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .nav-item:hover{background:#7c6cff1a}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .sidebar-item.active,html body[data-style=aurora][arco-theme=dark][arco-theme=dark] .nav-item.active{color:#7c6cff;background:#7c6cff29}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#7c6cff!important}html body[data-style=aurora][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#7c6cff4d}html body[data-style=neumorphism]{--color-primary-1:#eaeeff;--color-primary-2:#d0d9ff;--color-primary-3:#a3b4ff;--color-primary-4:#6e84ff;--color-primary-5:#4d68ff;--color-primary-6:#3d5afe;--color-primary:#3d5afe;--color-primary-light-1:#eaeeff;--color-blue-6:#3d5afe;--color-text-1:#2e3440;--color-text-2:#40464f;--color-text-3:#5e6773;--color-text-4:#8a909c;--color-bg-1:#e0e5ec;--color-bg-2:#d6dbe3;--color-fill-1:#e0e5ec;--color-fill-2:#d6dbe3;--color-fill-3:#c9cfd9;--color-border:transparent;--color-border-1:transparent;--color-border-2:transparent;--color-danger:#ff3d00;--danger-color:#ff3d00;--color-success:#00c853;--color-warning:#ffd600;--radius-xs:10px;--radius-sm:14px;--radius-md:18px;--radius-lg:24px;--border-radius-small:14px;--border-radius-medium:18px;--border-radius-large:24px;--elev-ring:0 0 0 0 transparent;--elev-raised:6px 6px 12px #a3b1c699, -6px -6px 12px #ffffffe6;--elev-raised-hover:8px 8px 16px #a3b1c6a6, -8px -8px 16px #fffffff2;--shadow-sm:4px 4px 8px #a3b1c680, -4px -4px 8px #ffffffd9;--shadow-md:6px 6px 12px #a3b1c699, -6px -6px 12px #ffffffe6;--shadow-float:10px 10px 20px #a3b1c6a6, -10px -10px 20px #fffffff2;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#3d5afe;--stat-negative:#ff3d00;--stat-neutral:#6b7280;--stat-highlight:#ffd600;--arcoblue-1:234, 238, 255;--arcoblue-2:208, 217, 255;--arcoblue-3:163, 180, 255;--arcoblue-4:110, 132, 255;--arcoblue-5:77, 104, 255;--arcoblue-6:61, 90, 254;--color-on-primary:#fff;background:#e0e5ec;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark]{--color-primary-6:#7c9cff;--color-primary:#7c9cff;--color-primary-5:#8fa8ff;--color-primary-light-1:#1a2030;--color-blue-6:#7c9cff;--color-text-1:#e5e9f0;--color-text-2:#c0c8d4;--color-text-3:#8a93a3;--color-text-4:#5e6773;--color-bg-1:#1a1d23;--color-bg-2:#22252d;--color-fill-1:#1a1d23;--color-fill-2:#22252d;--color-fill-3:#2a2e36;--color-border:transparent;--color-border-1:transparent;--color-border-2:transparent;--color-danger:#ff8a65;--danger-color:#ff8a65;--color-success:#69f0ae;--color-warning:#fff59d;--elev-raised:6px 6px 12px #0a0b0ecc, -6px -6px 12px #2e333ccc;--stat-positive:#7c9cff;--stat-negative:#ff8a65;--stat-neutral:#e5e9f08c;--stat-highlight:#fff59d;--arcoblue-6:124, 156, 255;--color-on-primary:#1a1d23;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1a1d23}html body[data-style=neumorphism] .arco-card{background:#e0e5ec!important;border:none!important;border-radius:18px!important;box-shadow:6px 6px 12px #a3b1c699,-6px -6px 12px #ffffffe6!important}html body[data-style=neumorphism] .arco-card-hoverable:hover{box-shadow:8px 8px 16px #a3b1c6a6,-8px -8px 16px #fffffff2!important}html body[data-style=neumorphism] .arco-layout-sider,html body[data-style=neumorphism] .arco-layout-header{background:#d6dbe3!important;border-color:#0000!important}html body[data-style=neumorphism] .arco-modal,html body[data-style=neumorphism] .arco-drawer,html body[data-style=neumorphism] .arco-dropdown-menu,html body[data-style=neumorphism] .arco-select-dropdown,html body[data-style=neumorphism] .arco-menu,html body[data-style=neumorphism] .arco-menu-pop,html body[data-style=neumorphism] .arco-popover{background:#e0e5ec!important;border:none!important;border-radius:18px!important;box-shadow:6px 6px 12px #a3b1c699,-6px -6px 12px #ffffffe6!important}html body[data-style=neumorphism] .arco-tooltip-content{color:#e5e9f0!important;background:#2e3440!important;border-radius:10px!important;box-shadow:4px 4px 10px #a3b1c699,-4px -4px 10px #ffffffe6!important}html body[data-style=neumorphism] .arco-input-wrapper,html body[data-style=neumorphism] .arco-select-view{background:#e0e5ec!important;border-radius:14px!important;box-shadow:inset 4px 4px 8px #a3b1c68c,inset -4px -4px 8px #ffffffe6!important}html body[data-style=neumorphism] .arco-input-wrapper:focus-within,html body[data-style=neumorphism] .arco-select-view:focus-within{box-shadow:inset 2px 2px 6px #a3b1c68c,inset -2px -2px 6px #ffffffe6,0 0 0 2px #3d5afe33!important}html body[data-style=neumorphism] .arco-btn{border:none!important;border-radius:14px!important}html body[data-style=neumorphism] .arco-btn-primary,html body[data-style=neumorphism] .arco-btn-primary[type=button],html body[data-style=neumorphism] .arco-btn-primary[type=submit]{background:#3d5afe!important;border-color:#3d5afe!important;box-shadow:4px 4px 10px #a3b1c699,-4px -4px 10px #ffffffe6!important}html body[data-style=neumorphism] .arco-btn-primary:hover,html body[data-style=neumorphism] .arco-btn-primary[type=button]:hover,html body[data-style=neumorphism] .arco-btn-primary[type=submit]:hover{background:#4d68ff!important;border-color:#4d68ff!important}html body[data-style=neumorphism] .arco-table-th{color:#2e3440!important;background:#d6dbe3!important;border-color:#0000!important}html body[data-style=neumorphism] .arco-table-td{border-color:#2e344014!important}html body[data-style=neumorphism] .arco-table-tr:hover .arco-table-td{background:#d6dbe3!important}html body[data-style=neumorphism] .arco-tag{background:#eaeeff!important;border-radius:10px!important;box-shadow:2px 2px 6px #a3b1c666,-2px -2px 6px #fffc!important}html body[data-style=neumorphism] .arco-divider{border-color:#2e34401a!important}html body[data-style=neumorphism] .arco-progress-line-bar{background:#3d5afe!important;border-radius:10px!important}html body[data-style=neumorphism] .ico-btn:hover,html body[data-style=neumorphism] .win-btn:hover,html body[data-style=neumorphism] .panel-left,html body[data-style=neumorphism] .panel-right{background:#d6dbe3!important}html body[data-style=neumorphism] .panel-inner{background:0 0!important}html body[data-style=neumorphism] .grid-window{background:#e0e5ec!important;border-radius:18px!important}html body[data-style=neumorphism] .theme-panel__body{background:#e0e5ec!important}html body[data-style=neumorphism] .chat-panel,html body[data-style=neumorphism] .chat-panel-fs,html body[data-style=neumorphism] .chat-panel-analysis{background:#d6dbe3!important}html body[data-style=neumorphism] .sidebar,html body[data-style=neumorphism] .admin-sidebar,html body[data-style=neumorphism] .topnav{background:#d6dbe3;border-right-color:#0000}html body[data-style=neumorphism] .sidebar-item:hover,html body[data-style=neumorphism] .nav-item:hover{background:#c9cfd9}html body[data-style=neumorphism] .sidebar-item.active,html body[data-style=neumorphism] .nav-item.active{color:#3d5afe;background:#c9cfd9;box-shadow:inset 2px 2px 6px #a3b1c680,inset -2px -2px 6px #ffffffd9}html body[data-style=neumorphism] h1,html body[data-style=neumorphism] h2,html body[data-style=neumorphism] h3{letter-spacing:-.01em;font-weight:600}html body[data-style=neumorphism] .arco-btn-primary{font-weight:600}html body[data-style=neumorphism] :focus-visible{outline-offset:2px;outline:2px solid #3d5afe!important}html body[data-style=neumorphism] ::-webkit-scrollbar-thumb{background:#5e67734d;border-radius:4px}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-card{background:#1a1d23!important;box-shadow:6px 6px 12px #0a0b0ecc,-6px -6px 12px #2e333ccc!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#22252d!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-popover{background:#1a1d23!important;box-shadow:6px 6px 12px #0a0b0ecc,-6px -6px 12px #2e333ccc!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1a1d23!important;background:#e5e9f0!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#1a1d23!important;box-shadow:inset 4px 4px 8px #0a0b0ecc,inset -4px -4px 8px #2e333ccc!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#1a1d23!important;background:#7c9cff!important;border-color:#7c9cff!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#e5e9f0!important;background:#22252d!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0f!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#22252d!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#7c9cff!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#22252d!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .grid-window,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#1a1d23!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .admin-sidebar,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .topnav{background:#22252d}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .sidebar-item:hover,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .nav-item:hover{background:#2a2e36}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .sidebar-item.active,html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] .nav-item.active{color:#7c9cff;background:#2a2e36}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#7c9cff!important}html body[data-style=neumorphism][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#8a93a359}html body[data-style=cyberpunk]{--color-primary-1:#fde7f3;--color-primary-2:#fbc3e3;--color-primary-3:#f78bc8;--color-primary-4:#ef52a4;--color-primary-5:#d91e8a;--color-primary-6:#c8006e;--color-primary:#c8006e;--color-primary-light-1:#fde7f3;--color-blue-6:#c8006e;--color-text-1:#141419;--color-text-2:#2e2e36;--color-text-3:#4a4a55;--color-text-4:#6e6e78;--color-bg-1:#fafafc;--color-bg-2:#efeff4;--color-fill-1:#efeff4;--color-fill-2:#e4e4eb;--color-fill-3:#d6d6e0;--color-border:#c8006e40;--color-border-1:#e4e4eb;--color-border-2:#c8006e66;--color-danger:#d32f2f;--danger-color:#d32f2f;--color-success:#00c853;--color-warning:#ffb300;--radius-xs:2px;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--border-radius-small:4px;--border-radius-medium:6px;--border-radius-large:10px;--elev-ring:0 0 0 1px #c8006e59;--elev-raised:0 0 12px #c8006e2e, 0 0 0 1px #c8006e40;--elev-raised-hover:0 0 20px #00fff033, 0 0 0 1px #00fff04d;--shadow-sm:0 0 8px #c8006e26;--shadow-md:0 0 12px #c8006e2e;--shadow-float:0 0 24px #c8006e40, 0 0 0 1px #c8006e4d;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"JetBrains Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#c8006e;--stat-negative:#d32f2f;--stat-neutral:#6b7280;--stat-highlight:#ffb300;--arcoblue-1:253, 231, 243;--arcoblue-2:251, 195, 227;--arcoblue-3:247, 139, 200;--arcoblue-4:239, 82, 164;--arcoblue-5:217, 30, 138;--arcoblue-6:200, 0, 110;--color-on-primary:#fff;background:#fafafc;font-family:Chakra Petch,Rajdhani,Orbitron,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html body[data-style=cyberpunk]:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 30%,#c8006e0f 0%,#0000 30%),radial-gradient(circle at 90% 70%,#00fff00d 0%,#0000 30%);position:fixed;inset:0}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark]{--color-primary-6:#ff2d95;--color-primary:#ff2d95;--color-primary-5:#ff5cad;--color-primary-light-1:#1a0a14;--color-blue-6:#ff2d95;--color-text-1:#f0f0f5;--color-text-2:#c4c4d0;--color-text-3:#8a8a98;--color-text-4:#5c5c68;--color-bg-1:#0a0a0f;--color-bg-2:#121218;--color-fill-1:#121218;--color-fill-2:#1a1a22;--color-fill-3:#242430;--color-border:#ff2d954d;--color-border-1:#1a1a22;--color-border-2:#00fff04d;--color-danger:#ff6e6e;--danger-color:#ff6e6e;--color-success:#39ff14;--color-warning:#ffe14d;--elev-raised:0 0 16px #ff2d9540, 0 0 0 1px #ff2d954d;--stat-positive:#ff5cad;--stat-negative:#ff6e6e;--stat-neutral:#f0f0f58c;--stat-highlight:#ffe14d;--arcoblue-6:255, 45, 149;--color-on-primary:#0a0a0f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0a0a0f}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark]:before{background:radial-gradient(circle at 12% 28%,#ff2d9524 0%,#0000 35%),radial-gradient(circle at 88% 72%,#00fff01a 0%,#0000 35%),radial-gradient(circle at 50% 90%,#b14fff14 0%,#0000 30%)}html body[data-style=cyberpunk] .arco-card{background:#ffffffa6!important;border:1px solid #c8006e40!important;border-radius:6px!important;box-shadow:0 0 12px #c8006e1f,0 0 0 1px #c8006e26!important}html body[data-style=cyberpunk] .arco-card-hoverable:hover{box-shadow:0 0 20px #00fff026,0 0 0 1px #00fff040!important}html body[data-style=cyberpunk] .arco-layout-sider,html body[data-style=cyberpunk] .arco-layout-header{background:#efeff4!important;border-color:#c8006e33!important}html body[data-style=cyberpunk] .arco-modal,html body[data-style=cyberpunk] .arco-drawer,html body[data-style=cyberpunk] .arco-dropdown-menu,html body[data-style=cyberpunk] .arco-select-dropdown,html body[data-style=cyberpunk] .arco-menu,html body[data-style=cyberpunk] .arco-menu-pop,html body[data-style=cyberpunk] .arco-popover{background:#fffc!important;border:1px solid #c8006e40!important;border-radius:6px!important;box-shadow:0 0 12px #c8006e1f,0 0 0 1px #c8006e33!important}html body[data-style=cyberpunk] .arco-tooltip-content{color:#f0f0f5!important;background:#141419!important;border:1px solid #ff2d954d!important;border-radius:4px!important}html body[data-style=cyberpunk] .arco-input-wrapper,html body[data-style=cyberpunk] .arco-select-view{background:#ffffffb3!important;border-radius:4px!important}html body[data-style=cyberpunk] .arco-input-wrapper:focus-within,html body[data-style=cyberpunk] .arco-select-view:focus-within{border-color:#c8006e!important;box-shadow:0 0 0 2px #c8006e40,0 0 12px #c8006e33!important}html body[data-style=cyberpunk] .arco-btn{border-radius:4px!important}html body[data-style=cyberpunk] .arco-btn-primary,html body[data-style=cyberpunk] .arco-btn-primary[type=button],html body[data-style=cyberpunk] .arco-btn-primary[type=submit]{background:#c8006e!important;border-color:#c8006e!important;box-shadow:0 0 12px #c8006e59!important}html body[data-style=cyberpunk] .arco-btn-primary:hover,html body[data-style=cyberpunk] .arco-btn-primary[type=button]:hover,html body[data-style=cyberpunk] .arco-btn-primary[type=submit]:hover{background:#d91e8a!important;border-color:#d91e8a!important;box-shadow:0 0 20px #ff2d9573!important}html body[data-style=cyberpunk] .arco-table-th{color:#f0f0f5!important;background:#141419!important;border-color:#141419!important}html body[data-style=cyberpunk] .arco-table-td{border-color:#c8006e1f!important}html body[data-style=cyberpunk] .arco-table-tr:hover .arco-table-td{background:#c8006e0a!important}html body[data-style=cyberpunk] .arco-tag{background:#fde7f3!important;border-radius:4px!important}html body[data-style=cyberpunk] .arco-divider{border-color:#c8006e26!important}html body[data-style=cyberpunk] .arco-progress-line-bar{background:linear-gradient(90deg,#c8006e,#00fff0)!important}html body[data-style=cyberpunk] .ico-btn:hover,html body[data-style=cyberpunk] .win-btn:hover{background:#e4e4eb!important}html body[data-style=cyberpunk] .panel-left,html body[data-style=cyberpunk] .panel-right{background:#efeff4!important}html body[data-style=cyberpunk] .panel-inner{background:0 0!important}html body[data-style=cyberpunk] .grid-window{background:#ffffffa6!important;border-radius:6px!important}html body[data-style=cyberpunk] .theme-panel__body{background:#fffc!important}html body[data-style=cyberpunk] .chat-panel,html body[data-style=cyberpunk] .chat-panel-fs,html body[data-style=cyberpunk] .chat-panel-analysis{background:#efeff4!important}html body[data-style=cyberpunk] .sidebar,html body[data-style=cyberpunk] .admin-sidebar,html body[data-style=cyberpunk] .topnav{-webkit-backdrop-filter:blur(12px);background:#ffffff8c;border-right-color:#c8006e26}html body[data-style=cyberpunk] .sidebar-item:hover,html body[data-style=cyberpunk] .nav-item:hover{background:#c8006e14}html body[data-style=cyberpunk] .sidebar-item.active,html body[data-style=cyberpunk] .nav-item.active{color:#c8006e;background:#c8006e1f}html body[data-style=cyberpunk] h1,html body[data-style=cyberpunk] h2,html body[data-style=cyberpunk] h3{letter-spacing:.02em;font-weight:700}html body[data-style=cyberpunk] .arco-btn-primary{letter-spacing:.03em;font-weight:700}html body[data-style=cyberpunk] :focus-visible{outline-offset:2px;outline:2px solid #c8006e!important}html body[data-style=cyberpunk] ::-webkit-scrollbar-thumb{background:#c8006e40}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-card{background:#121218b3!important;border-color:#ff2d9540!important;box-shadow:0 0 16px #ff2d9526,0 0 0 1px #ff2d9533!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-layout-header{background:#121218bf!important;border-color:#ff2d9533!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-popover{background:#121218d9!important;border-color:#ff2d9540!important;box-shadow:0 0 16px #ff2d9526!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#0a0a0f!important;background:#f0f0f5f2!important;border-color:#ff2d9566!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#121218cc!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#0a0a0f!important;background:#ff2d95!important;border-color:#ff2d95!important;box-shadow:0 0 20px #ff2d9573!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#0a0a0f!important;background:#ff2d95!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ff2d9526!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#ff2d950d!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:linear-gradient(90deg,#ff2d95,#00fff0)!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{background:#121218bf!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .grid-window{background:#121218b3!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#121218d9!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .admin-sidebar,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .topnav{background:#121218cc;border-color:#ff2d9526}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .sidebar-item:hover,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .nav-item:hover{background:#ff2d951a}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .sidebar-item.active,html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] .nav-item.active{color:#ff5cad;background:#ff2d9526}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#ff2d95!important}html body[data-style=cyberpunk][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ff2d954d}html body[data-style=frosted-dark]{--color-primary-1:#e8eef9;--color-primary-2:#c8d8f2;--color-primary-3:#93b3e8;--color-primary-4:#5c8edd;--color-primary-5:#447bd8;--color-primary-6:#3b6fd4;--color-primary:#3b6fd4;--color-primary-light-1:#e8eef9;--color-blue-6:#3b6fd4;--color-text-1:#1a1a1e;--color-text-2:#3a3a42;--color-text-3:#5a5a60;--color-text-4:#80808a;--color-bg-1:#f2f2f4;--color-bg-2:#e8e8ec;--color-fill-1:#e8e8ec;--color-fill-2:#dedee4;--color-fill-3:#d2d2da;--color-border:#c8c8d2;--color-border-1:#dedee4;--color-border-2:#b4b4c0;--color-danger:#e53935;--danger-color:#e53935;--color-success:#1db954;--color-warning:#ff9800;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--border-radius-small:3px;--border-radius-medium:4px;--border-radius-large:6px;--elev-ring:0 0 0 1px #3b6fd433;--elev-raised:0 1px 2px #1a1a1e1f;--elev-raised-hover:0 2px 6px #1a1a1e29;--shadow-sm:0 1px 1px #1a1a1e14;--shadow-md:0 1px 3px #1a1a1e1f;--shadow-float:0 4px 16px #1a1a1e2e;--ease-standard:cubic-bezier(.4, 0, .2, 1);--font-mono:"JetBrains Mono", "SF Mono", "Cascadia Code", ui-monospace, monospace;--stat-positive:#3b6fd4;--stat-negative:#e53935;--stat-neutral:#6b7280;--stat-highlight:#ff9800;--arcoblue-1:232, 238, 249;--arcoblue-2:200, 216, 242;--arcoblue-3:147, 179, 232;--arcoblue-4:92, 142, 221;--arcoblue-5:68, 123, 216;--arcoblue-6:59, 111, 212;--color-on-primary:#fff;background:#f2f2f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark]{--color-primary-6:#5b8def;--color-primary:#5b8def;--color-primary-5:#6e9cf2;--color-primary-light-1:#101b2e;--color-blue-6:#5b8def;--color-text-1:#ececef;--color-text-2:#c8c8ce;--color-text-3:#8a8a94;--color-text-4:#5c5c66;--color-bg-1:#1a1a1e;--color-bg-2:#222226;--color-fill-1:#222226;--color-fill-2:#2a2a30;--color-fill-3:#33333a;--color-border:#3a3a42;--color-border-1:#2a2a30;--color-border-2:#4a4a54;--color-danger:#ff7043;--danger-color:#ff7043;--color-success:#34c77b;--color-warning:#ffb74d;--elev-raised:0 1px 3px #0006;--stat-positive:#5b8def;--stat-negative:#ff7043;--stat-neutral:#ececef8c;--stat-highlight:#ffb74d;--arcoblue-6:91, 141, 239;--color-on-primary:#0d1117;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1a1a1e}html body[data-style=frosted-dark] .arco-card{background:#fff!important;border:1px solid #c8c8d2!important;border-radius:4px!important;box-shadow:0 1px 2px #1a1a1e1a!important}html body[data-style=frosted-dark] .arco-card-hoverable:hover{box-shadow:0 2px 6px #1a1a1e24!important}html body[data-style=frosted-dark] .arco-layout-sider,html body[data-style=frosted-dark] .arco-layout-header{background:#e8e8ec!important;border-color:#c8c8d2!important}html body[data-style=frosted-dark] .arco-modal,html body[data-style=frosted-dark] .arco-drawer,html body[data-style=frosted-dark] .arco-dropdown-menu,html body[data-style=frosted-dark] .arco-select-dropdown,html body[data-style=frosted-dark] .arco-menu,html body[data-style=frosted-dark] .arco-menu-pop,html body[data-style=frosted-dark] .arco-popover{background:#fff!important;border:1px solid #c8c8d2!important;border-radius:4px!important;box-shadow:0 1px 3px #1a1a1e1f!important}html body[data-style=frosted-dark] .arco-tooltip-content{color:#ececef!important;background:#1a1a1e!important;border-radius:3px!important}html body[data-style=frosted-dark] .arco-input-wrapper,html body[data-style=frosted-dark] .arco-select-view{background:#fff!important;border-radius:3px!important}html body[data-style=frosted-dark] .arco-input-wrapper:focus-within,html body[data-style=frosted-dark] .arco-select-view:focus-within{border-color:#3b6fd4!important;box-shadow:0 0 0 2px #3b6fd433!important}html body[data-style=frosted-dark] .arco-btn{border-radius:3px!important}html body[data-style=frosted-dark] .arco-btn-primary,html body[data-style=frosted-dark] .arco-btn-primary[type=button],html body[data-style=frosted-dark] .arco-btn-primary[type=submit]{background:#3b6fd4!important;border-color:#3b6fd4!important}html body[data-style=frosted-dark] .arco-btn-primary:hover,html body[data-style=frosted-dark] .arco-btn-primary[type=button]:hover,html body[data-style=frosted-dark] .arco-btn-primary[type=submit]:hover{background:#447bd8!important;border-color:#447bd8!important}html body[data-style=frosted-dark] .arco-table-th{color:#1a1a1e!important;background:#e8e8ec!important;border-color:#c8c8d2!important}html body[data-style=frosted-dark] .arco-table-td{border-color:#dedee4!important}html body[data-style=frosted-dark] .arco-table-tr:hover .arco-table-td{background:#e8e8ec!important}html body[data-style=frosted-dark] .arco-tag{background:#e8eef9!important;border-radius:2px!important}html body[data-style=frosted-dark] .arco-divider{border-color:#c8c8d2!important}html body[data-style=frosted-dark] .arco-progress-line-bar{background:#3b6fd4!important}html body[data-style=frosted-dark] .ico-btn:hover,html body[data-style=frosted-dark] .win-btn:hover{background:#dedee4!important}html body[data-style=frosted-dark] .panel-left,html body[data-style=frosted-dark] .panel-right{background:#e8e8ec!important}html body[data-style=frosted-dark] .panel-inner{background:0 0!important}html body[data-style=frosted-dark] .grid-window{background:#fff!important;border-radius:4px!important}html body[data-style=frosted-dark] .theme-panel__body{background:#fff!important}html body[data-style=frosted-dark] .chat-panel,html body[data-style=frosted-dark] .chat-panel-fs,html body[data-style=frosted-dark] .chat-panel-analysis{background:#e8e8ec!important}html body[data-style=frosted-dark] .sidebar,html body[data-style=frosted-dark] .admin-sidebar,html body[data-style=frosted-dark] .topnav{background:#e8e8ec;border-right-color:#c8c8d2}html body[data-style=frosted-dark] .sidebar-item:hover,html body[data-style=frosted-dark] .nav-item:hover{background:#dedee4}html body[data-style=frosted-dark] .sidebar-item.active,html body[data-style=frosted-dark] .nav-item.active{color:#3b6fd4;background:#3b6fd41a}html body[data-style=frosted-dark] h1,html body[data-style=frosted-dark] h2,html body[data-style=frosted-dark] h3,html body[data-style=frosted-dark] .arco-btn-primary{font-weight:600}html body[data-style=frosted-dark] :focus-visible{outline-offset:2px;outline:2px solid #3b6fd4!important}html body[data-style=frosted-dark] ::-webkit-scrollbar-thumb{background:#1a1a1e38}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-card{-webkit-backdrop-filter:blur(12px);background:#ffffff14!important;border-color:#ffffff0f!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-layout-sider,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-layout-header{-webkit-backdrop-filter:blur(12px);background:#ffffff0a!important;border-color:#ffffff0d!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-modal,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-drawer,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-dropdown-menu,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-select-dropdown,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-menu,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-popover{-webkit-backdrop-filter:blur(16px);background:#222226d9!important;border-color:#ffffff0f!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-tooltip-content{color:#1a1a1e!important;background:#ececeff2!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-input-wrapper,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-select-view{background:#ffffff0f!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-btn-primary,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=button],html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-btn-primary[type=submit]{color:#0d1117!important;background:#5b8def!important;border-color:#5b8def!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-table-th{color:#ececef!important;background:#ffffff0d!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-table-td{border-color:#ffffff0d!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-table-tr:hover .arco-table-td{background:#ffffff08!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .arco-progress-line-bar{background:#5b8def!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .panel-left,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .panel-right,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .chat-panel,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .chat-panel-fs,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .chat-panel-analysis{-webkit-backdrop-filter:blur(12px);background:#ffffff0a!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .grid-window{-webkit-backdrop-filter:blur(12px);background:#ffffff14!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .theme-panel__body{background:#222226d9!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .sidebar,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .admin-sidebar,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .topnav{background:#ffffff0a;border-color:#ffffff0d}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .sidebar-item:hover,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .nav-item:hover{background:#ffffff0f}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .sidebar-item.active,html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] .nav-item.active{color:#5b8def;background:#5b8def24}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] :focus-visible{outline-color:#5b8def!important}html body[data-style=frosted-dark][arco-theme=dark][arco-theme=dark] ::-webkit-scrollbar-thumb{background:#ececef33}.lg-panes[data-v-e491cdaf]{z-index:-1;pointer-events:none;background:#f5f2ed;position:fixed;inset:0;overflow:hidden}.lg-pane[data-v-e491cdaf]{will-change:transform;border:1px solid #ffffff80;position:absolute;box-shadow:inset 0 1px #ffffff59,inset 0 -8px 24px #ffffff1f,0 24px 60px #8ca0be1a}.p1[data-v-e491cdaf]{background:linear-gradient(140deg,#4a90e266,#4a90e21a 70%);border-radius:42% 58% 55% 45%/52% 45% 55% 48%;width:54vw;height:58vh;top:-6%;left:-8%}.p2[data-v-e491cdaf]{background:linear-gradient(210deg,#7b68ee5c,#7b68ee17 70%);border-radius:55% 45% 48% 52%/46% 54%;width:46vw;height:54vh;top:0;right:-7%}.p3[data-v-e491cdaf]{background:linear-gradient(320deg,#f2a2c052,#f2a2c014 70%);border-radius:48% 52% 58% 42%/54% 46% 52% 48%;width:42vw;height:48vh;bottom:-10%;right:4%}.p4[data-v-e491cdaf]{background:linear-gradient(40deg,#4a90e247,#4a90e212 70%);border-radius:52% 48% 44% 56%/48% 52% 56% 44%;width:38vw;height:44vh;bottom:-8%;left:-5%}.p5[data-v-e491cdaf]{background:linear-gradient(160deg,#a78bfa47,#a78bfa0f 70%);border-radius:45% 55% 60% 40%/50% 46% 54% 50%;width:28vw;height:32vh;top:-6%;left:30%}.p6[data-v-e491cdaf]{background:linear-gradient(300deg,#f4b6cd3d,#f4b6cd0d 70%);border-radius:58% 42% 48% 52%/46% 58% 42% 54%;width:24vw;height:28vh;bottom:4%;right:22%}.p7[data-v-e491cdaf]{background:linear-gradient(220deg,#5aaaff38,#5aaaff0d 70%);border-radius:50% 50% 46% 54%/52% 48%;width:16vw;height:20vh;top:36%;left:42%}@keyframes lg-drift-a-e491cdaf{0%,to{transform:translate(0,0)rotate(0)scale(1)}25%{transform:translate(2.2vw,1.4vh)rotate(1.2deg)scale(1.015)}50%{transform:translate(-1.6vw,2vh)rotate(-.8deg)scale(.99)}75%{transform:translate(1.8vw,-1.2vh)rotate(.8deg)scale(1.01)}}@keyframes lg-drift-b-e491cdaf{0%,to{transform:translate(0,0)rotate(0)scale(1)}25%{transform:translate(-1.8vw,1.6vh)rotate(-1deg)scale(.995)}50%{transform:translate(2vw,-1.2vh)rotate(1.1deg)scale(1.02)}75%{transform:translate(-1.2vw,-1.8vh)rotate(-.6deg)scale(.99)}}.p1[data-v-e491cdaf]{animation:72s linear infinite lg-drift-a-e491cdaf}.p2[data-v-e491cdaf]{animation:84s linear -21s infinite lg-drift-b-e491cdaf}.p3[data-v-e491cdaf]{animation:96s linear -48s infinite lg-drift-a-e491cdaf}.p4[data-v-e491cdaf]{animation:78s linear -39s infinite lg-drift-b-e491cdaf}.p5[data-v-e491cdaf]{animation:66s linear -16s infinite lg-drift-a-e491cdaf}.p6[data-v-e491cdaf]{animation:90s linear -64s infinite lg-drift-b-e491cdaf}.p7[data-v-e491cdaf]{animation:74s linear -28s infinite lg-drift-a-e491cdaf}body[arco-theme=dark] .lg-panes[data-v-e491cdaf]{background:#1c1c1e}body[arco-theme=dark] .lg-pane[data-v-e491cdaf]{border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff26,inset 0 -8px 24px #ffffff0d,0 24px 60px #00000059}body[arco-theme=dark] .p1[data-v-e491cdaf]{background:linear-gradient(140deg,#26508c52,#26508c14 70%)}body[arco-theme=dark] .p2[data-v-e491cdaf]{background:linear-gradient(210deg,#4a40a04d,#4a40a012 70%)}body[arco-theme=dark] .p3[data-v-e491cdaf]{background:linear-gradient(320deg,#a0587a42,#a0587a0f 70%)}body[arco-theme=dark] .p4[data-v-e491cdaf]{background:linear-gradient(40deg,#26508c3d,#26508c0f 70%)}body[arco-theme=dark] .p5[data-v-e491cdaf]{background:linear-gradient(160deg,#6854b442,#6854b40f 70%)}body[arco-theme=dark] .p6[data-v-e491cdaf]{background:linear-gradient(300deg,#aa668438,#aa66840d 70%)}body[arco-theme=dark] .p7[data-v-e491cdaf]{background:linear-gradient(220deg,#306ebe38,#306ebe0d 70%)}@media (prefers-reduced-motion:reduce){.lg-pane[data-v-e491cdaf]{animation:none}}@media (prefers-reduced-transparency:reduce){.lg-pane[data-v-e491cdaf]{display:none}}#app{width:100%;height:100vh;margin:0;padding:0}.global-banner{z-index:999;justify-content:center;align-items:center;gap:12px;padding:8px 16px;font-size:13px;display:flex;position:sticky;top:0}.global-banner.info{background:var(--color-primary-light-1);color:var(--color-primary-6);border-bottom:1px solid var(--color-primary-3)}.global-banner.warning{background:var(--color-warning-1);color:var(--color-warning-6);border-bottom:1px solid var(--color-warning-3)}.global-banner.maintenance{background:var(--color-danger-1);color:var(--color-danger-6);border-bottom:1px solid var(--color-danger-3)}.banner-text{text-align:center;flex:1}.banner-close{cursor:pointer;opacity:.6;color:inherit;background:0 0;border:none;font-size:18px}.banner-close:hover{opacity:1}.route-enter-active,.route-leave-active{transition:opacity .2s}.route-enter-from,.route-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){.route-enter-active,.route-leave-active{transition:none}}
