:root,[data-theme=dark]{--color-bg:7 9 13;--color-bg-2:13 17 23;--color-bg-3:20 26 34;--color-surface:19 25 34;--color-border:31 39 51;--color-border-2:42 51 68;--color-text:229 231 235;--color-muted:123 134 149;--color-accent:239 68 68;--color-accent-2:245 158 11;--color-ok:16 185 129;--color-warn:245 158 11;--color-crit:239 68 68;--color-info:56 189 248;--color-grid-line:239 68 68;--color-grid-alpha:0.04;--color-legend-bg:7 9 13;--color-legend-alpha:0.85;--feed-hover-bg:255 255 255;--feed-hover-alpha:0.02}[data-theme=light]{--color-bg:244 245 248;--color-bg-2:255 255 255;--color-bg-3:238 240 244;--color-surface:255 255 255;--color-border:223 227 234;--color-border-2:199 205 214;--color-text:11 13 18;--color-muted:85 96 110;--color-accent:220 38 38;--color-accent-2:217 119 6;--color-ok:5 150 105;--color-warn:217 119 6;--color-crit:220 38 38;--color-info:2 132 199;--color-grid-line:220 38 38;--color-grid-alpha:0.05;--color-legend-bg:255 255 255;--color-legend-alpha:0.92;--feed-hover-bg:0 0 0;--feed-hover-alpha:0.025}@media (prefers-color-scheme:light){[data-theme=system]{--color-bg:244 245 248;--color-bg-2:255 255 255;--color-bg-3:238 240 244;--color-surface:255 255 255;--color-border:223 227 234;--color-border-2:199 205 214;--color-text:11 13 18;--color-muted:85 96 110;--color-accent:220 38 38;--color-accent-2:217 119 6;--color-ok:5 150 105;--color-warn:217 119 6;--color-crit:220 38 38;--color-info:2 132 199;--color-grid-line:220 38 38;--color-grid-alpha:0.05;--color-legend-bg:255 255 255;--color-legend-alpha:0.92;--feed-hover-bg:0 0 0;--feed-hover-alpha:0.025}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:SF Mono,ui-monospace,Cascadia Code,Menlo,Consolas,monospace;background:rgb(var(--color-bg));color:rgb(var(--color-text));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgb(var(--color-bg-2))}::-webkit-scrollbar-thumb{background:rgb(var(--color-border-2));border-radius:2px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-muted))}