:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--ice:#f6f8fa;--surface:#fff;--ink:#16212b;--ink-soft:#5a6b7a;--hairline:#dce3e9;--blue-line:#1d5fbf;--goal-red:#c8401f;--neutral:#8c9aa6;--font-display:"Archivo", sans-serif;--font-body:"Inter", sans-serif;--font-data:"IBM Plex Mono", monospace;--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1.125rem;--text-lg:1.5rem;--text-xl:2rem;--text-2xl:2.75rem;--text-3xl:3.5rem;--gutter:1.5rem;--max-width:1200px;--radius:6px;--row-hover:#f0f3f6;--blue-fill:#1d5fbf29;--red-fill:#c8401f29;--skeleton:#e7edf2;--skeleton-sheen:#f2f6f9}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*,:before,:after{box-sizing:border-box;margin:0}body{font-family:var(--font-body);font-size:var(--text-sm);color:var(--ink);background:var(--ice);-webkit-font-smoothing:antialiased;font-feature-settings:"tnum";font-weight:400;line-height:1.55}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.015em}a{color:var(--blue-line);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);padding:0 var(--gutter);margin:0 auto}.card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:var(--gutter)}.label{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-size:.75rem;font-weight:500}.data{font-family:var(--font-data);font-variant-numeric:tabular-nums;font-weight:400}.delta-positive{color:var(--blue-line)}.delta-negative{color:var(--goal-red)}.delta-neutral{color:var(--neutral)}table{border-collapse:collapse;width:100%}th{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);text-align:left;border-bottom:1px solid var(--hairline);padding:.75rem 1rem;font-size:.75rem;font-weight:500}td{border-bottom:1px solid var(--hairline);vertical-align:middle;padding:.75rem 1rem}tbody tr:last-child td{border-bottom:none;padding-bottom:0}tr:hover{background:var(--row-hover)}td.num,th.num{text-align:right;font-family:var(--font-data)}.score-bar{background:var(--hairline);border-radius:2px;width:2rem;height:3px;margin-top:.25rem}.score-bar-fill{background:var(--blue-line);border-radius:2px;height:100%}.badge{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--hairline);border-radius:3px;padding:.1rem .35rem;font-size:.6875rem;font-weight:500;line-height:1.3;display:inline-block}.sample-badge{font-family:var(--font-data);letter-spacing:.02em;color:var(--ink-soft);border:1px solid var(--hairline);white-space:nowrap;border-radius:3px;padding:.1rem .45rem;font-size:.6875rem;line-height:1.3;display:inline-block}.sample-badge.sample-med{border-style:dashed}.sample-badge.sample-low{color:var(--neutral);border-style:dashed}.tabs{border-bottom:1px solid var(--hairline);gap:1.5rem;display:flex}.tab{font-size:var(--text-sm);color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 0;font-weight:500;transition:color .12s,border-color .12s}.tab:hover{color:var(--ink)}.tab.active{color:var(--ink);border-bottom-color:var(--blue-line)}.dbar{width:100%;min-width:64px;height:18px;position:relative}.dbar:before{content:"";background:var(--hairline);width:1px;position:absolute;top:1px;bottom:1px;left:50%}.dbar-fill{height:8px;width:var(--mag,0%);border-radius:1px;position:absolute;top:5px}.dbar-fill.pos{background:var(--blue-line);left:50%}.dbar-fill.neg{background:var(--goal-red);right:50%}.kpi-strip{background:var(--hairline);border:1px solid var(--hairline);border-radius:var(--radius);gap:1px;display:grid;overflow:hidden}.kpi{background:var(--surface);flex-direction:column;gap:.3rem;min-width:0;padding:.85rem 1.1rem;display:flex}.kpi-label{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft);font-size:.6875rem;font-weight:500}.kpi-value{font-family:var(--font-data);font-variant-numeric:tabular-nums;font-size:var(--text-base);font-weight:500;line-height:1.1}.kpi-sub{font-size:var(--text-xs);color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.section-rule{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.section-rule:after{content:"";background:var(--hairline);flex:1;height:1px}:focus-visible{outline:2px solid var(--blue-line);outline-offset:2px}.skeleton{background:linear-gradient(90deg, var(--skeleton) 0%, var(--skeleton-sheen) 50%, var(--skeleton) 100%);background-size:200% 100%;border-radius:3px;animation:1.4s ease-in-out infinite skeleton-sweep;display:inline-block}.skeleton-text{color:#0000;background:linear-gradient(90deg, var(--skeleton) 0%, var(--skeleton-sheen) 50%, var(--skeleton) 100%);-webkit-user-select:none;user-select:none;background-size:200% 100%;border-radius:3px;animation:1.4s ease-in-out infinite skeleton-sweep}@keyframes skeleton-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-color-scheme:dark){:root{--ice:#0a0e15;--surface:#111722;--ink:#e8eef4;--ink-soft:#8694a3;--hairline:#222c39;--blue-line:#5b9dff;--goal-red:#f0795f;--neutral:#7f8c99;--row-hover:#161e2a;--blue-fill:#5b9dff2e;--red-fill:#f0795f2e;--skeleton:#1a2230;--skeleton-sheen:#232e3e}body{-webkit-font-smoothing:auto}}@media (prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}@media (width<=768px){:root{--gutter:1rem}.hide-mobile{display:none}.tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0}}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:400;src:url(./archivo-latin-400-normal.C81ewxNO.woff2)format("woff2"),url(./archivo-latin-400-normal.Bl602Mgc.woff)format("woff")}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:500;src:url(./archivo-latin-500-normal.CGugC8dq.woff2)format("woff2"),url(./archivo-latin-500-normal.pkzA7jw9.woff)format("woff")}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:600;src:url(./archivo-latin-600-normal.3BBy0ZsW.woff2)format("woff2"),url(./archivo-latin-600-normal.DwYieO8P.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(./inter-latin-400-normal.CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal.Cerq10X2.woff2)format("woff2"),url(./inter-latin-500-normal.BL9OpVg8.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-mono-latin-400-normal.DMJ8VG8y.woff2)format("woff2"),url(./ibm-plex-mono-latin-400-normal.CvHOgSBP.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-mono-latin-500-normal.DSY6xOcd.woff2)format("woff2"),url(./ibm-plex-mono-latin-500-normal.CB9ihrfo.woff)format("woff")}.search-wrap.svelte-17bsd80{flex:1;min-width:7rem;max-width:20rem;position:relative}.search-input.svelte-17bsd80{width:100%;font-family:var(--font-body);font-size:var(--text-xs);border:1px solid var(--hairline);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:.45rem .6rem}.search-input.svelte-17bsd80::placeholder{color:var(--ink-soft)}.suggestions.svelte-17bsd80{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);z-index:10;margin-top:2px;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0}.suggestion.svelte-17bsd80{cursor:pointer;font-size:var(--text-xs);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.suggestion.svelte-17bsd80:hover,.suggestion.active.svelte-17bsd80{background:var(--row-hover)}.suggestion-name.svelte-17bsd80{font-weight:500}.nav.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--hairline);z-index:100;position:sticky;top:0}.nav-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1rem;height:3.5rem;display:flex}.nav-left.svelte-12qhfyh{align-items:center;gap:2rem;min-width:0;display:flex}.wordmark.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;font-size:var(--text-base);letter-spacing:-.02em;color:var(--ink);white-space:nowrap;text-decoration:none}.wordmark.svelte-12qhfyh:hover{text-decoration:none}.nav-links.svelte-12qhfyh{gap:1.25rem;display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--text-sm);color:var(--ink-soft);border-bottom:2px solid #0000;padding:.15rem 0;font-weight:500;text-decoration:none;transition:color .12s,border-color .12s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);text-decoration:none}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--ink);border-bottom-color:var(--blue-line)}.nav-right.svelte-12qhfyh{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex}.menu-toggle.svelte-12qhfyh{border:1px solid var(--hairline);border-radius:var(--radius);background:var(--surface);width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .12s;display:none}.menu-toggle.svelte-12qhfyh:hover{border-color:var(--ink-soft)}.mobile-menu.svelte-12qhfyh{border-top:1px solid var(--hairline);background:var(--surface)}.mobile-menu-inner.svelte-12qhfyh{flex-direction:column;padding-top:.5rem;padding-bottom:.5rem;display:flex}.mobile-link.svelte-12qhfyh{font-size:var(--text-base);color:var(--ink-soft);border-bottom:1px solid var(--hairline);padding:.75rem 0;font-weight:500;text-decoration:none}.mobile-link.svelte-12qhfyh:last-child{border-bottom:none}.mobile-link.active.svelte-12qhfyh{color:var(--blue-line)}main.svelte-12qhfyh{padding-top:2rem;padding-bottom:4rem}.wip-badge.svelte-12qhfyh{font-family:var(--font-data);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--hairline);border-radius:3px;flex-shrink:0;margin-left:-1.5rem;padding:.1rem .35rem;font-size:.625rem;font-weight:600;line-height:1.3}.footer.svelte-12qhfyh{border-top:1px solid var(--hairline);margin-top:2rem;padding:2rem 0}.footer-inner.svelte-12qhfyh{justify-content:space-between;align-items:baseline;gap:1.5rem;display:flex}.footer-wip.svelte-12qhfyh{font-size:var(--text-xs);color:var(--ink-soft);max-width:32rem}.footer-sources.svelte-12qhfyh{font-size:var(--text-xs);color:var(--ink-soft);margin:0}.footer-sources.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ink-soft);text-decoration:underline;-webkit-text-decoration-color:var(--hairline);text-decoration-color:var(--hairline)}.footer-sources.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{-webkit-text-decoration-color:var(--ink-soft);text-decoration-color:var(--ink-soft)}.footer-links.svelte-12qhfyh{flex-shrink:0;gap:1.25rem;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--text-xs);color:var(--ink-soft);text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink)}.footer-icon.svelte-12qhfyh{color:var(--ink-soft);align-items:center;display:inline-flex}.footer-icon.svelte-12qhfyh:hover{color:var(--ink)}@media (width<=768px){.nav-links.svelte-12qhfyh,.wip-badge.svelte-12qhfyh{display:none}.menu-toggle.svelte-12qhfyh{display:inline-flex}.nav-inner.svelte-12qhfyh{gap:.5rem}.nav-left.svelte-12qhfyh{flex-shrink:1;gap:.5rem}.footer-inner.svelte-12qhfyh{flex-direction:column}}
