@font-face {
  font-family:Geist;
  src:url('/fonts/geist.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
@font-face {
  font-family:'Geist Mono';
  src:url('/fonts/geist-mono.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
:root {
  --bg:#fff;
  --surface:#fafaf9;
  --ink:#191917;
  --muted:#777773;
  --line:#e5e5e2;
  --soft:#f3f3f0;
  --accent:#8a7a4a;
  --task-bg:#fefcf6;
  --task-surface:#faf8f1;
  --task-line:#e8e1d1;
  --success:#3d6042;
  --mono:'Geist Mono',monospace;
  --sans:Geist,Arial,sans-serif;
  color-scheme:light;
  font-family:var(--sans);
  font-size:16px;
  color:var(--ink);
  background:var(--bg)
}
:root[data-theme=dark] {
  --bg:#171816;
  --surface:#1c1e1b;
  --ink:#eeeee8;
  --muted:#9a9d94;
  --line:#343831;
  --soft:#232620;
  --accent:#c7b77f;
  --task-bg:#1a1c18;
  --task-surface:#21231e;
  --task-line:#363b30;
  --success:#afc99c;
  color-scheme:dark
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
button:disabled {
  cursor:default
}
button,summary,a {
  touch-action:manipulation
}
button {
  background:none
}
a,button,summary {
  outline-offset:5px
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid var(--accent)
}
button svg,a svg {
  flex-shrink:0
}
h1,h2,h3,p {
  margin:0
}
img {
  display:block;
  max-width:100%
}
button {
  border:0
}
svg {
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round
}
.icon {
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  vertical-align:middle
}
.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
}
.muted {
  color:var(--muted)
}
.global-header {
  height:65px;
  padding:0 32px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  background:var(--surface);
  font-family:var(--mono);
  font-size:13px;
  position:relative;
  z-index:10
}
.header-left,.header-right,.global-header nav {
  display:flex;
  align-items:center
}
.header-left {
  gap:38px
}
.brand {
  font-size:15px;
  font-weight:600;
  display:flex;
  gap:10px;
  align-items:center;
  white-space:nowrap
}
.brand-mark {
  font-size:16px
}
.global-header nav {
  gap:28px;
  height:65px
}
.nav-link {
  color:var(--muted);
  height:100%;
  display:flex;
  align-items:center;
  position:relative;
  white-space:nowrap
}
.nav-link:hover,.nav-link.active {
  color:var(--ink)
}
.nav-link.active:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:2px;
  background:var(--ink)
}
.header-right {
  gap:22px
}
.theme-switch {
  display:flex;
  border:1px solid var(--line);
  padding:3px;
  gap:1px
}
.theme-switch button {
  padding:4px;
  color:var(--muted);
  display:flex
}
.theme-switch button[aria-pressed=true] {
  color:var(--ink);
  background:var(--line)
}
.theme-switch .icon {
  width:15px;
  height:15px
}
.harbor-link {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px
}
.harbor-link .icon {
  width:14px;
  height:14px
}
.home {
  max-width:1380px;
  padding:0 48px;
  margin:auto
}
.hero {
  text-align:center;
  padding:69px 0 60px;
  font-family:var(--mono)
}
.eyebrow {
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.09em;
  line-height:1.5;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:9px
}
.hero .eyebrow {
  justify-content:center;
  font-size:12px;
  letter-spacing:.12em
}
.tiny-square {
  width:5px;
  height:5px;
  display:inline-block;
  background:currentColor;
  flex-shrink:0
}
.hero h1 {
  font-weight:400;
  font-size:clamp(40px,5.5vw,76px);
  letter-spacing:-.055em;
  line-height:1.2;
  margin:19px 0 15px
}
.cursor {
  color:var(--muted)
}
.hero>p {
  font-size:17px;
  color:var(--muted);
  line-height:1.6
}
.hero-actions {
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:31px
}
.button {
  font-family:var(--mono);
  font-size:13px;
  display:inline-flex;
  align-items:center;
  gap:20px;
  padding:12px 17px;
  border:1px solid var(--line);
  transition:background .2s
}
.button.primary {
  background:var(--ink);
  color:var(--bg);
  border-color:var(--ink)
}
.button.primary:hover {
  opacity:.84
}
.button.secondary {
  background:var(--soft)
}
.button.secondary:hover {
  background:var(--line)
}
.button .icon {
  width:16px;
  height:16px
}
.section-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:13px;
  font-family:var(--mono);
  gap:20px
}
.section-toolbar>div {
  display:flex;
  align-items:center;
  gap:12px
}
.section-index {
  color:var(--muted);
  font-family:var(--mono);
  font-size:12px;
  white-space:nowrap
}
.section-toolbar h2 {
  font-size:13px;
  font-weight:500;
  letter-spacing:.03em
}
.count-label {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  border:1px solid var(--line);
  padding:3px 6px;
  white-space:nowrap
}
.dataset-label {
  font-size:12px;
  color:var(--muted);
  display:flex;
  gap:8px;
  align-items:center
}
.status-dot {
  width:5px;
  height:5px;
  display:inline-block;
  border-radius:50%;
  background:var(--success)
}
.table-scroll {
  overflow:auto;
  border:1px solid var(--line)
}
table {
  border-collapse:collapse;
  width:100%;
  text-align:left
}
.results-table {
  font-family:var(--mono);
  font-size:13px;
  white-space:nowrap
}
.results-table th {
  font-size:12px;
  font-weight:500;
  letter-spacing:.025em;
  color:var(--muted);
  padding:15px 20px;
  background:var(--surface);
  border-bottom:1px solid var(--line)
}
.results-table td {
  padding:24px 20px
}
.results-table th:first-child,.results-table td:first-child {
  text-align:center;
  padding-left:21px;
  padding-right:21px
}
.results-table strong {
  font-weight:500
}
.rank {
  color:var(--muted)
}
.table-sub {
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:7px
}
.task-table-link:hover {
  text-decoration:underline;
  text-underline-offset:4px
}
.reward-cell {
  display:flex;
  align-items:center;
  gap:13px
}
.reward-cell strong {
  font-size:15px
}
.mini-bar {
  width:65px;
  height:8px;
  background:var(--soft)
}
.mini-bar span {
  height:100%;
  display:block;
  background:var(--ink)
}
.table-outbound {
  color:var(--muted)
}
.table-note {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  margin-top:13px;
  line-height:1.7
}
.task-feature {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  border-top:1px solid var(--line);
  margin-top:56px;
  padding:41px 0 52px;
  gap:70px;
  align-items:center
}
.feature-copy .eyebrow {
  font-size:12px;
  letter-spacing:.06em
}
.small-line {
  display:block;
  width:25px;
  height:1px;
  background:var(--line);
  margin:0 5px
}
.feature-copy h2 {
  font-size:42px;
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:500;
  margin:26px 0 20px
}
.feature-copy>p {
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  max-width:410px
}
.feature-specs {
  display:flex;
  gap:32px;
  margin:28px 0 35px
}
.feature-specs>div {
  display:flex;
  flex-direction:column;
  gap:8px
}
.feature-specs strong {
  font-family:var(--mono);
  font-size:15px;
  font-weight:500
}
.feature-specs span {
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.045em;
  color:var(--muted)
}
.text-link {
  font-family:var(--mono);
  display:inline-flex;
  align-items:center;
  gap:18px;
  border-bottom:1px solid var(--ink);
  padding-bottom:7px;
  font-size:13px
}
.text-link:hover {
  color:var(--accent);
  border-color:var(--accent)
}
.feature-art {
  background:var(--soft);
  border:1px solid var(--line);
  position:relative;
  padding:15px 19px 12px
}
.art-caption,.art-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  gap:10px
}
.art-caption {
  padding-bottom:18px
}
.art-bottom {
  padding-top:16px;
  font-size:12px;
  letter-spacing:.06em
}
.poster-button {
  position:relative;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:100%;
  margin:auto
}
.poster-button img {
  max-height:440px;
  width:auto;
  object-fit:contain;
  box-shadow:0 3px 16px #00000013
}
.hero-poster img {
  max-height:320px
}
.zoom-corner {
  position:absolute;
  right:8px;
  bottom:8px;
  background:#fff;
  color:#191917;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity .2s;
  box-shadow:0 1px 4px #0002
}
.poster-button:hover .zoom-corner,.poster-button:focus-visible .zoom-corner {
  opacity:1
}
.footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px 32px;
  border-top:1px solid var(--line);
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.footer>span {
  display:flex;
  gap:10px;
  align-items:center
}
.footer a {
  display:inline-flex;
  align-items:center;
  gap:5px
}
.footer .icon {
  width:12px;
  height:12px
}
.footer-divider {
  margin:0 6px
}
.task-view {
  background:var(--task-bg);
  --line:var(--task-line)
}
.task-view .global-header {
  background:var(--task-bg)
}
.breadcrumb-bar {
  height:47px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 32px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  white-space:nowrap;
  overflow:auto
}
.breadcrumb-bar a:hover {
  color:var(--ink)
}
.breadcrumb-bar>span {
  opacity:.5
}
.breadcrumb-bar strong {
  font-weight:400;
  color:var(--ink)
}
.workspace {
  height:calc(100dvh - 112px);
  display:flex
}
.sidebar {
  width:255px;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  border-right:1px solid var(--line);
  padding:29px 16px 20px;
  overflow:auto;
  background:var(--task-surface)
}
.sidebar-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin:0 4px 18px
}
.sidebar-head .eyebrow {
  font-size:11px;
  white-space:nowrap
}
.sidebar-head-actions {
  display:flex;
  align-items:center;
  gap:6px
}
.sidebar-collapse {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  padding:5px;
  color:var(--muted);
  border-radius:3px
}
.sidebar-collapse:hover {
  color:var(--ink);
  background:var(--line)
}
.sidebar-search {
  display:flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 10px;
  margin-bottom:10px;
  border:1px solid var(--line);
  border-radius:3px;
  background:var(--task-bg);
  color:var(--muted)
}
.sidebar-search:focus-within {
  border-color:var(--accent);
  outline:1px solid var(--accent);
  outline-offset:1px
}
.sidebar-search>.icon {
  width:15px;
  height:15px
}
.sidebar-search input {
  width:100%;
  min-width:0;
  padding:10px 0;
  border:0;
  outline:0;
  border-radius:0;
  background:transparent;
  color:var(--ink);
  font-family:var(--mono);
  font-size:12px;
  line-height:1.5
}
.sidebar-search input::placeholder {
  color:var(--muted);
  opacity:1
}
.sidebar-search input::-webkit-search-cancel-button {
  -webkit-appearance:none
}
.search-clear {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:24px;
  height:24px;
  padding:4px;
  margin-right:-4px;
  border-radius:2px;
  color:var(--muted)
}
.search-clear .icon {
  width:14px;
  height:14px
}
.search-clear:hover {
  background:var(--line);
  color:var(--ink)
}
.sidebar-search-status {
  color:var(--muted);
  font-family:var(--mono);
  font-size:11px;
  line-height:1.6;
  margin:0 4px 12px;
  overflow-wrap:anywhere
}
.sidebar-search-status:empty {
  display:none
}
.sidebar [hidden] {
  display:none
}
.rl-nav {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:3px;
  padding:4px 7px;
  font-family:var(--mono);
  font-size:13px;
  border-radius:3px
}
.tree-label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex:1;
  min-width:0;
  gap:9px;
  padding:9px 6px 9px 0
}
.rl-nav.selected {
  background:var(--ink);
  color:var(--task-bg)
}
.rl-nav:not(.selected):hover {
  background:var(--line)
}
.tree-toggle {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:30px;
  flex-shrink:0;
  padding:6px;
  border-radius:3px
}
.tree-toggle:hover {
  background:color-mix(in srgb,currentColor 12%,transparent)
}
.tree-toggle .icon {
  width:14px;
  height:14px;
  transition:transform .15s ease
}
.tree-toggle[aria-expanded=true] .icon {
  transform:rotate(90deg)
}
.rl-nav.selected .tree-toggle:focus-visible,
.rl-nav.selected .tree-label:focus-visible {
  outline-color:currentColor;
  outline-offset:0
}
.nav-count {
  font-family:var(--mono);
  font-size:12px;
  opacity:.6;
  padding-left:5px
}
.tree-chevron {
  font-size:16px
}
.tree-branches {
  margin:9px 0 0 12px;
  border-left:1px solid var(--line);
  padding-left:6px
}
.tree-group {
  margin-bottom:12px
}
.category-row {
  display:flex;
  align-items:flex-start;
  gap:1px
}
.category-toggle {
  width:22px;
  height:36px;
  margin-top:2px;
  padding:5px 4px;
  color:var(--muted)
}
.category-row>.category-link {
  flex:1;
  min-width:0;
  padding-left:4px
}
.category-row>.category-link:first-child {
  padding-left:27px
}
.category-link {
  display:flex;
  gap:8px;
  justify-content:space-between;
  align-items:flex-start;
  padding:10px 9px;
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
  border-radius:3px
}
.category-link:hover,.category-link.selected {
  color:var(--ink);
  background:var(--line)
}
.task-nav {
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 9px;
  font-size:12px;
  font-family:var(--mono);
  border-radius:3px;
  white-space:normal
}
.task-nav>span:last-child {
  min-width:0;
  overflow-wrap:anywhere
}
.task-nav.selected {
  background:var(--ink);
  color:var(--task-bg)
}
.task-nav:not(.selected):hover {
  background:var(--line)
}
.task-number {
  font-size:12px;
  opacity:.5;
  flex-shrink:0
}
.sidebar-no-results {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  margin-top:4px;
  padding:20px 12px;
  border:1px dashed var(--line);
  border-radius:3px;
  color:var(--muted)
}
.sidebar-no-results strong {
  color:var(--ink);
  font-size:12px;
  font-weight:500
}
.sidebar-no-results p {
  max-width:100%;
  font-size:12px;
  line-height:1.7;
  overflow-wrap:anywhere
}
.sidebar-foot {
  margin-top:auto;
  padding:45px 12px 0;
  color:var(--muted)
}
.sidebar-foot p {
  font-size:13px;
  line-height:1.7;
  margin:12px 0 20px
}
.subtle-link {
  font-family:var(--mono);
  font-size:12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--muted)
}
.subtle-link:hover {
  color:var(--ink)
}
.subtle-link .icon {
  width:13px;
  height:13px
}
.workspace-main {
  overflow:auto;
  flex:1;
  min-width:0;
  padding:40px 42px 0;
  scroll-behavior:smooth
}
.page-heading {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding-bottom:32px;
  border-bottom:1px solid var(--line)
}
.page-heading .eyebrow,.task-heading>.eyebrow {
  font-size:12px;
  color:var(--accent)
}
.page-heading h1 {
  font-size:34px;
  letter-spacing:-.035em;
  font-weight:500;
  margin:12px 0
}
.title-count {
  font-family:var(--mono);
  font-size:13px;
  display:inline-block;
  color:var(--muted);
  border:1px solid var(--line);
  padding:3px 7px;
  vertical-align:middle;
  margin-left:13px;
  letter-spacing:0
}
.page-heading p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted)
}
.outlined-badge {
  font-family:var(--mono);
  font-size:12px;
  border:1px solid var(--line);
  padding:7px 9px;
  color:var(--muted);
  white-space:nowrap
}
.category-section {
  padding:30px 0 5px
}
.category-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  gap:20px
}
.category-heading h2 {
  font-size:14px;
  font-weight:500;
  display:flex;
  align-items:center;
  gap:9px
}
.category-symbol {
  color:var(--accent);
  font-size:18px
}
.category-heading>span {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.task-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.task-card {
  display:block;
  border:1px solid var(--line);
  background:var(--task-bg);
  transition:border-color .2s
}
.task-card:hover {
  border-color:var(--accent)
}
.card-preview {
  height:225px;
  position:relative;
  background:var(--task-surface);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:19px
}
.card-preview img {
  max-height:100%;
  max-width:100%;
  width:auto;
  box-shadow:0 2px 8px #0001;
  transition:transform .25s
}
.task-card:hover .card-preview img {
  transform:scale(1.035)
}
.preview-tag {
  position:absolute;
  left:12px;
  top:12px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--accent);
  writing-mode:vertical-rl;
  letter-spacing:.07em
}
.card-arrow {
  position:absolute;
  bottom:12px;
  right:12px;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background:var(--task-bg)
}
.card-arrow .icon {
  width:14px;
  height:14px
}
.card-meta {
  display:flex;
  justify-content:space-between;
  gap:6px;
  align-items:center;
  padding:15px 15px 0;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.slash {
  opacity:.5;
  padding:0 3px
}
.status-badge {
  font-family:var(--mono);
  font-size:12px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--success);
  white-space:nowrap
}
.status-badge .icon {
  width:13px;
  height:13px
}
.card-meta .status-badge {
  font-size:12px
}
.card-meta .status-badge .icon {
  width:10px;
  height:10px
}
.task-card h3 {
  font-size:16px;
  letter-spacing:-.015em;
  padding:10px 15px 0;
  font-weight:500
}
.task-card>p {
  padding:8px 15px 16px;
  font-size:12px;
  color:var(--muted);
  line-height:1.7
}
.card-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding:11px 15px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.card-bottom b {
  color:var(--ink);
  font-weight:500
}
.empty-category {
  display:flex;
  align-items:center;
  gap:20px;
  border:1px dashed var(--line);
  padding:20px 24px;
  background:var(--task-surface)
}
.empty-symbol {
  font-size:23px;
  color:var(--muted);
  opacity:.5
}
.empty-category strong {
  font-size:13px;
  font-weight:400
}
.empty-category p {
  font-size:12px;
  color:var(--muted);
  margin-top:5px;
  line-height:1.7
}
.empty-rule {
  flex:1
}
.empty-category>.count-label {
  border:0
}
.workspace-footer {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  border-top:1px solid var(--line);
  padding:22px 0;
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  gap:20px
}
.workspace-footer a {
  display:inline-flex;
  align-items:center;
  gap:6px
}
.workspace-footer .icon {
  width:12px;
  height:12px
}
.sidebar-toggle {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:28px;
  height:28px;
  padding:5px;
  border:1px solid transparent;
  border-radius:3px
}
.sidebar-toggle:hover,.sidebar-toggle[aria-expanded=false] {
  border-color:var(--line);
  background:var(--task-surface);
  color:var(--ink)
}
@media(min-width:641px) {
  .sidebar.is-collapsed {
    display:none
  }
}
@media(prefers-reduced-motion:reduce) {
  .tree-toggle .icon {
    transition:none
  }
}
.task-heading {
  padding-bottom:26px
}
.task-heading>.eyebrow span {
  color:var(--line);
  padding:0 3px
}
.task-title-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:13px 0
}
.task-title-row h1 {
  font-family:var(--mono);
  font-weight:400;
  font-size:32px;
  letter-spacing:-.05em;
  overflow-wrap:anywhere
}
.task-heading>p {
  font-size:15px;
  color:var(--muted);
  line-height:1.7
}
.task-title-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:20px
}
.tag-row {
  display:flex;
  flex-wrap:wrap;
  gap:7px
}
.tag-row>span {
  font-family:var(--mono);
  font-size:12px;
  padding:5px 7px;
  border:1px solid var(--line);
  color:var(--muted)
}
.detail-nav {
  position:sticky;
  top:-1px;
  z-index:5;
  display:flex;
  gap:28px;
  padding:16px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--task-bg);
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.detail-nav a:hover {
  color:var(--ink)
}
.detail-section {
  padding-top:31px;
  scroll-margin-top:53px
}
.detail-section-heading {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px
}
.detail-section-heading h2 {
  font-family:var(--mono);
  font-size:12px;
  font-weight:500;
  letter-spacing:.06em
}
.section-description {
  font-size:12px;
  color:var(--muted);
  margin-left:auto
}
.detail-section-heading .subtle-link {
  margin-left:auto
}
.detail-columns {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:18px
}
.instruction-panel,.visual-panel {
  border:1px solid var(--line);
  background:var(--task-surface);
  min-width:0
}
.panel-heading {
  height:42px;
  padding:0 14px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.panel-heading>span {
  display:flex;
  align-items:center;
  gap:8px
}
.panel-heading .icon {
  width:14px;
  height:14px
}
.file-icon {
  font-family:var(--mono);
  font-size:16px;
  color:var(--accent)
}
.file-type {
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.05em;
  color:var(--muted);
  text-transform:uppercase
}
.instruction-content {
  padding:22px;
  max-height:509px;
  overflow:auto;
  font-size:14px;
  line-height:1.8;
  background:var(--task-bg)
}
.instruction-content h3 {
  font-size:15px;
  line-height:1.6;
  font-weight:500;
  margin:23px 0 12px
}
.instruction-content h3:first-child {
  margin-top:0
}
.instruction-content p {
  margin-bottom:12px
}
.instruction-content strong {
  font-weight:550
}
.instruction-content code {
  font-family:var(--mono);
  font-size:12px;
  background:var(--task-surface);
  padding:2px 4px;
  overflow-wrap:anywhere
}
.md-bullet {
  position:relative;
  padding-left:16px;
  margin:7px 0
}
.md-bullet:before {
  content:'·';
  position:absolute;
  left:0;
  color:var(--accent)
}
.instruction-content pre {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  padding:10px;
  background:var(--task-surface)
}
.poster-stage {
  padding:22px;
  min-height:463px;
  display:flex;
  justify-content:center;
  align-items:center;
  background-image:radial-gradient(var(--line) .7px,transparent .7px);
  background-size:10px 10px
}
.poster-stage .poster-button img {
  max-height:410px
}
.panel-caption {
  min-height:43px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  border-top:1px solid var(--line);
  padding:12px 14px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.panel-caption a {
  display:flex;
  gap:5px;
  align-items:center
}
.panel-caption .icon {
  width:12px;
  height:12px
}
.artifact-layout {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:18px
}
.asset-summary {
  padding:22px;
  border:1px solid var(--line);
  background:var(--task-surface)
}
.asset-summary h3 {
  font-size:16px;
  font-weight:500;
  margin-bottom:10px
}
.asset-summary p {
  font-size:13px;
  line-height:1.8;
  color:var(--muted)
}
.asset-counts {
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  gap:15px;
  margin-top:24px
}
.asset-counts>div {
  display:flex;
  flex-direction:column;
  gap:9px
}
.asset-counts strong {
  font-family:var(--mono);
  font-size:20px;
  font-weight:400
}
.asset-counts span {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.asset-gallery {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:12px
}
.asset-tile {
  border:1px solid var(--line);
  background:var(--task-surface);
  min-width:0
}
.asset-tile:hover {
  border-color:var(--accent)
}
.asset-tile img {
  height:82px;
  width:100%;
  object-fit:contain;
  padding:10px;
  background-image:linear-gradient(45deg,var(--line) 25%,transparent 25%),linear-gradient(-45deg,var(--line) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--line) 75%),linear-gradient(-45deg,transparent 75%,var(--line) 75%);
  background-size:12px 12px;
  background-position:0 0,0 6px,6px -6px,-6px 0
}
.asset-tile>span {
  display:block;
  padding:7px 8px;
  border-top:1px solid var(--line);
  font-family:var(--mono);
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.source-files {
  margin-top:12px
}
.source-files>a {
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px;
  border:1px solid var(--line);
  font-family:var(--mono);
  font-size:12px;
  margin-top:6px;
  overflow-wrap:anywhere
}
.source-files .icon {
  margin-left:auto;
  width:14px;
  height:14px
}
.asset-unavailable {
  font-size:14px;
  color:var(--muted);
  text-align:center;
  line-height:1.8;
  padding:20px
}
.asset-unavailable p {
  margin:10px 0 16px
}
.run-panel {
  border:1px solid var(--line)
}
.run-title {
  padding:21px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  background:var(--task-surface);
  border-bottom:1px solid var(--line)
}
.run-title .eyebrow {
  font-size:12px
}
.run-title h3 {
  font-family:var(--mono);
  font-size:14px;
  font-weight:400;
  margin-top:10px;
  overflow-wrap:anywhere
}
.run-metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--line)
}
.run-metrics>div {
  padding:23px 24px;
  display:flex;
  flex-direction:column;
  gap:12px;
  border-right:1px solid var(--line)
}
.run-metrics>div:last-child {
  border:0
}
.run-metrics>div>span {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.run-metrics strong {
  font-family:var(--mono);
  font-size:23px;
  font-weight:400;
  white-space:nowrap;
  letter-spacing:-.06em
}
.run-metrics small {
  font-size:12px;
  color:var(--muted)
}
.run-facts {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin:0;
  padding:16px 24px;
  column-gap:35px
}
.run-facts>div {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
  padding:10px 0;
  font-size:12px;
  line-height:1.7
}
.run-facts dt {
  color:var(--muted);
  white-space:nowrap
}
.run-facts dd {
  margin:0;
  text-align:right;
  font-family:var(--mono);
  font-size:12px;
  overflow-wrap:anywhere
}
.run-facts .job-id {
  font-size:12px
}
.job-id-link {
  display:inline-flex;
  align-items:center;
  gap:6px;
  max-width:100%;
}
.job-id-link > span:first-child {
  min-width:0;
  text-decoration:underline;
  text-decoration-color:var(--line);
  text-underline-offset:3px;
}
.job-id-link:hover {
  color:var(--accent);
}
.job-id-link:hover > span:first-child {
  text-decoration-color:currentColor;
}
.job-id-link .icon {
  width:13px;
  height:13px;
}
.verifier-callout {
  border:1px solid var(--line);
  background:var(--task-surface);
  padding:25px;
  display:flex;
  align-items:center;
  gap:30px
}
.verifier-number {
  font-family:var(--mono);
  font-size:40px;
  white-space:nowrap;
  letter-spacing:-.06em
}
.verifier-number>span {
  font-size:21px
}
.verifier-callout h3 {
  font-size:15px;
  font-weight:500;
  margin-bottom:8px
}
.verifier-callout p {
  font-size:13px;
  line-height:1.8;
  color:var(--muted)
}
.verifier-files {
  margin-top:16px
}
.file-panel {
  border:1px solid var(--line);
  margin-top:8px
}
.file-panel summary {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 15px;
  cursor:pointer;
  font-family:var(--mono);
  font-size:12px;
  list-style:none;
  background:var(--task-surface)
}
.file-panel summary::-webkit-details-marker {
  display:none
}
.file-panel summary .file-type {
  margin-left:auto
}
.details-chevron {
  font-size:17px;
  margin-left:10px;
  color:var(--muted)
}
.file-panel[open] .details-chevron {
  transform:rotate(45deg)
}
.file-body {
  border-top:1px solid var(--line)
}
.file-actions {
  padding:9px 15px;
  display:flex;
  gap:17px;
  justify-content:flex-end;
  border-bottom:1px solid var(--line)
}
.file-actions button,.file-actions a {
  font-family:var(--mono);
  font-size:12px;
  display:flex;
  gap:6px;
  align-items:center;
  color:var(--muted);
  padding:0
}
.file-actions .icon {
  width:12px;
  height:12px
}
.file-body pre {
  margin:0;
  padding:20px;
  max-height:350px;
  overflow:auto;
  font-family:var(--mono);
  font-size:12px;
  line-height:1.8;
  tab-size:2
}
.file-body code {
  font-family:inherit
}
.image-dialog {
  width:min(95vw,1000px);
  height:94dvh;
  max-height:94dvh;
  border:1px solid var(--line);
  padding:0;
  background:var(--task-bg);
  color:var(--ink);
  overflow:hidden
}
.image-dialog::backdrop {
  background:#10120fd9;
  backdrop-filter:blur(5px)
}
.dialog-toolbar {
  height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 20px;
  border-bottom:1px solid var(--line);
  font-family:var(--mono);
  font-size:12px;
  gap:15px
}
.dialog-toolbar>div {
  display:flex;
  align-items:center;
  gap:20px
}
.dialog-close {
  font-size:26px;
  padding:0 5px
}
.dialog-image {
  height:calc(100% - 54px);
  overflow:auto;
  padding:24px;
  display:flex;
  align-items:flex-start;
  justify-content:center
}
.dialog-image img {
  height:auto;
  max-height:100%;
  max-width:100%;
  object-fit:contain
}
.not-found {
  min-height:70vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:24px
}
.not-found h1 {
  font-size:36px;
  font-weight:400;
  text-align:center
}
@media(min-width:1550px) {
  .workspace-main {
    padding-left:60px;
    padding-right:60px
  }
  .task-grid {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .sidebar {
    width:280px
  }
  .detail-columns,.artifact-layout {
    grid-template-columns:1fr 1fr
  }
  .poster-stage .poster-button img {
    max-height:470px
  }
  .poster-stage {
    min-height:520px
  }
  .instruction-content {
    max-height:563px
  }
}
@media(max-width:1150px) {
  .home {
    padding:0 32px
  }
  .task-feature {
    gap:45px
  }
  .feature-copy h2 {
    font-size:37px
  }
  .feature-specs {
    gap:23px
  }
  .sidebar {
    width:226px;
    padding-left:10px;
    padding-right:10px
  }
  .workspace-main {
    padding:30px 28px 0
  }
  .task-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .detail-columns,.artifact-layout {
    grid-template-columns:1fr 1fr;
    gap:12px
  }
  .task-title-row h1 {
    font-size:27px
  }
  .instruction-content {
    padding:16px
  }
  .run-metrics>div {
    padding:19px 16px
  }
  .run-metrics strong {
    font-size:20px
  }
  .run-facts {
    column-gap:22px;
    padding:15px 17px
  }
  .feature-specs strong {
    font-size:13px
  }
  .feature-specs span {
    font-size:12px
  }
  .run-facts>div {
    display:block
  }
  .run-facts dd {
    text-align:left;
    margin-top:3px
  }
  .run-facts .job-id {
    font-size:12px
  }
}
@media(max-width:900px) {
  .global-header {
    padding:0 22px
  }
  .header-left {
    gap:26px
  }
  .global-header nav {
    gap:20px
  }
  .harbor-link {
    display:none
  }
  .home {
    padding:0 25px
  }
  .hero {
    padding-top:55px;
    padding-bottom:45px
  }
  .hero>p {
    font-size:15px
  }
  .task-feature {
    gap:30px
  }
  .feature-copy h2 {
    font-size:31px
  }
  .feature-copy>p {
    font-size:14px
  }
  .feature-specs {
    flex-wrap:wrap;
    gap:20px
  }
  .hero-poster img {
    max-height:300px
  }
  .feature-copy .eyebrow {
    font-size:12px
  }
  .sidebar {
    width:210px
  }
  .workspace-main {
    padding:26px 23px 0
  }
  .task-grid {
    grid-template-columns:1fr
  }
  .task-card {
    max-width:320px
  }
  .page-heading h1 {
    font-size:30px
  }
  .page-heading p {
    font-size:13px
  }
  .outlined-badge {
    display:none
  }
  .detail-columns,.artifact-layout {
    grid-template-columns:1fr
  }
  .task-title-row {
    align-items:flex-start;
    flex-direction:column;
    gap:10px
  }
  .task-title-bottom {
    align-items:flex-start;
    flex-direction:column;
    gap:12px
  }
  .instruction-content {
    max-height:380px
  }
  .detail-nav {
    gap:22px
  }
  .section-description {
    font-size:12px
  }
  .run-metrics {
    grid-template-columns:1fr 1fr
  }
  .run-metrics>div:nth-child(2) {
    border-right:0
  }
  .run-metrics>div:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }
  .run-title {
    align-items:flex-start;
    flex-direction:column;
    padding:18px
  }
  .verifier-callout {
    gap:20px;
    padding:20px
  }
  .verifier-number {
    font-size:32px
  }
  .asset-tile img {
    height:110px
  }
  .breadcrumb-bar {
    padding:0 22px;
    font-size:12px;
    gap:10px
  }
}
@media(max-width:640px) {
  .global-header {
    height:60px;
    padding:0 16px;
    flex-wrap:wrap
  }
  .header-left {
    gap:18px
  }
  .brand {
    font-size:12px;
    gap:6px
  }
  .brand-mark {
    font-size:14px
  }
  .global-header nav {
    height:60px;
    gap:14px
  }
  .nav-link {
    font-size:12px
  }
  .nav-link:nth-child(2) {
    display:none
  }
  .header-right {
    gap:0
  }
  .theme-switch {
    border:0;
    padding:0
  }
  .theme-switch button {
    padding:5px
  }
  .theme-switch .icon {
    width:13px;
    height:13px
  }
  .home {
    padding:0 18px
  }
  .hero {
    padding:45px 0 37px
  }
  .hero .eyebrow {
    font-size:12px;
    letter-spacing:.05em
  }
  .hero h1 {
    font-size:clamp(29px,8vw,46px);
    margin:21px 0 15px
  }
  .hero>p {
    font-size:12px;
    max-width:285px;
    margin:auto;
    line-height:1.8
  }
  .hero-actions {
    gap:8px;
    margin-top:25px
  }
  .button {
    font-size:12px;
    padding:11px 12px;
    gap:12px
  }
  .button .icon {
    width:14px;
    height:14px
  }
  .section-toolbar {
    gap:10px
  }
  .section-toolbar>div {
    gap:7px
  }
  .section-toolbar h2 {
    font-size:12px
  }
  .section-index {
    font-size:12px
  }
  .section-toolbar .count-label {
    display:none
  }
  .dataset-label {
    font-size:12px;
    gap:5px
  }
  .results-table {
    font-size:12px
  }
  .results-table th {
    font-size:12px;
    padding:12px 14px
  }
  .results-table td {
    padding:20px 14px
  }
  .table-note {
    font-size:12px;
    margin-top:11px
  }
  .task-feature {
    grid-template-columns:1fr;
    gap:28px;
    margin-top:31px;
    padding:29px 0 35px
  }
  .feature-copy h2 {
    font-size:34px;
    margin:20px 0 15px
  }
  .feature-copy>p {
    font-size:14px;
    max-width:360px
  }
  .feature-specs {
    margin:23px 0 25px;
    gap:30px
  }
  .feature-specs strong {
    font-size:13px
  }
  .feature-specs span {
    font-size:12px
  }
  .feature-link {
    font-size:12px
  }
  .feature-art {
    padding:14px
  }
  .hero-poster img {
    max-height:330px
  }
  .footer {
    padding:20px 18px;
    flex-direction:column;
    gap:13px;
    font-size:12px
  }
  .footer>span {
    gap:7px;
    flex-wrap:wrap
  }
  .breadcrumb-bar {
    height:45px;
    padding:0 16px;
    font-size:12px;
    gap:8px
  }
  .sidebar-toggle {
    display:flex;
    flex-shrink:0;
    margin-right:3px
  }
  .sidebar-toggle .icon {
    width:16px;
    height:16px
  }
  .workspace {
    height:calc(100dvh - 105px)
  }
  .sidebar {
    position:fixed;
    top:105px;
    bottom:0;
    left:0;
    width:270px;
    z-index:9;
    transform:translateX(-100%);
    transition:transform .2s;
    box-shadow:10px 0 25px #0001
  }
  .sidebar.mobile-open {
    transform:translateX(0)
  }
  .sidebar-head .eyebrow {
    font-size:12px
  }
  .rl-nav {
    font-size:14px
  }
  .category-link {
    font-size:14px
  }
  .task-nav {
    font-size:12px
  }
  .workspace-main {
    padding:25px 20px 0
  }
  .page-heading {
    padding-bottom:24px
  }
  .page-heading h1 {
    font-size:30px;
    line-height:1.3
  }
  .page-heading p {
    font-size:13px
  }
  .page-heading .eyebrow {
    font-size:12px
  }
  .category-section {
    padding-top:24px
  }
  .category-heading h2 {
    font-size:13px
  }
  .category-heading>span {
    font-size:12px
  }
  .task-grid {
    grid-template-columns:1fr
  }
  .task-card {
    max-width:none
  }
  .card-preview {
    height:250px
  }
  .card-meta {
    font-size:12px
  }
  .card-meta .status-badge {
    font-size:12px
  }
  .task-card h3 {
    font-size:18px
  }
  .task-card>p {
    font-size:13px
  }
  .card-bottom {
    font-size:12px
  }
  .empty-category {
    gap:13px;
    padding:18px 15px
  }
  .empty-category p {
    font-size:12px
  }
  .empty-category strong {
    font-size:12px
  }
  .empty-category .empty-rule {
    display:none
  }
  .empty-category>.count-label {
    margin-left:auto
  }
  .workspace-footer {
    font-size:12px;
    line-height:1.8
  }
  .task-title-row h1 {
    font-size:27px
  }
  .task-heading>p {
    font-size:14px
  }
  .tag-row>span {
    font-size:12px
  }
  .detail-nav {
    font-size:12px;
    justify-content:space-between;
    gap:10px;
    padding:14px 0
  }
  .detail-section {
    padding-top:26px
  }
  .detail-section-heading h2 {
    font-size:12px
  }
  .section-description {
    font-size:12px
  }
  .detail-section-heading {
    gap:8px
  }
  .instruction-content {
    font-size:14px;
    max-height:410px
  }
  .instruction-content h3 {
    font-size:15px
  }
  .poster-stage {
    min-height:440px;
    padding:18px
  }
  .poster-stage .poster-button img {
    max-height:415px
  }
  .zoom-corner {
    opacity:1
  }
  .asset-counts span {
    font-size:12px
  }
  .asset-summary {
    padding:19px
  }
  .asset-tile img {
    height:90px
  }
  .run-title h3 {
    font-size:12px
  }
  .run-facts {
    grid-template-columns:1fr
  }
  .run-facts>div {
    display:flex;
    align-items:flex-start;
    font-size:12px
  }
  .run-facts dd {
    text-align:right;
    max-width:65%;
    margin-top:0;
    font-size:12px
  }
  .run-facts .job-id {
    font-size:12px
  }
  .verifier-callout {
    display:block
  }
  .verifier-number {
    display:block;
    margin-bottom:16px;
    font-size:36px
  }
  .verifier-callout p {
    font-size:13px
  }
  .file-panel summary {
    font-size:12px;
    padding:12px
  }
  .image-dialog {
    width:96vw;
    height:90dvh
  }
  .dialog-toolbar {
    padding:10px 13px;
    font-size:12px
  }
  .dialog-toolbar>span .muted {
    display:none
  }
  .dialog-image {
    padding:12px
  }
  .not-found {
    padding:25px
  }
  .not-found h1 {
    font-size:27px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important
  }
}
.rendered-preview {
  width:min(100%,273.333px);
  aspect-ratio:2/3;
  position:relative;
  margin:auto;
  box-shadow:0 3px 16px #00000013
}
.rendered-preview iframe {
  width:100%;
  height:100%;
  border:0;
  display:block;
  pointer-events:none
}
.preview-expand {
  position:absolute;
  right:8px;
  bottom:8px;
  background:#fff;
  color:#191917;
  padding:6px;
  display:flex;
  box-shadow:0 1px 4px #0002
}
.dialog-preview-frame {
  border:0;
  display:block;
  height:100%;
  aspect-ratio:2/3;
  max-width:100%
}
.trajectory-panel {
  border:1px solid var(--line);
  margin-top:16px
}
.trajectory-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:19px 24px;
  border-bottom:1px solid var(--line)
}
.trajectory-heading h3,.check-list-heading h3 {
  font-size:14px;
  font-weight:500
}
.match-milestones {
  display:flex;
  align-items:center;
  gap:20px;
  justify-content:space-between;
  padding:25px 24px
}
.match-milestones>div {
  display:flex;
  flex-direction:column;
  gap:10px
}
.match-milestones>div>span {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.match-milestones strong {
  font-family:var(--mono);
  font-weight:400;
  font-size:28px;
  letter-spacing:-.055em
}
.match-milestones small {
  font-size:15px
}
.milestone-connector {
  color:var(--muted);
  font-size:20px
}
.trace-details {
  border-top:1px solid var(--line)
}
.trace-details summary {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:15px 24px;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  list-style:none;
  cursor:pointer
}
.trace-details summary::-webkit-details-marker {
  display:none
}
.trace-events {
  padding:0 24px 8px;
  list-style:none;
  margin:0;
  max-height:480px;
  overflow:auto
}
.trace-events li {
  border-top:1px solid var(--line);
  padding:18px 0
}
.trace-events li>div {
  display:flex;
  justify-content:space-between;
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted)
}
.trace-events p {
  font-size:14px;
  line-height:1.8;
  margin-top:10px;
  white-space:pre-wrap;
  overflow-wrap:anywhere
}
.check-list {
  margin-top:16px;
  border:1px solid var(--line)
}
.check-list-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 20px;
  background:var(--task-surface);
  gap:15px
}
.check-row {
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid var(--line);
  padding:10px 20px;
  font-size:13px;
  line-height:1.6
}
.check-row>.icon {
  color:var(--success);
  width:14px;
  height:14px
}
.check-row>span:last-child {
  font-family:var(--mono);
  font-size:12px;
  color:var(--success);
  margin-left:auto
}
.instruction-content>p:first-child:empty {
  display:none
}
@media(min-width:1550px) {
  .rendered-preview {
    width:min(100%,313.33px)
  }
}
@media(max-width:900px) {
  .match-milestones {
    gap:12px;
    padding:20px
  }
  .match-milestones strong {
    font-size:23px
  }
  .match-milestones>div>span {
    font-size:12px
  }
  .match-milestones>div>span:last-child {
    max-width:110px;
    line-height:1.6
  }
  .milestone-connector {
    font-size:16px
  }
  .card-meta {
    flex-wrap:wrap
  }
}
@media(max-width:640px) {
  .sidebar {
    visibility:hidden
  }
  .sidebar.mobile-open {
    visibility:visible
  }
  .match-milestones {
    gap:8px;
    padding:20px 14px
  }
  .match-milestones strong {
    font-size:21px
  }
  .match-milestones>div {
    gap:8px;
    min-width:0
  }
  .match-milestones>div>span {
    font-size:12px;
    line-height:1.5
  }
  .match-milestones>div>span:last-child {
    display:none
  }
  .match-milestones small {
    font-size:12px
  }
  .milestone-connector {
    font-size:14px
  }
  .trajectory-heading {
    padding:16px
  }
  .trajectory-heading .outlined-badge {
    display:inline-block
  }
  .trace-details summary {
    padding:15px 16px
  }
  .trace-events {
    padding:0 16px 8px
  }
  .check-list-heading {
    padding:15px
  }
  .check-list-heading .status-badge {
    font-size:12px
  }
  .check-row {
    padding:10px 15px;
    font-size:12px
  }
  .breadcrumb-bar {
    font-size:12px
  }
  .category-heading {
    align-items:flex-start
  }
  .task-title-row .status-badge {
    font-size:12px
  }
  .footer {
    font-size:12px
  }
  .workspace-footer {
    flex-wrap:wrap
  }
  .hero .eyebrow {
    font-size:10px
  }
  .section-toolbar h2 {
    font-size:12px
  }
  .dataset-label {
    font-size:10px
  }
  .feature-specs {
    gap:20px
  }
  .feature-specs span {
    font-size:11px
  }
  .feature-copy .eyebrow {
    font-size:11px
  }
  .art-caption,.art-bottom {
    font-size:11px
  }
}
@media(max-width:360px) {
  .brand-mark {
    display:none
  }
  .header-left {
    gap:12px
  }
  .global-header {
    padding:0 12px
  }
  .nav-link {
    font-size:11px
  }
  .theme-switch button {
    padding:3px
  }
  .match-milestones strong {
    font-size:18px
  }
  .match-milestones>div>span {
    font-size:10px
  }
  .check-list-heading {
    flex-wrap:wrap
  }
}
/* Keep the section navigation flush with the scroll viewport. */
.workspace-main {
  --workpad:40px;
  padding-top:0
}
.workspace-main>:first-child {
  margin-top:var(--workpad)
}
.detail-nav {
  top:0
}
@media(max-width:1150px) {
  .workspace-main {
    --workpad:30px
  }
}
@media(max-width:900px) {
  .workspace-main {
    --workpad:26px
  }
}
@media(max-width:640px) {
  .workspace-main {
    --workpad:25px
  }
}

