@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin.woff2') format('woff2');
}

:root {
  --font-paper: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-code: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --paper: #f6f6ef;
  --ink: #1a1714;
  --body-ink: rgba(26, 23, 20, .94);
  --muted: rgba(26, 23, 20, .68);
  --line: rgba(26, 27, 24, .16);
  --line-strong: rgba(26, 27, 24, .3);
  --accent: #4a9d82;
  --accent-soft: rgba(74, 157, 130, .11);
  --warm: #c35e32;
  --warm-soft: rgba(195, 94, 50, .12);
  --cool: #356f8c;
  --haptic: #356f8c;
  --active-compliance: #c35e32;
  --compliance: #4a9d82;
  --title-green: #367e68;
  --title-green-light: #79b9a3;
  --task-poker: #c8dfcf;
  --task-book: #a9d2bd;
  --task-balloon: #85c0a8;
  --task-cap: #63ac92;
  --task-paste: #418d76;
  --ablation-base: #78aa97;
  --ablation-ours: #28765e;
  --ablation-ours-bright: #52a98a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-paper); font-optical-sizing: auto; font-weight: 400; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }

.hero-cover { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: #050706; }
.hero-cover video { width: 100%; height: 100%; object-fit: cover; }
.hero-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 52%, rgba(0,0,0,.58)); pointer-events: none; }
.scroll-cue { position: absolute; z-index: 2; bottom: 31px; left: 50%; transform: translateX(-50%); color: white; text-decoration: none; font: 600 11px/1 var(--font-paper); letter-spacing: .08em; text-transform: uppercase; }

.article-body { padding: 105px 32px 130px; }
.legacy-anchor { display: block; height: 0; position: relative; top: -28px; }
.article-layout { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 210px minmax(0, 820px); gap: 60px; justify-content: center; }
.article-outline { position: relative; }
.article-outline nav { position: sticky; top: 28px; }
.outline-group { padding-top: 17px; }
.outline-group:first-child { padding-top: 0; }
.outline-group__label { display: block; padding: 0 8px 7px; color: var(--title-green); font: 700 9px/1 var(--font-paper); letter-spacing: .13em; text-transform: uppercase; }
.outline-group__links { display: grid; gap: 2px; }
.article-outline .outline-link { position: relative; display: grid; grid-template-columns: 25px minmax(0, 1fr); align-items: center; gap: 7px; min-width: 0; padding: 7px 10px; border-radius: 7px; color: rgba(26,27,24,.58); text-decoration: none; font: 12px/1.2 var(--font-paper); transition: color .18s ease, background .18s ease; }
.outline-link__index { color: rgba(26,27,24,.35); font: 700 9px/1 var(--font-code); letter-spacing: .04em; }
.article-outline .outline-link--sub { padding-top: 5px; padding-bottom: 5px; color: rgba(26,27,24,.46); font-size: 11px; }
.article-outline .outline-link--sub .outline-link__index { color: var(--accent); }
.article-outline .outline-link:hover { color: var(--ink); background: rgba(74,157,130,.07); }
.article-outline .outline-link.is-active { color: var(--title-green-light); background: linear-gradient(90deg, rgba(121,185,163,.16), rgba(121,185,163,.035)); font-weight: 700; }
.article-outline .outline-link.is-active::after { content: ''; position: absolute; top: 7px; right: 0; bottom: 7px; width: 3px; border-radius: 999px; background: linear-gradient(180deg, var(--title-green), var(--title-green-light)); }
.article-outline .outline-link.is-active .outline-link__index { color: var(--title-green); }
.article-shell { min-width: 0; }

.title-block { padding-bottom: 46px; text-align: center; }
.venue { margin-bottom: 24px; color: var(--muted); font: 700 10px/1 var(--font-paper); letter-spacing: .12em; }
.title-block h1 { margin: 0; font-size: clamp(42px, 5.5vw, 70px); font-weight: 400; line-height: 1.04; letter-spacing: -.018em; }
.title-acronym { white-space: nowrap; }
.title-block h1 .title-h,
.title-block h1 .title-a,
.title-block h1 .title-c { color: var(--title-green); }
.title-block h1 .title-o { color: var(--title-green-light); }
.article-shell .authors { margin: 48px auto 7px; font-size: 18px; }
.affiliation { margin: 0; color: var(--muted); font: 13px/1.5 var(--font-paper); }
.article-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.article-link { display: inline-flex; align-items: center; gap: 7px; min-height: 37px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 7px; text-decoration: none; font: 600 12px/1 var(--font-paper); }
.article-link:hover { border-color: var(--accent); background: var(--accent-soft); }
.article-link.disabled { color: rgba(26,27,24,.38); border-color: var(--line); }

