@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@300;400;500&display=swap";:root{--color-bg: #1c2128;--color-bg-elevated: rgba(28, 33, 40, .92);--color-text: rgba(255, 255, 255, .9);--color-text-secondary: rgba(255, 255, 255, .5);--color-text-muted: rgba(255, 255, 255, .3);--color-border: rgba(255, 255, 255, .1);--color-border-hover: rgba(255, 255, 255, .3);--color-accent: #ffffff;--color-healthy: #3fb950;--color-unhealthy: #f85149;--font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--ease-mechanical: cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--duration-fast: .2s;--duration-normal: .4s;--duration-slow: .6s;--duration-reveal: .8s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);overflow:hidden;margin:0;padding:0}::selection{background:#fff3;color:#fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}
