/* Public datasets, fixed pricing, and dataset selection within the Sinfra component. */
#sinfra-showcase #datasets { background: var(--section-paper); }
#sinfra-showcase .datasets-heading { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 48px; }
#sinfra-showcase .datasets-heading .section-lede { margin: 0; max-width: 490px; font-size: 18px; }
#sinfra-showcase .dataset-access-note { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; margin-top: 23px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.2; letter-spacing: .08em; }
#sinfra-showcase .dataset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 38px; }
#sinfra-showcase .dataset-card { display: flex; flex-direction: column; min-width: 0; padding: 30px 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); color: var(--ink); }
#sinfra-showcase .dataset-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 24px; }
#sinfra-showcase .dataset-index { color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums; letter-spacing: .09em; }
#sinfra-showcase .dataset-license { max-width: 75%; padding-bottom: 2px; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: right; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
#sinfra-showcase .dataset-license:hover { color: var(--ink); text-decoration-color: var(--ink); }
#sinfra-showcase .dataset-name { margin-top: 24px; font-size: clamp(24px, 2.45vw, 32px); font-weight: 550; line-height: 1.2; letter-spacing: -.035em; overflow-wrap: anywhere; }
#sinfra-showcase .dataset-scale { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 13px; margin-top: 32px; }
#sinfra-showcase .dataset-scale > strong { font-size: clamp(46px, 5.1vw, 72px); font-weight: 550; line-height: 1.05; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
#sinfra-showcase .dataset-scale > span { color: var(--muted); font-size: 12px; line-height: 1.4; }
#sinfra-showcase .dataset-description { max-width: 54ch; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
#sinfra-showcase .dataset-detail { margin-top: 14px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.65; }
#sinfra-showcase .dataset-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 22px; margin-top: auto; padding-top: 26px; }
#sinfra-showcase .dataset-actions .pill { min-height: 42px; padding: 12px 18px; font-size: 12px; line-height: 1.35; }
#sinfra-showcase .dataset-actions .pill[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
#sinfra-showcase .dataset-source { display: inline-flex; align-items: center; gap: 8px; padding-block: 6px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.4; }
#sinfra-showcase .dataset-source:hover { border-color: var(--ink); color: var(--ink); }
#sinfra-showcase .dataset-license:focus-visible,
#sinfra-showcase .dataset-source:focus-visible,
#sinfra-showcase .dataset-actions button:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

/* The existing shared panel grid continues to reserve every stage's natural height. */
#sinfra-showcase .vla-dataset-field { display: grid; gap: 6px; min-width: 0; margin-top: 15px; }
#sinfra-showcase .vla-dataset-field > label { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.4; }
#sinfra-showcase .vla-dataset-select { display: block; width: 100%; min-width: 0; min-height: 36px; margin: 0; padding: 8px 30px 8px 11px; border: 1px solid var(--line); border-radius: 9px; background-color: var(--section-paper); color: var(--ink); font-family: inherit; font-size: 12px; line-height: 1.4; cursor: pointer; text-overflow: ellipsis; }
#sinfra-showcase .vla-dataset-select:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
#sinfra-showcase .vla-active-dataset { display: flex; align-items: flex-start; gap: 10px; min-width: 0; margin: 0 0 16px; padding: 11px 12px; border-radius: 10px; background: var(--section-paper); color: var(--muted); font-size: 10px; line-height: 1.5; }
#sinfra-showcase .vla-active-dataset > span { flex: 0 0 auto; max-width: 38%; }
#sinfra-showcase .vla-active-dataset > div { flex: 1; min-width: 0; }
#sinfra-showcase .vla-active-dataset strong { display: block; color: var(--ink); font-size: 11px; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
#sinfra-showcase .vla-active-dataset small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.5; }

