/* Immersive dataset cover, paper overview, sample workbenches, benchmark page.
   Cover keeps the light paper veil over the media wall; body typography stays quiet and academic. */
.site-header{position:relative;z-index:20}
.site-header .brand{font-size:24px;letter-spacing:-1px}
.dataset-page .site-header{position:absolute;inset:0 0 auto;background:linear-gradient(rgba(244,241,235,.85),transparent);border:0}

/* Cover */
.immersive-cover{height:100svh;min-height:640px;position:relative;overflow:hidden;background:#d9d5cc;isolation:isolate}
.cover-perspective{position:absolute;inset:-22% -10%;perspective:1400px;overflow:hidden}
.dataset-wall{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:100%;height:155%;transform:translate3d(var(--pointer-x,0px),var(--pointer-y,0px),0) rotateX(13deg) rotateZ(-13deg) scale(calc(1.03 + var(--cover-progress,0)*.1));transform-origin:50% 42%;transition:transform .7s ease;animation:wall-arrive 1.8s cubic-bezier(.2,.7,.2,1) both}
.wall-column{display:flex;flex-direction:column;gap:16px;transform:translateY(-12%);animation:column-drift 36s ease-in-out infinite alternate}
.wall-column:nth-child(even){transform:translateY(-3%);animation-direction:alternate-reverse;animation-duration:42s}
.wall-tile{position:relative;aspect-ratio:1.24;background:#343b3d;overflow:hidden;border-radius:6px;border:1px solid rgba(255,255,255,.28);box-shadow:0 16px 55px rgba(28,41,46,.22);padding:0;text-align:left;flex-shrink:0}
.wall-tile video{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}
.wall-tile:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.wall-tile:hover{border-color:var(--accent);filter:brightness(1.06)}
.wall-tile-caption{position:absolute;bottom:0;inset-inline:0;padding:32px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.72));display:flex;justify-content:space-between;font:9px var(--mono);letter-spacing:1px;color:#fff}
.wall-ref{position:absolute;right:12px;top:12px;width:52px;height:63px;transform:rotate(6deg);box-shadow:0 3px 14px rgba(28,41,46,.35);background:#eee;padding:3px;border-radius:3px}
.wall-ref img{width:100%;height:45px;object-fit:cover;border-radius:3px}
.wall-ref span{display:block;color:#222;font:8px var(--mono);text-align:center;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wall-ref-set{position:absolute;right:10px;top:12px;display:flex;align-items:start;gap:5px;max-width:93%}
.wall-ref-set .wall-ref{position:relative;right:auto;top:auto;flex-shrink:0;width:47px;height:60px;transform:rotate(3deg)}
.wall-ref-set .wall-ref:nth-child(even){transform:rotate(-4deg)}
.wall-ref-set .wall-ref img{height:42px}
.wall-ref-set .wall-ref span{font-size:8px;padding-top:2px}
.wall-ref-extra{font:10px var(--mono);background:rgba(28,41,46,.74);padding:5px;color:#fff;border-radius:3px}
.cover-shade{position:absolute;inset:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse at 50% 44%,rgba(244,241,235,.96) 0%,rgba(244,241,235,.82) 34%,rgba(244,241,235,.14) 73%),linear-gradient(0deg,#d9d5cc 0%,rgba(217,213,204,.1) 28%,rgba(244,241,235,.24) 100%)}
.cover-grain{position:absolute;inset:0;z-index:2;opacity:.08;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.6' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}
.cover-content{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:90px 24px 80px;pointer-events:none;animation:cover-arrive 1.4s .15s both}
.cover-content a{pointer-events:auto}
.cover-kicker{font:11px var(--sans);letter-spacing:2.5px;color:var(--accent);margin:0 0 20px}
.cover-content h1{display:flex;align-items:center;justify-content:center;gap:.3em;font-size:clamp(38px,4.4vw,64px);line-height:1.15;letter-spacing:-1.6px;font-weight:600;color:var(--ink)}
.cover-project{white-space:nowrap}
.cover-content h1 .cover-amp{font-size:.65em;font-weight:400;letter-spacing:0;color:var(--muted)}
.cover-description{font-size:19px;line-height:1.6;color:#425158;max-width:620px;margin:24px 0 0}
.cover-resources{display:flex;align-items:center;gap:10px;margin-top:28px;flex-wrap:wrap;justify-content:center;pointer-events:auto}
.cover-resource{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 18px;font-size:14px;font-weight:500;line-height:1.4;color:var(--bg);background:var(--ink);border:1px solid var(--ink);border-radius:6px;transition:background .2s,border-color .2s}
.cover-resource svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cover-resource .resource-github{fill:currentColor;stroke:none}
.resource-hf{width:19px;height:19px;flex-shrink:0}
a.cover-resource[href]:hover{background:#35454c;border-color:#35454c}
.cover-resource.coming{color:#536168;background:rgba(244,241,235,.9);border-color:rgba(28,41,46,.22)}
.cover-resource small{font-size:10px;font-weight:400;padding-left:8px;border-left:1px solid var(--line)}
.cover-links{display:flex;align-items:center;justify-content:center;gap:26px;margin-top:20px}
.cover-benchmark{font-size:13px;color:#425158;padding:5px 0;border-bottom:1px solid transparent}
.cover-benchmark:hover{color:var(--accent);border-color:var(--accent-line)}
.cover-bottom{position:absolute;bottom:30px;left:4.5%;right:4.5%;z-index:4;display:flex;justify-content:space-between;align-items:end;font:9px/1.8 var(--mono);letter-spacing:2px;color:var(--muted)}
.cover-bottom>a{display:flex;gap:20px;color:inherit}
.cover-bottom>a:hover,.cover-bottom button:hover{color:var(--accent)}
.cover-bottom button{font-size:10px;padding:10px 0;letter-spacing:1px;color:var(--muted)}
.wall-paused .wall-column{animation-play-state:paused}
@keyframes column-drift{from{transform:translateY(-12%)}to{transform:translateY(-1%)}}
@keyframes wall-arrive{from{opacity:0;transform:rotateX(25deg) rotateZ(-19deg) scale(1.3)}to{opacity:1;transform:rotateX(13deg) rotateZ(-13deg) scale(1.03)}}
@keyframes cover-arrive{from{opacity:0;filter:blur(10px);transform:translateY(25px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}

/* Paper overview and contributions */
.paper-title{max-width:1100px;font-size:clamp(26px,3vw,40px);line-height:1.2;letter-spacing:-.6px;font-weight:600}
.abstract{max-width:920px;margin:26px 0 0;color:#425158;font-size:15px;line-height:1.95}
.abstract strong{color:var(--ink);font-weight:600}

.contribution-list{margin:26px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;background:var(--panel)}
.benchmark-contributions{grid-template-columns:repeat(2,minmax(0,1fr))}
.contribution-list article{display:block;min-width:0;padding:24px 24px 26px}
.contribution-list article+article{border-left:1px solid var(--line)}
.contribution-number{display:block;margin-bottom:14px;color:var(--accent);font:12px var(--mono);letter-spacing:1.5px}
.contribution-list h3{font-size:19px;line-height:1.3;letter-spacing:-.3px;margin-bottom:13px}
.contribution-list p{color:#536168;font-size:13px;line-height:1.8}
.contribution-list strong{color:var(--ink);font-weight:600}

/* Dataset highlights: three distinct, compact cards. */
.dataset-highlights,.benchmark-highlights{gap:16px;border:0;border-radius:0;background:transparent}
.dataset-highlights article,.benchmark-highlights article{padding:24px;border:1px solid var(--line);border-radius:6px;background:#fbfaf7}
.highlight-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:6px;background:var(--accent-soft);color:var(--accent)}
.highlight-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dataset-highlights h3,.benchmark-highlights h3{font-size:19px;font-weight:600;line-height:1.35;letter-spacing:-.2px;margin-bottom:10px}
.dataset-highlights p,.benchmark-highlights p{font-size:14px;line-height:1.7;color:#536168}
.paper-figure{margin:16px 0 36px;padding:22px 24px 26px;border:1px solid var(--line);border-radius:6px;background:#fbfaf7;isolation:isolate}
.paper-figure figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}
.paper-figure h3{font-size:19px;line-height:1.35;letter-spacing:-.2px;font-weight:600}
.paper-figure-link{flex-shrink:0;font-size:12px;color:#536168;text-underline-offset:4px}
.paper-figure-link:hover{text-decoration:underline;color:var(--accent)}
.paper-figure-image{max-width:680px;margin:0 auto;mix-blend-mode:multiply}
.paper-figure-image a{display:block;cursor:zoom-in}
.paper-figure img{display:block;width:100%;height:auto}
.section.dataset-statistics-section{padding-top:0}
.dataset-statistics-section .dataset-profile{margin:0}
.benchmark-paper-figure{margin-top:32px}
.benchmark-paper-figure .paper-figure-image{max-width:900px}

/* Benchmark page hero */
.benchmark-page .benchmark-section{padding-top:56px}
.benchmark-page #benchmark-title{font-size:clamp(38px,4.5vw,50px);line-height:1.1;letter-spacing:-1px;font-weight:600}
.benchmark-page .section-heading{align-items:end}
.benchmark-page .section-heading p{max-width:550px}
.benchmark-jump-links{display:flex;flex-wrap:wrap;gap:12px 26px;margin:0 0 26px;font-size:13px;color:#536168}
.benchmark-jump-links a{padding-bottom:5px;border-bottom:1px solid var(--line)}
.benchmark-jump-links a:hover{color:var(--accent);border-color:var(--accent-line)}
.benchmark-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}
.benchmark-highlights .contribution-number{margin-bottom:14px}
#benchmark-taxonomy,#benchmark-results,#benchmark-examples{scroll-margin-top:24px}
.benchmark-finding{font-size:14px;line-height:1.75;color:var(--ink);max-width:900px}
.benchmark-page .evidence-note{font-size:13px}
.benchmark-page .reference-rail{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:24px;border-bottom:0}
.reference-inputs{min-width:0}
.benchmark-page .rail-label{padding:0;margin-bottom:12px}
.benchmark-page .bench-ref{width:108px}
.benchmark-page .bench-ref img{height:108px}
.benchmark-page .bench-ref i{top:44px;left:47px}
.benchmark-page .all-models-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:28px 0 16px}
.benchmark-page .all-models-heading h3{font-size:21px}
.benchmark-page .all-models-heading p{margin:0}
.benchmark-page .all-model-card{background:#fbfaf7}
.benchmark-page .all-model-card h4{font-weight:600}

/* Benchmark taxonomy */
.benchmark-taxonomy{margin:16px 0 36px}
.benchmark-taxonomy figure{margin:0;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:center;padding:24px;border:1px solid var(--line);background:#fbfaf7;border-radius:6px;isolation:isolate}
.benchmark-taxonomy figure>img{width:100%;height:auto;max-width:350px;justify-self:center;mix-blend-mode:multiply}
.benchmark-taxonomy figcaption{min-width:0;padding:8px 0}
.benchmark-taxonomy h2{font-size:21px;line-height:1.35;letter-spacing:-.2px;margin:12px 0}
.benchmark-taxonomy figcaption>p{color:#536168;font-size:14px;line-height:1.8;max-width:410px}
.taxonomy-caption-group{margin-top:25px}
.taxonomy-caption-group h3{font:600 14px/1.5 var(--sans);color:var(--ink);margin:0 0 7px}
.taxonomy-caption-group p{font-size:14px;line-height:1.75;color:#536168;max-width:410px}
.taxonomy-caption-group ul{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:9px 20px}
.taxonomy-caption-group li{font-size:14px;color:var(--ink)}
.taxonomy-caption-group li:before{content:'';display:inline-block;width:4px;height:4px;margin-right:9px;border-radius:50%;background:var(--accent);vertical-align:middle}
.benchmark-taxonomy .text-link{margin-top:28px;font-size:12px}

/* Citation */
.citation-section{border-top:1px solid var(--line)}
.citation-copy{flex-shrink:0;border:1px solid var(--line);padding:12px 16px;font:11px var(--mono);letter-spacing:1px;transition:background .2s,color .2s,border-color .2s}
.citation-copy:hover{background:var(--accent);border-color:var(--accent);color:#fff}
.citation-code{max-width:1050px;margin:0;padding:25px 28px;overflow:auto;border:1px solid var(--line);border-radius:6px;background:var(--panel2);color:#334249;font:12px/1.8 var(--mono);white-space:pre}
.citation-code code{font:inherit}
.citation-status{min-height:1.5em;margin-top:10px;color:var(--accent);font:10px var(--mono);letter-spacing:.7px}

/* Reference family / sub-task tabs */
.composition-section{border-top:1px solid var(--line)}
.composition-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.composition-tabs button{padding:10px 16px;border:1px solid var(--line);border-radius:3px;font-size:12px;color:var(--muted);transition:color .2s,border-color .2s}
.composition-tabs button:hover{color:var(--ink);border-color:var(--accent-line)}
.composition-tabs button[aria-pressed=true]{background:var(--accent);color:#fff;border-color:var(--accent)}
.family-tabs{margin-bottom:12px}
.family-tabs button{font-size:14px;padding:10px 20px}
.subtask-tabs{padding:12px 0 12px 18px;border-left:2px solid var(--accent);margin:0 0 20px}
.subtask-tabs button{font-size:12px;padding:8px 13px;background:transparent}
.subtask-tabs button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent);border-color:transparent}

/* Workbench: reference(s) -> target */
.composition-workbench{display:grid;grid-template-columns:minmax(0,1.05fr) 45px minmax(0,1fr);gap:22px;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}
.composition-refs{display:grid;gap:20px;max-height:620px;overflow-y:auto;scrollbar-width:thin}
.composition-group{border-bottom:1px solid var(--line);padding-bottom:16px}
.composition-assets{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.composition-assets figure{margin:0;width:calc(33.333% - 8px);min-width:80px}
.composition-assets img,.composition-assets video{height:110px;width:100%;object-fit:contain;border-radius:3px}
.composition-assets img{background:var(--media)}
.composition-assets video{background:#14181c}
.composition-assets figcaption{font:12px/1.5 var(--sans);letter-spacing:0;color:#425158;margin-top:8px}
.single-input>.eyebrow,.composition-group>.eyebrow,.composition-output>.eyebrow{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:0;line-height:1.5;color:var(--ink)}
.composition-arrow{font-size:36px;color:var(--accent)}
.composition-output video{width:100%;max-height:410px;object-fit:contain;margin:16px 0}
.composition-output .mono{font-size:9px;overflow-wrap:anywhere;color:var(--muted)}
.composition-output .text-link{font-size:13px;margin-top:12px}

/* Single-reference variant */
.single-reference-section{border-top:1px solid var(--line)}
.single-input{min-width:0}
.reference-candidate-note{margin:10px 0 0;padding-left:12px;border-left:2px solid var(--accent-line);font:13px/1.65 var(--sans);color:#536168}
.composition-refs>.reference-candidate-note{margin-top:0}
.single-input>div{margin-top:16px}
.single-input img,.single-input video{width:100%;height:350px;object-fit:contain}
.single-input img{background:var(--media)}
.single-input video{background:#14181c}
.single-workbench{align-items:start}
.single-workbench .composition-arrow{align-self:center}
.single-workbench .composition-output video{height:350px;margin-top:16px}

/* Sample navigation and prompt */
.sample-navigation{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:8px 0 18px}
.sample-navigation>.eyebrow{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:0;color:#425158}
.sample-navigation>div{display:flex;align-items:center;gap:20px;flex-shrink:0}
.sample-navigation .mono{min-width:48px;text-align:center;color:var(--muted);font-size:12px}
.sample-navigation .round-button{width:42px;height:42px;font-size:22px}
.inline-prompt{border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:25px 28px;margin:16px 0 24px}
.inline-prompt>p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;font-size:14px;color:#425158;margin-top:16px}
.inline-prompt .prompt-header{gap:15px;flex-wrap:wrap}
.inline-prompt .language-toggle button{padding:6px 12px;font-size:12px}
.inline-prompt .language-toggle{flex-shrink:0}

/* Benchmark browse controls */
.benchmark-category-browser{margin:30px 0 20px}
.benchmark-category-browser .family-tabs button{font-size:14px;padding:10px 20px}
.benchmark-category-browser .sample-navigation{margin-top:22px}
.benchmark-category-browser .case-pager{display:flex}
.benchmark-category-browser .sample-navigation>.eyebrow{line-height:1.8}
.case-pager{display:flex;gap:14px;align-items:center}
.case-pager .mono{min-width:60px;text-align:center}

@media(max-width:760px){
.site-header .brand{font-size:22px}
.immersive-cover{height:min(700px,100svh);min-height:600px;max-height:1000px}
.cover-perspective{inset:-10% -65%}
.dataset-wall{gap:10px;height:130%}
.wall-column{gap:10px}
.wall-tile{aspect-ratio:.85;border-radius:6px}
.wall-ref{width:36px;height:45px;top:8px;right:8px}
.wall-ref img{height:29px}
.wall-tile-caption{font-size:7px;padding-inline:6px}
.wall-tile-caption span:last-child{display:none}
.wall-ref-set{gap:3px;right:5px;top:8px}
.wall-ref-set .wall-ref{width:32px;height:44px;padding:2px}
.wall-ref-set .wall-ref img{height:26px}
.wall-ref-set .wall-ref span{display:none}
.wall-ref-extra{font-size:8px;padding:3px}
.cover-content{padding:100px 18px}
.cover-content h1{flex-direction:column;gap:3px;font-size:clamp(34px,9vw,48px);letter-spacing:-.8px}
.cover-content h1 .cover-amp{font-size:.5em;line-height:1.1}
.cover-kicker{font-size:10px;letter-spacing:1.4px;margin-bottom:18px}
.cover-description{font-size:15px;margin:20px 0 0;max-width:330px}
.cover-resources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;gap:8px;width:100%;max-width:350px}
.cover-resource{padding:9px 8px;min-height:42px;font-size:12px;gap:6px}
.cover-resource svg{width:16px;height:16px}
.cover-resource.coming{display:grid;grid-template-columns:16px auto;column-gap:7px;row-gap:0;padding-top:5px;padding-bottom:5px;text-align:left}
.cover-resource.coming svg,.cover-resource.coming .resource-hf{grid-row:1/3}
.cover-resource.coming .resource-hf{width:16px;height:16px}
.cover-resource small{grid-column:2;padding-left:0;border-left:0;font-size:9px}
.cover-links{gap:20px;margin-top:16px}
.cover-benchmark{font-size:12px}
.cover-bottom{bottom:25px;left:24px;right:24px;font-size:8px;letter-spacing:1px}
.cover-bottom>span{display:none}
.cover-bottom button{font-size:9px}
.paper-title{font-size:24px;letter-spacing:-.3px}
.abstract{font-size:13px;margin-top:20px}
.contribution-list{display:block;margin:26px 0 0}
.contribution-list article{padding:20px}
.contribution-list article+article{border-left:0;border-top:1px solid var(--line)}
.contribution-number{margin-bottom:15px}
.contribution-list h3{font-size:17px}
.contribution-list p{font-size:13px;line-height:1.75}
.dataset-highlights{display:grid;grid-template-columns:1fr;gap:12px}
.dataset-highlights article,.dataset-highlights article+article{padding:22px;border:1px solid var(--line)}
.dataset-highlights .highlight-icon{margin-bottom:14px}
.dataset-highlights h3{font-size:18px}
.dataset-highlights p,.benchmark-highlights p{font-size:14px;line-height:1.7}
.paper-figure{margin:12px 0 30px;padding:18px 14px}
.paper-figure figcaption{gap:10px;margin-bottom:16px}
.paper-figure h3{font-size:17px}
.paper-figure-link{font-size:11px}
.benchmark-paper-figure{margin-top:26px}
.benchmark-paper-figure figcaption{flex-wrap:wrap}
.benchmark-page #benchmark-title{font-size:34px;letter-spacing:-.5px}
.benchmark-page .benchmark-section{padding-top:40px}
.benchmark-highlights{display:grid;grid-template-columns:1fr;gap:12px}
.benchmark-highlights article{padding:22px;border:1px solid var(--line)}
.benchmark-highlights h3{font-size:18px}
.benchmark-highlights p{font-size:14px;line-height:1.7}
.benchmark-jump-links{font-size:12px;gap:10px 18px}
.benchmark-finding,.taxonomy-caption-group p{font-size:13px}
.benchmark-page .evidence-note{font-size:12px}
.benchmark-page .reference-rail{grid-template-columns:minmax(0,1fr);gap:16px}
.benchmark-page .bench-ref{width:90px}
.benchmark-page .bench-ref img{height:90px}
.benchmark-page .bench-ref i{top:35px;left:38px}
.benchmark-page .all-models-heading{flex-wrap:wrap;gap:6px}
.benchmark-page .all-models-heading h3{font-size:19px}
.benchmark-taxonomy{margin:12px 0 30px}
.benchmark-taxonomy figure{grid-template-columns:1fr;padding:20px;gap:24px}
.benchmark-taxonomy figure>img{max-width:300px}
.benchmark-taxonomy figcaption{border-top:1px solid var(--line);padding-top:25px}
.benchmark-taxonomy h2{font-size:19px}
.benchmark-taxonomy figcaption>p{font-size:13px}
.taxonomy-caption-group{margin-top:20px}
.taxonomy-caption-group li{font-size:13px}
.citation-code{padding:18px;font-size:10px}
.composition-workbench{grid-template-columns:1fr;padding:17px;gap:14px}
.composition-arrow{transform:rotate(90deg);justify-self:center;font-size:28px}
.composition-assets img,.composition-assets video{height:95px}
.single-input>.eyebrow,.composition-group>.eyebrow,.composition-output>.eyebrow{font-size:13px;letter-spacing:0}
.composition-refs{max-height:none}
.composition-tabs{gap:7px}
.composition-tabs button{padding:9px 12px;font-size:12px}
.composition-output .text-link{font-size:13px}
.composition-section h2{font-size:24px}
.single-input img,.single-input video,.single-workbench .composition-output video{height:220px}
.single-reference-section h2{font-size:24px}
.sample-navigation>.eyebrow{font-size:13px;letter-spacing:0}
.sample-navigation>div{gap:10px}
.sample-navigation .round-button{width:35px;height:35px}
.inline-prompt{padding:19px 17px}
.inline-prompt>p{font-size:13px;line-height:1.7}
.family-tabs button{font-size:13px;padding:9px 13px}
.subtask-tabs{padding-left:12px}
.subtask-tabs button{font-size:12px}
.benchmark-category-browser .family-tabs button{font-size:13px;padding:9px 13px}
.benchmark-category-browser .sample-navigation{align-items:center}
.benchmark-category-browser .sample-navigation>.eyebrow{max-width:55%;font-size:13px}
}
@media(max-width:370px){
.cover-resources{gap:6px}
.cover-resource{padding-inline:7px;font-size:11px;gap:5px}
.cover-resource.coming{column-gap:5px}
}
@media(prefers-reduced-motion:reduce){
.dataset-wall,.wall-column,.cover-content{animation:none!important}
.dataset-wall{transform:rotateX(13deg) rotateZ(-13deg) scale(1.03);transition:none}
.cover-content{opacity:1}
}
