:root {
  --ink:#202a27;
  --muted:#626c66;
  --green:#214e41;
  --line:#dce2db;
  --soft:#f4f6f1;
  --light-green:#e9f0e5;
  --mono:ui-monospace,SFMono-Regular,Consolas,monospace
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:95px
}
body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
h1,h2,h3,h4,p,figure {
  margin:0
}
button,a,summary {
  -webkit-tap-highlight-color:transparent
}
a,button,summary {
  touch-action:manipulation
}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #678c54;
  outline-offset:5px
}
button:disabled {
  cursor:wait
}
[hidden] {
  display:none!important
}
.container {
  max-width:1136px;
  margin-inline:auto;
  padding-inline:28px
}
.section {
  padding-block:84px
}
.eyebrow {
  color:var(--green);
  font:600 11px/1.4 var(--mono);
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:18px
}
h2 {
  font-size:32px;
  line-height:1.25;
  letter-spacing:-1.1px;
  font-weight:650
}
.section-description {
  color:var(--muted);
  margin-top:15px;
  font-size:15px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:14px;
  font-weight:600;
  color:var(--green);
  margin-top:22px
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.skip-link {
  position:fixed;
  top:-80px;
  left:15px;
  z-index:20;
  background:var(--green);
  color:#fff;
  padding:12px 20px
}
.skip-link:focus {
  top:10px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.site-header {
  border-bottom:1px solid #eceee9;
  background:rgba(255,255,255,.96);
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(14px)
}
.nav {
  height:76px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.wordmark {
  display:flex;
  align-items:center;
  font-weight:800;
  font-size:20px;
  letter-spacing:-.8px
}
.brand-mark {
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  width:27px;
  height:29px;
  border-radius:5px;
  margin-right:10px;
  font-size:19px;
  font-style:italic
}
.wordmark-dot {
  color:#749552
}
.nav-links {
  display:flex;
  gap:30px;
  color:var(--muted);
  font-size:13px
}
.nav-links a:hover,.nav-paper:hover {
  color:var(--green)
}
.nav-paper {
  font-size:13px;
  font-weight:600;
  display:flex;
  gap:16px;
  align-items:center
}
.hero {
  text-align:center;
  padding-top:70px;
  padding-bottom:66px
}
.venue {
  display:inline-flex;
  gap:10px;
  align-items:center;
  color:var(--green);
  border:1px solid #d6e2cd;
  background:#f5f8f2;
  border-radius:100px;
  font-size:11px;
  font-weight:600;
  padding:6px 14px;
  letter-spacing:.03em
}
.status-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#688a49
}
.hero-name {
  display:block;
  font-size:88px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-6px;
  margin-top:23px
}
.hero-name>span {
  color:#7c9961
}
.hero-title {
  display:block;
  font-size:35px;
  line-height:1.24;
  font-weight:600;
  letter-spacing:-1.25px;
  margin-top:17px
}
.hero-description {
  font-size:15px;
  color:var(--muted);
  margin:20px 0 26px
}
.authors {
  max-width:760px;
  list-style:none;
  padding:0;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,max-content);
  justify-content:center;
  column-gap:21px;
  row-gap:4px;
  font-size:14px
}
.affiliations {
  font-size:12px;
  color:var(--muted);
  margin:12px 0 26px
}
.affiliations span {
  margin:0 10px;
  color:#a2aaa3
}
.hero-actions {
  display:flex;
  justify-content:center;
  gap:12px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:6px;
  padding:12px 19px;
  font-size:13px;
  font-weight:600;
  line-height:1.6;
  transition:background .18s,transform .18s;
  min-height:46px
}
.button:hover {
  transform:translateY(-2px)
}
.button-dark {
  background:#25332d;
  color:white
}
.button-dark:hover {
  background:#3b4d41
}
.button-green {
  background:var(--light-green);
  color:var(--green);
  border:1px solid #dce5d6
}
.button-green:hover {
  background:#dce8d3
}
.hero-note {
  font:10px/1.5 var(--mono);
  color:#737d75;
  margin-top:18px
}
.hero-note span {
  margin:0 10px;
  color:#a0a99f
}
.overview {
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1.42fr;
  gap:34px 65px;
  padding-top:58px
}
.overview-copy {
  font-size:15px;
  color:var(--muted)
}
.overview-copy>p+p {
  margin-top:15px
}
.pipeline {
  grid-column:1/-1;
  margin-top:12px;
  background:#f8faf6;
  background-image:radial-gradient(#dce5d8 .7px,transparent .7px);
  background-size:13px 13px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:27px 30px 21px
}
.pipeline-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.pipeline-top .eyebrow {
  margin-bottom:0
}
.pipeline-caption {
  font:11px/1.6 var(--mono);
  color:var(--muted)
}
.pipeline-stages {
  list-style:none;
  margin:26px 0 18px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}
.pipeline-stages li {
  position:relative;
  background:#fff;
  border:1px solid #dfe5db;
  border-radius:6px;
  padding:22px 18px 18px
}
.pipeline-stages li:not(:last-child)::after {
  content:'→';
  position:absolute;
  right:-17px;
  top:48%;
  font:16px/1 var(--mono);
  color:#5b7760;
  z-index:1
}
.stage-number {
  display:block;
  color:#7b847e;
  font:10px/1.5 var(--mono);
  margin-bottom:17px
}
.stage-resource {
  font:600 11px/1.5 var(--mono);
  color:var(--green)
}
.pipeline-stages h3 {
  font-size:15px;
  font-weight:650;
  margin-top:7px;
  line-height:1.3
}
.pipeline-stages p {
  font-size:11px;
  color:var(--muted);
  margin-top:8px;
  line-height:1.6;
  min-height:36px
}
.stage-tag {
  display:inline-block;
  margin-top:18px;
  background:#f1f4ee;
  padding:2px 7px;
  border-radius:3px;
  color:#5b6e59;
  font:9px/1.5 var(--mono);
  letter-spacing:.08em
}
.pipeline-stages .evaluation-stage {
  background:var(--green);
  border-color:var(--green);
  color:#fff
}
.evaluation-stage .stage-number,.evaluation-stage .stage-resource,.evaluation-stage p {
  color:#d8e4d3
}
.evaluation-stage .stage-tag {
  background:#386451;
  color:#eff5e9
}
.pipeline figcaption {
  font-size:11px;
  color:var(--muted);
  text-align:center
}
.benchmark-section {
  background:var(--soft);
  border-block:1px solid #e9ece4
}
.benchmark-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:25px;
  margin-bottom:32px
}
.button-detail {
  font:9px/1.4 var(--mono);
  padding:2px 4px;
  border:1px solid #6a7b6f;
  border-radius:3px;
  color:#e0e9dc
}
.bundle-button {
  flex-shrink:0
}
.dataset-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px
}
.dataset-card {
  border:1px solid #dbe1d7;
  border-radius:9px;
  padding:28px 29px 0;
  background:#fff
}
.dataset-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:23px;
  gap:10px
}
.dataset-icon {
  display:grid;
  place-items:center;
  height:37px;
  min-width:43px;
  border:1px solid #dce5d5;
  border-radius:6px;
  background:#f4f7ef;
  font:600 13px var(--mono);
  color:var(--green)
}
.format-tag {
  font:9px/1.5 var(--mono);
  letter-spacing:.12em;
  color:var(--muted)
}
.dataset-card h3 {
  font-size:24px;
  font-weight:650;
  letter-spacing:-.7px
}
.dataset-description {
  font-size:13px;
  color:var(--muted);
  max-width:360px;
  margin-top:8px;
  min-height:44px
}
.dataset-count {
  display:flex;
  align-items:baseline;
  gap:12px;
  margin-top:29px
}
.dataset-count strong {
  font-size:43px;
  font-weight:600;
  letter-spacing:-1.5px;
  line-height:1.25
}
.dataset-count>span {
  font-size:12px;
  color:var(--muted)
}
.split-bar {
  display:flex;
  height:5px;
  background:#cbd6bb;
  border-radius:10px;
  overflow:hidden;
  margin-top:20px
}
.split-bar>span {
  background:var(--green);
  height:100%
}
.split-labels {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:11px;
  color:var(--muted);
  margin-top:10px
}
.split-labels>span {
  display:flex;
  align-items:center;
  gap:6px
}
.split-labels b {
  font-weight:500;
  color:var(--ink);
  margin-left:3px
}
.dot {
  width:6px;
  height:6px;
  display:inline-block;
  border-radius:50%
}
.doctrine-dot {
  background:var(--green)
}
.news-dot {
  background:#cbd6bb
}
.dataset-bottom {
  border-top:1px solid var(--line);
  margin-top:25px;
  padding:20px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px
}
.filename {
  display:block;
  font:11px/1.5 var(--mono);
  color:#414b42
}
.file-meta {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:3px
}
.download-link {
  color:var(--green);
  font-size:12px;
  font-weight:650;
  display:flex;
  gap:15px;
  align-items:center;
  min-height:40px
}
.download-link:hover {
  text-decoration:underline;
  text-underline-offset:4px
}
.download-note {
  display:flex;
  gap:15px;
  justify-content:space-between;
  align-items:baseline;
  font-size:11px;
  color:var(--muted);
  margin-top:18px
}
.download-note p>span {
  margin-right:6px
}
.download-note a {
  white-space:nowrap;
  text-decoration:underline;
  text-underline-offset:3px
}
.dataset-details {
  margin-top:30px;
  border-top:1px solid var(--line);
  padding-top:16px
}
.dataset-details summary {
  font-size:13px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  cursor:pointer;
  min-height:32px;
  align-items:center;
  list-style:none
}
.dataset-details summary::-webkit-details-marker,.answer-details summary::-webkit-details-marker {
  display:none
}
.dataset-details[open] summary>span,.answer-details[open] summary>span {
  transform:rotate(45deg)
}
.schema-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  padding-top:22px;
  font-size:12px;
  color:var(--muted)
}
.schema-grid h4 {
  font-size:14px;
  color:var(--ink);
  margin-bottom:10px
}
.schema-grid p+p {
  margin-top:10px
}
.schema-grid code {
  font-size:11px;
  color:var(--green);
  overflow-wrap:anywhere
}
.examples-section {
  display:grid;
  grid-template-columns:.78fr 1.6fr;
  gap:45px
}
.example-browser {
  border:1px solid var(--line);
  border-radius:9px;
  overflow:hidden;
  align-self:start;
  min-width:0
}
.example-toolbar {
  background:#f8f9f6;
  padding:13px 17px;
  border-bottom:1px solid var(--line);
  display:flex;
  gap:12px;
  justify-content:space-between;
  align-items:center
}
.example-tabs {
  display:flex;
  gap:3px
}
.example-tabs button {
  border:1px solid transparent;
  background:transparent;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  padding:7px 10px;
  border-radius:5px;
  min-height:36px
}
.example-tabs button[aria-selected=true] {
  background:#fff;
  border-color:#dde3d8;
  color:var(--green);
  box-shadow:0 1px 3px #20392707
}
.example-source {
  font:9px/1.5 var(--mono);
  color:var(--muted)
}
#example-panel {
  padding:23px
}
.example-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  font:9px/1.6 var(--mono);
  color:#687660;
  margin-bottom:15px
}
.example-meta>span:first-child {
  color:var(--green)
}
#example-question {
  font-size:15px;
  font-weight:550;
  line-height:1.6
}
.example-options {
  list-style:none;
  padding:0;
  margin:20px 0
}
.example-options li {
  display:flex;
  gap:11px;
  padding:10px 12px;
  border:1px solid #e2e6de;
  border-radius:5px;
  margin-top:8px;
  font-size:12px;
  color:#5e685f;
  line-height:1.6
}
.option-letter {
  font:600 10px/1.9 var(--mono);
  color:var(--green);
  flex-shrink:0
}
.example-options .correct-option {
  border-color:#83a074;
  background:#f1f6ec;
  color:#314a30
}
.answer-details {
  border-top:1px solid var(--line);
  padding-top:13px;
  margin-top:18px
}
.answer-details summary {
  font-size:11px;
  font-weight:600;
  color:var(--green);
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  list-style:none;
  min-height:30px
}
.answer-content {
  font-size:12px;
  color:var(--muted);
  padding-top:10px
}
.answer-content p+p {
  margin-top:7px
}
#example-key {
  font-weight:600;
  color:var(--green)
}
.noscript-note {
  font-size:14px;
  color:var(--muted);
  padding:25px;
  border:1px solid var(--line);
  border-radius:8px
}
.citation-section {
  background:#f8f9f6;
  border-block:1px solid #e9ece4
}
.citation-layout {
  display:grid;
  grid-template-columns:.78fr 1.6fr;
  gap:45px
}
.citation-box {
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:white;
  min-width:0
}
.citation-toolbar {
  padding:11px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #e6eae0;
  font:11px/1.5 var(--mono);
  color:var(--muted)
}
.citation-toolbar button {
  display:flex;
  gap:10px;
  align-items:center;
  border:0;
  background:transparent;
  font-size:11px;
  color:var(--green);
  padding:6px 0;
  min-height:32px
}
.citation-toolbar button:hover {
  text-decoration:underline
}
.citation-box pre {
  margin:0;
  padding:21px 23px;
  overflow:auto;
  color:#53634e;
  font:11px/1.85 var(--mono);
  tab-size:2
}
.footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  min-height:105px
}
.footer .wordmark {
  font-size:18px
}
.footer>p {
  font-size:11px;
  color:var(--muted)
}
.footer>a:last-child {
  font-size:11px;
  white-space:nowrap
}
@media(min-width:1400px) {
  .hero {
    padding-top:86px;
    padding-bottom:80px
  }
  
}
@media(max-width:950px) {
  .hero-title {
    font-size:31px
  }
  .overview {
    gap:30px
  }
  .pipeline {
    padding:23px
  }
  .pipeline-stages {
    gap:12px
  }
  .pipeline-stages li {
    padding:18px 13px
  }
  .pipeline-stages li:not(:last-child)::after {
    right:-12px;
    font-size:12px
  }
  .pipeline-stages h3 {
    font-size:13px
  }
  .benchmark-heading {
    align-items:flex-start
  }
  .benchmark-heading h2 {
    max-width:420px
  }
  .examples-section,.citation-layout {
    grid-template-columns:1fr;
    gap:27px
  }
  .example-source {
    font-size:10px
  }
  .dataset-card {
    padding:24px 22px 0
  }
  .download-note {
    align-items:flex-start
  }
  .footer {
    gap:15px
  }
  .footer>p {
    max-width:310px
  }
  
}
@media(max-width:650px) {
  html {
    scroll-padding-top:80px
  }
  .container {
    padding-inline:21px
  }
  .section {
    padding-block:55px
  }
  .nav {
    height:66px;
    gap:12px
  }
  .wordmark {
    font-size:17px
  }
  .brand-mark {
    width:24px;
    height:26px;
    font-size:16px;
    margin-right:7px
  }
  .nav-links {
    gap:16px;
    font-size:11px
  }
  .nav-links a:first-child {
    display:none
  }
  .nav-paper {
    font-size:11px;
    gap:5px
  }
  .hero {
    padding-top:44px;
    padding-bottom:46px
  }
  .venue {
    font-size:10px
  }
  .hero-name {
    font-size:69px;
    letter-spacing:-4px;
    margin-top:22px
  }
  .hero-title {
    font-size:26px;
    letter-spacing:-.75px;
    margin-top:15px
  }
  .desktop-break {
    display:none
  }
  .hero-description {
    font-size:13px;
    max-width:280px;
    margin:18px auto 23px
  }
  .authors {
    font-size:11px;
    column-gap:12px;
    row-gap:6px;
    max-width:400px
  }
  .affiliations {
    font-size:10px;
    line-height:1.9;
    margin:12px auto 24px;
    max-width:340px
  }
  .affiliations span {
    margin:0 5px
  }
  .hero-actions {
    gap:9px
  }
  .hero-actions .button {
    font-size:11px;
    padding:11px 12px;
    gap:7px
  }
  .hero-actions svg {
    width:16px;
    height:16px
  }
  .hero-note {
    font-size:9px
  }
  h2 {
    font-size:27px;
    letter-spacing:-.8px
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:14px
  }
  .overview {
    grid-template-columns:1fr;
    gap:25px;
    padding-top:40px
  }
  .overview-copy {
    font-size:14px
  }
  .pipeline {
    padding:20px 16px;
    margin-top:6px
  }
  .pipeline-top {
    align-items:flex-start;
    flex-direction:column;
    gap:6px
  }
  .pipeline-caption {
    font-size:10px
  }
  .pipeline-stages {
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:20px
  }
  .pipeline-stages li {
    padding:17px 13px
  }
  .pipeline-stages li::after {
    display:none
  }
  .pipeline-stages h3 {
    font-size:14px
  }
  .pipeline-stages p {
    min-height:36px;
    font-size:11px
  }
  .stage-resource {
    font-size:10px
  }
  .stage-number {
    margin-bottom:12px
  }
  .stage-tag {
    font-size:8px
  }
  .pipeline figcaption {
    font-size:10px;
    max-width:300px;
    margin:auto
  }
  .benchmark-heading {
    flex-direction:column;
    gap:22px;
    margin-bottom:24px
  }
  .section-description {
    font-size:14px
  }
  .bundle-button {
    font-size:12px;
    padding:10px 16px
  }
  .dataset-grid {
    grid-template-columns:1fr;
    gap:18px
  }
  .dataset-card {
    padding:24px 24px 0
  }
  .dataset-description {
    min-height:0
  }
  .dataset-count {
    margin-top:25px
  }
  .download-note {
    flex-direction:column;
    gap:11px;
    font-size:10px
  }
  .dataset-details {
    margin-top:23px
  }
  .dataset-details summary {
    font-size:12px;
    gap:15px
  }
  .schema-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .example-toolbar {
    padding:10px;
    gap:7px
  }
  .example-tabs button {
    font-size:10px;
    padding:6px 8px
  }
  .example-source {
    font-size:8px
  }
  #example-panel {
    padding:19px 17px
  }
  #example-question {
    font-size:14px
  }
  .example-options li {
    font-size:11px
  }
  .citation-box pre {
    font-size:10px;
    padding:17px 15px
  }
  .footer {
    padding-block:25px;
    min-height:0;
    flex-wrap:wrap;
    gap:15px
  }
  .footer>p {
    order:3;
    flex-basis:100%;
    max-width:none;
    font-size:10px
  }
  .footer>a:last-child {
    margin-left:auto
  }
  .text-link {
    font-size:12px
  }
  
}
@media(max-width:360px) {
  .authors {
    grid-template-columns:repeat(2,max-content);
    column-gap:22px
  }
  
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important
  }
  
}

