@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{color:var(--color-text-primary);background:var(--color-surface-canvas);font-synthesis:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--h2n-blue-950:#071826;--h2n-blue-900:#0b2236;--h2n-blue-800:#12344d;--h2n-blue-700:#1b4b6b;--h2n-blue-600:#2d6283;--h2n-blue-500:#4e7f9c;--h2n-blue-100:#e8f0f5;--h2n-blue-50:#f3f7fa;--h2n-orange-600:#e86e2f;--h2n-orange-500:#f07a3a;--h2n-orange-100:#fce8dc;--h2n-orange-50:#fff5ef;--h2n-neutral-950:#161a1d;--h2n-neutral-900:#20252a;--h2n-neutral-800:#30363c;--h2n-neutral-700:#49515a;--h2n-neutral-600:#626b74;--h2n-neutral-500:#7b858f;--h2n-neutral-400:#a1a9b1;--h2n-neutral-300:#c6ccd2;--h2n-neutral-200:#dde1e5;--h2n-neutral-100:#eef1f3;--h2n-neutral-50:#f7f9fa;--h2n-white:#fff;--color-brand:var(--h2n-blue-900);--color-brand-strong:var(--h2n-blue-950);--color-brand-soft:var(--h2n-blue-50);--color-accent:var(--h2n-orange-500);--color-accent-soft:var(--h2n-orange-50);--color-action-primary:var(--h2n-blue-800);--color-action-primary-hover:var(--h2n-blue-900);--color-action-primary-active:var(--h2n-blue-950);--color-link:var(--h2n-blue-700);--color-link-hover:var(--h2n-blue-900);--color-selection:var(--h2n-blue-100);--color-focus:var(--h2n-orange-500);--color-focus-contrast:var(--h2n-blue-950);--color-surface-canvas:var(--h2n-neutral-50);--color-surface-primary:var(--h2n-white);--color-surface-secondary:var(--h2n-neutral-100);--color-surface-elevated:var(--h2n-white);--color-text-primary:var(--h2n-neutral-950);--color-text-secondary:var(--h2n-neutral-700);--color-text-muted:var(--h2n-neutral-600);--color-text-inverse:var(--h2n-white);--color-border-subtle:var(--h2n-neutral-200);--color-border-default:var(--h2n-neutral-300);--color-border-strong:var(--h2n-neutral-400);--eka-proof:var(--color-link);--eka-proof-strong:var(--color-link-hover);--eka-proof-soft:var(--color-selection);--eka-brand-punctuation:var(--color-accent);--eka-supported-fg:#17633a;--eka-supported-bg:#eaf7ef;--eka-supported-border:#9cd5b2;--eka-partial-fg:#7a4d00;--eka-partial-bg:#fff6df;--eka-partial-border:#e8c46c;--eka-conflict-fg:#8a3d0a;--eka-conflict-bg:#fff0e7;--eka-conflict-border:#edaa7d;--eka-danger-fg:#a1262f;--eka-danger-bg:#fff0f1;--eka-danger-border:#e9a2a7;--eka-info-fg:#195a82;--eka-info-bg:#eaf5fb;--eka-info-border:#95c8e1;--eka-control-border:var(--h2n-neutral-500);--ink:var(--color-text-primary);--muted:var(--color-text-muted);--line:var(--color-border-subtle);--line-strong:var(--color-border-strong);--paper:var(--color-surface-primary);--canvas:var(--color-surface-canvas);--radius:6px;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--canvas);min-width:320px;color:var(--ink);accent-color:var(--color-action-primary);margin:0;line-height:1.5}button,input,textarea,select{font:inherit}button{cursor:pointer}:where(a:any-link){color:var(--color-link)}:where(a:any-link):hover{color:var(--color-link-hover)}::selection{background:var(--color-selection);color:var(--color-text-primary)}:focus-visible{outline:2px solid var(--color-focus-contrast);outline-offset:3px;box-shadow:0 0 0 5px var(--color-focus)}.mono{font-family:IBM Plex Mono,monospace;font-size:.86em}.eyebrow{color:var(--muted);letter-spacing:.015em;font-size:.78rem;font-weight:600}.muted{color:var(--muted)}.app-header{background:var(--color-surface-primary);border-bottom:1px solid var(--line);z-index:10;align-items:center;gap:32px;min-height:64px;padding:0 32px;display:flex;position:sticky;top:0}.brand{color:var(--color-brand);align-items:center;gap:10px;font-size:1.08rem;font-weight:600;text-decoration:none;display:flex}.brand-mark{border:1.5px solid var(--color-brand);width:32px;height:32px;color:var(--color-brand);letter-spacing:-.08em;place-items:center;font-weight:600;display:grid}.nav{align-items:center;gap:22px;height:64px;display:flex}.nav a{color:var(--muted);border-bottom:2px solid #0000;align-items:center;height:64px;font-weight:500;text-decoration:none;display:flex}.nav a.active{color:var(--ink);border-bottom-color:var(--color-brand)}.header-spacer{flex:1}.demo-badge{color:var(--eka-partial-fg);background:var(--eka-partial-bg);border:1px solid var(--eka-partial-border);border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:600}.persona-menu{min-width:0;color:var(--ink);background:0 0;border:0;align-items:center;gap:9px;padding:6px;display:flex}.persona-menu select{border-color:var(--line);border-radius:4px;width:min(300px,22vw);min-width:0}.avatar{background:var(--color-brand-soft);width:32px;height:32px;color:var(--color-brand);border-radius:50%;place-items:center;font-size:.8rem;font-weight:600;display:grid}.app-main{max-width:1520px;margin:0 auto;padding:36px 48px 72px}.page-grid{grid-template-columns:232px minmax(0,1fr);gap:36px;display:grid}.rail{border-right:1px solid var(--line);scrollbar-gutter:stable;align-self:start;max-height:calc(100dvh - 120px);padding-right:28px;position:sticky;top:96px;overflow-y:auto}.rail h2{margin:0 0 6px;font-size:1rem}.rail-list{gap:6px;margin:18px 0;padding:0;list-style:none;display:grid}.rail-list button{text-align:left;width:100%;color:var(--muted);background:0 0;border:0;border-radius:3px;padding:10px 11px}.rail-list button:hover,.rail-list button.active{background:var(--eka-proof-soft);color:var(--eka-proof)}.rail-list small{color:var(--muted);margin-top:3px;font-size:.72rem;display:block}.content{min-width:0;max-width:1040px}h1{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.5rem,2.2vw,1.75rem);line-height:1.18}h2{margin:0 0 12px;font-size:1.2rem}h3{margin:0 0 8px;font-size:1rem}p{line-height:1.55}.page-intro{max-width:72ch;margin-bottom:24px}.section-rule{border-top:1px solid var(--line);margin:28px 0}.surface{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.reading-field{padding:30px}.answer-block{border-top:1px solid var(--line);padding:32px 0}.answer-block:first-child{border-top:0;padding-top:0}.answer-block+.answer-block{border-top:2px solid var(--ink);margin-top:10px}.current-answer{position:relative}.current-answer:before{background:var(--eka-proof);content:"";width:3px;height:44px;position:absolute;inset:30px auto auto -30px}.current-answer:first-child:before{inset-block-start:0}.answer-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.question-strip{background:var(--color-surface-canvas);border-left:3px solid var(--line-strong);margin:16px 0 20px;padding:12px 14px}.trust{border:1px solid var(--line);border-left:3px solid var(--eka-supported-fg);background:var(--eka-supported-bg);align-items:flex-start;gap:9px;margin:20px 0;padding:12px 14px;display:flex}.trust.supported{border:0;border-left:2px solid var(--eka-supported-fg);width:fit-content;color:var(--eka-supported-fg);background:0 0;padding:3px 0 3px 11px;font-size:.88rem}.trust.conflict{border-left-color:var(--eka-conflict-fg);background:var(--eka-conflict-bg)}.trust.permission,.trust.insufficient{border-left-color:var(--eka-danger-fg);background:var(--eka-danger-bg)}.trust.partial{border-left-color:var(--eka-partial-fg);background:var(--eka-partial-bg)}.trust strong{margin-bottom:2px;display:block}.answer-text{max-width:72ch;font-size:1.0625rem;line-height:1.68}.origin{color:var(--muted);font-size:.75rem}.button{border:1px solid var(--eka-control-border);background:var(--color-surface-primary);min-height:42px;color:var(--ink);border-radius:4px;padding:9px 14px;font-weight:600;transition:border-color .14s ease-out,background-color .14s ease-out,color .14s ease-out}.button:hover{border-color:var(--ink)}.button.primary{background:var(--color-action-primary);border-color:var(--color-action-primary);color:var(--color-text-inverse)}.button.primary:hover:not(:disabled){background:var(--color-action-primary-hover);border-color:var(--color-action-primary-hover)}.button.primary:active:not(:disabled){background:var(--color-action-primary-active);border-color:var(--color-action-primary-active)}.button.tertiary{color:var(--color-link);background:0 0;border-color:#0000;padding-inline:6px}.button.danger{border-color:var(--eka-danger-fg);color:var(--eka-danger-fg)}.button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ask-form{align-items:flex-end;gap:10px;display:flex}.ask-form.surface{border-color:var(--eka-control-border);border-radius:6px}.context-bar{border-left:3px solid var(--eka-proof);background:var(--eka-proof-soft);justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:9px 12px;font-size:.88rem;display:flex}.prompt-groups{text-align:left;border-top:1px solid var(--line);gap:0;max-width:760px;margin:24px 0 0;display:grid}.prompt-row{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-align:left;background:0 0;justify-content:space-between;gap:24px;padding:14px 2px;display:flex}.prompt-row:hover{color:var(--color-link)}.prompt-row small{color:var(--muted);white-space:nowrap}.feedback-reasons{border:1px solid var(--line);flex-wrap:wrap;gap:10px 18px;margin-top:14px;padding:14px;display:flex}.feedback-reasons legend{font-weight:700}.feedback-reasons label{font-weight:400}.field{flex:1;gap:6px;display:grid}label{font-size:.88rem;font-weight:600}textarea,input,select{border:1px solid var(--eka-control-border);background:var(--color-surface-primary);min-height:44px;color:var(--ink);border-radius:4px;padding:10px 12px;font-size:1rem}textarea:hover,input:hover,select:hover{border-color:var(--h2n-neutral-500)}textarea{resize:vertical;min-height:76px}.help{color:var(--muted);font-size:.8rem}.table-wrap{border:1px solid var(--line);scrollbar-gutter:stable;overscroll-behavior-inline:contain;border-radius:3px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:650px}caption{text-align:left;background:var(--canvas);border-bottom:1px solid var(--line);padding:12px 14px;font-weight:600}th,td{text-align:left;border-top:1px solid var(--line);vertical-align:top;padding:11px 14px}th{color:var(--muted);letter-spacing:.01em;background:var(--color-surface-canvas);font-size:.8rem}tbody tr:hover{background:var(--color-brand-soft)}tbody tr:last-child th{border-top-color:var(--line-strong)}td.numeric,th.numeric{text-align:right;font-variant-numeric:tabular-nums}.status-text{align-items:center;gap:6px;display:inline-flex}.status-dot{background:var(--eka-supported-fg);border-radius:50%;width:8px;height:8px}.status-dot.stale{background:var(--eka-danger-fg)}.status-dot.review{background:var(--eka-partial-fg)}.status-label{border:1px solid var(--line-strong);width:fit-content;min-height:28px;color:var(--muted);background:var(--paper);border-radius:3px;align-items:center;padding:3px 8px;font-size:.78rem;line-height:1.2;display:inline-flex}.status-label.superseded{border-style:dashed}.status-label.active{border-color:var(--eka-supported-border);color:var(--eka-supported-fg);background:var(--eka-supported-bg)}.status-label.stale{border-color:var(--eka-partial-border);color:var(--eka-partial-fg);background:var(--eka-partial-bg)}.citation{border:1px solid var(--h2n-blue-500);background:var(--eka-proof-soft);color:var(--eka-proof);cursor:pointer;border-radius:4px;margin-left:4px;padding:1px 5px;font-size:.82em;font-weight:600;display:inline-flex}.citation:hover{background:var(--color-brand-soft);color:var(--eka-proof-strong)}.evidence-panel{background:var(--color-surface-elevated);border:0;border-left:1px solid var(--line-strong);z-index:20;width:min(440px,100%);max-width:none;height:100dvh;max-height:none;margin:0;padding:28px;position:fixed;inset:0 0 0 auto;overflow:auto;box-shadow:-16px 0 36px #161a1d29}.evidence-panel::backdrop{background:#161a1d52}.panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.excerpt{border-left:3px solid var(--eka-proof);background:var(--color-brand-soft);margin:20px 0;padding:10px 14px;line-height:1.6}.meta-list{gap:12px;display:grid}.meta-list div{border-top:1px solid var(--line);padding-top:9px}.meta-list dt{color:var(--muted);font-size:.78rem;font-weight:500}.meta-list dd{margin:3px 0 0}.search-bar{grid-template-columns:1fr auto;gap:10px;margin:20px 0;display:grid}.search-bar label{grid-column:1/-1}.search-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:28px;margin-top:24px;display:grid}.search-layout.no-filters{grid-template-columns:1fr}.filter-panel{border-radius:3px;gap:15px;padding:20px;display:grid}.filter-panel h2{margin:0}.result-list{gap:0;display:grid}.result{border-top:1px solid var(--line);gap:8px;padding:22px 0;display:grid}.result-head{justify-content:space-between;gap:12px;display:flex}.result-head>div{min-inline-size:0}.result a{color:var(--color-link);font-weight:600}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chip{border:1px solid var(--line);color:var(--muted);background:var(--paper);border-radius:3px;padding:5px 9px;font-size:.82rem}.chip.selected{border-color:var(--eka-proof);color:var(--eka-proof);background:var(--eka-proof-soft)}.search-results-panel{border-radius:3px;padding:0 28px}.entry{background:var(--canvas);grid-template-columns:minmax(320px,440px) minmax(0,1fr);min-height:100dvh;display:grid}.entry-aside{background:var(--color-surface-secondary);border-right:1px solid var(--line);flex-direction:column;padding:44px;display:flex}.entry-thesis{max-width:34ch;margin-block:auto;padding-block:64px}.entry-thesis h1{font-size:clamp(2.25rem,3.4vw,3.4rem);line-height:1.04}.entry-main{place-items:center;padding:32px;display:grid}.entry-card{border-radius:3px;width:100%;max-width:600px;padding:38px}.persona-grid{gap:8px;margin:24px 0;display:grid}.persona-card{text-align:left;border:1px solid var(--line);background:var(--color-surface-primary);border-radius:3px;align-items:center;gap:12px;padding:12px;display:flex}.persona-card.selected{border-color:var(--eka-proof);box-shadow:inset 3px 0 0 var(--eka-proof);background:var(--eka-proof-soft)}.persona-card p{color:var(--muted);margin:2px 0 0;font-size:.86rem}.persona-card small{color:var(--muted);margin-top:4px;line-height:1.35;display:block}.related{margin-top:24px}.empty{text-align:center;color:var(--muted);padding:36px 0}.ask-empty{text-align:start;color:var(--ink);padding:18px 2px 8px}.ask-empty>h2{max-width:32ch;font-size:1.4rem}.ask-empty>p{max-width:72ch;color:var(--muted)}.conversation-field{border-radius:3px}.is-empty .conversation-field{background:0 0;border-width:1px 0 0;padding-inline:0}.notice{background:var(--color-surface-canvas);border:1px solid var(--line);border-radius:3px;padding:14px 16px}.stats-line{flex-wrap:wrap;gap:24px;padding:14px 0;display:flex}.stat strong{font-variant-numeric:tabular-nums;font-size:1.35rem;display:block}.stat span{color:var(--muted);font-size:.8rem}.handoff{border-left:3px solid var(--eka-brand-punctuation);background:var(--color-surface-secondary);margin-top:18px;padding:18px}.source-detail{max-width:1220px}.source-detail-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:32px;display:grid}.source-document{border-radius:3px;min-width:0}.source-excerpt{margin-block:18px 32px;padding:18px 20px;font-size:1.08rem;line-height:1.68}.source-facts{border-top:2px solid var(--ink);border-bottom:1px solid var(--line);padding:18px 0;position:sticky;top:96px}.source-meta{margin-block:12px 0}.source-meta div{grid-template-columns:minmax(96px,.7fr) 1fr;gap:12px;display:grid}.relationship-list{padding-left:20px}.relationship-list li{margin-block:8px}.version-history{border-top:1px solid var(--line);margin-top:28px;padding-top:22px}.warning-notice{border-left:3px solid var(--eka-partial-fg);background:var(--eka-partial-bg)}.source-status-workspace{border-radius:3px}.exception-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.exception-item{border:0;border-left:3px solid var(--line-strong);background:0 0;border-radius:0;padding:18px 20px}.exception-item+.exception-item{border-left-color:var(--line)}.exception-item.review{box-shadow:inset 0 3px 0 var(--eka-partial-fg)}.exception-item.stale{box-shadow:inset 0 3px 0 var(--eka-danger-fg)}.exception-item.missing{box-shadow:inset 0 3px 0 var(--muted)}.exception-item p{font-size:.9rem}@media (width<=1100px){.source-detail-layout{grid-template-columns:minmax(0,1fr) 240px;gap:24px}.exception-list{grid-template-columns:1fr}.exception-item+.exception-item{border-top:1px solid var(--line);border-left-color:var(--line-strong)}}@media (width<=800px){.app-header{flex-wrap:wrap;gap:8px;min-height:64px;padding:8px 16px}.brand span:last-child{display:none}.nav{gap:10px}.nav a{padding-inline:6px}.header-persona-name,.header-spacer{display:none}.persona-menu{width:100%}.persona-menu select{flex:1;min-width:0}.app-main{padding:24px 16px 48px}.page-grid{flex-direction:column;display:flex}.content{order:1}.rail{border-right:0;border-top:1px solid var(--line);border-bottom:0;order:2;align-self:stretch;width:100%;min-width:0;max-height:none;margin-top:22px;padding:22px 0 0;position:static;overflow:visible}.rail-list{overscroll-behavior-inline:contain;max-width:100%;margin:12px 0 0;display:flex;overflow:auto}.rail-list li{flex:none}.rail-list button{white-space:nowrap}.reading-field{padding:20px}.current-answer:before{inset-inline-start:-20px}.ask-form{display:grid}.search-layout{grid-template-columns:1fr}.filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-panel h2,.filter-panel .button{grid-column:1/-1}.prompt-row{gap:4px;display:grid}.prompt-row small{white-space:normal}.entry{grid-template-columns:1fr}.entry-aside{padding:28px 24px}.entry-main{padding:20px 16px 48px}.entry-card{padding:24px}.source-detail-layout{grid-template-columns:1fr}.source-facts{position:static}.source-meta div{grid-template-columns:minmax(108px,.65fr) 1fr}.evidence-panel{width:100%}}@media (width<=520px){.filter-panel{grid-template-columns:1fr}.page-intro{margin-bottom:20px}.search-results-panel{padding-inline:18px}.result-head{align-items:flex-start}.status-label{flex:none;max-width:92px}.ask-empty{padding-top:4px}.ask-empty>h2{font-size:1.2rem}.entry-thesis{padding-block:12px}.source-meta div{grid-template-columns:1fr;gap:2px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (forced-colors:active){:focus-visible{box-shadow:none;outline-color:highlight}.button.primary{border:2px solid buttontext}.trust{border-left-color:highlight}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;border:1px solid var(--line-strong);background:var(--paper);color:var(--ink);border-radius:4px;padding:8px 12px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.guided-demo-target{z-index:12;outline:3px solid var(--h2n-orange,#f07a3a);outline-offset:5px;position:relative;box-shadow:0 0 0 9999px #0b223629,0 0 0 8px #f07a3a2e}.guided-demo-panel,.guided-demo-complete{z-index:40;border:1px solid var(--h2n-blue,#0b2236);background:var(--h2n-blue,#0b2236);color:#fff;border-radius:8px;width:min(390px,100vw - 32px);padding:20px;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 36px #0b223638}.guided-demo-complete{border-color:var(--h2n-orange,#f07a3a)}.guided-demo-panel h2,.guided-demo-complete h2{color:#fff;margin:14px 0 8px;font-size:1.28rem;line-height:1.2}.guided-demo-panel p,.guided-demo-complete p{color:#ffffffd1;margin:0;line-height:1.5}.guided-demo-topline{color:#ffffffad;justify-content:space-between;gap:16px;font-size:.78rem;display:flex}.guided-demo-progress{background:#ffffff2e;height:3px;margin-top:12px}.guided-demo-progress span{background:var(--h2n-orange,#f07a3a);height:100%;transition:width .18s;display:block}.guided-demo-instruction{gap:8px;font-weight:600;display:flex;color:#fff!important;margin-top:16px!important}.guided-demo-instruction.is-ready{color:#b9e5d0!important}.guided-demo-actions{align-items:center;gap:8px;margin-top:20px;display:flex}.guided-demo-actions>span{flex:1}.guided-demo-panel .button,.guided-demo-complete .button{color:#fff;border-color:#ffffff57}.guided-demo-panel .button.primary,.guided-demo-complete .button.primary{border-color:var(--h2n-orange,#f07a3a);background:var(--h2n-orange,#f07a3a);color:#161a1d}.guided-demo-panel .button:disabled{opacity:.45;cursor:not-allowed}@media (width<=640px){.guided-demo-panel,.guided-demo-complete{width:calc(100vw - 32px);bottom:16px;right:16px}.guided-demo-target{outline-offset:3px}}@media (prefers-reduced-motion:reduce){.guided-demo-progress span{transition:none}}.landing-page{--landing-ink:#132c40;--landing-blue:var(--color-brand);--landing-muted:#50616e;--landing-line:#d8e0e5;color:var(--landing-ink);background:#fff;font-family:DM Sans,system-ui,sans-serif;overflow-x:clip}.landing-page *{box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin-top:0}.landing-page h1,.landing-page h2,.landing-page h3{letter-spacing:-.045em}.landing-page p{line-height:1.65}.landing-page a{text-decoration:none}.landing-container{width:min(100% - 7vw,1370px);margin-inline:auto}.landing-skip{z-index:100;background:#fff;padding:12px;position:absolute;top:-100px;left:20px}.landing-skip:focus{top:12px}.landing-header{border-bottom:1px solid var(--landing-line);z-index:20;background:#fff;height:76px;position:relative}.landing-header-inner{justify-content:space-between;align-items:center;gap:24px;height:100%;display:flex}.landing-brand{color:var(--landing-blue);white-space:nowrap;align-items:center;gap:17px;font-size:1.08rem;font-weight:700;display:flex}.landing-brand img{width:144px;height:auto}.landing-brand-separator{background:#c6d0d7;width:1px;height:24px}.landing-nav{align-items:center;gap:clamp(13px,1.8vw,30px);font-size:.87rem;font-weight:600;display:flex}.landing-nav a{color:#334b5e}.landing-nav a:hover,.landing-nav a:focus-visible{color:#005887}.landing-nav .landing-nav-demo{background:var(--landing-blue);color:#fff;white-space:nowrap;border-radius:3px;padding:13px 17px}.landing-nav-demo span{margin-left:12px}.landing-menu-toggle{display:none}.landing-kicker{letter-spacing:.12em;text-transform:uppercase;color:#47677b;font-size:.78rem;font-weight:700;margin-bottom:22px!important}.landing-section{padding:clamp(88px,10vw,156px) 0}.landing-page h1{max-width:1000px;margin-bottom:33px;font-size:clamp(4.6rem,7.6vw,8.25rem);font-weight:600;line-height:.96}.landing-page h2{font-size:clamp(2.65rem,5.1vw,5.65rem);font-weight:600;line-height:1.06}.landing-page h3{font-size:clamp(1.3rem,1.8vw,1.8rem);font-weight:600;line-height:1.22}.landing-button{border:1px solid var(--landing-blue);cursor:pointer;border-radius:3px;justify-content:space-between;align-items:center;gap:22px;min-height:55px;padding:17px 21px;font:600 .94rem DM Sans,system-ui,sans-serif;transition:background .18s,color .18s,transform .18s;display:inline-flex}.landing-button:hover{transform:translateY(-2px)}.landing-button-primary{background:var(--landing-blue);color:#fff!important}.landing-button-primary:hover{background:#123f5d}.landing-button-secondary{background:0 0;color:var(--landing-blue)!important}.landing-button-secondary:hover{background:#e8f0f5}.landing-button-light{background:#fff;border-color:#fff;color:var(--landing-blue)!important}.landing-actions{flex-wrap:wrap;gap:12px;display:flex}.landing-hero{background:#f5f8fa;padding:clamp(80px,8vw,130px) 0 0;overflow:hidden}.landing-hero-copy{max-width:1040px}.landing-hero-lead{color:#405663;max-width:720px;margin-bottom:30px;font-size:clamp(1.18rem,1.65vw,1.55rem);line-height:1.5!important}.landing-demo-disclosure{color:#62737c;font-size:.79rem;margin:17px 0 70px!important}.landing-hero-visual{max-width:1140px;margin-left:auto;position:relative}.landing-hero-caption,.landing-stage-meta{color:#556c7d;letter-spacing:.11em;text-transform:uppercase;justify-content:space-between;margin-bottom:13px;font-size:.72rem;font-weight:700;display:flex}.landing-product-frame{background:#fff;border:1px solid #c6d4dd;border-radius:5px;overflow:hidden;box-shadow:0 25px 65px #08253c1f}.landing-frame-bar{background:#edf2f5;border-bottom:1px solid #d5dfe5;align-items:center;gap:5px;height:29px;padding:0 12px;display:flex}.landing-frame-bar span{background:#9daeb9;border-radius:50%;width:5px;height:5px}.landing-frame-bar strong{letter-spacing:.06em;color:#698092;text-transform:uppercase;margin-left:auto;font-size:.58rem;font-weight:700}.landing-product-frame img{width:100%;height:auto;display:block}.landing-hero-frame{height:clamp(360px,48vw,620px)}.landing-hero-frame img{width:100%;height:auto}.landing-hero-foot{border:1px solid var(--landing-line);color:#25475e;background:#fff;border-top:0;align-items:center;gap:13px;padding:17px 20px;font-size:.81rem;display:flex}.landing-hero-foot strong{font-weight:600}.landing-proof{border-bottom:1px solid var(--landing-line);background:#fff}.landing-proof-grid{grid-template-columns:1.25fr repeat(3,1fr);align-items:center;gap:25px;padding-block:31px;display:grid}.landing-proof-grid p{color:#577081;margin:0;font-size:.78rem}.landing-proof-grid div{border-left:1px solid var(--landing-line);gap:3px;padding-left:22px;display:grid}.landing-proof-grid strong{font-size:.91rem}.landing-proof-grid span{color:#5d6e7a;font-size:.78rem}.landing-problem-grid,.landing-enterprise-grid,.landing-why-grid,.landing-schedule-grid,.landing-faq-grid{grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,120px);display:grid}.landing-problem h2{max-width:620px}.landing-problem-right{align-self:end}.landing-problem-right>p{color:#455b69;max-width:580px;font-size:clamp(1.15rem,1.6vw,1.45rem)}.landing-transformation{border-top:1px solid var(--landing-line);gap:11px;margin-top:50px;padding-top:25px;font-size:1rem;display:grid}.landing-transformation strong{color:var(--landing-blue);font-size:1.38rem;font-weight:600}.landing-story{background:var(--landing-blue);color:#fff;padding:100px 0 120px}.landing-story .landing-kicker,.landing-enterprise .landing-kicker,.landing-try .landing-kicker{color:#a9c7d8}.landing-story-heading{margin-bottom:70px}.landing-story-heading h2{max-width:980px}.landing-story-heading>p:last-child{color:#c0d0da;font-size:1.2rem}.landing-story-layout{grid-template-columns:40% 60%;gap:4vw;display:grid}.landing-story-steps article{opacity:.44;flex-direction:column;justify-content:center;min-height:78vh;padding-right:4vw;transition:opacity .4s;display:flex}.landing-story-steps article.is-active{opacity:1}.landing-story-steps article>span{letter-spacing:.12em;text-transform:uppercase;color:#adc5d4;margin-bottom:20px;font-size:.78rem;font-weight:700}.landing-story-steps h3{margin-bottom:19px;font-size:clamp(2.3rem,3.9vw,4.6rem)}.landing-story-steps p{color:#c6d5de;max-width:440px;font-size:1.13rem}.landing-story-stage{flex-direction:column;justify-content:center;align-self:start;height:80vh;display:flex;position:sticky;top:10vh}.landing-story-stage .landing-product-frame{height:55vh}.landing-story-stage .landing-product-frame img{width:100%;height:auto}.landing-story-stage .stage-1 img{width:115%;transform:translate(-7%)}.landing-story-stage .stage-2 img{width:120%;transform:translate(-11%,-1%)}.landing-story-stage .stage-3 img{width:120%;transform:translate(-8%)}.landing-story-mobile-frame{display:none}.landing-stage-rule{background:#446279;height:2px;margin-top:22px}.landing-stage-rule span{background:var(--color-accent);height:100%;transition:width .35s;display:block}.landing-section-head{max-width:900px;margin-bottom:65px}.landing-capabilities{background:#f6f8fa}.landing-capability-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.landing-capability-grid article{border-top:2px solid #163f59;padding-top:25px}.landing-capability-index{color:#113b57;background:#dfeaf0;justify-content:center;align-items:center;width:33px;height:33px;margin-bottom:35px;font-weight:700;display:inline-flex}.landing-capability-grid h3{min-height:70px}.landing-capability-grid p{color:#4d6271;font-size:.95rem}.landing-process-list{border-top:1px solid #b9c9d3;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.landing-process-list li{border-right:1px solid #d1dce3;margin-right:26px;padding:24px 28px 0 0}.landing-process-list li:last-child{border:0}.landing-process-list li>span{color:#4f7087;font-size:.79rem;font-weight:700}.landing-process-list h3{margin:60px 0 14px}.landing-process-list p{color:#566b78;font-size:.94rem}.landing-enterprise{color:#fff;background:#12344d}.landing-enterprise h2{max-width:590px}.landing-enterprise-grid>div:nth-child(2)>p:first-child{color:#d7e2e8;font-size:1.2rem}.landing-enterprise-tags{flex-wrap:wrap;gap:10px;margin:36px 0;display:flex}.landing-enterprise-tags span{border:1px solid #668197;padding:10px 13px;font-size:.83rem}.landing-fine-print{font-size:.78rem;color:#b2c5d1!important}.landing-try{background:var(--landing-blue);color:#fff;overflow:hidden}.landing-try-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:7vw;display:grid}.landing-try-grid h2{max-width:600px}.landing-try-grid p:not(.landing-kicker){color:#c5d5df;max-width:510px;margin-bottom:33px;font-size:1.1rem}.landing-try .landing-product-frame{height:410px;transform:rotate(-2deg)translate(2vw);box-shadow:0 30px 60px #0000003d}.landing-why{background:#f6f8fa}.landing-why-grid>p{color:#48606e;align-self:end;font-size:1.19rem}.landing-schedule-grid>div:first-child>p:not(.landing-kicker){color:#536a79;max-width:540px;font-size:1.13rem}.landing-next{border-top:1px solid var(--landing-line);margin-top:50px;padding-top:25px}.landing-next h3{font-size:1.2rem}.landing-next ol{color:#526978;padding-left:20px;line-height:1.9}.landing-form-shell{background:#f3f7fa;border:1px solid #d1dfe8;align-self:start;padding:clamp(24px,3vw,48px)}.landing-form-shell form{gap:20px;display:grid}.landing-form-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.landing-form-shell label{gap:8px;font-size:.9rem;font-weight:700;display:grid}.landing-form-shell input,.landing-form-shell textarea{width:100%;color:var(--landing-blue);font:inherit;background:#fff;border:1px solid #9daeba;border-radius:2px;padding:14px}.landing-form-shell textarea{resize:vertical}.landing-form-shell input:focus-visible,.landing-form-shell textarea:focus-visible{outline:2px solid var(--landing-blue);box-shadow:0 0 0 4px var(--color-accent)}.landing-form-note{color:#5a6c78;margin:0;font-size:.77rem}.landing-form-shell .landing-button{justify-self:start}.landing-form-complete{flex-direction:column;justify-content:center;min-height:335px;display:flex}.landing-form-complete h3{font-size:2.3rem}.landing-form-complete p{color:#526977}.landing-orange-line{background:var(--color-accent);width:40px;height:3px;margin-bottom:30px}.landing-faq{background:#f6f8fa}.landing-faq details{border-bottom:1px solid #c9d5dc;padding:25px 0}.landing-faq details:first-child{border-top:1px solid #c9d5dc}.landing-faq summary{cursor:pointer;justify-content:space-between;gap:20px;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary:after{content:"+";font-size:1.55rem;font-weight:400}.landing-faq details[open] summary:after{content:"−"}.landing-faq details p{color:#4c6372;max-width:600px;margin:17px 0 0}.landing-final{text-align:center;background:#fff}.landing-final-inner{max-width:850px}.landing-final h2{margin-bottom:22px}.landing-final p:not(.landing-kicker){color:#546b79;font-size:1.1rem}.landing-final .landing-actions{justify-content:center;margin-top:34px}.landing-footer{background:#edf3f6;border-top:1px solid #d2dfe6}.landing-footer-inner{color:#526b7a;flex-wrap:wrap;align-items:center;gap:26px;padding-block:33px;font-size:.78rem;display:flex}.landing-footer img{width:144px}.landing-footer a:last-child{color:#143e59;margin-left:auto;font-weight:600}.landing-page :focus-visible{outline-offset:3px;box-shadow:0 0 0 5px var(--color-accent);outline:2px solid #071826}@media (width<=1080px){.landing-nav{gap:12px;font-size:.78rem}.landing-brand img{width:122px}.landing-capability-grid{grid-template-columns:repeat(2,1fr)}.landing-process-list{grid-template-columns:repeat(2,1fr);row-gap:40px}.landing-story-layout{grid-template-columns:42% 58%}.landing-story-stage .landing-product-frame{height:49vh}}@media (width<=800px){.landing-container{width:min(100% - 40px,680px)}.landing-header{height:68px}.landing-menu-toggle{color:var(--landing-blue);background:0 0;border:0;align-items:center;gap:15px;padding:8px;font:700 .89rem DM Sans,sans-serif;display:flex}.landing-menu-toggle span{font-size:1.2rem}.landing-nav{border-bottom:1px solid var(--landing-line);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:22px 20px 26px;font-size:1rem;display:none;position:absolute;top:68px;left:0;right:0;box-shadow:0 18px 30px #0821321a}.landing-nav.is-open{display:flex}.landing-nav a{padding:12px}.landing-nav .landing-nav-demo{margin-top:8px}.landing-page h1{font-size:clamp(3.55rem,11vw,6.3rem)}.landing-page h2{font-size:clamp(2.5rem,7vw,4.5rem)}.landing-section{padding:85px 0}.landing-hero{padding-top:85px}.landing-hero-frame{height:410px}.landing-proof-grid{grid-template-columns:1fr 1fr}.landing-proof-grid p{grid-column:1/-1}.landing-proof-grid div{padding-left:15px}.landing-problem-grid,.landing-enterprise-grid,.landing-why-grid,.landing-schedule-grid,.landing-faq-grid,.landing-try-grid{grid-template-columns:1fr;gap:25px}.landing-story{padding:80px 0}.landing-story-heading{margin-bottom:40px}.landing-story-layout{display:block}.landing-story-stage{display:none}.landing-story-steps article{min-height:unset;opacity:1;padding:0 0 90px}.landing-story-steps h3{font-size:clamp(2.25rem,6vw,3.3rem)}.landing-story-mobile-frame{margin-top:25px;display:block}.landing-story-mobile-frame .landing-product-frame{height:350px}.landing-process-list h3{margin-top:30px}.landing-try .landing-product-frame{height:320px;transform:none}.landing-faq-grid{gap:10px}}@media (width<=520px){.landing-container{width:calc(100% - 36px)}.landing-brand img{width:115px}.landing-hero{padding-top:70px}.landing-page h1{font-size:clamp(3.25rem,13vw,4.6rem)}.landing-hero-lead{font-size:1.08rem}.landing-actions{display:grid}.landing-button{width:100%}.landing-demo-disclosure{margin-bottom:42px!important}.landing-hero-caption{font-size:.58rem}.landing-hero-frame{height:310px}.landing-hero-frame img{width:720px;max-width:none;transform:translate(-110px)}.landing-hero-foot{flex-wrap:wrap;gap:7px;font-size:.68rem}.landing-hero-foot span:nth-of-type(2){display:none}.landing-proof-grid{gap:15px}.landing-proof-grid div{border-left:0;border-top:1px solid var(--landing-line);padding:12px 0 0}.landing-capability-grid{grid-template-columns:1fr;gap:24px}.landing-capability-grid h3{min-height:0}.landing-process-list{grid-template-columns:1fr}.landing-process-list li{border-right:0;border-bottom:1px solid var(--landing-line);margin:0;padding-bottom:20px}.landing-process-list li:last-child{border:0}.landing-process-list h3{margin-top:20px}.landing-story-mobile-frame .landing-product-frame{height:270px}.landing-story-mobile-frame img{width:650px;max-width:none;transform:translate(-120px)}.landing-form-grid{grid-template-columns:1fr}.landing-footer-inner{gap:13px;display:grid}.landing-footer a:last-child{margin-left:0}}@media (prefers-reduced-motion:reduce){.landing-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.landing-story-steps article{opacity:1}.landing-button:hover{transform:none}}.landing-frame-bar strong{color:#415b6d}.landing-transformation span{color:#566b78}.landing-story-layout{grid-template-columns:40% minmax(0,1fr)}.landing-story-stage .landing-product-frame{align-self:stretch;max-width:100%}.landing-story-stage .landing-product-frame img{width:100%;height:auto;transform:none}.landing-story-stage .landing-product-frame.stage-1,.landing-story-stage .landing-product-frame.stage-3{align-self:center;width:max-content;max-width:100%}.landing-story-stage .landing-product-frame.stage-1 img,.landing-story-stage .landing-product-frame.stage-3 img{width:auto;max-width:100%;height:calc(55vh - 29px);transform:none}.landing-story-mobile-frame .landing-product-frame img{width:100%;height:auto;transform:none}.landing-story-mobile-frame article{opacity:1}@media (width<=800px){.landing-story-mobile-frame .landing-product-frame{width:100%;height:350px}.landing-story-mobile-frame .landing-product-frame img{width:100%;max-width:none;height:auto;transform:none}.landing-story-steps article:nth-child(2) .landing-story-mobile-frame .landing-product-frame,.landing-story-steps article:nth-child(4) .landing-story-mobile-frame .landing-product-frame{width:max-content;max-width:100%;margin-inline:auto}.landing-story-steps article:nth-child(2) .landing-story-mobile-frame img,.landing-story-steps article:nth-child(4) .landing-story-mobile-frame img{width:auto;height:320px}}@media (width<=520px){.landing-story-mobile-frame .landing-product-frame{height:270px}.landing-story-steps article:nth-child(2) .landing-story-mobile-frame img,.landing-story-steps article:nth-child(4) .landing-story-mobile-frame img{width:auto;height:240px}}.landing-story-stage .landing-product-frame.stage-1,.landing-story-stage .landing-product-frame.stage-3{align-self:center;width:440px;max-width:100%;height:65vh}.landing-story-stage .landing-product-frame.stage-1 img,.landing-story-stage .landing-product-frame.stage-3 img{width:100%;max-width:none;height:auto}@media (width<=800px){.landing-story-steps article:nth-child(2) .landing-story-mobile-frame .landing-product-frame,.landing-story-steps article:nth-child(4) .landing-story-mobile-frame .landing-product-frame{width:min(100%,440px);height:auto}.landing-story-steps article:nth-child(2) .landing-story-mobile-frame img,.landing-story-steps article:nth-child(4) .landing-story-mobile-frame img{width:100%;height:auto}}.landing-story-steps article{opacity:1}.landing-story-steps article:not(.is-active) h3{color:#b7cbd8}.landing-hero-foot span{color:#536b79}.landing-stage-meta{color:#b7ccd9}
