@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-base: #F8F9FA;--color-surface: #FFFFFF;--color-surface-elevated: #FFFFFF;--color-text: #0D1117;--color-text-muted: #64748B;--color-text-subtle: #94A3B8;--color-brand: #7C3AED;--color-brand-dim: #EDE9FE;--color-brand-border: #C4B5FD;--color-brand-text: #5B21B6;--color-interactive: #2563EB;--color-interactive-dim: #EFF6FF;--color-interactive-border: #BFDBFE;--color-primary: #1A3C6E;--color-primary-interactive: #2563EB;--color-accent: #D97706;--color-warn: #D97706;--color-warn-dim: #FFFBEB;--color-warn-border: #FDE68A;--color-status-green: #059669;--color-status-green-dim: #ECFDF5;--color-status-green-border: #6EE7B7;--color-status-red: #DC2626;--color-status-red-dim: #FEF2F2;--color-status-red-border: #FECACA;--color-status-yellow: #D97706;--color-border: #E2E8F0;--color-border-emphasis: #CBD5E1;--color-nav-bg: #080E18;--color-nav-border: #131C2E;--color-nav-text: #64748B;--color-nav-text-active: #E2E8F0;--color-nav-active-bg: #161D2B;--font-interface: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 13px;--font-size-md: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--radius-card: 4px;--radius-chip: 2px;--transition-panel: .12s ease-out;--transition-hover: 80ms ease-out;--nav-width-collapsed: 56px;--nav-width-expanded: 220px;--table-row-height: 36px;--density-pad: 12px;--density-pad-sm: 8px}[data-theme=dark]{--color-base: #0D1117;--color-surface: #161D2B;--color-surface-elevated: #1E2D42;--color-text: #E2E8F0;--color-text-muted: #94A3B8;--color-text-subtle: #64748B;--color-brand: #A78BFA;--color-brand-dim: #1E1040;--color-brand-border: #4C1D95;--color-brand-text: #DDD6FE;--color-interactive: #3B82F6;--color-interactive-dim: #1E3A5F;--color-interactive-border: #1D4ED8;--color-primary: #2D5BAF;--color-primary-interactive: #3B82F6;--color-accent: #F59E0B;--color-warn: #F59E0B;--color-warn-dim: #1C1400;--color-warn-border: #92400E;--color-status-green: #10B981;--color-status-green-dim: #052E16;--color-status-green-border: #065F46;--color-status-red: #EF4444;--color-status-red-dim: #1C0A0A;--color-status-red-border: #7F1D1D;--color-status-yellow: #F59E0B;--color-border: #1E2D42;--color-border-emphasis: #2D3E55}[data-density=compact]{--table-row-height: 28px;--density-pad: 8px;--density-pad-sm: 4px}[data-density=comfortable]{--table-row-height: 36px;--density-pad: 12px;--density-pad-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:var(--font-interface);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}code,pre,.mono{font-family:var(--font-mono);font-size:var(--font-size-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-emphasis);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.mono{font-family:var(--font-mono)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.status-dot-live{animation:pulse-dot 2s ease-in-out infinite}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideInUp{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.panel-slide-in{animation:slideInRight var(--transition-panel) ease-out forwards}.react-flow__renderer{background:var(--color-base)}.react-flow__background{background-color:var(--color-base)}table{border-collapse:collapse;width:100%}th{font-size:var(--font-size-sm);font-weight:500;color:var(--color-text-muted);text-align:left;padding:0 var(--density-pad);height:var(--table-row-height);border-bottom:1px solid var(--color-border);background:var(--color-surface)}td{font-size:var(--font-size-sm);padding:0 var(--density-pad);height:var(--table-row-height);border-bottom:1px solid var(--color-border)}tr:nth-child(2n) td{background:#00000004}tr:nth-child(odd) td{background:var(--color-surface)}:focus-visible{outline:2px solid var(--color-interactive);outline-offset:2px}.cmd-backdrop{animation:fadeIn 80ms ease-out forwards}.cmd-panel{animation:slideInUp .12s ease-out forwards}
