:root {
  --ink: #101417;
  --ink-2: #171d20;
  --ink-3: #20282c;
  --paper: #f0efe9;
  --paper-2: #f8f7f2;
  --white: #fff;
  --muted: #6b706f;
  --framework: #62d9e8;
  --framework-dark: #19a9bb;
  --report: #ff8066;
  --report-dark: #d95740;
  --acid: var(--framework);
  --acid-dark: var(--framework-dark);
  --blue: var(--report);
  --orange: #ffb15c;
  --line: #d6d5cf;
  --line-dark: rgba(255, 255, 255, .14);
  --radius: 18px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --pad: clamp(20px, 5.5vw, 88px);
  --container: min(1320px, calc(100vw - var(--pad) * 2));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; text-rendering: optimizeLegibility; }
h1, h2, h3, .brand span { font-family: Sora, "IBM Plex Sans", sans-serif; }
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--acid); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--acid-dark); outline-offset: 4px; }
h1, h2, h3, h4, h5, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 500; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--acid); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; border-bottom: 1px solid var(--line-dark); background: rgba(16, 20, 23, .92); backdrop-filter: blur(18px) saturate(1.2); }
.site-header.scrolled { background: rgba(16, 20, 23, .96); }
.site-header.menu-active { background: #0b0e10; backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav-shell { display: grid; width: var(--container); min-height: 72px; margin-inline: auto; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 11px; font-size: .98rem; font-weight: 850; letter-spacing: -.025em; }
.brand-mark { width: 35px; height: 35px; flex: 0 0 auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 22px; align-items: center; }
.desktop-nav a { color: #b4babb; font-size: .9rem; font-weight: 700; transition: color 160ms ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--acid); }
.nav-actions { display: flex; justify-self: end; align-items: center; gap: 10px; }
.social-link { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: #b4babb; transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.social-link svg { width: 20px; height: 20px; }
.social-link.discord-link:hover { color: #fff; border-color: #5865f2; background: #5865f2; }
.social-link.github-link:hover { color: var(--ink); border-color: #fff; background: #fff; }
.mobile-menu, .menu-button { display: none; }
.menu-button { width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 17px; height: 2px; margin: 4px auto; background: #fff; transition: transform 180ms ease; }
.site-header.menu-active .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
.site-header.menu-active .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 4px; padding: 0 20px; font-size: .84rem; font-weight: 850; transition: transform 180ms var(--ease), color 180ms ease, background 180ms ease, border-color 180ms ease; }
.button-icon { width: 18px; height: 18px; flex: 0 0 auto; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .88rem; }
.button-large { min-height: 56px; padding: 0 24px; }
.button-acid { color: var(--ink); background: var(--acid); }
.button-acid:hover { background: #8be7f1; }
.button-line { color: #fff; border-color: rgba(255, 255, 255, .27); background: transparent; }
.button-line:hover { border-color: #fff; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #293136; }
.button-acid-dark { color: var(--ink); background: var(--report); }
.button-report { color: #fff; border-color: rgba(255,128,102,.55); background: rgba(255,128,102,.16); }
.button-report:hover { border-color: var(--report); background: var(--report); color: var(--ink); }
.button-line-dark { border-color: rgba(16, 20, 23, .25); }
.button-line-dark:hover { border-color: var(--ink); }
.button-line-on-report { border-color: rgba(16, 20, 23, .35); color: var(--ink); background: transparent; }
.button-line-on-report:hover { border-color: var(--ink); background: rgba(16, 20, 23, .08); }

.hero { position: relative; min-height: 860px; overflow: hidden; padding: 150px 0 48px; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; top: -380px; right: -170px; border-radius: 50%; background: rgba(98, 217, 232, .14); filter: blur(90px); }
.hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 4vw, 65px); align-items: center; }
.hero-rail { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-top: clamp(48px, 6vw, 78px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-signal { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-signal li { position: relative; min-width: 0; padding: 0 26px; }
.hero-signal li:first-child { padding-left: 0; }
.hero-signal li + li::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: 0; width: 1px; background: rgba(255,255,255,.12); }
.hero-signal a, .hero-signal li > div { display: grid; gap: 5px; color: inherit; text-decoration: none; }
.hero-signal a:hover strong { color: var(--acid); }
.hero-signal strong { color: #e7eceb; font-family: Sora, "IBM Plex Sans", sans-serif; font-size: 1.22rem; font-weight: 700; letter-spacing: -.03em; line-height: 1; transition: color 180ms ease; }
.hero-signal span { color: #6f787a; font: 700 .8rem/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.hero-scroll { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; color: #8a9294; font: 700 .8rem/1 "SFMono-Regular", Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: color 180ms ease, opacity 320ms ease, transform 320ms ease; }
.hero-scroll:hover { color: var(--acid); }
.hero-scroll i { position: relative; display: block; width: 1px; height: 42px; overflow: hidden; background: rgba(255,255,255,.14); }
.hero-scroll i::after { content: ""; position: absolute; top: -40%; left: 0; width: 100%; height: 40%; background: linear-gradient(to bottom, transparent, var(--acid)); animation: scroll-cue 1.7s var(--ease) infinite; }
.hero-scroll.is-hidden { opacity: 0; transform: translateY(8px); pointer-events: none; }
@keyframes scroll-cue { 0% { top: -40%; opacity: 0; } 25% { opacity: 1; } 100% { top: 110%; opacity: 0; } }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.overline, .eyebrow { display: flex; align-items: center; gap: 10px; color: #a8afb0; font: 700 .9rem/1.3 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.overline span { display: inline-flex; padding: 7px 9px; color: var(--ink); background: var(--acid); }
.hero h1 { max-width: 650px; margin-top: 26px; font-size: clamp(3.9rem, 4.25vw, 4.45rem); line-height: .94; letter-spacing: -.065em; }
.hero h1 > span, .hero h1 em { display: inline-block; white-space: nowrap; }
.hero h1 em, .closing-content h2 em { color: var(--report); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; }
.hero-lead { max-width: 620px; margin-top: 30px; color: #b9c0c1; font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.hero-system { position: relative; display: grid; grid-template-columns: 1fr 128px 1fr; align-items: center; gap: 0; padding-top: 38px; }
.system-flow { position: absolute; z-index: 4; top: 8px; left: 0; right: 0; display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: 1fr 128px 1fr; gap: 0; pointer-events: none; }
.system-flow li { display: flex; align-items: center; gap: 8px; color: #7f8789; font: 700 .72rem "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; }
.system-flow li:nth-child(2) { justify-content: center; color: var(--acid); }
.system-flow li:nth-child(3) { justify-content: flex-end; color: var(--report); }
.system-flow b { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid currentColor; color: inherit; font-size: .62rem; }
.system-card { position: relative; min-width: 0; border: 1px solid rgba(255,255,255,.16); background: #181e21; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.system-card.framework-system, .system-card.report-system { transform: none; }
.system-head { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); padding: 0 15px; font: .74rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.system-head span { color: #8f9798; }
.system-head b { color: var(--framework); }
.report-system .system-head b { color: var(--report); }
.terminal-window { margin: 14px; border: 1px solid #343c40; background: #0c0f11; }
.terminal-bar { display: flex; height: 30px; align-items: center; gap: 5px; border-bottom: 1px solid #303639; padding: 0 10px; }
.terminal-bar i { width: 6px; height: 6px; border-radius: 50%; background: #ff6d5e; }
.terminal-bar i:nth-child(2) { background: #f1c75b; }
.terminal-bar i:nth-child(3) { background: var(--acid); }
.terminal-bar span { margin-left: auto; color: #5f686b; font: .68rem "SFMono-Regular", Consolas, monospace; }
.terminal-body { display: grid; min-height: 220px; align-content: center; gap: 11px; padding: 18px; color: #d1d5d4; font: .82rem/1.55 "SFMono-Regular", Consolas, monospace; }
.terminal-body span { color: var(--acid); }
.terminal-body .terminal-table { color: #697274; font-size: .64rem; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.terminal-body .terminal-finding { position: relative; transition: color 280ms ease, background-color 280ms ease; }
.terminal-body i { color: var(--acid); font-style: normal; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.system-copy { padding: 20px 20px 24px; }
.system-label { color: var(--acid); font: .74rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.system-copy h2 { margin-top: 8px; font-size: 1.42rem; letter-spacing: -.04em; }
.system-connector { position: relative; z-index: 3; display: grid; justify-items: center; gap: 8px; padding: 0 4px; }
.system-connector::before { content: ""; position: absolute; z-index: -1; top: 42%; width: 100%; height: 1px; background: linear-gradient(90deg, var(--framework), var(--report)); }
.system-connector span, .system-connector small { padding: 5px 8px; color: #c4cbcc; background: var(--ink); font: 750 .7rem "SFMono-Regular", Consolas, monospace; letter-spacing: .05em; text-align: center; }
.system-connector small { color: var(--acid); font-size: .64rem; }
.system-connector i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 1.1rem; font-style: normal; font-weight: 900; box-shadow: 0 0 0 8px rgba(98,217,232,.12); }
.system-connector-caption { margin: 2px 0 0; color: #9aa2a3; font-size: .76rem; line-height: 1.35; text-align: center; letter-spacing: -.01em; }
.system-push-track { position: absolute; inset: 38% 8px auto; height: 1px; overflow: visible; pointer-events: none; }
.system-push-track b { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); opacity: 0; transform: translate(-50%, -50%); box-shadow: 0 0 0 3px rgba(98,217,232,.18); }
.hero-system.is-pushing .terminal-finding { color: #d7dcdb; background: rgba(98,217,232,.08); animation: finding-depart 1.15s var(--ease) .15s both; }
.hero-system.is-pushing .terminal-finding + .terminal-finding { animation-delay: .32s; }
.hero-system.is-pushing .system-push-track b:nth-child(1) { animation: push-packet 1.05s var(--ease) .35s both; }
.hero-system.is-pushing .system-push-track b:nth-child(2) { animation: push-packet 1.05s var(--ease) .52s both; }
.hero-system.is-pushing .system-connector i { animation: push-pulse 1.1s var(--ease) .4s both; }
.hero-system.is-pushing .mini-findings { animation: report-receive 1s var(--ease) .95s both; }
@keyframes finding-depart {
  0% { opacity: 1; transform: translateX(0); }
  35% { opacity: 1; transform: translateX(6px); }
  100% { opacity: .45; transform: translateX(10px); }
}
@keyframes push-packet {
  0% { opacity: 0; left: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; left: 100%; }
}
@keyframes push-packet-vertical {
  0% { opacity: 0; top: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; top: 100%; }
}
@keyframes push-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(98,217,232,.12); }
  45% { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(98,217,232,.2); }
}
@keyframes report-receive {
  0% { box-shadow: inset 0 0 0 0 rgba(36,167,160,0); }
  40% { box-shadow: inset 0 0 0 1px rgba(36,167,160,.55); }
  100% { box-shadow: inset 0 0 0 0 rgba(36,167,160,0); }
}
.mini-report { width: calc(100% - 28px); min-height: 280px; margin: 14px; padding: 17px 18px 14px; color: #1d292e; background: #f7f7f3; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.mini-report-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce2df; padding-bottom: 10px; }
.mini-client { display: flex; align-items: center; gap: 7px; }
.mini-client > span { position: relative; display: block; width: 25px; height: 25px; overflow: hidden; border-radius: 4px; background: #10242d; }
.mini-client > span::before, .mini-client > span::after { content: ""; position: absolute; width: 5px; height: 34px; top: -4px; background: #24a7a0; transform: rotate(35deg); }
.mini-client > span::before { left: 6px; }.mini-client > span::after { left: 14px; background: #79d8cf; }
.mini-client div { display: grid; gap: 1px; }.mini-client b { color: #10242d; font-size: .7rem; letter-spacing: .1em; }.mini-client small { color: #758286; font-size: .58rem; letter-spacing: .12em; }
.mini-report-head > i { color: #7d898c; font: .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .05em; }
.mini-report-meta { display: flex; justify-content: space-between; margin-top: 15px; color: #24a7a0; font: 800 .64rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }.mini-report-meta small { color: #899395; font-size: .58rem; }
.mini-report h3 { margin-top: 6px; color: #10242d; font-size: 1.22rem; line-height: 1.02; letter-spacing: -.05em; }
.mini-report-sub { margin-top: 3px; color: #24a7a0; font: italic .76rem Georgia, serif; }
.mini-score { display: flex; align-items: center; gap: 9px; margin-top: 12px; border-top: 1px solid #dce2df; border-bottom: 1px solid #dce2df; padding: 8px 0; }
.mini-score > strong { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: #d84e45; font-size: .76rem; }
.mini-score span { color: #748084; font-size: .64rem; line-height: 1.45; }.mini-score b { color: #10242d; font-size: .7rem; }
.mini-findings { display: grid; margin-top: 9px; grid-template-columns: repeat(4,1fr); border: 1px solid #dce2df; }
.mini-findings > span { display: grid; min-height: 42px; place-items: center; align-content: center; border-right: 1px solid #dce2df; }.mini-findings > span:last-child { border-right: 0; }
.mini-findings b { color: #10242d; font-size: .76rem; }.mini-findings small { margin-top: 2px; color: #899395; font-size: .55rem; }.mini-findings > span:nth-child(2) b { color: #d84e45; }.mini-findings > span:nth-child(3) b { color: #cf8d21; }.mini-findings > span:nth-child(4) b { color: #198d88; }
.mini-report-foot { display: flex; justify-content: space-between; margin-top: 8px; color: #899395; font: .58rem "SFMono-Regular", Consolas, monospace; letter-spacing: .04em; }.mini-report-foot b { color: #10242d; }
.report-system .system-label { color: var(--blue); }
.section { padding: 130px 0; }
.eyebrow { color: #6e7474; }
.eyebrow::before { content: ""; width: 23px; height: 2px; background: var(--acid-dark); }
.eyebrow.light { color: #8b9495; }
.eyebrow.light::before { background: var(--acid); }
.section-heading.split { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; align-items: end; }
.section-heading h2, .ecosystem-heading h2, .reports-intro h2, .pricing-copy h2, .partners-heading h1, .partners-heading h2, .closing-content h2, .audience-copy h2, .proof-heading h2, .faq-heading h2 { margin-top: 20px; font-size: clamp(3.2rem, 5.7vw, 6rem); line-height: .95; letter-spacing: -.07em; }
.section-heading > p:last-child { max-width: 530px; margin-bottom: 5px; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.architecture-section { background: var(--paper-2); }
.role-grid { display: grid; margin-top: 75px; grid-template-columns: 1fr 165px 1fr; align-items: center; }
.role-card { min-height: 610px; border: 1px solid var(--line); padding: 40px; background: #fff; }
.role-saas { color: #fff; border-color: var(--ink); background: var(--ink); }
.role-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.role-saas .role-top { border-color: var(--line-dark); }
.role-top > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); font: 700 .78rem "SFMono-Regular", Consolas, monospace; }
.role-saas .role-top > span { border-color: var(--line-dark); }
.role-top p { color: #767d7c; font: .74rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.role-card h3 { margin-top: 38px; font-size: 2.2rem; letter-spacing: -.055em; }
.role-lead { margin-top: 12px; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.role-saas .role-lead { color: #9ba2a3; }
.role-card ul { display: grid; gap: 15px; margin-top: 36px; }
.role-card li { display: flex; gap: 11px; align-items: center; color: #4f5554; font-size: .9rem; line-height: 1.45; }
.role-saas li { color: #c2c8c8; }
.role-card li span { display: grid; width: 20px; height: 20px; place-items: center; color: #396000; background: var(--acid); font-size: .6rem; font-weight: 900; }
.role-saas li span { color: #fff; background: var(--report); }
.role-callout { display: grid; gap: 5px; margin-top: 40px; border-left: 3px solid var(--acid-dark); padding: 13px 16px; background: #f0f2e9; }
.role-saas .role-callout { border-color: var(--report); background: #20282c; }
.role-callout b { font-size: .84rem; }
.role-callout span { color: #666d6b; font-size: .77rem; line-height: 1.55; }
.role-saas .role-callout span { color: #9ba2a3; }
.role-card .button { width: 100%; margin-top: 36px; }
.role-divider { position: relative; display: grid; justify-items: center; gap: 8px; }
.role-divider::before { content: ""; position: absolute; z-index: -1; top: 50%; width: 100%; border-top: 1px dashed #aeb0a9; }
.role-divider span, .role-divider small { padding: 5px 8px; color: #6c7372; background: var(--paper-2); font: .7rem/1.4 "SFMono-Regular", Consolas, monospace; text-align: center; }
.role-divider i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font: 900 .72rem "SFMono-Regular", Consolas, monospace; box-shadow: 0 0 0 7px rgba(25,169,187,.1); }
.role-divider b { padding: 4px 7px; color: var(--ink); background: var(--paper-2); font-size: .78rem; }
.role-divider small { color: var(--report-dark); font-weight: 800; }

.audience-section { background: var(--paper); }
.audience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.audience-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 22px; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.audience-grid { display: grid; gap: 0; border: 1px solid var(--line); background: #fff; }
.audience-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; border-bottom: 1px solid var(--line); padding: 28px 30px; }
.audience-grid article:last-child { border-bottom: 0; }
.audience-grid span { color: var(--framework-dark); font: 700 .8rem "SFMono-Regular", Consolas, monospace; letter-spacing: .04em; }
.audience-grid h3 { grid-column: 2; font-size: 1.15rem; letter-spacing: -.03em; }
.audience-grid p { grid-column: 2; margin-top: 8px; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.why-now { display: grid; margin-top: 70px; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; border-top: 1px solid var(--line); padding-top: 55px; }
.why-now h3 { margin-top: 18px; max-width: 520px; font-size: clamp(1.7rem, 2.8vw, 2.4rem); line-height: 1.15; letter-spacing: -.045em; }
.why-now ul { display: grid; gap: 22px; }
.why-now li { display: grid; gap: 6px; padding-left: 18px; border-left: 3px solid var(--report); }
.why-now b { font-size: .92rem; }
.why-now span { color: var(--muted); font-size: .86rem; line-height: 1.6; }

.ecosystem-section { color: #fff; background: var(--ink); }
.ecosystem-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; }
.ecosystem-heading > div:last-child p { color: #b4babb; font-size: 1rem; line-height: 1.75; }
.ecosystem-heading > div:last-child a { display: inline-block; margin-top: 25px; border-bottom: 1px solid var(--acid); padding-bottom: 5px; color: var(--acid); font-size: .82rem; font-weight: 800; }
.marketplace-map { position: relative; display: grid; margin-top: 75px; grid-template-columns: 1fr 64px 1.22fr 64px 1fr; align-items: center; }
.marketplace-map article { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line-dark); background: var(--ink-2); }
.marketplace-card-head { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); padding: 0 17px; font: .47rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.marketplace-card-head span { color: #899294; }
.marketplace-card-head i { color: var(--acid); font-style: normal; }
.marketplace-card-head .live-status { display: flex; align-items: center; gap: 7px; }
.marketplace-card-head .live-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(98,217,232,.1); }
.marketplace-side { min-height: 405px; }
.marketplace-side-copy { padding: 30px 25px 25px; }
.marketplace-side-copy h3 { margin-top: 24px; font-size: 1.55rem; letter-spacing: -.045em; }
.marketplace-side-copy p { margin-top: 10px; color: #b4babb; font-size: .78rem; line-height: 1.65; }
.contributor-mark { display: flex; align-items: center; }
.contributor-mark span { display: grid; width: 48px; height: 48px; place-items: center; margin-right: -7px; border: 1px solid #485257; border-radius: 50%; color: #e2e5e4; background: var(--ink); font: 750 .58rem "SFMono-Regular", Consolas, monospace; }
.contributor-mark span:first-child { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.contributor-mark span:nth-child(2) { z-index: 2; width: 30px; height: 30px; margin-left: 10px; color: #8f9798; background: var(--ink-2); font-size: .75rem; }
.marketplace-people { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--line-dark); }
.marketplace-people li { display: grid; min-height: 54px; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; border-bottom: 1px solid var(--line-dark); padding: 0 18px; }
.marketplace-people li:last-child { border-bottom: 0; }
.marketplace-people li > span { grid-row: 1 / 3; align-self: center; color: var(--acid); font: 700 .68rem "SFMono-Regular", Consolas, monospace; }
.marketplace-people b { font-size: .7rem; }
.marketplace-people small { margin-top: 2px; color: #899294; font-size: .57rem; }
.marketplace-arrow { position: relative; z-index: 3; display: grid; justify-items: center; gap: 8px; }
.marketplace-arrow::before { content: ""; position: absolute; z-index: -1; top: 50%; width: 100%; border-top: 1px dashed #4a5457; }
.marketplace-arrow span { padding: 3px 5px; color: #8f9798; background: var(--ink); font: .4rem "SFMono-Regular", Consolas, monospace; text-transform: uppercase; }
.marketplace-arrow i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .75rem; font-style: normal; font-weight: 900; }
.marketplace-hub { min-height: 485px; border-color: rgba(98,217,232,.5) !important; background: #0c0f11 !important; box-shadow: 0 28px 70px rgba(0,0,0,.28), 0 0 65px rgba(98,217,232,.07); }
.marketplace-hub::after { content: ""; position: absolute; width: 230px; height: 230px; top: -165px; right: -75px; border-radius: 50%; background: rgba(98,217,232,.16); filter: blur(35px); }
.marketplace-hub-title { display: flex; align-items: center; gap: 15px; padding: 28px 27px 0; }
.marketplace-logo { display: grid; width: 53px; height: 53px; flex: 0 0 auto; place-items: center; color: var(--ink); background: var(--acid); font-size: 1.25rem; font-weight: 950; }
.marketplace-hub-title small { color: #697375; font: .45rem "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; }
.marketplace-hub-title h3 { margin-top: 3px; font-size: 1.72rem; letter-spacing: -.05em; }
.marketplace-hub > p { max-width: 360px; padding: 15px 27px 0; color: #b4babb; font-size: .78rem; line-height: 1.6; }
.extension-types { display: grid; margin: 25px 27px 0; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.extension-types > span { display: grid; min-width: 0; min-height: 84px; grid-template-columns: auto 1fr; column-gap: 9px; align-content: center; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 14px; }
.extension-types > span:nth-child(2n) { border-right: 0; }
.extension-types > span:nth-last-child(-n+2) { border-bottom: 0; }
.extension-types i { grid-row: 1 / 3; align-self: center; color: var(--acid); font-size: .9rem; font-style: normal; }
.extension-types b { overflow: hidden; font-size: .66rem; text-overflow: ellipsis; }
.extension-types small { overflow: hidden; margin-top: 3px; color: #7f898b; font-size: .5rem; text-overflow: ellipsis; white-space: nowrap; }
.marketplace-hub > a { position: absolute; right: 27px; bottom: 24px; left: 27px; display: flex; min-height: 42px; align-items: center; justify-content: space-between; border: 1px solid var(--acid); padding: 0 14px; color: var(--acid); font-size: .72rem; font-weight: 800; transition: color 180ms ease, background 180ms ease; }
.marketplace-hub > a:hover { color: var(--ink); background: var(--acid); }
.framework-pulse { position: relative; display: grid; width: 65px; height: 65px; place-items: center; }
.framework-pulse span { position: relative; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; color: var(--ink); background: var(--acid); font-size: .95rem; font-weight: 950; }
.framework-pulse i { position: absolute; width: 63px; height: 63px; border: 1px solid rgba(98,217,232,.25); border-radius: 50%; }
.framework-pulse i:nth-of-type(2) { width: 83px; height: 83px; opacity: .55; }
.framework-pulse i:nth-of-type(3) { width: 103px; height: 103px; opacity: .22; }
.install-command { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; min-height: 82px; grid-template-columns: 1fr auto; align-content: center; gap: 7px; border: 1px solid #343c40; padding: 12px; background: #0c0f11; }
.install-command small { grid-column: 1 / -1; color: #626d70; font: .42rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.install-command code { color: #c8cecd; font: .53rem "SFMono-Regular", Consolas, monospace; }
.install-command code span { color: var(--acid); }
.install-command b { align-self: center; color: #63d989; font: .42rem "SFMono-Regular", Consolas, monospace; }
.marketplace-loop { grid-column: 1 / -1; display: flex; min-height: 62px; align-items: center; justify-content: center; gap: 13px; color: #6e787a; font: .43rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.marketplace-loop i { width: clamp(35px, 5vw, 70px); height: 1px; background: #3b4548; }
.marketplace-loop b { display: grid; width: 27px; height: 27px; place-items: center; margin-left: 4px; border: 1px solid #465154; border-radius: 50%; color: var(--acid); font-size: .75rem; }
.marketplace-workspace { display: grid; margin-top: 22px; grid-template-columns: 1.45fr .65fr; border: 1px solid var(--line-dark); background: var(--ink-2); }
.marketplace-screen { position: relative; min-width: 0; height: 485px; overflow: hidden; border-right: 1px solid var(--line-dark); background: #0c0f11; }
.marketplace-screen::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(0,0,0,.25); pointer-events: none; }
.marketplace-screen img { width: 100%; height: 100%; object-fit: cover; object-position: left top; filter: saturate(.9) contrast(1.03); transition: filter 250ms ease, transform 700ms var(--ease); }
.marketplace-workspace:hover .marketplace-screen img { filter: saturate(1) contrast(1.02); transform: scale(1.012); }
.marketplace-screen > span { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 8px 10px; color: var(--ink); background: var(--acid); font: 800 .65rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.marketplace-workspace-copy { align-self: center; padding: 35px; }
.marketplace-workspace-copy h3 { margin-top: 18px; font-size: clamp(2rem, 3vw, 3.25rem); line-height: .98; letter-spacing: -.06em; }
.marketplace-workspace-copy > p:not(.eyebrow) { margin-top: 18px; color: #b4babb; font-size: .82rem; line-height: 1.65; }
.marketplace-workspace-copy ol { margin-top: 27px; border-top: 1px solid var(--line-dark); }
.marketplace-workspace-copy li { display: grid; min-height: 64px; grid-template-columns: auto 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.marketplace-workspace-copy li > span { color: var(--acid); font: 700 .68rem "SFMono-Regular", Consolas, monospace; }
.marketplace-workspace-copy li div { display: grid; gap: 3px; }
.marketplace-workspace-copy li b { font-size: .74rem; }
.marketplace-workspace-copy li small { color: #899294; font-size: .59rem; line-height: 1.45; }
.ecosystem-links { display: grid; margin-top: 45px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.ecosystem-links a { display: grid; min-height: 120px; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border-right: 1px solid var(--line-dark); padding: 19px; transition: background 180ms ease; }
.ecosystem-links a:last-child { border-right: 0; }
.ecosystem-links a:hover { background: var(--ink-3); }
.ecosystem-links > a > span { color: var(--acid); font: 700 .82rem "SFMono-Regular", Consolas, monospace; letter-spacing: .04em; }
.ecosystem-links div { display: grid; gap: 5px; }
.ecosystem-links b { font-size: .92rem; }
.ecosystem-links small { color: #939c9d; font-size: .78rem; line-height: 1.45; }
.ecosystem-links i { color: var(--acid); font-style: normal; }

.reports-section { background: var(--paper); }
.reports-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.reports-intro h2 em { color: #6f7473; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.reports-statement > p { color: var(--muted); font-size: .96rem; line-height: 1.75; }
.reports-trust { margin-top: 18px; color: var(--ink) !important; }
.reports-trust strong { font-weight: 750; }
.reports-cta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.reports-section .eyebrow::before { background: var(--report); }
.studio-capture { margin-top: 60px; }
.studio-capture-frame { position: relative; overflow: hidden; border: 1px solid #30383c; background: #0b0e10; box-shadow: 0 35px 80px rgba(25,30,32,.18); }
.studio-capture-frame img { width: 100%; height: auto; display: block; }
.studio-capture-frame > span { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 8px 10px; color: var(--ink); background: var(--report); font: 800 .78rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.report-steps { display: grid; margin-top: 60px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.report-steps article { min-height: 280px; border-right: 1px solid var(--line); padding: 25px 28px; }.report-steps article:last-child { border-right: 0; }
.report-steps article > span { color: #969a97; font: 700 .84rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.step-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-top: 42px; color: var(--ink); background: var(--acid); font-size: .8rem; font-weight: 850; }
.report-steps article:nth-child(2) .step-icon { background: #dbe2ff; }.report-steps article:nth-child(3) .step-icon { background: #d9efde; }.report-steps article:nth-child(4) .step-icon { background: #ffdcd0; font-size: .72rem; }
.report-steps h3 { margin-top: 25px; font-size: 1.2rem; letter-spacing: -.035em; }
.report-steps p { max-width: 280px; margin-top: 10px; color: var(--muted); font-size: .95rem; line-height: 1.65; }

.proof-section { background: var(--paper-2); }
.proof-heading { max-width: 920px; }
.proof-heading h2 { margin-top: 20px; }
.proof-grid { display: grid; margin-top: 42px; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.proof-sample { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.proof-sample-visual { display: grid; grid-template-rows: 1fr auto; min-height: 420px; min-width: 0; color: #fff; background: linear-gradient(165deg, #1a2226 0%, #101417 58%, #241814 100%); text-decoration: none; transition: background 220ms ease; }
.proof-sample-visual:hover { background: linear-gradient(165deg, #20282c 0%, #12171a 58%, #2a1a16 100%); }
.proof-sample-page { position: relative; display: grid; align-items: end; justify-items: center; margin: 0; min-height: 0; padding: 28px 28px 0; overflow: hidden; }
.proof-sample-page img { display: block; width: min(100%, 280px); height: auto; max-height: 340px; object-fit: cover; object-position: top center; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 48px rgba(0,0,0,.45); transition: transform 280ms var(--ease); }
.proof-sample-visual:hover .proof-sample-page img { transform: translateY(-4px); }
.proof-sample-meta { display: grid; gap: 8px; padding: 22px 28px 26px; }
.proof-sample-meta span { width: fit-content; padding: 6px 9px; color: var(--ink); background: var(--report); font: 800 .78rem "SFMono-Regular", Consolas, monospace; }
.proof-sample-meta b { font-size: 1.2rem; letter-spacing: -.04em; }
.proof-sample-meta small { color: #aeb5b6; font-size: .84rem; line-height: 1.5; }
.proof-sample-copy { padding: 34px; align-self: center; }
.proof-sample-copy h3 { margin-top: 16px; font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.04em; line-height: 1.15; }
.proof-sample-copy > p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.proof-sample-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.proof-trust { border: 1px solid var(--line); background: #fff; padding: 28px; }
.proof-trust ul { display: grid; gap: 18px; margin-top: 18px; }
.proof-trust li { display: grid; gap: 4px; }
.proof-trust b { font-size: .9rem; }
.proof-trust span { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.proof-workspace { position: relative; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); background: #0b0e10; }
.proof-workspace img { width: 100%; height: 190px; object-fit: cover; object-position: left top; display: block; }
.proof-workspace span { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: var(--ink); background: var(--acid); font: 800 .74rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.proof-compare { margin-top: 28px; }

.comparison-table { border: 1px solid var(--line); background: #fff; }
.comparison-table > div { display: grid; min-height: 60px; grid-template-columns: 1.4fr .6fr .6fr; align-items: center; border-bottom: 1px solid var(--line); }
.comparison-table > div:last-child { border-bottom: 0; }
.comparison-table span, .comparison-table b, .comparison-table i { padding: 0 18px; font-size: .9rem; }
.comparison-table b, .comparison-table i { display: grid; height: 100%; place-items: center; border-left: 1px solid var(--line); text-align: center; }
.comparison-table i { color: #747a78; font-style: normal; }
.comparison-table > div i:last-child { color: var(--ink); background: #f4f8e9; font-weight: 850; }
.comparison-head { color: #fff; background: var(--ink); }
.comparison-head b:last-child { color: #fff; background: var(--report); }

.pricing-section { color: #fff; background: var(--ink-2); }
.pricing-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.pricing-copy p:last-child { max-width: 500px; margin-top: 25px; color: #adb4b5; font-size: 1rem; line-height: 1.7; }
.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.price-card { display: flex; min-height: 590px; flex-direction: column; padding: 32px; }
.open-price { border-right: 1px solid var(--line-dark); }
.reports-price { color: var(--ink); background: var(--report); }
.price-top { display: flex; justify-content: space-between; font: 700 .8rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.open-price .price-top { color: #91999a; }
.price-card h3 { margin-top: 35px; font-size: 1.6rem; letter-spacing: -.045em; }
.price-card > p:not(.price-extra) { min-height: 62px; margin-top: 10px; color: #aab1b2; font-size: .84rem; line-height: 1.55; }
.reports-price > p:not(.price-extra) { color: #672a20; }
.price { display: flex; align-items: baseline; gap: 9px; margin-top: 20px; }
.price strong { font-size: 2.6rem; letter-spacing: -.06em; }.price span { color: #879091; font-size: .75rem; }.reports-price .price span { color: #702e22; }
.price-extra { margin-top: 6px; color: #879091; font-size: .84rem; line-height: 1.4; font-weight: 700; }
.reports-price .price-extra { color: #37140e; }
.price-card ul { display: grid; gap: 14px; border-top: 1px solid var(--line-dark); margin-top: 14px; padding-top: 18px; }.reports-price ul { border-color: rgba(16,20,23,.2); }
.price-card li { position: relative; padding-left: 20px; color: #cbd0d1; font-size: .82rem; }.reports-price li { color: #37140e; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--framework); font-weight: 900; }.reports-price li::before { color: #fff; }
.price-card .button { width: 100%; margin-top: auto; }
.price-actions { display: grid; gap: 10px; margin-top: auto; }
.price-actions .button { width: 100%; margin-top: 0; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:last-child { max-width: 470px; margin-top: 24px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 86px; grid-template-columns: 1fr auto; gap: 24px; align-items: center; font-family: Sora, "IBM Plex Sans", sans-serif; font-size: 1.05rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--framework-dark); font-family: "IBM Plex Sans", sans-serif; font-size: 1.25rem; line-height: 1; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.faq-list details[open] summary span { color: var(--ink); background: var(--acid); transform: rotate(45deg); }
.faq-list details > p { max-width: 700px; padding: 0 64px 26px 0; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.faq-list summary:focus-visible { outline: 3px solid var(--acid-dark); outline-offset: 5px; }

.partner-banner { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; background: var(--paper-2); }
.partner-banner-content { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.partner-banner-content > div { display: grid; gap: 6px; }
.partner-banner-content > div > span { color: var(--framework-dark); font: 800 .68rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.partner-banner-content p { color: var(--muted); font-size: .96rem; line-height: 1.55; }
.partner-banner-content > a { display: inline-flex; min-height: 46px; flex: 0 0 auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--ink); font-size: .9rem; font-weight: 800; }

.partners-section { background: var(--paper-2); }
.partners-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: end; }
.partners-heading h1 em, .partners-heading h2 em { color: var(--framework-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.partner-positioning { border-left: 3px solid var(--framework-dark); padding: 20px 0 20px 24px; }
.partner-positioning span { color: var(--framework-dark); font: 800 .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.partner-positioning p { margin-top: 12px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.partner-cards { display: grid; margin-top: 70px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; }
.partner-card { display: flex; min-height: 650px; flex-direction: column; border-right: 1px solid var(--line); padding: 34px; }
.partner-card:last-child { border-right: 0; }
.partner-featured { color: #fff; background: var(--ink); box-shadow: 0 24px 60px rgba(16,20,23,.16); transform: translateY(-14px); }
.partner-top { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 20px; color: #6f7776; font: .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.partner-featured .partner-top { border-color: var(--line-dark); color: var(--acid); }
.partner-card h2, .partner-card h3 { margin-top: 30px; font-size: 1.7rem; letter-spacing: -.045em; }
.partner-price { display: flex; align-items: baseline; gap: 9px; margin-top: 24px; }
.partner-price strong { font-size: 2.35rem; letter-spacing: -.055em; }
.partner-price span { color: #7b8281; font-size: .72rem; }
.partner-card .partner-summary { min-height: 82px; margin-top: 14px; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.partner-featured .partner-summary { color: #aab1b2; }
.partner-value { width: fit-content; margin-top: 22px; padding: 7px 9px; color: var(--ink); background: #dfe2dc; font: 800 .6rem "SFMono-Regular", Consolas, monospace; letter-spacing: .05em; text-transform: uppercase; }
.partner-featured .partner-value { color: var(--ink); background: var(--acid); }
.partner-card ul { display: grid; gap: 15px; margin-top: 16px; border-top: 1px solid var(--line); padding-top: 24px; }
.partner-featured ul { border-color: var(--line-dark); }
.partner-card li { position: relative; padding-left: 20px; color: #4f5655; font-size: .82rem; line-height: 1.45; }
.partner-featured li { color: #c8cdce; }
.partner-card li::before { content: "+"; position: absolute; left: 0; color: var(--framework-dark); font-weight: 900; }
.partner-featured li::before { color: var(--acid); }
.partner-card > a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; margin-top: auto; border: 1px solid var(--ink); padding: 0 16px; font-size: .82rem; font-weight: 800; transition: color 180ms ease, background 180ms ease; }
.partner-card > a:hover { color: #fff; background: var(--ink); }
.partner-featured > a { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.partner-featured > a:hover { color: var(--ink); background: #8be7f1; }
.partners-page-section { padding-top: 175px; }
.partner-terms { display: grid; margin-top: 65px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; }
.partner-terms > div { display: grid; min-height: 145px; grid-template-columns: auto 1fr; gap: 16px; align-content: center; border-right: 1px solid var(--line); padding: 26px; }
.partner-terms > div:last-child { border-right: 0; }
.partner-terms span { color: var(--framework-dark); font: 800 .65rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.partner-terms p { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.partner-terms strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: .9rem; }
.partner-page-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 65px; border-top: 1px solid var(--line); padding-top: 35px; }
.partner-page-note p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.partner-page-note strong { color: var(--ink); }
.partner-page-note .button { flex: 0 0 auto; }

.marketplace-page-section { padding-top: 175px; background: var(--paper-2); }
.marketplace-page-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: end; }
.marketplace-page-heading h1 { margin-top: 20px; font-size: clamp(3.2rem, 5.7vw, 6rem); line-height: .95; letter-spacing: -.07em; }
.marketplace-page-heading h1 em { color: var(--framework-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.marketplace-page-intro { border-left: 3px solid var(--framework-dark); padding: 20px 0 20px 24px; }
.marketplace-page-intro span { color: var(--framework-dark); font: 800 .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.marketplace-page-intro p { margin-top: 12px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.marketplace-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.marketplace-type-strip { display: grid; margin-top: 70px; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: #fff; }
.marketplace-type-strip article { display: grid; gap: 8px; min-height: 140px; align-content: center; border-right: 1px solid var(--line); padding: 28px 24px; }
.marketplace-type-strip article:last-child { border-right: 0; }
.marketplace-type-strip span { color: var(--framework-dark); font: .55rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.marketplace-type-strip b { font-size: 1.2rem; letter-spacing: -.04em; }
.marketplace-type-strip small { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.marketplace-featured-heading { margin-top: 90px; }
.marketplace-featured-heading h2 { margin-top: 16px; font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.055em; }
.marketplace-featured-note { max-width: 650px; margin-top: 16px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.marketplace-extension-grid { display: grid; margin-top: 40px; grid-template-columns: 1fr 1fr; gap: 18px; }
.ext-card { display: grid; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: border-color 180ms ease, transform 220ms var(--ease); }
.ext-card:hover { border-color: var(--framework-dark); transform: translateY(-3px); }
.ext-card.ext-feature { grid-column: 1 / -1; grid-template-columns: 1.35fr .9fr; }
.ext-image { min-height: 240px; overflow: hidden; background: var(--ink); }
.ext-card.ext-feature .ext-image { min-height: 360px; }
.ext-image img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.ext-copy { display: flex; flex-direction: column; padding: 28px; }
.ext-meta { display: flex; justify-content: space-between; gap: 12px; color: #6f7776; font: .58rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.ext-meta b { color: var(--framework-dark); }
.ext-copy h2 { margin-top: 18px; font-size: 1.55rem; letter-spacing: -.045em; }
.ext-copy p { margin-top: 12px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.ext-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 28px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.ext-link i { font-style: normal; color: var(--framework-dark); }
.marketplace-install { display: grid; margin-top: 90px; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.marketplace-install-copy { padding: 42px 40px; }
.marketplace-install-copy h2 { margin-top: 16px; font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.055em; line-height: 1.02; }
.marketplace-install-copy > p:not(.eyebrow) { max-width: 460px; margin-top: 16px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.marketplace-install-steps { margin-top: 30px; border-top: 1px solid var(--line); }
.marketplace-install-steps li { display: grid; min-height: 78px; grid-template-columns: auto 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); padding: 14px 0; }
.marketplace-install-steps span { color: var(--framework-dark); font: 700 .68rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.marketplace-install-steps b { font-size: .95rem; letter-spacing: -.03em; }
.marketplace-install-steps small { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.marketplace-install-steps code { padding: 1px 5px; color: var(--ink); background: #eef1ea; font: .72rem/1.4 "SFMono-Regular", Consolas, monospace; }
.marketplace-install-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 34px; color: #fff; background: var(--ink); }
.marketplace-install-terminal { border: 1px solid #343c40; background: #0c0f11; }
.marketplace-install-body { display: grid; gap: 12px; padding: 22px; color: #d1d5d4; font: .78rem/1.5 "SFMono-Regular", Consolas, monospace; }
.marketplace-install-body span { color: var(--acid); }
.marketplace-install-body .terminal-table { color: #697274; }
.marketplace-install-body .terminal-ok { color: #8be7a0; }
.marketplace-install-caption { color: #899294; font-size: .72rem; line-height: 1.5; }
.marketplace-page-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 65px; border-top: 1px solid var(--line); padding-top: 35px; }
.marketplace-page-note p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.marketplace-page-note strong { color: var(--ink); }
.marketplace-page-note .marketplace-page-actions { flex: 0 0 auto; margin-top: 0; }

.api-page { background: var(--paper-2); }
.api-hero { position: relative; overflow: hidden; padding: 150px 0 80px; color: #fff; background: var(--ink); }
.api-hero::after { content: ""; position: absolute; width: 520px; height: 420px; right: -80px; bottom: -220px; border-radius: 50%; background: rgba(98, 217, 232, .16); filter: blur(70px); pointer-events: none; }
.api-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.api-hero-copy h1 { margin-top: 20px; font-size: clamp(3rem, 5.4vw, 5.4rem); line-height: .95; letter-spacing: -.07em; }
.api-hero-copy h1 em { color: var(--acid); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.api-hero-lead { max-width: 520px; margin-top: 22px; color: #adb4b5; font-size: 1.02rem; line-height: 1.7; }
.api-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.api-hero-panel { display: grid; gap: 14px; }
.api-hero-terminal { overflow: hidden; border: 1px solid #343c40; background: #0c0f11; box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.api-hero-terminal-body { display: grid; gap: 10px; padding: 22px; }
.api-hero-terminal-body > p:first-child span { color: #697274; font: 800 .55rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.api-hero-uri { display: flex; align-items: center; gap: 12px; min-width: 0; }
.api-hero-uri code { overflow: hidden; color: var(--acid); text-overflow: ellipsis; white-space: nowrap; font: .92rem/1.4 "SFMono-Regular", Consolas, monospace; }
.api-copy-btn { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid #3a4347; color: #b4babb; background: transparent; cursor: pointer; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.api-copy-btn svg { width: 15px; height: 15px; }
.api-copy-btn:hover, .api-copy-btn.is-copied { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.api-hero-meta { color: #7a8385; font: .72rem/1.5 "SFMono-Regular", Consolas, monospace; }
.api-hero-meta span { color: var(--ink); background: var(--acid); padding: 2px 6px; font-weight: 800; margin-right: 6px; }
.api-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #343c40; background: #12171a; }
.api-hero-stats div { display: grid; gap: 6px; min-height: 92px; align-content: center; border-right: 1px solid #343c40; padding: 18px 20px; }
.api-hero-stats div:last-child { border-right: 0; }
.api-hero-stats b { font-family: Sora, "IBM Plex Sans", sans-serif; font-size: 1.35rem; letter-spacing: -.04em; }
.api-hero-stats small { color: #899294; font-size: .72rem; }

.api-page-section { padding-top: 70px; padding-bottom: 110px; background: var(--paper-2); }
.api-jump { display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.api-jump a { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .9rem; font-weight: 800; letter-spacing: -.02em; transition: color 160ms ease; }
.api-jump a i { color: var(--framework-dark); font: 700 .68rem "SFMono-Regular", Consolas, monospace; font-style: normal; letter-spacing: .06em; }
.api-jump a:hover { color: var(--framework-dark); }

.api-block { margin-top: 80px; }
.api-split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; }
.api-split-heading.tight { grid-template-columns: 1fr; }
.api-split-heading h2 { margin-top: 16px; font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.055em; line-height: 1.02; }
.api-split-heading > p { color: var(--muted); font-size: .95rem; line-height: 1.65; max-width: 420px; justify-self: end; }

.api-example-stack { display: grid; margin-top: 36px; gap: 18px; }
.api-example-label { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.api-example-label span { color: var(--framework-dark); font: 700 .68rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.api-example-label b { font-size: .95rem; letter-spacing: -.025em; }
.api-terminal { overflow: hidden; border: 1px solid #30383c; background: #0b0e10; box-shadow: 0 24px 50px rgba(25, 30, 32, .12); }
.api-terminal pre { margin: 0; padding: 22px; color: #d1d5d4; font: .82rem/1.55 "SFMono-Regular", Consolas, monospace; white-space: pre-wrap; word-break: break-word; }
.api-terminal code { font: inherit; color: var(--acid); }

.api-endpoint-grid { display: grid; margin-top: 36px; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: #fff; }
.api-endpoint-grid li { display: grid; gap: 10px; min-height: 140px; align-content: start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px; }
.api-endpoint-grid li:nth-child(2n) { border-right: 0; }
.api-endpoint-grid li:nth-last-child(-n+2) { border-bottom: 0; }
.api-endpoint-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.api-method { display: inline-flex; min-width: 48px; justify-content: center; padding: 5px 8px; color: var(--ink); background: var(--acid); font: 800 .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.api-endpoint-row code { color: var(--ink); font: 700 .9rem/1.4 "SFMono-Regular", Consolas, monospace; }
.api-endpoint-grid p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.api-endpoint-grid p code, .api-param-list dd code { padding: 1px 5px; color: var(--ink); background: #eef1ea; font: .74rem/1.4 "SFMono-Regular", Consolas, monospace; }

.api-filters-layout { display: grid; margin-top: 80px; grid-template-columns: 1.35fr .75fr; gap: 18px; align-items: start; }
.api-param-list { margin-top: 28px; border: 1px solid var(--line); background: #fff; }
.api-param-list > div { display: grid; grid-template-columns: minmax(140px, .34fr) 1fr; gap: 20px; align-items: baseline; border-bottom: 1px solid var(--line); padding: 16px 22px; }
.api-param-list > div:last-child { border-bottom: 0; }
.api-param-list dt code { color: var(--ink); font: 700 .86rem/1.45 "SFMono-Regular", Consolas, monospace; }
.api-param-list dd { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.api-type-panel { min-height: 100%; padding: 28px 24px; color: #fff; background: var(--ink); }
.api-type-panel h3 { margin-top: 14px; font-size: 1.55rem; letter-spacing: -.04em; }
.api-type-list { margin-top: 24px; border-top: 1px solid #343c40; }
.api-type-list li { display: flex; justify-content: space-between; gap: 16px; align-items: center; min-height: 44px; border-bottom: 1px solid #343c40; padding: 0 2px; font-size: .84rem; }
.api-type-list b { font-weight: 600; letter-spacing: -.02em; }
.api-type-list span { color: var(--acid); font: 800 .68rem "SFMono-Regular", Consolas, monospace; }

.api-try-panel { display: grid; margin-top: 80px; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.api-try-copy { padding: 42px 40px; }
.api-try-copy h2 { margin-top: 16px; font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.055em; line-height: 1.02; }
.api-try-copy > p:not(.eyebrow) { max-width: 460px; margin-top: 16px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.api-try-form { margin-top: 28px; }
.api-try-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.api-try-fields label { display: grid; gap: 7px; }
.api-try-fields span { color: var(--framework-dark); font: 800 .55rem "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.api-try-fields input, .api-try-fields select { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 0; background: var(--paper-2); padding: 0 12px; color: var(--ink); font: .86rem "IBM Plex Sans", sans-serif; }
.api-try-fields input:focus, .api-try-fields select:focus { outline: 2px solid var(--acid); outline-offset: 1px; background: #fff; }
.api-try-form .button { margin-top: 18px; }
.api-try-output { display: flex; flex-direction: column; min-height: 520px; color: #fff; background: #0b0e10; }
.api-request-line { margin: 0; border-bottom: 1px solid #343c40; padding: 18px 22px; color: var(--acid); font: .76rem/1.5 "SFMono-Regular", Consolas, monospace; white-space: pre-wrap; word-break: break-word; }
.api-response { flex: 1; max-height: none; overflow: auto; margin: 0; padding: 22px; color: #d1d5d4; font: .76rem/1.55 "SFMono-Regular", Consolas, monospace; }
.api-response code { font: inherit; white-space: pre-wrap; word-break: break-word; }
.api-page-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 65px; border-top: 1px solid var(--line); padding-top: 35px; }
.api-page-note p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.api-page-note strong { color: var(--ink); }
.api-page-note .button { flex: 0 0 auto; }

.legal-page-section { padding-top: 175px; padding-bottom: 110px; background: var(--paper-2); }
.legal-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: end; }
.legal-heading h1 { margin-top: 20px; font-size: clamp(3.2rem, 5.7vw, 5.6rem); line-height: .95; letter-spacing: -.07em; }
.legal-heading h1 em { color: var(--framework-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.legal-intro { border-left: 3px solid var(--framework-dark); padding: 20px 0 20px 24px; }
.legal-intro span { color: var(--framework-dark); font: 800 .62rem "SFMono-Regular", Consolas, monospace; letter-spacing: .07em; }
.legal-intro p { margin-top: 12px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.legal-intro strong { color: var(--ink); }
.legal-switch { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.legal-switch a { display: inline-flex; min-height: 40px; align-items: center; border: 1px solid var(--line); padding: 0 14px; color: var(--muted); background: #fff; font-size: .78rem; font-weight: 800; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.legal-switch a:hover { color: var(--ink); border-color: var(--ink); }
.legal-switch a.is-active { color: var(--ink); border-color: var(--ink); background: var(--acid); }
.legal-layout { display: grid; margin-top: 70px; grid-template-columns: .72fr 1.28fr; gap: 18px; align-items: start; }
.legal-aside { position: sticky; top: 96px; display: grid; gap: 18px; align-content: start; }
.legal-side-nav { display: grid; border: 1px solid var(--line); background: #fff; }
.legal-side-nav a { display: flex; min-height: 52px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); padding: 0 18px; font-size: .88rem; font-weight: 750; letter-spacing: -.02em; transition: background 160ms ease; }
.legal-side-nav a:last-child { border-bottom: 0; }
.legal-side-nav a i { color: var(--framework-dark); font: 700 .68rem "SFMono-Regular", Consolas, monospace; font-style: normal; letter-spacing: .06em; }
.legal-side-nav a:hover { background: #f4f3ed; }
.legal-aside-card { display: grid; gap: 12px; border: 1px solid #343c40; padding: 22px; color: #fff; background: var(--ink); }
.legal-aside-card b { font-size: .78rem; letter-spacing: -.02em; }
.legal-aside-card a { width: fit-content; color: var(--acid); font-size: .82rem; font-weight: 750; }
.legal-aside-card a:hover { color: #fff; }
.legal-body { display: grid; gap: 0; border: 1px solid var(--line); background: #fff; }
.legal-body > section { border-bottom: 1px solid var(--line); padding: 32px 34px; }
.legal-body > section:last-child { border-bottom: 0; }
.legal-body h2 { display: flex; align-items: baseline; gap: 14px; font-size: 1.35rem; letter-spacing: -.035em; }
.legal-body h2 span { color: var(--framework-dark); font: 700 .68rem "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
.legal-body p, .legal-body li { margin-top: 12px; color: #3f4645; font-size: .98rem; line-height: 1.75; }
.legal-body ul { display: grid; gap: 10px; margin-top: 14px; padding-left: 18px; list-style: disc; }
.legal-body a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--framework-dark); }
.legal-body strong { color: var(--ink); }
.legal-page-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 65px; border-top: 1px solid var(--line); padding-top: 35px; }
.legal-page-note p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.legal-page-note strong { color: var(--ink); }
.legal-page-note .button { flex: 0 0 auto; }

.closing-section { position: relative; overflow: hidden; padding: 135px 0; color: #fff; background: var(--ink); }
.closing-section::after { content: ""; position: absolute; width: 600px; height: 400px; right: -100px; bottom: -320px; border-radius: 50%; background: rgba(255,128,102,.22); filter: blur(75px); }
.closing-content { position: relative; z-index: 2; }
.closing-content h2 { max-width: 1050px; }
.closing-content > p:not(.overline) { max-width: 600px; margin-top: 26px; color: #adb4b5; font-size: 1.02rem; line-height: 1.7; }
.site-footer { padding: 70px 0 28px; color: #fff; background: #0b0e10; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: clamp(35px, 5vw, 80px); }
.footer-brand p { max-width: 370px; margin-top: 20px; color: #818a8c; font-size: .82rem; line-height: 1.6; }
.footer-contact { display: inline-block; margin-top: 18px; color: var(--acid); font-size: .92rem; font-weight: 700; letter-spacing: -.01em; }
.footer-contact:hover { color: #8be7f1; }
.footer-column { display: grid; align-content: start; gap: 12px; }.footer-column h2, .footer-column h3 { margin: 0 0 10px; color: #737d7f; font-family: "IBM Plex Sans", sans-serif; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }.footer-column a { width: fit-content; color: #aab1b2; font-size: .9rem; }.footer-column a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; color: #737d7f; font-size: .78rem; }
.footer-bottom a { color: #aab1b2; }
.footer-bottom a:hover { color: var(--acid); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .hero .reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 12px; }.desktop-nav a { font-size: .88rem; }.nav-actions { gap: 10px; }.hero { min-height: 0; }.hero-rail { margin-top: 50px; }.hero-layout { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 700px; }.hero-system { width: min(760px, 100%); margin-inline: auto; grid-template-columns: 1fr 110px 1fr; }.system-flow { grid-template-columns: 1fr 110px 1fr; }.system-connector span { display: none; }.system-connector-caption { display: none; }.role-grid { grid-template-columns: 1fr 120px 1fr; }.role-card { min-height: 650px; padding: 34px; }.ecosystem-heading, .reports-intro, .partners-heading, .marketplace-page-heading, .legal-heading, .api-hero-layout, .api-split-heading, .audience-layout, .proof-heading, .why-now, .proof-grid { gap: 50px; }.marketplace-map { grid-template-columns: 1fr 45px 1.22fr 45px 1fr; }.marketplace-side-copy { padding-inline: 20px; }.pricing-layout { gap: 55px; }.proof-sample { grid-template-columns: 1fr; }.ext-card.ext-feature { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .desktop-nav, .nav-actions > a { display: none; }.nav-shell { grid-template-columns: 1fr auto; }.menu-button { display: block; }.mobile-menu { position: fixed; z-index: 90; inset: 0; display: block; overflow: auto; padding: 90px var(--pad) 28px; color: #fff; background: #0b0e10; opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease; }.site-header.menu-active ~ .mobile-menu, body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }.mobile-menu[hidden] { display: block; }.mobile-menu nav { display: grid; border-top: 1px solid var(--line-dark); }.mobile-menu nav > a:not(.button) { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); font-size: 1.12rem; font-weight: 800; }.mobile-menu nav > a span { color: var(--acid); font: .62rem "SFMono-Regular", Consolas, monospace; }.mobile-menu .button { margin-top: 16px; }.mobile-discord { color: #cbd0ff; }.mobile-discord svg { width: 22px; height: 22px; margin-right: auto; }.mobile-discord span { margin-left: 10px; }
  .hero { padding-top: 125px; }.hero-rail { flex-wrap: wrap; align-items: flex-start; gap: 22px; }.hero-scroll { margin-left: auto; }.hero-layout { grid-template-columns: 1fr; }.hero-system { width: min(750px, 100%); margin: 35px auto 0; }.system-flow { top: 8px; }.section-heading.split, .ecosystem-heading, .reports-intro, .pricing-layout, .partners-heading, .marketplace-page-heading, .legal-heading, .legal-layout, .api-hero-layout, .api-split-heading, .api-filters-layout, .audience-layout, .proof-heading, .why-now, .proof-grid, .faq-layout { grid-template-columns: 1fr; gap: 35px; }.faq-heading { position: static; }.role-grid { grid-template-columns: 1fr; gap: 0; }.role-divider { min-height: 160px; transform: none; }.role-divider::before { top: 0; bottom: 0; left: 50%; width: 0; border-top: 0; border-left: 1px dashed #aeb0a9; }.role-divider span, .role-divider b, .role-divider small { position: relative; z-index: 1; }.role-card { min-height: 590px; }.marketplace-map { width: min(620px, 100%); margin-inline: auto; grid-template-columns: 1fr; }.marketplace-side { min-height: 370px; }.marketplace-arrow { min-height: 80px; transform: rotate(90deg); }.marketplace-arrow span { display: none; }.marketplace-loop { grid-column: auto; order: 6; }.ecosystem-links { grid-template-columns: 1fr 1fr; }.ecosystem-links a:nth-child(2) { border-right: 0; }.ecosystem-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }.partner-cards { max-width: 700px; grid-template-columns: 1fr; }.partner-card { min-height: 590px; border-right: 0; border-bottom: 1px solid var(--line); }.partner-card:last-child { border-bottom: 0; }.partner-featured { transform: none; }.partner-terms { max-width: 700px; grid-template-columns: 1fr; }.partner-terms > div { border-right: 0; border-bottom: 1px solid var(--line); }.partner-terms > div:last-child { border-bottom: 0; }.marketplace-type-strip { grid-template-columns: 1fr 1fr; }.marketplace-type-strip article:nth-child(2) { border-right: 0; }.marketplace-type-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.marketplace-extension-grid { grid-template-columns: 1fr; }.marketplace-install { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .api-split-heading > p { justify-self: start; }.api-endpoint-grid { grid-template-columns: 1fr; }.api-endpoint-grid li { border-right: 0; }.api-endpoint-grid li:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }.api-endpoint-grid li:last-child { border-bottom: 0; }.api-try-panel { grid-template-columns: 1fr; }.api-try-fields { grid-template-columns: 1fr 1fr; }
  .api-param-list > div { grid-template-columns: 1fr; gap: 6px; }
  .report-steps { grid-template-columns: 1fr 1fr; }.report-steps article:nth-child(2) { border-right: 0; }.report-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.pricing-cards { max-width: 700px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .ecosystem-links { grid-template-columns: repeat(3, 1fr); }.ecosystem-links a:nth-child(2) { border-right: 1px solid var(--line-dark); }.ecosystem-links a:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 600px) {
  :root { --pad: 17px; }.nav-shell { min-height: 66px; }.brand-mark { width: 32px; height: 32px; }.hero { min-height: 0; padding-top: 108px; }.hero-rail { flex-direction: column; align-items: stretch; gap: 24px; }.hero-signal { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; }.hero-signal li { padding: 0; }.hero-signal li + li::before { display: none; }.hero-scroll { align-self: center; margin-left: 0; }.hero h1 { font-size: clamp(2.65rem, 11.5vw, 3.1rem); }.hero-lead { font-size: 1.08rem; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-system { grid-template-columns: 1fr; margin-top: 48px; }.system-flow { top: 8px; left: 0; right: auto; display: flex; gap: 14px; grid-template-columns: none; }.system-flow li:nth-child(2), .system-flow li:nth-child(3) { justify-content: flex-start; }.system-card.framework-system, .system-card.report-system { transform: none; }.system-connector { min-height: 160px; grid-template-columns: 1fr; align-content: center; transform: none; }.system-connector::before { top: 0; bottom: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(var(--framework), var(--report)); }.system-connector span { display: block; grid-column: auto; }.system-connector small { align-self: center; }.system-connector-caption { display: block; }.system-push-track { inset: 12px 50% auto auto; width: 1px; height: calc(100% - 24px); top: 12px; left: 50%; right: auto; }.system-push-track b { left: 50%; top: 0; transform: translate(-50%, -50%); }.hero-system.is-pushing .system-push-track b:nth-child(1),
  .hero-system.is-pushing .system-push-track b:nth-child(2) { animation-name: push-packet-vertical; }.hero-system.is-pushing .terminal-finding { animation: none; opacity: .55; }.section { padding: 90px 0; }.section-heading h2, .ecosystem-heading h2, .reports-intro h2, .pricing-copy h2, .partners-heading h1, .partners-heading h2, .marketplace-page-heading h1, .legal-heading h1, .api-hero-copy h1, .closing-content h2, .audience-copy h2, .proof-heading h2, .faq-heading h2 { font-size: 3.15rem; }.section-heading > p:last-child { font-size: .95rem; }.role-grid { margin-top: 50px; }.role-card { min-height: 0; padding: 28px 23px; }.role-card h3 { font-size: 1.8rem; }.marketplace-map { margin-top: 50px; }.marketplace-side { min-height: 415px; }.marketplace-hub { min-height: 520px; }.extension-types { margin-inline: 18px; }.marketplace-hub-title { padding-inline: 18px; }.marketplace-hub > p { padding-inline: 18px; }.marketplace-hub > a { right: 18px; left: 18px; }.marketplace-loop { gap: 8px; }.marketplace-loop i { width: 18px; }.ecosystem-links { grid-template-columns: 1fr; }.ecosystem-links a, .ecosystem-links a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line-dark); }.ecosystem-links a:last-child { border-bottom: 0; }.report-steps { grid-template-columns: 1fr; }.report-steps article, .report-steps article:nth-child(2) { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }.pricing-cards { grid-template-columns: 1fr; }.price-card { min-height: 580px; }.open-price { border-right: 0; border-bottom: 1px solid var(--line-dark); }.comparison-table span, .comparison-table b, .comparison-table i { padding: 0 8px; font-size: .78rem; }.comparison-table > div { grid-template-columns: 1.25fr .65fr .65fr; }.proof-sample-copy { padding: 26px 22px; }.proof-trust { padding: 24px 22px; }.faq-list summary { min-height: 78px; font-size: .98rem; }.faq-list details > p { padding-right: 42px; }.partner-banner-content, .partner-page-note, .marketplace-page-note, .api-page-note, .legal-page-note { align-items: flex-start; flex-direction: column; }.partners-page-section, .marketplace-page-section, .legal-page-section { padding-top: 125px; }.api-hero { padding-top: 125px; padding-bottom: 60px; }.partner-cards { margin-top: 50px; }.partner-card { min-height: 530px; padding: 28px 23px; }.partner-positioning, .marketplace-page-intro { padding-left: 18px; }.marketplace-type-strip { grid-template-columns: 1fr; }.marketplace-type-strip article { border-right: 0; border-bottom: 1px solid var(--line); }.marketplace-type-strip article:last-child { border-bottom: 0; }.marketplace-install-copy { padding: 28px 22px; }.marketplace-install-panel { padding: 22px; }.marketplace-more-list li { grid-template-columns: auto 1fr; gap: 14px; }.marketplace-more-list i { display: none; }.api-hero-stats { grid-template-columns: 1fr; }.api-hero-stats div { border-right: 0; border-bottom: 1px solid #343c40; }.api-hero-stats div:last-child { border-bottom: 0; }.api-try-copy { padding: 28px 22px; }.api-try-fields { grid-template-columns: 1fr; }.api-try-output { min-height: 360px; }.closing-section { padding: 100px 0; }.footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.js .reveal { opacity: 1; transform: none; }
}
