@view-transition { navigation: auto; }

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-display: block;
  src: url("../assets/runtime/index/15bfb426-f920-435d-9e15-ff57e43f5696.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/runtime/index/44e37ba9-6321-4b22-9380-8b5e65aa63ba.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("../assets/runtime/index/ae4509c9-2d44-4dcf-964e-f2a5e9287b7f.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("../assets/runtime/index/bb04b676-29a7-4829-9c03-39ac8e7f878b.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../assets/runtime/index/7db4aedd-136a-4133-a651-30989c2eaece.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --bg: #131313;
  --surface: #191919;
  --surface-2: #1f1f1f;
  --line: #303030;
  --line-soft: #252525;
  --text: #f4f2ee;
  --body: #b4b0aa;
  --muted: #7f7b75;
  --blue: #5a9cf8;
  --blue-strong: #1473e6;
  --blue-soft: rgba(20, 115, 230, 0.14);
  --green: #55d68b;
  --max: 1160px;
  font-family: "Archivo", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--body); font-size: 17px; line-height: 1.7; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: #8ab8ff; }
img { max-width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }
.mb-nav-inner { box-sizing: content-box; }
.mb-navlinks a:hover, .mb-mobile-menu a:hover { color: #8ab8ff !important; }
[data-nav-cta]:hover { background: #1266cc !important; color: #fff !important; }
main { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; padding: 26px 0 0; color: #6f6b65; font-size: 12px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.breadcrumbs a { color: #8f8b85; }
.hero { min-height: 590px; padding: 78px 0 86px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.8fr); align-items: center; gap: clamp(48px, 8vw, 112px); border-bottom: 1px solid var(--line-soft); }
.eyebrow, .section-kicker { margin: 0; color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--text); text-wrap: balance; }
h1 { max-width: 820px; margin: 16px 0 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.01; letter-spacing: -0.045em; }
.lead { max-width: 760px; margin: 25px 0 0; color: #bdb9b3; font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 14px; font-weight: 850; }
.button.primary { border: 1px solid #4f86ff; background: var(--blue-strong); color: #fff; box-shadow: 0 9px 30px rgba(20,115,230,0.25); }
.button.primary:hover { background: #1266cc; color: #fff; }
.button.secondary { border: 1px solid #3b3b3b; background: #1a1a1a; color: #d6d2cc; }
.compatibility { margin: 17px 0 0; color: #6f6b65; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.compatibility span { padding: 0 5px; color: #454545; }
.answer-card { position: relative; padding: 30px; border: 1px solid #33465e; border-radius: 14px; background: radial-gradient(500px 240px at 0% 0%, rgba(20,115,230,0.18), transparent 70%), #181818; box-shadow: 0 30px 80px rgba(0,0,0,0.26); }
.answer-card:after { content: ""; position: absolute; inset: 9px; z-index: -1; border-radius: 12px; background: #0f0f0f; transform: translate(9px, 9px); }
.answer-label { display: flex; align-items: center; gap: 9px; color: #86b7fb; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.answer-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(85,214,139,0.12); }
.answer-card p { margin: 17px 0 0; color: #dad7d1; font-size: 17px; line-height: 1.65; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 90px; padding: 80px 0 20px; align-items: start; }
.content-section { padding: 0 0 62px; }
.content-section + .content-section { padding-top: 58px; border-top: 1px solid var(--line-soft); }
.content-section h2, .limit-box h2, .faq-section h2, .related-section h2, .library-section h2, .research-note h2 { margin: 9px 0 20px; font-size: clamp(30px, 4vw, 42px); line-height: 1.12; letter-spacing: -0.028em; }
.content-section p { margin: 0 0 18px; }
.content-section p:last-child { margin-bottom: 0; }
.workflow-shot { margin: 6px 0 64px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 24px 70px rgba(0,0,0,0.28); }
.workflow-shot img { display: block; width: 100%; height: auto; }
.workflow-shot figcaption { padding: 15px 18px; border-top: 1px solid var(--line-soft); color: #85817b; font-size: 13px; line-height: 1.5; }
.side-rail { position: sticky; top: 98px; }
.rail-card { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.rail-card h2 { margin: 8px 0 16px; font-size: 23px; line-height: 1.2; }
.rail-card ul { margin: 0; padding: 0; list-style: none; }
.rail-card li { position: relative; padding: 7px 0 7px 21px; border-bottom: 1px solid #262626; color: #99958f; font-size: 14px; line-height: 1.45; }
.rail-card li:before { content: ""; position: absolute; left: 1px; top: 15px; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; }
.rail-card a { display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 800; }
.steps { margin: 28px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line-soft); }
.steps li:last-child { border-bottom: 1px solid var(--line-soft); }
.steps > li > span { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 800; }
.steps h3 { margin: -4px 0 5px; font-size: 18px; line-height: 1.35; }
.steps p { margin: 0; color: #99958f; font-size: 15px; }
.check-list { margin: 27px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; }
.check-list li { position: relative; min-height: 72px; padding: 17px 18px 17px 44px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: #c5c1bb; font-size: 15px; line-height: 1.45; }
.check-list li:before { content: "✓"; position: absolute; top: 16px; left: 18px; color: var(--green); font-weight: 900; }
.limit-box { margin: 6px 0 70px; padding: 30px; border: 1px solid #423f37; border-radius: 12px; background: linear-gradient(135deg, rgba(164,132,62,0.08), transparent 55%), #181818; }
.limit-box h2 { font-size: 27px; }
.limit-box p:last-child { margin: 0; }
.faq-section, .related-section { padding: 88px 0; border-top: 1px solid var(--line-soft); }
.faq-section { max-width: 900px; }
.faq-list { margin-top: 34px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; position: relative; cursor: pointer; color: #e6e3dd; font-size: 17px; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--blue); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -3px 0 23px; color: #9f9b95; font-size: 15px; }
.related-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { min-height: 210px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.related-card:hover { border-color: #405d7e; background: #1c1e20; }
.related-card > span { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.related-card strong { margin-top: 14px; color: #dedbd5; font-size: 18px; line-height: 1.35; }
.related-card em { margin-top: auto; padding-top: 20px; color: #85817b; font-size: 12px; font-style: normal; font-weight: 750; }
.final-cta { margin: 18px 0 94px; padding: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border: 1px solid #314b68; border-radius: 14px; background: radial-gradient(700px 220px at 10% 100%, rgba(20,115,230,0.2), transparent 70%), #181818; }
.final-cta img { border-radius: 9px; }
.final-cta h2 { margin: 7px 0 4px; font-size: 28px; line-height: 1.2; }
.final-cta p { margin: 0; color: #918d87; font-size: 14px; }
.library-hero { max-width: 940px; padding: 110px 0 94px; }
.library-hero h1 { margin-top: 18px; }
.library-hero > p:not(.eyebrow) { max-width: 820px; margin: 25px 0 0; color: #aaa6a0; font-size: 20px; }
.research-note { padding: 38px; border: 1px solid #2f4258; border-radius: 13px; background: linear-gradient(120deg, rgba(20,115,230,0.13), transparent 60%), #181818; }
.research-note h2 { font-size: 31px; }
.research-note p:last-child { max-width: 900px; margin: 0; }
.library-section { padding: 100px 0 80px; }
.library-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.library-heading > span { margin-bottom: 25px; color: #77736d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; text-transform: uppercase; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.library-card { min-height: 295px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.library-card:hover { border-color: #3b5572; transform: translateY(-2px); }
.library-card > p { margin: 0; color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.library-card h2 { margin: 16px 0 12px; font-size: 22px; line-height: 1.25; }
.library-card h2 a { color: #e8e5df; }
.library-card > div { color: #8e8a84; font-size: 14px; line-height: 1.55; }
.card-link { margin-top: auto; padding-top: 22px; font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 45px; }
  .content-grid { grid-template-columns: 1fr; gap: 0; }
  .side-rail { display: none; }
  .related-grid, .library-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta { grid-template-columns: auto 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
}

@media (min-width: 821px) {
  .mb-mobile-menu { display: none !important; }
}

@media (max-width: 820px) {
  .mb-navlinks > a { display: none !important; }
  .mb-navlinks { gap: 14px !important; }
  .mb-burger { display: inline-flex !important; }
  .mb-nav-inner { gap: 14px !important; padding: 0 18px !important; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  main { width: min(100% - 28px, var(--max)); }
  .hero { padding: 54px 0 64px; }
  h1 { font-size: 43px; }
  .answer-card { padding: 24px; }
  .content-grid { padding-top: 60px; }
  .check-list, .related-grid, .library-grid { grid-template-columns: 1fr; }
  .faq-section, .related-section { padding: 68px 0; }
  .final-cta { padding: 28px; grid-template-columns: 1fr; text-align: left; }
  .final-cta .button { grid-column: auto; width: 100%; }
  .library-hero { padding: 72px 0 65px; }
  .research-note { padding: 27px; }
  .library-heading { align-items: start; flex-direction: column; }
  .library-heading > span { margin: -20px 0 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
