:root { --accent: #726bdf; --accent-text: #625bc4; --accent-soft: #f4f3fc; color-scheme: light; color: #37352f; background: #fff; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 32px auto 64px; max-width: 900px; padding: 0; }
h1 { font-size: 40px; line-height: 1.2; letter-spacing: -1.1px; font-weight: 700; margin: 0 0 22px; }
h2 { font-size: 23px; line-height: 1.35; letter-spacing: -.35px; margin: 0 0 16px; }
p { margin: 0 0 16px; }
a { color: inherit; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
a:hover { color: var(--accent-text); }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
sup { font-size: .7em; line-height: 0; vertical-align: super; }
.venue { color: var(--accent-text); font-weight: 600; margin-bottom: 28px; }
.authors { line-height: 1.9; }
.authors span { display: inline-block; }
.affiliations { font-size: 14px; line-height: 1.8; }
.affiliations span { display: inline; margin-right: 10px; }
.author-note, .note, figcaption { color: #65635f; font-size: 14px; line-height: 1.55; }
.author-note { font-size: 12px; }
.resources { margin-top: 24px; }
.resources p { margin-bottom: 7px; }
section { margin-top: 52px; scroll-margin-top: 24px; }
figure { margin: 28px 0; }
figure a:has(img) { display: block; }
figure img { display: block; width: 100%; height: auto; }
figcaption { margin-top: 12px; }
.overview { margin: 56px 0 52px; }
.highlight { color: var(--accent-text); }
.table-wrap { width: 100%; overflow-x: auto; margin: 24px 0; }
table { width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; }
caption { text-align: left; margin-bottom: 10px; font-size: 13px; color: #65635f; }
th, td { padding: 12px 14px; border-bottom: 1px solid #e5e4e2; }
th { font-weight: 600; }
thead { background: #f6f6f4; }
tbody th { white-space: nowrap; }
.citation-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.citation-heading h2 { margin: 0; }
button { color: inherit; background: #fff; border: 1px solid #d4d3cf; border-radius: 4px; padding: 8px 12px; font: inherit; font-size: 13px; cursor: pointer; }
button:hover { background: #f4f4f1; }
pre { background: #f6f5f3; border: 1px solid #ebeae7; padding: 22px; border-radius: 3px; font-size: 13px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
#copy-status { min-height: 22px; margin-top: 8px; }
footer { border-top: 1px solid #e5e4e2; margin-top: 44px; padding-top: 24px; color: #65635f; font-size: 12px; }
footer p { margin-bottom: 8px; }
.skip-link { position: absolute; left: 16px; top: -80px; padding: 8px 14px; background: white; }
.skip-link:focus { top: 8px; }
@media (max-width: 960px) { body { margin: 28px 24px 48px; } }
@media (max-width: 600px) {
  body { margin: 24px 20px 40px; }
  h1 { font-size: 29px; letter-spacing: -.65px; line-height: 1.22; }
  h2 { font-size: 21px; }
  .venue { margin-bottom: 22px; }
  .authors { font-size: 15px; }
  .affiliations span { display: inline-block; }
  .resources { font-size: 14px; }
  .overview { margin-top: 36px; }
  section { margin-top: 40px; }
  th, td { padding: 10px; }
  pre { padding: 16px; font-size: 12px; }
}
@media print { body { max-width: none; margin: 0; } .skip-link, #copy-citation, #copy-status { display: none; } figure { break-inside: avoid; } }

.paper-name { display:block; color:var(--accent-text); margin-bottom:12px; }
.paper-subtitle { display:block; font-size:.82em; line-height:1.3; }
.resources { display:flex; flex-wrap:wrap; gap:12px 26px; }
.resources a { font-weight:600; }
h3 { font-size:18px; margin:28px 0 12px; }
.methods { padding-left:24px; }
.methods li { padding-left:5px; margin:0 0 16px; }
.takeaway { border-left:3px solid var(--accent); padding-left:20px; margin:28px 0; }
.result-final { background:var(--accent-soft); }
.numeric { font-variant-numeric:tabular-nums; }
.best { color:var(--accent-text); }
.source { font-size:13px; color:#65635f; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; border-top:1px solid #e5e4e2; border-bottom:1px solid #e5e4e2; padding:24px 0; margin:28px 0; }
.stats p { margin:0; font-size:14px; }
.stats strong { display:block; color:var(--accent-text); font-size:28px; line-height:1.3; margin-bottom:6px; }
.figure-scroll { overflow-x:auto; }
.figure-scroll img { min-width:720px; }
::selection { background:#dedbf7; color:#292638; }
[hidden] { display:none !important; }
@media(max-width:600px) { .stats { gap:14px; } .stats strong { font-size:24px; } .stats p { font-size:12px; } .citation-heading { flex-wrap:wrap; } }

.recognition { margin-top:28px; padding:22px 24px; background:var(--accent-soft); border-left:4px solid var(--accent); }
.recognition strong { display:block; font-size:24px; line-height:1.35; color:var(--accent-text); }
.recognition span { display:block; margin-top:6px; }
.recognition a { display:inline-block; margin-top:10px; font-size:14px; }
.leaderboard { min-width:850px; }
.leaderboard tbody th { white-space:normal; min-width:190px; }
.leaderboard td:nth-child(3) { min-width:210px; }
.team-label { display:block; font-size:12px; color:var(--accent-text); margin-top:6px; }
.standings-note { margin-top:16px; }
.coverage-list { list-style:none; padding:0; margin:24px 0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); column-gap:24px; }
.coverage-list li { border-bottom:1px solid #e5e4e2; }
.coverage-list a { display:block; padding:13px 0; font-weight:600; text-decoration:none; }
.coverage-list a:hover { text-decoration:underline; }
.coverage-label { display:block; font-weight:400; font-size:12px; color:#65635f; margin-top:3px; }
@media(max-width:600px) { .recognition { padding:18px; } .recognition strong { font-size:22px; } .coverage-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; } }
@media print { #remaining-teams[hidden] { display:table-row-group !important; } #toggle-teams { display:none; } .coverage-list { grid-template-columns:repeat(3,1fr); } }

.coverage-list a { display:flex; align-items:center; gap:12px; min-height:70px; }
.coverage-icon { flex:0 0 28px; width:28px; height:28px; object-fit:contain; border-radius:4px; }
.coverage-text { min-width:0; }
.coverage-initials { display:flex; align-items:center; justify-content:center; background:var(--accent-soft); color:var(--accent-text); font-size:11px; }
@media(max-width:400px) { .coverage-list { grid-template-columns:1fr; } }

/* Compact publication links. */
.coverage-list { grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:18px; margin:18px 0; }
.coverage-list a { min-height:48px; padding:9px 0; gap:8px; font-size:13px; line-height:1.35; }
.coverage-icon { flex-basis:20px; width:20px; height:20px; border-radius:3px; }
.coverage-initials { font-size:9px; }
.coverage-label { font-size:11px; margin-top:2px; }
@media(max-width:760px) { .coverage-list { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:600px) { .coverage-list { grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:16px; } }
