:root{--c-bg: #ffffff;--c-bg-2: #fafafa;--c-bg-3: #f5f5f5;--c-bg-layout: #f0f2f5;--c-text: #1d1d1f;--c-text-2: #52556a;--c-text-3: #8b8d97;--c-border: #e5e6eb;--c-border-2: #f0f0f0;--c-primary: #0052cc;--c-primary-light: #e6f0ff;--c-success: #00b96b;--c-warning: #fa8c16;--c-error: #f5222d;--c-sidebar: #001529;--c-card-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04)}html.dark{--c-bg: #17171a;--c-bg-2: #1f1f23;--c-bg-3: #28282e;--c-bg-layout: #111113;--c-text: #e4e4e8;--c-text-2: #a0a0a8;--c-text-3: #6b6b73;--c-border: #34343a;--c-border-2: #28282e;--c-primary: #4096ff;--c-primary-light: #111d2c;--c-success: #52c41a;--c-warning: #faad14;--c-error: #ff4d4f;--c-sidebar: #0d0d0f;--c-card-shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--c-bg-layout);color:var(--c-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .25s ease,color .25s ease}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:10px;-webkit-transition:background .2s;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--c-text-3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.animate-fade-in-up{animation:fadeInUp .35s ease-out both}.animate-fade-in{animation:fadeIn .3s ease-out both}.pulse-online{animation:pulse-dot 2s ease-in-out infinite}.stagger>*:nth-child(1){animation-delay:0s}.stagger>*:nth-child(2){animation-delay:.04s}.stagger>*:nth-child(3){animation-delay:.08s}.stagger>*:nth-child(4){animation-delay:.12s}.stagger>*:nth-child(5){animation-delay:.16s}.stagger>*:nth-child(6){animation-delay:.2s}.stagger>*:nth-child(7){animation-delay:.24s}.stagger>*:nth-child(8){animation-delay:.28s}.stagger>*:nth-child(9){animation-delay:.32s}.stagger>*:nth-child(10){animation-delay:.36s}.stagger>*:nth-child(11){animation-delay:.4s}.stagger>*:nth-child(12){animation-delay:.44s}.ant-layout-sider{box-shadow:1px 0 4px #00000014!important}.ant-table-thead>tr>th{background:var(--c-bg-2)!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.4px!important;color:var(--c-text-3)!important;border-bottom:1px solid var(--c-border)!important}.ant-table-tbody>tr>td{font-size:13px!important;border-bottom:1px solid var(--c-border-2)!important;transition:background .15s ease!important}.ant-table-tbody>tr:hover>td{background:var(--c-primary-light)!important}.ant-card{border-radius:10px!important;border:1px solid var(--c-border-2)!important;box-shadow:var(--c-card-shadow)!important;transition:box-shadow .2s ease,border-color .2s ease,background .25s ease!important}.ant-card:hover{box-shadow:0 4px 12px #00000014!important}.ant-form-item-label>label{font-size:12px!important;font-weight:600!important;color:var(--c-text-2)!important;text-transform:uppercase!important;letter-spacing:.3px!important}.ant-menu-item-selected{font-weight:600!important}.ant-modal-content{border-radius:12px!important}.ant-tag{border-radius:4px!important;font-weight:500!important;font-size:11px!important}.ant-card,.ant-table,.ant-modal-content,.ant-dropdown-menu{transition:background .25s ease,border-color .25s ease!important}.page-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.page-header{margin-bottom:24px}.page-header h1{font-size:22px;font-weight:700;color:var(--c-text);margin:0 0 4px;letter-spacing:-.3px}.page-header p{font-size:13px;color:var(--c-text-3);margin:0}.stat-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.log-row-error{background:#f5222d0a!important}.log-row-warn{background:#fa8c160a!important}
