@import url(https://api.fontshare.com/v2/css?f[]=satoshi@700,900&f[]=cabinet-grotesk@400,500,700&display=swap);.squares-canvas{border:none;display:block;height:100%;width:100%}:root{--font-sans:"Satoshi","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-heading:"Satoshi",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--zinc-50:#fafafa;--zinc-100:#f4f4f5;--zinc-200:#e4e4e7;--zinc-300:#d4d4d8;--zinc-400:#a1a1aa;--zinc-500:#71717a;--zinc-600:#52525b;--zinc-700:#3f3f46;--zinc-800:#27272a;--zinc-900:#18181b;--zinc-950:#09090b;--bg-primary:#fff;--bg-subtle:var(--zinc-50);--bg-card:#fff;--bg-elevated:#fff;--bg-muted:var(--zinc-100);--text-primary:var(--zinc-900);--text-secondary:var(--zinc-600);--text-muted:var(--zinc-400);--border-color:var(--zinc-200);--border-subtle:var(--zinc-100);--input-bg:#fff;--input-border:var(--zinc-200);--hover-bg:var(--zinc-100);--primary:var(--zinc-900);--primary-foreground:var(--zinc-50);--accent:var(--zinc-900);--accent-foreground:#fff;--ring:var(--zinc-400);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-base:200ms cubic-bezier(0.4,0,0.2,1);--inset-bg:var(--zinc-950);--inset-card-bg:#fff;--inset-padding:16px;--inset-radius:24px;--sidebar-width:260px}.dark-theme,[data-theme=dark]{--bg-primary:#080808;--bg-card:#0d0d0d;--bg-elevated:#0d0d0d;--bg-muted:#18181b;--bg-subtle:#080808;--text-primary:#fff;--text-secondary:#ffffffbf;--text-muted:#fff6;--border-color:#ffffff0f;--border-subtle:#ffffff0f;--input-bg:#18181b;--input-border:#ffffff0f;--hover-bg:#ffffff12;--accent:#fafafa;--accent-foreground:#18181b;--ring:#d4d4d8;--shadow-xs:none;--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--inset-bg:#000;--inset-card-bg:#09090b}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#18181b;color:var(--text-primary);font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);font-size:14px;line-height:1.6}.layout-inset-container,body{background:#09090b;background:var(--inset-bg)}.layout-inset-container{background-image:radial-gradient(circle at 50% 0,#ffffff08 0,#0000 50%);display:flex;height:100vh}.layout-content-card{background:#fff;background:var(--inset-card-bg);border-radius:24px;border-radius:var(--inset-radius);box-shadow:0 0 0 1px #e4e4e7,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:0 0 0 1px var(--border-color),0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex:1 1;flex-direction:column;margin:16px;margin:var(--inset-padding);margin-left:0;overflow:hidden;position:relative}.header-command{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #f4f4f5;border-bottom:1px solid var(--border-subtle);display:flex;height:64px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}[data-theme=dark] .header-command{background:#0c0c0ecc}.sidebar-inset,.sidebar-inset .ant-menu{background:#0000!important;border-right:none!important}.sidebar-inset .ant-menu-item-selected{background-color:#f4f4f5!important;background-color:var(--hover-bg)!important;color:#18181b!important;color:var(--text-primary)!important;font-weight:500;position:relative}.sidebar-inset .ant-menu-item-selected:after{background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:4px;bottom:15%;content:"";left:4px;opacity:1!important;position:absolute;top:15%;transform:scaleY(1)!important;width:3px}.page-scroll-area{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:24px;scroll-behavior:smooth}#root,body,html{max-width:100vw}.dark-theme,.light-theme{background-color:#fff;background-color:var(--bg-primary);color:#18181b;color:var(--text-primary)}.ant-btn,.ant-card,.ant-form,.ant-input,.ant-menu,.ant-modal,.ant-select,.ant-statistic,.ant-table,.ant-tag,.ant-typography{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important}.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4{font-family:Satoshi,sans-serif!important;font-family:var(--font-heading)!important;font-weight:700;letter-spacing:-.025em;line-height:1.2}code{background:#f4f4f5;background:var(--bg-muted);border-radius:6px;border-radius:var(--radius-sm);font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:.875em;padding:2px 6px}.ant-card{background:#fff!important;background:var(--bg-card)!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important;box-shadow:var(--shadow-sm)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ant-card:hover{border-color:#a1a1aa;border-color:var(--text-muted);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;box-shadow:var(--shadow-md)!important}.ant-card-head{border-bottom:1px solid #f4f4f5!important;border-bottom:1px solid var(--border-subtle)!important;min-height:56px!important;padding:0 24px!important}.ant-card-head-title{font-family:Satoshi,sans-serif!important;font-family:var(--font-heading)!important;font-size:15px!important;font-weight:600!important}.ant-table,.ant-table-wrapper{background:#0000!important}.ant-table-container{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;overflow:hidden}.ant-table-thead>tr>th{font-size:13px!important;letter-spacing:.02em;text-transform:uppercase}.ant-table-tbody>tr>td{background:#fff!important;background:var(--bg-card)!important;transition:background .1s ease}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-btn{transition:all .15s ease!important}.ant-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.ant-btn-default{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.ant-btn-default,.ant-btn-default:hover{color:#18181b!important;color:var(--text-primary)!important}.ant-btn-default:hover{border-color:#52525b!important;border-color:var(--text-secondary)!important}.ant-input,.ant-input-affix-wrapper{background:#fff!important;background:var(--input-bg)!important;border-color:#e4e4e7!important;border-color:var(--input-border)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;box-shadow:none!important;padding:8px 12px!important}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-focused,.ant-input:focus{border-color:#a1a1aa!important;border-color:var(--ring)!important;box-shadow:0 0 0 2px #fff,0 0 0 4px #a1a1aa!important;box-shadow:0 0 0 2px var(--bg-card),0 0 0 4px var(--ring)!important}.ant-typography-h1,.ant-typography-h2,.ant-typography-h3,.ant-typography-h4,h1,h2,h3,h4{color:#18181b!important;color:var(--text-primary)!important}.text-muted{color:#a1a1aa!important;color:var(--text-muted)!important}.ant-layout,.site-layout{background:#0000!important}.ant-card{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;border-radius:var(--radius-lg)!important;box-shadow:0 1px 2px #0000000d!important;box-shadow:var(--shadow-xs)!important;transition:border-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)!important;transition:border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)!important}.ant-card.ant-card-hoverable:hover,.ant-card:hover{border-color:#a1a1aa!important;border-color:var(--text-muted)!important}.ant-card.ant-card-hoverable:hover{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important;box-shadow:var(--shadow-sm)!important;transform:translateY(-1px)!important}.dark-theme .ant-card{background:var(--bg-card)!important}.dark-theme .ant-card-head{background:#0000!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-card-head-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-card-body{background:#0000!important}.ant-card-head{border-bottom:1px solid #e4e4e7!important;border-bottom:1px solid var(--border-color)!important;font-family:Satoshi,sans-serif!important;font-family:var(--font-heading)!important;font-size:15px!important;font-weight:600!important;padding:16px 20px!important}.ant-card-body{padding:20px!important}.ant-table{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important}.ant-table-wrapper{border:1px solid #e4e4e7;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);overflow-x:auto}.ant-table-thead>tr>th{background:#f4f4f5!important;background:var(--bg-muted)!important;border-bottom:1px solid #e4e4e7!important;border-bottom:1px solid var(--border-color)!important;color:#52525b!important;color:var(--text-secondary)!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.05em!important;padding:12px 16px!important;text-transform:uppercase!important}.ant-table-tbody>tr>td{border-bottom:1px solid #f4f4f5!important;border-bottom:1px solid var(--border-subtle)!important;padding:12px 16px!important;transition:background .15s cubic-bezier(.4,0,.2,1);transition:background var(--transition-fast)}.ant-table-tbody>tr:hover>td{background:#f4f4f5!important;background:var(--hover-bg)!important}.dark-theme .ant-table{background:var(--bg-card)!important}.dark-theme .ant-table-tbody>tr>td,.dark-theme .ant-table-thead>tr>th{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-table-tbody>tr>td{background:#fff!important;background:var(--bg-card)!important}.ant-table-cell{word-wrap:break-word;word-break:break-word}.ant-btn{border-radius:8px!important;border-radius:var(--radius-md)!important;box-shadow:none!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important;font-weight:500!important;height:36px!important;padding:0 16px!important;transition:all .15s cubic-bezier(.4,0,.2,1)!important;transition:all var(--transition-fast)!important}.ant-btn-primary{background:#18181b!important;background:var(--accent)!important;border-color:#18181b!important;border-color:var(--accent)!important;color:#fff!important;color:var(--accent-foreground)!important}.ant-btn-primary:hover{opacity:.9!important}.ant-btn-default{background:#fff!important;background:var(--bg-card)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important}.ant-btn-default:hover{background:#f4f4f5!important;background:var(--hover-bg)!important;border-color:#a1a1aa!important;border-color:var(--text-muted)!important}.dark-theme .ant-btn-default{background:#fff!important;background:var(--bg-card)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-btn-default:hover{background:#f4f4f5!important;background:var(--hover-bg)!important;border-color:#a1a1aa!important;border-color:var(--text-muted)!important}.ant-input,.ant-input-number,.ant-picker{background:#fff!important;background:var(--input-bg)!important;border:1px solid #e4e4e7!important;border:1px solid var(--input-border)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important;transition:border-color .15s cubic-bezier(.4,0,.2,1)!important;transition:border-color var(--transition-fast)!important}.ant-input-focused,.ant-input:focus,.ant-input:hover{border-color:#a1a1aa!important;border-color:var(--ring)!important;box-shadow:0 0 0 2px #18181b14!important}.dark-theme .ant-input{background:#fff!important;background:var(--input-bg)!important;border-color:#e4e4e7!important;border-color:var(--input-border)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-input-focused,.dark-theme .ant-input:focus{box-shadow:0 0 0 2px #d4d4d81a!important}.ant-select-selector{background:#fff!important;background:var(--input-bg)!important;border:1px solid #e4e4e7!important;border:1px solid var(--input-border)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;font-size:13px!important}.ant-tag{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:9999px!important;font-size:12px!important;font-weight:500!important;line-height:1.6!important;padding:2px 10px!important}.ant-layout-sider .ant-menu{background:#0000!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important}.ant-layout-sider .ant-menu-item{border-radius:8px!important;border-radius:var(--radius-md)!important;color:#52525b!important;color:var(--text-secondary)!important;font-size:13px!important;font-weight:500!important;height:40px!important;line-height:40px!important;margin:2px 8px!important;transition:all .15s cubic-bezier(.4,0,.2,1)!important;transition:all var(--transition-fast)!important;width:calc(100% - 16px)!important}.ant-layout-sider .ant-menu-item:hover{background:#f4f4f5!important;background:var(--hover-bg)!important;color:#18181b!important;color:var(--text-primary)!important}.ant-layout-sider .ant-menu-item-selected{border-left:2px solid #18181b!important;border-left:2px solid var(--accent)!important;border-radius:0 8px 8px 0!important;border-radius:0 var(--radius-md) var(--radius-md) 0!important;font-weight:600!important;margin-left:0!important;padding-left:22px!important}.ant-layout-sider .ant-menu-item-selected,.dark-theme .ant-layout-sider .ant-menu-item-selected{background:#f4f4f5!important;background:var(--bg-muted)!important;color:#18181b!important;color:var(--text-primary)!important}.ant-layout-sider .ant-menu-item-selected:after{display:none!important}.ant-statistic-title{color:#52525b!important;color:var(--text-secondary)!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important;font-weight:500!important;margin-bottom:4px!important}.ant-statistic-content{font-feature-settings:"tnum","tnum"!important;font-family:Satoshi,sans-serif!important;font-family:var(--font-heading)!important;font-variant-numeric:tabular-nums!important;font-weight:700!important}.dark-theme .ant-statistic-content,.dark-theme .ant-statistic-content-suffix,.dark-theme .ant-statistic-content-value,.dark-theme .ant-statistic-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-statistic .ant-statistic-title{color:#52525b!important;color:var(--text-secondary)!important}.ant-modal-content{border-radius:12px!important;border-radius:var(--radius-lg)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;box-shadow:var(--shadow-md)!important}.dark-theme .ant-modal-content{background:var(--bg-card)!important}.dark-theme .ant-modal-content,.dark-theme .ant-modal-header{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-modal-header{background:#0000!important}.ant-modal{max-width:calc(100vw - 32px)!important}.dark-theme .ant-tabs{background:#0000!important}.dark-theme .ant-tabs-tab{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-tabs-content,.dark-theme .ant-tabs-content-holder,.dark-theme .ant-tabs-tabpane{background:#0000!important}.dark-theme .ant-descriptions-item-content,.dark-theme .ant-descriptions-item-label,.dark-theme .ant-progress-text,.dark-theme .ant-typography{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-empty,.dark-theme .ant-empty-description{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-tooltip .ant-tooltip-inner{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;box-shadow:0 8px 24px #0006!important;color:#18181b!important;color:var(--text-primary)!important;font-size:12px!important}.dark-theme .ant-dropdown .ant-dropdown-menu,.dark-theme .ant-tooltip .ant-tooltip-arrow:before,.dark-theme .ant-tooltip .ant-tooltip-inner{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-dropdown .ant-dropdown-menu{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;box-shadow:0 8px 24px #0006!important;padding:4px!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item{border-radius:6px!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item:hover{background:#f4f4f5!important;background:var(--hover-bg)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item-danger,.dark-theme .ant-dropdown .ant-dropdown-menu-item-danger:hover{color:#ef4444!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item-divider{background:#e4e4e7!important;background:var(--border-color)!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item .anticon{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-popover .ant-popover-inner{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;box-shadow:0 8px 24px #0006!important}.dark-theme .ant-popover .ant-popover-title{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-popover .ant-popover-inner-content,.dark-theme .ant-popover .ant-popover-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-popover .ant-popover-arrow:before{background:#fff!important;background:var(--bg-elevated)!important}.ant-message .ant-message-notice-content{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background:#ffffffd9!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;border-radius:var(--radius-lg)!important;box-shadow:0 8px 30px #0000001f!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-weight:500!important;padding:10px 16px!important}.dark-theme .ant-message .ant-message-notice-content{background:#18181bd9!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;box-shadow:0 8px 30px #0000004d!important}.ant-message-custom-content{align-items:center!important;display:flex!important;gap:8px!important}.ant-message-success .anticon{color:#22c55e!important}.ant-message-error .anticon{color:#ef4444!important}.ant-message-info .anticon{color:#3b82f6!important}.ant-message-warning .anticon{color:#f59e0b!important}.dark-theme .ant-popover-arrow:before,.dark-theme .ant-tooltip-arrow:before{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-dropdown-menu-item,.dark-theme .ant-select-item{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-steps-item-description,.dark-theme .ant-steps-item-title{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-steps-item-finish .ant-steps-item-title,.dark-theme .ant-steps-item-process .ant-steps-item-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-alert-info{background-color:#3b82f61a!important;border-color:#3b82f633!important}.dark-theme .ant-alert-success{background-color:#22c55e1a!important;border-color:#22c55e33!important}.dark-theme .ant-alert-warning{background-color:#eab3081a!important;border-color:#eab30833!important}.dark-theme .ant-alert-error{background-color:#ef44441a!important;border-color:#ef444433!important}.dark-theme .ant-dropdown-menu-item:hover,.dark-theme .ant-select-item:hover{background:#f4f4f5!important;background:var(--hover-bg)!important}.dark-theme .ant-popconfirm-buttons .ant-btn{background:#fff!important;background:var(--bg-elevated)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.ant-message,.ant-message-notice{background:#0000!important}.ant-message-notice{border:none!important}.ant-notification{background:#0000!important}.dark-theme .ant-message .ant-message-notice-content{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px!important;border-radius:var(--radius-md)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-message-success .ant-message-notice-content{background:#0a2211!important;border-color:#166534!important;color:#4ade80!important}.dark-theme .ant-message-error .ant-message-notice-content{background:#1c0a0a!important;border-color:#7f1d1d!important;color:#f87171!important}.dark-theme .ant-message-warning .ant-message-notice-content{background:#1c1305!important;border-color:#713f12!important;color:#fbbf24!important}.dark-theme .ant-notification-notice{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;border-radius:var(--radius-lg)!important;color:#18181b!important;color:var(--text-primary)!important}.dash-hero{background:linear-gradient(135deg,#18181b,#27272a 50%,#18181b);border:1px solid #e4e4e7;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);overflow:hidden;padding:32px 28px;position:relative}.light-theme .dash-hero{background:linear-gradient(135deg,#18181b,#27272a 50%,#3f3f46)}.dash-hero-inner{position:relative;z-index:1}.dash-hero .ant-select-selector{background:#ffffff14!important;border-color:#ffffff26!important;border-radius:8px!important;border-radius:var(--radius-md)!important;color:#fff!important}.dash-hero .ant-select-arrow{color:#ffffff80!important}.ant-form-item{margin-bottom:20px}.ant-form-item-label>label{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important;font-weight:500!important}.dark-theme ::-webkit-scrollbar{height:6px;width:6px}.dark-theme ::-webkit-scrollbar-track{background:#0000}.dark-theme ::-webkit-scrollbar-thumb{background:#e4e4e7;background:var(--border-color);border-radius:3px}.dark-theme ::-webkit-scrollbar-thumb:hover{background:#a1a1aa;background:var(--text-muted)}.ant-popover{max-width:calc(100vw - 32px)!important}img{height:auto;max-width:100%}.ant-row{margin-left:-8px!important;margin-right:-8px!important}.ant-col{padding-left:8px!important;padding-right:8px!important}.ant-card{margin-bottom:16px}@media (max-width:992px){.ant-layout-header{padding:0 12px!important}.ant-table{font-size:13px}}@media (max-width:768px){.ant-layout-content{margin:8px!important;padding:12px!important}.ant-layout-header{padding:0 12px!important}.dash-hero{padding:20px 16px!important}.ant-select{max-width:100%!important}.ant-table-cell{font-size:12px!important;padding:8px 10px!important}.ant-space{flex-wrap:wrap!important}.ant-pagination-item,.ant-pagination-next,.ant-pagination-prev{height:28px!important;line-height:28px!important;min-width:28px!important}}@media (max-width:576px){.ant-layout-content{margin:4px!important;padding:8px!important}.ant-layout-header{padding:0 8px!important}.dash-hero{padding:16px 12px!important}.ant-card-head-title{font-size:14px}.ant-btn{padding:4px 10px!important}.ant-btn,.ant-statistic-title{font-size:12px!important}.ant-statistic-content{font-size:18px!important}.ant-modal{margin:8px auto!important;max-width:calc(100vw - 16px)!important}.ant-modal-body{padding:16px!important}.ant-form-item-label{padding-bottom:4px!important}}.tabular-nums{font-feature-settings:"tnum","tnum"!important;font-variant-numeric:tabular-nums!important}.trend-badge{align-items:center;background:#0000;border:1px solid #e4e4e7;border:1px solid var(--border-color);border-radius:9999px;color:#52525b;color:var(--text-secondary);display:inline-flex;font-size:12px;font-weight:500;gap:4px;line-height:1.4;padding:2px 8px}.trend-badge.trend-up{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.dark-theme .trend-badge.trend-up{background:#16653426;border-color:#166534;color:#4ade80}.trend-badge.trend-down{background:#fef2f2;border-color:#fecaca;color:#dc2626}.dark-theme .trend-badge.trend-down{background:#7f1d1d26;border-color:#7f1d1d;color:#f87171}.trend-badge.trend-neutral{border-color:#e4e4e7;border-color:var(--border-color);color:#a1a1aa;color:var(--text-muted)}.focus-ring:focus-visible{border-radius:8px;border-radius:var(--radius-md);outline:2px solid #a1a1aa;outline:2px solid var(--ring);outline-offset:2px}.stat-footer{color:#a1a1aa;color:var(--text-muted);display:flex;flex-direction:column;font-size:12px;gap:2px;margin-top:8px}.stat-footer-highlight{align-items:center;color:#52525b;color:var(--text-secondary);display:flex;font-size:13px;font-weight:500;gap:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:fadeIn .25s ease-out}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f4f4f5 25%,#f4f4f5 50%,#f4f4f5 75%);background:linear-gradient(90deg,var(--bg-muted) 25%,var(--hover-bg) 50%,var(--bg-muted) 75%);background-size:200% 100%;border-radius:8px;border-radius:var(--radius-md)}.dark-theme .ant-card{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-card,.dark-theme .ant-card-head{background:#fff!important;background:var(--bg-elevated)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-card-head{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-card-body,.dark-theme .ant-table{background:#fff!important;background:var(--bg-elevated)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-table-tbody>tr>td{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-table-tbody>tr:hover>td{background:#f4f4f5!important;background:var(--hover-bg)!important}.dark-theme .ant-table-wrapper{background:#0000!important}.dark-theme .ant-modal-content{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-modal-header{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-drawer-content,.dark-theme .ant-drawer-header{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-drawer-header{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-drawer-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-tabs-tab{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-tabs-tab-active .ant-tabs-tab-btn{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-tabs-ink-bar{background:#18181b!important;background:var(--text-primary)!important}.dark-theme .ant-input,.dark-theme .ant-input-affix-wrapper,.dark-theme .ant-input-number,.dark-theme .ant-input-number-input{background:#fff!important;background:var(--input-bg)!important;border-color:#e4e4e7!important;border-color:var(--input-border)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-input-number-input::placeholder,.dark-theme .ant-input::placeholder{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-select-selector{background:#fff!important;background:var(--input-bg)!important;border-color:#e4e4e7!important;border-color:var(--input-border)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-select-selection-placeholder{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-select-dropdown{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important}.dark-theme .ant-select-item{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-select-item-option-selected{background:#f4f4f5!important;background:var(--hover-bg)!important}.dark-theme .ant-statistic-title{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-statistic-content{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-collapse{background:#fff!important;background:var(--bg-elevated)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-collapse-header{background:#f4f4f5!important;background:var(--bg-muted)!important}.dark-theme .ant-collapse-content{background:#fff!important;background:var(--bg-elevated)!important;border-top-color:#e4e4e7!important;border-top-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-tag{background:#f4f4f5!important;background:var(--bg-muted)!important;color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-divider,.dark-theme .ant-pagination-item,.dark-theme .ant-tag{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-pagination-item{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-pagination-item a{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-pagination-item-active{background:#18181b!important;background:var(--text-primary)!important;border-color:#18181b!important;border-color:var(--text-primary)!important}.dark-theme .ant-pagination-item-active a{color:#fff!important;color:var(--bg-primary)!important}.dark-theme .ant-pagination-next button,.dark-theme .ant-pagination-prev button{background:#fff!important;background:var(--bg-elevated)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-empty-description{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-descriptions-item-label{background:#f4f4f5!important;background:var(--bg-muted)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-descriptions-item-content{background:#fff!important;background:var(--bg-elevated)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-descriptions-item-content,.dark-theme .ant-descriptions-view{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-result-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-progress-text,.dark-theme .ant-result-subtitle{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-progress-inner{background:#f4f4f5!important;background:var(--bg-muted)!important}.dark-theme .ant-timeline-item-content{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-timeline-item-tail{border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-picker{background:#fff!important;background:var(--input-bg)!important;border-color:#e4e4e7!important;border-color:var(--input-border)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-picker-panel-container{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important}.dark-theme .ant-picker-header{border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-picker-cell-in-view,.dark-theme .ant-picker-header{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-picker-cell:not(.ant-picker-cell-in-view){color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-segmented{background:#f4f4f5!important;background:var(--bg-muted)!important;color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-segmented-item-selected{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-checkbox-wrapper,.dark-theme .ant-radio-wrapper,.dark-theme .ant-segmented-item-selected{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-upload-drag{background:#f4f4f5!important;background:var(--bg-muted)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-upload-text{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-upload-hint{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-tree{background:#0000!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-tree-node-content-wrapper:hover{background:#f4f4f5!important;background:var(--hover-bg)!important}.dark-theme .ant-breadcrumb{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-breadcrumb-link{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-breadcrumb-link:hover{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .recharts-surface,.dark-theme .recharts-wrapper{background:#0000!important}.dark-theme .recharts-text{fill:#52525b!important;fill:var(--text-secondary)!important}.dark-theme .recharts-cartesian-axis-line,.dark-theme .recharts-cartesian-axis-tick-line,.dark-theme .recharts-cartesian-grid-horizontal line,.dark-theme .recharts-cartesian-grid-vertical line{stroke:#e4e4e7!important;stroke:var(--border-color)!important}.dark-theme .recharts-default-tooltip{background:#fff!important;background:var(--bg-elevated)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme code{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:4px;color:#a5f3fc!important;padding:2px 6px}.dark-theme code,.dark-theme pre{background:#f4f4f5!important;background:var(--bg-muted)!important}.dark-theme pre{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:8px;border-radius:var(--radius-md)}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6,.dark-theme pre{color:#18181b!important;color:var(--text-primary)!important}.dark-theme ol li,.dark-theme p,.dark-theme ul li{color:#52525b;color:var(--text-secondary)}.dark-theme strong{color:#18181b;color:var(--text-primary)}.ant-message{top:20px!important;z-index:9999!important}.ant-message-notice-content{align-items:center!important;animation:toastSlideIn .25s cubic-bezier(.34,1.56,.64,1)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#ffffffeb!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014!important;display:inline-flex!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13.5px!important;font-weight:500!important;gap:8px!important;letter-spacing:-.01em!important;min-width:200px!important;padding:12px 18px!important}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dark-theme .ant-message-notice-content{background:#121216eb!important;border-color:#ffffff1a!important;box-shadow:0 8px 32px #0006,0 2px 8px #0000004d!important;color:#18181b!important;color:var(--text-primary)!important}.ant-message-success .ant-message-notice-content{background:#f0fdf4f2!important;border-color:#22c55e4d!important}.dark-theme .ant-message-success .ant-message-notice-content{background:#052e16d9!important;border-color:#22c55e59!important;color:#86efac!important}.ant-message-success .anticon{color:#16a34a!important}.dark-theme .ant-message-success .anticon{color:#4ade80!important}.ant-message-error .ant-message-notice-content{background:#fef2f2f2!important;border-color:#ef44444d!important}.dark-theme .ant-message-error .ant-message-notice-content{background:#450a0ad9!important;border-color:#ef444459!important;color:#fca5a5!important}.ant-message-error .anticon{color:#dc2626!important}.dark-theme .ant-message-error .anticon{color:#f87171!important}.ant-message-warning .ant-message-notice-content{background:#fefce8f2!important;border-color:#eab3084d!important}.dark-theme .ant-message-warning .ant-message-notice-content{background:#422006d9!important;border-color:#eab30859!important;color:#fde68a!important}.ant-message-warning .anticon{color:#ca8a04!important}.dark-theme .ant-message-warning .anticon{color:#fbbf24!important}.ant-message-info .ant-message-notice-content{background:#eff6fff2!important;border-color:#3b82f64d!important}.dark-theme .ant-message-info .ant-message-notice-content{background:#082f49d9!important;border-color:#3b82f659!important;color:#bfdbfe!important}.ant-message-info .anticon{color:#2563eb!important}.dark-theme .ant-message-info .anticon{color:#60a5fa!important}.ant-notification-notice{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#ffffffeb!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:14px!important;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;padding:16px 20px!important}.dark-theme .ant-notification-notice{background:#121216eb!important;border-color:#ffffff1a!important;box-shadow:0 12px 40px #00000080,0 4px 12px #0000004d!important}.ant-notification-notice-message{font-size:14px!important;font-weight:600!important}.ant-notification-notice-description,.ant-notification-notice-message{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important}.ant-notification-notice-description{font-size:13px!important}.dark-theme .ant-notification-notice-message{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-notification-notice-description{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-notification-notice-close{color:#a1a1aa!important;color:var(--text-muted)!important}.ant-dropdown .ant-dropdown-menu{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff2!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000f!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;min-width:180px!important;padding:6px!important}.dark-theme .ant-dropdown .ant-dropdown-menu{background:#121216f2!important;border-color:#ffffff1a!important;box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d!important}.ant-dropdown .ant-dropdown-menu-item{border-radius:8px!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13.5px!important;font-weight:500!important;padding:8px 12px!important;transition:all .15s ease!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item:hover{background:#ffffff12!important}.ant-dropdown .ant-dropdown-menu-item-danger{color:#ef4444!important}.dark-theme .ant-dropdown .ant-dropdown-menu-item-danger:hover{background:#ef44441a!important}.ant-dropdown .ant-dropdown-menu-item-divider{background:#e4e4e7!important;background:var(--border-color)!important;margin:4px 0!important}.settings-card .ant-card-head{border-bottom:1px solid #f4f4f5!important;border-bottom:1px solid var(--border-subtle)!important;padding:16px 24px!important}.settings-card .ant-card-body{padding:24px!important}.ant-switch-checked{background:var(--primary-color)!important}.ant-color-picker-trigger{border-color:#e4e4e7!important;border-color:var(--border-color)!important;border-radius:10px!important}.ant-modal-content{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;overflow:hidden!important}.dark-theme .ant-modal-content{border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;box-shadow:0 24px 60px #00000080!important}.dark-theme .ant-modal-content,.dark-theme .ant-modal-header{background:#fff!important;background:var(--bg-elevated)!important}.dark-theme .ant-modal-header{border-bottom:1px solid #f4f4f5!important;border-bottom:1px solid var(--border-subtle)!important}.dark-theme .ant-modal-title{color:#18181b!important;color:var(--text-primary)!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-weight:600!important}.dark-theme .ant-modal-close{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-modal-close:hover{background:#ffffff0f!important;color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-modal-footer{background:#fff!important;background:var(--bg-elevated)!important;border-top:1px solid #f4f4f5!important;border-top:1px solid var(--border-subtle)!important}.dark-theme .ant-collapse{background:#0000!important;border:none!important}.dark-theme .ant-collapse-item{border-color:#f4f4f5!important;border-color:var(--border-subtle)!important}.dark-theme .ant-collapse-header{color:#18181b!important;color:var(--text-primary)!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important}.dark-theme .ant-collapse-content{background:#fafafa!important;background:var(--bg-subtle)!important;border-top-color:#f4f4f5!important;border-top-color:var(--border-subtle)!important}.dark-theme .ant-collapse-content-box,.dark-theme .ant-form-item-label>label{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-form-item-label>label{font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:13px!important;font-weight:500!important}.dark-theme .ant-form-item-explain-error{color:#f87171!important;font-size:12px!important}.dark-theme .ant-form-item-extra{color:#a1a1aa!important;color:var(--text-muted)!important;font-size:12px!important}.dark-theme .ant-checkbox-wrapper{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-checkbox-inner{background:#f4f4f5!important;background:var(--bg-muted)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-checkbox-checked .ant-checkbox-inner{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.dark-theme .ant-popconfirm .ant-popover-inner{background:#fff!important;background:var(--bg-elevated)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 8px 32px #0006!important}.dark-theme .ant-popconfirm .ant-popover-message-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-popconfirm .ant-popover-message-description{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-table-tbody>tr:hover>td{background:#ffffff0a!important}.dark-theme .ant-table-tbody>tr>td{border-bottom-color:#f4f4f5!important;border-bottom-color:var(--border-subtle)!important}.dark-theme .ant-table-thead>tr>th{background:#f4f4f5!important;background:var(--bg-muted)!important;border-bottom-color:#e4e4e7!important;border-bottom-color:var(--border-color)!important;color:#52525b!important;color:var(--text-secondary)!important;font-size:12px!important;font-weight:600!important;letter-spacing:.04em!important;text-transform:uppercase!important}.dark-theme .ant-steps-item-title{color:#18181b!important;color:var(--text-primary)!important}.dark-theme .ant-steps-item-description{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-steps-item-wait .ant-steps-item-icon{background:#f4f4f5!important;background:var(--bg-muted)!important;border-color:#e4e4e7!important;border-color:var(--border-color)!important}.dark-theme .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon{color:#a1a1aa!important;color:var(--text-muted)!important}.dark-theme .ant-alert{border-radius:10px!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important}.dark-theme .ant-alert-info{background:#3b82f61a!important;border-color:#3b82f640!important}.dark-theme .ant-alert-success{background:#22c55e1a!important;border-color:#22c55e40!important}.dark-theme .ant-alert-warning{background:#eab3081a!important;border-color:#eab30840!important}.dark-theme .ant-alert-error{background:#ef44441a!important;border-color:#ef444440!important}.dark-theme .ant-alert-message{color:#18181b!important;color:var(--text-primary)!important;font-weight:600!important}.dark-theme .ant-alert-description{color:#52525b!important;color:var(--text-secondary)!important}.dark-theme .ant-tag{border:none!important;border-radius:9999px!important;font-family:Satoshi,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font-sans)!important;font-size:11px!important;font-weight:600!important}.dark-theme .ant-tag-blue{background:#3b82f626!important;color:#93c5fd!important}.dark-theme .ant-tag-green{background:#22c55e26!important;color:#86efac!important}.dark-theme .ant-tag-orange{background:#f9731626!important;color:#fdba74!important}.dark-theme .ant-tag-red{background:#ef444426!important;color:#fca5a5!important}.ant-spin-dot-item{background:var(--primary-color)!important}.dark-theme .ant-divider{border-color:#f4f4f5!important;border-color:var(--border-subtle)!important}.dark-theme .ant-divider-inner-text{color:#a1a1aa!important;color:var(--text-muted)!important;font-size:12px!important}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#09090b;background:var(--inset-bg)}::-webkit-scrollbar-thumb{background:#ffffff26;border:2px solid #09090b;border:2px solid var(--inset-bg);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.light-theme ::-webkit-scrollbar-thumb{background:#00000026;border:2px solid #09090b;border:2px solid var(--inset-bg)}.light-theme ::-webkit-scrollbar-thumb:hover{background:#00000040}.ant-modal-content{background:#fff!important;background:var(--bg-card)!important;border:1px solid #e4e4e7!important;border:1px solid var(--border-color)!important;border-radius:16px!important;border-radius:var(--radius-xl)!important;box-shadow:0 24px 48px #0000001a!important;padding:24px!important}.dark-theme .ant-modal-content{-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#09090bd9!important;border:1px solid #ffffff14!important;box-shadow:0 0 0 1px #ffffff0d,0 32px 64px -16px #000c!important}.ant-modal-header{background:#0000!important;border-bottom:1px solid #f4f4f5!important;border-bottom:1px solid var(--border-subtle)!important;margin-bottom:24px!important;padding-bottom:16px!important}.ant-modal-title{color:#18181b!important;color:var(--text-primary)!important;font-family:Satoshi,sans-serif!important;font-family:var(--font-heading)!important;font-size:20px!important;font-weight:700!important;letter-spacing:-.01em!important}.ant-modal-close{color:#a1a1aa!important;color:var(--text-muted)!important;right:24px!important;top:24px!important;transition:all .2s ease!important}.ant-modal-close:hover{background:#f4f4f5!important;background:var(--hover-bg)!important;color:#18181b!important;color:var(--text-primary)!important}.ant-modal-mask{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background-color:#0006!important}.light-theme .ant-modal-mask{background-color:#fff6!important}.ant-statistic-card,.stat-card-glow{overflow:visible!important;position:relative}.ant-statistic-card:before,.stat-card-glow:before{border-radius:50%;content:"";filter:blur(80px);height:200px;left:50%;opacity:.15;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px;z-index:-1}.stat-card-glow.glow-blue:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.stat-card-glow.glow-green:before{background:linear-gradient(135deg,#10b981,#06b6d4)}.stat-card-glow.glow-purple:before{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.stat-card-glow.glow-orange:before{background:linear-gradient(135deg,#f59e0b,#ef4444)}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffffffa6);-webkit-background-clip:text;background-clip:text}.header-command,.sticky-header-blur{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.dark-theme .header-command{background:#080808cc!important}.ant-layout-sider .ant-menu-item-selected{background:#ffffff12!important;border-radius:8px!important}.timeline-dot{border-radius:50%;display:inline-block;height:8px;margin-right:8px;width:8px}.timeline-dot.dot-success{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.timeline-dot.dot-error{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.timeline-dot.dot-warning{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.timeline-dot.dot-info{background:#3b82f6;box-shadow:0 0 0 3px #3b82f633}@keyframes pulse-soft{0%,to{box-shadow:0 0 0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.status-live{animation:pulse-soft 2s ease-in-out infinite}.mono-counter{font-feature-settings:"tnum";font-family:JetBrains Mono,Fira Code,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.search-hint{align-items:center;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:4px;color:#fff6;display:inline-flex;font-family:JetBrains Mono,Fira Code,monospace;font-family:var(--font-mono);font-size:11px;gap:4px;padding:2px 6px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.1849635e.css.map*/