@font-face{font-family:Bricolage;src:url('/assets/fonts/bricolage-grotesque-latin-wght-normal.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
@font-face{font-family:'Plex Sans';src:url('/assets/fonts/ibm-plex-sans-latin-400-normal.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Plex Sans';src:url('/assets/fonts/ibm-plex-sans-latin-500-normal.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:'Plex Sans';src:url('/assets/fonts/ibm-plex-sans-latin-600-normal.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:'Plex Mono';src:url('/assets/fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
:root{--brand-50:#effaf6;--brand-100:#d8f2e9;--brand-200:#b7e5d7;--brand-300:#8fd6c1;--brand-400:#5dbaa1;--brand-500:#369b83;--brand-600:#267d6c;--brand-700:#1d6357;--brand-800:#184d46;--brand-900:#153d39;--brand-950:#102925;--ink:#14292d;--raised:#1d363b;--paper:#f5f8f6;--paper-deep:#e8f1ed;--action:var(--brand-300);--action-hover:#a8e2d0;--accent-ink:#236d62;--support:var(--brand-200);--warning:#d9ae80;--warning-ink:#805522;--error:#e1938d;--error-ink:#a74743;--text:#f5f8f6;--muted:#b5cac4;--body:'Plex Sans',Arial,sans-serif;--display:Bricolage,Arial,sans-serif;--mono:'Plex Mono',monospace}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.57}
a{color:inherit;text-decoration:none}
img{max-width:100%}
[hidden]{display:none!important}
::selection{background:var(--action);color:var(--ink)}
:focus-visible{outline:3px solid var(--action);outline-offset:4px;box-shadow:0 0 0 6px var(--ink)}
.skip-link{position:absolute;left:1rem;top:-5rem;z-index:50;background:var(--action);color:var(--ink);padding:.7rem 1rem;border-radius:.5rem;font-weight:600}
.skip-link:focus{top:1rem}
.shell{width:min(100% - 96px,1310px);margin-inline:auto}
.site-frame{overflow:hidden}
.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:10}
.brand{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--display);font-size:1.55rem;letter-spacing:-.075em;font-weight:760;white-space:nowrap}
.brand img{flex:none}
.brand-ending{color:var(--action)}
.main-nav{display:flex;gap:2.35rem;align-items:center;color:#b8bcbd;font-size:.9rem}
.main-nav a,.app-header-actions>a,.site-footer nav a{transition:color .2s}
.main-nav a:hover,.app-header-actions>a:hover,.site-footer nav a:hover{color:var(--action-hover)}
.header-action,.pill-link,.closing-button{display:inline-flex;justify-content:space-between;align-items:center;gap:2.3rem;border:1px solid #60686b;border-radius:100px;padding:.8rem .9rem .8rem 1.15rem;font-weight:600;font-size:.88rem;transition:background .2s,color .2s,border-color .2s,transform .2s}
.header-action:hover,.pill-link:hover{border-color:var(--action);background:var(--action);color:var(--ink);transform:translateY(-2px)}
.header-action span,.pill-link span{font-size:1.16rem;line-height:1}
.hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;gap:1rem;align-items:center;padding-block:55px 80px;position:relative}
.hero:before{content:"";position:absolute;left:-9%;top:-30%;width:72%;height:100%;background:radial-gradient(ellipse at center,rgba(58,68,73,.21),transparent 64%);pointer-events:none}
.hero-content{position:relative;z-index:2;padding-bottom:2.6rem}
.eyebrow,.section-kicker,.feature-meta,.sheet-top,.sheet-bottom,.sheet-call-label,.sheet-source,.art-note,.proof-strip,.method-rail span,.composer-top,.composer-footer,.brief-head,.source-rail h4,.brief-foot,.empty-stages,.desk-note{font-family:var(--mono);font-size:.68rem;letter-spacing:.105em}
.eyebrow{display:flex;align-items:center;gap:.75rem;color:#c5cfca;margin-bottom:1.8rem}
.eyebrow-spark{width:9px;height:9px;display:block;background:var(--action);border-radius:50%;box-shadow:0 0 0 5px rgba(143,214,193,.12)}
h1,h2,h3,h4,p{margin-top:0}
.hero h1{font:720 clamp(3.8rem,5.6vw,6.35rem)/.94 var(--display);letter-spacing:-.085em;margin-bottom:1.65rem;max-width:800px}
.hero h1>span{color:#c4d4cf}
.accent-period{color:var(--action)}
.hero-lede{font-size:1.09rem;line-height:1.65;color:#abb5b4;max-width:540px;margin-bottom:2.35rem}
.hero-form{background:#242a30;border:1px solid #485156;border-radius:18px;padding:.85rem;max-width:610px;box-shadow:0 28px 80px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.08)}
.hero-form>label{display:block;color:#c6cfca;font-size:.78rem;font-weight:600;padding:.3rem .45rem .65rem}
.hero-input-row{display:flex;align-items:center;gap:.6rem}
.hero-input-row input{min-width:0;flex:1;background:transparent;border:0;color:white;padding:.7rem .45rem;font-size:1rem;outline:none}
.hero-input-row input::placeholder{color:#889494}
.hero-input-row button,.primary-button{border:0;border-radius:11px;background:var(--action);color:#102925;font-weight:600;display:inline-flex;align-items:center;justify-content:space-between;gap:1.6rem;transition:background .2s,transform .2s,box-shadow .2s}
.hero-input-row button{padding:.85rem 1rem;white-space:nowrap}
.hero-input-row button:hover,.primary-button:hover:not(:disabled){background:var(--action-hover);transform:translateY(-2px);box-shadow:0 9px 28px rgba(143,214,193,.2)}
.hero-input-row button span,.primary-button span{font-size:1.1rem;line-height:1}
.hero-form>p{color:#8d989a;font-size:.72rem;margin:.8rem .45rem .1rem}
.hero-art{height:545px;position:relative;display:flex;align-items:center;justify-content:center;perspective:1200px}
.art-halo{position:absolute;inset:8% -12% 0 -14%;background:radial-gradient(ellipse at 52% 50%,#4c564e 0%,#303932 28%,transparent 68%);opacity:.35;filter:blur(7px)}
.hero-art:before{content:"";position:absolute;width:490px;height:490px;border:1px solid rgba(255,255,255,.06);border-radius:50%;transform:rotate(-20deg) scaleX(1.28)}
.hero-art:after{content:"";position:absolute;width:340px;height:340px;border:1px dashed rgba(143,214,193,.1);border-radius:50%;transform:rotate(17deg) scaleX(1.55)}
.art-note{position:absolute;z-index:3;color:#b4bdb9;background:#1e2528;border:1px solid #3d4949;border-radius:100px;padding:.8rem 1rem;white-space:nowrap;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.art-note-top{top:21px;right:0;transform:rotate(5deg)}
.art-note-bottom{bottom:30px;left:5px;transform:rotate(-4deg);letter-spacing:.02em;text-transform:none;font-family:var(--body);font-size:.83rem}
.note-dot{display:inline-block;width:6px;height:6px;background:var(--support);border-radius:50%;vertical-align:middle;margin-right:.35rem}
.mini-cross{color:var(--action);font-size:1rem;margin-right:.35rem}
.preview-sheet{z-index:2;width:min(100%,458px);color:#1c272a;background:#f5f8f6;border-radius:14px 14px 25px 14px;padding:2rem 2.1rem 1.2rem;box-shadow:0 36px 90px rgba(0,0,0,.4),inset 0 0 0 1px #fff;transform:rotate(-4deg) translate(5px,11px);animation:sheet-enter .9s cubic-bezier(.16,1,.3,1) both;position:relative}
.preview-sheet:after{content:"";position:absolute;bottom:0;right:0;border-width:0 0 36px 36px;border-style:solid;border-color:transparent transparent #d5dedb transparent;filter:drop-shadow(-2px -2px 3px rgba(23,44,45,.08));border-radius:0 0 22px 0}
.sheet-top{display:flex;align-items:center;gap:.65rem;color:#647373;margin-bottom:1.65rem}
.sheet-symbol{display:inline-grid;place-items:center;width:30px;height:30px;background:#dbe7e0;color:#31433b;border-radius:8px;font-family:var(--body);font-size:1.2rem;letter-spacing:0}
.sheet-menu{margin-left:auto;font-size:1.2rem;letter-spacing:0;line-height:0}
.sheet-divider{color:#a8b3ad;margin-inline:.3rem}
.sheet-question{font:650 1.52rem/1.16 var(--display);letter-spacing:-.04em;max-width:360px;margin-bottom:1.45rem}
.sheet-rule{border-top:1px solid #cbd4cf;margin-bottom:1.5rem}
.sheet-call-label{color:#236d62;display:flex;align-items:center;gap:.45rem;margin-bottom:.7rem}
.call-indicator{width:7px;height:7px;background:var(--action);border-radius:50%}
.sheet-call{font:690 1.9rem/1.13 var(--display);letter-spacing:-.052em;margin-bottom:1rem}
.sheet-detail{color:#63706e;font-size:.89rem;line-height:1.5;margin-bottom:1.3rem}
.sheet-source{display:flex;align-items:center;gap:.8rem;border:1px solid #d4ddd8;border-radius:9px;padding:.65rem;color:#4a5e54;background:#eef3ef;text-transform:none;letter-spacing:0;font-family:var(--body);font-size:.78rem}
.sheet-source>span:last-child{margin-left:auto;font-size:1rem}
.source-index{font-family:var(--mono);font-size:.65rem;color:#7d9b8e}
.sheet-bottom{display:flex;justify-content:space-between;color:#99a5a0;border-top:1px solid #d8dfd9;padding-top:1.1rem;margin-top:1.4rem;font-size:.57rem}
.proof-strip{border-top:1px solid #394247;border-bottom:1px solid #394247;min-height:83px;display:flex;align-items:center;justify-content:space-between;gap:2rem;color:#b5bfba;letter-spacing:.025em;font-family:var(--body);font-size:.84rem}
.proof-intro{font-weight:600;color:white}
.proof-strip>div:not(:first-child){display:flex;align-items:center;gap:.7rem;white-space:nowrap}
.proof-glyph{font-size:1.45rem;color:var(--action);line-height:1}
.light-section{background:var(--paper);color:var(--ink);padding:118px 0 128px}
.why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem 4rem}
.section-kicker{color:var(--action);margin-bottom:1.35rem;font-weight:500}
.light-section .section-kicker{color:#236d62}
.why-heading h2,.method-left h2,.faq-section h2,.closing-cta h2{font:710 clamp(2.7rem,4.35vw,5rem)/1 var(--display);letter-spacing:-.071em;margin:0}
.why-heading h2 em{font-style:normal;color:#84938c}
.why-copy{align-self:end;max-width:465px;padding-bottom:.25rem}
.why-copy p{color:#5b6663;font-size:1.08rem;line-height:1.7;margin-bottom:1.5rem}
.text-link{display:inline-flex;align-items:center;gap:1rem;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:.32rem;transition:gap .2s,color .2s}
.text-link:hover{gap:1.35rem;color:#236d62}
.text-link span{font-size:1.15rem}
.feature-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.feature-card{min-height:310px;padding:1.6rem 1.6rem 1.4rem;border:1px solid #dce3de;border-radius:14px;background:#f9faf7;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(34,51,48,.08)}
.feature-icon{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;font:1.65rem var(--body);color:#304338;background:#dce9e1;margin-bottom:auto}
.feature-call .feature-icon{background:#d8f2e9;color:#236d62}
.feature-compare .feature-icon{background:#e4e7ef;color:#535f7a}
.feature-card h3{font:660 1.7rem/1.1 var(--display);letter-spacing:-.045em;margin:1.4rem 0 .4rem}
.feature-card p{color:#65716d;line-height:1.55;font-size:.89rem;max-width:310px;margin-bottom:1.5rem}
.feature-meta{color:#8f9c95;margin-top:auto;font-size:.6rem}
.method-teaser{padding-block:125px 133px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}
.method-left h2{margin-bottom:1.55rem}
.method-left>p:not(.section-kicker){color:#a6b1ad;line-height:1.7;max-width:440px;font-size:1.02rem;margin-bottom:2rem}
.pill-link{border-color:#66716e;width:max-content}
.method-rail{border:1px solid #4c5756;border-radius:18px;padding:.8rem 2rem;background:#20272b;box-shadow:0 28px 60px rgba(0,0,0,.15)}
.method-rail>div{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:1rem;min-height:75px;border-bottom:1px solid #384541}
.method-rail>div:last-child{border:0}
.method-rail span{color:#8fa49a;font-size:.62rem}
.method-rail b{font:580 1.1rem var(--display);letter-spacing:-.015em}
.privacy-band{background:#263730;padding-block:63px}
.privacy-band-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.2rem}
.key-icon{border:1px solid #638074;border-radius:14px;width:84px;height:84px;display:grid;place-items:center;color:var(--support);font-size:2.3rem}
.privacy-band h2{font:680 2.25rem/1 var(--display);letter-spacing:-.06em;margin-bottom:.65rem}
.privacy-band p:not(.section-kicker){color:#b8c9be;line-height:1.55;margin:0;max-width:680px;font-size:.9rem}
.privacy-band .section-kicker{color:var(--support);margin-bottom:.7rem}
.light-link{white-space:nowrap;color:#d7e8de;font-size:.86rem}
.faq-section{padding-block:118px 130px;display:grid;grid-template-columns:.85fr 1.15fr;gap:7%}
.faq-list{border-top:1px solid #48514e}
.faq-list details{border-bottom:1px solid #48514e;padding:1.5rem 0}
.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:1rem;font:580 1.14rem var(--display);letter-spacing:-.02em}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:'+';font-family:var(--body);color:var(--action);font-size:1.4rem;line-height:.8}
.faq-list details[open] summary:after{content:'−'}
.faq-list p{color:#aeb9b4;line-height:1.65;margin:.95rem 3rem 0 0;font-size:.9rem}
.closing-cta{border-top:1px solid #394247;padding-block:100px 115px;display:flex;align-items:end;gap:3rem}
.closing-cta h2{flex:1}
.closing-button{background:var(--action);border-color:var(--action);color:var(--ink);min-width:198px;padding:1rem 1.1rem 1rem 1.25rem}
.closing-button:hover{background:var(--action-hover);border-color:var(--action-hover);transform:translateY(-3px)}
.site-footer{border-top:1px solid #394247;padding-top:60px;padding-bottom:26px}
.footer-main p{font-size:.87rem;color:#9faeaa;margin:1rem 0 2.5rem}
.site-footer nav{display:flex;gap:1.75rem;flex-wrap:wrap;color:#b7c0bc;font-size:.83rem}
.footer-bottom{border-top:1px solid #394247;margin-top:55px;padding-top:20px;display:flex;justify-content:space-between;gap:1rem;color:#82908c;font-family:var(--mono);font-size:.63rem}

/* Decision desk */
.app-page{min-height:100vh;position:relative;isolation:isolate}
.app-page:before{content:"";position:absolute;inset:0 0 auto;height:1100px;background:linear-gradient(150deg,transparent,#e9f0ff);opacity:.46;mask-image:linear-gradient(to bottom,#000 0%,#000 35%,transparent 100%);pointer-events:none;z-index:0}
.app-page>header,.app-page>main,.app-page>footer{position:relative;z-index:1}
.app-header{border-bottom:1px solid #364044}
.app-header-actions{display:flex;align-items:center;gap:1.5rem;color:#b7c2bd;font-size:.86rem}
.key-button{border:1px solid #5a6661;border-radius:100px;background:#252d30;color:#eef4ef;padding:.7rem 1rem;display:flex;align-items:center;gap:.55rem;font-size:.82rem;transition:border-color .2s,background .2s}
.key-button:hover{border-color:var(--support);background:#2d3937}
.key-status-dot{height:7px;width:7px;background:var(--action);border-radius:50%}
.key-button.is-connected .key-status-dot{background:var(--support)}
.app-main{padding-block:70px 85px}
.desk-heading{max-width:720px;margin-bottom:3.5rem}
.desk-heading h1{font:720 clamp(3.5rem,5.2vw,5.9rem)/.96 var(--display);letter-spacing:-.077em;margin-bottom:1.35rem}
.desk-heading>p:last-child{max-width:550px;color:#a8b6b0;line-height:1.65;font-size:1.03rem}
.desk-grid{display:grid;grid-template-columns:minmax(350px,.85fr) minmax(0,1.15fr);gap:1.25rem;align-items:start}
.composer-card{border:1px solid #4b5755;border-radius:16px;background:#1d363b;padding:1.5rem;box-shadow:0 18px 52px rgba(0,0,0,.16)}
.composer-top{color:#9daea6;display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}
.composer-symbol{width:29px;height:29px;border-radius:8px;background:var(--action);color:var(--ink);display:grid;place-items:center;font:700 1rem var(--display);letter-spacing:0}
.composer-top-right{margin-left:auto;color:#72837d;font-size:.59rem}
.composer-card h2{font:680 1.9rem/1.1 var(--display);letter-spacing:-.05em;margin-bottom:1.5rem}
.composer-card label,.second-view-controls label,#key-form label{display:block;font-size:.8rem;font-weight:600;color:#dbe5dd;margin-bottom:.5rem}
.composer-card textarea,#key-input,.composer-card select,.second-view select{width:100%;background:#10262a;color:#f4f6f3;border:1px solid #53605b;border-radius:10px;outline:0}
.composer-card textarea{min-height:150px;resize:vertical;padding:1rem;line-height:1.5}
.composer-card textarea::placeholder,#key-input::placeholder{color:#83918b}
.composer-card textarea:focus,#key-input:focus,.composer-card select:focus,.second-view select:focus{border-color:var(--support);box-shadow:0 0 0 3px rgba(143,214,193,.12)}
.composer-footer{display:flex;justify-content:space-between;gap:1rem;color:#8da098;margin-top:.6rem;margin-bottom:1.7rem;letter-spacing:0;font-size:.62rem}
.model-row{margin-bottom:1.25rem}
.composer-card select,.second-view select{appearance:none;padding:.8rem 2.3rem .8rem .85rem;background-image:linear-gradient(45deg,transparent 50%,var(--support) 50%),linear-gradient(135deg,var(--support) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;font-size:.86rem}
.primary-button{width:100%;min-height:49px;padding:.85rem 1rem}
.verification-status{min-height:1.2rem;margin:.2rem 0 .8rem;color:var(--muted);font-size:.73rem;line-height:1.45}
.verification-status.is-ready{color:var(--support)}
#turnstile-container{max-width:100%;overflow:hidden}
.composer-disclosure{border-top:1px solid #3d4b48;display:flex;align-items:start;gap:.7rem;margin-top:1.5rem;padding-top:1.2rem;color:#a6b4aa}
.composer-disclosure span{color:var(--support);line-height:1.3}
.composer-disclosure p{font-size:.76rem;line-height:1.5;margin:0}
.output-panel{min-height:528px}
.output-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}
.output-heading .section-kicker{margin-bottom:.45rem}
.output-heading h2{font:670 1.72rem/1.1 var(--display);letter-spacing:-.05em;margin:0}
.ghost-button{border:1px solid #66716d;background:transparent;color:#d3ddd7;border-radius:100px;padding:.58rem .8rem;font-size:.75rem;transition:background .2s,border-color .2s}
.ghost-button:hover{background:#303b38;border-color:var(--support)}
.ghost-button span{margin-left:.7rem}
.status-message{min-height:1.4rem;color:#a4b0a9;font-size:.8rem;margin-bottom:.6rem}
.status-error{color:var(--error)}
.status-success{color:var(--support)}
.empty-state{min-height:450px;border:1px solid #3f4e48;border-radius:16px;display:flex;flex-direction:column;align-items:start;justify-content:center;padding:3rem;background:#102925}
.empty-symbol{width:66px;height:66px;border:1px solid #69786f;border-radius:17px;color:var(--support);display:grid;place-items:center;font-size:2rem;margin-bottom:2.3rem}
.empty-state h3{font:660 1.85rem/1.08 var(--display);letter-spacing:-.05em;max-width:330px;margin-bottom:.65rem}
.empty-state p{color:#9daa9f;line-height:1.6;max-width:340px;font-size:.89rem;margin-bottom:0}
.empty-stages{display:flex;gap:1.1rem;align-items:center;color:#82948a;font-size:.59rem}
.empty-stages span:nth-child(even){color:var(--action);font-size:.9rem}
.loading-state{min-height:390px;border:1px solid #53615b;border-radius:16px;padding:3rem;display:flex;flex-direction:column;justify-content:center;background:#1d2628}
.loading-line{height:3px;background:#35463f;border-radius:3px;overflow:hidden;margin-bottom:2.1rem}
.loading-line span{display:block;width:35%;height:100%;background:var(--action);animation:loading 1.3s ease-in-out infinite alternate}
.loading-state p{font:660 1.65rem var(--display);letter-spacing:-.04em;margin-bottom:.4rem}
.loading-state>span{font-size:.86rem;color:#98a99f;line-height:1.5}
.loading-state button{width:max-content;margin-top:2.2rem}
.brief-card{background:var(--paper);color:var(--ink);border-radius:15px;overflow:hidden;margin-bottom:1rem;box-shadow:0 18px 50px rgba(0,0,0,.22);animation:sheet-enter .5s cubic-bezier(.16,1,.3,1) both}
.brief-second{background:#eaf0ec}
.brief-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-bottom:1px solid #d4ded6;padding:1rem 1.5rem;color:#64786d;font-size:.62rem}
.brief-head span:first-child{color:#236d62}
.brief-head span:last-child{overflow-wrap:anywhere;text-align:right;letter-spacing:0}
.brief-body{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(145px,.9fr)}
.brief-sections{padding:1.7rem 1.5rem 1.3rem}
.brief-section{border-bottom:1px solid #d9e1da;padding-bottom:1.25rem;margin-bottom:1.35rem}
.brief-section:last-child{border:0;margin-bottom:0;padding-bottom:0}
.brief-section h4{color:#236d62;text-transform:uppercase;font:500 .63rem var(--mono);letter-spacing:.09em;margin-bottom:.62rem}
.brief-section:first-child p:first-of-type{font:650 1.45rem/1.23 var(--display);letter-spacing:-.035em;color:#22302a}
.brief-section p,.brief-section li{color:#4c5c53;font-size:.84rem;line-height:1.62;margin-bottom:.6rem;overflow-wrap:anywhere}
.brief-section p:last-child,.brief-section li:last-child{margin-bottom:0}
.brief-section ul{padding-left:1.15rem;margin:.2rem 0 0}
.brief-section a{color:#236d62;text-decoration:underline;text-underline-offset:3px}
.source-rail{border-left:1px solid #d9e1da;padding:1.7rem .9rem;background:#eff3ee}
.source-rail h4{color:#7b8d80;text-transform:uppercase;margin-bottom:1rem;font-size:.59rem}
.source-rail ol{list-style:none;margin:0;padding:0}
.source-rail li{margin-bottom:.55rem}
.source-rail a{display:flex;gap:.5rem;align-items:start;border:1px solid #d3dfd4;background:#f8faf6;border-radius:9px;padding:.65rem .45rem;transition:transform .2s,border-color .2s}
.source-rail a:hover{transform:translateY(-2px);border-color:#8eaa97}
.source-rail a>span:first-child{font:500 .59rem var(--mono);color:#8aa08c;padding-top:.15rem}
.source-rail a>span:nth-child(2){min-width:0;flex:1}
.source-rail a strong{display:block;font-size:.68rem;font-weight:600;line-height:1.25;overflow-wrap:anywhere}
.source-rail a small{display:block;color:#789081;font-size:.58rem;margin-top:.3rem;overflow-wrap:anywhere}
.source-rail a>span:last-child{font-size:.8rem;color:#809588}
.no-sources{font-size:.72rem;line-height:1.55;color:#697b70}
.brief-foot{border-top:1px solid #d8e1d9;padding:.75rem 1.5rem;color:#839289;font-size:.55rem;letter-spacing:.02em}
.second-view{margin-top:2rem;background:#253630;border:1px solid #577165;border-radius:15px;padding:2rem;display:flex;justify-content:space-between;gap:2rem;align-items:center}
.second-view .section-kicker{color:var(--support);margin-bottom:.5rem}
.second-view h2{font:660 1.95rem var(--display);letter-spacing:-.05em;margin-bottom:.45rem}
.second-view p:not(.section-kicker){color:#b2c5b7;font-size:.81rem;margin:0}
.second-view-controls{min-width:250px}
.second-view select{margin-bottom:.65rem}
.secondary-button{width:100%;border:1px solid var(--support);border-radius:10px;background:var(--support);color:#23312a;padding:.75rem .9rem;display:flex;justify-content:space-between;font-weight:600;font-size:.85rem;transition:background .2s}
.secondary-button:hover:not(:disabled){background:#d0eadd}
.desk-note{color:#81938a;text-align:center;letter-spacing:0;margin-top:2.5rem;line-height:1.4}
.app-footer{padding-top:0;border:0}
.app-footer .footer-bottom{margin-top:0}
dialog{border:1px solid #63726b;border-radius:17px;padding:0;background:#202a2b;color:var(--text);width:min(calc(100% - 2rem),470px);box-shadow:0 30px 100px rgba(0,0,0,.5)}
dialog::backdrop{background:rgba(4,10,12,.75);backdrop-filter:blur(8px)}
#key-form{padding:1.5rem}
.dialog-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.7rem}
.dialog-top button{border:0;background:none;color:#b8c5bd;font-size:1.8rem;line-height:1;padding:0 .2rem}
#key-form .section-kicker{margin-bottom:.6rem}
#key-form h2{font:680 2.2rem/1.03 var(--display);letter-spacing:-.06em;margin-bottom:.8rem}
.dialog-copy{color:#b0c0b5;line-height:1.55;font-size:.87rem;margin-bottom:1.5rem}
#key-input{padding:.8rem .9rem}
.dialog-hint{font-size:.72rem;color:#9bae9f;line-height:1.5;margin:.75rem 0 1.4rem}
.dialog-hint a{text-decoration:underline;text-underline-offset:2px;color:var(--support)}

/* Static content pages */
.content-page{background:var(--paper);color:var(--ink)}
.content-page .site-header{color:var(--ink);border-bottom:1px solid #d6dfd7}
.content-page .brand-ending{color:var(--accent-ink)}
.content-page .main-nav{color:#526059}
.content-page .header-action{border-color:#9aa9a0}
.article-shell{width:min(100% - 48px,780px);margin:auto;padding:88px 0 120px}
.article-shell .section-kicker{color:#236d62}
.article-shell h1{font:720 clamp(3.3rem,7vw,5.6rem)/.98 var(--display);letter-spacing:-.077em;margin-bottom:1.2rem}
.article-shell>.article-lede{font-size:1.15rem;color:#5b6d63;line-height:1.65;margin-bottom:3.6rem}
.article-shell h2{font:660 1.95rem/1.1 var(--display);letter-spacing:-.045em;margin:2.6rem 0 .85rem}
.article-shell h3{font:650 1.35rem/1.2 var(--display);letter-spacing:-.025em;margin:2rem 0 .7rem}
.article-shell p,.article-shell li{font-size:1rem;line-height:1.75;color:#4b5d52}
.article-shell ul,.article-shell ol{padding-left:1.4rem}
.article-shell a:not(.pill-link){color:#236d62;text-decoration:underline;text-underline-offset:3px}
.article-shell blockquote{border-left:3px solid var(--brand-600);padding:.3rem 0 .3rem 1.3rem;margin:2rem 0;color:#26352c;font:600 1.35rem/1.4 var(--display)}
.article-shell .article-callout{border:1px solid #d3ded5;background:#e9f0e9;border-radius:12px;padding:1.5rem;margin:2.5rem 0}
.article-shell .article-callout p:last-child{margin-bottom:0}
.article-shell .pill-link{color:var(--ink);border-color:#7f9585;margin-top:1.6rem}
.content-page .site-footer{background:var(--ink);color:var(--text);width:100%;padding-inline:max(48px,calc((100vw - 1310px)/2))}
@keyframes sheet-enter{from{opacity:0;transform:translateY(25px) rotate(-2deg)}to{opacity:1}}
@keyframes loading{from{transform:translateX(-5%)}to{transform:translateX(190%)}}
@keyframes decision-in{from{opacity:.35;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes decision-measure{from{transform:scaleX(0)}to{transform:scaleX(1)}}

@media(max-width:1100px){.shell{width:min(100% - 64px,1310px)}.hero{grid-template-columns:1fr .9fr;min-height:640px}.hero h1{font-size:clamp(3.5rem,5.6vw,5.3rem)}.hero-art{transform:scale(.87);transform-origin:center right}.art-note-top{right:-1rem}.privacy-band-inner{grid-template-columns:auto 1fr}.privacy-band .text-link{grid-column:2}.desk-grid{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}.brief-body{grid-template-columns:1fr}.source-rail{border-left:0;border-top:1px solid #d9e1da}.source-rail ol{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.source-rail li{margin:0}}
@media(max-width:780px){.shell{width:min(100% - 36px,640px)}.site-header{height:76px}.main-nav{display:none}.header-action{padding:.65rem .75rem .65rem .95rem;gap:1rem}.hero{grid-template-columns:1fr;padding-top:65px;padding-bottom:70px;gap:2rem}.hero-content{padding-bottom:0}.hero h1{font-size:clamp(3.55rem,9vw,5.8rem)}.hero-art{transform:none;height:505px;max-width:520px;margin:auto;width:100%}.preview-sheet{width:min(88%,430px)}.art-note-top{right:0}.proof-strip{flex-wrap:wrap;justify-content:start;gap:1rem 2rem;padding-block:1.25rem}.proof-intro{width:100%}.light-section{padding-block:83px}.why-grid{grid-template-columns:1fr;gap:1.5rem}.why-copy{max-width:570px}.feature-grid{grid-column:1;grid-template-columns:1fr;margin-top:1.4rem}.feature-card{min-height:210px}.feature-icon{margin-bottom:.3rem}.method-teaser{grid-template-columns:1fr;gap:3rem;padding-block:88px}.privacy-band-inner{grid-template-columns:auto 1fr;gap:1rem}.key-icon{width:66px;height:66px;font-size:1.8rem}.privacy-band .text-link{grid-column:1/-1;width:max-content;margin-top:.6rem}.faq-section{grid-template-columns:1fr;gap:2.5rem;padding-block:83px}.closing-cta{padding-block:75px;align-items:start;flex-direction:column}.site-footer{padding-top:50px}.app-main{padding-block:55px}.desk-grid{grid-template-columns:1fr}.desk-heading{margin-bottom:2.5rem}.desk-heading h1{font-size:clamp(3.5rem,9vw,5.3rem)}.output-panel{min-height:0}.empty-state{min-height:350px}.brief-body{grid-template-columns:minmax(0,1.5fr) minmax(145px,.85fr)}.source-rail{border-top:0;border-left:1px solid #d9e1da}.source-rail ol{display:block}.source-rail li{margin-bottom:.5rem}.second-view{flex-direction:column;align-items:stretch}.article-shell{padding-block:70px 90px}.content-page .site-footer{padding-inline:18px}}
@media(max-width:560px){.brand{font-size:1.35rem}.brand img{width:33px;height:33px}.hero{padding-top:48px}.hero h1{font-size:clamp(3.15rem,13vw,4.55rem);letter-spacing:-.078em}.desktop-break{display:none}.hero-lede{font-size:.98rem;margin-bottom:1.7rem}.hero-form{padding:.75rem}.hero-input-row{display:block}.hero-input-row input{display:block;width:100%;padding:.8rem .45rem}.hero-input-row button{width:100%;margin-top:.3rem}.hero-art{height:430px;margin-top:.2rem}.preview-sheet{padding:1.45rem 1.35rem .8rem;width:88%;transform:rotate(-3deg)}.sheet-question{font-size:1.25rem}.sheet-call{font-size:1.5rem}.sheet-detail{font-size:.77rem}.art-note{font-size:.53rem;padding:.63rem .75rem}.art-note-top{top:0}.art-note-bottom{bottom:2px}.proof-strip{gap:.7rem 1rem;font-size:.76rem}.proof-strip>div:not(:first-child){width:100%}.why-heading h2,.method-left h2,.faq-section h2,.closing-cta h2{font-size:clamp(2.5rem,11vw,3.5rem)}.light-section{padding-block:70px}.feature-card{min-height:215px}.method-rail{padding:.5rem 1rem}.method-rail>div{grid-template-columns:1fr;gap:.2rem;align-content:center;min-height:66px}.method-rail b{font-size:1rem}.privacy-band{padding-block:48px}.privacy-band-inner{grid-template-columns:1fr}.privacy-band .text-link{grid-column:1}.privacy-band h2{font-size:2rem}.faq-list summary{font-size:1rem}.closing-button{width:100%}.footer-bottom{flex-direction:column}.app-header-actions>a{display:none}.app-header-actions{gap:.5rem}.app-main{padding-block:48px}.desk-heading h1{font-size:clamp(3.3rem,12vw,4.6rem)}.desk-heading>p:last-child{font-size:.95rem}.composer-card{padding:1rem}.composer-top{margin-bottom:1.5rem}.composer-card h2{font-size:1.6rem}.composer-footer{font-size:.54rem}.output-heading h2{font-size:1.5rem}.empty-state{padding:2rem;min-height:345px}.brief-body{display:block}.brief-sections{padding:1.3rem}.brief-head{padding:.8rem 1.3rem}.source-rail{border-left:0;border-top:1px solid #d9e1da;padding:1.3rem}.brief-foot{padding:.75rem 1.3rem}.second-view{padding:1.3rem}.article-shell{width:min(100% - 36px,780px)}.content-page .header-action{font-size:.72rem}}

/* Jev decision desk */
[hidden]{display:none!important}
.desk-access{display:inline-flex;align-items:center;gap:.55rem;color:#d3e7d7;font:500 .69rem var(--mono);letter-spacing:.02em}
.desk-access>span{width:7px;height:7px;border-radius:50%;background:var(--support);box-shadow:0 0 0 4px rgba(143,214,193,.1)}
.mode-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;background:#10262a;border:1px solid #44534c;border-radius:12px;padding:.3rem;margin-bottom:1.7rem}
.mode-button{border:0;background:transparent;color:#9eafa4;padding:.72rem .25rem;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer}
.mode-button:hover{color:white}
.mode-button.is-active{background:#d8f2e9;color:#203029;box-shadow:0 3px 10px rgba(0,0,0,.13)}
.composer-card #question{min-height:84px}
.composer-card #context{min-height:145px}
.conditional-fields{margin:1rem 0 1.6rem}
.field-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}
.field-heading span{color:#94a89c;font:500 .64rem var(--mono)}
.choice-list{display:grid;gap:.55rem}
.choice-row{display:flex;align-items:center;gap:.55rem}
.choice-number{font:500 .66rem var(--mono);color:var(--support);min-width:1.35rem}
.choice-row input,.score-list input{background:#10262a;color:#f4f6f3;border:1px solid #53605b;border-radius:9px;outline:none;padding:.76rem .82rem;min-width:0}
.choice-row input{flex:1}
.choice-row input:focus,.score-list input:focus{border-color:var(--support);box-shadow:0 0 0 3px rgba(143,214,193,.12)}
.choice-row input::placeholder,.score-list input::placeholder{color:#7f9188}
.remove-choice{background:transparent;border:1px solid #596a60;border-radius:8px;color:#acc0af;width:34px;height:35px;flex:none;font-size:1.15rem;cursor:pointer}
.remove-choice:hover:not(:disabled){color:white;border-color:var(--action)}
.remove-choice:disabled{opacity:.3;cursor:not-allowed}
.add-choice{border:0;background:transparent;color:var(--support);font-size:.79rem;font-weight:600;padding:.8rem 0 0;cursor:pointer}
.add-choice:hover{text-decoration:underline;text-underline-offset:3px}
.score-list{display:grid;gap:.55rem}
.score-list label{display:flex;align-items:center;gap:.7rem;color:var(--support);font:500 .67rem var(--mono);margin:0}
.score-list input{flex:1;font:400 .83rem var(--body)}
.decision-result{background:var(--paper);color:var(--ink);border-radius:16px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.22);animation:decision-in .32s cubic-bezier(.2,.75,.25,1) both}
.result-head,.result-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;color:#7b8e82;font:500 .6rem var(--mono);letter-spacing:.06em}
.result-head{border-bottom:1px solid #d5ded7}
.result-head span:first-child{color:#236d62}
.decision-result.signal-needs-context .result-head span:first-child,.decision-result.signal-unclear .result-head span:first-child{color:var(--warning-ink)}
.result-head span:last-child{overflow-wrap:anywhere;text-align:right}
.result-body{padding:2.25rem 1.7rem 1.4rem}
.result-body .section-kicker{margin-bottom:.8rem}
.decision-result .section-kicker{color:var(--accent-ink)}
.result-body h3{font:700 clamp(2.2rem,4vw,3.9rem)/1 var(--display);letter-spacing:-.075em;margin-bottom:1rem;overflow-wrap:anywhere}
.result-description{color:#627268;font-size:.91rem;line-height:1.6;max-width:520px}
.result-distribution{border-top:1px solid #d6e0d7;padding:1.45rem 1.7rem}
.result-distribution h4{font:600 .85rem var(--body);color:#536d5c;margin-bottom:1.3rem}
.probability-row{margin-bottom:1.3rem}
.probability-row:last-child{margin-bottom:0}
.probability-top{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;margin-bottom:.45rem;font-size:.85rem;color:#3d5045}
.probability-top span{overflow-wrap:anywhere}
.probability-top strong{font:600 .88rem var(--mono);color:#697c70}
.probability-track{height:8px;background:#dce6dc;border-radius:100px;overflow:hidden}
.probability-track span{height:100%;display:block;background:#678a7e;border-radius:100px;min-width:2px;transform-origin:left center;animation:decision-measure .58s cubic-bezier(.18,.8,.22,1) .1s both}
.probability-row.is-selected .probability-top{font-weight:700;color:#283b2d}
.probability-row.is-selected .probability-top strong{color:#236d62}
.probability-row.is-selected .probability-track span{background:var(--brand-600)}
.context-readout{display:flex;justify-content:space-between;gap:1rem;background:#eaf1e9;border-top:1px solid #d6e0d7;border-bottom:1px solid #d6e0d7;padding:1.05rem 1.7rem;color:#536c59}
.context-readout span{font:500 .65rem var(--mono);letter-spacing:.05em}
.context-readout strong{font:600 .78rem var(--mono)}
.result-note{padding:1.3rem 1.7rem .25rem;color:#65786a;font-size:.78rem;line-height:1.58;margin:0}
.result-foot{border-top:1px solid #d6e0d7;margin-top:1.2rem;font-size:.55rem;letter-spacing:0}
@media(max-width:560px){.desk-access{font-size:.57rem}.result-body{padding:1.6rem 1.3rem 1rem}.result-distribution{padding:1.3rem}.context-readout{padding:1rem 1.3rem}.result-note{padding:1.1rem 1.3rem .2rem}.result-head,.result-foot{padding:.85rem 1.3rem}.result-head{font-size:.53rem}.result-body h3{font-size:2.65rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}}
