:root{--font-sans:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--surface:#fff;--surface-sunken:#f6f8fa;--surface-raised:#fff;--border:#e3e8ee;--border-strong:#cbd3dc;--ink:#17212b;--ink-muted:#5c6b7a;--ink-subtle:#8b98a5;--ink-inverse:#fff;--accent:#2563c4;--accent-soft:#e8f0fc;--accent-strong:#1b4a96;--cat-grows:#157f5f;--cat-grows-soft:#e0f0ea;--cat-shrinks:#c1443b;--cat-shrinks-soft:#f8e5e3;--cat-same:#5a6b7d;--cat-same-soft:#e8ecf0;--cat-unavailable:#a8b3bd;--cat-unavailable-soft:#eef1f4;--heat-0:#f4f7fa;--heat-1:#dfeaf8;--heat-2:#bdd6f2;--heat-3:#8fb8e6;--heat-4:#4f8ed2;--heat-5:#1f5fae;--repo-1:#4e79a7;--repo-2:#f28e2b;--repo-3:#76b7b2;--repo-4:#b07aa1;--repo-5:#9c755f;--repo-6:#6b8fd4;--repo-7:#edc948;--repo-8:#8e7cc3;--repo-9:#d4a26a;--repo-10:#c98ba8;--repo-1-soft:#dce6f1;--repo-2-soft:#fde8d3;--repo-3-soft:#ddeeed;--repo-4-soft:#eee0ea;--repo-5-soft:#e9e0db;--repo-6-soft:#e0e7f7;--repo-7-soft:#fbf3d4;--repo-8-soft:#e6e1f2;--repo-9-soft:#f5e8d9;--repo-10-soft:#f5e2eb;--shadow-sm:0 1px 2px #17212b0f;--shadow-md:0 2px 8px #17212b14;--shadow-lg:0 8px 24px #17212b29;--z-tooltip:100}*{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;padding:0}body{background:var(--surface-sunken);color:var(--ink);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5}h1,h2,h3{letter-spacing:-.01em;margin:0;font-weight:700}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}code{font-family:var(--font-mono);font-size:var(--text-xs)}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{align-items:center;gap:var(--space-6);padding:var(--space-3) var(--space-6);background:var(--surface);border-bottom:1px solid var(--border);display:flex}.app-brand{align-items:center;gap:var(--space-2);font-size:var(--text-md);white-space:nowrap;font-weight:700;display:flex}.app-brand-mark{border-radius:var(--radius-sm);background:var(--accent);width:26px;height:26px;color:var(--ink-inverse);font-size:var(--text-xs);place-items:center;font-weight:700;display:grid}.app-nav{gap:var(--space-2);display:flex}.app-nav-link{padding:var(--space-2) var(--space-3);color:var(--ink-muted);border-bottom:2px solid #0000;font-weight:500}.app-nav-link:hover{color:var(--ink);text-decoration:none}.app-nav-link[aria-current=page]{border-bottom-color:var(--accent);color:var(--accent);font-weight:600}.app-main{width:100%;max-width:1440px;padding:var(--space-6);flex:1;margin:0 auto}.app-footer{justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);color:var(--ink-subtle);font-size:var(--text-xs);display:flex}.tab-header{margin-bottom:var(--space-5)}.tab-title{font-size:var(--text-2xl)}.tab-lead{max-width:70ch;margin-top:var(--space-2);color:var(--ink-muted)}.panel{padding:var(--space-5);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.panel+.panel{margin-top:var(--space-5)}.panel-title{font-size:var(--text-lg)}.panel-lead{max-width:80ch;margin-top:var(--space-1);color:var(--ink-muted);font-size:var(--text-sm)}.panel-body{margin-top:var(--space-4)}.note{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);display:flex}.note-icon{width:20px;height:20px;font-size:var(--text-xs);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.note-info{background:var(--accent-soft);color:var(--accent-strong)}.note-info .note-icon{background:var(--accent);color:var(--ink-inverse)}.note-neutral{background:var(--surface-sunken);color:var(--ink-muted)}.note-neutral .note-icon{background:var(--border-strong);color:var(--surface)}.note-title{font-weight:600}.note-body{margin-top:2px}.observation-count{color:var(--ink-subtle);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.empty-message{padding:var(--space-7) var(--space-4);border:1px dashed var(--border-strong);border-radius:var(--radius-md);color:var(--ink-muted);text-align:center;place-items:center;display:grid}.placeholder{border:1px dashed var(--border-strong);border-radius:var(--radius-md);min-height:220px;color:var(--ink-subtle);text-align:center;place-items:center;display:grid}.data-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.data-table th,.data-table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.data-table th{background:var(--surface-sunken);color:var(--ink-muted);font-weight:600}.data-table tbody tr:hover{background:var(--surface-sunken)}.data-table .align-right{text-align:right;font-variant-numeric:tabular-nums}.value-unavailable{color:var(--ink-subtle);font-style:italic}.delta-grows{color:var(--cat-grows);font-weight:600}.delta-shrinks{color:var(--cat-shrinks);font-weight:600}.delta-same{color:var(--cat-same);font-weight:600}.tooltip{z-index:var(--z-tooltip);max-width:320px;padding:var(--space-2) var(--space-3);background:var(--ink);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--ink-inverse);font-size:var(--text-xs);pointer-events:none;line-height:1.45;position:fixed}.tooltip[hidden]{display:none}.tooltip-title{font-weight:700}.tooltip-row{justify-content:space-between;gap:var(--space-4);display:flex}.tooltip-label{color:#ffffffb3}.tooltip-value{font-variant-numeric:tabular-nums}.scope-selector{align-items:flex-end;gap:var(--space-1);flex-direction:column;flex:none;display:flex}.scope-selector-label{color:var(--ink-muted);font-size:var(--text-xs)}.scope-selector-options{border:1px solid var(--border-strong);border-radius:var(--radius-md);display:flex;overflow:hidden}.scope-selector-option{padding:var(--space-2) var(--space-4);background:var(--surface);border:0;border-left:1px solid var(--border);color:var(--ink-muted);font-size:var(--text-sm);font-weight:600}.scope-selector-option:first-child{border-left:0}.scope-selector-option:hover{background:var(--surface-sunken);color:var(--ink)}.scope-selector-option[aria-pressed=true]{background:var(--accent);color:var(--ink-inverse)}.scope-clear{padding:var(--space-2) var(--space-4);background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius-md);color:var(--accent);font-size:var(--text-sm);flex:none;font-weight:600}.scope-clear:hover{background:var(--accent-soft)}.scope-bar{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--accent-soft);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;display:flex}.scope-bar-text{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.scope-bar-label{color:var(--ink-muted)}.scope-bar-detail{color:var(--ink-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.activity-root,.length-root{gap:var(--space-5);flex-direction:column;display:flex}.activity-layout{align-items:start;gap:var(--space-5);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);display:grid}.activity-layout>.panel+.panel{margin-top:0}.activity-panel{flex-direction:column;display:flex}.activity-panel-head,.length-panel-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.activity-treemap-wrap{max-height:560px;overflow-y:auto}.activity-treemap{max-width:100%;display:block}.activity-treemap-header,.activity-treemap-cell{cursor:pointer;outline-offset:-2px}.activity-treemap-cell rect{fill-opacity:.38;transition:fill-opacity .12s}.activity-treemap-cell:hover rect,.activity-treemap-cell:focus-visible rect{fill-opacity:.58}.activity-treemap-cell:focus-visible rect,.activity-treemap-header:focus-visible rect{stroke:var(--ink);stroke-width:2px}.activity-treemap-repo-name{fill:var(--ink);font-size:var(--text-sm);font-weight:700}.activity-treemap-repo-count{fill:var(--ink-muted);font-size:var(--text-xs)}.activity-treemap-file-folder{fill:var(--ink);fill-opacity:.8;font-size:var(--text-xs)}.activity-treemap-file-name{fill:var(--ink);font-size:var(--text-sm);font-weight:600}.activity-treemap-file-count{fill:var(--ink);fill-opacity:.8;font-size:var(--text-xs);font-variant-numeric:tabular-nums}.activity-heatmap-scroll{max-height:460px;overflow:auto}.activity-heatmap-grid{grid-template-columns:140px repeat(var(--activity-heatmap-columns), minmax(18px, 1fr));gap:2px;width:max-content;min-width:100%;display:grid}.activity-heatmap-corner,.activity-heatmap-week,.activity-heatmap-name{background:var(--surface);box-shadow:0 0 0 1px var(--surface);color:var(--ink-muted);font-size:var(--text-xs)}.activity-heatmap-corner{z-index:3;padding-bottom:var(--space-1);font-weight:600;position:sticky;top:0;left:0}.activity-heatmap-week{z-index:2;padding-bottom:var(--space-1);text-align:center;white-space:nowrap;position:sticky;top:0;overflow:visible}.activity-heatmap-name{z-index:1;padding-right:var(--space-2);text-overflow:ellipsis;white-space:nowrap;line-height:20px;position:sticky;left:0;overflow:hidden}.activity-heatmap-cell{border:0;border-radius:3px;height:20px;padding:0}.activity-heatmap-cell:hover{box-shadow:inset 0 0 0 2px var(--ink-subtle)}.activity-heatmap-cell.is-selected{box-shadow:inset 0 0 0 2px var(--surface), inset 0 0 0 4px var(--accent-strong)}.activity-heatmap-cell:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.activity-heatmap-legend{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-3);color:var(--ink-muted);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.activity-heatmap-legend-item{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.activity-heatmap-legend-step{margin-right:var(--space-2);align-items:center;gap:4px;display:flex}.activity-heatmap-legend-unit{color:var(--ink-subtle)}.activity-heatmap-swatch{border:1px solid var(--border);border-radius:3px;width:16px;height:16px}.length-sankey-wrap{max-height:700px;overflow:auto}.length-sankey{display:block}.length-sankey-link{cursor:pointer}.length-sankey-link path{fill:none;stroke-opacity:.4;transition:stroke-opacity .12s}.length-sankey-link:hover path{stroke-opacity:.75}.length-sankey-link:focus-visible path{stroke-opacity:1}.length-sankey-link.is-selected path{stroke-opacity:.9}.length-sankey-link:focus,.length-sankey-link:focus-visible,.length-sankey-node:focus,.length-sankey-node:focus-visible{outline:none}.length-sankey-label{fill:var(--ink);font-size:var(--text-sm);font-weight:600}.length-sankey-value{fill:var(--ink-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.length-clear{padding:var(--space-2) var(--space-4);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--ink-muted);font-size:var(--text-sm);flex:none;font-weight:600}.length-clear:hover{border-color:var(--accent);color:var(--accent)}.length-detail-scroll{max-height:420px;overflow-y:auto}@media (width<=1100px){.activity-layout{grid-template-columns:minmax(0,1fr)}}.history-file{margin-bottom:var(--space-5)}.history-file-repo{color:var(--ink-muted);font-size:var(--text-sm);margin:0}.history-file-path{margin:var(--space-1) 0 0;font-family:var(--font-mono);font-size:var(--text-lg);word-break:break-all}.history-file-count{margin:var(--space-1) 0 0;color:var(--ink-subtle);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.history-panel-head{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.history-button{padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--ink);font-size:var(--text-sm);font-weight:500}.history-button:hover{background:var(--surface-sunken);border-color:var(--ink-subtle)}.history-graph-body{margin-top:var(--space-4);background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-md)}.history-graph{cursor:grab;touch-action:none;width:100%;display:block}.history-graph:active{cursor:grabbing}.history-node circle{fill:var(--node-soft,var(--accent-soft));stroke:var(--node-color,var(--accent));stroke-width:1.5px;cursor:pointer;transition:fill .12s}.history-node:hover circle{fill:var(--node-color,var(--accent))}.history-node.is-unavailable circle{stroke-dasharray:4 3}.history-node.is-selected circle{fill:var(--node-color,var(--accent));stroke:var(--ink);stroke-width:3px}.history-node-label{fill:var(--ink-muted);text-anchor:middle;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:11px}.history-node.is-selected .history-node-label{fill:var(--ink);font-weight:700}.history-node:focus,.history-node:focus-visible,.history-link:focus,.history-link:focus-visible{outline:none}.history-node:focus-visible circle,.history-link:focus-visible .history-link-line{stroke:var(--ink);stroke-width:3px}.history-link{cursor:pointer}.history-link-hit{stroke:#0000;stroke-width:16px}.history-link-line{stroke-width:2px;pointer-events:none}.history-link-head{pointer-events:none}.history-link:hover .history-link-line,.history-link.is-selected .history-link-line{stroke-width:4px}.history-legend{align-items:center;gap:var(--space-2) var(--space-4);margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.history-legend-item{align-items:center;gap:var(--space-2);color:var(--ink-muted);display:inline-flex}.history-legend-mark{border:2px solid var(--border);border-radius:50%;flex:none;width:14px;height:14px}.history-legend-mark.is-dashed{border-style:dashed}.history-legend-size{gap:var(--space-1)}.history-legend-bubble{border:1.5px solid var(--ink-subtle);border-radius:50%;flex:none}.history-legend-bubble.is-small{width:8px;height:8px}.history-legend-bubble.is-large{width:16px;height:16px;margin-right:var(--space-1)}.history-legend-note{color:var(--ink-subtle)}.history-toggle{background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px;display:inline-flex}.history-toggle-button{padding:var(--space-1) var(--space-3);color:var(--ink-muted);font-size:var(--text-sm);background:0 0;border:none;border-radius:3px}.history-toggle-button[aria-pressed=true]{background:var(--accent);color:var(--ink-inverse);font-weight:600}.history-meta{gap:var(--space-1) var(--space-4);margin:var(--space-4) 0 0;font-size:var(--text-sm);grid-template-columns:auto 1fr;display:grid}.history-meta dt{color:var(--ink-muted)}.history-meta dd{font-variant-numeric:tabular-nums;margin:0}.history-metrics{gap:var(--space-4);margin-top:var(--space-4);padding:var(--space-4);background:var(--surface-sunken);border-radius:var(--radius-md);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.history-metric{gap:var(--space-1);flex-direction:column;display:flex}.history-metric-label{color:var(--ink-muted);font-size:var(--text-xs)}.history-metric-value{font-size:var(--text-lg);font-variant-numeric:tabular-nums;font-weight:700}.history-columns{gap:var(--space-4);margin-top:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.history-column-title{font-size:var(--text-base);margin:0}.history-column-meta{margin:var(--space-1) 0 var(--space-2);color:var(--ink-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.history-text{max-height:420px;margin:var(--space-3) 0 0;padding:var(--space-3);background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:var(--text-xs);white-space:pre-wrap;word-break:break-word;line-height:1.55;overflow:auto}.history-hint,.history-empty-hint{color:var(--ink-muted);margin:0}.history-empty{place-items:center;gap:var(--space-2);padding:var(--space-7) var(--space-5);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;display:grid}.history-empty-title{font-size:var(--text-lg);margin:0;font-weight:700}.history-empty-hint{max-width:48ch;font-size:var(--text-sm)}.history-note{margin-top:var(--space-5)}
