:root{--font-sans: "Inter", -apple-system, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Menlo", monospace;--t-10: 10px;--t-11: 11px;--t-12: 12px;--t-13: 13px;--t-14: 14px;--t-16: 16px;--t-18: 18px;--t-22: 22px;--t-28: 28px;--t-36: 36px;--r-xs: 3px;--r-sm: 4px;--r-md: 6px;--r-lg: 8px;--r-xl: 12px;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 20px;--s-6: 24px;--s-8: 32px;--s-10: 40px;--brand-50: #e6fffe;--brand-100: #b3fffd;--brand-200: #80fffb;--brand-300: #4dfff8;--brand-400: #1afff5;--brand-500: #00e5e2;--brand-600: #00b8b6;--brand-700: #008a89;--brand-800: #005c5b;--brand-900: #002e2e;--green-500: #22c55e;--green-600: #16a34a;--amber-500: #f59e0b;--amber-600: #d97706;--red-500: #ef4444;--red-600: #dc2626;--blue-500: #3b82f6;--purple-500:#a855f7;--pink-500: #ec4899;--shadow-sm: 0 1px 2px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.15), 0 4px 6px -2px rgba(0,0,0,.08)}[data-theme=dark],:root{--bg-0: #0a0d10;--bg-1: #0e1216;--bg-2: #141a20;--bg-3: #1a2128;--bg-4: #232b34;--bg-5: #2e3742;--line-1: rgba(255,255,255,.06);--line-2: rgba(255,255,255,.1);--line-3: rgba(255,255,255,.16);--text-1: #e8edf2;--text-2: #aab4be;--text-3: #6b7682;--text-4: #4a5460;--accent: var(--brand-500);--accent-soft: rgba(0, 229, 226, .12);--accent-line: rgba(0, 229, 226, .28);--accent-text: var(--brand-400);--status-online: var(--green-500);--status-online-soft: rgba(34, 197, 94, .14);--status-degraded: var(--amber-500);--status-degraded-soft: rgba(245, 158, 11, .14);--status-offline: var(--red-500);--status-offline-soft: rgba(239, 68, 68, .14);--status-pending: var(--blue-500);--status-pending-soft: rgba(59, 130, 246, .14);--status-paused: var(--purple-500);--status-paused-soft: rgba(168, 85, 247, .14)}[data-theme=light]{--bg-0: #f5f6f7;--bg-1: #ffffff;--bg-2: #fafbfc;--bg-3: #f0f2f4;--bg-4: #e6e9ec;--bg-5: #d8dde2;--line-1: rgba(15,20,25,.06);--line-2: rgba(15,20,25,.1);--line-3: rgba(15,20,25,.16);--text-1: #0f1419;--text-2: #41505c;--text-3: #6b7682;--text-4: #9aa4ae;--accent: var(--brand-700);--accent-soft: rgba(0, 138, 137, .1);--accent-line: rgba(0, 138, 137, .28);--accent-text: var(--brand-700);--status-online: var(--green-600);--status-online-soft: rgba(34, 197, 94, .12);--status-degraded: var(--amber-600);--status-degraded-soft: rgba(245, 158, 11, .14);--status-offline: var(--red-600);--status-offline-soft: rgba(239, 68, 68, .1);--status-pending: var(--blue-500);--status-pending-soft: rgba(59, 130, 246, .1);--status-paused: var(--purple-500);--status-paused-soft: rgba(168, 85, 247, .1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:var(--font-sans);font-size:var(--t-13);line-height:1.45;color:var(--text-1);background:var(--bg-0);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11","cv02"}button{font-family:inherit;font-size:inherit;color:inherit}input{font-family:inherit}.sc-scroll::-webkit-scrollbar{width:8px;height:8px}.sc-scroll::-webkit-scrollbar-track{background:transparent}.sc-scroll::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:4px}.sc-scroll::-webkit-scrollbar-thumb:hover{background:var(--line-3)}.mono{font-family:var(--font-mono);font-feature-settings:"zero","cv05"}.tabular{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes blink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-red{0%{box-shadow:0 0 #ef44448c,0 0 16px #ef444466}70%{box-shadow:0 0 0 10px #ef444400,0 0 16px #ef444466}to{box-shadow:0 0 #ef444400,0 0 16px #ef444466}}html[data-cast=teal] [data-app-shell]{--brand-400: #4dfff8;--brand-500: #00e5e2;--brand-700: #008a89;--brand-900: #002e2e;--accent: #00e5e2;--accent-soft: rgba(0,229,226,.12);--accent-line: rgba(0,229,226,.28);--accent-text: #4dfff8}html[data-cast=amethyst] [data-app-shell]{--brand-400: #c4a5ff;--brand-500: #a855f7;--brand-700: #7c3aed;--brand-900: #2e1065;--accent: #a855f7;--accent-soft: rgba(168,85,247,.14);--accent-line: rgba(168,85,247,.32);--accent-text: #c4a5ff}html[data-cast=solar] [data-app-shell]{--brand-400: #fbbf24;--brand-500: #f59e0b;--brand-700: #b45309;--brand-900: #451a03;--accent: #f59e0b;--accent-soft: rgba(245,158,11,.14);--accent-line: rgba(245,158,11,.32);--accent-text: #fbbf24}html[data-cast=mono] [data-app-shell]{--brand-400: #e8edf2;--brand-500: #aab4be;--brand-700: #6b7682;--brand-900: #232b34;--accent: #e8edf2;--accent-soft: rgba(232,237,242,.1);--accent-line: rgba(232,237,242,.22);--accent-text: #e8edf2}html[data-mode=calm] [data-app-shell]{--bg-0: #0c1014;--bg-1: #11161b;--bg-2: #161c22;--bg-3: #1c232a;--line-1: rgba(255,255,255,.04);--line-2: rgba(255,255,255,.07)}html[data-mode=calm] body{letter-spacing:.005em}html[data-mode=calm] [data-app-shell] table{font-size:12px!important}html[data-mode=calm] [data-app-shell] table td{padding-top:11px!important;padding-bottom:11px!important}html[data-mode=calm] [data-status-pill]{opacity:.82;font-weight:500!important}html[data-mode=calm] svg.sc-spark polyline:first-child{stroke-dasharray:400;animation:calm-draw 1.6s ease-out both}@keyframes calm-draw{0%{stroke-dashoffset:400;opacity:.2}to{stroke-dashoffset:0;opacity:1}}html[data-mode=war] [data-app-shell]{--bg-0: #07090b;--bg-1: #0a0d10;--bg-2: #0e1318;--bg-3: #121820;--line-1: rgba(255,255,255,.1);--line-2: rgba(255,255,255,.16);--line-3: rgba(255,255,255,.24);--text-1: #f5f8fb;--text-3: #8a96a3}html[data-mode=war] [data-app-shell] table td{padding-top:6px!important;padding-bottom:6px!important;font-size:12px!important}html[data-mode=war] [data-app-shell] table th{padding-top:6px!important;padding-bottom:6px!important}html[data-mode=war] [data-status-pill]{border-radius:2px!important;font-weight:700!important;letter-spacing:.1em!important}html[data-mode=war] [data-pulse]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 #ef44448c;animation:war-pulse 1.6s ease-out infinite;pointer-events:none}@keyframes war-pulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 14px #ef444400}to{box-shadow:0 0 #ef444400}}html[data-mode=war] [data-critical]{background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 3px)!important}html[data-mode=war] [data-critical]{border-color:#ef444473!important;box-shadow:0 0 0 1px #ef44442e,0 0 24px #ef444414 inset!important}html[data-mode=war] [data-status-dot=online]{background:var(--amber-500)!important;box-shadow:0 0 0 3px #f59e0b2e!important;animation:war-blink 2s ease-in-out infinite}@keyframes war-blink{50%{opacity:.5}}html[data-flow=on] .topo-edge{stroke-dasharray:4 6!important;animation:flow-march 1.2s linear infinite}@keyframes flow-march{to{stroke-dashoffset:-20}}html[data-flow=on] .topo-edge-hot{stroke-dasharray:3 4!important;animation:flow-march .6s linear infinite}html[data-flow=off] .topo-edge,html[data-flow=off] .topo-edge-hot{stroke-dasharray:0!important;animation:none!important}
