*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}:root{--bg: #ffffff;--bg-footer: #fafafa;--bg-surface: #f5f5f5;--border: #e5e5e5;--text-hi: #0a0a0a;--text-lo: #737373;--text-dim: #a3a3a3;--accent: #6d28d9;--accent-light: #ede9fe;--dot-operational: #22c55e;--dot-degraded: #eab308;--dot-down: #ef4444}html.dark{--bg: #09090b;--bg-footer: #0a0a0c;--bg-surface: #18181b;--border: #27272a;--text-hi: #fafafa;--text-lo: #a1a1aa;--text-dim: #52525b;--accent: #a78bfa;--accent-light: rgba(167, 139, 250, .1);--dot-operational: #4ade80;--dot-degraded: #facc15;--dot-down: #f87171}body{margin:0;background-color:var(--bg);color:var(--text-hi);transition:background-color .2s ease,color .2s ease}#app{overflow-x:hidden}a{color:inherit;text-decoration:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease both}.delay-0{animation-delay:0ms}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}