/* The model selector and its estimate fields share the original two-column grid. */
#sinfra-showcase #cost-estimate-fields { display: contents; }
#sinfra-showcase #cost-estimate-fields[hidden],
#sinfra-showcase #cost-total[hidden],
#sinfra-showcase #cost-result-label[hidden],
#sinfra-showcase #cost-contact[hidden] { display: none !important; }
#sinfra-showcase .cost-rate-display { display: flex; flex-wrap: nowrap; align-items: center; gap: 6px; margin-top: 8px; padding: 14px; border-radius: 10px; background: color-mix(in srgb, var(--paper) 72%, var(--section-paper)); font-size: 15px; white-space: nowrap; }
#sinfra-showcase #cost-rate[readonly] { flex: 0 0 8ch; width: 8ch; margin: 0; padding: 0; border-radius: 0; color: var(--ink); background: transparent; font-weight: 550; font-variant-numeric: tabular-nums; cursor: default; opacity: 1; }
#sinfra-showcase #cost-original-rate { flex-shrink: 0; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; text-decoration-thickness: 1px; white-space: nowrap; }
#sinfra-showcase .cost-discount { flex-shrink: 0; padding: 3px 5px; border-radius: 999px; background: color-mix(in srgb, var(--ink) 10%, transparent); color: var(--ink); font-size: 9px; font-weight: 600; line-height: 1.4; letter-spacing: .02em; white-space: nowrap; }
#sinfra-showcase #cost-rate[readonly]:focus-visible { outline-color: var(--muted); }
#sinfra-showcase #cost-contact { display: inline-flex; width: fit-content; max-width: 100%; min-height: 44px; margin-top: 22px; padding: 13px 22px; border: 0; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 13px; line-height: 1.35; text-decoration: none; cursor: pointer; }
#sinfra-showcase #cost-contact:hover { background: var(--sinfra-control-strong); }
#sinfra-showcase #cost-contact:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
#sinfra-showcase .capacity-resource-detail .capacity-resource-price { margin-top: 13px; color: var(--ink); font-size: 12px; font-weight: 500; line-height: 1.5; letter-spacing: 0; }
#sinfra-showcase .capacity-resource-price small { color: var(--muted); font-size: 10px; font-weight: 400; }

/* Optional detail uses a quiet rule and the accepted overlapping media geometry. */
#sinfra-showcase .simulation-evaluation { margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#sinfra-showcase .simulation-evaluation > summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 66px; padding: 20px 0; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.5; list-style: none; cursor: pointer; }
#sinfra-showcase .simulation-evaluation > summary::-webkit-details-marker { display: none; }
#sinfra-showcase .simulation-evaluation > summary::marker { content: ''; }
#sinfra-showcase .simulation-evaluation > summary::after { content: '+'; flex: 0 0 auto; color: var(--muted); font-size: 22px; font-weight: 400; line-height: 1; }
#sinfra-showcase .simulation-evaluation > summary .sinfra-status-label { margin-left: auto; }
#sinfra-showcase .simulation-evaluation[open] > summary::after { content: '−'; }
#sinfra-showcase .simulation-evaluation > summary > [aria-hidden="true"] { display: none; }
#sinfra-showcase .simulation-evaluation > summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
#sinfra-showcase .simulation-evaluation-content { padding: 14px 0 28px; }
#sinfra-showcase .simulation-evaluation-content .eval-sim2real { width: 100%; max-width: 730px; height: auto; aspect-ratio: 1.48; margin: 0 auto 22px; }
#sinfra-showcase .simulation-evaluation-content .simulation-demo-link { margin: 24px 0 0; }