/* Paper figures, experimental results, and the animated method walkthrough. */
.zip-label {font:9px/1.4 var(--mono);border:1px solid #becfb4;border-radius:3px;padding:2px 4px}
.overview {grid-template-columns:1.1fr 1fr;align-items:center;gap:48px 68px}
.overview-intro .overview-copy {margin-top:25px}
.resource-stats {display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 0;border-top:1px solid var(--line);padding-top:20px}
.resource-stats div {display:flex;flex-direction:column-reverse;gap:4px}
.resource-stats dt {font-size:11px;color:var(--muted)}
.resource-stats dd {margin:0;font-size:29px;font-weight:600;letter-spacing:-1px}
.resource-note {font-size:10px;color:var(--muted);margin-top:12px}
.paper-figure {min-width:0}
.overview-figure {max-width:430px;justify-self:end}
.figure-link {display:block;position:relative;cursor:zoom-in;border-radius:8px;background:white}
.figure-link img {display:block;width:100%;height:auto;border-radius:8px}
.figure-zoom {position:absolute;right:9px;bottom:9px;display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:6px;background:#fffffff0;color:var(--green);font-size:22px;box-shadow:0 2px 9px #213d4112;transition:transform .2s}
.figure-link:hover .figure-zoom {transform:scale(1.12)}
.paper-figure figcaption {font-size:11px;color:var(--muted);line-height:1.7;margin-top:15px}
.paper-figure figcaption>span {font-weight:650;color:var(--green);margin-right:6px}
.paper-figure figcaption>a {white-space:nowrap;margin-left:5px;text-decoration:underline;text-underline-offset:3px}
.framework-figure {grid-column:1/-1;padding-top:8px}
.figure-heading {display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.figure-heading .eyebrow {margin-bottom:9px}
.figure-heading h3 {font-size:23px;letter-spacing:-.5px;font-weight:600}
.figure-heading>span {font-size:11px;color:var(--muted)}
.framework-figure .figure-link {border:1px solid var(--line);padding:12px}
.data-figures {grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:32px}
.data-figures .figure-link {border:1px solid var(--line);padding:18px;min-height:0}
.data-figures img {aspect-ratio:1.91;object-fit:contain}
.pipeline {--step-duration:4600ms;margin-top:0}
.pipeline-top .pipeline-caption {margin-top:7px}
.animation-toggle {border:1px solid #cbd8c4;border-radius:5px;padding:7px 12px;background:white;color:var(--green);font-size:11px;white-space:nowrap;min-height:36px}
.animation-toggle:hover {background:var(--light-green)}
.pipeline-stages li {padding:0;transition:border-color .3s,box-shadow .3s,transform .3s}
.stage-select {position:relative;text-align:left;padding:22px 18px 18px;width:100%;height:100%;border:0;background:transparent;color:inherit;border-radius:6px;overflow:hidden}
.stage-title {display:block;font-size:15px;font-weight:650;line-height:1.3;margin-top:7px}
.stage-description {display:block;font-size:11px;color:var(--muted);margin-top:8px;line-height:1.6;min-height:36px}
.evaluation-stage .stage-description {color:#d8e4d3}
.pipeline-stages li.is-active {border-color:#608557;box-shadow:0 0 0 2px #71926235,0 8px 20px #214e410c;transform:translateY(-3px)}
.pipeline-stages li.is-complete {border-color:#99ae8d}
.pipeline-stages li.is-active .stage-number {color:var(--green);font-weight:700}
.pipeline-stages li.evaluation-stage.is-active .stage-number {color:#e5f2c4}
.stage-select::after {content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#7d9d5d;transform:scaleX(0);transform-origin:left}
.pipeline[data-playing=true] .is-active .stage-select::after {animation:stage-progress var(--step-duration) linear infinite}
.pipeline[data-playing=true] .is-active::after {animation:flow-arrow 1.5s ease-in-out infinite}
.pipeline-detail {display:grid;grid-template-columns:160px 1fr;align-items:start;gap:18px;border-top:1px solid #dce5d6;padding:18px 0 15px;min-height:98px}
#pipeline-output {font:600 12px/1.8 var(--mono);color:var(--green)}
#pipeline-description {font-size:12px;line-height:1.8;color:var(--muted)}
@keyframes stage-progress {from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes flow-arrow {0%,100%{transform:translateX(-2px);opacity:.5}50%{transform:translateX(2px);opacity:1}}
.results-section {background:#fafbf8;border-block:1px solid var(--line)}
.results-heading {display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:34px}
.results-heading>p {font-size:15px;color:var(--muted);max-width:440px}
.result-highlights {display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:35px}
.result-highlights article {background:white;border:1px solid #dde4d7;border-radius:8px;padding:25px 23px 20px;display:flex;flex-direction:column;align-items:flex-start}
.result-highlights article>p:first-child {font-size:11px;font-weight:600;color:var(--green)}
.result-highlights strong {font-size:45px;line-height:1.3;letter-spacing:-1.7px;font-weight:650;margin-top:14px}
.result-highlights strong>span {font-size:15px;letter-spacing:0;font-weight:400;color:var(--muted);margin-left:4px}
.result-gain {font-size:11px;color:var(--green);background:#edf3e7;border-radius:4px;padding:4px 7px;margin:12px 0}
.result-highlights article>p {font-size:12px;line-height:1.7;color:var(--muted)}
.result-highlights article>a {font:10px/1.6 var(--mono);color:var(--green);margin-top:auto;padding-top:16px;text-decoration:underline;text-underline-offset:4px}
.results-browser {border:1px solid var(--line);border-radius:9px;overflow:hidden;background:white;min-width:0}
.results-tabs {display:flex;gap:8px;background:#f0f3eb;padding:12px 18px;border-bottom:1px solid var(--line);overflow:auto}
.results-tabs button {display:flex;align-items:center;gap:12px;border:1px solid transparent;border-radius:5px;background:transparent;color:#5d685c;padding:10px 15px;font-size:12px;white-space:nowrap;font-weight:550}
.results-tabs button>span {font:9px var(--mono);color:var(--muted)}
.results-tabs button[aria-selected=true] {background:white;color:var(--green);border-color:#d5dfce;box-shadow:0 1px 3px #213d4109}
.result-panel {padding:25px 25px 22px}
.result-panel+.result-panel {border-top:1px solid var(--line)}
.results-browser:has(.results-tabs:not([hidden])) .result-panel {border-top:0}
.result-panel-heading {display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}
.result-panel-heading h3 {font-size:15px;font-weight:600;letter-spacing:-.2px}
.result-panel-heading>a {color:var(--green);font-size:11px;white-space:nowrap;text-decoration:underline;text-underline-offset:4px}
.table-scroll {overflow-x:auto;width:100%;border:1px solid #e2e7dd;border-radius:5px;scrollbar-width:thin}
.results-table {border-collapse:collapse;width:100%;text-align:right;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}
.results-table th,.results-table td {padding:10px 12px;border-bottom:1px solid #edf0e9}
.results-table thead th {background:#f4f6f0;font-size:10px;font-weight:600;color:#506148;padding-block:13px}
.results-table th:first-child {text-align:left}
.results-table th[scope=row] {font-weight:450;color:#3d493c}
.results-table td {color:#566150}
.results-table .model-group th {text-align:left;background:#fafbf8;color:#7a8575;font:9px/1.5 var(--mono);letter-spacing:.08em;text-transform:uppercase;padding-top:12px;padding-bottom:7px}
.results-table .salute-result td,.results-table .salute-result th {background:#edf5e7;color:var(--green);font-weight:700}
.results-table tr:last-child>th,.results-table tr:last-child>td {border-bottom:0}
.results-table .stage-flag {text-align:right;color:var(--green)}
.result-explanation {margin-top:18px;font-size:11px;color:var(--muted);line-height:1.8;max-width:940px}
.result-explanation>p+p {margin-top:8px}
.ablation-insights {display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px}
.ablation-insights>div {padding-left:14px;border-left:2px solid #c9dabb}
.ablation-insights strong {display:block;color:var(--green);font-size:21px;letter-spacing:-.6px}
.ablation-insights span {display:block;font-size:11px;color:var(--muted);margin-top:6px}
.benchmark-section {background:#fff;border-top:0}
.included-label {font-size:10px;color:#6a7862;white-space:nowrap}
body.modal-open {overflow:hidden}
#figure-dialog {width:min(1280px,94vw);max-width:94vw;max-height:92vh;padding:0;border:1px solid #cbd6c5;border-radius:10px;background:#fff;color:var(--ink);box-shadow:0 30px 100px #0005}
#figure-dialog::backdrop {background:#14241bba;backdrop-filter:blur(5px)}
.figure-dialog-toolbar {display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;border-bottom:1px solid var(--line)}
.figure-dialog-toolbar h2 {font-size:15px;font-weight:550;letter-spacing:0;line-height:1.4}
.figure-dialog-toolbar>div {display:flex;gap:8px;flex-shrink:0}
.figure-dialog-toolbar button {font-size:11px;color:var(--green);background:#f4f7ef;border:1px solid #dce5d5;border-radius:5px;padding:8px 12px;min-height:36px}
.figure-dialog-image {padding:20px;overflow:auto;max-height:calc(92vh - 94px)}
.figure-dialog-image img {display:block;max-width:100%;width:auto;max-height:74vh;height:auto;margin:auto;object-fit:contain}
.is-zoomed .figure-dialog-image img {max-width:none;max-height:none;margin:0 auto}
@media(max-width:950px) {
  .overview {gap:35px;grid-template-columns:1fr 1fr}
  .overview-intro h2 {font-size:28px}
  .resource-stats {gap:12px}.resource-stats dd {font-size:25px}
  .stage-select {padding:18px 13px}.stage-title {font-size:13px}
  .result-highlights {gap:12px}.result-highlights article {padding:20px 16px}
  .result-highlights strong {font-size:38px}.result-gain {font-size:10px}
  .results-tabs button {padding:8px 11px;gap:7px}.results-tabs button>span {display:none}
  .results-heading {gap:35px}
}
@media(max-width:650px) {
  .nav-links {gap:14px}.nav-links a:last-child {display:none}
  .hero-actions .button-green {gap:6px}.zip-label {display:none}
  .overview {grid-template-columns:1fr;gap:30px}
  .overview-figure {max-width:390px;justify-self:center;width:100%}
  .overview-intro .overview-copy {margin-top:20px}
  .resource-stats {gap:18px}.resource-stats dt {font-size:10px}.resource-stats dd {font-size:27px}
  .figure-heading {display:block;margin-bottom:18px}.figure-heading h3 {font-size:20px}.figure-heading>span {display:block;margin-top:10px;font-size:10px}
  .framework-figure .figure-link {padding:5px}.figure-zoom {width:26px;height:26px;font-size:19px;right:6px;bottom:6px}
  .paper-figure figcaption {font-size:10px}
  .data-figures {grid-template-columns:1fr;gap:24px}.data-figures .figure-link {padding:13px}
  .pipeline-top {flex-direction:row;align-items:center;gap:10px}.pipeline-top .eyebrow {font-size:9px;letter-spacing:.08em}.pipeline-caption {font-size:9px}
  .animation-toggle {font-size:9px;padding:6px 8px}
  .pipeline-stages li {padding:0}.stage-select {padding:17px 12px}.stage-title {font-size:14px}
  .pipeline-detail {grid-template-columns:1fr;gap:6px;min-height:158px;padding-block:15px}
  #pipeline-output {font-size:11px}#pipeline-description {font-size:11px}
  .results-heading {grid-template-columns:1fr;gap:18px;margin-bottom:26px}.results-heading>p {font-size:14px}
  .result-highlights {grid-template-columns:1fr;gap:12px}.result-highlights article {padding:22px}
  .result-highlights strong {font-size:42px;margin-top:9px}.result-gain {font-size:11px}
  .results-tabs {padding:10px 8px;gap:4px}.results-tabs button {padding:8px;font-size:10px;flex:1;justify-content:center}
  .result-panel {padding:20px 13px}.result-panel-heading {display:block;margin-bottom:17px}.result-panel-heading h3 {font-size:13px}.result-panel-heading>a {display:inline-block;font-size:10px;margin-top:8px}
  .results-table {font-size:11px}.results-table th,.results-table td {padding:10px}.results-table th[scope=row] {position:sticky;left:0;background:#fff;box-shadow:1px 0 #e2e7dd}.results-table .salute-result th[scope=row] {background:#edf5e7}
  .result-explanation {font-size:10px}.ablation-insights {grid-template-columns:1fr;gap:18px}.ablation-insights strong {font-size:20px}
  .figure-dialog-toolbar {align-items:flex-start;flex-direction:column;gap:12px;padding:14px}.figure-dialog-toolbar h2 {font-size:13px}.figure-dialog-toolbar>div {align-self:flex-end}.figure-dialog-image {padding:10px;max-height:calc(92vh - 125px)}.figure-dialog-image img {max-height:65vh}
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {animation:none!important;transition:none!important}
  .pipeline-stages li.is-active {transform:none}
}

/* Paper masthead: original shield, balanced title, and grouped affiliations. */
.wordmark {
  font-size:18px;
  font-weight:650;
  letter-spacing:.045em;
}
.brand-mark {
  display:block;
  width:36px;
  height:36px;
  margin-right:9px;
  background:transparent;
  border-radius:50%;
  object-fit:contain;
}
.hero {
  padding-top:58px;
  padding-bottom:62px;
}
.venue {
  font-size:11px;
  font-weight:550;
  letter-spacing:.07em;
  padding:7px 15px;
}
.hero-brand {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:26px auto 0;
}
.hero-brand img {
  display:block;
  width:76px;
  height:76px;
  border-radius:50%;
}
.hero-name {
  margin:0;
  font-size:48px;
  font-weight:650;
  line-height:1;
  letter-spacing:.065em;
  color:#274737;
}
.hero-title {
  max-width:950px;
  margin:24px auto 0;
  font-size:44px;
  line-height:1.24;
  font-weight:550;
  letter-spacing:-1.35px;
  text-wrap:balance;
}
.hero-title-domain {
  display:block;
  color:#54634f;
  font-weight:450;
}
.author-block {
  margin-top:30px;
}
.authors {
  grid-template-columns:repeat(4,max-content);
  column-gap:30px;
  row-gap:9px;
  font-size:15px;
  line-height:1.7;
  color:#3f4940;
}
.authors li {
  white-space:nowrap;
}
.authors sup,.affiliations sup {
  position:relative;
  top:-.1em;
  color:#788867;
  font-size:9px;
  font-weight:500;
}
.authors sup {
  margin-left:3px;
}
.affiliations {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px 22px;
  list-style:none;
  padding:0;
  margin:17px auto 0;
  font-size:12px;
  line-height:1.6;
}
.affiliations li {
  white-space:nowrap;
}
.affiliations sup {
  margin-right:5px;
}
.hero-actions {
  margin-top:28px;
}
.hero-note {
  margin-top:17px;
  color:#899183;
  font-size:9px;
  letter-spacing:.015em;
}
.dataset-card {
  padding-bottom:28px;
}
@media(max-width:950px) {
  .hero-title {font-size:38px;max-width:810px;letter-spacing:-1px}
  .authors {font-size:14px;column-gap:23px}
}
@media(max-width:650px) {
  .wordmark {font-size:15px;letter-spacing:.025em}
  .brand-mark {width:31px;height:31px;margin-right:6px}
  .hero {padding-top:38px;padding-bottom:44px}
  .venue {font-size:10px;letter-spacing:.045em;padding:6px 12px}
  .hero-brand {gap:10px;margin-top:23px}
  .hero-brand img {width:61px;height:61px}
  .hero-name {font-size:37px;letter-spacing:.05em}
  .hero-title {font-size:29px;line-height:1.23;letter-spacing:-.7px;margin-top:20px;max-width:460px}
  .hero-title-domain {margin-top:5px}
  .author-block {margin-top:25px}
  .authors {grid-template-columns:repeat(2,max-content);column-gap:27px;row-gap:7px;font-size:13px;line-height:1.6}
  .affiliations {font-size:10px;gap:5px 15px;max-width:330px;margin-top:17px}
  .authors sup,.affiliations sup {font-size:8px}
  .hero-actions {margin-top:26px}
  .hero-note {font-size:8px}
  .dataset-card {padding-bottom:25px}
}
@media(max-width:360px) {
  .hero-title {font-size:26px;letter-spacing:-.65px}
  .hero-name {font-size:34px}
  .authors {font-size:12px;column-gap:24px}
  .affiliations {column-gap:12px}
}
