:root{color-scheme:light;--surface-1: #fcfcfb;--page: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--grid: #e1e0d9;--border: rgba(11, 11, 11, .1);--accent: #2a78d6;--accent-2: #eb6834;--ok: #1f8a4c;--warn: #b8860b;--bad: #c0392b;--hex-hi: #cde2fb;--hex-dirty: #f9d9a0}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--grid: #2c2c2a;--border: rgba(255, 255, 255, .1);--accent: #3987e5;--accent-2: #d95926;--hex-hi: #123a63;--hex-dirty: #6b4a12}}:root[data-theme=light]{color-scheme:light;--surface-1: #fcfcfb;--page: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--grid: #e1e0d9;--border: rgba(11, 11, 11, .1);--accent: #2a78d6;--accent-2: #eb6834;--ok: #1f8a4c;--warn: #b8860b;--bad: #c0392b;--hex-hi: #cde2fb;--hex-dirty: #f9d9a0}:root[data-theme=dark]{color-scheme:dark;--surface-1: #1c1e22;--page: #101216;--text-primary: #eef0f2;--text-secondary: #a9adb4;--text-muted: #6c7078;--grid: #2a2d33;--border: rgba(255, 255, 255, .1);--accent: #4a90d9;--accent-2: #ff9224;--ok: #3ecf6e;--warn: #e0a83c;--bad: #e0483c;--hex-hi: #1d3a5c;--hex-dirty: #5c3a12}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}button{font-family:inherit;cursor:pointer;border-radius:999px;border:1px solid var(--border);background:var(--surface-1);color:var(--text-secondary);font-size:12.5px;padding:6px 14px}button:hover{color:var(--text-primary)}button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}button:disabled{opacity:.45;cursor:default}input[type=text],input[type=number]{font-family:inherit;border-radius:6px;border:1px solid var(--border);background:var(--page);color:var(--text-primary);padding:6px 9px;font-size:13px}table.heat{border-collapse:collapse;font-size:var(--cell-font, 12px);font-variant-numeric:tabular-nums}table.heat th{color:var(--text-muted);font-weight:500;padding:4px 6px;text-align:center}table.heat td{padding:0;text-align:center;position:relative;border:2px solid var(--surface-1)}table.heat td .cell{display:flex;align-items:center;justify-content:center;min-width:var(--cell-w, 54px);height:var(--cell-h, 30px);border-radius:3px;background:var(--grid)}table.heat .corner{color:var(--text-muted);font-size:11px}table.heat td .cell.diff{box-shadow:inset 0 0 0 2px var(--accent-2)}table.heat td .cell.delta{cursor:default;font-weight:600}table.heat td .cell.selectcell{cursor:pointer;-webkit-user-select:none;user-select:none}table.heat td .cell.selectcell.selected{background:var(--accent);color:#fff;box-shadow:inset 0 0 0 2px var(--accent)}table.heat td .cell.selectcell.focused{outline:2px solid var(--accent-2);outline-offset:-2px}table.heat[tabindex]{outline:none}table.heat th.axisselectable{cursor:pointer;-webkit-user-select:none;user-select:none}table.heat th.axisselectable:hover{background:var(--grid);color:var(--text-primary)}table.heat td .cell.rawcell{cursor:default;font-variant-numeric:tabular-nums;-webkit-user-select:text;user-select:text}.bulktoolbar{display:flex;align-items:center;gap:10px;margin:4px 0 10px}.bulktoolbar button{display:inline-flex;align-items:center;gap:6px}.bulktoolbar button svg{width:14px;height:14px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bulktoolbar button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.bulktoolbar .hint{font-size:11.5px;color:var(--text-muted)}.selecthint{font-size:11.5px;color:var(--text-muted);margin:-6px 0 10px}.linechartwrap{position:relative;max-width:760px}.linechart{width:100%;height:220px;display:block}.linechart polyline{fill:none;stroke:var(--accent);stroke-width:1.5}.linechart circle{fill:var(--accent)}.chartaxislabel{position:absolute;left:4px;font-size:10.5px;color:var(--text-muted);font-variant-numeric:tabular-nums}.chartymax{top:4px}.chartymin{bottom:4px}
