:root{color-scheme:light;--page-plane:#f9f9f7;--surface-1:#fcfcfb;--text-primary:#0b0b0b;--text-secondary:#52514e;--text-muted:#898781;--gridline:#e1e0d9;--baseline:#c3c2b7;--border:rgba(11,11,11,0.1);--series-blue:#2a78d6;--series-blue-track:#e1e0d9;--status-good:#0ca30c;--status-critical:#d03b3b;--success-text:#006300}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])){color-scheme:dark;--page-plane:#0d0d0d;--surface-1:#1a1a19;--text-primary:#ffffff;--text-secondary:#c3c2b7;--text-muted:#898781;--gridline:#2c2c2a;--baseline:#383835;--border:rgba(255,255,255,0.1);--series-blue:#3987e5;--series-blue-track:#2c2c2a;--status-good:#0ca30c;--status-critical:#e66767;--success-text:#0ca30c}}:root[data-theme=dark]{color-scheme:dark;--page-plane:#0d0d0d;--surface-1:#1a1a19;--text-primary:#ffffff;--text-secondary:#c3c2b7;--text-muted:#898781;--gridline:#2c2c2a;--baseline:#383835;--border:rgba(255,255,255,0.1);--series-blue:#3987e5;--series-blue-track:#2c2c2a;--status-good:#0ca30c;--status-critical:#e66767;--success-text:#0ca30c}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--page-plane);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif}table{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}