@charset "UTF-8";:root{--font-mono: "JetBrains Mono", "Fira Code", "Courier New", monospace;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--surface-grounded: #1e1e2e;--surface-shallow: #313244;--surface-peaked: #45475a;--on-surface-strong: #cdd6f4;--on-surface-base: #a6adc8;--on-surface-muted: #6c7086;--primary: #d57f23;--success: #a6e3a1;--error: #f38ba8;--warning: #f9e2af;--shadow-dark: rgb(0 0 0 / 25%);--shadow-light: rgb(255 255 255 / 5%)}.neu-card{padding:1.5rem;background:var(--surface-shallow);border-radius:20px;box-shadow:10px 10px 20px var(--shadow-dark),-5px -5px 15px var(--shadow-light)}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.status-dot[data-status=operational]{background:#a6e3a1;box-shadow:0 0 10px #a6e3a166}.status-dot[data-status=degraded]{background:#f9e2af;box-shadow:0 0 10px #f9e2af66}.status-dot[data-status=outage]{background:#f38ba8;box-shadow:0 0 10px #f38ba866}html,body{height:100%;margin:0;font-family:var(--font-sans);color:var(--on-surface-base);background:var(--surface-grounded)}body{padding:2rem}h1,h2,h3{color:var(--on-surface-strong);font-weight:800;letter-spacing:-.02em}.mono{font-family:var(--font-mono)}.tabular{font-variant-numeric:tabular-nums}
