
    :root { --font-figtree: "Figtree"; --font-manrope: "Manrope"; color-scheme: light; }
    [data-theme="dark"] { color-scheme: dark; }
    html, body, #root { width: 100%; min-height: 100%; margin: 0; }
    body { min-width: 320px; }
    button, input, select, textarea { font: inherit; }
  
/* Editorial v2: route composition, not a decorative skin.
   Reference 1: framed workspace. Reference 3: comparable catalog.
   Reference 2: context / analysis / supporting evidence in the detail. */
:root { --studio-gap:18px; --studio-radius:28px; --studio-pad:clamp(20px,2.4vw,36px); --shell-canvas:#EEF0F3; }
[data-theme="dark"] { --shell-canvas:#171717; }
.brand-logo { display:inline-grid; flex:0 0 auto; line-height:0; }
.brand-logo > img { grid-area:1/1; display:block; width:100%; height:auto; }
.brand-logo__dark { display:none!important; }
[data-theme="dark"] .brand-logo__light { display:none!important; }
[data-theme="dark"] .brand-logo__dark { display:block!important; }
.brand-logo[data-variant="horizontal"] { width:132px; aspect-ratio:1000/260; }
.brand-logo[data-variant="symbol"] { width:36px; aspect-ratio:1; }
.brand-logo[data-variant="stacked"] { width:156px; aspect-ratio:600/500; }
.sidebar-brand-logo { width:142px!important; }
.sidebar-brand-collapsed { display:flex; min-height:48px; align-items:center; justify-content:center; border-radius:12px; }
.sidebar-brand-collapsed:hover { background:var(--surface-subtle); }
.sidebar-brand-collapsed .brand-logo { width:32px; }
.header-brand-symbol { width:32px!important; }
.mobile-menu-brand { width:128px!important; }
.access-brand-logo { width:150px!important; }
.onboarding-brand-logo { width:132px!important; }
.onboarding-gate__brand { width:44px!important; animation:onboarding-pulse 1.4s ease-in-out infinite; }
.page-intro { display:flex; min-width:0; align-items:flex-end; justify-content:space-between; gap:24px; }
.page-intro__copy { min-width:0; }
.page-intro h1 { margin:0; font-size:clamp(30px,3.3vw,48px); font-weight:500; letter-spacing:-.045em; line-height:1.1; }
.page-intro p { max-width:64ch; margin-top:10px; color:var(--text-secondary); font-size:14px; line-height:1.6; }
.page-intro__actions { display:flex; flex:0 0 auto; align-items:center; justify-content:flex-end; gap:10px; }
.onboarding-gate { min-height:100dvh; display:grid; place-content:center; justify-items:center; gap:14px; background:var(--surface-canvas); color:var(--text-secondary); font-size:13px; }
.onboarding-page { min-height:100dvh; overflow-x:clip; padding:clamp(20px,4vw,64px); background:radial-gradient(circle at 85% 8%,color-mix(in srgb,var(--lime) 24%,transparent),transparent 28%),var(--surface-subtle); color:var(--text-primary); }
.onboarding-brand { display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:clamp(24px,4vh,48px); }
.onboarding-frame { display:grid; grid-template-columns:minmax(270px,.72fr) minmax(0,1.4fr); width:min(100%,1040px); min-height:min(680px,calc(100dvh - 160px)); margin:0 auto; overflow:hidden; border:1px solid var(--border-subtle); border-radius:32px; background:var(--surface-panel); box-shadow:0 34px 90px rgba(13,13,13,.09); }
.onboarding-intro { display:flex; flex-direction:column; justify-content:space-between; padding:clamp(28px,4vw,52px); border-right:1px solid var(--border-subtle); background:var(--surface-subtle); }
.onboarding-intro h1 { margin-top:24px; font-size:clamp(32px,3vw,48px); line-height:1.03; letter-spacing:-.055em; }
.onboarding-intro p { margin-top:20px; color:var(--text-secondary); font-size:14px; line-height:1.75; }
.onboarding-progress { display:flex; gap:7px; }
.onboarding-progress span,.onboarding-mobile-progress i { display:block; height:5px; flex:1; border-radius:999px; background:var(--border-subtle); }
.onboarding-progress .is-active,.onboarding-mobile-progress .is-active { background:var(--text-primary); }
.onboarding-form { display:flex; min-width:0; flex-direction:column; padding:clamp(28px,4vw,52px); }
.onboarding-form > div:not(.onboarding-actions,.onboarding-mobile-progress) { flex:1; }
.onboarding-form h2 { margin-top:12px; font-size:clamp(27px,2.8vw,40px); line-height:1.12; letter-spacing:-.045em; }
.onboarding-help { margin-top:12px; color:var(--text-secondary); font-size:14px; line-height:1.65; }
.onboarding-mobile-progress { display:none; }
.onboarding-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:28px; }
.onboarding-option { display:grid; grid-template-columns:24px 1fr 18px; min-height:98px; align-items:start; gap:12px; padding:16px; border:1px solid var(--border-subtle); border-radius:18px; background:var(--surface-panel); text-align:left; transition:border-color .16s ease,background-color .16s ease; }
.onboarding-option:hover,.onboarding-option.is-selected { border-color:var(--text-primary); background:var(--surface-subtle); }
.onboarding-option > svg { width:19px; height:19px; margin-top:2px; }
.onboarding-option span { display:grid; gap:7px; }
.onboarding-option small { color:var(--text-secondary); font-size:11px; line-height:1.5; }
.onboarding-option > svg:last-child { width:16px; height:16px; }
.onboarding-goals { display:grid; gap:10px; margin-top:28px; }
.onboarding-goals button { display:grid; grid-template-columns:20px 1fr 18px; min-height:54px; align-items:center; gap:12px; padding:13px 15px; border:1px solid var(--border-subtle); border-radius:15px; text-align:left; }
.onboarding-goals button:hover,.onboarding-goals button.is-selected { border-color:var(--text-primary); background:var(--surface-subtle); }
.onboarding-goals svg { width:16px; height:16px; }
.onboarding-markets { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.onboarding-markets button { display:inline-flex; min-height:42px; align-items:center; gap:8px; padding:9px 13px; border:1px solid var(--border-subtle); border-radius:999px; background:var(--surface-panel); font-size:13px; }
.onboarding-markets button:hover,.onboarding-markets button.is-selected { border-color:var(--text-primary); background:var(--text-primary); color:var(--surface-canvas); }
.onboarding-markets svg { width:14px; height:14px; }
.onboarding-actions { display:flex; justify-content:space-between; gap:12px; margin-top:32px; padding-top:20px; border-top:1px solid var(--border-subtle); }
.profile-completion-dialog { background:var(--surface-panel)!important; color:var(--text-primary); }
@keyframes onboarding-pulse { 50% { transform:scale(.96); opacity:.76; } }
.application-loading { contain:layout paint; inline-size:100%; max-inline-size:100%; overflow:clip; }
.editorial-shell { --stage-header-inset:12px; --stage-header-height:calc(64px + var(--stage-header-inset)); width:100vw; height:100dvh; max-width:none; margin:0; padding:12px; gap:12px; overflow:hidden; background:var(--shell-canvas); }
.editorial-shell > aside { position:relative; z-index:20; flex:0 0 240px; width:240px; top:0; height:100%; border:0; border-radius:0; background:transparent; box-shadow:none; transition:all 300ms ease-in-out; }
.editorial-shell > aside[data-collapsed="true"] { flex-basis:64px; width:64px; }
.editorial-shell > .studio-stage { position:relative; z-index:0; height:100%; min-height:0; overflow-x:clip; overflow-y:auto; overscroll-behavior:contain; scrollbar-gutter:stable; border:0; border-radius:24px; background:var(--surface-canvas); box-shadow:none; }
.editorial-shell > .studio-stage > header { flex:0 0 var(--stage-header-height); height:var(--stage-header-height); min-height:var(--stage-header-height); max-height:var(--stage-header-height); padding-top:var(--stage-header-inset); border:0; border-radius:24px 24px 0 0; background:color-mix(in srgb,var(--surface-canvas) 92%,transparent); box-shadow:none; }
.editorial-shell main { padding:var(--studio-pad); max-width:none; }
.editorial-shell :is(section,article,aside,form,div) { min-width:0; }
.editorial-shell [data-slot="card"] { border-radius:var(--studio-radius); }
.studio-secondary,.studio-icon-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; padding:10px 16px; border:1px solid var(--border-subtle); border-radius:12px; background:var(--surface-panel); color:var(--text-primary); font-size:13px; }
.studio-icon-button { width:44px; padding:10px; flex-shrink:0; }
.studio-panel-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.editorial-panel { padding:var(--studio-pad); border:1px solid var(--border-subtle); border-radius:var(--studio-radius); background:var(--surface-panel); }
.editorial-panel h2 { font-size:clamp(23px,2.4vw,34px); line-height:1.2; letter-spacing:-.04em; margin:16px 0; }
.editorial-panel p { color:var(--text-secondary); font-size:14px; line-height:1.7; }
.studio-actions { display:flex; align-items:center; flex-wrap:wrap; gap:10px; }
.discovery-heading--actions { align-items:flex-end; }
.discovery-heading-copy { flex:1 1 420px; min-width:0; }
.studio-actions--hero { flex:0 1 590px; flex-wrap:nowrap; justify-content:flex-end; align-items:flex-start; }
.studio-actions--hero > .studio-secondary { flex:0 0 auto; }
.discovery-research-action { display:flex; width:min(100%,370px); min-width:0; flex-direction:column; align-items:stretch; gap:6px; }
.discovery-research-action > p { color:var(--text-secondary); font-size:12px; line-height:1.45; text-align:right; }
.border-glow-card.studio-border-glow { box-shadow:none; border-color:var(--border-subtle); }
.studio-border-glow .border-glow-inner { border-radius:inherit; overflow:clip; height:100%; }
.discovery-bento { grid-template-columns:minmax(0,2.1fr) minmax(250px,1fr); align-items:stretch; gap:var(--studio-gap); }
.discovery-feature { border-radius:27px; padding:28px; min-height:0; }
.discovery-feature-body { display:flex; min-height:100%; flex-direction:column; padding:0; overflow:visible; }
.discovery-pagination button { border-color:var(--border-subtle); background:transparent; color:var(--text-primary); }
.discovery-feature-stage { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(170px,.8fr); gap:8px; align-items:center; margin:28px 0; }
.discovery-feature-copy { margin:0; }
.discovery-feature-copy > p:not(.eyebrow) { font-size:15px; line-height:1.65; color:var(--text-secondary); }
.discovery-feature-copy .studio-primary { margin-top:22px; }
.discovery-feature h2 { font-size:clamp(28px,3vw,48px); margin:14px 0; }
.discovery-depth { height:290px; overflow:clip; isolation:isolate; border-radius:24px; }
.discovery-depth .depth-carousel { min-height:0; }
.discovery-depth .depth-carousel__card { background:var(--surface-subtle); border:1px solid var(--border-subtle); box-shadow:0 20px 35px -25px #0008; }
.symbol-slide { height:100%; display:flex; flex-direction:column; justify-content:space-between; padding:22px; color:var(--text-primary); }
.symbol-slide > span { font-size:68px; font-weight:400; letter-spacing:-.09em; opacity:.45; }
.symbol-slide strong { font-size:16px; font-weight:500; overflow-wrap:anywhere; }
.discovery-context { gap:12px; border:0; padding:0; margin-bottom:22px; }
.discovery-context > div { border:1px solid var(--border-subtle); border-radius:18px; background:var(--surface-subtle); padding:18px; }
.discovery-selection-note { margin:0; max-width:30ch; }
.discovery-pagination { align-items:center; }
.discovery-position { font-size:12px; font-variant-numeric:tabular-nums; }
.studio-signal-panel,.studio-idea-panel { border-radius:var(--studio-radius); padding:24px; }
.studio-idea-panel h2 { font-size:28px; }
.catalog-heading { display:flex; justify-content:space-between; align-items:end; flex-wrap:wrap; gap:16px; padding-top:12px; }
.catalog-heading h2 { font-size:26px; letter-spacing:-.035em; margin-bottom:6px; }
.catalog-heading p { font-size:13px; color:var(--text-secondary); }
.catalog-count { padding:8px 12px; border:1px solid var(--border-subtle); border-radius:10px; font-size:12px; }
.catalog-navigation { display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; }
.catalog-navigation nav { box-shadow:none; background:var(--surface-panel); border-color:var(--border-subtle); border-radius:14px; }
.radar-compact { border-block:1px solid var(--border-subtle); padding:12px 0; font-size:12px; color:var(--text-secondary); }
.radar-compact summary { cursor:pointer; min-height:44px; display:flex; align-items:center; flex-wrap:wrap; gap:10px; }
.radar-compact summary > span:last-child { margin-left:auto; }
.radar-compact-content { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding:12px 0; line-height:1.7; }
.catalog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:var(--studio-gap); }
.catalog-grid .opportunity-catalog-card > div { padding:24px; border-radius:24px; background:var(--surface-panel); border:1px solid var(--border-subtle); box-shadow:none; }
.catalog-grid .score-gradient { color:var(--text-primary); background:var(--surface-subtle); border:1px solid var(--border-subtle); }
.catalog-grid .catalog-comparison { border-top:1px solid var(--border-subtle); padding-top:18px; }
.opportunity-overview-bento { grid-template-columns:minmax(155px,.65fr) minmax(0,1.5fr) minmax(250px,1fr); grid-template-areas:"context analysis support"; align-items:start; }
.studio-analysis-column { grid-area:analysis; }
.studio-support-column { grid-area:support; }
.studio-analysis-column,.studio-support-column { display:flex; flex-direction:column; gap:var(--studio-gap); }
.opportunity-overview-bento :is(.studio-analysis-column,.studio-support-column) > section { background:var(--surface-panel); border:1px solid var(--border-subtle); border-radius:var(--studio-radius); padding:26px; min-width:0; }
.opportunity-overview-bento > section,.studio-detail-context { padding:26px; border-radius:var(--studio-radius); }
.studio-detail-context { grid-area:context; display:flex; flex-direction:column; gap:24px; background:var(--surface-subtle); border:1px solid var(--border-subtle); }
.studio-detail-context dl { display:grid; gap:22px; }
.studio-detail-context dt { font-size:11px; color:var(--text-secondary); margin-bottom:8px; }
.studio-detail-context dd { font-size:14px; line-height:1.6; overflow-wrap:anywhere; }
.studio-detail-context .studio-text-action { border-top:1px solid var(--border-subtle); padding-top:16px; }
.studio-hypothesis { grid-area:hypothesis; }
.studio-hypothesis h2 { margin-top:20px; }
.studio-dna { grid-area:dna; }
.studio-timing { grid-area:timing; }
.studio-risk { grid-area:risk; }
.studio-next { grid-area:next; display:block; background:var(--surface-subtle)!important; }
.studio-next .studio-primary { width:100%; margin-top:18px; }
.opportunity-overview-bento .hypothesis-facts { grid-template-columns:1fr; gap:18px; }
.opportunity-overview-bento .studio-dna { padding:22px; }
.dna-dimensions button { flex:1 0 auto; }
.workspace-bento { display:grid; grid-template-columns:minmax(0,2fr) minmax(240px,1fr); gap:var(--studio-gap); }
.workspace-feature { grid-row:span 2; display:flex; flex-direction:column; align-items:start; }
.workspace-feature h2 { font-size:clamp(32px,4vw,56px); }
.workspace-feature .studio-primary { margin-top:24px; }
.workspace-metrics { display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.workspace-metrics > a { padding:20px; background:var(--surface-panel); border:1px solid var(--border-subtle); border-radius:20px; }
.workspace-metrics strong { display:block; font-size:32px; font-weight:500; margin-bottom:6px; }
.workspace-metrics span { color:var(--text-secondary); font-size:12px; }
.project-workbench { display:grid; grid-template-columns:220px minmax(0,1fr); gap:24px; align-items:start; }
.project-tools { display:grid; gap:6px; position:sticky; top:105px; }
.project-tools a { justify-content:space-between; padding:12px; border-radius:12px; }
.project-tools a:hover { background:var(--surface-subtle); }
.project-workbench .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.validation-workbench { display:grid; grid-template-columns:minmax(240px,.75fr) minmax(0,1.7fr); gap:var(--studio-gap); align-items:start; }
.validation-workbench > div { grid-column:auto; }
.validation-workbench > div:first-child { position:sticky; top:105px; }
.validation-workbench > div:first-child > div { border-radius:26px; }
.validation-workbench--idea { grid-template-columns:minmax(0,1.7fr) minmax(240px,.75fr); }
.validation-workbench--idea > div:first-child { position:static; }
.validation-page .text-zinc-700 { color:var(--text-secondary); }
.validation-page [role="tablist"] { max-width:100%; }
.validation-page [role="tab"] { white-space:normal; }
.validation-page button { overflow-wrap:anywhere; }
.validation-page button:disabled { cursor:not-allowed; }
.service-workbench { display:grid; grid-template-columns:minmax(220px,.7fr) minmax(0,1.8fr); gap:24px; align-items:start; }
.service-context { position:sticky; top:105px; }
.service-context h1,.billing-intro h1 { font-size:clamp(28px,3.2vw,46px); line-height:1.12; letter-spacing:-.045em; margin:0; }
.service-facts { display:grid; gap:18px; margin-top:28px; border-top:1px solid var(--border-subtle); padding-top:22px; }
.service-facts dt { color:var(--text-secondary); font-size:11px; }
.service-facts dd { margin-top:6px; font-size:14px; }
.billing-bento { display:grid; grid-template-columns:minmax(0,1.8fr) minmax(240px,.8fr); gap:var(--studio-gap); }
.billing-current { background:var(--surface-subtle); display:flex; flex-direction:column; justify-content:space-between; }
.settings-bento { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:var(--studio-gap); align-items:start; }
.settings-bento > div:last-child { grid-column:1/-1; }
.memory-bento { display:grid; grid-template-columns:minmax(220px,.75fr) minmax(0,1.5fr); gap:var(--studio-gap); align-items:start; }
.memory-context { grid-row:span 2; }
.memory-records { grid-column:2; }
.memory-bento > :last-child { grid-column:1/-1; }
.engine-selection { display:grid; grid-template-columns:minmax(220px,.7fr) minmax(0,1.8fr); gap:24px; align-items:start; }
.engine-selection-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.engine-selection-list > a > div { height:100%; }
.engine-selection-list > a > div > div { align-items:start; padding:24px; flex-direction:column; }
.engine-selection-list > a > div > div > span { margin-top:16px; }
.build-workbench { display:grid; grid-template-columns:minmax(230px,.7fr) minmax(0,1.8fr); gap:var(--studio-gap); align-items:start; }
.build-workbench > div { grid-column:auto; }
.build-workbench > div:first-child { position:sticky; top:105px; }
.growth-workbench { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(250px,1fr); gap:var(--studio-gap); align-items:start; }
.growth-workbench > div { grid-column:auto; }
.growth-workbench > div:last-child { grid-column:1/-1; }
.build-document { padding:24px; border-radius:18px; background:var(--surface-subtle); font-size:14px; line-height:1.7; overflow-wrap:anywhere; }
.admin-bento { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(0,1fr); gap:var(--studio-gap); align-items:start; }
.admin-bento > * { grid-column:1/-1; }
.admin-bento > .admin-routing { grid-column:1; }
.admin-bento > .admin-evolution { grid-column:2; }
.admin-bento > .admin-intelligence { grid-column:1/-1; }
.portfolio-grid { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(0,1fr); gap:var(--studio-gap); }
.portfolio-grid > * { grid-column:auto; }
.portfolio-grid > .portfolio-products,.portfolio-grid > .portfolio-priorities { grid-column:1/-1; }
.prompt-workbench { display:grid; gap:var(--studio-gap); }
.prompt-editor { display:grid; grid-template-columns:minmax(200px,.6fr) minmax(0,1.7fr); }
.prompt-editor > div:first-child { grid-row:span 2; flex-direction:column; justify-content:start; gap:24px; border-right:1px solid var(--border-subtle); }
.prompt-editor > div:first-child > div:last-child { align-items:start; }
.prompt-editor > div:nth-child(2),.prompt-editor > div:last-child { grid-column:2; }
.studio-interests-dialog { width:480px; padding:24px; background:var(--surface-panel)!important; color:var(--text-primary); }
.studio-interests-dialog h2 { font-size:30px; line-height:1.2; margin:18px 0 12px; letter-spacing:-.04em; }
.studio-interests-dialog p { font-size:13px; line-height:1.65; color:var(--text-secondary); }
.studio-interest-wheel { height:220px; margin:16px 0; }
.studio-interest-wheel .option-wheel__item { max-width:calc(100% - 36px); overflow:hidden; text-overflow:ellipsis; padding-block:12px; min-height:44px; }
.studio-select-label { display:grid; gap:8px; font-size:12px; margin-bottom:18px; }
.studio-select-label select { width:100%; min-width:0; min-height:44px; border:1px solid var(--border-subtle); border-radius:12px; padding:10px; background:var(--surface-panel); }
.studio-interests-dialog > .studio-primary { width:100%; }
.studio-interest-wheel .option-wheel:focus-visible,.depth-carousel:focus-visible { outline:2px solid var(--text-primary); outline-offset:-2px; }
.studio-locale-trigger { border-width:1px!important; border-radius:35px!important; }
.recommendation-strip { border-color:var(--border-subtle); background:var(--surface-panel); box-shadow:none!important; backdrop-filter:none; }
.studio-pill-tabs :is([data-slot="tabList"],[data-slot="tab"]) { border-radius:9999px !important; }
.studio-pill-tabs [data-slot="cursor"] { display:none!important; }
.studio-pill-tabs [data-slot="tab"] { min-height:40px; transition:background-color var(--duration-control),border-color var(--duration-control),color var(--duration-control); }
.studio-pill-tabs [data-slot="tab"][data-hover="true"] { background:var(--surface-subtle); }
.studio-pill-tabs [data-slot="tab"][data-selected="true"] { background:var(--text-primary) !important; border-color:var(--text-primary)!important; }
.studio-pill-tabs [data-slot="tab"][data-selected="true"] [data-slot="tabContent"] { color:var(--surface-canvas) !important; }
.studio-pill-tabs [data-slot="tab"][data-focus-visible="true"] { outline:2px solid var(--text-primary); outline-offset:2px; }
.editorial-shell .pending-opportunity-score { flex:0 0 28px; width:28px; min-width:28px; max-width:28px; height:28px; white-space:nowrap; }
@media (min-width:1600px) { .discovery-feature-stage { min-height:320px; } }
@media (max-width:1250px) {
 .discovery-bento { grid-template-columns:minmax(0,1.65fr) minmax(225px,1fr); }
 .discovery-feature-stage { grid-template-columns:1fr; }
 .discovery-depth { height:260px; }
 .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .opportunity-overview-bento { grid-template-columns:minmax(0,1.3fr) minmax(240px,1fr); grid-template-areas:"context context" "analysis support"; }
 .studio-detail-context { flex-direction:row; flex-wrap:wrap; align-items:center; gap:20px; }
 .studio-detail-context dl { display:flex; flex-wrap:wrap; gap:24px; }
}
@media (max-width:1350px) {
 .discovery-heading--actions { align-items:flex-start; flex-direction:column; }
 .discovery-heading--actions > .discovery-heading-copy { flex:0 1 auto; }
 .studio-actions--hero { width:100%; flex:0 1 auto; justify-content:flex-start; }
 .discovery-research-action { width:min(100%,420px); }
 .discovery-research-action > p { text-align:left; }
}
@media (max-width:1023px) {
 .editorial-shell { --stage-header-inset:max(8px,env(safe-area-inset-top)); }
}
@media (max-width:800px) {
 .editorial-shell { padding:8px; gap:0; }
 .editorial-shell > .studio-stage { border:0; border-radius:20px; }
 .editorial-shell > .studio-stage > header { border-radius:20px 20px 0 0; }
 .editorial-shell main { padding:24px 16px; }
 .discovery-bento,.workspace-bento,.project-workbench,.validation-workbench,.service-workbench,.billing-bento,.settings-bento,.memory-bento,.engine-selection,.admin-bento,.portfolio-grid,.build-workbench,.growth-workbench { grid-template-columns:1fr; }
 .build-workbench > div:first-child { position:static; }
 .service-context { position:static; }
 .memory-context { grid-row:auto; }
 .memory-records,.admin-bento > .admin-routing,.admin-bento > .admin-evolution { grid-column:auto; }
 .prompt-editor { grid-template-columns:1fr; }
 .prompt-editor > div:first-child { grid-row:auto; }
 .prompt-editor > div:nth-child(2),.prompt-editor > div:last-child { grid-column:auto; }
 .discovery-feature-stage { grid-template-columns:1fr; }
 .discovery-side { grid-template-columns:1fr 1fr; }
 .workspace-feature { grid-row:auto; }
 .project-tools,.validation-workbench > div:first-child { position:static; }
 .project-tools { display:flex; flex-wrap:wrap; }
 .project-tools > .eyebrow { flex-basis:100%; }
 .opportunity-overview-bento { grid-template-columns:1fr; grid-template-areas:"hypothesis" "context" "dna" "timing" "risk" "next"; }
 .studio-analysis-column,.studio-support-column { display:contents; }
 .radar-compact-content { grid-template-columns:1fr; }
 .page-intro { align-items:flex-start; flex-direction:column; }
 .page-intro__actions { width:100%; justify-content:flex-start; }
}
@media (max-width:720px) {
 .onboarding-page { padding:0; background:var(--surface-panel); }
 .onboarding-brand { margin:0; padding:28px 20px; }
 .onboarding-brand-logo { width:104px!important; }
 .onboarding-frame { display:block; min-height:calc(100dvh - 94px); border-width:1px 0 0; border-radius:28px 28px 0 0; box-shadow:none; }
 .onboarding-intro { display:none; }
 .onboarding-form { min-height:calc(100dvh - 95px); padding:28px 20px max(24px,env(safe-area-inset-bottom)); }
 .onboarding-mobile-progress { display:grid; gap:12px; margin-bottom:34px; color:var(--text-secondary); font-size:12px; }
 .onboarding-mobile-progress > div { display:flex; gap:7px; }
 .onboarding-options { grid-template-columns:1fr; }
 .onboarding-option { min-height:82px; }
 .onboarding-actions { position:sticky; bottom:0; margin-inline:-20px; padding:16px 20px max(16px,env(safe-area-inset-bottom)); background:color-mix(in srgb,var(--surface-panel) 92%,transparent); backdrop-filter:blur(14px); }
}
@media (prefers-reduced-motion:reduce) { .onboarding-gate__brand { animation:none; } }
@media (max-width:500px) {
 .studio-actions--hero { display:grid; grid-template-columns:1fr; align-items:stretch; }
 .studio-actions--hero > .studio-secondary,.discovery-research-action { width:100%; }
 .discovery-feature-stage,.discovery-side,.catalog-grid,.project-workbench .catalog-grid,.engine-selection-list { grid-template-columns:1fr; }
 .discovery-feature { padding:22px; }
 .discovery-depth { height:340px; margin-inline:0; overflow:visible; }
 .discovery-depth .depth-carousel__card { height:280px!important; }
 .discovery-depth .symbol-slide { gap:18px; }
 .discovery-depth .symbol-slide strong { font-size:15px; line-height:1.35; overflow-wrap:break-word; word-break:normal; }
 .discovery-context { grid-template-columns:1fr; }
 .discovery-feature-footer { align-items:start; }
 .radar-compact summary > span:last-child { margin-left:0; flex-basis:100%; }
 .studio-detail-context { padding:22px; }
 .opportunity-overview-bento > section { padding:22px; }
}
@media (prefers-reduced-motion:reduce), (pointer:coarse) {
 .studio-border-glow::before,.studio-border-glow::after,.studio-border-glow > .edge-light { display:none; }
}

.landing-shell{--landing-canvas: #eceee8;--landing-panel: #f8f8f4;--landing-white: #ffffff;--landing-ink: #0d0d0d;--landing-muted: #62645f;--landing-line: rgba(13, 13, 13, .15);--landing-lime: #b9ed63;--landing-lime-strong: #9fda43;--landing-green: #1d291a;--landing-focus: #2a63ff;--landing-font: var(--font-figtree), var(--font-manrope), system-ui, sans-serif;min-height:100vh;overflow:clip;color:var(--landing-ink);background:var(--landing-canvas);font-family:var(--landing-font);font-weight:500}.landing-shell *,.landing-shell *:before,.landing-shell *:after{box-sizing:border-box}.landing-shell a,.landing-shell button,.landing-shell summary{-webkit-tap-highlight-color:transparent}.landing-shell :is(a,button,summary):focus-visible{outline:2px solid var(--landing-focus);outline-offset:4px}.landing-skip-link{position:fixed;z-index:100;top:12px;left:12px;translate:0 -180%;border-radius:999px;background:var(--landing-ink);color:#fff;padding:12px 18px;transition:translate .18s ease}.landing-skip-link:focus{translate:0}.landing-header{position:absolute;z-index:20;top:0;left:50%;display:grid;width:min(100% - 48px,1400px);min-height:88px;translate:-50% 0;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.landing-brand{display:inline-flex;width:fit-content;align-items:center}.landing-brand__horizontal{width:154px}.landing-brand__symbol{display:none;width:38px}.landing-nav{display:flex;align-items:center;gap:28px;font-size:14px}.landing-nav a,.landing-footer a{color:inherit;text-decoration:none;transition:opacity .18s ease}.landing-nav a:hover,.landing-footer a:hover{opacity:.56}.landing-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.landing-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:10px 17px;font:600 14px/1 var(--landing-font);letter-spacing:-.01em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.landing-button svg,.landing-text-link svg{width:16px;height:16px}.landing-button:hover{transform:translateY(-2px)}.landing-button:active{transform:translateY(0)}.landing-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.landing-button--quiet{background:transparent;color:var(--landing-ink)}.landing-button--quiet:hover{background:#0d0d0d0f}.landing-button--primary{background:var(--landing-ink);color:#fff}.landing-button--primary:hover{background:var(--landing-green)}.landing-button--large{min-height:52px;padding-inline:22px;font-size:15px}.landing-button--accent{background:var(--landing-lime);color:var(--landing-ink)}.landing-button--accent:hover{background:var(--landing-lime-strong)}.landing-button--inverse{border-color:#ffffff3d;background:transparent;color:#fff}.landing-button--inverse:hover{background:#ffffff14}.landing-hero{position:relative;display:grid;min-height:min(960px,100svh);grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:clamp(48px,6vw,104px);padding:132px max(24px,calc((100vw - 1400px)/2)) 72px}.landing-hero:before{content:"";position:absolute;width:580px;height:580px;top:5%;right:-12%;border:1px solid rgba(13,13,13,.08);border-radius:50%;box-shadow:0 0 0 80px #ffffff1f,0 0 0 160px #ffffff14;pointer-events:none}.landing-hero__copy{position:relative;z-index:2;max-width:690px}.landing-kicker,.landing-section-index{display:flex;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-kicker svg{width:16px;height:16px}.landing-hero h1{max-width:760px;margin:24px 0 0;font-size:clamp(3.5rem,6.7vw,7.35rem);font-weight:500;letter-spacing:-.064em;line-height:.91;text-wrap:balance}.landing-hero__lead{max-width:620px;margin:30px 0 0;color:var(--landing-muted);font-size:clamp(1.06rem,1.5vw,1.28rem);line-height:1.52;letter-spacing:-.015em}.landing-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:34px}.landing-text-link{display:inline-flex;min-height:44px;align-items:center;gap:9px;color:var(--landing-ink);font-size:14px;font-weight:650;text-decoration:none}.landing-text-link svg{transition:transform .18s ease}.landing-text-link:hover svg{transform:translate(4px)}.landing-hero__assurance{display:flex;flex-wrap:wrap;gap:18px;margin-top:36px;color:var(--landing-muted);font-size:12px}.landing-hero__assurance span{display:inline-flex;align-items:center;gap:7px}.landing-hero__assurance svg{width:15px;height:15px;color:var(--landing-ink)}.landing-hero__stage{position:relative;z-index:2}.decision-map{position:relative;width:min(100%,700px);margin-inline:auto;border:1px solid var(--landing-line);border-radius:8px;background:#ffffffc2;padding:18px;box-shadow:0 18px 36px #0d0d0d12,14px 14px 0 var(--landing-lime);backdrop-filter:blur(18px);transform:rotate(1.2deg);animation:landing-enter .72s cubic-bezier(.23,1,.32,1) both}.decision-map:before{content:"";position:absolute;inset:-24px 18px 24px -18px;z-index:-1;border:1px dashed rgba(13,13,13,.14);border-radius:8px;transform:rotate(-2deg)}.decision-map__header,.decision-map__opportunity-topline{display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--landing-muted);font-size:10px;font-weight:700;letter-spacing:.1em}.decision-map__live{display:inline-flex;align-items:center;gap:6px}.decision-map__live i{width:7px;height:7px;border-radius:50%;background:var(--landing-lime-strong)}.decision-map__signal{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:18px;border-radius:8px;background:var(--landing-ink);color:#fff;padding:17px}.decision-map__signal-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--landing-lime);color:#0d0d0d}.decision-map__signal-icon svg{width:20px;height:20px}.decision-map__signal small,.decision-map__decision small{display:block;color:#ffffff94;font-size:9px;letter-spacing:.1em}.decision-map__signal strong{display:block;max-width:440px;margin-top:4px;font-size:15px;line-height:1.3}.decision-map__arrow{font-size:24px;color:var(--landing-lime)}.decision-map__path{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:9px;margin:21px 4px;color:var(--landing-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.decision-map__path span.is-active{color:var(--landing-ink);font-weight:700}.decision-map__path i{height:1px;background:var(--landing-line)}.decision-map__path i:first-of-type{background:var(--landing-lime-strong)}.decision-map__opportunity{border:1px solid var(--landing-line);border-radius:8px;background:var(--landing-panel);padding:22px}.decision-map__opportunity h2{max-width:520px;margin:20px 0 26px;font-size:clamp(1.5rem,2.35vw,2.25rem);line-height:1.06;letter-spacing:-.035em;font-weight:500}.decision-map__evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.decision-map__evidence span{display:flex;min-height:64px;align-items:center;gap:8px;border:1px solid var(--landing-line);border-radius:8px;background:#fff;padding:10px;font-size:11px;line-height:1.25}.decision-map__evidence svg{width:15px;height:15px;flex:none}.decision-map__evidence .is-pending{color:var(--landing-muted)}.decision-map__decision{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:10px;border-radius:8px;background:var(--landing-green);color:#fff;padding:15px 17px}.decision-map__decision strong{display:block;margin-top:4px;font-size:14px}.decision-map__decision svg{width:24px;height:24px;color:var(--landing-lime)}.landing-thesis,.landing-method,.landing-comparison,.landing-faq{padding-inline:max(24px,calc((100vw - 1400px)/2))}.landing-thesis{padding-top:clamp(96px,12vw,168px);padding-bottom:clamp(96px,12vw,168px);background:var(--landing-white)}.landing-thesis h2{max-width:1220px;margin:28px 0 0;font-size:clamp(2.8rem,6vw,6.8rem);font-weight:500;line-height:.95;letter-spacing:-.055em;text-wrap:balance}.landing-thesis__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;margin-top:56px}.landing-thesis__footer>p{max-width:630px;margin:0;color:var(--landing-muted);font-size:18px;line-height:1.55}.landing-thesis__statement{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--landing-ink);padding-bottom:10px;font-size:14px}.landing-thesis__statement strong{color:#517817}.landing-thesis__statement svg{width:18px;height:18px}.landing-method{padding-top:clamp(88px,10vw,144px);padding-bottom:clamp(88px,10vw,144px)}.landing-section-heading{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:end;gap:72px}.landing-section-heading h2,.landing-faq__intro h2,.landing-privacy h2{max-width:900px;margin:24px 0 0;font-size:clamp(2.55rem,4.7vw,5.2rem);line-height:.98;letter-spacing:-.05em;font-weight:500;text-wrap:balance}.landing-section-heading>p,.landing-faq__intro>p:last-child{max-width:480px;margin:0;color:var(--landing-muted);font-size:17px;line-height:1.55}.landing-method__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:64px;border:1px solid var(--landing-line);background:var(--landing-line)}.landing-method-card{min-height:430px;background:var(--landing-canvas);padding:24px;transition:background .24s ease,transform .24s ease}.landing-method-card:hover{position:relative;z-index:1;background:var(--landing-lime);transform:translateY(-8px)}.landing-method-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--landing-muted);font-size:12px}.landing-method-card__top svg{width:20px;height:20px}.landing-method-card h3{margin:120px 0 0;font-size:clamp(1.5rem,2vw,2rem);font-weight:500;line-height:1.08;letter-spacing:-.032em}.landing-method-card p{margin:22px 0 0;color:var(--landing-muted);font-size:14px;line-height:1.55}.landing-method-card:hover :is(.landing-method-card__top,p){color:#0d0d0db3}.landing-platform{padding:clamp(88px,10vw,144px) max(24px,calc((100vw - 1400px)/2));background:#10140e;color:#fff}.landing-section-heading--inverse>p{color:#ffffff94}.landing-capabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:64px}.landing-capability{position:relative;min-height:660px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#181d16;padding:clamp(24px,3vw,42px)}.landing-capability--wide{display:grid;min-height:560px;grid-column:1 / -1;grid-template-columns:.75fr 1.25fr;align-items:center;gap:64px;background:var(--landing-lime);color:#0d0d0d}.landing-capability--founder{background:#f1f0eb;color:#0d0d0d}.landing-capability--council{background:#171c15}.landing-capability__copy{position:relative;z-index:2;max-width:580px}.landing-capability__eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.landing-capability__eyebrow svg{width:17px;height:17px}.landing-capability h3{margin:25px 0 0;font-size:clamp(2rem,3.4vw,4rem);font-weight:500;line-height:1;letter-spacing:-.048em}.landing-capability p{max-width:520px;margin:24px 0 0;color:currentColor;opacity:.68;font-size:16px;line-height:1.55}.landing-mini-radar{border:1px solid rgba(13,13,13,.2);border-radius:8px;background:#fff;color:#0d0d0d;padding:16px;transform:rotate(-1deg)}.landing-mini-radar__tabs{display:flex;gap:5px;border-bottom:1px solid rgba(13,13,13,.15);padding-bottom:13px}.landing-mini-radar__tabs span{border-radius:999px;padding:8px 11px;color:#62645f;font-size:10px}.landing-mini-radar__tabs span.is-active{background:#0d0d0d;color:#fff}.landing-mini-radar__rows>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;border-bottom:1px solid rgba(13,13,13,.15);padding:20px 6px}.landing-mini-radar__rows>div:last-child{border-bottom:0}.landing-mini-radar__rows i{width:10px;height:10px;border-radius:50%;background:#cdd0ca}.landing-mini-radar__rows i.is-high{background:var(--landing-lime-strong)}.landing-mini-radar__rows span{display:grid;gap:5px}.landing-mini-radar__rows b{font-size:13px}.landing-mini-radar__rows small{color:#62645f;font-size:10px}.landing-mini-radar__rows strong{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(13,13,13,.15);border-radius:50%;font-size:11px}.landing-dna{position:absolute;right:-70px;bottom:-70px;width:min(82%,520px);aspect-ratio:1;border:1px solid rgba(13,13,13,.15);border-radius:50%}.landing-dna:before,.landing-dna:after{content:"";position:absolute;inset:16%;border:1px solid rgba(13,13,13,.15);border-radius:50%}.landing-dna:after{inset:32%}.landing-dna>span{position:absolute;z-index:1;border-radius:999px;background:#0d0d0d;color:#fff;padding:8px 11px;font-size:9px}.landing-dna>span:nth-child(1){top:8%;left:45%}.landing-dna>span:nth-child(2){top:30%;right:3%}.landing-dna>span:nth-child(3){bottom:20%;right:10%}.landing-dna>span:nth-child(4){bottom:7%;left:36%}.landing-dna>span:nth-child(5){bottom:28%;left:2%}.landing-dna>span:nth-child(6){top:27%;left:3%}.landing-dna__core{position:absolute;z-index:2;inset:39%;display:grid;place-items:center;border-radius:50%;background:var(--landing-lime)}.landing-dna__core svg{width:26px;height:26px}.landing-dna__core small{position:absolute;top:calc(100% + 9px);font-size:9px}.landing-council{display:grid;gap:8px;margin-top:64px}.landing-council>div{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:14px 16px}.landing-council span{color:#ffffff80;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.landing-council strong{font-size:13px;text-align:right}.landing-council .is-decision{margin-top:10px;border-color:var(--landing-lime);background:var(--landing-lime);color:#0d0d0d}.landing-council .is-decision span{color:#0d0d0d8c}.landing-comparison{padding-top:clamp(88px,10vw,144px);padding-bottom:clamp(88px,10vw,144px);background:var(--landing-white)}.landing-comparison__table{margin-top:64px;border-top:1px solid var(--landing-ink)}.landing-comparison__header,.landing-comparison__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-comparison__header span{padding:18px 24px;color:var(--landing-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.landing-comparison__header span:last-child{background:color-mix(in srgb,var(--landing-lime) 48%,white);color:#0d0d0d}.landing-comparison__row{border-top:1px solid var(--landing-line)}.landing-comparison__row>span{display:flex;min-height:92px;align-items:center;gap:13px;padding:20px 24px;font-size:17px;line-height:1.35}.landing-comparison__row>span:first-child{color:var(--landing-muted)}.landing-comparison__row>span:last-child{background:color-mix(in srgb,var(--landing-lime) 48%,white);color:#0d0d0d}.landing-comparison__row svg{width:18px;height:18px;flex:none}.landing-comparison__row i{font-style:normal}.landing-privacy{display:grid;grid-template-columns:auto minmax(280px,.9fr) minmax(320px,.7fr);align-items:center;gap:clamp(28px,5vw,80px);padding:72px max(24px,calc((100vw - 1400px)/2));background:var(--landing-lime);color:#0d0d0d}.landing-privacy__icon{display:grid;width:76px;height:76px;place-items:center;border:1px solid rgba(13,13,13,.25);border-radius:50%}.landing-privacy__icon svg{width:26px;height:26px}.landing-privacy h2{margin-top:14px;font-size:clamp(2.1rem,3.4vw,3.8rem)}.landing-privacy>p{margin:0;font-size:16px;line-height:1.6}.landing-faq{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:clamp(48px,8vw,128px);padding-top:clamp(88px,10vw,144px);padding-bottom:clamp(88px,10vw,144px)}.landing-faq__intro{align-self:start;position:sticky;top:32px}.landing-faq__intro>p:last-child{margin-top:24px}.landing-faq__items{border-top:1px solid var(--landing-ink)}.landing-faq-item{border-bottom:1px solid var(--landing-line)}.landing-faq-item summary{display:flex;min-height:88px;list-style:none;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:clamp(1.1rem,1.6vw,1.35rem)}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item summary svg{width:19px;height:19px;flex:none;transition:transform .18s ease}.landing-faq-item[open] summary svg{transform:rotate(180deg)}.landing-faq-item p{max-width:720px;margin:-8px 0 28px;color:var(--landing-muted);font-size:16px;line-height:1.6}.landing-final{position:relative;display:grid;min-height:680px;place-items:center;align-content:center;overflow:hidden;background:#0f130e;color:#fff;padding:96px 24px;text-align:center}.landing-final:before,.landing-final:after{content:"";position:absolute;border:1px solid rgba(185,237,99,.17);border-radius:50%;pointer-events:none}.landing-final:before{width:560px;height:560px;left:-260px;bottom:-260px;box-shadow:0 0 0 80px #b9ed6309,0 0 0 160px #b9ed6306}.landing-final:after{width:440px;height:440px;right:-200px;top:-220px;box-shadow:0 0 0 70px #b9ed6309}.landing-final__mark{position:relative;z-index:1;display:grid;width:68px;height:68px;place-items:center;border-radius:50%;background:var(--landing-lime)}.landing-final__mark .brand-logo{width:30px}.landing-final__mark .brand-logo__light{display:block!important}.landing-final__mark .brand-logo__dark{display:none!important}.landing-final .landing-section-index{position:relative;z-index:1;margin-top:30px;color:#ffffff94}.landing-final h2{position:relative;z-index:1;max-width:940px;margin:24px 0 0;font-size:clamp(3.2rem,7vw,7rem);font-weight:500;line-height:.92;letter-spacing:-.06em;text-wrap:balance}.landing-final>p:not(.landing-section-index){position:relative;z-index:1;max-width:650px;margin:28px 0 0;color:#ffffffa1;font-size:17px;line-height:1.55}.landing-final__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:36px}.landing-footer{display:grid;grid-template-columns:.7fr 1.2fr .8fr auto;align-items:center;gap:32px;min-height:144px;padding:32px max(24px,calc((100vw - 1400px)/2));background:#0f130e;color:#ffffff8f;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.landing-footer__logo{width:130px}.landing-footer__logo .brand-logo__light{display:none!important}.landing-footer__logo .brand-logo__dark{display:block!important}.landing-footer p{max-width:420px;margin:0}.landing-footer__links{display:flex;gap:18px}.landing-footer span{white-space:nowrap}@keyframes landing-enter{0%{opacity:0;transform:translateY(24px) rotate(1.2deg)}to{opacity:1;transform:translateY(0) rotate(1.2deg)}}@media(max-width:1100px){.landing-header{grid-template-columns:1fr auto}.landing-nav{display:none}.landing-hero{min-height:auto;grid-template-columns:1fr;padding-top:150px}.landing-hero__copy{max-width:880px}.landing-hero h1{max-width:900px}.landing-hero__stage{width:min(100%,780px);margin:24px auto 32px}.landing-method__grid{grid-template-columns:repeat(2,1fr)}.landing-method-card{min-height:350px}.landing-method-card h3{margin-top:70px}.landing-privacy{grid-template-columns:auto 1fr}.landing-privacy>p{grid-column:2}.landing-footer{grid-template-columns:1fr 1.5fr}.landing-footer__links,.landing-footer>span{justify-self:end}}@media(max-width:800px){.landing-header{width:calc(100% - 32px);min-height:74px}.landing-brand__horizontal{display:none}.landing-brand__symbol{display:inline-flex}.landing-header__signup{padding-inline:15px}.landing-hero{gap:54px;padding:116px 20px 72px}.landing-hero:before{width:360px;height:360px}.landing-hero h1{font-size:clamp(3.35rem,15vw,5.7rem)}.landing-hero__lead{font-size:17px}.decision-map{box-shadow:10px 10px 0 var(--landing-lime);transform:none}.decision-map:before{display:none}.decision-map__evidence{grid-template-columns:1fr}.decision-map__evidence span{min-height:48px}.landing-thesis,.landing-method,.landing-comparison,.landing-faq{padding-inline:20px}.landing-thesis h2{font-size:clamp(2.75rem,12vw,4.5rem)}.landing-thesis__footer{grid-template-columns:1fr}.landing-thesis__statement{width:fit-content}.landing-section-heading{grid-template-columns:1fr;gap:28px}.landing-method__grid{grid-template-columns:1fr}.landing-method-card{min-height:310px}.landing-method-card h3{margin-top:54px}.landing-platform{padding-inline:20px}.landing-capabilities{grid-template-columns:1fr}.landing-capability,.landing-capability--wide{min-height:570px;grid-column:auto;grid-template-columns:1fr;gap:42px}.landing-capability--wide{align-items:start}.landing-mini-radar{align-self:end}.landing-comparison__header{display:none}.landing-comparison__row{grid-template-columns:1fr;padding-block:10px}.landing-comparison__row>span{min-height:auto;padding:16px}.landing-comparison__row>span:last-child{border-radius:8px}.landing-privacy{grid-template-columns:1fr;padding-inline:20px}.landing-privacy>p{grid-column:auto}.landing-faq{grid-template-columns:1fr}.landing-faq__intro{position:static}.landing-footer{grid-template-columns:1fr;text-align:left}.landing-footer__links,.landing-footer>span{justify-self:start}}@media(max-width:480px){.landing-header__actions{gap:2px}.landing-header__actions .landing-button{min-height:42px;padding-inline:12px}.landing-header__signup svg{display:none}.landing-hero h1{font-size:clamp(3rem,15.6vw,4.6rem)}.landing-kicker{max-width:260px;line-height:1.4}.landing-hero__actions{align-items:stretch;flex-direction:column}.landing-hero__actions .landing-button{width:100%}.landing-text-link{justify-content:center}.decision-map{padding:10px}.decision-map__signal{grid-template-columns:auto 1fr;padding:13px}.decision-map__arrow{display:none}.decision-map__signal-icon{width:38px;height:38px}.decision-map__signal strong{font-size:12px}.decision-map__path{font-size:8px}.decision-map__opportunity{padding:16px}.decision-map__opportunity h2{font-size:1.45rem}.landing-thesis__statement{flex-wrap:wrap}.landing-capability{min-height:520px;padding:24px 18px}.landing-capability--wide{min-height:650px}.landing-mini-radar__tabs span{padding-inline:8px;font-size:9px}.landing-mini-radar__rows>div{gap:8px;padding-block:14px}.landing-mini-radar__rows small{display:none}.landing-dna{width:105%;right:-35%}.landing-final__actions,.landing-final__actions .landing-button{width:100%}}@media(prefers-reduced-motion:reduce){.decision-map{animation:none}.landing-shell *,.landing-shell *:before,.landing-shell *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}[data-theme=dark] .landing-shell{--landing-canvas: #212121;--landing-panel: #2f2f2f;--landing-white: #252525;--landing-ink: #ececec;--landing-muted: #b4b4b4;--landing-line: rgba(236,236,236,.17);--landing-green: #10150e;background:var(--landing-canvas)}[data-theme=dark] .landing-button--primary{background:#ececec;color:#0d0d0d}[data-theme=dark] .landing-button--primary:hover{background:var(--landing-lime)}[data-theme=dark] .decision-map{background:#2f2f2fd6}[data-theme=dark] .decision-map__signal{background:#111}[data-theme=dark] .decision-map__evidence span{background:#252525}[data-theme=dark] .landing-method-card{background:var(--landing-canvas)}[data-theme=dark] .landing-method-card:hover{color:#0d0d0d}[data-theme=dark] .landing-comparison__header span:last-child,[data-theme=dark] .landing-comparison__row>span:last-child{color:#0d0d0d}