@media (max-width: 1100px) {
  #sinfra-showcase .datasets-heading { gap: 32px; }
  #sinfra-showcase .dataset-card { padding: 27px; }
  #sinfra-showcase .dataset-actions { gap: 13px 18px; }
}
@media (max-width: 780px) {
  #sinfra-showcase .datasets-heading { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  #sinfra-showcase .datasets-heading .section-lede { font-size: 16px; }
  #sinfra-showcase .dataset-access-note { margin-top: 20px; font-size: 9px; }
  #sinfra-showcase .dataset-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 28px; }
  #sinfra-showcase .dataset-card { padding: 25px 23px; border-radius: 22px; }
  #sinfra-showcase .dataset-name { margin-top: 22px; font-size: 27px; }
  #sinfra-showcase .dataset-scale { margin-top: 26px; gap: 7px 11px; }
  #sinfra-showcase .dataset-scale > strong { font-size: clamp(46px, 13vw, 64px); }
  #sinfra-showcase .dataset-description { font-size: 13px; margin-top: 20px; }
  #sinfra-showcase .dataset-detail { font-size: 10px; }
  #sinfra-showcase .dataset-actions { padding-top: 23px; }
  #sinfra-showcase .dataset-actions .pill { font-size: 11px; }
  #sinfra-showcase .dataset-source { font-size: 11px; }
  #sinfra-showcase .vla-dataset-field { margin-top: 14px; }
  #sinfra-showcase .vla-dataset-field > label { font-size: 9px; }
  #sinfra-showcase .vla-dataset-select { font-size: 11px; }
  #sinfra-showcase .vla-active-dataset { font-size: 9px; }
  #sinfra-showcase .vla-active-dataset strong { font-size: 10px; }
  #sinfra-showcase .vla-active-dataset small { font-size: 8px; }
  #sinfra-showcase .capacity-resource-detail .capacity-resource-price { font-size: 11px; }
  #sinfra-showcase .simulation-evaluation { margin-top: 28px; }
  #sinfra-showcase .simulation-evaluation > summary { gap: 18px; min-height: 62px; font-size: 13px; }
  #sinfra-showcase .simulation-evaluation-content { padding-top: 9px; padding-bottom: 23px; }
  #sinfra-showcase .simulation-evaluation-content .eval-sim2real { aspect-ratio: 1.32; margin-bottom: 58px; }
  #sinfra-showcase .simulation-evaluation-content .hero-story { flex-direction: column; align-items: flex-start; gap: 7px; }
  #sinfra-showcase .simulation-evaluation-content .workflow-camera-main figcaption { left: 9px; top: 9px; font-size: 9px; padding: 6px 9px; }
  #sinfra-showcase .simulation-evaluation-content .workflow-camera-secondary figcaption { font-size: 7px; left: 5px; bottom: 6px; padding: 5px; max-width: calc(100% - 10px); }
  #sinfra-showcase .simulation-evaluation-content .workflow-camera-secondary .camera-open-label { right: 5px; top: 5px; font-size: 7px; padding: 4px 5px; }
  #sinfra-showcase .simulation-evaluation-content .hero-mock-toggle { left: 5px; top: 5px; width: 18px; height: 18px; font-size: 8px; }
}
@media (max-width: 380px) {
  #sinfra-showcase .dataset-card { padding-inline: 20px; }
  #sinfra-showcase .dataset-actions { gap: 12px 16px; }
  #sinfra-showcase .dataset-actions .pill { padding-inline: 15px; }
}

