:root {
  --ink: #151820;
  --muted: #626b79;
  --paper: #fff;
  --soft: #f3f5f8;
  --line: #dfe3e9;
  --dark: #101319;
  --primary: #136cff;
  --primary-hover: #0057e5;
  --primary-on-dark: #6fa3ff;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  color-scheme: light;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
::selection {
  background: var(--primary);
  color: #fff;
}
.wrap {
  width: min(1440px, calc(100% - 112px));
  margin-inline: auto;
}
.header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand img,
.footer img {
  object-fit: contain;
}
.brand-divider {
  width: 1px;
  height: 23px;
  background: var(--line);
}
.brand-product {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
}
.header nav a:hover,
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.repo-link {
  white-space: nowrap;
  border: 1px solid var(--line);
  padding: 10px 15px;
  border-radius: 5px;
}
.repo-link span {
  margin-left: 10px;
}
.hero {
  background: var(--dark);
  color: #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.85fr) minmax(0, 1.45fr);
  gap: 38px;
  align-items: center;
  padding-block: 40px;
}
.hero-copy {
  padding-block: 50px;
}
.eyebrow {
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 0 27px;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #aeb6c4;
}
.file-mark {
  padding: 5px 7px;
  border: 1px solid #41494f;
  border-radius: 3px;
  color: var(--primary-on-dark);
  font-size: 13px;
  letter-spacing: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.058em;
  font-weight: 550;
  margin-bottom: 27px;
}
h1 span {
  color: var(--primary-on-dark);
}
.hero-runtime {
  font-size: 14px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.6;
  color: #b7becb;
  max-width: 390px;
  margin-bottom: 31px;
}
.prose-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.prose-link:hover {
  color: var(--primary-hover);
}
.hero .prose-link:hover {
  color: var(--primary-on-dark);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--primary);
  color: #fff;
}
.button-primary:hover {
  background: var(--primary-hover);
}
.text-link {
  font-size: 12px;
  font-weight: 500;
}
.text-link span {
  margin-left: 8px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-tags {
  display: flex;
  gap: 20px;
  margin-top: 47px;
  color: #9099a9;
  font: 10px var(--mono);
}
.hero-tags span + span:before {
  content: "/";
  margin-right: 20px;
  color: #424b59;
}
.model-stage {
  min-width: 0;
  border: 1px solid #2c323d;
  border-radius: 8px;
  overflow: hidden;
  background: #0b0d11;
  scroll-margin-top: 24px;
}
.stage-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px solid #252a32;
  gap: 20px;
  color: #9fa8b6;
}
.stage-top .eyebrow {
  margin: 0;
  font-size: 9px;
}
.stage-top a {
  font-size: 10px;
  white-space: nowrap;
}
.stage-top a:hover {
  color: #fff;
}
.stage-top a span {
  margin-left: 7px;
}
.model-stage iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 440px;
  background: transparent;
}
.stage-caption {
  border-top: 1px solid #252a32;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.stage-caption strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}
.stage-caption span {
  font: 9px var(--mono);
  color: #919aaa;
}
.stage-caption p {
  font-size: 10px;
  line-height: 1.55;
  color: #919aaa;
  text-align: right;
  margin: 0;
}
.hero-foot {
  border-top: 1px solid #2a3039;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-block: 22px;
  color: #9099a9;
  font-size: 11px;
}
.hero-foot > span:first-child {
  max-width: 720px;
  color: #c5cedc;
  font-size: 13px;
  line-height: 1.6;
}
.hero-foot > span:last-child {
  flex-shrink: 0;
  font: 9px var(--mono);
  letter-spacing: 0.05em;
}
.separator {
  margin: 0 14px;
  color: #424b59;
}
.section-space {
  padding-block: 105px;
}
.alpha-callout {
  background: #eaf1ff;
  border-bottom: 1px solid #d0e1ff;
  padding-block: 20px;
}
.alpha-callout p {
  margin: 0;
  font-size: 14px;
}
.alpha-callout a {
  font-weight: 600;
}
h2 {
  font-size: clamp(36px, 3.5vw, 53px);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}
h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
p {
  font-size: 15px;
  line-height: 1.7;
}
.section-intro > p:last-child {
  color: var(--muted);
  max-width: 340px;
  margin-bottom: 0;
}
.capabilities {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 38px;
}
.capability-list article {
  display: flex;
  gap: 31px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.capability-list article:first-child {
  padding-top: 0;
}
.item-number {
  font: 11px var(--mono);
  color: #8991a0;
  padding-top: 6px;
}
.capability-list article > div {
  max-width: 570px;
}
.capability-list p {
  color: var(--muted);
  margin-bottom: 15px;
}
.technical-label {
  font: 9px var(--mono);
  letter-spacing: 0.055em;
  color: #77808d;
}
.quickstart {
  background: var(--soft);
  scroll-margin-top: 24px;
}
.quickstart-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}
.quickstart-heading h2 {
  margin-bottom: 0;
}
.quickstart-heading > p {
  color: var(--muted);
  max-width: 330px;
  margin-bottom: 4px;
}
.quickstart-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 36px 38px;
}
.step-copy {
  max-width: 310px;
  padding-top: 8px;
}
.step-label {
  font: 9px var(--mono);
  color: #77808d;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 18px;
}
.step-copy p {
  font-size: 14px;
  color: var(--muted);
}
.inline-link {
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.inline-link span {
  margin-left: 18px;
}
.code-panel {
  min-width: 0;
  background: var(--dark);
  color: #e0e5ed;
  border: 1px solid #252b35;
  border-radius: 7px;
  overflow: hidden;
}
.code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2a3039;
  padding: 12px 20px;
  font: 10px var(--mono);
  color: #8e99aa;
}
.copy-button {
  background: transparent;
  border: 1px solid #394252;
  border-radius: 4px;
  color: #c0c8d5;
  font: 10px var(--mono);
  padding: 5px 10px;
  min-width: 63px;
}
.copy-button:hover {
  border-color: var(--primary-on-dark);
  color: var(--primary-on-dark);
}
pre {
  margin: 0;
  padding: 24px 20px;
  overflow: auto;
  white-space: pre;
  line-height: 1.9;
  font-size: 11px;
  tab-size: 2;
}
code {
  font-family: var(--mono);
}
.code-note {
  font-size: 10px;
  line-height: 1.65;
  color: #a5b0c1;
  border-top: 1px solid #2a3039;
  padding: 12px 20px;
}
.code-note a {
  color: var(--primary-on-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.small-note {
  font-size: 12px !important;
  color: var(--muted);
  line-height: 1.65;
}
.developer-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d5dbe4;
  margin-top: 38px;
  padding-top: 24px;
  font-size: 12px;
}
.developer-link > span {
  color: var(--muted);
}
.developer-link a {
  font-weight: 600;
}
.developer-link a:hover {
  text-decoration: underline;
}
.developer-link a span {
  margin-left: 12px;
}
.support {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 38px;
}
.support > div > p:not(.eyebrow) {
  max-width: 340px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 27px;
}
.support-details dl {
  margin: 0 0 23px;
}
.support-details dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  font-size: 13px;
  line-height: 1.65;
}
.support-details dl > div:first-child {
  padding-top: 0;
}
.support-details dt {
  color: var(--muted);
}
.support-details dd {
  margin: 0;
}
.support-details dd a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.support-details > .small-note {
  max-width: 570px !important;
}
.try-now {
  background: #eaf1ff;
  padding-block: 65px;
  scroll-margin-top: 24px;
}
.try-now-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}
.try-now-heading .eyebrow {
  margin-bottom: 18px;
}
.try-now-heading h2 {
  margin-bottom: 16px;
}
.try-now-heading p:last-child {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
}
.try-now-heading .button {
  flex-shrink: 0;
}
.try-now-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.try-now-steps li {
  border-top: 1px solid #bdcff0;
  padding-top: 24px;
}
.try-now-steps .step-label {
  color: var(--primary-hover);
}
.try-now-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.closing {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.closing .eyebrow {
  margin-bottom: 14px;
  color: var(--muted);
}
.closing h2 {
  font-size: 38px;
  margin: 0;
}
.button-dark {
  color: #fff;
  background: var(--dark);
}
.button-dark:hover {
  background: #2b3342;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-block: 45px;
  gap: 30px;
}
.footer > div > p {
  font-size: 11px;
  color: var(--muted);
  margin: 12px 0 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 11px;
}
.trademark {
  width: 100%;
  font-size: 10px;
  color: #818995;
  margin: 0;
  line-height: 1.7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 12px;
  background: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
@media (min-width: 1550px) {
  .model-stage iframe {
    height: 500px;
  }
  .hero-grid {
    padding-block: 52px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
  }
  h1 {
    font-size: 42px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 20px;
  }
  .model-stage iframe {
    height: 420px;
  }
  .stage-top,
  .stage-caption {
    padding: 15px;
  }
  .stage-top .eyebrow {
    font-size: 8px;
  }
  .stage-caption p {
    display: none;
  }
  .section-space {
    padding-block: 75px;
  }
  .capabilities,
  .support,
  .quickstart-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 32px;
  }
  .support-details dl > div {
    grid-template-columns: 120px 1fr;
  }
  .header nav {
    gap: 20px;
  }
  .brand {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    min-height: 72px;
    gap: 16px;
  }
  .brand-product {
    font-size: 12px;
  }
  .brand img {
    width: 85px;
  }
  .brand {
    gap: 12px;
  }
  .brand-divider {
    height: 19px;
  }
  .header nav > a:not(.repo-link) {
    display: none;
  }
  .repo-link {
    font-size: 11px;
    padding: 8px 10px;
  }
  .repo-link span {
    margin-left: 3px;
  }
  .hero-grid {
    display: block;
    padding-block: 0 24px;
  }
  .hero-copy {
    padding-block: 42px 34px;
  }
  .hero-copy .eyebrow {
    margin-bottom: 24px;
  }
  h1 {
    font-size: clamp(37px, 7.8vw, 56px);
    margin-bottom: 21px;
  }
  .hero-description {
    max-width: 420px;
    margin-bottom: 25px;
  }
  .hero-tags {
    margin-top: 27px;
  }
  .model-stage iframe {
    height: 420px;
  }
  .stage-top .eyebrow {
    font-size: 8px;
  }
  .stage-top a {
    font-size: 9px;
  }
  .hero-foot {
    flex-direction: column;
    gap: 14px;
    padding-block: 18px;
    font-size: 10px;
    align-items: flex-start;
  }
  .hero-foot > span:last-child {
    font-size: 8px;
    line-height: 1.7;
    text-align: right;
  }
  .separator {
    margin: 0 7px;
  }
  .capabilities,
  .support,
  .quickstart-grid {
    display: block;
  }
  .section-space {
    padding-block: 62px;
  }
  .section-intro {
    margin-bottom: 39px;
  }
  h2 {
    font-size: 38px;
  }
  .section-intro > p:last-child {
    max-width: 440px;
  }
  .capability-list article {
    gap: 22px;
    padding-block: 25px;
  }
  .capability-list article:first-child {
    padding-top: 25px;
    border-top: 1px solid var(--line);
  }
  h3 {
    font-size: 20px;
  }
  .capability-list p {
    font-size: 14px;
  }
  .quickstart-heading {
    display: block;
    margin-bottom: 36px;
  }
  .quickstart-heading > p {
    margin-top: 20px;
    max-width: 440px;
    font-size: 14px;
  }
  .step-copy {
    max-width: 440px;
    margin-bottom: 22px;
    padding: 0;
  }
  .code-panel {
    margin-bottom: 32px;
  }
  pre {
    font-size: 10px;
    padding: 18px 16px;
  }
  .code-header {
    padding: 12px 16px;
  }
  .code-note {
    padding: 12px 16px;
  }
  .developer-link {
    display: block;
    margin-top: 8px;
    padding-top: 24px;
  }
  .developer-link > span {
    display: block;
    margin-bottom: 12px;
  }
  .support > div:first-child {
    margin-bottom: 36px;
  }
  .support > div > p:not(.eyebrow) {
    max-width: 440px;
  }
  .support-details dl > div {
    grid-template-columns: 115px 1fr;
    font-size: 12px;
  }
  .try-now {
    padding-block: 42px;
  }
  .try-now-heading {
    display: block;
    margin-bottom: 32px;
  }
  .try-now-heading .button {
    margin-top: 24px;
  }
  .try-now-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .closing {
    padding-block: 34px;
    display: block;
  }
  .closing h2 {
    font-size: 34px;
    margin-bottom: 23px;
  }
  .footer {
    padding-block: 32px;
    gap: 25px;
  }
  .footer-links {
    gap: 22px;
  }
  .hero-foot > span:first-child {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
