:root{color-scheme:light;--surface-1: #fcfcfb;--page: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--muted: #898781;--gridline: #e1e0d9;--axis: #c3c2b7;--border: rgba(11, 11, 11, .1);--good: #006300;--critical: #d03b3b;--warning: #fab219;--hover-wash: rgba(11, 11, 11, .04);--good-wash: rgba(0, 99, 0, .08);--accent: #2a78d6}@media(prefers-color-scheme:dark){:root:where(:not([data-theme=light])){color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--muted: #898781;--gridline: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--good: #0ca30c;--critical: #d03b3b;--hover-wash: rgba(255, 255, 255, .06);--good-wash: rgba(12, 163, 12, .12);--accent: #3987e5}}:root[data-theme=dark]{color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--muted: #898781;--gridline: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--good: #0ca30c;--critical: #d03b3b;--hover-wash: rgba(255, 255, 255, .06);--good-wash: rgba(12, 163, 12, .12);--accent: #3987e5}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.app{max-width:1280px;margin:0 auto;padding:28px 20px 56px;display:flex;flex-direction:column;gap:20px}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.header h1{margin:0;font-size:22px;font-weight:650;letter-spacing:-.01em}.subtitle{margin:4px 0 0;color:var(--text-secondary);font-size:13px}.header-actions{display:flex;align-items:center;gap:12px}.updated{color:var(--muted);font-size:12px}button.ghost{background:transparent;border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;padding:6px 12px;font-size:12px;font-family:inherit;cursor:pointer}button.ghost:hover{background:var(--hover-wash)}.notice{padding:10px 14px;border-radius:8px;font-size:13px;border:1px solid var(--border);background:var(--surface-1)}.notice.error{border-left:3px solid var(--critical)}.notice.warn{border-left:3px solid var(--warning)}.notice code{font-size:12px;background:var(--hover-wash);padding:1px 5px;border-radius:4px}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:1000px){.tiles{grid-template-columns:repeat(4,1fr)}}@media(max-width:520px){.tiles{grid-template-columns:1fr}}.tile{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.tile-label{color:var(--text-secondary);font-size:12px;margin-bottom:6px}.tile-value{font-size:26px;font-weight:620;letter-spacing:-.02em;display:flex;align-items:baseline;gap:6px}.tile-unit{font-size:12px;font-weight:400;color:var(--muted);letter-spacing:0}.tile-note{margin-top:6px;font-size:12px;color:var(--muted)}.tone-up{color:var(--good)}.tone-down{color:var(--critical)}.filters{display:flex;flex-wrap:wrap;gap:18px 24px;align-items:flex-start;padding:14px 16px;background:var(--surface-1);border:1px solid var(--border);border-radius:12px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group.grow{flex:1 1 320px}.filter-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.segmented button{background:transparent;border:0;border-right:1px solid var(--border);color:var(--text-secondary);padding:7px 12px;font-size:12px;font-family:inherit;cursor:pointer;white-space:nowrap}.segmented button:last-child{border-right:0}.segmented button:hover{background:var(--hover-wash)}.segmented button.active{background:var(--text-primary);color:var(--surface-1);font-weight:550}.checkbox{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary);padding:7px 0;cursor:pointer}.checkbox input{accent-color:var(--accent);width:15px;height:15px;cursor:pointer}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;gap:7px;background:transparent;border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:12px;font-family:inherit;color:var(--muted);cursor:pointer;min-height:30px}.chip:hover{background:var(--hover-wash)}.chip.active{color:var(--text-primary);border-color:var(--axis)}.swatch{width:10px;height:10px;border-radius:3px;border:1.5px solid transparent;display:inline-block;flex-shrink:0}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:18px}.card-head h2{margin:0;font-size:15px;font-weight:600}.card-head p{margin:4px 0 14px;color:var(--text-secondary);font-size:12.5px;max-width:80ch}.chart-wrap{position:relative}.chart-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin-bottom:12px}.legend-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--text-secondary);white-space:nowrap}.legend-line{width:16px;height:2px;border-radius:1px;flex-shrink:0}.legend-line.dashed{background:repeating-linear-gradient(to right,currentColor 0 5px,transparent 5px 9px)}.chart{width:100%;height:620px;transition:opacity .15s ease}.chart-caption{margin:10px 0 0;font-size:12px;color:var(--muted);max-width:90ch}.chart-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;color:var(--muted);font-size:13px;padding:0 24px}.tt-header{font-size:11px;margin-bottom:8px}.tt-section{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;margin:8px 0 4px}.tt-row{display:flex;align-items:center;gap:8px;line-height:1.7}.tt-key{width:14px;height:2px;border-radius:1px;flex-shrink:0}.tt-value{font-weight:600;font-variant-numeric:tabular-nums;min-width:68px;text-align:right}.tt-name{color:var(--text-secondary);font-size:11.5px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;font-weight:550;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 12px 8px;border-bottom:1px solid var(--gridline);white-space:nowrap}tbody th{text-align:left;font-weight:500;white-space:nowrap;position:sticky;left:0;background:var(--surface-1)}.provider-cell{display:flex;align-items:center;gap:8px}tbody th,tbody td{padding:10px 12px;border-bottom:1px solid var(--gridline)}tbody tr:last-child th,tbody tr:last-child td{border-bottom:0}tbody tr:hover th,tbody tr:hover td{background:var(--hover-wash)}.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.best{color:var(--good);font-weight:650;background:var(--good-wash)}.best-inline{color:var(--good);font-weight:600}.delta-up{color:var(--good)}.delta-down{color:var(--critical)}td.muted{color:var(--muted)}.table-foot{margin:12px 0 0;font-size:12px;color:var(--muted)}.footer{color:var(--muted);font-size:12px;border-top:1px solid var(--border);padding-top:16px}.footer p{margin:0 0 4px}.footer a{color:var(--text-secondary)}.disclaimer{font-style:italic}@media(max-width:640px){.app{padding:20px 14px 40px}.card{padding:14px}.tile-value{font-size:22px}}