/* CAD task artifacts: the source meshes stay local and protected. */
.status-badge.packaged { color:var(--accent); background:transparent; border:1px solid var(--task-line); font-size:10px; white-space:nowrap; }
.cad-heading .task-title-row h1 { font-size:clamp(27px,3vw,40px); line-height:1.2; }
.cad-card .card-preview { background:var(--soft); }
.cad-card .card-preview .mesh-preview { height:100%; width:100%; min-height:0; pointer-events:none; }
.mesh-viewer { position:relative; height:370px; min-height:260px; overflow:hidden; background:radial-gradient(ellipse at 50% 47%,#f7f4ed 0%,#ece8de 85%); }
:root[data-theme=dark] .mesh-viewer { background:radial-gradient(ellipse at 50% 47%,#33372f 0%,#24281f 85%); }
.mesh-viewer::before { content:''; position:absolute; inset:0; pointer-events:none; background-image:radial-gradient(#9b927333 .7px,transparent .7px); background-size:16px 16px; }
.mesh-viewer canvas { width:100%; height:100%; display:block; position:relative; touch-action:none; cursor:grab; outline-offset:-3px; }
.mesh-viewer canvas:active { cursor:grabbing; }
.mesh-preview canvas { cursor:pointer; }
.viewer-status { position:absolute; top:15px; left:17px; font:9px var(--mono); text-transform:uppercase; letter-spacing:.05em; color:var(--muted); pointer-events:none; }
.viewer-error .viewer-status { top:45%; left:10%; right:10%; line-height:1.8; text-align:center; }
.viewer-controls { position:absolute; right:12px; top:10px; display:flex; gap:3px; }
.viewer-controls button { padding:6px 9px; font:9px var(--mono); border:1px solid #9b927333; background:var(--task-surface); border-radius:3px; }
.viewer-controls button:hover { border-color:var(--accent); }
.viewer-hint { position:absolute; bottom:14px; left:0; width:100%; text-align:center; font:8px var(--mono); letter-spacing:.1em; color:var(--muted); pointer-events:none; }
.model-comparison { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.comparison-toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px 20px; margin-bottom:12px; }
.link-views-control { position:relative; display:inline-flex; align-items:center; gap:9px; min-height:32px; font:11px var(--mono); cursor:pointer; }
.link-views-control input { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.link-views-track { display:inline-block; width:30px; height:18px; padding:2px; border:1px solid var(--muted); border-radius:10px; background:var(--task-surface); }
.link-views-track::after { content:''; display:block; width:12px; height:12px; border-radius:50%; background:var(--muted); }
.link-views-control input:checked + .link-views-track { background:var(--ink); border-color:var(--ink); }
.link-views-control input:checked + .link-views-track::after { background:var(--task-surface); transform:translateX(12px); }
.link-views-control input:focus-visible + .link-views-track { outline:2px solid var(--accent); outline-offset:3px; }
.comparison-sync-status { font:10px var(--mono); color:var(--muted); }
.model-panel .panel-caption, .drawing-panel .panel-caption { min-height:58px; gap:16px; line-height:1.5; }
.model-panel .panel-caption>span { max-width:80%; }
.download-file { display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.download-file:hover { color:var(--accent); }
.geometry-note { display:flex; gap:12px; color:var(--muted); margin-top:16px; font-size:12px; line-height:1.8; padding:14px 16px; background:var(--task-surface); border:1px solid var(--task-line); }
.geometry-note>span { color:var(--accent); font-size:15px; }
.geometry-metrics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border:1px solid var(--task-line); margin-top:16px; }
.geometry-metrics>div { display:flex; flex-direction:column; padding:19px 22px; gap:7px; border-right:1px solid var(--task-line); }
.geometry-metrics>div:last-child { border:0; }
.geometry-metrics span { font:9px var(--mono); letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }
.geometry-metrics strong { font:15px var(--mono); font-weight:500; }
.geometry-metrics small { font-size:10px; line-height:1.5; color:var(--muted); }
.drawing-stage { display:flex; height:370px; min-height:260px; align-items:center; justify-content:center; padding:12px; background:white; }
.drawing-stage img { width:100%; height:100%; object-fit:contain; }
.drawing-stage:hover img { opacity:.85; }
.cad-instruction .instruction-content { max-height:620px; overflow:auto; }
.cad-instruction pre { white-space:pre-wrap; overflow-wrap:anywhere; }
.package-brief { display:grid; grid-template-columns:1fr auto; gap:30px; border:1px solid var(--task-line); background:var(--task-surface); padding:26px; margin-bottom:18px; }
.package-brief h3 { margin:12px 0; font:17px var(--mono); overflow-wrap:anywhere; }
.package-brief p { max-width:650px; font-size:12px; color:var(--muted); line-height:1.8; }
.package-downloads { display:flex; flex-direction:column; gap:13px; align-items:flex-start; justify-content:center; font-size:11px; }
.evaluation-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:18px; }
.evaluation-contract,.unrecorded-panel { border:1px solid var(--task-line); background:var(--task-surface); padding:26px; }
.evaluation-grid h3 { font-size:20px; margin:14px 0 12px; }
.evaluation-grid p,.evaluation-grid li { font-size:12px; line-height:1.9; color:var(--muted); }
.evaluation-grid ul { margin:16px 0 0; padding-left:18px; }
.unrecorded-panel>div { display:flex; justify-content:space-between; border-top:1px solid var(--task-line); padding-top:13px; margin-top:15px; font-size:11px; }
.unrecorded-panel strong { font-weight:500; }
.provenance-note { margin-top:20px; font-size:11px; color:var(--muted); line-height:1.8; }
.provenance-note a { display:inline-block; margin-top:9px; }
@media(max-width:1050px) { .model-comparison { grid-template-columns:1fr; } .mesh-viewer,.drawing-stage { height:400px; } .geometry-metrics strong { font-size:12px; } }
@media(max-width:640px) { .mesh-viewer,.drawing-stage { height:300px; } .geometry-metrics { grid-template-columns:1fr; } .geometry-metrics>div { border-right:0; border-bottom:1px solid var(--task-line); } .evaluation-grid,.package-brief { grid-template-columns:1fr; } .package-brief { padding:20px; gap:18px; } .cad-heading .task-title-row h1 { font-size:29px; } .model-panel .panel-caption,.drawing-panel .panel-caption { padding:12px; font-size:9px; } }
.generated-reference-panel { display:grid; grid-template-columns:1fr auto; gap:28px; border:1px solid var(--task-line); padding:22px 24px; margin-top:16px; background:var(--task-surface); }
.generated-reference-panel p { max-width:630px; margin-top:10px; font-size:12px; line-height:1.8; color:var(--muted); }
@media(max-width:640px) { .generated-reference-panel { grid-template-columns:1fr; gap:17px; padding:20px; } }
