:root{--bg:#f4f5f8;--surface:#fff;--surface-2:#eef1f8;--text:#12141c;--text-2:#565e75;--text-3:#838ca6;--border:#e1e3ea;--border-strong:#c8ccd8;--accent:#4f46e5;--accent-2:#0ea5e9;--accent-ink:#4338ca;--accent-wash:#eceafe;--pass:#0ca30c;--pass-ink:#157a15;--pass-wash:#e6f4e6;--warn:#fab219;--warn-ink:#8a5a10;--warn-wash:#fdf1da;--fail:#d03b3b;--fail-ink:#a92f2f;--fail-wash:#fbe9e9;--locked-wash:#eef1f6;--fill-pass:#4caf50;--fill-warn:#f0b429;--fill-fail:#e05252;--s1:#2a78d6;--s2:#eb6834;--s3:#1baf7a;--s4:#eda100;--shadow:0 1px 2px #12141c0d;--shadow-lift:0 2px 8px #12141c1a;--radius:10px;--sans:ui-sans-serif, -apple-system, "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}:root[data-theme=dark]{--bg:#0a0b12;--surface:#14161f;--surface-2:#1d2030;--text:#eceef5;--text-2:#a3abc4;--text-3:#7b849e;--border:#262a3a;--border-strong:#363b50;--accent:#8b85f5;--accent-2:#38bdf8;--accent-ink:#a5a0f8;--accent-wash:#1e1b3d;--pass:#4ec44e;--pass-ink:#6dd46d;--pass-wash:#142a14;--warn:#f0b13a;--warn-ink:#f5c463;--warn-wash:#2e2413;--fail:#e26060;--fail-ink:#ef8484;--fail-wash:#2e1717;--locked-wash:#1a1d28;--fill-pass:#3f9c46;--fill-warn:#cf9a2a;--fill-fail:#c25050;--s1:#3987e5;--s2:#d95926;--s3:#199e70;--s4:#c98500;--shadow:0 1px 2px #0006, 0 8px 24px #0006;--shadow-lift:0 2px 6px #00000080, 0 18px 40px #00000080}*{box-sizing:border-box}html{color-scheme:light dark}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.55}a{color:var(--accent)}.shell{max-width:1280px;margin:0 auto;padding:1.25rem 1.25rem 3.5rem}.shell.narrow{max-width:960px}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.1rem;display:flex}.logo{letter-spacing:-.015em;color:var(--text);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.logo-mark{background:linear-gradient(135deg, var(--accent), var(--accent-2));border-radius:9px;flex-shrink:0;width:27px;height:27px;box-shadow:0 2px 8px #4f46e54d}.logo-img{width:auto;height:28px;display:block}.topbar-note{color:var(--text-3);font-size:.82rem}.topbar-site{color:var(--text-2);align-items:center;gap:.6rem;min-width:0;font-size:.85rem;display:flex}.topbar-site b{color:var(--text);overflow-wrap:anywhere;font-weight:600}.modnav{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:.3rem;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.modnav a{color:var(--text-2);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.45rem .85rem;font-size:.87rem;font-weight:550;text-decoration:none}.modnav a:hover{color:var(--text);background:var(--surface-2)}.modnav a[aria-current=page]{background:var(--accent);color:#fff}.page-head{margin-bottom:1.5rem}.page-head h1{letter-spacing:-.028em;margin:0 0 .35rem;font-size:clamp(1.5rem,4vw,1.95rem);line-height:1.15}.page-head p{color:var(--text-2);max-width:64ch;margin:0}.back-link{color:var(--text-3);margin-bottom:.9rem;font-size:.87rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--accent)}h2{letter-spacing:-.015em;margin:2.25rem 0 .9rem;font-size:1.12rem;font-weight:660}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.4rem 1.5rem}.panel h3{letter-spacing:-.01em;margin:0 0 1rem;font-size:1.02rem;font-weight:660}.panel h3 .count{color:var(--text-3);font-size:.88rem;font-weight:500}.panel>p{color:var(--text-2);margin:0 0 .85rem}.panel>p:last-child{margin-bottom:0}.kpis{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:.15rem;min-width:0;padding:1.15rem 1.25rem 1rem;display:flex}.kpi-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);align-items:center;gap:.4rem;font-size:.67rem;display:flex}.kpi-value-row{flex-wrap:wrap;align-items:baseline;gap:.55rem;display:flex}.kpi-value{letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:1.95rem;font-weight:700;line-height:1.1}.kpi-sub{color:var(--text-3);margin-top:.1rem;font-size:.8rem}.kpi-spark{height:34px;margin-top:.6rem}.kpi-spark svg{width:100%;height:34px;display:block;overflow:visible}.delta{font-variant-numeric:tabular-nums;border-radius:5px;align-items:center;gap:.15rem;padding:.12rem .4rem;font-size:.79rem;font-weight:700;display:inline-flex}.delta.up{background:var(--pass-wash);color:var(--pass-ink)}.delta.down{background:var(--fail-wash);color:var(--fail-ink)}.delta.flat{background:var(--surface-2);color:var(--text-3)}.gauges{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.gauge-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:1.3rem;padding:1.3rem 1.4rem;display:flex}.gauge{flex-shrink:0;width:108px;position:relative}.gauge svg{width:108px;height:62px;display:block}.gauge-value{text-align:center;letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:1.65rem;font-weight:750;line-height:1;position:absolute;bottom:0;left:0;right:0}.gauge-scale{color:var(--text-3);font-size:.65rem;font-family:var(--mono);justify-content:space-between;margin-top:.3rem;display:flex}.gauge-card h3{margin:0 0 .25rem;font-size:1rem;font-weight:660}.gauge-card p{color:var(--text-2);margin:0;font-size:.85rem}.trend{width:100%}.trend svg{width:100%;height:auto;display:block;overflow:visible}.chart-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.chart-legend{color:var(--text-2);flex-wrap:wrap;gap:.4rem 1.1rem;font-size:.8rem;display:flex}.chart-legend span{align-items:center;gap:.4rem;display:inline-flex}.swatch{border-radius:3px;flex-shrink:0;width:10px;height:10px}.swatch.good{background:var(--fill-pass)}.swatch.warn{background:var(--fill-warn)}.swatch.crit{background:var(--fill-fail)}.swatch.s1{background:var(--s1)}.swatch.s2{background:var(--s2)}.bar-row{grid-template-columns:110px 1fr;align-items:center;gap:.8rem;margin-bottom:.45rem;display:grid}.bar-row:last-child{margin-bottom:0}.bar-label{color:var(--text-2);text-align:right;font-size:.8rem}.bar-track{gap:2px;height:20px;display:flex}.bar-seg{font-variant-numeric:tabular-nums;color:#11131a;border-radius:3px;place-items:center;min-width:22px;font-size:.7rem;font-weight:650;display:grid}.bar-seg.good{background:var(--fill-pass);color:#fff}.bar-seg.warn{background:var(--fill-warn)}.bar-seg.crit{background:var(--fill-fail);color:#fff}.bar-seg.muted{background:var(--text-3);color:#fff}.modules{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:.9rem;display:grid}.module{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;box-shadow:var(--shadow);flex-direction:column;gap:.35rem;padding:1.2rem 1.3rem;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative}.module:hover{box-shadow:var(--shadow-lift);border-color:var(--accent);transform:translateY(-2px)}.module-top{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.module b{letter-spacing:-.01em;font-size:.99rem;font-weight:660}.module p{color:var(--text-2);margin:0;font-size:.87rem}.stat{font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:6px;padding:.18rem .5rem;font-size:.78rem;font-weight:680}.stat.good{background:var(--pass-wash);color:var(--pass-ink)}.stat.warn{background:var(--warn-wash);color:var(--warn-ink)}.stat.bad{background:var(--fail-wash);color:var(--fail-ink)}.stat.muted{background:var(--surface-2);color:var(--text-3)}.stat.accent{background:var(--accent-wash);color:var(--accent-ink)}.pill{border-radius:8px;align-items:center;gap:.4rem;padding:.32rem .75rem;font-size:.82rem;font-weight:640;display:inline-flex}.pill.pass{background:var(--pass-wash);color:var(--pass-ink)}.pill.warn{background:var(--warn-wash);color:var(--warn-ink)}.pill.fail{background:var(--fail-wash);color:var(--fail-ink)}.tally{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.locked-note{background:var(--locked-wash);border:1px dashed var(--border-strong);color:var(--text-2);border-radius:12px;padding:1.3rem 1.4rem}.locked-note h4{color:var(--text);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.97rem;font-weight:660;display:flex}.locked-note p{margin:0 0 .7rem;font-size:.9rem}.locked-note p:last-child{margin-bottom:0}.lock-tag{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;background:var(--surface-2);color:var(--text-3);border-radius:5px;padding:.2rem .45rem;font-size:.63rem;font-weight:640}.field-list{gap:.45rem;margin-top:.9rem;display:grid}.field{background:var(--surface);border:1px solid var(--border);border-radius:9px;justify-content:space-between;align-items:center;gap:1rem;padding:.62rem .85rem;font-size:.89rem;display:flex}.field span{color:var(--text-2)}.field em{font-style:normal;font-family:var(--mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.checks{gap:.5rem;display:grid}.check{grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-size:.91rem;display:grid}.badge{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:5px;margin-top:.15rem;padding:.2rem .45rem;font-size:.62rem;font-weight:680}.badge.pass{background:var(--pass-wash);color:var(--pass-ink)}.badge.warn{background:var(--warn-wash);color:var(--warn-ink)}.badge.fail{background:var(--fail-wash);color:var(--fail-ink)}.check b{font-weight:640}.check span{color:var(--text-2)}details.more{margin-top:1rem}details.more summary{cursor:pointer;color:var(--accent);font-size:.89rem;font-weight:560}details.more[open] summary{margin-bottom:.85rem}.table-wrap{overflow-x:auto}table.data{border-collapse:collapse;width:100%;min-width:520px;font-size:.89rem}table.data th{text-align:left;border-bottom:1px solid var(--border-strong);font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;padding:0 .85rem .55rem 0;font-size:.67rem;font-weight:500}table.data th.num,table.data td.num{text-align:right;font-variant-numeric:tabular-nums}table.data td{border-bottom:1px solid var(--border);color:var(--text-2);padding:.65rem .85rem .65rem 0}table.data td:first-child{color:var(--text);overflow-wrap:anywhere;font-weight:560}table.data tbody tr:hover td{background:var(--surface-2)}.bullets{color:var(--text-2);margin:0;padding-left:1.2rem}.bullets li{margin-bottom:.45rem}.bullets li:last-child{margin-bottom:0}.two-col{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.75rem;display:grid}.two-col h4{text-transform:uppercase;letter-spacing:.09em;font-size:.78rem;font-family:var(--mono);margin:0 0 .6rem;font-weight:500}.two-col h4.good{color:var(--pass-ink)}.two-col h4.bad{color:var(--warn-ink)}.btn{cursor:pointer;background:var(--accent);color:#fff;font-family:var(--sans);border:none;border-radius:9px;align-items:center;gap:.45rem;padding:.58rem 1.15rem;font-size:.88rem;font-weight:620;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #4f46e54d}.btn:hover{background:var(--accent-ink)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);cursor:pointer;font-size:.86rem;font-weight:560;font-family:var(--sans);border-radius:9px;align-items:center;gap:.4rem;padding:.52rem 1rem;text-decoration:none;display:inline-flex}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn:focus-visible,.btn-secondary:focus-visible,.modnav a:focus-visible,.module:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.note{background:var(--accent-wash);color:var(--text-2);border-radius:11px;margin-top:1rem;padding:.9rem 1.1rem;font-size:.86rem}.note b{color:var(--text)}.site-footer{border-top:1px solid var(--border);color:var(--text-3);text-align:center;margin-top:3.5rem;padding-top:1.5rem;font-size:.81rem}.site-footer p{margin:0}.empty{color:var(--text-3);margin:0;font-size:.89rem}@media (width<=520px){.bar-row{grid-template-columns:1fr;gap:.3rem}.bar-label{text-align:left}.gauge-card{flex-direction:column;align-items:flex-start}}.dash-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));align-items:start;gap:.75rem;margin-bottom:.75rem;display:grid}.dash-grid.wide{grid-template-columns:1fr}.dash-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.dash-head{border-bottom:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .9rem;display:flex}.dash-tag{letter-spacing:.01em;background:var(--accent-wash);color:var(--accent-ink);border-radius:4px;padding:.18rem .5rem;font-size:.72rem;font-weight:650}.dash-tag.ai{background:color-mix(in srgb, var(--s2) 16%, transparent);color:var(--s2)}.dash-sub{color:var(--text-3);font-size:.78rem}.dash-body{padding:.95rem}.metric-row{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.85rem;display:grid}.metric{flex-direction:column;gap:.15rem;min-width:0;display:flex}.metric-label{color:var(--text-3);align-items:center;gap:.3rem;font-size:.74rem;display:flex}.metric-value-row{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.metric-value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:700;line-height:1.15}.metric-value.sm{font-size:1.15rem}.metric-spark{height:30px;margin-top:.35rem}.metric-spark svg{width:100%;height:30px;display:block}.metric-note{color:var(--text-3);font-size:.74rem}.donut-tiles{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:1rem;display:grid}.donut-tile{align-items:center;gap:.7rem;min-width:0;display:flex}.donut{flex-shrink:0;position:relative}.donut svg{width:100%;height:100%;display:block}.donut-value{font-variant-numeric:tabular-nums;place-items:center;font-size:.92rem;font-weight:700;display:grid;position:absolute;inset:0}.donut-meta{flex-direction:column;min-width:0;display:flex}.donut-label{font-size:.82rem;font-weight:600}.donut-sub{color:var(--text-3);font-size:.73rem}.areachart svg{width:100%;height:auto;display:block;overflow:visible}.chart-axis{font-family:var(--mono);color:var(--text-3);justify-content:space-between;margin-top:.4rem;font-size:.68rem;display:flex}.chart-empty{border:1px dashed var(--border-strong);color:var(--text-3);text-align:center;border-radius:10px;padding:1.1rem;font-size:.84rem}.swatch.muted{background:var(--text-3)}table.mini{border-collapse:collapse;width:100%;font-size:.85rem}table.mini th{text-align:left;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);font-size:.7rem;font-weight:500;font-family:var(--mono);white-space:nowrap;padding:0 .6rem .45rem 0}table.mini th.num,table.mini td.num{text-align:right;font-variant-numeric:tabular-nums}table.mini td{border-bottom:1px solid var(--border);color:var(--text-2);padding:.5rem .6rem .5rem 0}table.mini td:first-child{color:var(--text);overflow-wrap:anywhere;font-weight:550}table.mini tbody tr:last-child td{border-bottom:none}.pos-chip{text-align:center;font-variant-numeric:tabular-nums;border-radius:5px;min-width:30px;padding:.12rem .35rem;font-size:.78rem;font-weight:700;display:inline-block}.pos-chip.top3{background:var(--pass-wash);color:var(--pass-ink)}.pos-chip.top10{background:var(--accent-wash);color:var(--accent-ink)}.pos-chip.top20{background:var(--warn-wash);color:var(--warn-ink)}.pos-chip.rest{background:var(--surface-2);color:var(--text-3)}@media (width<=520px){.dash-grid{grid-template-columns:1fr}}.app-layout{grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;align-self:start;gap:.7rem;height:100vh;padding:.85rem .7rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-logo{letter-spacing:-.015em;color:var(--text);align-items:center;gap:.55rem;padding:.25rem .5rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.sidebar-site{background:var(--surface-2);border-radius:8px;flex-direction:column;gap:.05rem;padding:.45rem .65rem;display:flex}.sidebar-site-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-3);font-size:.66rem;font-family:var(--mono)}.sidebar-site b{overflow-wrap:anywhere;font-size:.86rem}.sidebar-nav{flex-direction:column;flex:1;gap:.7rem;display:flex}.nav-group{flex-direction:column;gap:.1rem;display:flex}.nav-heading{text-transform:uppercase;letter-spacing:.11em;color:var(--text-3);font-size:.62rem;font-family:var(--mono);padding:0 .5rem .2rem}.nav-item{color:var(--text-2);border-radius:7px;align-items:center;gap:.6rem;padding:.4rem .55rem;font-size:.855rem;font-weight:520;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-item svg{opacity:.75;flex-shrink:0;width:16px;height:16px}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item[aria-current=page]{background:var(--accent-wash);color:var(--accent-ink);font-weight:620}.nav-item[aria-current=page] svg{opacity:1}.sidebar-foot{padding:0 .25rem}.app-main{flex-direction:column;min-width:0;padding:1.5rem 1.75rem 3rem;display:flex}.app-main main{flex:1}.meter{background:var(--surface-2);border-radius:3px;width:100%;height:4px;margin-top:.4rem;overflow:hidden}.meter-fill{border-radius:3px;height:100%;display:block}@media (width<=900px){.app-layout{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:column;height:auto;position:static}.sidebar-nav{flex-flow:wrap;gap:.75rem}.nav-group{flex-flow:wrap;align-items:center}.nav-heading{display:none}.app-main{padding:1.25rem 1rem 2.5rem}}*{scrollbar-width:thin;scrollbar-color:transparent transparent}:hover,:focus-within{scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:padding-box content-box;border:2px solid #0000;border-radius:999px}:hover::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box}:focus-within::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--text-3);background-clip:content-box}::-webkit-scrollbar-corner{background:0 0}.sidebar{overscroll-behavior:contain}.table-wrap,.modnav{scrollbar-color:var(--border-strong) transparent}.table-wrap::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box}.modnav::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box}.mgauge-row{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:.75rem;display:grid}.mgauge{text-align:center;flex-direction:column;align-items:center;gap:.15rem;min-width:0;display:flex}.mgauge-ring{flex-shrink:0;position:relative}.mgauge-ring svg{width:100%;height:100%;display:block}.mgauge-value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;place-items:center;font-size:1.05rem;font-weight:750;line-height:1;display:grid;position:absolute;inset:0}.mgauge-label{color:var(--text);margin-top:.4rem;font-size:.78rem;font-weight:600;line-height:1.25}.mgauge-sub{color:var(--text-3);font-size:.7rem;line-height:1.25}.collapse{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:.75rem;overflow:hidden}.collapse-head{cursor:pointer;background:var(--surface-2);user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .95rem;list-style:none;display:flex}.collapse-head::-webkit-details-marker{display:none}.collapse-head::marker{content:""}.collapse-head:hover{background:color-mix(in srgb, var(--accent) 6%, var(--surface-2))}.collapse-head:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.collapse-title{letter-spacing:-.01em;align-items:center;gap:.55rem;min-width:0;font-size:.95rem;font-weight:650;display:flex}.collapse-right{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.collapse-chevron{width:17px;height:17px;color:var(--text-3);transition:transform .18s}.collapse[open] .collapse-chevron{transform:rotate(180deg)}.collapse-body{padding:1rem 1.1rem 1.15rem}.collapse-body>p:first-child{margin-top:0}.collapse-body>p:last-child{margin-bottom:0}.collapse-body p{color:var(--text-2);margin:0 0 .8rem}@media (prefers-reduced-motion:reduce){.collapse-chevron{transition:none}}.verdict{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:.75rem;margin-top:1rem;display:grid}.verdict-col{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.verdict-head{letter-spacing:.01em;align-items:center;gap:.5rem;padding:.55rem .8rem;font-size:.8rem;font-weight:680;display:flex}.verdict-head svg{flex-shrink:0;width:15px;height:15px}.verdict-head .n{font-variant-numeric:tabular-nums;background:#ffffff8c;border-radius:999px;margin-left:auto;padding:.1rem .4rem;font-size:.74rem}.verdict-col.good .verdict-head{background:var(--pass-wash);color:var(--pass-ink)}.verdict-col.bad .verdict-head{background:var(--fail-wash);color:var(--fail-ink)}.verdict-list{gap:.5rem;margin:0;padding:.55rem .8rem .7rem;list-style:none;display:grid}.verdict-list li{color:var(--text-2);grid-template-columns:14px 1fr;gap:.55rem;font-size:.86rem;line-height:1.45;display:grid}.verdict-list li:before{content:"";border-radius:50%;width:7px;height:7px;margin-top:.42rem}.verdict-col.good .verdict-list li:before{background:var(--fill-pass)}.verdict-col.bad .verdict-list li:before{background:var(--fill-fail)}.lead-note{grid-template-columns:3px 1fr;align-items:stretch;gap:.9rem;display:grid}.lead-note:before{content:"";background:var(--accent);border-radius:3px}.lead-note p{color:var(--text-2);margin:0;font-size:.93rem;line-height:1.6}.factgrid{gap:.55rem;margin-top:.9rem;display:grid}.factrow{background:var(--bg);border-radius:9px;grid-template-columns:104px 1fr;align-items:start;gap:.85rem;padding:.6rem .75rem;font-size:.87rem;display:grid}.factrow dt{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:.68rem;font-family:var(--mono);margin:0;padding-top:.12rem}.factrow dd{color:var(--text-2);margin:0;line-height:1.5}.barchart-plot{justify-content:space-between;align-items:flex-end;gap:.55rem;display:flex}.barchart-col{flex-direction:column;flex:1;align-items:center;gap:.3rem;min-width:0;display:flex}.barchart-value{font-variant-numeric:tabular-nums;color:var(--text-2);font-size:.72rem;font-weight:700}.barchart-track{width:100%;max-width:34px;height:var(--bc-h);align-items:flex-end;display:flex}.barchart-bar{border-radius:6px 6px 3px 3px;width:100%;transition:height .25s}.barchart-label{color:var(--text-3);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.7rem;overflow:hidden}@media (prefers-reduced-motion:reduce){.barchart-bar{transition:none}}.linechart{position:relative}.linechart svg{width:100%;height:auto;display:block;overflow:visible}.linechart-scale{height:100%;font-family:var(--mono);color:var(--text-3);pointer-events:none;flex-direction:column;justify-content:space-between;padding:.1rem 0 1.3rem;font-size:.66rem;display:flex;position:absolute;top:0;right:0}.segarc{flex-direction:column;align-items:center;gap:.9rem;display:flex}.segarc-ring{position:relative}.segarc-ring svg{width:100%;height:100%;display:block}.segarc-center{flex-direction:column;align-items:center;gap:.05rem;display:flex;position:absolute;bottom:0;left:0;right:0}.segarc-total{letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:1.8rem;font-weight:750;line-height:1}.segarc-label{color:var(--text-3);font-size:.74rem}.segarc-legend{flex-wrap:wrap;justify-content:center;gap:.4rem 1.1rem;display:flex}.segarc-item{align-items:center;gap:.4rem;font-size:.79rem;display:flex}.segarc-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.segarc-name{color:var(--text-2)}.segarc-pct{font-variant-numeric:tabular-nums;font-weight:700}.barchart-track{position:relative}.barchart-ghost{background:var(--surface-2);opacity:.6;border-radius:6px 6px 3px 3px;width:100%;position:absolute;inset:0}.barchart-bar{z-index:1;position:relative}.hbars{gap:.85rem;display:grid}.hbar-row{gap:.3rem;display:grid}.hbar-top{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.hbar-label{color:var(--text-2);font-size:.82rem;font-weight:550}.hbar-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:750}.hbar-track{background:var(--surface-2);border-radius:999px;height:10px;overflow:hidden}.hbar-fill{border-radius:999px;height:100%;transition:width .3s;display:block}.hbar-scale{color:var(--text-3);justify-content:space-between;font-size:.7rem;display:flex}@media (prefers-reduced-motion:reduce){.hbar-fill{transition:none}}.colchart-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.colchart-caption{color:var(--text-3);font-size:.76rem;display:block}.colchart-headline{letter-spacing:-.035em;font-variant-numeric:tabular-nums;margin-top:.1rem;font-size:1.85rem;font-weight:750;line-height:1.1}.colchart-delta{text-align:right;flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.barchart-tip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:5;background:#14161f;border-radius:6px;padding:.3rem .55rem;font-size:.72rem;font-weight:600;transition:opacity .14s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.barchart-tip:after{content:"";border:5px solid #0000;border-top-color:#14161f;position:absolute;top:100%;left:50%;transform:translate(-50%)}.barchart-track:hover .barchart-tip{opacity:1}@media (prefers-reduced-motion:reduce){.barchart-tip{transition:none}}.page-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.sidebar-foot{flex-direction:column;gap:.4rem;display:flex}.sidebar-foot .btn-secondary{justify-content:center}:root{--pos:#12a150;--neg:#dc3545;--ink-4:#9aa3b8;--grid:#12141c12}:root[data-theme=dark]{--pos:#34c76a;--neg:#ef5f6b;--ink-4:#6b7490;--grid:#ffffff17}.chart{margin:0}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.grid-line{stroke:var(--grid);stroke-width:1px;vector-effect:non-scaling-stroke}.axis-base{stroke:var(--border-strong,var(--border));stroke-width:1px;vector-effect:non-scaling-stroke}.axis-label{font-family:var(--sans);fill:var(--text-3);font-variant-numeric:tabular-nums;font-size:10px}.bar-num{font-family:var(--sans);fill:var(--text-2);text-anchor:middle;font-variant-numeric:tabular-nums;font-size:10px;font-weight:650}.bar-g rect{transition:fill-opacity .15s}.bar-g:hover rect{fill-opacity:1}.chart-empty{text-align:center;color:var(--text-3);border:1px dashed var(--border);border-radius:8px;margin:0;padding:1.1rem;font-size:.83rem}.spark{display:block;overflow:visible}.spark-empty{color:var(--text-3);font-size:.8rem}.delta-chip{font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:.18rem;font-size:.76rem;font-weight:700;display:inline-flex}.delta-chip.pos{color:var(--pos)}.delta-chip.neg{color:var(--neg)}.delta-chip.flat{color:var(--text-3);font-weight:500}.delta-arrow{font-size:.62rem;line-height:1}.stat-row{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:0;margin-bottom:.75rem;display:grid;overflow:hidden}.stat-card{border-right:1px solid var(--border);flex-direction:column;gap:.15rem;min-width:0;padding:.9rem 1.05rem;display:flex}.stat-card:last-child{border-right:none}.stat-label{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.stat-figure{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.stat-value{letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700;line-height:1.15}.stat-unit{color:var(--text-3);font-size:.82rem}.stat-foot{justify-content:space-between;align-items:flex-end;gap:.5rem;min-height:22px;margin-top:.2rem;display:flex}.stat-note{color:var(--text-3);font-size:.73rem;line-height:1.35}@media (width<=720px){.stat-card{border-right:none;border-bottom:1px solid var(--border)}.stat-card:last-child{border-bottom:none}}table.rank{border-collapse:collapse;width:100%;font-size:.85rem}table.rank th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);border-bottom:1px solid var(--border);white-space:nowrap;padding:0 .6rem .45rem 0;font-size:.68rem;font-weight:600}table.rank th.num,table.rank td.num{text-align:right}table.rank td{border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;vertical-align:middle;padding:.45rem .6rem .45rem 0}table.rank tbody tr:last-child td{border-bottom:none}.rank-n{width:26px;color:var(--text-3);font-size:.78rem}.rank-name{position:relative;overflow:hidden;padding-left:.5rem!important}.rank-bar{opacity:.12;pointer-events:none;border-radius:3px;position:absolute;top:4px;bottom:4px;left:0}.rank-text{overflow-wrap:anywhere;align-items:baseline;gap:.45rem;display:flex;position:relative}.rank-meta{color:var(--text-3);font-size:.74rem}.rank-val{font-weight:650}
