*,:before,:after{box-sizing:border-box}:root{--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-primary-light:#eef2ff;--color-success:#10b981;--color-success-bg:#ecfdf5;--color-error:#ef4444;--color-error-bg:#fef2f2;--color-warning:#f59e0b;--color-warning-bg:#fffbeb;--color-info:#3b82f6;--color-info-bg:#eff6ff;--color-bg:#f8fafc;--color-bg-card:#fff;--color-bg-sidebar:#1e293b;--color-bg-terminal:#0f172a;--color-text:#0f172a;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-text-sidebar:#cbd5e1;--color-text-sidebar-active:#fff;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--radius-sm:6px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:3px}.ant-card{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm)!important;border:1px solid var(--color-border-light)!important}.ant-card-head{border-bottom-color:var(--color-border-light)!important}.ant-table-wrapper .ant-table{border-radius:var(--radius-lg)!important}.ant-table-wrapper .ant-table-thead>tr>th{background:var(--color-bg)!important;color:var(--color-text-secondary)!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:12px!important;font-weight:600!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:var(--color-primary-light)!important}.ant-btn-primary{box-shadow:none!important}.ant-steps .ant-steps-item-process .ant-steps-item-icon{background:var(--color-primary)!important;border-color:var(--color-primary)!important}.terminal-log{background:var(--color-bg-terminal);color:#e2e8f0;border-radius:var(--radius-lg);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-all;max-height:500px;padding:20px;font-size:13px;line-height:1.7;overflow-y:auto}.terminal-log .log-error{color:#f87171}.terminal-log .log-success{color:#4ade80}.terminal-log .log-warning{color:#fbbf24}.terminal-log .log-dim{color:#64748b}.empty-state{text-align:center;padding:60px 20px}.empty-state .empty-icon{color:var(--color-text-muted);margin-bottom:16px;font-size:48px}.empty-state h3{color:var(--color-text);margin:0 0 8px;font-size:18px;font-weight:600}.empty-state p{color:var(--color-text-secondary);margin:0 0 24px;font-size:14px}.stat-card{border-radius:var(--radius-lg);background:var(--color-bg-card);border:1px solid var(--color-border-light);box-shadow:var(--shadow-xs);padding:24px;transition:box-shadow .2s,transform .2s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card .stat-icon{border-radius:var(--radius);justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:18px;display:flex}.stat-card .stat-value{margin-bottom:4px;font-size:28px;font-weight:700;line-height:1}.stat-card .stat-label{color:var(--color-text-secondary);font-size:13px;font-weight:500}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h2{color:var(--color-text);margin:0;font-size:22px;font-weight:700}.page-header .subtitle{color:var(--color-text-secondary);margin-top:4px;font-size:14px}.status-dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.status-dot.green{background:var(--color-success)}.status-dot.red{background:var(--color-error)}.status-dot.yellow{background:var(--color-warning)}.status-dot.blue{background:var(--color-info)}.status-dot.pulse{animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
