:root {
  --ink: #07090d;
  --ink-2: #0b0f16;
  --panel: #111722;
  --panel-2: #151c28;
  --ivory: #f0efe9;
  --muted: #969ca7;
  --line: rgba(240, 239, 233, .14);
  --line-soft: rgba(240, 239, 233, .075);
  --blue: #86a8ff;
  --blue-deep: #486cc9;
  --copper: #c69869;
  --mint: #8be0c0;
  --danger: #d89a9f;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Manrope", Inter, Arial, sans-serif;
  --display: "Science Gothic", "Manrope", Inter, Arial, sans-serif;
  --header-h: 104px;
  --pad: clamp(22px, 4vw, 72px);
  --max: 1600px;
  --section-max: 1456px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main section[id], .risk-disclaimer[id] { scroll-margin-top: calc(var(--header-h) + 20px); }
::selection { background: var(--blue); color: var(--ink); }
::-webkit-scrollbar { width: 20px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { border: 2px solid var(--ink); background: #30394a; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, canvas { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.skip-link { position: fixed; z-index: 1000; top: -70px; left: 16px; padding: 12px 18px; background: var(--ivory); color: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled { border-color: var(--line-soft); background: rgba(7, 9, 13, .84); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 15px; font-size: 33px; font-weight: 600; letter-spacing: .08em; }
.site-header > .brand { justify-self: start; margin-left: clamp(24px, 3vw, 56px); }
.brand-mark { width: 74px; height: 74px; display: inline-grid; place-items: center; overflow: hidden; background: transparent; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 2.25vw, 43px); }
.desktop-nav a, .text-link { color: #b7bbc4; font-size: 14px; font-weight: 600; letter-spacing: .075em; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--ivory); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 24px; margin-right: clamp(24px, 3vw, 56px); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 0; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .1em; text-align: center; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding-inline: 18px; font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .075em; }
.nav-actions .header-action { font-size: 16.8px; }
.button-light { border-color: var(--ivory); background: var(--ivory); color: var(--ink); }
.button-light:hover { background: #fff; }
.button-outline, .button-ghost { border-color: rgba(240, 239, 233, .38); background: rgba(7, 9, 13, .45); color: var(--ivory); }
.button-outline:hover, .button-ghost:hover { border-color: var(--ivory); background: rgba(240, 239, 233, .06); }
.menu-toggle { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { width: 18px; height: 1px; background: var(--ivory); transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: var(--header-h);
  background-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(7, 9, 13, .12), rgba(7, 9, 13, .4)),
    radial-gradient(circle at 72% 37%, rgba(72, 108, 201, .11), transparent 34%),
    radial-gradient(circle at 32% 72%, rgba(198, 152, 105, .04), transparent 28%),
    url("assets/hero-global-finance-bg.webp");
  background-position: center;
  background-size: cover;
}
.signal-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .38; pointer-events: none; }
.hero-noise { position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: radial-gradient(circle at 13% 17%, rgba(255,255,255,.2) 0 .4px, transparent .6px), radial-gradient(circle at 71% 63%, rgba(255,255,255,.15) 0 .35px, transparent .55px); background-size: 5px 5px, 7px 7px; mix-blend-mode: soft-light; }
.hero-shell { position: relative; z-index: 2; width: min(100%, var(--max)); min-height: calc(100svh - var(--header-h) - 48px); display: grid; justify-items: center; align-content: center; gap: clamp(20px, 2.4vh, 34px); margin: 0 auto; padding: clamp(45px, 5vh, 72px) var(--pad) 50px; }
.preview-notice { width: min(100%, 1066px); display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(134, 168, 255, .28); border-bottom: 1px solid var(--line-soft); color: #aeb4bf; font-family: var(--mono); font-size: 12px; letter-spacing: .11em; }
.preview-notice strong { color: var(--blue); font-weight: 500; }

.hero-stage { position: relative; width: min(100%, 1066px); height: 404px; justify-self: center; overflow: hidden; border: 1px solid rgba(134, 168, 255, .15); background: linear-gradient(150deg, rgba(17, 23, 34, .66), rgba(7, 9, 13, .38)); perspective: 1100px; box-shadow: inset 0 0 80px rgba(72, 108, 201, .05), 0 40px 120px rgba(0, 0, 0, .32); }
.hero-stage::after { content: ""; position: absolute; left: 50%; top: 44%; width: 43%; aspect-ratio: 1; border-radius: 50%; background: var(--blue); opacity: .08; filter: blur(100px); transform: translate(-50%, -50%); pointer-events: none; }
/* impeccable-disable-next-line codex-grid-background -- This is the market-observatory measurement surface, not a decorative page background. */
.stage-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 50px 50px; mask-image: radial-gradient(circle, #000 15%, transparent 74%); }
.stage-label { position: absolute; z-index: 12; top: 16px; right: 22px; left: 22px; display: flex; justify-content: space-between; gap: 16px; color: #8d95a2; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.stage-label b { color: #aebeea; font-weight: 500; }
.capital-orbit { position: absolute; z-index: 1; left: 50%; top: 47%; border: 1px solid rgba(134, 168, 255, .16); border-radius: 50%; transform: translate(-50%, -50%) rotateX(66deg); }
.orbit-wide { width: 700px; height: 700px; }
.orbit-tight { width: 470px; height: 470px; border-color: rgba(198, 152, 105, .15); }
.market-card { position: absolute; z-index: 5; top: 78px; width: 28%; min-height: 220px; padding: 18px; border: 1px solid rgba(240, 239, 233, .17); background: rgba(10, 14, 21, .82); backdrop-filter: blur(14px); transform-style: preserve-3d; box-shadow: 0 20px 60px rgba(0, 0, 0, .28); transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.market-card:hover { border-color: rgba(134, 168, 255, .48); box-shadow: 0 24px 70px rgba(0, 0, 0, .38), 0 0 35px rgba(72, 108, 201, .1); }
.global-module { left: 5%; transform: rotateY(7deg); }
.trading-module { right: 5%; transform: rotateY(-7deg); }
.card-head, .capital-flow, .trade-signal { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #89919e; font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: .07em; }
.card-head b { color: var(--blue); font-weight: 500; }
.trading-quote { margin: 24px 0 12px; }
.trading-quote strong { display: block; font-family: var(--mono); font-size: clamp(18px, 1.7vw, 25px); font-weight: 400; letter-spacing: -.03em; }
.trading-quote span { color: #89919e; font-family: var(--mono); font-size: 10px; }
.trading-module canvas { width: 100%; height: 70px; }
.trade-signal { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.trade-signal i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px rgba(134, 168, 255, .6); }
.trade-signal b { margin-left: auto; color: #c1c6cf; font-weight: 400; }
.finance-globe { position: relative; width: 124px; height: 124px; margin: 23px auto 19px; border: 1px solid rgba(134, 168, 255, .42); border-radius: 50%; box-shadow: inset 0 0 30px rgba(72, 108, 201, .1); }
.globe-latitude, .globe-longitude { position: absolute; border: 1px solid rgba(134, 168, 255, .21); border-radius: 50%; }
.latitude-one { inset: 23% -1px; }
.latitude-two { inset: 39% -1px; }
.longitude-one { inset: -1px 26%; }
.longitude-two { inset: -1px 40%; }
.city { position: absolute; z-index: 3; color: #b0b7c2; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }
.city::before { content: ""; width: 5px; height: 5px; display: inline-block; margin-right: 4px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 8px var(--copper); }
.city-london { left: -18px; top: 28px; }.city-newyork { left: -28px; bottom: 25px; }.city-lagos { right: -19px; top: 55px; }.city-tokyo { right: -24px; bottom: 18px; }
.capital-flow { padding-top: 12px; border-top: 1px solid var(--line-soft); font-size: 9px; }
.capital-flow b { color: #c0c5ce; font-weight: 400; }
.ai-core { position: absolute; z-index: 9; left: 50%; top: 45%; width: 31%; aspect-ratio: 1; display: grid; place-items: center; outline: none; cursor: crosshair; transform: translate(-50%, -50%); transform-style: preserve-3d; transition: transform .42s var(--ease), filter .35s ease; }
.core-disc { position: relative; z-index: 3; width: 58%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(134, 168, 255, .58); border-radius: 50%; background: radial-gradient(circle at 38% 31%, #273550, #0f1623 46%, #080b11 68%); box-shadow: inset 0 0 30px rgba(134, 168, 255, .13), 0 0 70px rgba(72, 108, 201, .13); }
.core-disc::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(198, 152, 105, .32); border-radius: 50%; }
.core-kicker, .core-status { position: relative; z-index: 2; color: #9da5b2; font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .1em; text-align: center; }
.core-disc strong { position: relative; z-index: 2; margin: 8px 0; font-family: var(--mono); font-size: clamp(18px, 2vw, 28px); font-weight: 400; letter-spacing: .14em; }
.core-status i { width: 5px; height: 5px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.core-orbit { position: absolute; border: 1px solid rgba(134, 168, 255, .24); border-radius: 50%; }
.orbit-a { inset: 6%; transform: rotateX(68deg) rotateZ(15deg); }
.orbit-b { inset: 19%; border-color: rgba(198, 152, 105, .22); transform: rotateY(68deg) rotateZ(-20deg); }
.neural-node { position: absolute; z-index: 4; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; background: var(--ink); box-shadow: 0 0 10px rgba(134, 168, 255, .65); }
.node-one { left: 15%; top: 24%; }.node-two { right: 13%; top: 42%; }.node-three { left: 28%; bottom: 13%; }
.intelligence-flow { position: absolute; z-index: 8; top: 45%; width: 15%; height: 1px; background: linear-gradient(90deg, transparent, rgba(134,168,255,.55), transparent); }
.flow-left { left: 29%; }.flow-right { right: 29%; }
.intelligence-flow i { position: absolute; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--ivory); box-shadow: 0 0 9px var(--blue); animation: data-packet 5.5s ease-in-out infinite; }
.intelligence-flow i:nth-child(2) { animation-delay: -1.8s; }.intelligence-flow i:nth-child(3) { animation-delay: -3.6s; }
.intelligence-rail { position: absolute; z-index: 10; right: 4.5%; bottom: 16px; left: 4.5%; min-height: 42px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line-soft); background: rgba(7, 9, 13, .72); color: #979eaa; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; backdrop-filter: blur(10px); }
.intelligence-rail span { white-space: nowrap; }.intelligence-rail span i { margin-right: 6px; color: var(--blue); font-style: normal; }.intelligence-rail > b { height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }
.hero-mobile-summary { display: none; width: 100%; border: 1px solid var(--line); background: rgba(9, 13, 20, .88); }
.hero-copy { width: min(100%, 830px); text-align: center; }
.hero h1 { margin: 2px auto 26px; font-family: var(--display); font-size: 54px; font-weight: 400; font-stretch: 100%; line-height: 1.4; letter-spacing: .015em; text-align: center; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-lead { max-width: 720px; margin: 0 auto; color: #b0b5be; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.hero-actions .button { width: 270px; min-height: 54px; }
.hero-proof { width: min(100%, 720px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: clamp(34px, 4vh, 48px) auto 0; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof div { min-height: 54px; display: flex; align-items: flex-start; justify-content: center; gap: 12px; padding: 0 20px; border-right: 1px solid var(--line-soft); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-family: var(--mono); font-size: 16px; font-weight: 500; }
.hero-proof span { color: #858d99; font-family: var(--mono); font-size: 12px; line-height: 1.55; letter-spacing: .08em; text-align: left; }
.hero-truth-line { position: relative; z-index: 3; min-height: 48px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; padding: 10px var(--pad); border-top: 1px solid var(--line-soft); background: rgba(7, 9, 13, .82); color: #89919d; font-family: var(--mono); font-size: 12px; letter-spacing: .09em; }
.hero-truth-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--copper); }

.body-section { position: relative; overflow: hidden; padding: clamp(105px, 10vw, 168px) var(--pad); border-top: 1px solid var(--line-soft); isolation: isolate; }
.body-section::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .42; pointer-events: none; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent); }
.section-shell { width: min(100%, var(--section-max)); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: 155px minmax(0, 1.15fr) minmax(300px, .7fr); gap: clamp(30px, 5vw, 82px); align-items: start; margin-bottom: clamp(62px, 7vw, 100px); }
.section-meta { margin: 8px 0 0; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 500; line-height: 1.55; letter-spacing: .14em; }
.section-title { margin: 0; max-width: 860px; font-size: clamp(42px, 5.6vw, 80px); font-weight: 500; line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.section-intro { max-width: 600px; margin: 5px 0 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.78; }
.panel-topline { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 22px; border-bottom: 1px solid var(--line); color: #89919d; font-family: var(--mono); font-size: 12px; line-height: 1.5; letter-spacing: .08em; }
.panel-topline b { color: var(--blue); font-weight: 500; }

.system-section { background: radial-gradient(circle at 84% 18%, rgba(134,168,255,.1), transparent 35%), radial-gradient(circle at 12% 82%, rgba(139,224,192,.04), transparent 32%), linear-gradient(145deg, #08101a, var(--ink) 72%); }
.system-section::after { background-image: linear-gradient(rgba(134,168,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(134,168,255,.045) 1px, transparent 1px); background-size: 54px 54px; }
.system-layout { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr); gap: clamp(52px, 7vw, 116px); align-items: stretch; }
.system-tabs { border-top: 1px solid var(--line); }
.system-tab { width: calc(100% - 16px); min-height: 108px; display: grid; grid-template-columns: 44px 1fr; gap: 6px 16px; padding: 20px 14px 20px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transform: translateX(0); transition: transform .25s var(--ease), background .25s ease; }
.system-tab:hover, .system-tab.is-active { background: rgba(134, 168, 255, .055); transform: translateX(16px); }
.system-tab > span { grid-row: 1 / 3; color: #727b88; font-family: var(--mono); font-size: 12px; }
.system-tab b { color: #d5d8dd; font-size: 17px; font-weight: 500; }
.system-tab small { color: #838c99; font-size: 15px; line-height: 1.6; }
.system-tab.is-active > span, .system-tab.is-active b { color: var(--blue); }
.pipeline-panel { min-height: 520px; display: flex; flex-direction: column; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18, 25, 36, .96), rgba(7, 10, 15, .98)); box-shadow: 0 35px 110px rgba(0, 0, 0, .3); }
.pipeline-view { flex: 1; display: grid; grid-template-columns: 84px 1fr auto; gap: 26px; align-items: center; padding: clamp(34px, 5vw, 70px); }
.pipeline-view[hidden] { display: none; }
.pipeline-index { color: rgba(134, 168, 255, .3); font-family: var(--mono); font-size: clamp(48px, 6vw, 82px); font-weight: 400; }
.pipeline-view p { margin-bottom: 12px; color: var(--blue); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; }
.pipeline-view h3 { max-width: 550px; margin: 0 0 22px; font-size: clamp(28px, 3vw, 46px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.pipeline-view div > span { display: block; max-width: 620px; color: #9199a5; font-size: 15px; line-height: 1.75; }
.pipeline-view > small { align-self: start; color: var(--mint); font-family: var(--mono); font-size: 12px; letter-spacing: .1em; }
.pipeline-foot { min-height: 58px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; padding: 0 22px; border-top: 1px solid var(--line); color: #707987; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }
.pipeline-foot i { height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }

.models-section { background: radial-gradient(circle at 78% 16%, rgba(128,103,196,.12), transparent 34%), radial-gradient(circle at 14% 78%, rgba(198,152,105,.05), transparent 30%), linear-gradient(145deg, #0d0a14, var(--ink) 72%); }
.models-section::after { background-image: repeating-linear-gradient(118deg, transparent 0 62px, rgba(160,135,218,.05) 63px 64px); }
.model-grid { width: 85%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-inline: auto; padding: 1px; background: var(--line); }
.model-card { --model-accent: var(--blue); min-width: 0; display: flex; flex-direction: column; padding: clamp(24px, 2.55vw, 37px); background: linear-gradient(155deg, rgba(17,23,34,.82), rgba(7,9,13,.96)); }
.model-card:nth-child(2) { --model-accent: var(--copper); }
.model-card:nth-child(3) { --model-accent: var(--mint); }
.model-card:nth-child(4) { --model-accent: #a087da; }
.model-card:nth-child(5) { --model-accent: #5fd5ef; }
.model-card:nth-child(6) { --model-accent: #d6ae5d; }
.model-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; color: #7d8693; font-family: var(--mono); font-size: 12px; letter-spacing: .09em; }
.model-head b { color: var(--model-accent); font-weight: 500; }
.model-title-row { min-width: 0; display: flex; align-items: center; gap: 16px; margin: 36px 0 18px; }
.model-icon { width: 42px; height: 42px; flex: 0 0 42px; fill: none; stroke: var(--model-accent); stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.model-card h3 { min-width: 0; margin: 0; font-size: clamp(28px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.03em; }
.model-card > p { flex: 1; min-height: 0; color: #929aa6; font-size: 15px; line-height: 1.7; }
.model-card dl { margin: 26px 0 0; }
.model-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 12px; line-height: 1.5; }
.model-card dt { color: #707987; }.model-card dd { margin: 0; color: #bdc2ca; text-align: right; }
.model-card details { margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-card summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #c2c7cf; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; cursor: pointer; list-style: none; }
.model-card summary::-webkit-details-marker { display: none; }
.model-card summary span, .faq-list summary span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid var(--line); }
.model-card summary span::before, .model-card summary span::after, .faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 11px; right: 6px; left: 6px; height: 1px; background: #929aa6; }
.model-card summary span::after, .faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.model-card details[open] summary span::after, .faq-list details[open] summary span::after { transform: rotate(0); }
.model-card details > p { margin: 0; padding: 0 0 19px; color: #8e96a2; font-size: 15px; line-height: 1.72; }

.execution-chain-section { background: radial-gradient(circle at 18% 24%, rgba(134,168,255,.09), transparent 34%), radial-gradient(circle at 82% 76%, rgba(139,224,192,.055), transparent 30%), linear-gradient(145deg, #08101a, #07090d 72%); }
.execution-chain-section::after { background-image: linear-gradient(rgba(134,168,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(134,168,255,.035) 1px, transparent 1px); background-size: 46px 46px; }
.execution-console { overflow: hidden; border: 1px solid rgba(134,168,255,.22); background: linear-gradient(150deg, rgba(15,22,34,.96), rgba(7,10,15,.98)); box-shadow: 0 38px 100px rgba(0,0,0,.34); }
.execution-console-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px, 2.5vw, 38px); border-bottom: 1px solid var(--line); color: #8d96a3; font-family: var(--mono); font-size: 12px; letter-spacing: .11em; }
.execution-console-status { display: inline-flex; align-items: center; gap: 12px; color: var(--mint); }
.execution-console-status i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 15px rgba(139,224,192,.75); }
.execution-chain-scroll { overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: #334156 #0a0e15; }
.execution-chain-scroll::-webkit-scrollbar { height: 10px; }
.execution-chain-scroll::-webkit-scrollbar-track { background: #0a0e15; }
.execution-chain-scroll::-webkit-scrollbar-thumb { border: 2px solid #0a0e15; background: #334156; }
.execution-chain { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); min-width: 1120px; margin: 0; padding: 0; list-style: none; }
.execution-chain::before { content: ""; position: absolute; z-index: 0; top: 70px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg, rgba(134,168,255,.24), var(--blue), #a087da, var(--copper), var(--mint), rgba(139,224,192,.24)); }
.execution-stage { --stage-accent: var(--blue); position: relative; z-index: 1; min-width: 0; min-height: 336px; display: flex; flex-direction: column; align-items: center; padding: 42px clamp(20px, 2vw, 31px) 32px; border-right: 1px solid var(--line-soft); text-align: center; transition: background .3s ease; }
.execution-stage:nth-child(2) { --stage-accent: #a087da; }
.execution-stage:nth-child(3) { --stage-accent: var(--copper); }
.execution-stage:nth-child(4) { --stage-accent: #5fd5ef; }
.execution-stage:nth-child(5) { --stage-accent: var(--mint); }
.execution-stage:last-child { border-right: 0; }
.execution-stage:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 65px; right: -5px; width: 9px; height: 9px; border-top: 1px solid var(--stage-accent); border-right: 1px solid var(--stage-accent); transform: rotate(45deg); }
.execution-stage:hover { background: rgba(134,168,255,.045); }
.execution-stage-icon { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; flex: 0 0 56px; place-items: center; border: 1px solid var(--line); background: #0b111b; color: var(--stage-accent); box-shadow: 0 18px 38px rgba(0,0,0,.22); transition: transform .35s var(--ease), border-color .25s ease, box-shadow .35s var(--ease); }
.execution-stage:hover .execution-stage-icon { border-color: var(--stage-accent); box-shadow: 0 22px 46px rgba(0,0,0,.34); transform: translateY(-5px); }
.execution-stage-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: square; stroke-linejoin: miter; }
.execution-stage-index { margin-top: 24px; color: var(--stage-accent); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }
.execution-stage h3 { margin: 13px 0 12px; font-size: clamp(18px, 1.35vw, 22px); font-weight: 500; line-height: 1.25; letter-spacing: -.02em; }
.execution-stage p { max-width: 28ch; margin: 0; color: #929aa6; font-size: 15px; line-height: 1.65; }
.execution-stage-state { margin-top: auto; padding-top: 24px; color: #aab2be; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; }
.execution-console-legend { min-height: 56px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 14px; padding: 0 clamp(20px, 2.5vw, 38px); border-top: 1px solid var(--line); color: #68717f; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.execution-console-legend i { height: 1px; background: linear-gradient(90deg, rgba(134,168,255,.72), rgba(139,224,192,.16)); }

.instruments-section { background: radial-gradient(circle at 50% 12%, rgba(95,213,239,.075), transparent 28%), radial-gradient(circle at 12% 88%, rgba(134,168,255,.055), transparent 30%), linear-gradient(145deg, #071018, var(--ink) 74%); }
.instruments-section::after { background-image: repeating-linear-gradient(128deg, transparent 0 19px, rgba(134,168,255,.045) 20px 21px); }
.instruments-heading { width: min(100%, 880px); margin: 0 auto clamp(58px, 7vw, 96px); text-align: center; }
.instruments-heading h2 { margin: 0 auto; color: var(--ivory); }
.instruments-heading > p:last-child { max-width: 780px; margin: 28px auto 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.78; }
.instrument-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; padding: 1px; background: var(--line); }
.instrument-card { --instrument-accent: var(--blue); position: relative; min-width: 0; min-height: 358px; display: grid; justify-items: center; align-content: start; padding: 44px 24px 36px; overflow: hidden; background: linear-gradient(160deg, rgba(17,23,34,.93), rgba(7,10,15,.98)); text-align: center; }
.instrument-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: var(--instrument-accent); }
.instrument-icon { position: relative; z-index: 1; width: 58px; height: 58px; margin: 0 0 36px; fill: none; stroke: var(--instrument-accent); stroke-width: 2; stroke-linecap: square; stroke-linejoin: miter; }
.instrument-card h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: clamp(20px, 1.7vw, 25px); font-weight: 600; letter-spacing: -.025em; text-transform: uppercase; }
.instrument-card > span { position: relative; z-index: 1; min-height: 38px; color: var(--instrument-accent); font-family: var(--mono); font-size: 11px; line-height: 1.55; letter-spacing: .08em; }
.instrument-card > p { position: relative; z-index: 1; max-width: 240px; margin: 18px 0 0; color: #929aa6; font-size: 14px; line-height: 1.72; }
.instrument-cfds { --instrument-accent: #5fd5ef; }
.instrument-commodities { --instrument-accent: var(--copper); }
.instrument-forex { --instrument-accent: var(--blue); }
.instrument-crypto { --instrument-accent: var(--mint); }
.instrument-indices { --instrument-accent: #d6ae5d; }

.evidence-section { background: radial-gradient(circle at 84% 18%, rgba(73,155,174,.1), transparent 35%), radial-gradient(circle at 12% 82%, rgba(134,168,255,.06), transparent 32%), linear-gradient(145deg, #071319, var(--ink) 72%); }
.evidence-section::after { background-image: radial-gradient(circle, rgba(139,224,192,.12) 0 1px, transparent 1.3px); background-size: 34px 34px; }
.evidence-grid { display: grid; grid-template-columns: minmax(380px, .78fr) minmax(560px, 1.22fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.risk-console, .performance-console { min-width: 0; background: linear-gradient(145deg, rgba(17,23,34,.96), rgba(7,10,15,.99)); }
.risk-controls { padding: 18px 24px 0; }
.risk-profile { width: 100%; min-height: 70px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 14px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line-soft); background: transparent; text-align: left; cursor: pointer; }
.risk-profile span { color: #6f7885; font-family: var(--mono); font-size: 12px; }.risk-profile b { color: #c3c8d0; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; }.risk-profile small { color: #7f8895; font-size: 13px; }
.risk-profile:hover, .risk-profile.is-active { background: rgba(134,168,255,.045); }.risk-profile.is-active span, .risk-profile.is-active b { color: var(--blue); }
.radar-wrap { height: 310px; padding: 20px 28px; }.radar-wrap canvas { width: 100%; height: 100%; }
.console-note { margin: 0; padding: 18px 24px 24px; border-top: 1px solid var(--line-soft); color: #7f8895; font-size: 14px; line-height: 1.65; }
/* Added for the dual build. .chart-summary comes from the light build, so this
   stylesheet had no rule for it and it fell back to browser defaults: 16px,
   full-strength body colour and no horizontal padding, so it ran into the panel
   edges. Type and colour match .console-note above; 24px keeps the console's
   horizontal rhythm, which .console-note holds at every width. */
.chart-summary { margin: 0; padding: 14px 24px 18px; color: #7f8895; font-size: 14px; line-height: 1.65; }
/* The metric row under the equity chart already contributes 22px of its own top
   margin, so a bottom pad here would double the gap before its border. */
.performance-console .chart-summary { padding-bottom: 0; }
.evidence-banner { min-height: 42px; display: flex; align-items: center; padding: 0 22px; background: rgba(198,152,105,.08); color: #d7b38f; font-family: var(--mono); font-size: 12px; letter-spacing: .09em; }
.time-controls { display: flex; justify-content: flex-end; padding: 18px 22px 0; }
.time-controls button { width: 54px; height: 44px; border: 1px solid var(--line); border-right: 0; background: transparent; color: #87909d; font-family: var(--mono); font-size: 12px; cursor: pointer; }
.time-controls button:last-child { border-right: 1px solid var(--line); }.time-controls button:hover { color: var(--ivory); }.time-controls button.is-active { background: var(--ivory); color: var(--ink); }
.equity-chart { height: 300px; margin: 18px 24px 0; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 20% 25%; }.equity-chart canvas { width: 100%; height: 100%; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border-top: 1px solid var(--line); }
.metric-row div { min-height: 100px; padding: 20px; border-right: 1px solid var(--line); }.metric-row div:last-child { border-right: 0; }
.metric-row span, .metric-row strong { display: block; font-family: var(--mono); font-size: 12px; line-height: 1.5; letter-spacing: .07em; }.metric-row span { color: #737c89; }.metric-row strong { margin-top: 13px; color: #c3c8d0; font-weight: 400; }
.process-section { background: radial-gradient(circle at 82% 15%, rgba(198,152,105,.1), transparent 34%), radial-gradient(circle at 14% 82%, rgba(134,168,255,.04), transparent 30%), linear-gradient(145deg, #12100b, var(--ink) 72%); }
.process-section::after { background-image: repeating-linear-gradient(0deg, transparent 0 78px, rgba(198,152,105,.05) 79px 80px); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 360px; padding: 34px 30px; border-right: 1px solid var(--line); background: linear-gradient(150deg, rgba(17,23,34,.76), rgba(7,9,13,.9)); }.process-grid li:last-child { border-right: 0; }
.process-grid li > span { display: block; margin-bottom: 86px; color: rgba(240,239,233,.12); font-family: var(--mono); font-size: 62px; font-weight: 400; }.process-grid h3 { margin: 0 0 18px; font-size: 23px; font-weight: 500; line-height: 1.25; }.process-grid p { margin: 0; color: #858e9a; font-size: 15px; line-height: 1.72; }
.activation-checklist { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; margin-top: 44px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(139,224,192,.23); background: linear-gradient(135deg, rgba(139,224,192,.055), transparent); }.activation-checklist h3 { margin: 0; font-size: clamp(24px, 2.3vw, 34px); font-weight: 500; line-height: 1.25; }.activation-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; margin: 0; padding: 0; list-style: none; }.activation-checklist li { position: relative; padding-left: 20px; color: #a0a7b1; font-size: 15px; line-height: 1.65; }.activation-checklist li::before { content: ""; position: absolute; left: 0; top: .66em; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); }

.faq-section { background: radial-gradient(circle at 80% 16%, rgba(126,103,180,.1), transparent 34%), radial-gradient(circle at 15% 82%, rgba(134,168,255,.05), transparent 30%), linear-gradient(145deg, #0d0a13, var(--ink) 72%); }
.faq-section::after { background-image: repeating-radial-gradient(ellipse at 18% 52%, transparent 0 82px, rgba(151,125,210,.05) 83px 84px); }
.faq-groups { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); }
.faq-groups > section > h3 { margin: 0 0 26px; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .12em; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #c8cbd1; font-size: 16px; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary span { border-color: var(--blue); background: var(--blue); }.faq-list details[open] summary span::before, .faq-list details[open] summary span::after { background: var(--ink); }
.faq-list details > p { max-width: 680px; margin: -3px 45px 0 0; padding: 0 0 28px; color: #8c94a0; font-size: 15px; line-height: 1.76; }

.access-section { position: relative; overflow: hidden; padding: clamp(108px, 10vw, 170px) var(--pad); border-top: 1px solid var(--line-soft); background: radial-gradient(circle at 22% 36%, rgba(72,108,201,.18), transparent 35%), radial-gradient(circle at 82% 70%, rgba(198,152,105,.06), transparent 28%), #070a10; }
.access-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .27; pointer-events: none; }
.access-shell { position: relative; z-index: 2; width: min(100%, 1240px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, .7fr); gap: clamp(65px, 9vw, 140px); margin: 0 auto; align-items: start; }
.access-copy > h2 { max-width: 760px; margin: 28px 0 28px; font-size: clamp(42px, 5.6vw, 80px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }.access-copy > p:not(.section-meta):not(.timing-note) { max-width: 650px; color: #969eaa; font-size: 16px; line-height: 1.76; }
.access-criteria { margin-top: 38px; padding: 26px; border: 1px solid var(--line); background: rgba(17,23,34,.55); }.access-criteria h3 { margin: 0 0 20px; font-size: 17px; font-weight: 500; }.access-criteria ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 0; padding: 0; list-style: none; }.access-criteria li { position: relative; padding-left: 18px; color: #929aa6; font-size: 15px; line-height: 1.6; }.access-criteria li::before { content: ""; position: absolute; left: 0; top: .66em; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.review-path { margin-top: 36px; border-top: 1px solid var(--line); }.review-path > div { min-height: 88px; display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line-soft); }.review-path span { color: var(--blue); font-family: var(--mono); font-size: 12px; }.review-path p { margin: 0; color: #8c95a1; font-size: 15px; line-height: 1.6; }.review-path b { display: block; margin-bottom: 4px; color: #d0d3d8; font-size: 15px; font-weight: 500; }
.timing-note { margin: 20px 0 0; color: #858e9a; font-family: var(--mono); font-size: 12px; line-height: 1.6; }
.access-form { display: grid; gap: 11px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: rgba(10,14,21,.88); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.form-status { display: flex; justify-content: space-between; gap: 20px; margin: calc(clamp(28px, 4vw, 48px) * -1) calc(clamp(28px, 4vw, 48px) * -1) 8px; padding: 18px clamp(28px, 4vw, 48px); border-bottom: 1px solid var(--line); color: #828b98; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }.form-status b { color: var(--copper); font-weight: 500; }
.form-intro { margin: 8px 0 20px; color: #969eaa; font-size: 15px; line-height: 1.7; }
.access-form > label:not(.checkbox-field) { margin-top: 9px; color: #a7aeb8; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .1em; }
.access-form input[type="email"], .access-form input[type="text"], .access-form select { width: 100%; min-width: 0; height: 54px; padding: 0 16px; border: 1px solid rgba(240,239,233,.28); border-radius: 0; outline: 0; background: rgba(7,9,13,.82); color: var(--ivory); caret-color: var(--blue); font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.access-form select { color-scheme: dark; }
.access-form input::placeholder { color: #707987; opacity: 1; }.access-form input:hover, .access-form select:hover { border-color: rgba(240,239,233,.48); }.access-form input:focus, .access-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(134,168,255,.13); }.access-form [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(216,154,159,.12); }
.access-form > small { margin-bottom: 5px; color: #7f8895; font-size: 13px; line-height: 1.55; }
.checkbox-field { min-height: 54px; display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; margin: 15px 0 8px; color: #a0a7b1; font-size: 14px; line-height: 1.65; cursor: pointer; }.checkbox-field input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); }
.access-form .button { width: 100%; margin-top: 7px; }
.access-form > h3 { margin: 10px 0 0; font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -.03em; }
.access-status-list { display: grid; margin: 14px 0 6px; border: 1px solid var(--line); }
.access-status-list > div { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 16px; border-bottom: 1px solid var(--line-soft); }
.access-status-list > div:last-child { border-bottom: 0; }
.access-status-list span, .access-status-list strong { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; }
.access-status-list span { color: #8f97a3; }
.access-status-list strong { color: var(--blue); font-weight: 500; text-align: right; }
.form-error, .form-message { min-height: 0; margin: 6px 0 0; font-size: 14px; line-height: 1.6; }.form-error:empty, .form-message:empty { display: none; }.form-error { color: var(--danger); }.form-message { color: var(--copper); }.form-message.is-notice { color: var(--copper); }
.privacy-note { margin: 3px 0 0; color: #7c8592; font-size: 13px; line-height: 1.65; }.privacy-note a { color: #b7c8f7; text-decoration: underline; text-underline-offset: 4px; }

.risk-disclaimer { padding: clamp(62px, 7vw, 92px) var(--pad); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080e16; }
.risk-disclaimer-inner { width: min(100%, 1120px); display: grid; grid-template-columns: 44px 1fr; gap: 30px; margin: 0 auto; }
.risk-symbol { width: 36px; height: 32px; margin-top: 2px; overflow: visible; fill: none; stroke: #5fd5ef; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.risk-disclaimer h2 { margin: 0 0 18px; color: #5fd5ef; font-family: var(--mono); font-size: 16px; font-weight: 500; letter-spacing: .14em; }
.risk-disclaimer p { max-width: 980px; margin: 0 0 18px; color: #858e9a; font-size: 15px; line-height: 1.82; }.risk-disclaimer strong { color: #b8bec7; font-weight: 600; }.risk-disclaimer a { display: inline-block; margin-top: 8px; color: #b7c8f7; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 5px; }

.site-footer { padding: clamp(58px, 6vw, 88px) var(--pad) 28px; background: #080e16; }
.footer-grid { width: min(100%, var(--section-max)); display: grid; grid-template-columns: 1.3fr repeat(3, .75fr); gap: clamp(36px, 6vw, 90px); margin: 0 auto; }
.footer-brand { font-size: 24px; }.footer-brand .brand-mark { width: 54px; height: 54px; }.footer-intro > p { max-width: 320px; margin: 23px 0 0; color: #7f8895; font-size: 14px; line-height: 1.72; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }.footer-column h2 { margin: 4px 0 10px; color: #7f8996; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .13em; }.footer-column a { color: #9ba2ad; font-size: 14px; transition: color .2s ease; }.footer-column a:hover { color: var(--ivory); }
.footer-confidence { width: min(100%, var(--section-max)); display: flex; justify-content: space-between; gap: 30px; margin: 58px auto 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.footer-confidence span { color: var(--copper); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }.footer-confidence p { margin: 0; color: #858e9a; font-size: 13px; }
.footer-legal { width: min(100%, var(--section-max)); display: flex; justify-content: space-between; gap: 30px; margin: 28px auto 0; color: #7f8996; font-family: var(--mono); font-size: 10px; line-height: 1.6; letter-spacing: .07em; }.footer-legal p { margin: 0; }

.legal-page { min-height: 100svh; padding: calc(var(--header-h) + 80px) var(--pad) 90px; background: radial-gradient(circle at 80% 14%, rgba(134,168,255,.08), transparent 30%), var(--ink); }
.site-header.legal-header { grid-template-columns: 1fr auto; }
.legal-shell { width: min(100%, 980px); margin: 0 auto; }.legal-status { display: inline-block; margin-bottom: 30px; color: var(--copper); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; }.legal-shell h1 { max-width: 850px; margin: 0 0 32px; font-size: clamp(46px, 6vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }.legal-shell .legal-lead { max-width: 760px; color: #9ba2ad; font-size: 18px; line-height: 1.75; }.legal-content { margin-top: 60px; border-top: 1px solid var(--line); }.legal-block { display: grid; grid-template-columns: 220px 1fr; gap: 55px; padding: 34px 0; border-bottom: 1px solid var(--line); }.legal-block h2 { margin: 0; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .1em; }.legal-block p, .legal-block li { color: #929aa6; font-size: 15px; line-height: 1.78; }.legal-block p { margin-bottom: 14px; }.legal-block ul { margin: 0; padding-left: 20px; }.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 46px; }

@keyframes data-packet { 0%, 100% { left: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { left: calc(100% - 5px); opacity: 0; } }

@media (max-width: 1260px) {
  .desktop-nav { gap: 23px; }.desktop-nav a, .text-link, .button-small { font-size: 13px; }.nav-actions { gap: 17px; }
  .nav-actions .header-action { font-size: 15.6px; }
  .section-heading { grid-template-columns: 130px 1fr minmax(280px, .65fr); gap: 34px; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }.text-link { display: none; }.menu-toggle { display: flex; }
  .site-header { grid-template-columns: 1fr auto; }.site-header > .brand { margin-left: 0; }.nav-actions { margin-right: 0; }
  .mobile-menu { position: fixed; z-index: 45; top: var(--header-h); right: 0; left: 0; display: grid; height: calc(100dvh - var(--header-h)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 18px var(--pad) 26px; border-bottom: 1px solid var(--line); background: rgba(7,9,13,.97); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: opacity .25s ease, transform .35s var(--ease), visibility .35s; }
  .mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-menu a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line-soft); color: #bdc2ca; font-size: 14px; font-weight: 600; letter-spacing: .08em; }
  .mobile-menu .header-action { font-size: 16.8px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }.section-meta { margin: 0; }.section-intro { margin-top: 6px; }
  .instrument-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.instrument-card:last-child { grid-column: 1 / -1; }
  .system-layout, .evidence-grid, .access-shell { grid-template-columns: 1fr; }
  .pipeline-panel { min-height: 440px; }.access-shell { max-width: 820px; }.access-form { max-width: 720px; }
  .model-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .execution-chain { min-width: 1180px; }.execution-stage { scroll-snap-align: start; }.execution-chain-scroll { scroll-snap-type: x proximity; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid li:nth-child(2) { border-right: 0; }.process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-h: 88px; }
  .site-header { padding-inline: 22px; }.brand { gap: 10px; font-size: 27px; }.brand-mark { width: 60px; height: 60px; }.nav-actions { gap: 12px; }.nav-actions .button { display: none; }
  .hero-shell { padding-inline: 22px; }
  .preview-notice { font-size: 12px; }
  .hero-stage, .signal-field { display: none; }
  .hero-mobile-summary { display: grid; }
  .hero-mobile-summary > div { min-height: 88px; display: grid; grid-template-columns: 38px 1fr; gap: 5px 14px; align-content: center; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); }
  .hero-mobile-summary > div:last-child { border-bottom: 0; }
  .hero-mobile-summary span { grid-row: 1 / 3; color: var(--blue); font-family: var(--mono); font-size: 12px; }
  .hero-mobile-summary b { font-size: 16px; font-weight: 500; }
  .hero-mobile-summary small { color: #87909d; font-size: 13px; }
  .hero h1 { font-size: clamp(38px, 7vw, 50px); }.hero-lead { font-size: 16px; }.hero-proof { max-width: 640px; }
  .body-section, .access-section { padding-right: 22px; padding-left: 22px; }.section-title { font-size: clamp(40px, 9vw, 64px); }
  .instrument-card { min-height: 330px; }
  .access-form input[type="email"], .access-form input[type="text"], .access-form select { font-size: 16px; }
  .pipeline-view { grid-template-columns: 64px 1fr; }.pipeline-view > small { grid-column: 2; }
  .faq-groups { grid-template-columns: 1fr; }.activation-checklist { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-intro { grid-column: 1 / -1; }.footer-confidence, .footer-legal { flex-direction: column; }
  .legal-page { padding-right: 22px; padding-left: 22px; }.legal-block { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 700px) {
  .hero-shell { align-content: start; padding-top: 32px; }
  .preview-notice { flex-direction: column; align-items: flex-start; gap: 6px; }
  .hero h1 { margin-top: 4px; font-size: clamp(34px, 9vw, 44px); line-height: 1.4; }.hero h1 span { white-space: normal; }
  .hero-actions { display: grid; width: 100%; }.hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }.hero-proof div { justify-content: flex-start; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }.hero-proof div:last-child { border-bottom: 0; }
  .hero-truth-line { justify-content: flex-start; }
  .system-tab { min-height: 102px; }.pipeline-view { grid-template-columns: 1fr; padding: 32px 24px; }.pipeline-index { font-size: 48px; }.pipeline-view > small { grid-column: 1; }.pipeline-foot { grid-template-columns: 1fr 1fr; gap: 14px; }.pipeline-foot i { display: none; }
  .metric-row { grid-template-columns: 1fr; }.metric-row div { border-right: 0; border-bottom: 1px solid var(--line); }.metric-row div:last-child { border-bottom: 0; }
  .model-grid { grid-template-columns: 1fr; }
  .execution-console-bar { min-height: 72px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }.execution-chain { min-width: 1320px; }.execution-stage { min-height: 330px; padding-right: 28px; padding-left: 28px; }.execution-console-legend { grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 16px; padding-bottom: 16px; }.execution-console-legend i { display: none; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }.process-grid li:last-child { border-bottom: 0; }.process-grid li > span { margin-bottom: 60px; }
  .activation-checklist ul, .access-criteria ul { grid-template-columns: 1fr; }
  .instrument-grid { grid-template-columns: 1fr; }.instrument-card, .instrument-card:last-child { grid-column: auto; min-height: 300px; padding: 38px 24px 32px; }.instrument-icon { margin-bottom: 28px; }
  .risk-disclaimer-inner { grid-template-columns: 1fr; }.risk-symbol { margin-bottom: 8px; }
}

@media (max-width: 500px) {
  .brand-name { display: none; }.brand-mark { width: 58px; height: 58px; }
  .section-title { font-size: clamp(38px, 11vw, 52px); }.section-intro, .pipeline-view div > span, .model-card > p, .faq-list details > p { font-size: 15px; }
  .model-card, .access-form { padding: 26px 22px; }.form-status { margin: -26px -22px 8px; padding: 18px 22px; flex-direction: column; gap: 5px; }
  .evidence-grid { border-right: 0; border-left: 0; }.risk-controls { padding-inline: 16px; }.radar-wrap { height: 270px; padding-inline: 12px; }.equity-chart { height: 250px; margin-inline: 12px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-intro { grid-column: auto; }
  .legal-shell h1 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intelligence-flow i { animation: none; }
  .site-header, .button, .menu-toggle span, .market-card, .ai-core, .system-tab, .model-card summary span::after, .faq-list summary span::after, .mobile-menu, .execution-stage, .execution-stage-icon { transition: none; }
  .button:hover { transform: none; }
  .signal-field, .access-field { display: none; }
}
