*{box-sizing:border-box;margin:0;padding:0}:root{--stratos-primary:#5e6ad2;--stratos-primary-hover:#6c78db;--stratos-primary-active:#525dc4;--stratos-primary-bg:#5e6ad214;--stratos-primary-subtle:#5e6ad20d;--stratos-primary-gradient:linear-gradient(135deg, #5e6ad2, #7c6fe5);--stratos-success:#10b981;--stratos-success-bg:#10b98114;--stratos-warning:#f59e0b;--stratos-warning-bg:#f59e0b14;--stratos-error:#ef4444;--stratos-error-bg:#ef444414;--stratos-info:#3b82f6;--stratos-info-bg:#3b82f614;--stratos-bg:#fafafa;--stratos-surface:#fff;--stratos-surface-raised:#fff;--stratos-surface-overlay:#fff;--stratos-surface-sunken:#f5f5f5;--stratos-text-primary:#1a1a2e;--stratos-text-secondary:#6b7280;--stratos-text-muted:#9ca3af;--stratos-text-disabled:#d1d5db;--stratos-text-inverse:#fff;--stratos-border:#0000000f;--stratos-border-strong:#0000001a;--stratos-border-subtle:#0000000a;--stratos-sidebar-bg:linear-gradient(180deg, #1a1840 0%, #2d2b55 100%);--stratos-sidebar-text:#fff9;--stratos-sidebar-text-active:#fff;--stratos-sidebar-hover:#ffffff12;--stratos-sidebar-selected:#ffffff1c;--stratos-sidebar-accent:#5e6ad2;--stratos-sidebar-border:#ffffff0f;--stratos-header-bg:#fff;--stratos-header-border:#0000000f;--stratos-header-text:#1a1a2e;--stratos-header-icon:#6b7280;--stratos-shadow-xs:0 1px 2px #0000000a;--stratos-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--stratos-shadow-md:0 4px 12px #00000014;--stratos-shadow-lg:0 8px 24px #0000001f;--stratos-shadow-primary:0 4px 14px #5e6ad240;--stratos-radius-xs:4px;--stratos-radius-sm:6px;--stratos-radius-md:8px;--stratos-radius-lg:12px;--stratos-radius-xl:16px;--stratos-space-xs:4px;--stratos-space-sm:8px;--stratos-space-md:16px;--stratos-space-lg:24px;--stratos-space-xl:32px;--stratos-space-2xl:48px;--stratos-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--stratos-font-mono:"JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--stratos-transition-fast:.15s ease;--stratos-transition-base:.2s ease;--stratos-transition-slow:.3s cubic-bezier(.4, 0, .2, 1);--stratos-scrollbar-thumb:#d4d8dd;--stratos-scrollbar-hover:#a8adb5;--stratos-table-header-bg:#f9fafb;--stratos-table-header-text:#4b5563;--stratos-table-border:#f3f4f6;--stratos-table-hover:var(--stratos-primary-subtle);--stratos-table-row-text:#1f2937}[data-theme=dark]{--stratos-primary:#7c83e8;--stratos-primary-hover:#8b91ee;--stratos-primary-active:#6c73d9;--stratos-primary-bg:#7c83e81a;--stratos-primary-subtle:#7c83e80f;--stratos-primary-gradient:linear-gradient(135deg, #7c83e8, #9b8fef);--stratos-success:#34d399;--stratos-success-bg:#34d3991a;--stratos-warning:#fbbf24;--stratos-warning-bg:#fbbf241a;--stratos-error:#f87171;--stratos-error-bg:#f871711a;--stratos-info:#60a5fa;--stratos-info-bg:#60a5fa1a;--stratos-bg:#0a0a0f;--stratos-surface:#16161f;--stratos-surface-raised:#1e1e2a;--stratos-surface-overlay:#232330;--stratos-surface-sunken:#12121a;--stratos-text-primary:#ffffffeb;--stratos-text-secondary:#ffffff8f;--stratos-text-muted:#ffffff61;--stratos-text-disabled:#fff3;--stratos-text-inverse:#1a1a2e;--stratos-border:#ffffff14;--stratos-border-strong:#ffffff24;--stratos-border-subtle:#ffffff0a;--stratos-sidebar-bg:linear-gradient(180deg, #13112e 0%, #1e1b45 100%);--stratos-sidebar-text:#ffffff8c;--stratos-sidebar-text-active:#fff;--stratos-sidebar-hover:#ffffff0f;--stratos-sidebar-selected:#ffffff1a;--stratos-sidebar-accent:#7c83e8;--stratos-sidebar-border:#ffffff0d;--stratos-header-bg:#16161f;--stratos-header-border:#ffffff0f;--stratos-header-text:#ffffffeb;--stratos-header-icon:#ffffff80;--stratos-shadow-xs:0 1px 2px #0003;--stratos-shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--stratos-shadow-md:0 4px 12px #0006;--stratos-shadow-lg:0 8px 24px #00000080;--stratos-shadow-primary:0 4px 14px #7c83e833;--stratos-scrollbar-thumb:#3a3a4a;--stratos-scrollbar-hover:#52526a;--stratos-table-header-bg:#1a1a26;--stratos-table-header-text:#ffffff8f;--stratos-table-border:#ffffff0f;--stratos-table-hover:var(--stratos-primary-subtle);--stratos-table-row-text:#ffffffd9}html{transition:background-color var(--stratos-transition-slow), color var(--stratos-transition-slow)}body{font-family:var(--stratos-font);background:var(--stratos-bg);color:var(--stratos-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--stratos-transition-slow), color var(--stratos-transition-slow)}#root{width:100%;max-width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--stratos-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--stratos-scrollbar-hover)}::-webkit-scrollbar-track{background:0 0}*{scrollbar-width:thin;scrollbar-color:var(--stratos-scrollbar-thumb) transparent}.ant-card{background:var(--stratos-surface)!important;border-radius:var(--stratos-radius-lg)!important;box-shadow:var(--stratos-shadow-xs)!important;border:1px solid var(--stratos-border)!important;transition:box-shadow var(--stratos-transition-base), transform var(--stratos-transition-base), background var(--stratos-transition-slow), border-color var(--stratos-transition-slow)!important}.ant-card:hover{box-shadow:var(--stratos-shadow-md)!important}.ant-card-bordered{border-color:var(--stratos-border)!important}.ant-card-head{border-bottom-color:var(--stratos-border)!important;color:var(--stratos-text-primary)!important}.ant-card-head-title,.ant-card-body{color:var(--stratos-text-primary)!important}.ant-btn-primary{border-radius:var(--stratos-radius-sm);box-shadow:var(--stratos-shadow-primary);font-weight:500;background:var(--stratos-primary)!important;border-color:var(--stratos-primary)!important;transition:all var(--stratos-transition-base)!important}.ant-btn-primary:hover{background:var(--stratos-primary-hover)!important;border-color:var(--stratos-primary-hover)!important}.ant-btn-default{border-radius:var(--stratos-radius-sm);background:var(--stratos-surface)!important;border-color:var(--stratos-border-strong)!important;color:var(--stratos-text-primary)!important;transition:all var(--stratos-transition-base)!important}.ant-btn-default:hover{border-color:var(--stratos-primary)!important;color:var(--stratos-primary)!important}.ant-btn-text{color:var(--stratos-text-secondary)!important}.ant-btn-text:hover{color:var(--stratos-primary)!important;background:var(--stratos-primary-bg)!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{background:var(--stratos-surface)!important;border-color:var(--stratos-border-strong)!important;color:var(--stratos-text-primary)!important;border-radius:var(--stratos-radius-sm)!important;transition:border-color var(--stratos-transition-base), box-shadow var(--stratos-transition-base)!important}.ant-input::placeholder,.ant-input-affix-wrapper .ant-input::placeholder{color:var(--stratos-text-muted)!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--stratos-primary)!important;box-shadow:0 0 0 3px var(--stratos-primary-bg)!important}.ant-table{background:var(--stratos-surface)!important;border-radius:var(--stratos-radius-lg)!important;color:var(--stratos-table-row-text)!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{background:var(--stratos-table-header-bg)!important;color:var(--stratos-table-header-text)!important;border-bottom:1px solid var(--stratos-table-border)!important;transition:background var(--stratos-transition-slow), color var(--stratos-transition-slow)!important;font-size:13px!important;font-weight:600!important}.ant-table-tbody>tr>td{font-size:13px;border-bottom:1px solid var(--stratos-table-border)!important;color:var(--stratos-table-row-text)!important;transition:background var(--stratos-transition-fast), color var(--stratos-transition-slow)!important}.ant-table-tbody>tr:hover>td{background:var(--stratos-table-hover)!important}.ant-table-container{border-radius:var(--stratos-radius-lg);border:1px solid var(--stratos-border);overflow:hidden}.ant-form-item-label>label{font-size:13px;font-weight:600;color:var(--stratos-text-primary)!important}.ant-modal-content{background:var(--stratos-surface-overlay)!important;border-radius:var(--stratos-radius-xl)!important;box-shadow:var(--stratos-shadow-lg)!important;color:var(--stratos-text-primary)!important}.ant-modal-header{background:var(--stratos-surface-overlay)!important;border-bottom:1px solid var(--stratos-border)!important}.ant-modal-title{color:var(--stratos-text-primary)!important}.ant-modal-close-x{color:var(--stratos-text-muted)!important}.ant-tag{border-radius:var(--stratos-radius-sm);font-weight:500}.ant-dropdown-menu{background:var(--stratos-surface-overlay)!important;border-radius:var(--stratos-radius-lg)!important;box-shadow:var(--stratos-shadow-md)!important;border:1px solid var(--stratos-border)!important;padding:4px!important}.ant-dropdown-menu-item{border-radius:var(--stratos-radius-sm);color:var(--stratos-text-primary)!important;transition:background var(--stratos-transition-fast)!important}.ant-dropdown-menu-item:hover{background:var(--stratos-primary-bg)!important}.ant-tooltip-inner{border-radius:var(--stratos-radius-sm)!important;background:var(--stratos-surface-overlay)!important;color:var(--stratos-text-primary)!important;border:1px solid var(--stratos-border)!important;box-shadow:var(--stratos-shadow-md)!important;font-size:12px!important}.ant-typography{color:var(--stratos-text-primary)!important}.ant-typography-secondary{color:var(--stratos-text-secondary)!important}.ant-typography-text-disabled{color:var(--stratos-text-disabled)!important}.ant-statistic-title{color:var(--stratos-text-secondary)!important}.ant-statistic-content{color:var(--stratos-text-primary)!important}.ant-pagination-item{background:var(--stratos-surface)!important;border-color:var(--stratos-border-strong)!important}.ant-pagination-item a{color:var(--stratos-text-primary)!important}.ant-pagination-item-active{background:var(--stratos-primary)!important;border-color:var(--stratos-primary)!important}.ant-pagination-item-active a{color:#fff!important}.ant-empty-description{color:var(--stratos-text-muted)!important}.ant-divider{border-color:var(--stratos-border)!important}.ant-collapse-content-box{padding:16px!important}.ant-collapse{background:var(--stratos-surface)!important;border-color:var(--stratos-border)!important}.ant-collapse-header{color:var(--stratos-text-primary)!important}.ant-collapse-content{background:var(--stratos-surface)!important;border-top-color:var(--stratos-border)!important}.ant-steps-item-description{font-size:12px!important}.ant-select-dropdown{background:var(--stratos-surface-overlay)!important;border:1px solid var(--stratos-border)!important;box-shadow:var(--stratos-shadow-md)!important}.ant-select-item{color:var(--stratos-text-primary)!important;transition:background var(--stratos-transition-fast)!important}.ant-select-item-option-active,.ant-select-item-option-selected{background:var(--stratos-primary-bg)!important}.ant-popover-inner{background:var(--stratos-surface-overlay)!important;border:1px solid var(--stratos-border)!important;box-shadow:var(--stratos-shadow-md)!important}.ant-popover-title{color:var(--stratos-text-primary)!important}.ant-popover-message{color:var(--stratos-text-secondary)!important}.ant-message-notice-content{background:var(--stratos-surface-overlay)!important;box-shadow:var(--stratos-shadow-md)!important;color:var(--stratos-text-primary)!important}.anticon{font-size:16px}.ant-spin-text,.ant-tabs-tab{color:var(--stratos-text-secondary)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--stratos-primary)!important}.ant-tabs-ink-bar{background:var(--stratos-primary)!important}.ant-tabs-tab:hover{color:var(--stratos-primary)!important}.ant-breadcrumb a{color:var(--stratos-text-secondary)!important}.ant-breadcrumb a:hover{color:var(--stratos-primary)!important}.ant-breadcrumb>span:last-child{color:var(--stratos-text-primary)!important}.ant-upload-drag{background:var(--stratos-surface-sunken)!important;border-color:var(--stratos-border-strong)!important;border-radius:var(--stratos-radius-lg)!important;transition:border-color var(--stratos-transition-base), background var(--stratos-transition-slow)!important}.ant-upload-drag:hover{border-color:var(--stratos-primary)!important}.ant-upload-drag .ant-upload-text{color:var(--stratos-text-primary)!important}.ant-upload-drag .ant-upload-hint{color:var(--stratos-text-muted)!important}.ant-alert{border-radius:var(--stratos-radius-md)!important}[data-theme=dark] .ant-alert-info{background:var(--stratos-info-bg)!important;border-color:#60a5fa33!important}[data-theme=dark] .ant-alert-warning{background:var(--stratos-warning-bg)!important;border-color:#fbbf2433!important}[data-theme=dark] .ant-alert-message,[data-theme=dark] .ant-alert-description{color:var(--stratos-text-primary)!important}.ant-progress-text,.ant-descriptions-item-label{color:var(--stratos-text-secondary)!important}.ant-descriptions-item-content{color:var(--stratos-text-primary)!important}.stratos-gradient-text{background:var(--stratos-primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stratos-card-glow:hover{box-shadow:var(--stratos-shadow-primary)!important}.ant-layout,.ant-layout-header,.ant-layout-content,.ant-layout-sider,.ant-card,.ant-modal-content,.ant-table,.ant-input,.ant-select-selector,.ant-btn,.ant-tag,.ant-dropdown-menu,.ant-tooltip-inner,.ant-pagination-item{transition:background-color var(--stratos-transition-slow), color var(--stratos-transition-slow), border-color var(--stratos-transition-slow), box-shadow var(--stratos-transition-slow)}
