:root,[data-theme=dark]{--bg-dark: #090d16;--bg-surface: #0f172a;--bg-surface-elevated: #1e293b;--bg-surface-glass: rgba(15, 23, 42, .85);--border-subtle: #1e293b;--border-medium: #334155;--border-glow: rgba(56, 189, 248, .4);--accent-primary: #0284c7;--accent-primary-hover: #0369a1;--accent-glow: rgba(2, 132, 199, .25);--accent-cyan: #38bdf8;--accent-cyan-glow: rgba(56, 189, 248, .2);--status-success: #10b981;--status-success-bg: rgba(16, 185, 129, .15);--status-warning: #f59e0b;--status-warning-bg: rgba(245, 158, 11, .15);--status-danger: #ef4444;--status-danger-bg: rgba(239, 68, 68, .15);--status-info: #38bdf8;--text-main: #f8fafc;--text-muted: #94a3b8;--text-dim: #64748b;--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-pill: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .5);--transition-fast: .15s ease;--transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg-dark: #f8fafc;--bg-surface: #ffffff;--bg-surface-elevated: #f1f5f9;--bg-surface-glass: rgba(255, 255, 255, .9);--border-subtle: #e2e8f0;--border-medium: #cbd5e1;--border-glow: rgba(2, 132, 199, .3);--accent-primary: #0284c7;--accent-primary-hover: #0369a1;--accent-glow: rgba(2, 132, 199, .2);--accent-cyan: #0284c7;--accent-cyan-glow: rgba(2, 132, 199, .15);--status-success: #059669;--status-success-bg: rgba(5, 150, 105, .12);--status-warning: #d97706;--status-warning-bg: rgba(217, 119, 6, .12);--status-danger: #dc2626;--status-danger-bg: rgba(220, 38, 38, .12);--status-info: #0284c7;--text-main: #0f172a;--text-muted: #64748b;--text-dim: #94a3b8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .12)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);line-height:1.5;font-size:15px;transition:background-color .25s ease,color .25s ease}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:var(--radius-pill)}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-main);letter-spacing:-.02em}.card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal),border-color var(--transition-normal)}input,select,textarea{font-family:var(--font-sans);font-size:14px;background:var(--bg-surface-elevated);color:var(--text-main);border:1px solid var(--border-medium);border-radius:var(--radius-sm);padding:10px 14px;outline:none;transition:border-color var(--transition-fast)}input:focus,select:focus,textarea:focus{border-color:var(--accent-primary)}input::placeholder,textarea::placeholder{color:var(--text-dim)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:700}.badge-success{background:var(--status-success-bg);color:var(--status-success)}.badge-warning{background:var(--status-warning-bg);color:var(--status-warning)}.badge-danger{background:var(--status-danger-bg);color:var(--status-danger)}.badge-info{background:#0284c71f;color:var(--accent-primary)}.badge-neutral{background:var(--bg-surface-elevated);color:var(--text-muted)}.toast-stack{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{padding:14px 20px;border-radius:var(--radius-md);color:#fff;font-weight:600;min-width:280px;box-shadow:var(--shadow-lg)}.toast-success{background:#059669}.toast-error{background:#dc2626}.toast-info{background:#0284c7}.pulse-live{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--status-success)}.hud-shell{--hud-c-950: #080A0E;--hud-c-900: #0D0F14;--hud-c-800: #141720;--hud-c-700: #1C2130;--hud-c-600: #252C3F;--hud-c-500: #2E3650;--hud-c-400: #3D4A66;--hud-c-300: #5A6A8A;--hud-c-200: #8494B0;--hud-c-100: #B8C4D8;--hud-c-50: #E8EDF5;--hud-amber: #AEDD00;--hud-amber-dark: #89B000;--hud-amber-glow: #C8F247;--hud-amber-dim: #3D5A00;--hud-led-green: #22C55E;--hud-led-red: #EF4444;--hud-led-yellow: #EAB308;--hud-led-blue: #3B82F6;--hud-led-cyan: #06B6D4;--hud-surface-0: var(--hud-c-950);--hud-surface-1: var(--hud-c-900);--hud-surface-2: var(--hud-c-800);--hud-surface-3: var(--hud-c-700);--hud-surface-4: var(--hud-c-600);--hud-text-primary: var(--hud-c-50);--hud-text-secondary: var(--hud-c-200);--hud-text-muted: var(--hud-c-300);--hud-text-ghost: var(--hud-c-400);--hud-border-subtle: rgba(255,255,255,.05);--hud-border-default: rgba(255,255,255,.09);--hud-border-strong: rgba(255,255,255,.16);--hud-font-mono: "JetBrains Mono", ui-monospace, monospace;--hud-font-display: "Inter", system-ui, sans-serif;--hud-sidebar-width: 232px;color-scheme:dark;font-family:var(--hud-font-mono);font-size:13px;background:var(--hud-surface-0);color:var(--hud-text-primary);min-height:100vh;display:flex}[data-theme=light] .hud-shell{--hud-c-950: #FFFFFF;--hud-c-900: #F4F7FC;--hud-c-800: #EBF0F7;--hud-c-700: #DCE6F0;--hud-c-600: #C8D5E5;--hud-c-500: #B0C2D8;--hud-c-400: #7A9ABE;--hud-c-300: #4A6A8A;--hud-c-200: #2D4A6A;--hud-c-100: #1A2D5A;--hud-c-50: #0F1E3C;--hud-amber: #1A2D5A;--hud-amber-dark: #0F1E3C;--hud-amber-glow: #2D4A8A;--hud-surface-0: #FFFFFF;--hud-surface-1: #F4F7FC;--hud-surface-2: #EBF0F7;--hud-surface-3: #DCE6F0;--hud-surface-4: #C8D5E5;--hud-text-primary: #0F1E3C;--hud-text-secondary: #2D4A6A;--hud-text-muted: #4A6A8A;--hud-text-ghost: #7A9ABE;--hud-border-subtle: rgba(26,45,90,.07);--hud-border-default: rgba(26,45,90,.12);--hud-border-strong: rgba(26,45,90,.22);color-scheme:light}.hud-shell,.hud-shell *{box-sizing:border-box}.hud-shell button,.hud-shell input,.hud-shell select,.hud-shell textarea{font-family:var(--hud-font-mono)}.hud-shell ::selection{background:var(--hud-amber);color:var(--hud-c-950)}.hud-shell *:focus-visible{outline:1px solid var(--hud-amber);outline-offset:1px}.hud-shell ::-webkit-scrollbar{width:4px;height:4px}.hud-shell ::-webkit-scrollbar-track{background:transparent}.hud-shell ::-webkit-scrollbar-thumb{background:var(--hud-c-500)}.hud-shell h1,.hud-shell h2,.hud-shell h3,.hud-shell h4{font-family:var(--hud-font-mono);color:var(--hud-text-primary)}.hud-sidebar{width:var(--hud-sidebar-width);flex-shrink:0;background:#0d0f14;border-right:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;height:100vh;position:sticky;top:0}.hud-main{flex:1;min-width:0;min-height:100vh;overflow-y:auto}.hud-label{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hud-text-ghost)}.hud-page-title{font-family:var(--hud-font-display);font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:-.03em;color:var(--hud-text-primary);margin:0}.hud-kpi-value{font-size:21px;font-weight:700;letter-spacing:-.02em;color:var(--hud-text-primary)}.hud-data{font-size:11px;color:var(--hud-text-secondary)}.hud-panel{position:relative;background:var(--hud-surface-2);border:1px solid var(--hud-border-subtle);border-radius:0;overflow:hidden}.hud-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.025) 0%,transparent 60%);pointer-events:none}.hud-kpi-card{position:relative;background:var(--hud-surface-2);border:1px solid var(--hud-border-subtle);border-top:2px solid transparent;border-radius:0;padding:16px 18px;transition:transform .15s ease,border-color .15s ease}.hud-kpi-card:hover{transform:translateY(-1px);border-color:var(--hud-border-strong)}.hud-kpi-card.amber{border-top-color:var(--hud-amber)}.hud-kpi-card.green{border-top-color:var(--hud-led-green)}.hud-kpi-card.blue{border-top-color:var(--hud-led-blue)}.hud-kpi-card.red{border-top-color:var(--hud-led-red)}.hud-section-header{display:flex;align-items:center;gap:8px;margin-bottom:14px}.hud-section-header:before{content:"";width:2px;height:12px;background:var(--hud-amber);display:block}.hud-section-header span{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hud-text-ghost)}.hud-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;font-family:var(--hud-font-mono);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:0;border:1px solid transparent;cursor:pointer;transition:all .15s ease}.hud-btn:disabled{opacity:.4;cursor:not-allowed}.hud-btn-primary{background:var(--hud-amber);border-color:var(--hud-amber);color:var(--hud-c-950)}.hud-btn-primary:hover:not(:disabled){background:var(--hud-amber-glow);box-shadow:0 0 16px #aedd0066}.hud-btn-ghost{background:transparent;border-color:var(--hud-border-default);color:var(--hud-text-secondary)}.hud-btn-ghost:hover:not(:disabled){background:var(--hud-surface-3);border-color:var(--hud-border-strong);color:var(--hud-text-primary)}.hud-btn-danger{background:transparent;border-color:var(--hud-led-red);color:var(--hud-led-red)}.hud-btn-danger:hover:not(:disabled){background:#ef44441f}.hud-field-input,.hud-field-select,.hud-field-textarea{width:100%;background:var(--hud-surface-3);border:1px solid var(--hud-border-default);color:var(--hud-text-primary);border-radius:0;padding:9px 12px;font-family:var(--hud-font-mono);font-size:13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.hud-field-input:focus,.hud-field-select:focus,.hud-field-textarea:focus{border-color:var(--hud-amber);box-shadow:0 0 0 1px var(--hud-amber)}.hud-field-input::placeholder,.hud-field-textarea::placeholder{color:var(--hud-text-ghost)}.hud-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border:1px solid currentColor;border-radius:0;font-family:var(--hud-font-mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hud-badge-green{color:var(--hud-led-green);background:#22c55e14}.hud-badge-red{color:var(--hud-led-red);background:#ef444414}.hud-badge-yellow{color:var(--hud-led-yellow);background:#eab30814}.hud-badge-blue{color:var(--hud-led-blue);background:#3b82f614}.hud-badge-cyan{color:var(--hud-led-cyan);background:#06b6d414}.hud-badge-neutral{color:var(--hud-text-muted);background:var(--hud-surface-3);border-color:var(--hud-border-default)}.hud-led{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.hud-led-green{background:var(--hud-led-green);box-shadow:0 0 6px var(--hud-led-green)}.hud-led-red{background:var(--hud-led-red);box-shadow:0 0 6px var(--hud-led-red)}.hud-led-yellow{background:var(--hud-led-yellow);box-shadow:0 0 6px var(--hud-led-yellow)}.hud-led-blue{background:var(--hud-led-blue);box-shadow:0 0 6px var(--hud-led-blue)}.hud-led-cyan{background:var(--hud-led-cyan);box-shadow:0 0 6px var(--hud-led-cyan)}.hud-data-table{width:100%;border-collapse:separate;border-spacing:0;font-family:var(--hud-font-mono)}.hud-data-table th{background:var(--hud-surface-3);color:var(--hud-text-ghost);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;text-align:left;padding:10px 14px;border-bottom:1px solid var(--hud-border-default)}.hud-data-table td{padding:12px 14px;font-size:11px;color:var(--hud-text-secondary);border-bottom:1px solid var(--hud-border-subtle)}.hud-data-table tr:last-child td{border-bottom:none}.hud-data-table tr:hover td{background:#ffffff06}.hud-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.hud-modal-box{background:var(--hud-surface-1);border:1px solid var(--hud-border-default);border-radius:0;width:100%}.hud-modal-box .hud-modal-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hud-text-primary);padding:18px 22px;border-bottom:1px solid var(--hud-border-default)}
