@font-face{font-family:"Atkinson Hyperlegible Next";src:url("assets/fonts/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Atkinson Hyperlegible Next";src:url("assets/fonts/AtkinsonHyperlegibleNext-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
:root{color-scheme:light;--bg:#f4f5f1;--surface:#ffffff;--surface-strong:#ecefe8;--ink:#161a18;--muted:#616862;--line:#d9ded8;--accent:#176b52;--accent-strong:#0e513d;--accent-soft:#dfeee7;--violet:#7357a8;--violet-soft:#e8e2f1;--amber:#b46a14;--amber-score:#8a4d08;--amber-soft:#f3e7d7;--red:#a53a37;--shadow:0 14px 40px rgba(24, 38, 31, 0.07);--serif:Georgia,"Times New Roman",serif;--sans:"Atkinson Hyperlegible Next",ui-sans-serif,system-ui,sans-serif}
body.dark-theme{color-scheme:dark;--bg:#101512;--surface:#161d19;--surface-strong:#1d2721;--ink:#edf2ee;--muted:#a7b0aa;--line:#314039;--accent:#75c5a5;--accent-strong:#9edabd;--accent-soft:#203f33;--violet:#b5a0dc;--violet-soft:#302746;--amber:#e1aa61;--amber-score:#e1aa61;--amber-soft:#3d2d1d;--red:#dd8580;--shadow:0 18px 50px rgba(0, 0, 0, 0.22)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;transition:background 180ms ease,color 180ms ease}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.shell{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;min-height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1280px)/ 2));border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}
.wordmark{display:inline-flex;align-items:center;gap:10px;width:max-content;font-size:.98rem;letter-spacing:-.02em}
.wordmark strong{color:var(--accent)}
.wordmark-mark{width:22px;height:22px;background:url("assets/favicon.svg") center/contain no-repeat}
.site-header nav{display:flex;align-items:center;gap:27px}
.site-header nav a{color:var(--muted);font-size:.84rem;font-weight:620;transition:color 150ms ease}
.site-header nav a:focus-visible,.site-header nav a:hover{color:var(--ink)}
.theme-button{justify-self:end;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:999px;padding:0;background:0 0;color:var(--muted);cursor:pointer;font-size:1.12rem;line-height:1}
.theme-button:focus-visible,.theme-button:hover{border-color:var(--accent);color:var(--accent)}
.theme-icon{grid-area:1/1}
.theme-icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-icon-sun{display:none}
body.dark-theme .theme-icon-sun{display:inline}
body.dark-theme .theme-icon-moon{display:none}
.hero{min-height:580px;display:grid;grid-template-columns:minmax(0,1.38fr) minmax(400px,0.82fr);align-items:center;gap:clamp(48px,8vw,110px);padding-block:76px 56px}
.eyebrow,.panel-kicker{margin:0 0 15px;color:var(--accent);font-size:.72rem;font-weight:760;letter-spacing:.14em;text-transform:uppercase}
.hero h1,.section-heading h2{margin:0;font-family:var(--serif);font-weight:500;letter-spacing:-.035em;line-height:1.04}
.hero h1{max-width:820px;font-size:clamp(3.3rem, 6.3vw, 6.15rem)}
.lede{max-width:720px;margin:28px 0 0;color:var(--muted);font-size:clamp(1rem, 1.5vw, 1.2rem)}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font-size:.84rem;font-weight:680;box-shadow:0 1px 0 rgba(0,0,0,.03);transition:transform 150ms ease,border-color 150ms ease,background 150ms ease}
.button:hover{transform:translateY(-1px);border-color:var(--accent)}
.button-primary{border-color:var(--accent);background:var(--accent);color:#fff}
.button-primary:hover{background:var(--accent-strong)}
.leader-card{position:relative;overflow:hidden;padding:26px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}
.leader-card::before{content:"";position:absolute;width:160px;height:160px;top:-90px;right:-75px;border:25px solid var(--accent-soft);border-radius:50%}
.leader-heading,.run-strip-heading{position:relative;display:flex;justify-content:space-between;gap:20px;font-size:.76rem;font-weight:720}
.podium-list{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:6px;list-style:none;margin:15px 0 0;padding:0}
.podium-place{display:flex;flex-direction:column;min-width:0;text-align:center}
.podium-place-1{grid-column:2;grid-row:1}
.podium-place-2{grid-column:1;grid-row:1}
.podium-place-3{grid-column:3;grid-row:1}
.podium-contender{display:flex;min-height:82px;flex-direction:column;justify-content:flex-end;padding-bottom:8px}
.podium-model{min-width:0}
.podium-model span,.podium-model strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.podium-model strong{color:var(--ink);font-size:.7rem}
.podium-model span{color:var(--muted);font-size:.56rem}
.podium-score{margin-top:5px;text-align:center}
.podium-score span,.podium-score strong{display:block}
.podium-score strong{font-family:var(--serif);font-size:1.12rem;font-weight:500;line-height:1}
.podium-score span{margin-top:3px;color:var(--muted);font-size:.53rem}
.podium-step{display:grid;place-items:center;border:1px solid var(--line);border-bottom:0;border-radius:7px 7px 0 0;background:var(--surface-strong);color:var(--muted);font-family:var(--serif);font-size:1.45rem}
.podium-place-1 .podium-score strong{color:var(--accent)}
.podium-place-2 .podium-score strong{color:var(--violet)}
.podium-place-3 .podium-score strong{color:var(--amber-score)}
.podium-place-1 .podium-step{height:82px;border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}
.podium-place-2 .podium-step{height:58px;border-color:var(--violet);background:var(--violet-soft);color:var(--violet)}
.podium-place-3 .podium-step{height:40px;border-color:var(--amber);background:var(--amber-soft);color:var(--amber)}
.podium-note{position:relative;margin:15px 0 0;color:var(--muted);font-size:.67rem}
.status-dot{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-weight:570}
.status-dot i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}
.progress-track{display:flex;height:8px;overflow:hidden;border-radius:999px;background:var(--surface-strong)}
.progress-track span{display:block;height:100%;transition:width .4s ease}
.progress-pass{background:var(--accent)}
.progress-skip{background:var(--violet)}
.progress-fail{background:var(--red)}
.progress-labels{display:flex;flex-wrap:wrap;gap:14px;margin-top:13px;color:var(--muted);font-size:.7rem}
.progress-labels span{display:flex;align-items:center;gap:5px}
.progress-labels b{color:var(--ink);font-weight:690}
.key{width:6px;height:6px;border-radius:50%}
.key.pass{background:var(--accent)}
.key.skip{background:var(--violet)}
.key.fail{background:var(--red)}
.run-strip{margin-top:22px;padding:20px 24px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 30px rgba(31,48,39,.035)}
.run-strip-progress{display:grid;grid-template-columns:auto minmax(260px,1fr);align-items:center;gap:26px;margin-top:16px}
.run-percent{display:flex;align-items:baseline;gap:9px;min-width:175px}
.run-percent strong{font-family:var(--serif);font-size:2.35rem;font-weight:500;letter-spacing:-.045em;line-height:1}
.run-percent span{color:var(--muted);font-size:.72rem}
.run-bar{min-width:0}
.run-strip .progress-labels{margin-top:9px}
.run-strip>p{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}
.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}
.metric-strip div{display:flex;flex-direction:column;padding:26px 24px;border-right:1px solid var(--line)}
.metric-strip div:first-child{padding-left:0}
.metric-strip div:last-child{border-right:0}
.metric-strip strong{font-family:var(--serif);font-size:2rem;font-weight:500;letter-spacing:-.04em}
.metric-strip span{color:var(--muted);font-size:.75rem}
.section{padding-block:104px;scroll-margin-top:66px}
#explore{padding-top:56px}
.section-muted{border-block:1px solid var(--line);background:var(--surface-strong)}
.section-heading{display:grid;grid-template-columns:1.45fr 0.65fr;align-items:end;gap:50px;margin-bottom:42px}
.section-heading h2{max-width:780px;font-size:clamp(2.35rem, 4.3vw, 4.25rem)}
.section-heading>p{margin:0 0 5px;color:var(--muted);font-size:.9rem}
.results-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;margin:-20px 0 24px}
.analysis-view-control{display:grid;justify-items:start;gap:7px;max-width:760px}
.analysis-view-options{display:flex;flex-wrap:wrap;gap:6px}
.analysis-view-note{display:grid;margin:1px 0 0;color:var(--muted);font-size:.75rem;line-height:1.45}
.analysis-view-note span{grid-area:1/1;visibility:hidden}
.analysis-view-note span.is-active{visibility:visible}
.figure-download-button{cursor:pointer}
.figure-download-button:disabled{cursor:wait;opacity:.65;transform:none}
.page-hero{padding-block:82px 62px}
.page-hero .section-heading{margin-bottom:0}
.page-links-heading{margin-bottom:28px}
.page-links{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.page-link{display:flex;width:100%;align-items:center;justify-content:space-between;min-height:112px;padding:24px;border:1px solid var(--line);border-radius:10px;background:var(--surface);transition:transform 150ms ease,border-color 150ms ease}
.page-link:focus-visible,.page-link:hover{transform:translateY(-2px);border-color:var(--accent)}
.page-link span{font-family:var(--serif);font-size:1.65rem;letter-spacing:-.025em}
.page-link b{color:var(--accent);font-size:1.25rem;font-weight:500}
.agent-access{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:14px;padding:18px 20px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(105deg,var(--accent-soft),var(--surface) 42%)}
.agent-access-mark{display:grid;width:46px;height:46px;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 30%,var(--line));border-radius:9px;background:var(--surface);color:var(--accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.08em}
.agent-access-copy{min-width:0}
.agent-access-copy .eyebrow{margin-bottom:2px}
.agent-access h3{margin:0;font-family:var(--serif);font-size:1.28rem;font-weight:500;letter-spacing:-.02em}
.agent-access-copy>p:last-child{margin:2px 0 0;color:var(--muted);font-size:.78rem}
.agent-access-link{display:inline-flex;align-items:center;gap:24px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font-size:.76rem;font-weight:680;white-space:nowrap;transition:border-color 150ms ease,transform 150ms ease}
.agent-access-link b{color:var(--accent);font-size:1rem;font-weight:500}
.agent-access-link:focus-visible,.agent-access-link:hover{transform:translateY(-1px);border-color:var(--accent)}
.changelog{max-width:820px}
.change-entry{display:grid;grid-template-columns:130px 1fr;gap:32px;padding:28px 0;border-top:1px solid var(--line)}
.change-entry time{color:var(--muted);font-size:.78rem}
.change-entry h2{margin:0;font-family:var(--serif);font-size:2rem;font-weight:500;letter-spacing:-.025em}
.change-entry p{margin:8px 0 0;color:var(--muted)}
.legal-copy{max-width:900px}
.legal-copy>section{padding:28px 0;border-top:1px solid var(--line)}
.legal-copy>section:first-child{padding-top:0;border-top:0}
.legal-copy h3{margin:0 0 12px;font-family:var(--serif);font-size:1.8rem;font-weight:500;letter-spacing:-.025em}
.legal-copy address,.legal-copy p{max-width:78ch;margin:0;color:var(--muted);font-style:normal}
.legal-copy address+p,.legal-copy p+p{margin-top:12px}
.legal-copy a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:2px}
.legal-copy code{color:var(--ink);font-size:.9em}
.legal-copy .legal-updated{margin-top:20px;font-size:.78rem}
.legal-copy .legal-action{margin-top:18px}
.citation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.citation-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}
.citation-card-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid var(--line)}
.citation-card h3{margin:2px 0 0;font-family:var(--serif);font-size:2rem;font-weight:500;letter-spacing:-.025em}
.citation-actions{display:flex;gap:8px}
.citation-actions .button{min-width:76px;padding:9px 13px;cursor:pointer}
.citation-actions .button:disabled{cursor:wait;opacity:.55;transform:none}
.citation-code{min-height:430px;max-height:62vh;margin:0;overflow:auto;padding:24px;background:var(--surface-strong);color:var(--ink);font:0.83rem/1.65 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;white-space:pre;tab-size:2}
.citation-status{min-height:1.5em;margin-top:16px;color:var(--muted);font-size:.82rem}
.analytics-consent{position:fixed;right:20px;bottom:20px;z-index:40;display:flex;align-items:center;gap:24px;max-width:min(680px,calc(100vw - 40px));padding:16px 18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow)}
.analytics-consent>div:first-child{display:flex;flex-direction:column;gap:3px}
.analytics-consent strong{color:var(--ink);font-size:.82rem}
.analytics-consent span{color:var(--muted);font-size:.74rem;line-height:1.45}
.analytics-consent span a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:2px}
.analytics-consent-actions{display:flex;flex:0 0 auto;gap:8px}
.analytics-consent .button{white-space:nowrap;cursor:pointer}
.panel{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 30px rgba(31,48,39,.035)}
.panel-main{margin-top:22px}
.panel-head{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:22px 24px 13px}
.panel-head.compact{padding-bottom:0}
.panel-kicker{margin-bottom:4px;font-size:.64rem}
.panel h3{margin:0;font-family:var(--serif);font-size:1.55rem;font-weight:500;letter-spacing:-.025em}
.controls{display:flex;align-items:end;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.controls label,.search-label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:.66rem;font-weight:680;letter-spacing:.035em;text-transform:uppercase}
.controls select,.search-label input{min-width:145px;height:38px;border:1px solid var(--line);border-radius:6px;padding:0 34px 0 11px;background:var(--bg);color:var(--ink);font-size:.79rem;font-weight:560;letter-spacing:normal;text-transform:none}
.controls-wide select{min-width:125px}
.controls-wide label:first-child select{width:230px}
.checkbox-row{display:flex;align-items:center;gap:7px;min-width:125px;height:38px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--bg);color:var(--ink);font-size:.79rem;font-weight:560;letter-spacing:normal;text-transform:none;cursor:pointer}
.checkbox-row input{width:15px;height:15px;margin:0;accent-color:var(--accent);cursor:pointer}
input:focus,select:focus{outline:2px solid color-mix(in srgb,var(--accent) 38%,transparent);outline-offset:1px;border-color:var(--accent)}
.plot{min-height:530px;width:100%}
.plot-small{min-height:455px}
.chart-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:8px 24px 20px}
.chart-foot p,.chart-note{margin:0;color:var(--muted);font-size:.72rem}
.chart-note{padding:0 24px 20px}
.metric-note{margin:0 24px 4px;padding:10px 12px;border-left:3px solid var(--amber);border-radius:4px;background:var(--accent-soft);color:var(--ink);font-size:.75rem}
.metric-note[hidden]{display:none}
.method-note{margin:22px 0 0;padding:16px 18px;line-height:1.55}
.method-note p{margin:0}
.method-note p+p{margin-top:.7rem}
.legend{display:flex;flex-wrap:wrap;gap:12px}
.legend span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:.8rem}
.legend i{width:8px;height:8px;border-radius:2px}.legend i.legend-hatch{width:12px;height:10px;border:1px solid color-mix(in srgb,var(--ink) 45%,transparent);background:repeating-linear-gradient(135deg,color-mix(in srgb,var(--ink) 65%,transparent) 0 2px,transparent 2px 6px)}
.model-card{--model-card-negative:#a11e3b;--model-card-positive:#87c9c1}.dark-theme .model-card{--model-card-positive:#236a61}.model-card-head{align-items:center;flex-wrap:wrap}.model-card-title-meta{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:3px;color:var(--muted);font-size:0.72rem}.model-card-limit-warning{margin:0 24px 8px;padding:10px 12px;border-left:3px solid var(--amber);background:var(--amber-soft);color:var(--amber-score);font-size:0.76rem}.model-card-limit-warning[hidden]{display:none}.model-card-disclaimer{margin:0 24px;padding:11px 13px;border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--muted);font-size:0.76rem}.model-card-disclaimer strong{color:var(--ink)}.model-card-content{padding:18px 24px 22px}.model-card-map-title{margin:0 0 3px;color:var(--ink);font-size:0.84rem;font-weight:700}.model-card-caption{margin:0 0 13px;color:var(--muted);font-size:0.75rem}.model-card-grid-wrap{overflow-x:auto;padding-bottom:3px}.model-card-grid{display:grid;grid-template-columns:minmax(160px,1.35fr) repeat(var(--model-card-sample-count),minmax(76px,1fr));gap:5px;min-width:740px}.model-card-corner,.model-card-column{min-height:30px;color:var(--muted);font-size:0.68rem;font-weight:680}.model-card-corner{display:flex;align-items:end}.model-card-column{display:grid;place-items:end center;text-align:center}.model-card-row{display:flex;min-height:49px;align-items:center;color:var(--ink);font-size:0.76rem;font-weight:620}.model-card-cell{display:flex;min-height:49px;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;font-variant-numeric:tabular-nums;cursor:help}.model-card-cell strong{font-size:0.82rem;font-weight:720}.model-card-cell span{margin-top:1px;font-size:0.59rem;opacity:0.78}.model-card-cell-missing{border:1px dashed var(--line);color:var(--muted);background:transparent;cursor:default}.model-card-foot{display:flex;flex-direction:column;align-items:stretch;gap:20px;margin-top:20px}.model-card-legend{display:grid;gap:10px;width:100%;min-width:0;color:var(--muted);font-size:0.82rem}.model-card-legend span{display:inline-flex;align-items:center;gap:5px}.model-card-scale{height:12px;border-radius:3px;background:linear-gradient(to right in oklab,var(--model-card-negative),var(--surface-strong),var(--model-card-positive))}.model-card-scale-ticks{position:relative;height:22px;font-variant-numeric:tabular-nums;font-size:0.75rem}.model-card-scale-ticks span{position:absolute;transform:translateX(-50%);white-space:nowrap}.model-card-scale-ticks span:first-child{transform:none}.model-card-scale-ticks span:last-child{transform:translateX(-100%)}.model-card-scale-note{line-height:1.6}.model-card-key{width:10px;height:10px;border-radius:2px}.model-card-key-missing{border:1px dashed var(--line)}#model-card-summary{max-width:85ch;margin:0;color:var(--muted);font-size:0.82rem;line-height:1.6;text-align:left}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}
.registry-tools{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.search-label input{width:min(420px,80vw);padding-right:12px;background:var(--surface)}
#dataset-result-count{color:var(--muted);font-size:.76rem}
.table-wrap{overflow:auto;max-height:620px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}
.table-wrap-full{max-height:none;overflow-x:auto;overflow-y:visible}
[data-page=datasets] .dataset-performance-table-wrap{max-height:none}
table{width:100%;border-collapse:collapse;font-size:.78rem}
td,th{padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
th{position:sticky;top:0;z-index:2;background:var(--surface);color:var(--muted);font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}
tbody tr:last-child td{border-bottom:0}
tbody tr:hover{background:color-mix(in srgb,var(--accent-soft) 42%,transparent)}
td:first-child{min-width:270px}
.dataset-name{display:block;color:var(--ink);font-weight:650}
.dataset-link:hover,.source-link:hover{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.dataset-link span,.source-link span{font-size:.72em}
.source-link{color:var(--muted);font-weight:650;text-transform:capitalize}
.dataset-id{display:block;margin-top:2px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}
.tag{display:inline-block;padding:3px 7px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.66rem;white-space:nowrap}
.details-button{min-width:118px;border:1px solid var(--line);border-radius:6px;padding:7px 10px;background:var(--bg);color:var(--ink);cursor:pointer;font:inherit;font-size:.72rem;font-weight:650}
.details-button:focus-visible,.details-button:hover{border-color:var(--accent);color:var(--accent)}
.dataset-detail-row,.dataset-detail-row:hover{background:var(--surface-strong)}
.dataset-detail-row>td{padding:0}
.dataset-performance{padding:18px 20px 22px}
.dataset-performance-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:12px}
.dataset-performance-head strong{color:var(--ink);font-size:.85rem}
.dataset-performance-head span{color:var(--muted);font-size:.7rem}
.dataset-performance-table-wrap{max-height:420px;overflow:auto;border:1px solid var(--line);border-radius:7px;background:var(--surface)}
.performance-table{font-size:.73rem}
.performance-table th{background:var(--surface)}
.performance-table td:first-child{min-width:190px}
.performance-model{color:var(--ink);font-weight:650}
.performance-family{white-space:nowrap;color:var(--muted)}
.performance-family i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%}
.performance-value{text-align:right;font-variant-numeric:tabular-nums}
.performance-best{color:var(--accent-strong);font-weight:760}
.performance-empty{margin:0;color:var(--muted);font-size:.76rem}
.data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.data-file{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px;padding:13px 15px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}
.data-file:hover{border-color:var(--accent)}
.data-file-pending{border-style:dashed;opacity:.78}.data-file-pending:hover{border-color:var(--line)}
.data-file strong{display:block;font-size:.78rem;font-weight:650}
.data-file span{display:block;margin-top:2px;color:var(--muted);font-size:.66rem}
.data-file b{color:var(--accent);font-size:1.05rem;font-weight:500}
.data-note{margin:17px 0 0;color:var(--muted);font-size:.74rem}
footer{padding-block:42px;border-top:1px solid var(--line)}
.footer-inner{display:flex;justify-content:space-between;gap:40px;color:var(--muted);font-size:.74rem}
.footer-inner div{display:flex;flex-direction:column;gap:3px}
.footer-inner .footer-identity{flex-direction:row;align-items:flex-start;gap:18px}
.footer-copy{align-items:flex-start;min-width:0}
.university-logo{display:block;flex:0 0 auto}
.university-logo img{display:block;width:210px;height:auto}
.footer-links{align-items:flex-end;text-align:right}
.footer-inner a,.footer-inner strong{color:var(--ink)}
.footer-inner a:hover{color:var(--accent)}
.load-error{position:fixed;right:20px;bottom:20px;max-width:440px;padding:14px 16px;border:1px solid var(--red);border-radius:8px;background:var(--surface);color:var(--red);box-shadow:var(--shadow);font-size:.78rem;z-index:30}
.modebar-container{opacity:.25;transition:opacity 150ms ease}
.panel:hover .modebar-container{opacity:.8}
@media (max-width:980px){
.site-header{grid-template-columns:1fr auto;padding-inline:20px}
.site-header nav{display:none}
.hero{grid-template-columns:1fr;min-height:0;padding-block:64px 48px;gap:40px}
.leader-card{width:100%;max-width:560px;justify-self:center}
.section-heading{grid-template-columns:1fr;gap:18px}
.panel-grid{grid-template-columns:1fr}
.citation-grid{grid-template-columns:1fr}
.page-links{grid-template-columns:1fr}
.agent-access{grid-template-columns:auto minmax(0,1fr)}
.agent-access-link{grid-column:2;justify-self:start}
.data-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
.analytics-consent{left:16px;right:16px;bottom:16px;flex-direction:column;align-items:stretch;max-width:none}
.analytics-consent-actions{justify-content:flex-end}
.shell{width:min(100% - 28px,1280px)}
.hero h1{font-size:clamp(3rem, 15vw, 4.8rem)}
.hero-actions{flex-direction:column;align-items:stretch}
.button{width:100%}
.analytics-consent-actions .button{width:auto}
  .results-toolbar{grid-template-columns:1fr;margin-top:0}
  .analysis-view-options{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .figure-download-button{margin-top:0}
.metric-strip{grid-template-columns:1fr 1fr}
.metric-strip div{border-bottom:1px solid var(--line)}
.metric-strip div:nth-child(2){border-right:0}
.metric-strip div:nth-child(3),.metric-strip div:nth-child(4){border-bottom:0}
.metric-strip div:first-child,.metric-strip div:nth-child(3){padding-left:8px}
.section{padding-block:76px}
.page-hero{padding-block:62px 46px}
.agent-access{grid-template-columns:auto minmax(0,1fr);padding:16px}
.agent-access-mark{align-self:start}
.agent-access-link{grid-column:1/-1;justify-content:space-between;width:100%}
.run-strip-progress{grid-template-columns:1fr;gap:12px}
.change-entry{grid-template-columns:1fr;gap:8px}
.panel-head{align-items:stretch;flex-direction:column}
.controls{display:grid;grid-template-columns:1fr 1fr;width:100%}
.controls label,.controls select{width:100%;min-width:0}
.checkbox-row{width:100%}
.controls-wide label:first-child{grid-column:1/-1}
.controls-wide label:first-child select{width:100%}
.plot{min-height:470px}
.chart-foot{align-items:flex-start;flex-direction:column;padding:20px 18px 24px;border-top:1px solid var(--line)}
.model-card-limit-warning,.model-card-disclaimer{margin-inline:18px}.model-card-content{padding-inline:18px}.model-card-foot{align-items:flex-start;flex-direction:column}.model-card-legend{flex:none;width:100%;min-width:0}#model-card-summary{text-align:left}
.registry-tools{align-items:stretch;flex-direction:column;gap:10px}
.search-label input{width:100%}
#dataset-result-count{align-self:flex-start}
.data-grid{grid-template-columns:1fr}
.footer-inner{flex-direction:column}
.footer-links{align-items:flex-start;text-align:left}
.footer-inner .footer-identity{gap:14px}
.university-logo img{width:min(180px,46vw)}
.dataset-performance-head{align-items:flex-start;flex-direction:column;gap:3px}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,::after,::before{transition-duration:0s!important;animation-duration:0s!important}
}
