.landing-body{background:#131211;margin:0}.landing{--ink:#f0ece4;--ink-soft:#9d9689;--ink-faint:#6f6a61;--ink-muted:#8f8a80;--ink-dim:#57534b;--paper:#131211;--paper-raised:#161411;--paper-deep:#100f0d;--paper-terminal:#0d0c0a;--line:#ffffff14;--line-strong:#ffffff1f;--line-soft:#ffffff0f;--amber:#e2a848;--amber-deep:#1a150c;--amber-soft:#f0ce8f;--amber-tint:#e2a8480d;--amber-tint-strong:#e2a8481a;--amber-border:#e2a8484d;--amber-border-strong:#e2a84873;--cost:#c96a5f;--term-green:#7cba7a;--term-path:#c9c3b8;--radius:10px;--font-display:"IBM Plex Sans", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.6}.landing *,.landing :before,.landing :after{box-sizing:border-box}html:has(.landing){scroll-behavior:smooth;scroll-padding-top:84px}html:has(.landing.nav-open),body:has(.landing.nav-open){overflow:hidden}.landing a{color:inherit;text-decoration:none}.landing img,.landing svg{display:block}.landing .wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 64px}.landing .eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:16px;font-size:11.5px}.landing h1,.landing h2,.landing h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);line-height:1.2}.landing h2{margin-bottom:14px;font-size:clamp(24px,3.5vw,32px);font-weight:700}.landing .section{border-top:1px solid var(--line-soft);padding:88px 0}.landing .section-sub{color:var(--ink-soft);max-width:640px;font-size:15px;line-height:1.7}.landing .btn{cursor:pointer;font-size:13.5px;font-weight:600;font-family:var(--font-body);border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.landing .btn-primary{background:var(--amber);color:var(--amber-deep)}.landing .btn-primary:hover{background:#ebb45a}.landing .btn-primary:disabled{opacity:.55;cursor:not-allowed}.landing .btn-ghost{border-color:var(--line-strong);color:var(--term-path);background:0 0}.landing .btn-ghost:hover{color:var(--ink);border-color:#ffffff38}.landing :focus-visible{outline:2px solid var(--amber);outline-offset:2px}@media (width<=860px){.landing .wrap{padding:0 20px}.landing .section{padding:56px 0}.landing .section-sub{font-size:13.5px}}@media (width<=360px){.landing .wrap{padding:0 16px}}@media (prefers-reduced-motion:reduce){html:has(.landing){scroll-behavior:auto}}.landing .waitlist{gap:10px;max-width:460px;display:flex}.landing .waitlist input{border:1px solid var(--line-strong);min-width:0;font-size:13.5px;font-family:var(--font-body);background:var(--paper-deep);color:var(--ink);border-radius:7px;flex:1;padding:12px 16px}.landing .waitlist input::placeholder{color:var(--ink-faint)}.landing .waitlist input:focus{outline:2px solid var(--amber);outline-offset:1px;border-color:#0000}.landing .form-note{color:var(--amber-soft);margin-top:12px;font-size:14px;font-weight:500;display:none}.landing .form-note.show{display:block}.landing .form-note-error{color:var(--cost)}@media (width<=860px){.landing .waitlist{flex-direction:column;max-width:none}.landing .waitlist .btn{width:100%}}.landing .hero{background:var(--paper);padding:88px 0 96px;position:relative;overflow:hidden}.landing .hero .wrap{grid-template-columns:minmax(0,1fr) 540px;align-items:center;gap:32px;max-width:1280px;display:grid;position:relative}.landing .hero h1{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2}.landing .hero h1 em{color:var(--amber);font-style:normal}.landing .hero p.lede{color:var(--ink-soft);max-width:520px;margin:0 0 32px;font-size:16px;line-height:1.7}.landing .hero .fine{color:var(--ink-faint);margin-top:12px;font-size:12px}.landing .hero .eyebrow{margin-bottom:20px}.landing .terminal{background:var(--paper-terminal);border:1px solid var(--line-strong);width:100%;font-family:var(--font-mono);color:var(--ink-soft);border-radius:12px;font-size:12.5px;line-height:2;overflow:hidden;box-shadow:0 30px 80px #00000080}.landing .term-bar{border-bottom:1px solid #ffffff12;align-items:center;gap:8px;padding:12px 16px;display:flex}.landing .term-bar span{background:#ffffff24;border-radius:50%;width:10px;height:10px}.landing .term-bar b{color:var(--ink-faint);font-size:11px;font-weight:400;font-family:var(--font-mono);margin-left:10px}.landing .term-body{white-space:pre-wrap;word-break:break-word;min-height:340px;padding:20px 22px}.landing .t-user{color:#e8e4dc}.landing .t-tool{color:var(--ink-soft)}.landing .t-tool .t-accent{color:var(--amber)}.landing .t-dim{color:var(--ink-faint)}.landing .t-path,.landing .t-match{color:var(--term-path)}.landing .t-match .t-ln{color:var(--term-green)}.landing .cursor{background:var(--term-path);vertical-align:-2px;width:7px;height:15px;animation:1s step-end infinite landing-blink;display:inline-block}@keyframes landing-blink{50%{opacity:0}}@media (width<=1080px){.landing .hero .wrap{grid-template-columns:1fr}.landing .terminal{max-width:560px}}@media (width<=860px){.landing .hero .wrap{grid-template-columns:1fr;gap:32px}.landing .hero{padding:48px 0 56px}.landing .hero h1{margin-bottom:18px;font-size:32px;line-height:1.5}.landing .hero p.lede{margin-bottom:24px;font-size:14px}.landing .hero .eyebrow{margin-bottom:16px}.landing .terminal{box-shadow:none;border-radius:10px;font-size:10.5px;line-height:1.9}.landing .term-bar{gap:6px;padding:10px 14px}.landing .term-bar span{width:8px;height:8px}.landing .term-bar b{margin-left:8px;font-size:10px}.landing .term-body{min-height:0;padding:14px 16px}}@media (prefers-reduced-motion:reduce){.landing .cursor{animation:none}}.landing .problem{background:var(--paper-raised);border-top:1px solid var(--line-soft)}.landing .dilemma{margin-top:36px;grid-template-columns:1fr 1fr;gap:20px;max-width:1000px;margin-inline:auto;display:grid}.landing .dilemma-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:24px}.landing .dilemma-card h3{color:#e8e4dc;margin-bottom:10px;font-size:15.5px;font-weight:600}.landing .dilemma-card .tag{font-family:var(--font-mono);color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:10.5px;display:block}.landing .dilemma-card p{color:var(--ink-soft);font-size:13.5px;line-height:1.7}.landing .dilemma-cost{font-family:var(--font-mono);color:var(--cost);margin-top:16px;font-size:12px}.landing .third-way{margin-top:20px;border:1px solid var(--amber-border);background:var(--amber-tint);border-radius:var(--radius);max-width:1000px;margin-inline:auto;padding:24px 28px}.landing .third-way h3{color:var(--amber-soft);margin-bottom:10px;font-size:15px}.landing .third-way p{color:var(--term-path);max-width:none;font-size:13.5px;line-height:1.75}@media (width<=860px){.landing .dilemma{grid-template-columns:1fr;gap:14px;margin-top:24px}.landing .dilemma-card,.landing .third-way{padding:16px 18px}}.landing .steps{margin-top:40px;grid-template-columns:1fr 1fr 1.2fr;gap:20px;max-width:1200px;margin-inline:auto;display:grid}.landing .step{border:1px solid var(--line);border-radius:var(--radius);background:0 0;padding:24px}.landing .step-num{font-family:var(--font-mono);color:var(--amber);background:var(--amber-tint-strong);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:16px;font-size:12px;display:inline-flex}.landing .step h3{color:#e8e4dc;margin-bottom:10px;font-size:15px}.landing .step p{color:var(--ink-soft);font-size:13px;line-height:1.7}.landing .step code{font-family:var(--font-mono);background:var(--amber-tint-strong);color:var(--amber-soft);border-radius:4px;padding:1px 6px;font-size:12px}.landing .snippet{background:var(--paper-terminal);border:1px solid var(--line);font-family:var(--font-mono);color:var(--term-path);border-radius:8px;margin-top:14px;padding:12px 14px;font-size:12px;line-height:1.7;overflow-x:auto}.landing .snippet .t-dim{color:var(--ink-faint)}@media (width<=860px){.landing .steps{grid-template-columns:1fr;gap:14px;margin-top:24px}.landing .step{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:24px minmax(0,1fr);align-items:start;column-gap:14px;padding:18px;display:grid}.landing .step-num{grid-area:1/1/span 2;width:24px;height:24px;margin:0;font-size:11px}.landing .step h3,.landing .step p{grid-column:2}.landing .step h3{margin-bottom:6px;font-size:14px}.landing .step p{font-size:12.5px;line-height:1.65}.landing .step .snippet{grid-column:1/-1;margin-top:12px;font-size:10px}}.landing .tools-section{background:var(--paper-raised)}.landing .tools-grid{margin-top:40px;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin-inline:auto;display:grid}.landing .tool{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:24px}.landing .tool code.name{font-family:var(--font-mono);color:var(--amber-soft);background:var(--amber-tint-strong);border-radius:6px;padding:3px 9px;font-size:13.5px;font-weight:500}.landing .tool p{color:var(--ink-soft);margin-top:14px;font-size:13.5px;line-height:1.7}.landing .tool .args{font-family:var(--font-mono);color:var(--ink-faint);margin-top:10px;font-size:11.5px}.landing .compare{border-top:1px solid var(--line-soft)}.landing .table-scroll{margin-top:36px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);max-width:1200px;margin-inline:auto;overflow-x:auto}.landing .friction-cards{display:none}.landing table{border-collapse:collapse;width:100%;min-width:640px;font-size:14px}.landing th,.landing td{text-align:left;border-bottom:1px solid var(--line-soft);white-space:nowrap;padding:13px 16px}.landing thead th{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);background:var(--paper-raised);font-size:11px;font-weight:500}.landing tbody tr:last-child td{border-bottom:none}.landing .friction-table td{white-space:normal;vertical-align:top;font-size:13.5px;line-height:1.6}.landing .friction-table td:first-child{color:#e8e4dc;white-space:nowrap;font-weight:600}.landing .friction-table td.rs{background:var(--amber-tint);color:var(--term-path)}.landing .friction-table td.gh{color:var(--ink-soft)}.landing .friction-note{font-family:var(--font-mono);color:var(--ink-faint);font-size:11px}.landing .sources-note{color:var(--ink-dim);max-width:720px;margin-top:14px;font-size:12px;line-height:1.55}.landing .sources-note a{color:var(--ink-muted);text-underline-offset:2px;text-decoration:underline}.landing .sources-note a:hover{color:var(--ink-soft)}.landing .free-note{color:var(--ink-soft);max-width:720px;margin-top:16px;font-size:14px;line-height:1.7}.landing .free-note b{color:#e8e4dc}@media (width<=860px){.landing .tools-grid{grid-template-columns:1fr;gap:14px;margin-top:24px}.landing .tool{border:1px solid var(--line);border-radius:var(--radius);padding:18px}.landing .table-scroll{display:none}.landing .friction-cards{flex-direction:column;gap:12px;margin-top:24px;display:flex}.landing .friction-card{border:1px solid var(--line);border-radius:10px;overflow:hidden}.landing .friction-card-title{color:#e8e4dc;border-bottom:1px solid var(--line-soft);background:#181613;padding:12px 16px;font-size:13px;font-weight:600}.landing .friction-card-row{padding:12px 16px}.landing .friction-card-row+.friction-card-row{border-top:1px solid #ffffff0d}.landing .friction-card-row.rs{background:var(--amber-tint)}.landing .friction-card-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:9.5px}.landing .friction-card-row.gh .friction-card-label{color:var(--ink-muted)}.landing .friction-card-row.rs .friction-card-label{color:var(--amber)}.landing .friction-card-body{color:var(--ink-soft);font-size:12.5px;line-height:1.6}.landing .friction-card-row.rs .friction-card-body{color:var(--term-path)}}.landing .security{background:var(--paper-raised);border-top:1px solid var(--line-soft)}.landing .sec-grid{margin-top:40px;grid-template-columns:repeat(2,1fr);gap:28px 48px;max-width:1000px;margin-inline:auto;display:grid}.landing .sec-item{align-items:flex-start;gap:14px;display:flex}.landing .sec-icon{background:var(--amber-tint-strong);width:30px;height:30px;color:var(--amber);border-radius:7px;flex:none;justify-content:center;align-items:center;display:flex}.landing .sec-icon svg{width:14px;height:14px}.landing .sec-item h3{color:#e8e4dc;margin-bottom:6px;font-size:14px}.landing .sec-item p{color:var(--ink-soft);font-size:13px;line-height:1.7}@media (width<=860px){.landing .sec-grid{grid-template-columns:1fr;gap:14px;margin-top:24px}.landing .sec-item{gap:12px}}.landing .pricing{border-top:1px solid var(--line-soft)}.landing .plans{margin-top:40px;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;max-width:1100px;margin-inline:auto;display:grid}.landing .plan{border:1px solid var(--line);background:0 0;border-radius:12px;flex-direction:column;height:100%;padding:28px;display:flex}.landing .plan.featured{border-color:var(--amber-border-strong);background:var(--amber-tint)}.landing .plan:last-child{opacity:.65}.landing .plan:last-child .badge{color:var(--ink-muted);border-color:#ffffff26}.landing .plan h3{color:#e8e4dc;flex-wrap:wrap;align-items:center;gap:10px;font-size:15px;display:flex}.landing .price{font-family:var(--font-display);color:var(--ink);margin:14px 0 20px;font-size:36px;font-weight:700}.landing .price small{color:var(--ink-muted);font-size:13px;font-weight:400;font-family:var(--font-body)}.landing .plan ul{color:var(--ink-soft);flex:1;gap:9px;margin:0 0 26px;padding:0;font-size:13px;list-style:none;display:grid}.landing .plan li:before{content:"—";color:var(--amber);margin-right:9px;font-weight:600}.landing .plan .btn{width:100%;margin-top:auto}.landing .plan .btn.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.landing .badge{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--amber);border:1px solid #e2a84866;border-radius:999px;padding:2px 8px;font-size:10px}.landing .pricing-fine{color:var(--ink-faint);max-width:720px;margin-top:18px;font-size:13px;line-height:1.65}@media (width<=860px){.landing .plans{grid-template-columns:1fr;gap:14px;margin-top:24px}.landing .plans .plan.featured{order:-1}.landing .plan{padding:22px}}.landing .faq-section{background:var(--paper-raised)}.landing .faq{margin-top:28px;max-width:820px;margin-inline:auto}.landing .faq details{border-bottom:1px solid var(--line);padding:20px 0}.landing .faq summary{cursor:pointer;color:#e8e4dc;justify-content:space-between;align-items:center;gap:16px;font-size:15px;font-weight:600;list-style:none;display:flex}.landing .faq summary::-webkit-details-marker{display:none}.landing .faq summary:after{content:"+";font-family:var(--font-mono);color:var(--amber);font-size:18px;transition:transform .15s}.landing .faq details[open] summary:after{transform:rotate(45deg)}.landing .faq details p{color:var(--ink-soft);margin-top:12px;font-size:14px;line-height:1.7}.landing .faq details p a{color:var(--amber);text-underline-offset:2px;text-decoration:underline}.landing .faq .mono{font-family:var(--font-mono);font-size:13px}@media (width<=860px){.landing .faq details{padding:14px 0}}.landing .final{background:var(--paper-terminal);color:var(--ink);text-align:center;border-top:1px solid var(--line);padding:96px 0;position:relative}.landing .final .wrap{position:relative}.landing .final h2{color:var(--ink);margin-bottom:14px;font-size:clamp(24px,4vw,34px)}.landing .final p{color:var(--ink-soft);max-width:520px;margin:0 auto;font-size:14.5px;line-height:1.7}.landing .final .waitlist{justify-content:center;margin:30px auto 0}.landing .final .waitlist input{background:var(--paper);border-color:var(--line-strong);color:var(--ink);text-align:left}.landing .final .waitlist input::placeholder{color:var(--ink-faint)}.landing .final .form-note-success{color:var(--term-green)}.landing .final .form-note-error{color:#fda29b}@media (width<=860px){.landing .final{padding:56px 0}.landing .final .waitlist{margin-bottom:0}}
