@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/dm-sans-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/dm-sans-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/dm-sans-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/dm-sans-3.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/manrope-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/manrope-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/manrope-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/manrope-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/manrope-4.ttf) format('truetype');
}

:root{--ink:#182321;--muted:#5c6864;--green:#245745;--lime:#d7ed6b;--line:#dde3de;--paper:#fafbf9;--white:#fff;--orange:#dd8917;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #617b14;outline-offset:5px}.nav{max-width:1320px;margin:auto;padding:23px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{font-family:Manrope,sans-serif;font-size:24px;font-weight:800;letter-spacing:-1.5px}.brand span{color:var(--green)}.brand i{font-style:normal;color:var(--green);font-size:25px;margin-left:3px}.nav nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav nav a:hover{color:var(--green)}main{overflow:hidden}.hero{max-width:1240px;padding:58px 32px 70px;margin:auto;text-align:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:650;color:var(--green)}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.14;margin:0;letter-spacing:-1.6px}h1{font-size:clamp(72px,9vw,120px);font-weight:800;letter-spacing:-8px;margin:16px 0 20px}h1 span{color:var(--green)}h1 i{font-size:.65em;display:inline-block;vertical-align:top;font-style:normal;color:var(--green);margin-left:6px;transform:translateY(11px)}.hero h2{font-size:clamp(22px,3vw,34px);font-weight:500;letter-spacing:-1px}.intro{font-size:19px;line-height:1.6;color:var(--muted);margin:25px auto}.actions{display:flex;justify-content:center;gap:12px;margin:28px 0 42px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:48px;padding:11px 22px;border:1px solid var(--line);border-radius:9px;font-size:14px;font-weight:650;background:white;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#edf1e8}.button.primary{background:var(--green);color:white;border-color:var(--green)}.button.primary:hover{background:#183f32}.teaser{width:100%;height:auto;display:block;border-radius:18px} @media(max-width:650px){.nav{padding:18px 20px}.nav nav{gap:15px;font-size:12px}.nav nav a:nth-child(3){display:none}.hero{padding:40px 20px}h1{letter-spacing:-5px}.intro{font-size:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}@font-face{font-family:Caveat;src:url('assets/fonts/Caveat-Bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
:root{--green:#60417c;--lime:#f7d9e9;--paper:#fcfcfc;--ink:#25212b;--muted:#706978;--line:#e8e4e9}.wordmark{font-family:Caveat,cursive!important;font-weight:700!important;letter-spacing:-.045em!important;line-height:1.12;background:linear-gradient(90deg,#ff66c4,#ffc259);-webkit-background-clip:text;background-clip:text;color:transparent!important;-webkit-text-fill-color:transparent;display:inline-block;padding-right:.1em}.brand.wordmark{font-size:37px}.nav{padding-top:13px;padding-bottom:13px}.hero{padding-top:39px;padding-bottom:70px}.hero h1{font-size:clamp(94px,11vw,150px);margin:5px 0 12px}.hero .eyebrow{margin:6px 0 4px;color:var(--muted);font-size:11px}.eyebrow-divider{padding:0 13px;color:#bbb}.intro{font-size:18px;margin:20px auto 25px}.authors{font-size:14px;line-height:1.8}.authors>div{display:flex;justify-content:center;flex-wrap:wrap;gap:5px 22px}.authors a{white-space:nowrap}.authors a:hover{text-decoration:underline;text-underline-offset:4px;color:var(--green)}sup{font-size:10px;padding-left:3px;color:var(--muted)}.affiliations{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:12px;color:var(--muted);margin:11px 0}.hero .actions{margin:24px 0 35px}.hero .button{gap:12px}.button.primary{background:#33243e;border-color:#33243e}.button.primary:hover{background:#60417c}.showcase{border:1px solid var(--line);border-radius:20px;overflow:hidden;text-align:left;background:white;box-shadow:0 14px 50px -30px #70607940;scroll-margin-top:25px}.showcase-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 23px;border-bottom:1px solid var(--line)}.showcase-bar p{font-size:11px;letter-spacing:1.6px;font-weight:650;margin:0;display:flex;gap:9px;align-items:center}.status-dot{height:6px;width:6px;background:#a876a1;border-radius:50%;display:inline-block}.micro{font-size:12px;color:var(--muted)}.scene-select{display:flex;gap:5px;padding:12px 19px;overflow:auto;background:#fcfbfd}.scene-button{border:1px solid transparent;border-radius:7px;background:none;color:var(--muted);padding:8px 16px;font-size:13px;cursor:pointer;white-space:nowrap;min-height:38px}.scene-button:hover{background:#f3edf6}.scene-button.active{color:#4b355c;background:#f0e7f6;border-color:#e6d6ee;font-weight:650}.hero-viewer{border:0;width:100%;height:400px;display:block;background:#f6f3f7}.showcase-details{padding:21px 24px;display:grid;grid-template-columns:1fr 1fr auto;gap:22px;border-top:1px solid var(--line)}.prompt{display:flex;flex-direction:column;font-size:14px;line-height:1.5;gap:5px}.field-label{font-size:10px;font-weight:650;letter-spacing:1.5px;color:var(--muted)}.control-key{display:flex;flex-direction:column;gap:7px;font-size:11px;color:var(--muted);justify-content:center}.control-key>span{display:flex;gap:7px;align-items:center}.swatch{display:inline-block;width:11px;height:11px;border-radius:3px;border:1px solid #ccc}.swatch.high{background:#f4c447;border-color:#d7b237}.swatch.low{background:#f7f7f7}.showcase-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:10px 24px;align-items:center;gap:20px;color:var(--muted);background:#fcfbfd}.showcase-footer p{font-size:12px;margin:0}.text-button{border:0;background:none;cursor:pointer;color:var(--green);font-size:12px;min-height:32px;white-space:nowrap}.showcase-caption{font-size:13px;color:var(--muted);margin-top:19px}.showcase-caption a{color:var(--green);margin-left:15px;text-decoration:underline;text-underline-offset:4px}.section{max-width:1190px;margin:0 auto;padding:80px 32px}.section h2{font-size:clamp(30px,3.7vw,46px);font-weight:550;letter-spacing:-1.8px;line-height:1.15}.section .eyebrow{font-size:11px;color:var(--muted);margin:0 0 22px;letter-spacing:1.8px}.idea{display:grid;grid-template-columns:.85fr 1.4fr;gap:90px;border-top:1px solid var(--line)}.soft{color:#a794b4}.idea-copy p{color:var(--muted);font-size:16px;margin-top:0}.idea-copy .large-copy{font-size:23px;line-height:1.55;color:var(--ink);letter-spacing:-.3px}.inline-note{display:flex;align-items:center;gap:8px;font-size:13px!important;font-weight:550;color:#694884!important}.small-dot{width:6px;height:6px;border-radius:50%;background:#c98daa}.abstract{margin-top:28px;border-top:1px solid var(--line);padding-top:16px}.abstract summary,.limitations summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px;font-weight:600;min-height:35px}.abstract summary::-webkit-details-marker,.limitations summary::-webkit-details-marker{display:none}.abstract[open] summary,.limitations[open] summary{margin-bottom:15px}.abstract p{font-size:15px}.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:36px}.section-title-row .micro{letter-spacing:1px;font-size:10px;white-space:nowrap}.capabilities{padding-top:35px}.capabilities h2{font-size:32px}.paper-figure{margin:0}.paper-figure img{display:block;width:100%;height:auto;border-radius:14px;background:white}figcaption{font-size:12px;color:var(--muted);margin-top:15px;line-height:1.6}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:45px}.number{display:inline-block;font-size:12px;color:#aa7290;margin-bottom:20px}.principles h3{font-size:19px;line-height:1.4;letter-spacing:-.5px;font-weight:600}.principles p{font-size:15px;color:var(--muted);line-height:1.7;margin:12px 0 0}.video-section{background:#211c29;color:#f9f4fb;margin-top:20px}.video-inner{padding-top:70px;padding-bottom:56px}.video-inner .eyebrow{color:#cfb6d9}.video-inner h2{font-size:38px}.video-intro{font-size:15px;color:#bdb2c7;line-height:1.7;margin:0}.video-inner video{display:block;width:100%;height:auto;aspect-ratio:1864/1112;object-fit:contain;background:#111;border-radius:12px}.video-caption{display:flex;justify-content:space-between;margin-top:16px;font-size:12px;color:#c5bbcd}.video-caption a{color:#f3d6e8}.video-description{margin-top:20px;font-size:13px;color:#c5bbcd}.video-description summary{cursor:pointer}.video-description p{max-width:760px}.section-description{max-width:365px;color:var(--muted);font-size:15px;line-height:1.7;margin:0}.method-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;margin:45px 0 0}.method-step{padding:22px 24px;text-align:left;border:1px solid var(--line);border-radius:12px;background:white;cursor:pointer;display:flex;flex-direction:column;gap:7px;color:var(--ink);min-width:0}.method-step span{font-size:12px;color:#a67f98;margin-bottom:6px}.method-step strong{font-size:17px;font-weight:600;line-height:1.4}.method-step small{font-size:12px;color:var(--muted)}.method-step.active{border-color:#cbb4d9;background:#f7f1fa}.step-arrow{color:#ad9ab8}.method-explainer{margin:20px 0 35px;padding:22px 26px;display:grid;grid-template-columns:170px 1fr;gap:20px;background:#faf8fb;border-radius:12px;min-height:130px}.method-explainer>span{font-size:11px;letter-spacing:1.5px;color:var(--green);padding-top:4px}.method-explainer p{font-size:15px;color:var(--muted);line-height:1.7;margin:0}.method-figure{padding:22px;border:1px solid var(--line);border-radius:14px;background:white}.results-section{background:#f6f5f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.evidence-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;margin:48px 0 65px}.big-number{font-family:Manrope,sans-serif;font-size:80px;line-height:1;letter-spacing:-5px;margin:0 0 18px}.big-number span{font-family:'DM Sans',sans-serif;font-size:20px;letter-spacing:0;margin-left:12px;color:var(--muted)}.evidence-copy>p:not(.big-number){font-size:14px;line-height:1.7;color:var(--muted)}.stat-divider{height:1px;background:#ddd5e5;margin:28px 0}.evidence-copy h3{font-size:20px;line-height:1.45;letter-spacing:-.5px}.text-link{font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:5px}.chart-panel{padding:28px 32px;background:white;border:1px solid var(--line);border-radius:15px}.chart-top{display:flex;justify-content:space-between;align-items:start;gap:20px}.chart-top h3{font-size:18px;line-height:1.4;letter-spacing:-.4px;padding-top:4px}.chart-top label{display:flex;flex-direction:column;font-size:10px;color:var(--muted);gap:5px}.chart-top select{font:12px 'DM Sans',sans-serif;max-width:215px;border:1px solid var(--line);padding:9px 10px;background:#fcfbfd;border-radius:6px;color:var(--ink);min-height:37px}.bar-chart{margin-top:28px}.chart-row+.chart-row{margin-top:25px}.bar-label{display:flex;justify-content:space-between;font-size:12px;gap:12px;margin-bottom:9px}.bar-label strong{font-size:16px;color:var(--green)}.track{height:23px;background:#f4f0f7;position:relative;border-radius:4px;overflow:hidden}.track>span{display:block;height:100%;background:linear-gradient(90deg,#ad87c3,#d4afd5);border-radius:4px;transition:width .35s ease}.track>i{position:absolute;top:0;bottom:0;left:50%;width:0;border-left:1px dashed #51435980}.confidence{font-size:10px;color:var(--muted);margin:6px 0 0;text-align:right}.chart-axis{display:flex;justify-content:space-between;font-size:10px;color:#817689;margin-top:20px}.chart-note{font-size:11px;color:var(--muted);line-height:1.7;margin:25px 0 0}.appearance-result{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;align-items:center}.appearance-result h3{font-size:25px;font-weight:550;line-height:1.3;letter-spacing:-.8px}.appearance-result p{font-size:14px;color:var(--muted);line-height:1.7}.appearance-result figure{margin:0}.appearance-result img{width:100%;height:auto;background:white;border-radius:12px;display:block}.limitations{margin-top:45px;padding-top:20px;border-top:1px solid #ddd5e5}.limitations>div{max-width:850px;font-size:14px;color:var(--muted)}.resource-heading p:last-child{font-size:16px;color:var(--muted)}.resources{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.resource-links{display:flex;flex-direction:column}.resource-links>a{display:flex;align-items:center;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.resource-links>a:first-child{padding-top:8px}.resource-links>a>span:nth-child(2){flex:1}.resource-links strong{display:block;font-size:17px;font-weight:550}.resource-links small{display:block;font-size:12px;color:var(--muted);margin-top:5px}.resource-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#f3ecf7;border-radius:10px;color:var(--green);font-size:22px;flex-shrink:0}.resource-links>a:hover strong{color:var(--green)}.citation{padding-top:0;padding-bottom:80px}.citation-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.citation h2{font-size:25px}.citation .button{font-size:12px;min-height:38px;padding:6px 16px}.citation pre{white-space:pre;overflow:auto;font-size:12px;line-height:1.8;background:#f6f4f8;border:1px solid var(--line);border-radius:12px;padding:25px 30px;margin:0}.footer{max-width:1320px;border-top:1px solid var(--line);padding:30px 40px;margin:auto;display:flex;align-items:center;gap:35px}.footer .wordmark{font-size:40px}.footer p{font-size:12px;line-height:1.65;color:var(--muted)}.footer p span{color:#968a9e}.back-top{margin-left:auto;font-size:12px;color:var(--green)}.skip-link{position:absolute;top:-100px;left:15px;background:#33243e;color:white;padding:10px 20px;border-radius:6px;z-index:100}.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}
@media(max-width:950px){.authors>div{gap:4px 17px}.idea{gap:40px}.section-title-row{gap:30px}.section-title-row .micro{display:none}.evidence-layout,.appearance-result{gap:35px;grid-template-columns:.7fr 1.3fr}.chart-top{flex-direction:column;gap:10px}.chart-top label{width:100%}.chart-top select{max-width:none}.principles{gap:30px}.method-step{padding:20px 16px}.method-step strong{font-size:15px}.method-step small{font-size:11px}.resources{gap:35px}.showcase-details{grid-template-columns:1fr 1fr}.control-key{flex-direction:row;grid-column:1/-1;justify-content:start}.hero .actions{gap:8px}.hero .button{font-size:13px;padding:10px 16px}}
@media(max-width:650px){.nav{padding:10px 20px}.brand.wordmark{font-size:32px}.hero{padding:30px 16px 40px}.hero h1{font-size:100px;margin:5px 0 10px}.hero h2{font-size:24px;max-width:310px;margin:auto;line-height:1.3}.intro{font-size:16px}.authors{font-size:12px}.authors>div{gap:6px 13px;margin-top:7px}.affiliations{gap:8px 15px;font-size:11px}.authors sup{font-size:8px}.hero .actions{margin:22px 0 26px}.hero .button{font-size:12px;min-height:42px;padding:8px 12px}.showcase-bar{padding:13px 14px}.showcase-bar p{font-size:9px;letter-spacing:.9px}.showcase-bar .micro{display:none}.scene-select{padding:9px 10px;gap:2px}.scene-button{padding:7px 12px;font-size:12px}.hero-viewer{height:300px}.showcase-details{padding:16px;gap:16px;grid-template-columns:1fr}.prompt{font-size:13px}.field-label{font-size:9px}.control-key{grid-column:auto;font-size:10px}.showcase-footer{padding:8px 15px;align-items:start}.showcase-footer p{font-size:10px}.showcase-caption{font-size:12px;line-height:1.8}.showcase-caption a{display:block;margin:0}.section{padding:48px 20px}.idea{grid-template-columns:1fr;gap:25px}.section h2{font-size:32px}.idea-copy .large-copy{font-size:20px}.section .eyebrow{margin-bottom:15px;font-size:10px}.principles{grid-template-columns:1fr;gap:24px;margin-top:30px}.principles article{position:relative;padding-left:38px}.principles .number{position:absolute;left:0;top:5px}.principles h3{font-size:18px}.principles p{font-size:14px;margin-top:7px}.section-title-row{flex-direction:column;align-items:start;gap:20px;margin-bottom:25px}.video-intro{font-size:14px}.video-caption{font-size:10px;gap:15px}.method-steps{grid-template-columns:1fr;gap:8px;margin-top:25px}.step-arrow{display:none}.method-step{padding:16px 20px;display:grid;grid-template-columns:28px 1fr;gap:4px 10px}.method-step>span{grid-row:1/3;margin:0;align-self:center}.method-step small{grid-column:2}.method-explainer{grid-template-columns:1fr;gap:12px;padding:20px;min-height:0}.method-explainer p{font-size:14px}.method-figure{padding:12px}.evidence-layout,.appearance-result{grid-template-columns:1fr;gap:25px;margin-top:30px}.evidence-copy{max-width:100%}.big-number{font-size:65px}.chart-panel{padding:24px 20px}.chart-top{flex-direction:row;align-items:center}.chart-top label{width:auto}.chart-top select{font-size:10px;max-width:180px}.chart-top h3{font-size:16px}.appearance-result h3{font-size:23px}.resources{grid-template-columns:1fr;gap:22px}.resource-links strong{font-size:15px}.resource-links small{font-size:11px}.citation pre{font-size:11px;padding:18px}.citation-heading h2{font-size:25px}.footer{padding:25px 20px;flex-wrap:wrap;gap:10px 20px}.footer .wordmark{font-size:35px}.footer p{font-size:10px}.back-top{font-size:11px}}
@media(forced-colors:active){.wordmark{background:none;color:CanvasText!important;-webkit-text-fill-color:CanvasText}.track>span{background:Highlight}.scene-button.active,.method-step.active{outline:2px solid Highlight}}

/* Caveat has a right overhang on the final w; preserve its full ink bounds. */
.wordmark{padding-left:.12em;padding-right:.34em;overflow:visible;line-height:1.25}
.routing-section{margin-top:48px;padding-top:35px;border-top:1px solid var(--line)}
.routing-section>h3{font-size:25px;line-height:1.35;letter-spacing:-.7px;font-weight:550}
.routing-section>p{font-size:15px;color:var(--muted);max-width:850px;line-height:1.75}
.routing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:25px}
.routing-grid figure{margin:0;min-width:0}.routing-pair{display:grid;grid-template-columns:1fr 1fr;background:white;border-radius:12px;border:1px solid var(--line);padding:14px 6px 8px}.routing-pair>div{min-width:0;text-align:center}.routing-pair span{font-size:10px;color:var(--muted)}.routing-pair img{width:100%;height:auto;display:block}.routing-grid figcaption{font-size:12px;line-height:1.7;margin-top:12px}.routing-grid figcaption strong{font-size:14px;font-weight:550;color:var(--ink)}.routing-section>.routing-caption{font-size:12px;margin-top:22px}
@media(max-width:650px){.routing-grid{grid-template-columns:1fr}.routing-pair{padding:15px}.routing-pair span{font-size:12px}.routing-section>h3{font-size:23px}}

/* The figure stays fixed. Only its two elephant image objects become 3D views. */
.teaser-stage{position:relative;isolation:isolate}.teaser-stage>img{border-radius:14px}.teaser-stage>canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.teaser-slot{position:absolute;z-index:2;cursor:grab;touch-action:pan-y;outline-offset:-2px;border-radius:6px}.teaser-slot:active{cursor:grabbing}.teaser-slot:focus-visible{outline:2px solid #9176a8}.teaser-input{left:35.468%;top:65.118%;width:13.929%;height:26.591%}.teaser-output{left:50.805%;top:64.676%;width:14.175%;height:27.423%}.teaser-controls{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 0 0;font-size:12px;color:var(--muted)}.teaser-controls>div{display:flex;gap:14px}.teaser-controls button{padding:4px 0}.teaser-controls button:disabled{opacity:.5;cursor:default}.animated-teaser.is-static .teaser-stage>canvas{visibility:hidden}.animated-teaser.is-static .teaser-slot{visibility:hidden}@media(max-width:650px){.teaser-controls{align-items:flex-start;font-size:10px;gap:8px}.teaser-controls>div{gap:10px}.teaser-controls .text-button{font-size:10px;line-height:1.4}.animated-teaser figcaption{font-size:11px}}

.teaser-annotations{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:visible}.teaser-leader{fill:none;stroke:#3f4144;stroke-width:11;stroke-dasharray:6 22;stroke-linecap:round}.animated-teaser.is-static .teaser-annotations{display:none}

.teaser-fallback{position:absolute;overflow:hidden;z-index:0;pointer-events:none}.teaser-fallback>img{position:absolute;height:auto;max-width:none!important}.animated-teaser.is-static .teaser-fallback{display:none}

/* Theme surfaces retain the paper figures and model textures in their original colors. */
:root{color-scheme:light;--surface:#fff;--surface-soft:#fcfbfd;--surface-tint:#f6f4f8;--selected:#f0e7f6;--selected-ink:#4b355c;--selected-line:#e6d6ee;--focus:#8656a8}
:root[data-theme="dark"]{color-scheme:dark;--paper:#17141e;--ink:#f0eaf5;--muted:#b9afc5;--line:#3b3346;--green:#d4aeea;--surface:#211c2a;--surface-soft:#261f30;--surface-tint:#292232;--selected:#3d2c4d;--selected-ink:#efdbfc;--selected-line:#715386;--focus:#e6b5ff}
.nav{gap:24px}.nav nav{margin-left:auto;align-items:center}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;min-height:44px;padding:8px 13px;border:1px solid var(--line);border-radius:24px;background:var(--surface);color:var(--ink);font-size:12px;font-weight:600;cursor:pointer}.theme-toggle:hover{background:var(--surface-tint)}.theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-sun{display:none}:root[data-theme="dark"] .theme-moon{display:none}:root[data-theme="dark"] .theme-sun{display:block}
.button{color:var(--ink);background:var(--surface)}.button:hover{background:var(--surface-tint)}.button.primary{color:#fff}.showcase,.method-step,.chart-panel{background:var(--surface)}.scene-select,.showcase-footer,.chart-top select{background:var(--surface-soft)}.scene-button:hover{background:var(--surface-tint)}.scene-button.active{background:var(--selected);color:var(--selected-ink);border-color:var(--selected-line)}.hero-viewer{background:var(--surface-tint)}.method-step.active{background:var(--selected);border-color:var(--selected-line)}.method-explainer,.results-section,.track,.citation pre{background:var(--surface-tint)}.resource-icon{background:var(--selected)}.inline-note{color:var(--green)!important}.stat-divider{background:var(--line)}.limitations{border-color:var(--line)}.chart-axis{color:var(--muted)}.routing-pair span{color:#706978}.track>i{border-left-color:var(--muted)}
:root[data-theme="dark"] .button.primary{background:#67447f;border-color:#89619f}:root[data-theme="dark"] .button.primary:hover{background:#7a5392}:root[data-theme="dark"] .soft{color:#c5a8d9}:root[data-theme="dark"] .number,:root[data-theme="dark"] .method-step span{color:#d4a8c7}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:4px}
@media(max-width:750px){.nav{gap:14px}.nav nav{gap:18px}.theme-toggle .theme-label{display:none}.theme-toggle{width:44px;padding:8px}}
@media(max-width:430px){.nav{gap:10px;flex-wrap:wrap}.nav nav{order:3;flex-basis:100%;justify-content:center;gap:28px;padding-bottom:3px}.nav nav a:nth-child(3){display:block}.theme-toggle{margin-left:auto}}

.featured-intro{padding:23px 25px;display:grid;grid-template-columns:1fr auto;gap:28px;border-bottom:1px solid var(--line);background:var(--surface)}.featured-prompt p{font-size:clamp(18px,2vw,24px);line-height:1.4;margin:7px 0 0;max-width:720px;color:var(--ink)}.featured-key{display:flex;flex-direction:column;justify-content:center;gap:9px;font-size:11px;color:var(--muted)}.featured-key>span{display:grid;grid-template-columns:14px 76px 1fr;gap:7px;align-items:center}.featured-key strong{color:var(--ink);font-size:12px}.featured-key .swatch{width:13px;height:13px}.featured-loading{position:absolute;left:0;right:0;text-align:center;padding-top:140px;color:var(--muted);font-size:14px}.showcase{position:relative}.hero-viewer{height:480px}
@media(max-width:850px){.featured-intro{grid-template-columns:1fr;gap:17px}.featured-key{flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:10px 24px}}
@media(max-width:650px){.featured-intro{padding:18px 16px}.featured-prompt p{font-size:19px}.featured-key{flex-direction:column;gap:8px}.hero-viewer{height:400px}.showcase-footer{flex-wrap:wrap;gap:6px 20px}.showcase-footer p{flex-basis:100%}.showcase-footer #reset-view{margin-left:auto}}
.teaser-replacement{position:absolute;z-index:0;pointer-events:none;overflow:hidden}.animated-teaser.is-static .teaser-replacement{display:none}

/* Overview-first research page. */
.hero{padding-bottom:12px}.hero .actions{margin-bottom:24px}.institution-logos{display:flex;align-items:center;justify-content:center;gap:36px;margin:28px auto 10px;max-width:900px}.institution-logos>a{display:flex;align-items:center;justify-content:center;background:transparent;padding:12px 16px;border-radius:8px;flex:1;min-width:0;height:92px}.institution-logos img{width:100%;height:100%;max-width:190px;object-fit:contain}.institution-logos>a:first-child img{max-width:125px}.institution-logos>a:nth-child(2) img{max-width:185px}
.teaser-video-section{padding-top:16px;padding-bottom:28px}.teaser-video-section video{display:block;width:100%;aspect-ratio:16/9;border-radius:16px;background:#17131d;object-fit:contain}.tldr{font-size:18px;line-height:1.65;margin:22px 0 0;color:var(--ink)}.tldr strong{color:var(--green);margin-right:12px;font-size:14px;letter-spacing:.08em}.abstract-section{max-width:1000px;padding-top:38px;padding-bottom:55px}.abstract-section h2{text-align:center;font-size:30px;margin-bottom:22px}.abstract-section>p{font-size:16px;line-height:1.85;color:var(--muted);margin:0}.idea{padding-top:55px;padding-bottom:32px}.capabilities{padding-top:20px;padding-bottom:50px}.results-compact{max-width:950px}.results-compact>h2{text-align:center;margin-bottom:30px}.results-compact .chart-panel{padding:32px 40px}
.examples-section{max-width:1320px;padding-top:50px;padding-bottom:45px}.examples-section .section-title-row{margin-bottom:20px}.examples-section h2{font-size:34px}.carousel-nav{display:flex;align-items:center;gap:16px;flex-shrink:0}.carousel-nav .button{min-width:44px;padding:8px 13px}.carousel-nav button:disabled{opacity:.35;cursor:default;transform:none}.carousel-nav span{font-size:13px;color:var(--muted);min-width:65px;text-align:center}.examples-toolbar{display:flex;gap:24px;align-items:center;margin-bottom:18px}.examples-toolbar input{flex:1;min-width:0;max-width:550px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:9px;padding:11px 15px;font:14px 'DM Sans',sans-serif;min-height:44px}.carousel-key{flex-direction:row;gap:28px;justify-content:flex-start;margin-bottom:16px;flex-wrap:wrap}.carousel-viewer{display:block;width:100%;height:740px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.carousel-hint{font-size:12px;color:var(--muted);margin:14px 5px 0;line-height:1.7}
@media(max-width:650px){.institution-logos{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;max-width:360px}.institution-logos>a{height:70px;padding:9px 16px}.institution-logos>a:first-child img{max-width:105px}.hero{padding-bottom:5px}.teaser-video-section{padding-top:12px}.teaser-video-section video{border-radius:10px}.tldr{font-size:15px;margin-top:16px}.abstract-section>p{font-size:15px;line-height:1.8}.abstract-section{padding-top:20px;padding-bottom:36px}.examples-section h2{font-size:29px}.examples-section .section-title-row{gap:17px}.carousel-nav{align-self:flex-end}.examples-toolbar{gap:10px;flex-wrap:wrap}.examples-toolbar input{flex-basis:100%;max-width:none}.examples-toolbar #reset-view{margin-left:auto}.carousel-key{gap:8px}.carousel-viewer{height:770px}.results-compact .chart-panel{padding:24px 20px}}
.institution-logos>a:nth-child(2){overflow:hidden}.institution-logos>a:nth-child(2) img{width:240%;height:240%;flex-shrink:0;max-width:none}.carousel-viewer{height:660px}@media(max-width:650px){.institution-logos>a:nth-child(2) img{width:235%;height:235%}.carousel-viewer{height:700px}}

.carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px}.carousel-footer .carousel-hint{margin:0;flex:1}.carousel-footer .button{flex-shrink:0}@media(max-width:650px){.carousel-footer{flex-direction:column;align-items:flex-end}.carousel-footer .carousel-hint{align-self:stretch}}

/* Remove the supplied logo's white matte without modifying its source artwork. */
.logo-filters{position:absolute;pointer-events:none}
.institution-logos>a:nth-child(2) img{filter:url(#logo-transparent)}
html[data-theme="dark"] .institution-logos>a:nth-child(2) img{filter:url(#logo-transparent) invert(1) hue-rotate(180deg)}
html[data-theme="dark"] .institution-logos>a:nth-child(3) img,html[data-theme="dark"] .institution-logos>a:nth-child(4) img{filter:brightness(0) invert(1)}