.article-shell section { scroll-margin-top: 30px; }
.article-shell h2 { margin: 72px 0 21px; font-size: 35px; font-weight: 400; line-height: 1.12; letter-spacing: 0; }
.article-shell h3 { margin: 50px 0 16px; font-size: 24px; font-weight: 500; line-height: 1.25; }
.article-shell p, .article-shell li { color: var(--body-ink); font-size: 19px; font-weight: 400; line-height: 1.62; }
.article-shell p { margin: 0 0 20px; }
.article-shell ul { padding-left: 24px; }
.article-shell li { margin: 10px 0; }
.article-shell strong { color: var(--ink); font-weight: 600; }
.abstract-language { margin-top: 28px; }
.abstract-language + .abstract-language { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.article-shell .abstract-language h3 { margin: 0 0 17px; color: var(--muted); font: 700 11px/1 var(--font-paper); letter-spacing: .12em; text-transform: uppercase; }
.abstract-language--zh p { line-height: 1.78; }

.paper-figure { width: 100%; margin: 42px 0 0; }
.paper-figure img, .paper-figure video { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 12px; background: white; }
.paper-figure video { background: #000; }
.paper-figure figcaption { margin-top: 14px; color: var(--muted); font: 14px/1.55 var(--font-paper); }
.teaser-video { aspect-ratio: 16/9; object-fit: cover; }
.architecture-frame { overflow: hidden; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.architecture-frame img { width: 100%; height: auto; border: 0; border-radius: 0; object-fit: contain; }
.method-lead { font-size: 20px !important; }
.method-detail { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-shell .method-detail h3 { margin: 0 0 12px; font-size: 24px; font-weight: 500; }
.article-shell .method-detail p { margin: 0; font-size: 17px; line-height: 1.68; }
.signal-key { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.signal-key article { padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.45); }
.signal-key b { display: block; margin-bottom: 8px; color: var(--accent); font: 600 13px/1 var(--font-paper); }
.signal-key p { margin: 0; color: var(--muted); font: 14px/1.55 var(--font-paper); }

.demo-gallery { margin-top: 32px; }
.demo-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.demo-pill { padding: 7px 13px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.55); font: 600 13px/1 var(--font-paper); cursor: pointer; }
.demo-pill:hover { border-color: var(--accent); }
.demo-pill.active { color: white; border-color: var(--accent); background: var(--accent); }
.demo-view { overflow: hidden; border-radius: 12px; background: #000; box-shadow: 0 10px 32px rgba(0,0,0,.18); }
.demo-view video { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.demo-caption { margin-top: 15px; padding-left: 15px; border-left: 3px solid var(--accent); }
.demo-caption__head { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; width: 100%; gap: 18px; margin-bottom: 8px; }
.demo-caption b { display: block; flex: 1 1 auto; min-width: 0; margin: 0; color: var(--ink); font: 600 17px/1.3 var(--font-paper); letter-spacing: -.01em; }
.demo-video-pills { display: inline-grid; grid-auto-flow: column; grid-auto-columns: 29px; align-items: center; flex: 0 0 auto; gap: 2px; margin-left: auto; padding: 3px; border: 1px solid rgba(54,126,104,.22); border-radius: 999px; background: rgba(74,157,130,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.demo-video-pill { display: grid; place-items: center; width: 29px; height: 25px; padding: 0; border: 0; border-radius: 999px; color: rgba(26,23,20,.58); background: transparent; font: 600 12px/1 var(--font-paper); font-variant-numeric: tabular-nums; cursor: pointer; transition: color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease; }
.demo-video-pill:hover { color: var(--title-green); background: rgba(74,157,130,.12); }
.demo-video-pill:focus-visible { outline: 2px solid rgba(54,126,104,.38); outline-offset: 2px; }
.demo-video-pill.active { color: #fff; background: var(--title-green); box-shadow: 0 2px 7px rgba(54,126,104,.24); }
.demo-video-pill:active { transform: translateY(1px); }
.demo-caption p { margin: 0; color: var(--muted); font: 15px/1.55 var(--font-paper); }
.benchmark-taxonomy { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin: 28px 0 0; }
.benchmark-taxonomy div { padding: 12px 8px; border-top: 3px solid var(--c); color: var(--ink); background: rgba(255,255,255,.55); text-align: center; font: 600 11px/1.35 var(--font-paper); transition: border-color .18s ease, background .18s ease, color .18s ease; }
.benchmark-taxonomy div.active,
.benchmark-taxonomy div[aria-current='true'] { padding-top: 10px; border-top: 5px solid #3e9879; color: #2f7d65; background: rgba(74,157,130,.1); font-weight: 800; }

.result-intro { padding: 17px 18px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.result-intro p { margin: 0; font: 14px/1.6 var(--font-paper); }
.experiment-group { margin-top: 48px; }
.experiment-group h3 { margin-bottom: 8px; }
.experiment-group > p { color: var(--muted); font: 14px/1.6 var(--font-paper); }
.table-wrap { overflow-x: auto; margin-top: 22px; }
.result-table { width: 100%; min-width: 760px; border-collapse: collapse; font-family: var(--font-paper); }
.result-table th, .result-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); text-align: center; font-size: 12px; }
.result-table thead th { border-top: 2px solid var(--line-strong); color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
.result-table thead th:nth-child(2) { border-top: 3px solid var(--task-poker); }
.result-table thead th:nth-child(3) { border-top: 3px solid var(--task-book); }
.result-table thead th:nth-child(4) { border-top: 3px solid var(--task-balloon); }
.result-table thead th:nth-child(5) { border-top: 3px solid var(--task-cap); }
.result-table thead th:nth-child(6) { border-top: 3px solid var(--task-paste); }
.result-table th:first-child { min-width: 190px; padding-left: 0; text-align: left; }
.result-table td { color: rgba(26,23,20,.74); font-family: var(--font-paper); font-weight: 500; font-variant-numeric: tabular-nums lining-nums; }
.result-table--components { min-width: 850px; }
.result-table--components th:first-child { min-width: 130px; }
.result-table--components thead th.component-head { width: 70px; min-width: 70px; padding-right: 5px; padding-left: 5px; color: rgba(26,27,24,.46); font-size: 10px; font-weight: 700; letter-spacing: normal; background: transparent; border-top: 2px solid var(--line-strong); }
.result-table--components thead th:nth-child(4) { border-top: 3px solid var(--task-poker); }
.result-table--components thead th:nth-child(5) { border-top: 3px solid var(--task-book); }
.result-table--components thead th:nth-child(6) { border-top: 3px solid var(--task-balloon); }
.result-table--components thead th:nth-child(7) { border-top: 3px solid var(--task-cap); }
.result-table--components thead th:nth-child(8) { border-top: 3px solid var(--task-paste); }
.result-table .component-cell { width: 70px; min-width: 70px; padding-right: 5px; padding-left: 5px; color: rgba(26,27,24,.38); font-size: 15px; font-weight: 700; background: transparent; }
.result-table .component-cell.is-enabled { color: rgba(74,157,130,.66); font-weight: 800; }
.result-table tbody tr.ours { background: rgba(111, 185, 159, .11); }
.result-table tbody tr.ours th { color: #367e68; }
.result-table tbody tr.ours th::after { content: 'OURS'; margin-left: 8px; padding: 2px 5px; border-radius: 3px; color: white; background: var(--accent); font: 700 8px/1 var(--font-paper); }
.table-caption { margin-top: 11px !important; color: var(--muted) !important; font: 13px/1.5 var(--font-paper) !important; }
.placeholder-warning { margin: 24px 0 0; padding: 11px 13px; border: 1px solid rgba(195,94,50,.3); border-radius: 7px; color: #774126; background: var(--warm-soft); font: 12px/1.5 var(--font-paper); }

.result-figure { margin: 30px 0 30px; }
.result-figure__frame { position: relative; overflow-x: auto; }
.result-figure__note { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; color: var(--muted); font: 10px/1.4 var(--font-paper); letter-spacing: .04em; text-transform: uppercase; }
.result-figure figcaption { margin-top: 11px; color: var(--muted); font: 13px/1.5 var(--font-paper); }
.horizontal-bars { width: 100%; display: grid; gap: 11px; }
.horizontal-bar { display: grid; grid-template-columns: 148px 1fr 42px; gap: 10px; align-items: center; border-radius: 6px; transition: background .18s ease; }
.horizontal-bar__label { color: rgba(26,23,20,.82); font: 600 12px/1.25 var(--font-paper); text-align: left; }
.horizontal-bar__track { height: 22px; overflow: hidden; border-radius: 5px; background: #e2e9e4; box-shadow: inset 0 0 0 1px rgba(40,118,94,.05); }
.horizontal-bar__fill { display: block; width: var(--value, 67%); height: 100%; border-radius: 5px; background: var(--ablation-base); transform: scaleX(0); transform-origin: left center; transition: transform .64s cubic-bezier(.22,.78,.24,1), filter .18s ease; }
.result-figure.is-visible .horizontal-bar__fill { transform: scaleX(1); }
.horizontal-bar:nth-child(2) .horizontal-bar__fill { transition-delay: .06s; }
.horizontal-bar:nth-child(3) .horizontal-bar__fill { transition-delay: .12s; }
.horizontal-bar:nth-child(4) .horizontal-bar__fill { transition-delay: .18s; }
.horizontal-bar:nth-child(5) .horizontal-bar__fill { transition-delay: .24s; }
.horizontal-bar:hover { background: rgba(74,157,130,.055); }
.horizontal-bar:hover .horizontal-bar__fill { filter: saturate(1.16) brightness(.98); transition-delay: 0s; }
.horizontal-bar.is-ours .horizontal-bar__label { color: var(--ablation-ours); font-weight: 800; }
.horizontal-bar.is-ours .horizontal-bar__fill { background: linear-gradient(90deg, var(--ablation-ours), var(--ablation-ours-bright)); box-shadow: 0 1px 3px rgba(28,91,71,.18); }
.horizontal-bar__value { color: rgba(26,23,20,.72); font: 700 12px/1 var(--font-paper); text-align: right; }
.horizontal-bar.is-ours .horizontal-bar__value { color: var(--ablation-ours); }

.grouped-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 17px; margin: 0 0 16px; color: var(--muted); font: 11px/1 var(--font-paper); }
.grouped-legend span { display: inline-flex; align-items: center; gap: 6px; }
.grouped-legend i { width: 10px; height: 10px; border-radius: 2px; background: var(--c); }
.grouped-chart { width: min(100%, 760px); min-width: 680px; height: 292px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; align-items: stretch; margin: 0 auto; padding: 18px 14px 0; background: repeating-linear-gradient(0deg, transparent 0, transparent 54px, rgba(26,27,24,.075) 55px); }
.model-group { height: 100%; min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
.model-bars { width: 100%; height: 242px; display: flex; justify-content: center; align-items: flex-end; gap: 4px; padding: 0 8px; border-bottom: 1px solid var(--line-strong); }
.task-bar { position: relative; display: block; width: min(18px, 17%); height: var(--h); border-radius: 3px 3px 0 0; background: var(--c); opacity: .88; transform: scaleY(.02); transform-origin: center bottom; transition: transform .68s cubic-bezier(.22,.78,.24,1); }
.task-bar::after { content: attr(data-tooltip); position: absolute; left: 50%; bottom: calc(100% + 7px); z-index: 4; padding: 5px 7px; border: 1px solid rgba(74,157,130,.38); border-radius: 4px; background: #f2f7f3; box-shadow: 0 3px 9px rgba(35,88,69,.13); color: #2f735d; font: 650 10px/1 var(--font-paper); letter-spacing: .01em; white-space: nowrap; pointer-events: none; opacity: 0; transform: translate(-50%, 3px); transition: opacity .14s ease, transform .14s ease; }
.task-bar:hover,
.task-bar:focus-visible { z-index: 8; }
.task-bar:hover::after,
.task-bar:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.task-bar:focus-visible { outline: none; }
.result-figure.is-visible .task-bar { transform: scaleY(1); }
.model-group:nth-child(2) .task-bar { transition-delay: .05s; }
.model-group:nth-child(3) .task-bar { transition-delay: .1s; }
.model-group:nth-child(4) .task-bar { transition-delay: .15s; }
.model-group:nth-child(5) .task-bar { transition-delay: .2s; }
.model-group:nth-child(6) .task-bar { transition-delay: .25s; }
.model-group:nth-child(7) .task-bar { transition-delay: .3s; }
.model-label { min-height: 40px; display: grid; place-items: start center; padding-top: 9px; color: var(--muted); font: 10px/1.2 var(--font-paper); text-align: center; }
.model-group.is-ours .model-label { color: #367e68; font-weight: 800; }
.model-group.is-ours .model-bars { background: linear-gradient(180deg, transparent 60%, rgba(111,185,159,.08)); }

.radar-figure { margin-top: 42px; }
.radar-figure__frame { position: relative; width: min(100%, 760px); margin: 0 auto; padding: 20px 24px 18px; border: 1px solid rgba(68,123,182,.16); border-radius: 12px; background: linear-gradient(150deg, rgba(241,247,244,.86), rgba(255,251,246,.86)); overflow: hidden; }
.radar-chart { display: block; width: min(100%, 620px); height: auto; margin: 0 auto; overflow: visible; }
.radar-grid { opacity: 0; transition: opacity .34s ease; }
.radar-figure.is-visible .radar-grid { opacity: 1; }
.radar-grid polygon { fill: rgba(255,255,255,.42); stroke: rgba(54,73,67,.16); stroke-width: 1; }
.radar-grid line { stroke: rgba(54,73,67,.13); stroke-width: 1; }
.radar-grid text { fill: rgba(54,73,67,.46); font: 9px/1 var(--font-paper); }
.radar-series { --radar-color: #8097a1; fill: var(--radar-color); fill-opacity: .07; stroke: var(--radar-color); stroke-width: 2.2; stroke-linejoin: round; opacity: 0; transform: scale(.025); transform-box: view-box; transform-origin: 280px 220px; transition: transform .78s cubic-bezier(.22,.78,.24,1) var(--radar-delay, 0ms), opacity .34s ease var(--radar-delay, 0ms), stroke-width .16s ease, fill-opacity .16s ease; pointer-events: stroke; }
.radar-series.is-haco { fill-opacity: .15; stroke-width: 4; filter: drop-shadow(0 3px 5px rgba(54,126,104,.18)); }
.radar-figure.is-visible .radar-series { opacity: .88; transform: scale(1); }
.radar-figure.is-visible .radar-series.is-haco { opacity: 1; }
.radar-series:hover,
.radar-series:focus-visible { fill-opacity: .2; stroke-width: 5; outline: none; }
.radar-axis-labels text { fill: rgba(37,48,44,.78); font: 700 13px/1 var(--font-paper); letter-spacing: .01em; text-transform: uppercase; }
.radar-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 17px; margin-top: -3px; color: var(--muted); font: 11px/1 var(--font-paper); }
.radar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.radar-legend span.is-haco { color: var(--title-green); font-weight: 800; }
.radar-legend i { width: 18px; height: 3px; border-radius: 999px; background: var(--radar-color); }
.radar-highlight { position: absolute; right: 24px; bottom: 17px; display: grid; justify-items: end; color: var(--title-green); font-family: var(--font-paper); }
.radar-highlight span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.radar-highlight strong { font-size: 20px; line-height: 1.1; }

.failure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.failure-card { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.52); }
.failure-card video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #000; }
.failure-card__copy { padding: 17px 18px 19px; }
.failure-card__type { color: var(--warm); font: 700 9px/1 var(--font-paper); letter-spacing: .07em; text-transform: uppercase; }
.failure-card h3 { margin: 14px 0 7px; font-size: 18px; }
.failure-card p { margin: 0; color: var(--muted); font: 13px/1.55 var(--font-paper); }
.failure-note { margin-top: 22px; padding: 15px 17px; border-left: 3px solid var(--warm); background: var(--warm-soft); }
.failure-note p { margin: 0; font: 14px/1.6 var(--font-paper); }

.bibtex { white-space: pre-wrap; padding: 22px; overflow: auto; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.55); color: #444943; font: 12px/1.6 var(--font-code); }
.asset-credit { margin-top: 28px !important; color: rgba(26,27,24,.45) !important; font: 10px/1.5 var(--font-paper) !important; }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 28px 32px; border-top: 1px solid var(--line); color: var(--muted); font: 10px/1.4 var(--font-paper); }

@media (max-width: 880px) {
  .hero-cover { height: 72svh; min-height: 480px; }
  .article-body { padding: 72px 22px 100px; }
  .article-layout { display: block; }
  .article-outline { display: none; }
  .title-block h1 { font-size: 44px; }
  .benchmark-taxonomy { overflow-x: auto; }
  .benchmark-taxonomy div { min-width: 130px; }
}

@media (max-width: 580px) {
  .hero-cover { height: 62svh; min-height: 410px; }
  .article-body { padding: 58px 17px 84px; }
  .title-block h1 { font-size: 38px; }
  .article-shell h2 { margin-top: 58px; font-size: 30px; }
  .article-shell p, .article-shell li { font-size: 16px; }
  .signal-key { grid-template-columns: 1fr; }
  .demo-caption__head { gap: 10px; }
  .demo-caption b { font-size: 15px; }
  .demo-video-pills { grid-auto-columns: 26px; padding: 2px; }
  .demo-video-pill { width: 26px; height: 24px; font-size: 11px; }
  .horizontal-bar { grid-template-columns: 104px 1fr 30px; gap: 8px; }
  .horizontal-bar__label { font-size: 11px; }
  .failure-grid { grid-template-columns: 1fr; }
  .radar-figure__frame { padding: 17px 10px 54px; }
  .radar-axis-labels text { font-size: 11px; }
  .radar-highlight { right: 16px; bottom: 15px; }
  .footer { flex-direction: column; padding: 24px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .task-bar,
  .horizontal-bar__fill,
  .radar-series,
  .radar-grid { transition: none !important; transform: none !important; opacity: 1 !important; }
}