/* Keep the workflow hero compact and aligned with the official page shell. */
#sinfra-showcase #overview { padding: 28px 0 36px; }
#sinfra-showcase #overview > .section-inner { width: 100%; max-width: none; }
#sinfra-showcase #overview .workflow-hero { align-items: start; }
#sinfra-showcase #overview .workflow-copy { display: flex; align-self: stretch; flex-direction: column; padding-top: 0; }
#sinfra-showcase #overview .workflow-console-link { align-self: flex-start; margin-top: 48px; border: 1px solid #d7d7d2; background: #f4f4f1; color: #20201e; }
#sinfra-showcase #overview .workflow-conversion .workflow-console-link { margin-top: 0; }
#sinfra-showcase #overview .workflow-console-link:hover { border-color: #c8c8c2; background: #dfdfd9; color: #10100f; }
#sinfra-showcase #overview .workflow-conversion { width: min(100%, 352px); gap: 10px; }
#sinfra-showcase #overview .workflow-access-button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 54px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease; }
#sinfra-showcase #overview .workflow-access-copy { display: grid; gap: 2px; min-width: 0; }
#sinfra-showcase #overview .workflow-access-copy strong { font-size: 13px; font-weight: 600; line-height: 1.25; }
#sinfra-showcase #overview .workflow-access-copy small { color: inherit; font-size: 9px; font-weight: 500; line-height: 1.35; opacity: .68; }
#sinfra-showcase #overview .workflow-access-arrow { flex: 0 0 auto; font-size: 18px; line-height: 1; transition: transform .18s ease; }
#sinfra-showcase #overview .workflow-access-button--guest { min-height: 62px; border-color: var(--ink); background: var(--ink); color: var(--paper); }
#sinfra-showcase #overview .workflow-access-button--preview { background: color-mix(in srgb, var(--ink) 4%, var(--paper)); }
#sinfra-showcase #overview .workflow-access-button--signin { color: var(--muted); }
#sinfra-showcase #overview .workflow-access-button:hover { transform: translateY(-1px); border-color: var(--ink); color: var(--ink); }
#sinfra-showcase #overview .workflow-access-button--guest:hover { background: color-mix(in srgb, var(--ink) 86%, var(--paper)); color: var(--paper); }
#sinfra-showcase #overview .workflow-access-button:hover .workflow-access-arrow { transform: translate(2px, -2px); }
#sinfra-showcase #overview .workflow-access-button:active { transform: translateY(0); }
#sinfra-showcase #overview .workflow-access-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--ink) 24%, transparent); outline-offset: 3px; }
@media (max-width: 780px) {
  #sinfra-showcase #overview { padding: 24px 0 28px; }
  #sinfra-showcase #overview .workflow-hero { row-gap: 28px; }
  #sinfra-showcase #overview .workflow-conversion { margin-top: 32px; }
  #sinfra-showcase #overview .workflow-conversion .workflow-console-link { margin-top: 0; }
  #sinfra-showcase #overview .workflow-conversion { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  #sinfra-showcase #overview .workflow-access-button,
  #sinfra-showcase #overview .workflow-access-arrow { transition: none; }
}

/* Platform-scale support is separate from the individual public download sizes. */
#sinfra-showcase .dataset-capacity { display: flex; align-items: center; gap: 40px; margin-top: 32px; padding: 24px 0; border-block: 1px solid var(--line); }
#sinfra-showcase .dataset-capacity-value { display: flex; align-items: baseline; gap: 12px; margin: 0; font-size: clamp(52px, 6.2vw, 84px); font-weight: 550; letter-spacing: -.06em; line-height: 1; white-space: nowrap; }
#sinfra-showcase .dataset-capacity-value > span { font-size: .38em; letter-spacing: -.03em; }
#sinfra-showcase .dataset-capacity h3 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.4; }
#sinfra-showcase .dataset-capacity > div > p { margin-top: 8px; font-size: 13px; line-height: 1.6; color: var(--muted); }
#sinfra-showcase .dataset-scale > span { font-size: 22px; color: var(--ink); }
#sinfra-showcase .dataset-storage-source { display: inline-flex; align-self: flex-start; gap: 8px; margin-top: 10px; padding-block: 3px; color: var(--muted); font-size: 11px; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; }
#sinfra-showcase .dataset-storage-source:hover { color: var(--ink); }
#sinfra-showcase .dataset-storage-source:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
#sinfra-showcase .dataset-volume { margin-top: 20px; font-size: 13px; font-weight: 500; line-height: 1.5; }
#sinfra-showcase .dataset-volume + .dataset-description { margin-top: 8px; }
@media (max-width: 600px) {
  #sinfra-showcase .dataset-capacity { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 22px; }
  #sinfra-showcase .dataset-capacity h3 { font-size: 16px; }
}
