:root {
  --bg: #09090b;
  --bg-soft: #101013;
  --panel: #141417;
  --panel-2: #1a1a1f;
  --paper: #f4f1eb;
  --muted: #9c9ba2;
  --muted-dark: #6d6c74;
  --red: #ff3b30;
  --red-bright: #ff5a50;
  --red-deep: #ab1c18;
  --amber: #f6b94b;
  --green: #73d49d;
  --line: rgba(255, 255, 255, 0.11);
  --line-soft: rgba(255, 255, 255, 0.065);
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -2; background: radial-gradient(circle at 50% -10%, rgba(255, 59, 48, 0.07), transparent 38%); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: 0.038; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.page-grid { position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: 0.18; background-size: 72px 72px; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); mask-image: linear-gradient(to bottom, black 0%, transparent 45%); }
.section-shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 10; top: 0; left: 50%; width: min(1260px, calc(100% - 56px)); height: 72px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); border: 1px solid transparent; border-radius: 18px; transition: background 260ms var(--ease-out), border-color 260ms var(--ease-out), box-shadow 260ms var(--ease-out), top 260ms var(--ease-out); }
.site-header.is-scrolled { top: 12px; background: rgba(17, 17, 20, 0.8); border-color: var(--line); box-shadow: 0 16px 40px rgba(0,0,0,.28); backdrop-filter: blur(18px) saturate(130%); }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -0.05em; font-weight: 800; font-size: 19px; }
.brand-name span { color: var(--red); }
.brand-mark { position: relative; display: inline-flex; width: 22px; height: 23px; align-items: flex-end; gap: 3px; }
.brand-mark span { display: block; width: 5px; border-radius: 5px 5px 2px 2px; background: var(--red); transform: skewX(-20deg); box-shadow: 0 0 18px rgba(255, 59, 48, .34); }
.brand-mark span:nth-child(1) { height: 12px; opacity: .46; }
.brand-mark span:nth-child(2) { height: 18px; opacity: .75; }
.brand-mark span:nth-child(3) { height: 23px; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: 80px; color: #a9a8ae; font-size: 13px; font-weight: 600; }
.main-nav a, .header-link, .footer-links a { transition: color 160ms ease-out; }
.main-nav a:hover, .header-link:hover, .footer-links a:hover { color: var(--paper); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-link { color: #a9a8ae; font-size: 12px; font-weight: 600; }
.header-link span { color: var(--red); margin-left: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: -0.01em; transition: transform 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out; }
.button:active { transform: scale(.97); }
.button-small { min-height: 36px; padding: 0 15px; font-size: 11px; }
.button-large { min-height: 56px; padding-inline: 28px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 28px rgba(255, 59, 48, .18); }
.button-primary:hover { background: var(--red-bright); box-shadow: 0 14px 34px rgba(255, 59, 48, .27); transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.19); color: #e7e4df; }
.button-outline:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.button-light { background: var(--paper); color: #161417; }
.button-light:hover { background: white; transform: translateY(-2px); }
.button-arrow { font-size: 16px; line-height: 1; font-weight: 400; }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); cursor: pointer; }
.menu-toggle span { display: block; height: 1px; width: 19px; margin: 5px auto; background: var(--paper); transition: transform 160ms ease-out, opacity 160ms ease-out; }

.hero { position: relative; min-height: 840px; padding-top: 190px; display: grid; grid-template-columns: minmax(0, .91fr) minmax(0, 1.09fr); align-items: center; gap: 46px; }
.hero::before { content: ''; position: absolute; width: 620px; height: 430px; left: -300px; top: 260px; background: radial-gradient(ellipse, rgba(255,59,48,.13), transparent 67%); filter: blur(18px); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #aaa9af; font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(255,59,48,.11), 0 0 14px rgba(255,59,48,.5); }
.hero h1 { max-width: 590px; margin: 25px 0 25px; font-size: clamp(3.4rem, 6vw, 5.35rem); font-weight: 600; letter-spacing: -.075em; line-height: .98; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 480px; margin: 0; color: #a9a8ae; font-size: 16px; line-height: 1.75; letter-spacing: -.01em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: #b4b2b6; font-size: 13px; font-weight: 700; transition: color 160ms ease-out, gap 160ms var(--ease-out); }
.text-link:hover { color: var(--paper); gap: 15px; }
.text-link span { color: var(--red); font-size: 16px; font-weight: 400; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 72px; color: #727178; font-family: var(--font-mono); font-size: 10px; letter-spacing: .04em; }
.hero-signals span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot, .signal-line { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(115,212,157,.08); }
.signal-line { width: 14px; height: 1px; border-radius: 0; background: #78777e; box-shadow: none; }
.lock-icon { color: #77767c; font-style: normal; font-size: 13px; }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 480px; height: 380px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,59,48,.22), transparent 66%); filter: blur(25px); animation: glowBreathe 5s ease-in-out infinite; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,59,48,.16); border-radius: 50%; transform: rotate(-18deg); pointer-events: none; }
.orbit-one { width: 560px; height: 235px; }
.orbit-two { width: 620px; height: 300px; border-color: rgba(255,255,255,.06); transform: rotate(34deg); }
.console-window { position: relative; z-index: 1; width: min(100%, 630px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(18,18,21,.92); box-shadow: 0 34px 80px rgba(0,0,0,.45), 0 0 0 7px rgba(255,255,255,.022), 0 0 70px rgba(255,59,48,.14); transform: perspective(1200px) rotateY(-7deg) rotateX(3deg); transition: transform 500ms var(--ease-out), box-shadow 500ms var(--ease-out); }
.console-window:hover { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-5px); box-shadow: 0 40px 90px rgba(0,0,0,.5), 0 0 0 7px rgba(255,255,255,.022), 0 0 90px rgba(255,59,48,.22); }
.console-topbar, .console-toolbar, .console-statusbar { display: flex; align-items: center; height: 36px; padding: 0 16px; border-bottom: 1px solid var(--line-soft); color: #77767d; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; }
.window-lights { display: flex; gap: 5px; width: 64px; }
.window-lights span { width: 7px; height: 7px; border-radius: 50%; background: #444349; }
.window-lights span:first-child { background: #7e2826; }
.console-title { flex: 1; text-align: center; }
.console-live { display: inline-flex; align-items: center; gap: 5px; color: #a3a1a7; text-transform: uppercase; font-size: 8px; }
.console-live i, .active-pill i { display: inline-block; width: 5px; height: 5px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(115,212,157,.08); }
.console-toolbar { justify-content: space-between; height: 31px; border-bottom-color: var(--line-soft); }
.console-path b { color: var(--red); font-weight: 500; }
.console-time { color: #4f4e54; }
.console-content { display: grid; grid-template-columns: 164px 1fr; min-height: 330px; }
.console-sidebar { padding: 22px 12px 14px; border-right: 1px solid var(--line-soft); background: rgba(255,255,255,.012); }
.side-caption, .console-kicker, .surface-head, .feature-index, .session-label, .start-kicker { color: #66656c; font-family: var(--font-mono); font-size: 8px; font-weight: 500; letter-spacing: .12em; }
.campaign-name { display: flex; align-items: center; gap: 8px; margin: 12px 6px 22px; color: #e7e4df; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; }
.mini-ring { width: 10px; height: 10px; border: 1px solid var(--red); border-radius: 50%; box-shadow: inset 0 0 0 2px #141417; }
.sidebar-item { display: flex; align-items: center; gap: 7px; padding: 10px 7px; border-radius: 7px; color: #77767d; font-family: var(--font-mono); font-size: 8px; }
.sidebar-item b { margin-left: auto; color: #a4a2a7; font-weight: 500; }
.sidebar-icon { width: 13px; color: #5c5a61; font-size: 13px; text-align: center; }
.sidebar-item.is-active { background: rgba(255,59,48,.1); color: #d6d3d0; }
.sidebar-item.is-active .sidebar-icon { color: var(--red); }
.sidebar-item.is-active b { color: var(--red-bright); }
.sidebar-spacer { height: 64px; }
.scope-chip { display: flex; align-items: center; gap: 7px; padding: 10px 8px; border: 1px solid rgba(115,212,157,.16); border-radius: 7px; background: rgba(115,212,157,.05); color: #9baba3; font-family: var(--font-mono); font-size: 8px; }
.scope-chip small { display: block; margin-bottom: 2px; color: #5f7168; font-size: 7px; letter-spacing: .1em; }
.scope-check { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: rgba(115,212,157,.16); color: var(--green); font-size: 9px; }
.console-main { padding: 25px 22px 16px; }
.console-main-header { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.console-kicker { display: block; margin-bottom: 7px; }
.console-main-header strong { display: block; color: #d5d2cf; font-size: 13px; font-weight: 600; letter-spacing: -.02em; }
.active-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid rgba(115,212,157,.18); border-radius: 999px; color: #91b9a1; font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; }
.coverage-row { display: flex; align-items: center; gap: 19px; margin: 29px 0 25px; }
.coverage-number { display: grid; grid-template-columns: auto auto; align-items: baseline; min-width: 82px; }
.coverage-number strong { color: var(--red); font-size: 36px; font-weight: 600; line-height: .9; letter-spacing: -.08em; text-shadow: 0 0 22px rgba(255,59,48,.23); }
.coverage-number span { color: var(--red); font-family: var(--font-mono); font-size: 13px; }
.coverage-number small { grid-column: 1 / -1; margin-top: 6px; color: #67666c; font-family: var(--font-mono); font-size: 8px; }
.coverage-track { flex: 1; }
.coverage-track > span { position: relative; display: block; width: 100%; height: 5px; overflow: hidden; border-radius: 5px; background: #29292d; }
.coverage-track > span::before { content: ''; position: absolute; inset: 0; width: var(--coverage); border-radius: 5px; background: linear-gradient(90deg, var(--red-deep), var(--red)); box-shadow: 0 0 15px rgba(255,59,48,.32); }
.coverage-68 { --coverage: 68%; }
.track-labels { display: flex; justify-content: space-between; margin-top: 8px; color: #5c5b61; font-family: var(--font-mono); font-size: 7px; }
.surface-list { border-top: 1px solid var(--line-soft); }
.surface-head, .surface-row { display: flex; align-items: center; justify-content: space-between; }
.surface-head { padding: 12px 0 9px; font-size: 7px; }
.surface-row { min-height: 44px; border-top: 1px solid var(--line-soft); }
.surface-name { display: flex; align-items: center; min-width: 0; gap: 7px; color: #a8a6aa; font-family: var(--font-mono); font-size: 8px; }
.surface-name b { color: #d0cdca; font-weight: 500; }
.surface-name small { overflow: hidden; color: #5c5b61; text-overflow: ellipsis; white-space: nowrap; }
.surface-dot { flex: 0 0 auto; width: 5px; height: 5px; border-radius: 50%; }
.surface-green { background: var(--green); box-shadow: 0 0 9px rgba(115,212,157,.5); }.surface-amber { background: var(--amber); box-shadow: 0 0 9px rgba(246,185,75,.5); }.surface-red { background: var(--red); box-shadow: 0 0 9px rgba(255,59,48,.5); }
.disposition { padding: 4px 7px; border-radius: 4px; font-family: var(--font-mono); font-size: 7px; }
.disposition-green { background: rgba(115,212,157,.08); color: #85b79b; }.disposition-amber { background: rgba(246,185,75,.08); color: #d2a958; }.disposition-red { background: rgba(255,59,48,.09); color: #e27b73; }
.console-event { display: flex; align-items: center; gap: 7px; margin-top: 18px; padding: 9px 10px; border: 1px solid rgba(255,59,48,.13); border-radius: 6px; background: rgba(255,59,48,.045); color: #a7a4a6; font-family: var(--font-mono); font-size: 7px; }
.console-event b { color: #dbb2ae; font-weight: 500; }.console-event time { margin-left: auto; color: #66656b; white-space: nowrap; }.event-pulse { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--red); animation: pulse 1.8s ease-in-out infinite; }
.console-statusbar { justify-content: space-between; height: 34px; border-top: 1px solid var(--line-soft); border-bottom: 0; font-size: 8px; }.console-statusbar i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); }.console-statusbar b { color: #929096; font-weight: 500; }.replay-button { margin-left: 10px; padding: 0; border: 0; background: none; color: #85838a; cursor: pointer; font-family: var(--font-mono); font-size: 8px; transition: color 160ms ease-out; }.replay-button:hover { color: var(--paper); }.replay-button span { color: var(--red); font-size: 13px; }
.visual-caption { position: absolute; bottom: -2px; right: 20px; display: flex; align-items: center; gap: 10px; color: #77757c; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.caption-rule { width: 38px; height: 1px; background: #424046; }

.proof-strip { display: grid; grid-template-columns: 1.2fr 2fr; gap: 55px; padding: 30px 0 110px; border-top: 1px solid var(--line); }
.proof-intro { color: #77757d; font-size: 12px; line-height: 1.7; }.proof-intro span { color: #aaa7a5; }
.proof-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.proof-item { display: flex; gap: 12px; }.proof-icon { color: var(--red); font-size: 19px; line-height: 1; }.proof-item b, .proof-item small { display: block; }.proof-item b { margin-bottom: 4px; color: #c4c1c0; font-size: 11px; font-weight: 600; }.proof-item small { color: #6b6971; font-size: 10px; line-height: 1.5; }

.method { padding: 80px 0 165px; }.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; }.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 26px; }.section-heading h2, .operator-copy h2, .evidence-heading h2, .brief-card h2, .start-card h2 { margin: 0; color: #eeebe6; font-size: clamp(2.75rem, 5vw, 4.55rem); font-weight: 600; letter-spacing: -.075em; line-height: .99; }.section-heading h2 span, .operator-copy h2 span, .brief-card h2 span { color: #74727a; }.section-heading p { max-width: 390px; margin: 0; color: #908e95; font-size: 15px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 68px; }.feature-card { position: relative; min-height: 350px; padding: 24px 24px 25px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(155deg, rgba(255,255,255,.042), rgba(255,255,255,.01)); transition: border-color 220ms ease-out, transform 220ms var(--ease-out), background 220ms ease-out; }.feature-card:hover { border-color: rgba(255,59,48,.35); transform: translateY(-5px); background: linear-gradient(155deg, rgba(255,59,48,.075), rgba(255,255,255,.015)); }.feature-card-dark { background: #17171b; }.feature-index { display: flex; align-items: center; gap: 9px; color: #6b6971; }.feature-index span { width: 25px; height: 1px; background: #424148; }.feature-icon { position: relative; width: 70px; height: 70px; margin: 50px 0 28px; }.icon-radar { border: 1px solid rgba(255,59,48,.62); border-radius: 50%; background: radial-gradient(circle, rgba(255,59,48,.24) 0 3px, transparent 4px), conic-gradient(from 120deg, transparent 0 72%, rgba(255,59,48,.45) 73% 75%, transparent 76% 100%); box-shadow: 0 0 28px rgba(255,59,48,.11); }.icon-radar::before, .icon-radar::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,59,48,.28); border-radius: 50%; }.icon-radar::after { inset: 25px; }.icon-radar i { position: absolute; top: 50%; left: 50%; width: 1px; height: 70px; background: rgba(255,59,48,.45); transform: translate(-50%, -50%) rotate(45deg); transform-origin: center; }.icon-radar span { position: absolute; top: 15px; right: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 13px var(--red); }.icon-branch { margin-left: 5px; }.icon-branch::before, .icon-branch::after { content: ''; position: absolute; width: 41px; height: 1px; left: 17px; background: var(--red); transform-origin: left center; }.icon-branch::before { top: 34px; transform: rotate(-33deg); }.icon-branch::after { top: 35px; transform: rotate(33deg); }.icon-branch i { position: absolute; display: block; width: 16px; height: 16px; border: 1px solid var(--red); border-radius: 50%; background: #17171b; box-shadow: 0 0 15px rgba(255,59,48,.16); }.icon-branch i:nth-child(1) { left: 0; top: 27px; background: var(--red); }.icon-branch i:nth-child(2) { right: 0; top: 6px; }.icon-branch i:nth-child(3) { right: 0; bottom: 6px; }.icon-check { display: grid; place-items: center; border: 1px solid rgba(115,212,157,.5); border-radius: 50%; box-shadow: 0 0 27px rgba(115,212,157,.1); }.icon-check::before { content: ''; position: absolute; inset: 11px; border: 1px solid rgba(115,212,157,.25); border-radius: 50%; }.icon-check span { color: var(--green); font-size: 26px; font-weight: 400; }
.feature-card h3 { margin: 0 0 10px; color: #ddd9d4; font-size: 20px; font-weight: 600; letter-spacing: -.04em; }.feature-card p { max-width: 290px; margin: 0; color: #85838b; font-size: 12px; line-height: 1.7; }.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #aaa7aa; font-size: 11px; font-weight: 700; transition: color 160ms ease-out, gap 160ms var(--ease-out); }.card-link span { color: var(--red); font-size: 15px; }.card-link:hover { gap: 13px; color: var(--paper); }

.operator { position: relative; padding: 127px 0 151px; display: grid; grid-template-columns: 1.07fr .93fr; gap: 100px; align-items: center; border-top: 1px solid var(--line); }.operator::before { content: ''; position: absolute; top: 10%; right: -25%; width: 720px; height: 560px; pointer-events: none; background: radial-gradient(ellipse, rgba(255,59,48,.09), transparent 67%); filter: blur(20px); }.operator-visual { position: relative; padding: 32px 13px 45px 35px; }.operator-visual::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; transform: rotate(-3.5deg); }.operator-visual::after { content: ''; position: absolute; inset: 10px -10px -7px 18px; border: 1px solid rgba(255,59,48,.18); border-radius: 12px; transform: rotate(2deg); }.session-card { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: #131316; box-shadow: 0 28px 70px rgba(0,0,0,.38); }.session-head { display: flex; justify-content: space-between; padding: 18px 19px; border-bottom: 1px solid var(--line-soft); }.session-label { color: #aaa7aa; }.session-label i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--red); }.session-count { color: #5f5d65; font-family: var(--font-mono); font-size: 8px; }.session-root, .session-child { display: flex; align-items: center; min-height: 61px; gap: 10px; padding: 0 20px; color: #bcb9b9; font-family: var(--font-mono); font-size: 9px; }.session-root { background: rgba(255,59,48,.06); }.tree-toggle { width: 14px; color: var(--red); font-size: 13px; }.session-agent { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 7px; color: #fff; font-size: 9px; font-weight: 500; }.agent-primary { background: var(--red); }.agent-recon { background: #564c87; }.agent-test { background: #236f6f; }.agent-valid { background: #73522e; }.session-root b, .session-child b { display: block; margin-bottom: 3px; color: #d2ceca; font-weight: 500; }.session-root small, .session-child small { display: block; color: #77757c; font-size: 8px; }.session-state { margin-left: auto; color: var(--red-bright); font-size: 8px; }.session-branch { position: relative; padding: 2px 0 8px 18px; }.branch-line { position: absolute; top: 2px; bottom: 20px; left: 31px; width: 1px; background: #39383f; }.session-child { position: relative; min-height: 57px; padding-left: 47px; }.session-child::before { content: ''; position: absolute; top: 50%; left: 31px; width: 17px; height: 1px; background: #39383f; }.tiny-status { margin-left: auto; color: #77757c; font-size: 8px; }.tiny-status.is-live { color: var(--green); }.session-note { display: flex; align-items: center; gap: 7px; margin: 0 17px 17px; padding: 11px; border-radius: 6px; background: rgba(255,255,255,.035); color: #727079; font-family: var(--font-mono); font-size: 8px; }.session-note span { color: var(--red); }.operator-badge { position: absolute; z-index: 2; right: -15px; bottom: 3px; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(27,27,30,.9); box-shadow: 0 15px 30px rgba(0,0,0,.25); backdrop-filter: blur(15px); }.operator-avatar { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #e4ded6; color: #2a292b; font-size: 11px; font-weight: 800; }.operator-badge b, .operator-badge small { display: block; }.operator-badge b { color: #c7c3c0; font-size: 10px; }.operator-badge small { color: #74727a; font-size: 8px; }.online-dot { width: 6px; height: 6px; margin-left: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(115,212,157,.08); }.operator-copy { position: relative; z-index: 1; }.operator-copy .eyebrow { margin-bottom: 26px; }.operator-copy h2 { margin-bottom: 23px; }.operator-copy > p { max-width: 400px; margin: 0; color: #908e95; font-size: 15px; line-height: 1.8; }.operator-list { margin-top: 42px; border-top: 1px solid var(--line); }.operator-list > div { display: grid; grid-template-columns: 31px 1fr; column-gap: 9px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); }.operator-list span { grid-row: 1 / span 2; color: var(--red); font-family: var(--font-mono); font-size: 9px; }.operator-list b { color: #cbc7c4; font-size: 12px; font-weight: 700; }.operator-list small { margin-top: 3px; color: #74727a; font-size: 10px; line-height: 1.5; }.text-link-light { margin-top: 30px; color: #d1ccc7; }

.evidence { padding: 140px 0 155px; border-top: 1px solid var(--line); }.evidence-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }.evidence-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 26px; }.evidence-heading h2 em { color: var(--red); }.evidence-heading p { max-width: 380px; margin: 0; color: #908e95; font-size: 15px; line-height: 1.8; }.evidence-flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 96px; }.flow-line { position: absolute; top: 32px; left: 13%; right: 13%; height: 1px; background: linear-gradient(90deg, rgba(255,59,48,.55), rgba(255,59,48,.15), rgba(115,212,157,.55)); }.flow-line span { position: absolute; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }.flow-line span:nth-child(1) { left: 0; }.flow-line span:nth-child(2) { left: 50%; background: #d26d52; }.flow-line span:nth-child(3) { right: 0; background: var(--green); }.flow-step { position: relative; z-index: 1; padding-top: 75px; }.flow-number { position: absolute; top: 0; left: 0; color: #66646c; font-family: var(--font-mono); font-size: 9px; }.flow-icon { display: grid; width: 64px; height: 64px; margin-bottom: 23px; place-items: center; border: 1px solid rgba(255,59,48,.3); border-radius: 50%; background: rgba(255,59,48,.05); color: var(--red); font-size: 26px; }.flow-step:nth-child(4) .flow-icon { border-color: rgba(115,212,157,.35); background: rgba(115,212,157,.05); color: var(--green); }.flow-step h3 { margin: 0 0 9px; color: #d9d5d0; font-size: 19px; letter-spacing: -.04em; }.flow-step p { max-width: 260px; margin: 0; color: #7e7c84; font-size: 12px; line-height: 1.7; }.evidence-metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 95px; padding-top: 25px; border-top: 1px solid var(--line); }.evidence-metric-row div { display: flex; align-items: baseline; gap: 10px; }.evidence-metric-row strong { color: var(--red); font-size: 31px; font-weight: 500; letter-spacing: -.07em; }.evidence-metric-row span { color: #77757c; font-family: var(--font-mono); font-size: 9px; }

.brief { padding: 15px 0 142px; }.brief-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; min-height: 320px; padding: 56px 58px; border-radius: 15px; background: var(--red); box-shadow: 0 28px 70px rgba(255,59,48,.14); }.brief-card .eyebrow { color: rgba(255,255,255,.72); }.brief-card .eyebrow-dot { background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.14); }.brief-card h2 { margin-top: 25px; color: #fff; font-size: clamp(2.4rem, 4vw, 3.8rem); }.brief-card h2 span { color: rgba(255,255,255,.55); }.brief-right { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }.brief-right p { max-width: 380px; margin: 0 0 29px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.7; }
.start { padding: 0 0 120px; }.start-card { position: relative; overflow: hidden; min-height: 410px; padding: 77px 20px; text-align: center; border: 1px solid var(--line); border-radius: 15px; background: radial-gradient(circle at 50% 0%, rgba(255,59,48,.12), transparent 45%), linear-gradient(150deg, rgba(255,255,255,.035), transparent 75%); }.start-card::before, .start-card::after { content: ''; position: absolute; left: 50%; border: 1px solid rgba(255,59,48,.11); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }.start-card::before { top: -350px; width: 750px; height: 550px; }.start-card::after { top: -280px; width: 530px; height: 390px; border-color: rgba(255,59,48,.17); }.start-kicker { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; gap: 9px; color: #a7a3a1; }.pulse-ring { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(115,212,157,.1), 0 0 16px rgba(115,212,157,.4); }.start-card h2 { position: relative; z-index: 1; margin: 23px 0 18px; font-size: clamp(2.9rem, 6vw, 5rem); }.start-card h2 em { color: var(--red); }.start-card p { position: relative; z-index: 1; max-width: 430px; margin: 0 auto 29px; color: #929097; font-size: 14px; line-height: 1.7; }.start-card .button { position: relative; z-index: 1; }.start-footnote { position: relative; z-index: 1; display: block; margin-top: 22px; color: #66646c; font-family: var(--font-mono); font-size: 8px; letter-spacing: .04em; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; gap: 34px; align-items: center; padding: 30px 0 38px; border-top: 1px solid var(--line); color: #66646b; }.site-footer .brand { color: #c8c4c1; font-size: 16px; }.footer-note, .footer-year { font-family: var(--font-mono); font-size: 8px; }.footer-links { display: flex; gap: 21px; font-size: 10px; }.footer-year { white-space: nowrap; }
.toast { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; max-width: calc(100% - 48px); padding: 11px 14px; border: 1px solid rgba(115,212,157,.24); border-radius: 9px; background: rgba(24,29,27,.92); color: #a5b9ad; box-shadow: 0 15px 40px rgba(0,0,0,.25); font-family: var(--font-mono); font-size: 9px; opacity: 0; transform: translateY(12px) scale(.98); pointer-events: none; transition: opacity 180ms ease-out, transform 180ms var(--ease-out); backdrop-filter: blur(16px); }.toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }.toast-mark { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: rgba(115,212,157,.18); color: var(--green); font-size: 9px; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 50% 24%, rgba(255,59,48,.12), transparent 34%), var(--bg); }
.error-shell { width: min(620px, 100%); text-align: center; }
.error-code { display: block; margin-bottom: 22px; color: var(--red); font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.error-shell h1 { margin: 0 0 20px; font-size: clamp(3.2rem, 10vw, 6rem); font-weight: 600; letter-spacing: -.075em; line-height: .95; }
.error-shell p { max-width: 460px; margin: 0 auto 31px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease-out, transform 700ms var(--ease-out); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: 80ms; }.reveal-delay-2 { transition-delay: 150ms; }.reveal-delay-3 { transition-delay: 220ms; }
@keyframes pulse { 0%,100% { opacity: .4; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes glowBreathe { 0%,100% { opacity: .8; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 52px, 760px); }
  .main-nav { gap: 20px; margin-left: 20px; }
  .header-link { display: none; }
  .hero { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding-top: 150px; padding-bottom: 95px; }.hero-copy { max-width: 700px; }.hero h1 { max-width: 650px; }.hero-visual { min-height: 500px; }.console-window { transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }.proof-strip { grid-template-columns: 1fr; gap: 26px; padding-bottom: 92px; }.proof-items { max-width: 700px; }.method { padding-top: 78px; }.section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading p { max-width: 520px; }.operator { grid-template-columns: 1fr; gap: 75px; }.operator-copy { max-width: 610px; }.evidence-heading { grid-template-columns: 1fr; gap: 25px; }.evidence-heading p { max-width: 520px; }.brief-card { padding: 48px 42px; }.site-footer { grid-template-columns: auto 1fr auto; }.footer-note { display: none; }
}
@media (max-width: 680px) {
  .section-shell { width: calc(100% - 36px); }.site-header { width: calc(100% - 24px); height: 62px; padding: 0 14px; border-radius: 15px; }.site-header.is-scrolled { top: 7px; }.main-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 6px; border: 1px solid var(--line); border-radius: 13px; background: rgba(17,17,20,.96); box-shadow: 0 20px 40px rgba(0,0,0,.35); opacity: 0; transform: translateY(-7px); pointer-events: none; transition: opacity 170ms ease-out, transform 170ms var(--ease-out); backdrop-filter: blur(17px); }.main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }.main-nav a { padding: 13px 12px; border-radius: 8px; font-size: 12px; }.main-nav a:hover { background: rgba(255,255,255,.05); }.menu-toggle { display: block; }.menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }.button-small { display: none; }.hero { padding-top: 128px; padding-bottom: 62px; }.eyebrow { font-size: 9px; }.hero h1 { margin-top: 21px; font-size: clamp(3rem, 15vw, 4.7rem); }.hero-lede { font-size: 14px; line-height: 1.7; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }.hero-signals { gap: 12px 18px; margin-top: 49px; font-size: 8px; }.hero-visual { min-height: 400px; margin-top: 6px; }.visual-orbit { transform: rotate(-18deg) scale(.7); }.orbit-two { transform: rotate(34deg) scale(.7); }.visual-glow { width: 330px; height: 260px; }.console-window { width: 100%; transform: none; border-radius: 11px; }.console-window:hover { transform: translateY(-3px); }.console-content { grid-template-columns: 110px 1fr; min-height: 320px; }.console-sidebar { padding: 17px 8px 10px; }.campaign-name { margin: 10px 3px 16px; font-size: 8px; }.sidebar-item { padding: 9px 4px; font-size: 7px; }.sidebar-item b { display: none; }.sidebar-spacer { height: 55px; }.scope-chip { padding: 8px 4px; font-size: 7px; }.scope-chip small { font-size: 6px; }.console-main { padding: 20px 13px 13px; }.console-main-header strong { font-size: 10px; }.coverage-row { gap: 11px; margin: 23px 0 19px; }.coverage-number { min-width: 63px; }.coverage-number strong { font-size: 29px; }.coverage-number small { font-size: 7px; }.track-labels { font-size: 6px; }.surface-name { gap: 4px; font-size: 7px; }.surface-name small { display: none; }.disposition { padding: 3px 4px; font-size: 6px; }.console-event { align-items: flex-start; font-size: 6px; line-height: 1.5; }.console-event time { display: none; }.console-statusbar { padding-inline: 10px; font-size: 7px; }.console-statusbar > span:nth-child(2) { display: none; }.replay-button { font-size: 7px; }.visual-caption { right: 3px; bottom: -20px; font-size: 7px; }.proof-strip { padding-top: 25px; padding-bottom: 75px; }.proof-items { grid-template-columns: 1fr; gap: 17px; }.method { padding: 70px 0 100px; }.section-heading h2, .operator-copy h2, .evidence-heading h2, .brief-card h2, .start-card h2 { font-size: clamp(2.65rem, 13vw, 4rem); }.section-heading .eyebrow, .evidence-heading .eyebrow { margin-bottom: 21px; }.section-heading p, .evidence-heading p, .operator-copy > p { font-size: 13px; line-height: 1.7; }.feature-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 43px; }.feature-card { min-height: 305px; }.feature-icon { margin-top: 38px; }.operator { padding: 85px 0 100px; gap: 53px; }.operator-visual { padding: 20px 7px 41px 15px; }.operator-badge { right: -3px; bottom: 1px; }.session-head { padding: 15px 13px; }.session-root, .session-child { gap: 7px; padding-inline: 12px; font-size: 8px; }.session-child { padding-left: 34px; }.branch-line { left: 22px; }.session-child::before { left: 22px; width: 12px; }.session-note { margin-inline: 11px; font-size: 7px; }.operator-list { margin-top: 31px; }.operator-list > div { padding: 14px 0; }.evidence { padding: 95px 0 105px; }.evidence-flow { grid-template-columns: 1fr; gap: 40px; margin-top: 58px; }.flow-line { top: 32px; bottom: 32px; left: 32px; right: auto; width: 1px; height: auto; background: linear-gradient(180deg, rgba(255,59,48,.55), rgba(255,59,48,.15), rgba(115,212,157,.55)); }.flow-line span:nth-child(1) { top: 0; left: -2px; }.flow-line span:nth-child(2) { top: 50%; left: -2px; }.flow-line span:nth-child(3) { top: auto; bottom: 0; right: auto; left: -2px; }.flow-step { padding: 0 0 0 83px; }.flow-number { top: 5px; left: 52px; }.flow-icon { position: absolute; top: 0; left: 0; width: 64px; height: 64px; margin: 0; }.flow-step h3 { padding-top: 3px; }.flow-step p { max-width: 280px; }.evidence-metric-row { grid-template-columns: 1fr; gap: 17px; margin-top: 65px; }.brief { padding-bottom: 92px; }.brief-card { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 39px 25px 42px; }.brief-card h2 { margin-top: 20px; }.brief-right p { font-size: 13px; }.start { padding-bottom: 82px; }.start-card { min-height: 385px; padding: 63px 18px; }.start-card p { font-size: 13px; }.site-footer { grid-template-columns: 1fr 1fr; gap: 24px 10px; padding-bottom: 28px; }.footer-links { order: 3; grid-column: 1 / -1; gap: 15px; }.footer-year { justify-self: end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .console-window, .console-window:hover { transform: none; }
}
@media (prefers-contrast: more) {
  .site-header.is-scrolled, .console-window, .feature-card, .session-card, .start-card { border-color: rgba(255,255,255,.42); }
  .hero-lede, .section-heading p, .operator-copy > p, .evidence-heading p { color: #c2bec1; }
}
