:root {
  --bg: #0c0f0d;
  --bg-soft: #121613;
  --paper: #e8e8df;
  --ink: #111512;
  --muted: #93998f;
  --line: rgba(232, 232, 223, 0.14);
  --acid: #d7ff43;
  --mint: #84f6b2;
  --orange: #ff754f;
  --radius: 20px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
.i18n-pending body { visibility: hidden; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; color: var(--paper); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
main, section, header, footer, .hero-copy, .top-actions, .trial-frame, .trial-main, .results-heading, .method-intro, .manifesto-grid, .access-section { min-width: 0; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--ink); background: var(--acid); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.topbar { height: 78px; padding: 0 clamp(24px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: baseline; width: max-content; font-weight: 720; letter-spacing: -.065em; font-size: 24px; line-height: 1; }
.wordmark-na { color: var(--acid); }
.wordmark-join, .wordmark-e { color: transparent; background: linear-gradient(to bottom, var(--acid) 0 62%, var(--paper) 62% 100%); -webkit-background-clip: text; background-clip: text; }
.wordmark-metrica { color: var(--paper); }
.topbar nav { display: flex; gap: 34px; color: #afb5ad; font-size: 12px; }
.topbar nav a { position: relative; display: flex; align-items: baseline; gap: 8px; padding: 10px 0; transition: color .25s var(--ease); }
.topbar nav a span { color: #5f665d; font-size: 8px; letter-spacing: .08em; transition: color .25s var(--ease); }
.topbar nav a:after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.topbar nav a:hover { color: var(--paper); }.topbar nav a:hover span { color: var(--acid); }.topbar nav a:hover:after { transform: scaleX(1); transform-origin: left; }
.top-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.ghost-button { border: 1px solid var(--line); background: transparent; padding: 10px 12px 10px 16px; border-radius: 999px; cursor: pointer; transition: .25s var(--ease); display: inline-flex; align-items: center; gap: 16px; }
.ghost-button i { width: 22px; height: 22px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-size: 11px; font-style: normal; transition: transform .25s var(--ease); }
.ghost-button span { white-space: nowrap; }
.ghost-button:hover { background: var(--paper); color: var(--ink); }.ghost-button:hover i { transform: rotate(-45deg); }
.locale-switcher { display: flex; align-items: center; gap: 1px; }
.locale-switcher a { position: relative; min-width: 30px; height: 34px; display: grid; place-items: center; color: #697067; font-size: 9px; font-weight: 650; letter-spacing: .1em; transition: color .2s var(--ease); }
.locale-switcher a:hover, .locale-switcher a[aria-current="page"] { color: var(--paper); }
.locale-switcher a[aria-current="page"]:after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 12px; height: 1px; background: var(--acid); transform: translateX(-50%); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: clamp(30px, 4vw, 80px); padding: 70px clamp(24px, 6vw, 96px) 90px; overflow: hidden; }
.hero-copy { max-width: 780px; position: relative; z-index: 2; }
.eyebrow { color: #aeb5aa; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; display: flex; align-items: center; gap: 10px; margin-bottom: 34px; }
.eyebrow span { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 18px var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(56px, 6.3vw, 106px); line-height: .93; letter-spacing: -.052em; margin-bottom: 35px; font-weight: 630; }
html[data-locale="en"] h1 { font-size: clamp(56px, 5vw, 82px); }
h1 em, .results-heading h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.title-line, .title-accent { display: block; }
.title-accent span + span:before { content: " "; }
.hero-lead { color: #b0b6ae; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; max-width: 660px; margin-bottom: 45px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 15px 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #d1d5cd; }
.hero-proof span { display: flex; gap: 10px; }.hero-proof b { color: var(--acid); font-weight: 500; }

.signal-field { height: 530px; width: 100%; position: relative; isolation: isolate; }
.signal-field:before { content: ""; position: absolute; inset: 12% -8% 8% 4%; background: radial-gradient(ellipse at 72% 50%, rgba(215,255,67,.075), transparent 44%), linear-gradient(90deg, transparent, rgba(232,232,223,.018) 52%, transparent); filter: blur(8px); pointer-events: none; }
.signal-traces { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.signal-trace { fill: none; stroke: rgba(202,211,198,.22); stroke-width: 1; stroke-linecap: round; stroke-dasharray: .5 7; animation: signalFlow 9s linear infinite; vector-effect: non-scaling-stroke; }
.trace-two { stroke: rgba(215,255,67,.32); animation-duration: 7.5s; animation-delay: -2.5s; }.trace-three { animation-duration: 11s; animation-delay: -5s; }
.signal-spine { fill: none; stroke: url("#none"); stroke: rgba(215,255,67,.6); stroke-width: 1.15; stroke-linecap: round; opacity: .72; vector-effect: non-scaling-stroke; }
.field-core { width: 218px; min-height: 154px; padding: 22px 0 20px 25px; border: 0; border-left: 1px solid rgba(215,255,67,.72); border-radius: 0; position: absolute; right: 1%; top: 50%; transform: translate3d(0,-50%,0); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; background: linear-gradient(90deg, rgba(215,255,67,.035), transparent 72%); z-index: 3; cursor: pointer; appearance: none; transition: border-color .3s var(--ease), transform .35s var(--ease), background .35s var(--ease); }
.field-core:before { content: ""; position: absolute; left: -4px; top: 50%; width: 7px; height: 7px; border-radius: 50%; transform: translateY(-50%); background: var(--acid); box-shadow: 0 0 24px rgba(215,255,67,.75); }
.field-core:hover, .field-core:focus-visible { border-color: var(--acid); transform: translate3d(7px,-50%,0); background: linear-gradient(90deg, rgba(215,255,67,.065), transparent 78%); }
.field-core:focus-visible { outline: 1px solid rgba(215,255,67,.8); outline-offset: 7px; }
.field-core small { color: var(--acid); font-size: 9px; letter-spacing: .18em; margin-bottom: 12px; }.field-core strong { font-size: 30px; letter-spacing: -.065em; }.core-wordmark span { color: var(--acid); }.core-wordmark i { color: transparent; background: linear-gradient(to bottom, var(--acid) 0 62%, var(--paper) 62% 100%); -webkit-background-clip: text; background-clip: text; font-style: normal; }.field-core p { margin: 15px 0 0; color: #90968d; line-height: 1.45; font-size: 12px; }
.core-pulse { position: absolute; left: -9px; top: calc(50% - 9px); width: 18px; height: 18px; border: 1px solid var(--acid); border-radius: 50%; animation: pulse 3.2s ease-out infinite; pointer-events: none; will-change: transform, opacity; }
.core-action { display: none; }
.field-orbit { position: absolute; inset: 0; pointer-events: none; }
.field-orbit span { position: absolute; color: #a4aba1; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.field-orbit span:after { content: ""; display: inline-block; width: 28px; height: 1px; margin-left: 10px; vertical-align: middle; background: linear-gradient(90deg, rgba(215,255,67,.52), transparent); }
.orbit-a span:nth-child(1) { left: 5%; top: 15%; animation: signalDrift 8s var(--ease) infinite; }.orbit-a span:nth-child(2) { left: 20%; top: 42%; animation: signalDrift 9.5s var(--ease) -3s infinite; }.orbit-a span:nth-child(3) { left: 9%; bottom: 20%; animation: signalDrift 11s var(--ease) -6s infinite; }
.orbit-b span:nth-child(1) { left: 31%; top: 27%; animation: signalDrift 10.5s var(--ease) -2s infinite; }.orbit-b span:nth-child(2) { left: 38%; bottom: 29%; animation: signalDrift 8.5s var(--ease) -5s infinite; }
.field-note { position: absolute; color: #666e65; font-size: 9px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }.field-note b { color: #aab0a7; font-weight: 500; letter-spacing: .02em; text-transform: none; }.note-one { top: 3%; left: 5%; }.note-two { right: 2%; bottom: 4%; text-align: right; }

.workspace { background: var(--paper); color: var(--ink); padding: 86px clamp(24px, 6vw, 96px) 105px; }
.section-heading { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 28px; align-items: start; max-width: 1320px; margin: 0 auto 45px; }
.section-index { font-size: 10px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; color: #747b73; padding-top: 8px; }
.section-heading h2 { font-size: clamp(34px, 3.7vw, 56px); letter-spacing: -.055em; line-height: 1; margin-bottom: 13px; max-width: 900px; }.section-heading p { max-width: 710px; color: #646a63; line-height: 1.55; margin: 0; }
.manifesto h2 span, .manifesto h2 em { display: block; }
html[data-locale="kk"] .section-heading h2 span,
html[data-locale="de"] .section-heading h2 span { display: block; white-space: nowrap; }
.prototype-label { border: 1px solid #c4c8bd; border-radius: 99px; padding: 9px 13px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #61675f; }
.composer-wrap { max-width: 1060px; margin: 0 auto; }
.composer { border: 1px solid #bec2b7; background: #f0f1e8; border-radius: 16px; padding: 8px; box-shadow: 0 14px 38px rgba(17,21,18,.07); transition: border-color .2s, box-shadow .2s; }.composer:focus-within { border-color: #767d72; box-shadow: 0 18px 45px rgba(17,21,18,.1); }
.composer textarea { width: 100%; min-height: 190px; resize: vertical; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: clamp(18px, 2vw, 25px); line-height: 1.45; letter-spacing: -.022em; padding: 20px 22px 10px; }.composer textarea::placeholder { color: #92978e; }
.composer-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 8px; }
.input-tools { display: flex; align-items: center; gap: 16px; }.input-hint { color: #777e75; font-size: 10px; line-height: 1.35; }.counter { font-size: 11px; color: #8b9088; }
.primary-button { border: 0; border-radius: 999px; background: var(--ink); color: var(--paper); padding: 8px 9px 8px 19px; display: inline-flex; align-items: center; gap: 18px; cursor: pointer; transition: transform .2s var(--ease), background .2s; }.primary-button:hover { transform: translateY(-2px); background: #242a25; }.primary-button:disabled { opacity: .45; cursor: wait; transform: none; }.primary-button svg { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--acid); color: var(--ink); fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .25s var(--ease); }.primary-button:hover svg { transform: translateX(2px); }
.starter-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 15px 18px 8px; color: #737970; font-size: 11px; }.starter-row button { border: 1px solid #c9ccc2; border-radius: 99px; background: transparent; padding: 7px 11px; cursor: pointer; }.starter-row button:hover { border-color: #777d74; }
.runtime-expectation { margin: 0 18px 16px; color: #737970; font-size: 10px; line-height: 1.45; }
.analysis-panel { max-width: 1060px; margin: 35px auto 0; border-top: 1px solid #c7cbc1; padding-top: 25px; }.analysis-topline { display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }.analysis-topline b { font-variant-numeric: tabular-nums; }.progress-track { height: 3px; background: #ced1c7; margin: 14px 0 24px; overflow: hidden; }.progress-track i { display: block; height: 100%; width: 8%; background: var(--ink); transition: width .5s var(--ease); }
.strategy-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.strategy-grid article { min-height: 110px; border: 1px solid #c7cac0; padding: 16px; border-radius: 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; opacity: .42; transition: opacity .35s, background .35s, transform .35s; }.strategy-grid article.active { opacity: 1; background: #f3f3eb; transform: translateY(-2px); }.strategy-grid article.done { opacity: .7; }.strategy-grid article > span { min-width: 28px; height: 23px; padding: 0 5px; border-radius: 99px; display: grid; place-items: center; background: #d9dbd1; font-size: 9px; }.strategy-grid b { display: block; font-size: 12px; margin: 4px 0 7px; }.strategy-grid small { color: #767c74; line-height: 1.35; display: block; }.strategy-grid i { width: 6px; height: 6px; border-radius: 50%; background: #b3b7ae; margin-top: 8px; }.strategy-grid .active i { background: var(--orange); animation: blink 1s infinite; }.strategy-grid .done i { background: #31965e; }
.analysis-motion-field { position: relative; margin: 24px 0 0; overflow: hidden; background: transparent; }
.analysis-motion-field[hidden] { display: none; }
.analysis-motion-head { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 5px 2px 0; }
.analysis-motion-head > div:first-child span,.analysis-motion-head > div:first-child b { display: block; }
.analysis-motion-head span { color: #687069; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.analysis-motion-head b { margin-top: 7px; font-size: 16px; letter-spacing: -.025em; }
.analysis-motion-head > div:last-child { display: flex; align-items: center; gap: 14px; }
.analysis-motion-head small { color: #7a8179; font-size: 9px; }
.analysis-motion-head button { border: 0; border-bottom: 1px solid #92998f; padding: 5px 0; background: transparent; color: #646b64; font-size: 9px; cursor: pointer; }
.analysis-motion-head button:hover { color: var(--ink); border-color: var(--ink); }
.analysis-motion-field .selection-field-scene { position: relative; width: 100%; height: clamp(310px,35vw,430px); margin-top: -8px; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 52%,rgba(81,112,92,.07),transparent 58%); }
.analysis-motion-field canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; outline: 0; }
.analysis-motion-field canvas:focus-visible { outline: 1px solid #687069; outline-offset: -4px; }
.analysis-motion-field .selection-motion-labels { position: absolute; inset: 0; pointer-events: none; }
.analysis-motion-field .selection-field-tooltip { position: absolute; z-index: 3; max-width: 260px; padding: 10px 12px; border: 1px solid #bcc2b8; border-radius: 10px; background: rgba(245,246,239,.94); color: var(--ink); font-size: 10px; box-shadow: 0 12px 35px rgba(17,21,18,.12); pointer-events: none; }
.analysis-motion-field .selection-field-fallback { min-height: 280px; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 8px; padding: 42px 8px 20px; }
.analysis-motion-field .selection-field-fallback[hidden] { display: none; }
.analysis-motion-field .selection-field-fallback span { border: 1px solid #c2c8bd; border-radius: 999px; padding: 7px 10px; color: #4d554e; background: rgba(245,246,239,.64); font-size: 10px; }
.selection-evidence-list { list-style: none; margin: 15px 0 0; padding: 0; border-top: 1px solid rgba(232,232,223,.11); }
.selection-evidence-list li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 14px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(232,232,223,.07); color: #8f978d; font-size: 10px; }
.selection-evidence-list a { min-width: 0; color: #c4cbc1; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.selection-evidence-list a:hover { color: var(--acid); }
.selection-evidence-list span { color: #778077; text-align: right; }
.selection-evidence-list span[data-status="not_found"] { color: #a9bd7d; }
.selection-evidence-list span[data-status="occupied"] { color: #d8a370; }
.clarification-panel { margin-top: 22px; border: 1px solid #bfc4b7; border-radius: 16px; background: #f3f3eb; padding: clamp(22px,3vw,34px); display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: clamp(28px,5vw,68px); }.clarification-panel[hidden] { display: none; }.clarification-intro > span { color: #747a70; font-size: 9px; letter-spacing: .12em; }.clarification-intro h3 { margin: 13px 0 14px; max-width: 430px; font-size: clamp(27px,3.2vw,42px); line-height: .98; letter-spacing: -.05em; }.clarification-intro p { color: #666c63; line-height: 1.5; font-size: 13px; }.clarification-panel form { min-width: 0; }.clarification-panel fieldset { border: 0; border-top: 1px solid #cbd0c4; padding: 18px 0 20px; margin: 0; min-width: 0; }.clarification-panel legend { padding: 0; font-size: 17px; font-weight: 620; letter-spacing: -.02em; }.clarification-panel fieldset > p { margin: 8px 0 14px; color: #6e746b; font-size: 11px; line-height: 1.45; }.clarification-panel fieldset > small { display: block; margin-top: 10px; color: #858a82; font-size: 9px; }.clarification-options { display: flex; flex-wrap: wrap; gap: 7px; }.clarification-options label { position: relative; min-width: 0; }.clarification-options input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }.clarification-options label > span { display: block; border: 1px solid #bbc0b4; border-radius: 999px; padding: 9px 12px; color: #444a43; font-size: 11px; cursor: pointer; transition: background .2s,border-color .2s; }.clarification-options input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--paper); }.clarification-custom { flex: 1 1 220px; display: grid; grid-template-columns: auto minmax(100px,1fr); align-items: center; border: 1px solid #bbc0b4; border-radius: 999px; padding-left: 12px; }.clarification-custom > span { border: 0 !important; padding: 0 !important; white-space: nowrap; font-size: 10px !important; color: #71776e !important; }.clarification-custom input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 9px; font: inherit; font-size: 11px; }.clarification-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; margin-top: 8px; }.clarification-skip { border: 0; background: transparent; color: #71776e; font-size: 10px; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }.clarification-panel :focus-visible { outline: 2px solid #2d342e; outline-offset: 3px; }

.clarification-panel #clarification-title:focus { outline: 0; }
.clarification-options input[type="radio"]:focus-visible + span { outline: 2px solid #2d342e; outline-offset: 3px; }
.clarification-options input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.clarification-options input[type="checkbox"]:focus-visible + span { outline: 2px solid #2d342e; outline-offset: 3px; }
.wait-companion { margin-top: 22px; overflow: hidden; border: 1px solid #bfc4b7; border-radius: 16px; background: #f3f3eb; }
.companion-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); gap: clamp(28px,5vw,70px); align-items: end; padding: clamp(22px,3vw,36px); border-bottom: 1px solid #cbd0c4; }
.companion-head span { color: #747a70; font-size: 9px; letter-spacing: .12em; }
.companion-head h3 { max-width: 680px; margin: 12px 0 0; font-size: clamp(29px,3.5vw,48px); line-height: .98; letter-spacing: -.05em; }
.companion-head > p { max-width: 470px; margin: 0; color: #666c63; font-size: 12px; line-height: 1.55; }
.companion-tabs { display: flex; gap: 7px; padding: 14px clamp(18px,3vw,36px) 0; }
.companion-tabs button { border: 1px solid #c0c5b9; border-radius: 999px; background: transparent; color: #687066; padding: 8px 11px; font: inherit; font-size: 10px; cursor: pointer; }
.companion-tabs button span { opacity: .65; margin-left: 5px; }
.companion-tabs button.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.companion-card { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: clamp(18px,3vw,38px); min-height: 250px; padding: clamp(25px,4vw,48px) clamp(20px,4vw,50px); outline: 0; }
.companion-card:focus-visible { box-shadow: inset 0 0 0 2px #2d342e; }
.companion-card-index { color: var(--orange); font-size: 11px; font-variant-numeric: tabular-nums; }
.companion-card-copy { max-width: 920px; }
.companion-card-copy > span { color: #747a70; font-size: 9px; letter-spacing: .12em; }
.companion-card-copy h4 { max-width: 900px; margin: 12px 0 17px; font-size: clamp(26px,3vw,42px); line-height: 1.03; letter-spacing: -.045em; }
.companion-card-copy p { max-width: 850px; margin: 0; color: #555d54; font-size: 14px; line-height: 1.62; }
.companion-card-copy > div { display: flex; flex-wrap: wrap; gap: 12px; align-items: baseline; margin-top: 25px; }
.companion-card-copy a, .companion-card-copy > div > span { color: #363d36; font-size: 10px; text-decoration: underline; text-underline-offset: 4px; }
.companion-card-copy small { color: #81877e; font-size: 9px; }
.companion-footer { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 15px clamp(18px,3vw,36px); border-top: 1px solid #cbd0c4; }
.companion-footer > p { max-width: 670px; margin: 0; color: #858a82; font-size: 9px; line-height: 1.5; }
.companion-footer > div { display: grid; grid-template-columns: auto 55px auto; gap: 7px; align-items: center; }
.companion-footer button { border: 0; background: transparent; color: #424a41; padding: 7px; font: inherit; font-size: 10px; cursor: pointer; }
.companion-footer button:disabled { opacity: .35; cursor: default; }
.companion-count { color: #777e75; text-align: center; font-size: 9px; font-variant-numeric: tabular-nums; }

.results { padding: 105px clamp(24px, 6vw, 96px) 115px; background: #111512; }
.results-heading { max-width: 1320px; margin: 0 auto 55px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(40px, 5vw, 70px); align-items: end; }.results-heading h2 { font-size: clamp(45px, 4.2vw, 68px); line-height: .95; letter-spacing: -.06em; margin: 18px 0 0; }.results-heading p { color: #91988e; line-height: 1.6; max-width: 500px; margin-bottom: 5px; }
.results-heading .title-line, .results-heading .title-accent { white-space: nowrap; }
.result-controls { max-width: 1320px; margin: 0 auto 18px; display: flex; gap: 8px; }.result-controls button { border: 1px solid var(--line); background: transparent; color: #9da39a; border-radius: 99px; padding: 9px 13px; cursor: pointer; font-size: 12px; }.result-controls button.active { color: var(--ink); background: var(--acid); border-color: var(--acid); }.result-controls span { opacity: .6; margin-left: 5px; }
.result-export { margin-left: auto; align-self: center; color: #9da39a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid #4c534b; padding-bottom: 3px; }.result-export:hover { color: var(--acid); border-color: var(--acid); }
.result-import { align-self: center; color: #9da39a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; border: 1px solid #454c45; border-radius: 99px; padding: 8px 11px; }.result-import:hover { color: var(--acid); border-color: var(--acid); }.result-import input { display: none; }
.result-list { max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--line); }.name-card { min-height: 205px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 70px minmax(0,1fr) 120px 52px; gap: 20px; align-items: center; padding: 30px 12px; transition: background .3s, opacity .3s; }.name-card:hover { background: rgba(255,255,255,.025); }.name-card[hidden] { display: none; }.rank { color: #656c63; font-size: 11px; align-self: start; padding-top: 12px; }.name-line { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }.name-main h3 { font-size: clamp(36px, 4.3vw, 66px); letter-spacing: -.06em; line-height: 1; margin: 0; }.name-main p { max-width: 760px; color: #939a90; line-height: 1.48; font-size: 13px; margin: 18px 0 16px; }.availability { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 99px; border: 1px solid var(--line); font-size: 10px; color: #a9afa7; }.availability i { width: 5px; height: 5px; border-radius: 50%; background: #777; }.availability.available i { background: var(--mint); box-shadow: 0 0 10px rgba(132,246,178,.6); }.availability.unknown i { background: #ffb657; }.signal-tags { display: flex; flex-wrap: wrap; gap: 6px; }.signal-tags span { color: #747b72; border-left: 1px solid #555c54; padding-left: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }.score { display: grid; grid-template-columns: min-content auto; column-gap: 9px; align-items: end; }.score strong { font-size: 46px; line-height: .92; letter-spacing: -.045em; font-weight: 520; }.score > span { color: #686f66; padding-bottom: 5px; font-size: 11px; white-space: nowrap; }.score small { grid-column: 1/3; margin-top: 7px; color: #686f66; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.save-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; }.save-button span { width: 10px; height: 14px; border: 1.5px solid #7e857c; border-top: 0; transform: rotate(45deg) skew(8deg,8deg); margin-top: -4px; }.save-button:hover, .save-button.saved { border-color: var(--acid); }.save-button.saved span { border-color: var(--acid); background: var(--acid); }.result-disclaimer { max-width: 1320px; margin: 20px auto 0; color: #626960; font-size: 10px; }

.name-case { margin-top: 24px; border-top: 1px solid var(--line); max-width: 940px; }.name-case summary { width: fit-content; padding: 14px 0 3px; color: var(--acid); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; list-style: none; }.name-case summary::-webkit-details-marker { display: none; }.name-case summary:after { content: " +"; }.name-case[open] summary:after { content: " −"; }.name-case-body { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 15px; background: var(--line); border: 1px solid var(--line); }.name-case-body section { background: #111512; padding: 22px; }.name-case-body .name-case-lead { grid-column: 1/-1; }.name-case-body span { display: block; color: #686f66; font-size: 9px; letter-spacing: .1em; margin-bottom: 10px; }.name-case-body h4 { max-width: 760px; margin: 0; font-size: 22px; line-height: 1.2; font-weight: 500; }.name-case-body section > p { margin: 0 0 9px; max-width: none; }.source-elements,.usage-examples { margin: 18px 0 0; padding: 0; list-style: none; }.source-elements { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 10px; }.source-elements li { border-left: 1px solid #4e574e; padding-left: 12px; }.source-elements b { display: block; font-size: 15px; }.source-elements li > span { margin: 3px 0 6px; color: #9aa097; letter-spacing: 0; text-transform: none; }.source-elements p { margin: 0; }.source-elements small { color: #636a62; }.truth-note { color: #626960 !important; font-size: 10px !important; margin-top: 18px !important; }.usage-examples li { color: #929990; font-size: 12px; padding: 4px 0; }.name-case-risk { border-left: 2px solid #806e47; }.name-case-decision { border-left: 2px solid var(--acid); }
.evidence-passport { margin-top: 12px; border-top: 1px solid var(--line); max-width: 1080px; }.evidence-passport > summary { width: fit-content; padding: 14px 0 3px; color: #9aa197; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; list-style: none; }.evidence-passport > summary::-webkit-details-marker { display: none; }.evidence-passport > summary:after { content: " +"; color: var(--acid); }.evidence-passport[open] > summary:after { content: " −"; }.evidence-grid { display: grid; grid-template-columns: minmax(190px,.78fr) minmax(300px,1.35fr) minmax(230px,.95fr); gap: 1px; margin-top: 15px; background: var(--line); border: 1px solid var(--line); }.evidence-grid section { min-width: 0; background: #111512; padding: 20px; }.evidence-grid section > span,.handle-alternatives > span { display: block; color: #747c72; font-size: 8px; letter-spacing: .1em; margin-bottom: 9px; overflow-wrap: anywhere; }.evidence-grid b { display: block; color: #dce1d9; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }.evidence-grid section[data-evidence-status="occupied"] b { color: #ffbf72; }.evidence-grid section[data-evidence-status="not_found_unverified"] b,.evidence-grid section[data-evidence-status="not_found"] b { color: #c7dc91; }.evidence-grid p { margin: 10px 0 !important; font-size: 10px !important; color: #858d83 !important; overflow-wrap: anywhere; }.evidence-grid a,.evidence-actions button,.evidence-actions a,.handle-alternatives a { border: 0; background: transparent; color: #bfc6bc; font: inherit; font-size: 9px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }.evidence-actions { display: flex; flex-wrap: wrap; gap: 12px; }.handle-alternatives { border: 1px solid var(--line); border-top: 0; padding: 18px; }.handle-alternatives ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }.handle-alternatives li { min-width: 0; border-left: 1px solid #424a42; padding-left: 10px; }.handle-alternatives b,.handle-alternatives span { display: block; overflow-wrap: anywhere; }.handle-alternatives b { font-size: 11px; }.handle-alternatives li > span { color: #6e756d; font-size: 9px; margin: 4px 0 8px; }.handle-alternatives li div { display: flex; gap: 9px; }.evidence-passport :focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }

.method { background: #dfe3d9; color: var(--ink); padding: 100px clamp(24px, 6vw, 96px) 115px; }.method .section-index { color: #667065; }.method-intro { max-width: 1320px; margin: 22px auto 70px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(40px, 5vw, 70px); align-items: end; }.method-intro h2 { font-size: clamp(48px, 4.5vw, 72px); line-height: .92; letter-spacing: -.065em; margin: 0; }.method-intro .title-line { white-space: nowrap; }.method-intro .title-line:last-child { color: #58650e; font-family: Georgia,serif; font-weight: 400; }.method-intro p { max-width: 570px; line-height: 1.6; margin: 0; color: #596158; }.method-flow { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(17,21,18,.22); }.method-flow article { padding: 22px 25px 0 0; border-right: 1px solid rgba(17,21,18,.18); min-height: 190px; }.method-flow article + article { padding-left: 25px; }.method-flow article:last-child { border: 0; }.method-flow span { color: #64705f; font-size: 10px; }.method-flow b { display: block; font-size: 20px; margin: 28px 0 13px; }.method-flow p { font-size: 12px; line-height: 1.5; color: #596158; max-width: 230px; }
.manifesto { background: var(--bg); padding: 110px clamp(24px, 6vw, 96px) 120px; border-bottom: 1px solid var(--line); }
.manifesto > .section-index, .manifesto-grid { max-width: 1320px; margin-inline: auto; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(50px, 5vw, 90px); align-items: start; margin-top: 28px; }
.manifesto h2 { margin: 0; font-size: clamp(54px, 4.6vw, 80px); line-height: .94; letter-spacing: -.064em; font-weight: 620; }
.manifesto h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.manifesto h2 span, .manifesto h2 em { white-space: nowrap; }
html[data-locale="kk"] .manifesto h2 span,
html[data-locale="de"] .manifesto h2 span { white-space: normal; }
html[data-locale="be"] .results-heading .title-accent { white-space: normal; }
.manifesto-copy { max-width: 570px; padding-top: 8px; }
.manifesto-copy p { color: #a7aea4; font-size: 15px; line-height: 1.68; margin-bottom: 22px; }
.manifesto-copy strong { display: block; margin-top: 42px; padding: 20px 0 0 22px; border-left: 1px solid var(--acid); color: var(--paper); font-size: clamp(19px, 1.7vw, 25px); line-height: 1.35; letter-spacing: -.025em; font-weight: 520; }
footer { height: 100px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; color: #777e75; font-size: 11px; } footer p { margin: 0; color: #afb5ad; }.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--paper); color: var(--ink); padding: 12px 17px; border-radius: 99px; font-size: 12px; z-index: 30; opacity: 0; pointer-events: none; transition: .3s var(--ease); box-shadow: 0 10px 30px rgba(0,0,0,.25); }.toast.show { opacity: 1; transform: translate(-50%,0); }
.account-link { color: #878e85; text-decoration: none; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; padding: 8px 2px; }.account-link:hover { color: var(--paper); }
.access-dialog { width: min(560px, calc(100vw - 32px)); border: 1px solid #343a34; border-radius: 18px; background: #121613; color: var(--paper); padding: 35px; box-shadow: 0 30px 100px rgba(0,0,0,.55); }.access-dialog::backdrop { background: rgba(5,8,6,.78); backdrop-filter: blur(7px); }.access-dialog h2 { font-size: clamp(35px, 6vw, 56px); letter-spacing: -.055em; line-height: .95; margin: 20px 0; }.access-dialog > p { color: #9ca39a; line-height: 1.6; max-width: 460px; }.dialog-close { position: absolute; top: 16px; right: 16px; border: 1px solid #3d443d; background: transparent; color: #9ca39a; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 20px; }.access-dialog form { display: grid; gap: 14px; margin-top: 28px; }.access-dialog label { color: #747b73; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.access-dialog input, .access-dialog textarea { box-sizing: border-box; width: 100%; display: block; margin-top: 8px; border: 1px solid #3d443d; border-radius: 10px; background: #0d100e; color: var(--paper); padding: 13px 14px; font: inherit; font-size: 14px; resize: vertical; }.access-dialog textarea { min-height: 90px; }.access-dialog .primary-button { justify-self: end; margin-top: 5px; background: var(--paper); color: var(--ink); }
.access-dialog a { color: #d7ff36; text-underline-offset: 3px; }
.access-dialog .consent-label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #a9b0a7; font-size: 11px; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.access-dialog .consent-label input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #d7ff36; }

@-webkit-keyframes rotate { from { -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg); } to { -webkit-transform: translate3d(-50%,-50%,0) rotate(360deg); } }
@-webkit-keyframes rotateReverse { from { -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg); } to { -webkit-transform: translate3d(-50%,-50%,0) rotate(-360deg); } }
@keyframes rotate { from { transform: translate3d(-50%,-50%,0) rotate(0deg); } to { transform: translate3d(-50%,-50%,0) rotate(360deg); } }
@keyframes rotateReverse { from { transform: translate3d(-50%,-50%,0) rotate(0deg); } to { transform: translate3d(-50%,-50%,0) rotate(-360deg); } }
@keyframes pulse { 0% { transform: scale(.9); opacity: .7; } 70%,100% { transform: scale(1.23); opacity: 0; } }
@keyframes blink { 50% { opacity: .25; } }
@keyframes signalFlow { to { stroke-dashoffset: -100; } }
@keyframes signalDrift { 0%,100% { transform: translate3d(0,0,0); opacity: .58; } 48% { transform: translate3d(14px,-2px,0); opacity: 1; } }

@media (max-width: 1200px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.signal-field { height: 480px; max-width: 620px; width: 100%; margin: 0 auto; }.section-heading { grid-template-columns: 100px 1fr; }.prototype-label { display: none; }.strategy-grid { grid-template-columns: repeat(2,1fr); }.results-heading { grid-template-columns: 1fr; gap: 25px; }.method-intro, .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }.manifesto-copy { max-width: 720px; }.method-flow { grid-template-columns: repeat(2,1fr); }.method-flow article:nth-child(2) { border-right: 0; }.method-flow article:nth-child(n+3) { border-top: 1px solid rgba(17,21,18,.22); padding-top: 25px; }
  .method-flow article:nth-child(3) { padding-left: 0; }
}
@media (max-width: 700px) {
  .topbar { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto; }.brand { font-size: 22px; }.topbar nav { display: none; }.ghost-button { padding: 7px 8px 7px 13px; gap: 10px; }.ghost-button i { width: 20px; height: 20px; }.hero { min-height: auto; padding: 65px 20px 55px; gap: 15px; }.eyebrow { margin-bottom: 26px; font-size: 10px; }.hero-lead { margin-bottom: 32px; }.signal-field { height: 390px; margin: -10px auto 0; }.note-one { left: -4%; }.note-two { right: -7%; }.workspace, .results, .method, .manifesto { padding-left: 18px; padding-right: 18px; }.section-heading { grid-template-columns: 1fr; gap: 12px; }.section-index { padding: 0; }.composer { padding: 6px; border-radius: 13px; }.composer textarea { min-height: 220px; padding: 15px; font-size: 18px; }.composer-footer { align-items: stretch; }.input-tools { gap: 9px; }.counter { display: none; }.primary-button { padding: 8px 8px 8px 15px; gap: 12px; }.starter-row { margin-inline: 5px; }.runtime-expectation { margin-inline: 5px; }.starter-row > span { width: 100%; margin-bottom: 2px; }.strategy-grid { grid-template-columns: 1fr; }.strategy-grid article { min-height: 90px; }.results { padding-top: 80px; }.results-heading { margin-bottom: 38px; }.result-controls { overflow-x: auto; padding-bottom: 4px; }.result-controls button { white-space: nowrap; }.name-card { grid-template-columns: 34px minmax(0,1fr) 42px; gap: 10px; align-items: start; padding: 28px 3px; }.name-main { grid-column: 2/4; }.rank { grid-row: 1; }.name-card .score { grid-column: 2; grid-row: 2; margin-top: 12px; }.score strong { font-size: 34px; }.save-button { grid-column: 3; grid-row: 2; margin-top: 11px; }.name-main h3 { font-size: 45px; }.availability { font-size: 9px; }.method { padding-top: 80px; }.method-flow { grid-template-columns: 1fr; }.method-flow article, .method-flow article + article { border-right: 0; border-top: 1px solid rgba(17,21,18,.22); padding: 20px 0; min-height: 150px; }.method-flow article:first-child { border-top: 0; }.method-flow article:nth-child(n+3) { padding-top: 20px; }
  .hero { padding: 48px 20px 40px; gap: 0; }
  .eyebrow { margin-bottom: 21px; }
  h1 { font-size: 47px; line-height: .94; letter-spacing: -.045em; margin-bottom: 24px; }
  h1 { max-width: 100%; font-size: clamp(40px, 12vw, 58px); overflow-wrap: anywhere; }
  h1 em { display: block; white-space: normal; }
  .hero-lead { max-width: 340px; margin-bottom: 0; font-size: 16px; line-height: 1.5; }
  .hero-proof, .field-note { display: none; }
  .signal-field { height: 340px; margin: 28px auto 0; }
  .field-core { width: 150px; min-height: 132px; right: 0; padding: 18px 0 16px 18px; }
  .field-core small { font-size: 7px; }.field-core strong { font-size: 23px; }.field-core p { font-size: 11px; margin-top: 11px; }
  .core-tagline { display: none; }.core-action { display: block; max-width: 110px; color: #b9c79a; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
  .signal-traces { left: -16%; width: 116%; }
  .field-orbit span { font-size: 8px; letter-spacing: .1em; }
  .orbit-a span:nth-child(1) { left: 1%; }.orbit-a span:nth-child(2) { left: 9%; }.orbit-a span:nth-child(3) { left: 2%; }
  .orbit-b span:nth-child(1) { left: 26%; }.orbit-b span:nth-child(2) { left: 30%; }
  .top-actions { gap: 6px; }.locale-switcher a { min-width: 27px; height: 30px; font-size: 8px; }
  .account-link { display: block; font-size: 8px; }.ghost-button { width: 36px; height: 36px; padding: 7px; }.ghost-button span { display: none; }.result-export { margin-left: 4px; white-space: nowrap; }.result-import { white-space: nowrap; }
  .result-controls { width: 100%; max-width: 100%; }
  .method-intro h2 { font-size: clamp(38px, 11vw, 48px); line-height: .96; }
  .method-intro .title-line { white-space: normal; }
  .section-heading h2 { font-size: clamp(30px, 8.6vw, 35px); }
  .section-heading h2 span { display: block; white-space: normal; }
  .results-heading h2 { font-size: clamp(24px, 7.8vw, 34px); line-height: 1; letter-spacing: -.05em; }
  .results-heading .title-line, .results-heading .title-accent { white-space: normal; }
  .manifesto { padding-top: 74px; padding-bottom: 82px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 20px; }
  .manifesto h2 { font-size: clamp(28px, 8.7vw, 38px); line-height: 1; }
  .manifesto h2 span, .manifesto h2 em { white-space: normal; }
  .manifesto-copy { padding-top: 0; }
  .manifesto-copy p { font-size: 14px; line-height: 1.62; }
  .manifesto-copy strong { margin-top: 34px; padding: 16px 0 0 18px; font-size: 19px; }
  .name-case-body { grid-template-columns: 1fr; }.name-case-body .name-case-lead { grid-column: auto; }.name-case-body section { padding: 18px 15px; }.name-case-body h4 { font-size: 18px; }.source-elements { grid-template-columns: 1fr; }
  .clarification-panel { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }.clarification-intro h3 { font-size: 30px; }.clarification-options { display: grid; grid-template-columns: 1fr; }.clarification-options label > span { border-radius: 10px; }.clarification-custom { border-radius: 10px; }.clarification-actions { align-items: stretch; flex-direction: column-reverse; }.clarification-actions .primary-button { justify-content: space-between; }.clarification-skip { padding: 8px; }.evidence-grid,.handle-alternatives ul { grid-template-columns: 1fr; }.evidence-grid section { padding: 16px; }.handle-alternatives li { padding: 10px 0 10px 10px; }
  .analysis-motion-head { align-items: flex-start; flex-direction: column; gap: 10px; }.analysis-motion-head > div:last-child { width: 100%; justify-content: space-between; }.analysis-motion-field .selection-field-scene { height: 310px; margin-top: 0; }
  .companion-head { grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; }.companion-head h3 { font-size: 30px; }.companion-tabs { overflow-x: auto; padding-inline: 18px; scrollbar-width: none; }.companion-tabs::-webkit-scrollbar { display: none; }.companion-tabs button { white-space: nowrap; }.companion-card { grid-template-columns: 1fr; gap: 14px; min-height: 300px; padding: 28px 18px; }.companion-card-copy h4 { font-size: 28px; }.companion-card-copy p { font-size: 13px; }.companion-footer { align-items: stretch; flex-direction: column; padding: 16px 18px; }.companion-footer > div { align-self: stretch; grid-template-columns: 1fr 55px 1fr; }.companion-footer button:first-child { text-align: left; }.companion-footer button:last-child { text-align: right; }
  footer { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; height: auto; min-height: 0; padding: 27px 20px 25px; column-gap: 20px; row-gap: 21px; align-items: baseline; }
  footer .brand { grid-column: 1 / 3; grid-row: 1; }
  footer p { grid-column: 1; grid-row: 2; order: initial; width: auto; margin: 0; padding: 0; border: 0; }
  footer > span { grid-column: 2; grid-row: 2; justify-self: end; align-self: baseline; }
}
@media (max-width: 360px) {
  h1 { font-size: 44px; }
}
@media (max-width: 700px) {
  html[data-locale="kk"] h1 { font-size: 38px; }
  html[data-locale="be"] h1 { font-size: 35px; }
  html[data-locale="de"] h1 { font-size: 38px; }
  html[data-locale="fr"] h1 { font-size: 43px; }
  html[data-locale="kk"] .section-heading h2,
  html[data-locale="be"] .section-heading h2,
  html[data-locale="de"] .section-heading h2 { font-size: 30px; }
  html[data-locale="en"] .method-intro h2 { font-size: 40px; }
  html[data-locale="de"] .method-intro h2 { font-size: 39px; }
  html[data-locale="fr"] .method-intro h2 { font-size: 38px; }
  html[data-locale="kk"] .results-heading .title-accent,
  html[data-locale="be"] .results-heading .title-accent,
  html[data-locale="fr"] .results-heading .title-accent { white-space: normal; max-width: 330px; }
  html[data-locale="kk"] .manifesto h2 span,
  html[data-locale="de"] .manifesto h2 span { white-space: normal; max-width: 330px; }
  html[data-locale="fr"] .manifesto h2 { font-size: 31px; }
}
@media (max-width: 360px) {
  html[data-locale="kk"] h1 { font-size: 30px; }
  html[data-locale="be"] h1 { font-size: 28px; }
  html[data-locale="de"] h1 { font-size: 31px; }
  html[data-locale="fr"] h1 { font-size: 37px; }
  html[data-locale="kk"] .section-heading h2 span,
  html[data-locale="be"] .section-heading h2 span,
  html[data-locale="de"] .section-heading h2 span,
  html[data-locale="en"] .method-intro .title-line,
  html[data-locale="de"] .method-intro .title-line,
  html[data-locale="fr"] .method-intro .title-line { white-space: normal; }
  html[data-locale="fr"] .manifesto h2 span { white-space: normal; }
  .ghost-button { width: 36px; height: 36px; padding: 7px; }
  .ghost-button span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.availability.likely i { background: var(--acid); box-shadow: 0 0 8px rgba(202,255,60,.45); }
.evidence-grid section[data-evidence-status="not_found_unverified"] b { color: #c5ab72; }

/* Product hierarchy v2: public story → contained trial → private workspace. */
.product-v2 .hero { min-height: min(820px, calc(100svh - 78px)); }
.product-v2 .hero-actions { display: flex; align-items: center; gap: 22px; margin: -12px 0 34px; }
.product-v2 .hero-actions > a { color: #929990; font-size: 12px; border-bottom: 1px solid #4a514a; padding-bottom: 3px; }
.product-v2 .hero-actions > a:hover { color: var(--paper); border-color: var(--acid); }
.primary-button.light { background: var(--paper); color: var(--ink); }
.primary-button.light:hover { background: #fff; }

.product-v2 .workspace { padding: clamp(48px,6vw,92px) clamp(12px,2.5vw,40px); }
.trial-frame { max-width: 1580px; margin: 0 auto; display: grid; grid-template-columns: 1fr; border: 1px solid #bfc4b8; border-radius: 22px; overflow: clip; box-shadow: 0 28px 70px rgba(17,21,18,.1); }
.trial-aside { background: #111512; color: var(--paper); padding: 16px clamp(20px,3vw,42px); display: grid; grid-template-columns: auto minmax(280px,.8fr) minmax(360px,1fr) auto; align-items: center; gap: clamp(22px,4vw,58px); min-height: 0; border-bottom: 1px solid rgba(232,232,223,.12); }
.trial-aside .section-index { color: #7f877d; }
.trial-aside > div { margin: 0; }
.trial-aside b { display: block; max-width: none; font-size: 17px; line-height: 1.1; letter-spacing: -.025em; }
.trial-aside p { color: #858d83; font-size: 10px; line-height: 1.45; margin: 5px 0 0; }
.trial-aside ul { display: flex; list-style: none; margin: 0; padding: 0; border: 0; gap: clamp(12px,2vw,28px); }
.trial-aside li { color: #a5aca3; padding: 0; border: 0; font-size: 10px; white-space: nowrap; }
.trial-aside li:before { content: "·"; color: var(--acid); margin-right: 8px; }
.trial-aside > a,.trial-contact { border: 0; background: transparent; color: var(--acid); padding: 8px 0; font: inherit; font-size: 10px; letter-spacing: .04em; white-space: nowrap; cursor: pointer; }
.trial-main { min-width: 0; background: #eceee5; padding: clamp(28px,4vw,58px); }
.product-v2 .trial-main > .section-heading { display: flex; justify-content: space-between; gap: 30px; max-width: none; margin: 0 0 32px; }
.product-v2 .trial-main .section-heading h2 { font-size: clamp(34px,4vw,56px); }
.product-v2 .trial-main .section-heading p { max-width: 670px; }
.product-v2 .composer-wrap, .product-v2 .analysis-panel { max-width: none; }
.product-v2 .composer { background: #f5f5ef; }
.trial-results { background: #111512; color: var(--paper); margin: 38px calc(clamp(28px,4vw,58px) * -1) calc(clamp(28px,4vw,58px) * -1); padding: clamp(28px,4vw,52px); border-radius: 0; }
.trial-results[hidden] { display: none; }
.trial-results .results-heading { max-width: 1440px; grid-template-columns: minmax(0,1fr) minmax(300px,420px); gap: clamp(28px,4vw,64px); align-items: end; margin-bottom: 36px; }
.trial-results .results-heading > div { min-width: 0; }
.trial-results .results-heading h2 { max-width: 900px; font-size: clamp(38px,5.1vw,74px); line-height: .91; }
.trial-results .results-heading .title-line,.trial-results .results-heading .title-accent { display: block; white-space: normal; overflow-wrap: normal; }
.trial-results .results-heading p { min-width: 0; max-width: 420px; }
.trial-results .name-card { min-height: 170px; grid-template-columns: 44px minmax(0,1fr) 100px 42px; padding: 23px 6px; }
.trial-results .name-main { min-width: 0; }
.trial-results .name-main h3,.trial-results .score strong { color: var(--paper); }
.trial-results .name-main h3 { font-size: clamp(34px,4vw,54px); overflow-wrap: anywhere; }
.trial-results .name-main p { margin: 12px 0; }
.trial-results .result-export:first-of-type { margin-left: auto; }
.trial-upgrade { margin-top: 28px; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trial-upgrade b, .trial-upgrade span { display: block; }
.trial-upgrade b { font-size: 16px; }
.trial-upgrade span { color: #7d857b; font-size: 11px; margin-top: 5px; }
.trial-upgrade a,.trial-upgrade button { flex: 0 0 auto; border: 0; background: transparent; color: var(--acid); padding: 8px 0; font: inherit; font-size: 11px; cursor: pointer; }

.outcome-proof { background: #111512; padding: clamp(80px,9vw,130px) clamp(24px,6vw,96px); border-top: 1px solid var(--line); }
.outcome-proof > .section-index, .proof-grid { max-width: 1320px; margin-inline: auto; }
.proof-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.7fr); gap: clamp(60px,8vw,120px); align-items: center; margin-top: 30px; }
.proof-grid h2 { max-width: 750px; font-size: clamp(48px,5.5vw,86px); line-height: .92; letter-spacing: -.065em; margin: 0; }
.proof-grid h2 em { display: block; color: var(--acid); font-family: Georgia,serif; font-weight: 400; }
.proof-grid > div:first-child > p { max-width: 570px; color: #929a90; line-height: 1.65; margin: 30px 0 0; }
.proof-card { border: 1px solid #343b34; border-radius: 18px; padding: clamp(25px,3vw,38px); background: linear-gradient(145deg,#171c18,#0d110e); box-shadow: 0 25px 80px rgba(0,0,0,.28); transform: rotate(1.2deg); }
.proof-card > span { color: #6f776e; font-size: 9px; letter-spacing: .13em; }
.proof-card h3 { font-size: clamp(58px,6vw,86px); letter-spacing: -.07em; line-height: .9; margin: 48px 0 16px; }
.proof-domain { display: flex; align-items: center; gap: 7px; color: #9ea69c; font-size: 10px; }
.proof-domain i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px rgba(215,255,67,.5); }
.proof-card > p { color: #929a90; font-size: 13px; line-height: 1.55; margin: 28px 0 30px; }
.proof-passport { border-top: 1px solid var(--line); }
.proof-passport > div { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: 13px; align-items: center; min-height: 66px; border-bottom: 1px solid var(--line); }
.proof-mark { width: 32px; height: 32px; border: 1px solid #465047; border-radius: 9px; display: grid; place-items: center; color: #b3bbb1; font-size: 8px; font-weight: 700; letter-spacing: -.02em; }
.proof-mark-score { border-radius: 50%; color: var(--ink); background: var(--acid); border-color: var(--acid); font-size: 12px; }
.proof-mark-domain { border-radius: 50%; color: var(--acid); }
.proof-mark-mktu { color: #d6c58d; border-color: #5a533b; }
.proof-mark-vk { color: white; background: #2787f5; border-color: #2787f5; font-size: 9px; letter-spacing: -.06em; }
.proof-mark-vk.proof-mark-global { color: #f5f4ee; background: #171b19; border-color: #3c433f; font-size: 8px; letter-spacing: -.04em; }
.proof-passport p { min-width: 0; margin: 0; }
.proof-passport b,.proof-passport small { display: block; }
.proof-passport b { color: #d8ddd6; font-size: 11px; font-weight: 560; }
.proof-passport small { color: #70786f; font-size: 9px; line-height: 1.35; margin-top: 4px; }
.proof-passport strong { color: #a8b0a6; font-size: 8px; font-weight: 650; letter-spacing: .08em; white-space: nowrap; }
.proof-passport > div:nth-child(2) strong { color: var(--acid); }
.proof-caveat { display: block; color: #626a61; font-size: 8px; line-height: 1.45; margin-top: 16px; }

.access-section { background: #eceee5; color: var(--ink); display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: clamp(50px,7vw,110px); padding: clamp(80px,9vw,125px) clamp(24px,6vw,96px); }
.access-copy h2 { font-size: clamp(46px,5vw,78px); line-height: .94; letter-spacing: -.065em; margin: 22px 0 28px; }
.access-copy h2 em { display: block; color: #53600d; font-family: Georgia,serif; font-weight: 400; }
.access-copy p { max-width: 600px; color: #5f675f; line-height: 1.65; }
.plans { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.plans article { display: flex; flex-direction: column; min-height: 390px; border: 1px solid #c3c8bc; border-radius: 18px; padding: 26px; background: #f4f5ef; }
.plans .plan-main { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-12px); }
.plans article > span { color: #777f76; font-size: 9px; letter-spacing: .13em; }
.plans article > b { display: block; margin: 46px 0 30px; font-size: 28px; letter-spacing: -.04em; }
.plans ul { list-style: none; margin: 0 0 30px; padding: 0; }
.plans li { border-top: 1px solid rgba(90,99,89,.2); padding: 10px 0; font-size: 11px; }
.plans button { margin-top: auto; border: 1px solid #bfc5b9; border-radius: 999px; background: transparent; color: inherit; padding: 12px 15px; cursor: pointer; }
.plans .plan-main button { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.product-v2 footer { height: auto; min-height: 104px; }
.product-v2 footer > div { display: flex; align-items: center; gap: 24px; }
.product-v2 footer a:not(.brand) { color: #aab1a8; }

@media (max-width: 1050px) {
  .trial-frame { grid-template-columns: 1fr; }
  .trial-aside { min-height: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
  .trial-aside > div { margin: 0; }
  .trial-aside ul { display: none; }
  .proof-grid { grid-template-columns: minmax(0,1fr); }
  .access-section { grid-template-columns: 1fr; }
  .proof-card { max-width: 650px; }
  .plans { max-width: 720px; }
}

@media (max-width: 700px) {
  .product-v2 .hero { min-height: auto; }
  .product-v2 .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 28px; }
  .product-v2 .hero-proof { display: none; }
  .trial-frame { border-radius: 16px; }
  .trial-aside { display: flex; align-items: flex-start; padding: 21px 19px; }
  .trial-aside .section-index { margin-bottom: 40px; }
  .trial-aside > div { margin-bottom: 18px; }
  .trial-aside b { font-size: 22px; }
  .trial-main { padding: 27px 16px; }
  .product-v2 .trial-main > .section-heading { display: block; margin-bottom: 22px; }
  .product-v2 .trial-main .section-heading h2 { font-size: 34px; }
  .product-v2 .trial-main .section-heading h2 span { white-space: normal; }
  .product-v2 .composer-footer { flex-direction: column; }
  .product-v2 .input-tools { width: 100%; flex-wrap: wrap; }
  .product-v2 .primary-button { align-self: stretch; justify-content: space-between; }
  .trial-results { margin: 30px -16px -27px; padding: 28px 16px; }
  .trial-results .results-heading { grid-template-columns: 1fr; }
  .trial-results .results-heading h2 { font-size: 36px; }
  .trial-results .result-controls { display: flex; flex-wrap: wrap; overflow: visible; }
  .trial-results .result-export:first-of-type { margin-left: 0; }
  .trial-results .name-card { grid-template-columns: 28px minmax(0,1fr) 38px; }
  .trial-upgrade { align-items: flex-start; flex-direction: column; }
  .proof-grid h2 { font-size: clamp(32px,10.5vw,42px); }
  .proof-grid h2 em { overflow-wrap: anywhere; }
  .access-copy h2 { font-size: 44px; }
  .method-intro .title-line { white-space: normal; }
  .proof-grid,.proof-grid > div,.proof-card { min-width: 0; max-width: 100%; }
  .proof-card { transform: none; }
  .proof-passport > div { grid-template-columns: 36px minmax(0,1fr); padding: 11px 0; }
  .proof-passport strong { grid-column: 2; margin-top: -5px; white-space: normal; }
  .plans { grid-template-columns: 1fr; }
  .plans .plan-main { transform: none; }
  .plans article { min-height: 330px; }
  .product-v2 footer > div { gap: 14px; }
}

/* Result-surface polish: the completed session must survive real zoom and narrow widths. */
@media (max-width: 1180px) {
  .trial-aside { grid-template-columns: auto minmax(0,1fr) auto; gap: 18px 28px; }
  .trial-aside ul { display: none; }
  .trial-results .results-heading { grid-template-columns: 1fr; align-items: start; }
  .trial-results .results-heading p { max-width: 720px; }
  .evidence-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .product-v2 .workspace { padding-inline: 10px; }
  .topbar { column-gap: 8px; }
  .top-actions { min-width: 0; }
  .account-link { display: none; }
  .hero-copy, .hero-copy h1, .hero-copy p,
  .trial-main, .trial-results, .name-main,
  .proof-grid, .proof-card, .access-copy, .plans { max-width: 100%; min-width: 0; }
  .access-copy h2 { max-width: 100%; font-size: clamp(34px, 11vw, 44px); overflow-wrap: anywhere; }
  .manifesto h2 { max-width: 100%; font-size: clamp(38px, 12vw, 54px); overflow-wrap: anywhere; }
  .product-v2 footer > div { flex-wrap: wrap; }
  .trial-aside { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 16px; align-items: center; padding: 16px; }
  .trial-aside .section-index { grid-column: 1; margin: 0; }
  .trial-aside > div { grid-column: 1 / -1; margin: 0; }
  .trial-aside b { font-size: 18px; }
  .trial-aside p { max-width: 360px; }
  .trial-contact { grid-column: 2; grid-row: 1; }
  .trial-results .results-heading .title-line,
  .trial-results .results-heading .title-accent,
  .method-intro .title-line { white-space: normal; }
  .trial-results .results-heading h2 { font-size: clamp(35px,11vw,48px); }
  .trial-results .name-card { grid-template-columns: 28px minmax(0,1fr) 38px; gap: 10px; }
  .selection-evidence-list li { grid-template-columns: 1fr; }
  .selection-evidence-list span { text-align: left; }
  .trial-upgrade button { text-align: left; }
}
