*,:before,:after{box-sizing:border-box}html{overflow-x:hidden}.landing{background:var(--ink);color:var(--t-body);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.section{max-width:1200px;margin-inline:auto;padding:88px 32px}.section--tight{padding-block:48px}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin:0 0 .75rem;font-size:12px}.section h2{letter-spacing:-.025em;color:var(--t);margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.1}.section .lede{color:var(--t-body);max-width:46rem;margin:0 0 2.5rem;font-size:1.0625rem}.btn-primary,.btn-secondary{font:inherit;border-radius:var(--radius-btn,7px);cursor:pointer;border:1px solid #0000;align-items:center;gap:.4rem;padding:8px 16px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--ink);border-color:var(--accent);box-shadow:0 8px 24px -8px #e0492a99}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{color:var(--t);border-color:var(--bd);background:0 0}.btn-secondary:hover{background:#1d1915;border-color:#4a4036}.card{background:var(--ink-raised);border:1px solid var(--bd);border-radius:var(--radius-card,12px);padding:26px 24px;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:#4a4036;box-shadow:0 40px 80px -40px #000c}.card h3{color:var(--t);letter-spacing:-.015em;margin:0 0 .4rem;font-size:1.1875rem;font-weight:600}.card p{color:var(--t-body);margin:0;font-size:.9375rem}:where(a,button,input,summary):focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.hero-grid{background-image:linear-gradient(#1d191533 1px,#0000 1px),linear-gradient(90deg,#1d191533 1px,#0000 1px);background-size:48px 48px}.hero-glow{background:radial-gradient(900px 500px at 22% 0,#e0492a1a,#0000 70%)}html.js .reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(12px)}html.js .reveal.in{opacity:1;transform:none}@keyframes ss-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes ss-pulse{0%{box-shadow:0 0 #e0492a8c}70%{box-shadow:0 0 0 7px #e0492a00}to{box-shadow:0 0 #e0492a00}}@keyframes ss-travel{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.anim-blink{animation:1.1s step-end infinite ss-blink}.anim-pulse{animation:1.8s infinite ss-pulse}.anim-travel{animation:5s linear infinite ss-travel}@media (prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1!important;transform:none!important}.card,.btn-primary,.btn-secondary{transition:none}.anim-blink,.anim-pulse,.anim-travel{animation:none}}.nav:where(.astro-igyo2unq){z-index:50;-webkit-backdrop-filter:blur(12px);background:#14110dd1;border-bottom:1px solid #2b251f;height:64px;position:sticky;top:0}.nav__inner:where(.astro-igyo2unq){align-items:center;gap:0;max-width:1200px;height:100%;margin-inline:auto;padding:0 32px;display:flex}.nav__brand:where(.astro-igyo2unq){flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.nav__mark:where(.astro-igyo2unq){border-radius:5px;display:block}.nav__wordmark:where(.astro-igyo2unq){font-family:var(--font-mono);color:var(--t);letter-spacing:-.01em;white-space:nowrap;font-size:15px;font-weight:600}.nav__links:where(.astro-igyo2unq){gap:2px;margin-left:28px;display:flex}.nav__links:where(.astro-igyo2unq) a:where(.astro-igyo2unq){font-family:var(--font-mono);color:var(--t-muted);border-radius:6px;padding:7px 12px;font-size:13px;font-weight:400;text-decoration:none;transition:background .15s,color .15s}.nav__links:where(.astro-igyo2unq) a:where(.astro-igyo2unq):hover{background:var(--ink-raised);color:var(--t)}.nav__actions:where(.astro-igyo2unq){align-items:center;margin-left:auto;display:flex}.nav__cta:where(.astro-igyo2unq){font-family:var(--font-mono);color:var(--ink);background:var(--paper);white-space:nowrap;border-radius:7px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s}.nav__cta:where(.astro-igyo2unq):hover{background:#fff}@media (width<=640px){.nav__links:where(.astro-igyo2unq){display:none}.nav__inner:where(.astro-igyo2unq){padding:0 16px}}.hp{flex-direction:column;gap:10px;display:flex}.hp__tabs{justify-content:flex-end;gap:6px;display:flex}.hp__tab{font-family:var(--font-mono);border:1px solid var(--bd);color:var(--t-muted);cursor:pointer;letter-spacing:.01em;background:0 0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.hp__tab:hover{background:var(--ink-raised);color:var(--t);border-color:#4a4036}.hp__tab--active{background:var(--accent);border-color:var(--accent);color:var(--ink)}.hp__tab--active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.hp__panel{border:1px solid var(--bd);border-radius:var(--radius-panel);background:var(--ink-deep);overflow:hidden;box-shadow:0 40px 80px -40px #000c}.hp__bar{background:var(--panel-header);border-bottom:1px solid var(--bd);align-items:center;gap:10px;padding:10px 14px;display:flex}.hp__dots{flex-shrink:0;gap:6px;display:flex}.hp__dot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.hp__dot--r{background:#ff5f57}.hp__dot--y{background:#febc2e}.hp__dot--g{background:#28c840}.hp__title{font-family:var(--font-mono);color:var(--t-dim);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.hp__badge{font-family:var(--font-mono);letter-spacing:.05em;white-space:nowrap;border-radius:5px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:500}.hp__badge[data-tone=dim]{color:var(--t-dim);background:var(--ink-raised);border:1px solid var(--bd)}.hp__badge[data-tone=amber]{color:var(--amber);background:#1f1508;border:1px solid #3a2a0f}.hp__badge[data-tone=accent]{color:var(--ink);background:var(--accent);border:1px solid var(--accent);animation:1.8s infinite ss-pulse}.hp__badge[data-tone=green]{color:var(--green);background:#0d1f12;border:1px solid #1a3a22}.hp__content{min-height:300px;padding:16px;overflow:hidden}.hp-terminal{font-family:var(--font-mono);color:var(--c-text);font-size:13px;line-height:1.65}.hp-line{white-space:pre-wrap;word-break:break-all;display:block}.hp-cursor{color:var(--accent);margin-left:2px;display:inline-block}.hp-board{font-family:var(--font-mono);font-size:12px;line-height:1.5}.hp-board__hdr{border-bottom:1px solid var(--bd-subtle);letter-spacing:.03em;gap:20px;margin-bottom:8px;padding-bottom:10px;font-size:11px;display:flex}.hp-board__row{border-bottom:1px solid var(--bd-subtle-2);grid-template-columns:118px 86px 1fr auto;align-items:center;gap:8px;padding:5px 0;display:grid}.hp-board__col-hdr{color:var(--t-dim);letter-spacing:.08em;text-transform:uppercase;border-bottom-color:var(--bd-subtle);padding-bottom:6px;font-size:11px}.hp-board__counter{white-space:nowrap}.hp-board__id{color:#8c8275;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.hp-board__when{color:var(--c-text)}.hp-board__ep{color:var(--t-dim);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hp-pill{font-family:var(--font-mono);white-space:nowrap;letter-spacing:.03em;border:1px solid #0000;border-radius:5px;padding:2px 7px;font-size:11px}.hp-pill--scheduled{color:var(--amber);background:#1f1508;border-color:#3a2a0f}.hp-pill--dispatching{color:var(--ink);background:var(--accent);border-color:var(--accent);animation:1.8s infinite ss-pulse}.hp-pill--delivered{color:var(--green);background:#0d1f12;border-color:#1a3a22}.hp-pill--dead-letter{color:var(--dead);background:var(--dead-bg);border-color:var(--dead-bd)}.hp-pill--replaying{color:var(--amber);background:#1f1508;border-color:#3a2a0f;animation:1.8s infinite ss-pulse}.hp-timeline{font-family:var(--font-mono);font-size:13px}.hp-timeline__axis{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.hp-timeline__now-label{font-family:var(--font-mono);color:var(--t-dim);white-space:nowrap;flex-shrink:0;padding-top:8px;font-size:10px;line-height:1}.hp-timeline__track-col{flex:1;min-width:0;padding-top:6px}.hp-timeline__countdown{letter-spacing:-.02em;margin-bottom:12px;font-size:30px;font-weight:600;line-height:1}.hp-timeline__countdown-label{color:var(--c-text)}.hp-timeline__countdown-time{color:var(--amber)}.hp-timeline__track{background:var(--bd);border-radius:1px;height:2px;margin:0 0 6px;position:relative}.hp-timeline__fill{background:var(--amber);border-radius:1px;position:absolute;top:0;bottom:0;left:0}.hp-timeline__tick{background:var(--t-dim);width:1px;height:10px;position:absolute;top:-4px;transform:translate(-50%)}.hp-timeline__fireat-mark{background:var(--accent);border-radius:1px;width:2px;height:12px;position:absolute;top:-5px;right:0}.hp-timeline__dot{background:var(--accent);border-radius:50%;width:13px;height:13px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #e0492a99}.hp-timeline__dot--done{background:var(--green);box-shadow:0 0 8px #6cc18780}.hp-timeline__dot--pulse{animation:1.8s infinite ss-pulse}.hp-timeline__labels{height:18px;position:relative}.hp-timeline__labels span{color:var(--t-dim);white-space:nowrap;font-size:10px;position:absolute;transform:translate(-50%)}.hp-timeline__labels span.hp-timeline__label--end{left:auto;right:0;transform:none}.hp-timeline__chip{font-family:var(--font-mono);border:1px solid var(--bd);color:var(--t-muted);background:var(--ink-raised);white-space:nowrap;border-radius:6px;flex-shrink:0;align-self:flex-start;margin-top:2px;padding:4px 10px;font-size:12px;transition:border-color .2s,color .2s}.hp-timeline__chip--attempt1,.hp-timeline__chip--attempt2{border-color:var(--accent);color:var(--accent);animation:1.8s infinite ss-pulse}.hp-timeline__chip--backoff{border-color:var(--dead-bd);color:var(--dead)}.hp-timeline__chip--delivered{color:var(--green);border-color:#1a3a22}.hp-timeline__lines{color:var(--c-text);line-height:1.65}@media (prefers-reduced-motion:reduce){.hp__tab,.hp__badge,.hp-pill,.hp-timeline__chip{transition:none!important;animation:none!important}}.hero:where(.astro-qmrutqly){background-image:radial-gradient(900px 500px at 22% 0,#e0492a1a,#0000 70%),linear-gradient(#1d191533 1px,#0000 1px),linear-gradient(90deg,#1d191533 1px,#0000 1px);background-size:auto,48px 48px,48px 48px;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;max-width:1200px;margin-inline:auto;padding:72px 32px 84px;display:grid}.hero__eyebrow:where(.astro-qmrutqly){background:var(--ink-raised);border:1px solid #3a2a23;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 12px;display:inline-flex}.hero__eyebrow-dot:where(.astro-qmrutqly){background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.4s infinite ss-pulse}.hero__eyebrow-text:where(.astro-qmrutqly){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--c-kw);white-space:nowrap;font-size:12px;font-weight:500}.hero__h1:where(.astro-qmrutqly){letter-spacing:-.03em;color:var(--t);text-wrap:balance;max-width:14ch;margin:0 0 1.25rem;font-size:60px;font-weight:600;line-height:1.02}.hero__accent:where(.astro-qmrutqly){color:var(--accent)}.hero__sub:where(.astro-qmrutqly){color:var(--t-body);max-width:30em;margin:0 0 1.75rem;font-size:18px;line-height:1.6}.hero__slo:where(.astro-qmrutqly){font-family:var(--font-mono);color:var(--t);background:0 0;border:none;padding:0;font-size:16px}.hero__btns:where(.astro-qmrutqly){flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.hero__trust:where(.astro-qmrutqly){font-family:var(--font-mono);color:var(--t-muted);flex-wrap:wrap;gap:10px 24px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.hero__trust:where(.astro-qmrutqly) li:where(.astro-qmrutqly){align-items:center;gap:6px;display:flex}.hero__check:where(.astro-qmrutqly){color:var(--green);flex-shrink:0;font-size:14px;font-weight:600}.hero__copy:where(.astro-qmrutqly),.hero__panel:where(.astro-qmrutqly){min-width:0}@media (width<=900px){.hero:where(.astro-qmrutqly){grid-template-columns:1fr;gap:48px;padding:56px 24px 64px}.hero__h1:where(.astro-qmrutqly){max-width:none;font-size:clamp(2.2rem,7vw,3.2rem)}}@media (width<=520px){.hero__eyebrow-text:where(.astro-qmrutqly){white-space:normal}.hero__trust:where(.astro-qmrutqly){gap:8px 16px}}@media (prefers-reduced-motion:reduce){.hero__eyebrow-dot:where(.astro-qmrutqly){animation:none}}.problem:where(.astro-xo3el2xf){background:var(--paper)}.problem__inner:where(.astro-xo3el2xf){max-width:1200px;margin-inline:auto;padding:88px 32px}.problem__eyebrow:where(.astro-xo3el2xf){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-on-paper);margin:0 0 .75rem;font-size:12px;font-weight:500}.problem__h2:where(.astro-xo3el2xf){letter-spacing:-.025em;color:var(--p-head);margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.1}.problem__lede:where(.astro-xo3el2xf){color:var(--p-muted);max-width:46rem;margin:0 0 2.5rem;font-size:17px;line-height:1.6}.problem__grid:where(.astro-xo3el2xf){grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.problem__card:where(.astro-xo3el2xf){background:var(--paper-raised);border:1px solid var(--bd-light);border-radius:12px;padding:26px 24px;transition:background .15s}.problem__card:where(.astro-xo3el2xf):hover{background:var(--paper-hover)}.problem__tag:where(.astro-xo3el2xf){font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent-on-paper);margin-bottom:.75rem;font-size:12px;font-weight:500;display:block}.problem__title:where(.astro-xo3el2xf){letter-spacing:-.015em;color:var(--p-head);margin:0 0 .5rem;font-size:21px;font-weight:600;line-height:1.2}.problem__body:where(.astro-xo3el2xf){color:var(--p-muted);margin:0;font-size:15px;line-height:1.65}@media (width<=820px){.problem__grid:where(.astro-xo3el2xf){grid-template-columns:1fr}.problem__inner:where(.astro-xo3el2xf){padding:64px 24px}}.how__rail:where(.astro-477lk3b5){background:var(--bd);height:2px;margin:2.5rem 0 3rem;position:relative;overflow:visible}.how__dot:where(.astro-477lk3b5){background:var(--accent);opacity:0;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 0 8px 2px #e0492a99}.how__steps:where(.astro-477lk3b5){grid-template-columns:repeat(3,1fr);gap:2rem;margin:0;padding:0;list-style:none;display:grid}.how__step:where(.astro-477lk3b5){position:relative}.how__step-header:where(.astro-477lk3b5){align-items:center;gap:12px;margin-bottom:.75rem;display:flex}.how__num:where(.astro-477lk3b5){background:var(--accent);width:26px;height:26px;color:var(--ink);font-family:var(--font-mono);border-radius:50%;flex-shrink:0;place-items:center;font-size:12px;font-weight:600;display:inline-grid}.how__title:where(.astro-477lk3b5){letter-spacing:-.015em;color:var(--t);margin:0;font-size:20px;font-weight:600;line-height:1.2}.how__body:where(.astro-477lk3b5){color:var(--t-body);margin:0;font-size:15px;line-height:1.65}@media (width<=820px){.how__steps:where(.astro-477lk3b5){grid-template-columns:1fr}.how__rail:where(.astro-477lk3b5){display:none}.how:where(.astro-477lk3b5){padding-bottom:72px}}.diff:where(.astro-hhh2yt7y){background:var(--paper)}.diff__inner:where(.astro-hhh2yt7y){max-width:1200px;margin-inline:auto;padding:88px 32px}.diff__eyebrow:where(.astro-hhh2yt7y){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-on-paper);margin:0 0 .75rem;font-size:12px;font-weight:500}.diff__h2:where(.astro-hhh2yt7y){letter-spacing:-.025em;color:var(--p-head);margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.1}.diff__lede:where(.astro-hhh2yt7y){color:var(--p-muted);max-width:46rem;margin:0 0 2.5rem;font-size:17px;line-height:1.6}.diff__grid:where(.astro-hhh2yt7y){background:var(--bd-light);border:1px solid var(--bd-light);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.diff__cell:where(.astro-hhh2yt7y){background:var(--paper-raised);min-height:178px;padding:24px;transition:background .15s}.diff__cell:where(.astro-hhh2yt7y):hover{background:var(--paper-hover)}.diff__label:where(.astro-hhh2yt7y){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-on-paper);margin-bottom:.6rem;font-size:11px;font-weight:500;display:block}.diff__title:where(.astro-hhh2yt7y){letter-spacing:-.015em;color:var(--p-head);margin:0 0 .45rem;font-size:19px;font-weight:600;line-height:1.25}.diff__body:where(.astro-hhh2yt7y){color:var(--p-muted);margin:0;font-size:14.5px;line-height:1.6}@media (width<=820px){.diff__grid:where(.astro-hhh2yt7y){grid-template-columns:repeat(2,1fr)}.diff__inner:where(.astro-hhh2yt7y){padding:64px 24px}}@media (width<=560px){.diff__grid:where(.astro-hhh2yt7y){grid-template-columns:1fr}}.code:where(.astro-oj7mpjzm){border:1px solid var(--bd);border-radius:var(--radius-panel);background:var(--ink-deep);margin:0;overflow:hidden}.code__bar:where(.astro-oj7mpjzm){border-bottom:1px solid var(--bd);font-family:var(--font-mono);color:var(--t-dim);background:var(--panel-header);justify-content:space-between;align-items:center;padding:.45rem .75rem;font-size:.75rem;display:flex}.code__copy:where(.astro-oj7mpjzm){font:inherit;font-family:var(--font-mono);color:var(--t-dim);border:1px solid var(--bd);cursor:pointer;background:0 0;border-radius:5px;padding:2px 8px;font-size:11px;transition:color .15s,border-color .15s}.code__copy:where(.astro-oj7mpjzm):hover{color:var(--t);border-color:#4a4036}.code__copy:where(.astro-oj7mpjzm)[data-done]{color:var(--green);border-color:#1a3a22}.code__pre:where(.astro-oj7mpjzm){font-family:var(--font-mono);color:var(--c-text);margin:0;padding:.9rem 1rem;font-size:.8125rem;line-height:1.65;overflow-x:auto}.mcp:where(.astro-tajsomdq){grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid}.mcp__copy:where(.astro-tajsomdq),.mcp__demo:where(.astro-tajsomdq){min-width:0}.mcp__tools:where(.astro-tajsomdq){flex-wrap:wrap;gap:.5rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.mcp__tools:where(.astro-tajsomdq) li:where(.astro-tajsomdq){display:contents}.mcp__tools:where(.astro-tajsomdq) code:where(.astro-tajsomdq){font-family:var(--font-mono);color:var(--c-text);background:var(--ink-raised);border:1px solid var(--bd);white-space:nowrap;border-radius:7px;padding:4px 10px;font-size:13px;font-weight:400}@media (width<=880px){.mcp:where(.astro-tajsomdq){grid-template-columns:1fr}}.trust:where(.astro-nz4yuz62){background:var(--paper)}.trust__inner:where(.astro-nz4yuz62){grid-template-columns:.95fr 1.05fr;align-items:start;gap:56px;max-width:1200px;margin-inline:auto;padding:88px 32px;display:grid}.trust__copy:where(.astro-nz4yuz62){min-width:0;position:sticky;top:96px}.trust__demo:where(.astro-nz4yuz62){min-width:0}.trust__eyebrow:where(.astro-nz4yuz62){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-on-paper);margin:0 0 .85rem;font-size:12px;font-weight:500}.trust__h2:where(.astro-nz4yuz62){letter-spacing:-.025em;color:var(--p-head);margin:0 0 1.125rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.08}.trust__lede:where(.astro-nz4yuz62){color:var(--p-muted);max-width:32em;margin:0;font-size:16px;line-height:1.65}.trust__list:where(.astro-nz4yuz62){margin:1.625rem 0 1.375rem;padding:0;list-style:none}.trust__item:where(.astro-nz4yuz62){border-top:1px solid var(--bd-light);align-items:flex-start;gap:14px;padding:16px 0;display:flex}.trust__dot:where(.astro-nz4yuz62){background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:7px}.trust__item-body:where(.astro-nz4yuz62){color:var(--p-muted);font-size:14.5px;line-height:1.55}.trust__item-title:where(.astro-nz4yuz62){color:var(--p-head);font-size:15.5px;font-weight:600}.trust__link:where(.astro-nz4yuz62){font-family:var(--font-mono);color:var(--accent-on-paper);letter-spacing:.01em;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.trust__link:where(.astro-nz4yuz62):hover{color:var(--accent);text-decoration:underline}.trust__code-card:where(.astro-nz4yuz62){border:1px solid var(--bd-light);border-radius:var(--radius-card);overflow:hidden;box-shadow:0 30px 60px -36px #00000080}.trust__code-card:where(.astro-nz4yuz62) .code{border:none;border-radius:0}@media (width<=880px){.trust__inner:where(.astro-nz4yuz62){grid-template-columns:1fr;gap:2.5rem}.trust__copy:where(.astro-nz4yuz62){position:static}}.cmp__eyebrow:where(.astro-fwiqqwg4){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 .85rem;font-size:12px;font-weight:500}.cmp__h2:where(.astro-fwiqqwg4){letter-spacing:-.025em;color:var(--t);margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.08}.cmp__lede:where(.astro-fwiqqwg4){color:var(--t-body);max-width:44em;margin:0 0 2.5rem;font-size:16px;line-height:1.6}.cmp__scroll:where(.astro-fwiqqwg4){border:1px solid var(--bd);border-radius:var(--radius-card);min-width:0;overflow:auto hidden}.cmp__table:where(.astro-fwiqqwg4){border-collapse:collapse;width:100%;min-width:760px;font-size:15px}.cmp__head-row:where(.astro-fwiqqwg4){background:var(--ink-raised)}.cmp__th:where(.astro-fwiqqwg4){text-align:center;font-family:var(--font-mono);border-bottom:1px solid var(--bd);padding:16px 14px;font-size:13px;font-weight:600}.cmp__th--cap:where(.astro-fwiqqwg4){text-align:left;color:var(--t-muted);letter-spacing:.04em;padding:16px 20px}.cmp__th--me:where(.astro-fwiqqwg4){background:var(--accent);color:var(--ink);font-size:13.5px;font-weight:700}.cmp__th--other:where(.astro-fwiqqwg4){color:var(--t-muted)}.cmp__row:where(.astro-fwiqqwg4){border-top:1px solid var(--bd-subtle)}.cmp__row:where(.astro-fwiqqwg4):last-child td:where(.astro-fwiqqwg4),.cmp__row:where(.astro-fwiqqwg4):last-child th:where(.astro-fwiqqwg4){border-bottom:none}.cmp__cap:where(.astro-fwiqqwg4){text-align:left;color:#e8e1d5;padding:16px 20px;font-size:15px;font-weight:500}.cmp__td:where(.astro-fwiqqwg4){text-align:center;font-family:var(--font-mono);padding:16px 14px;font-size:15px}.cmp__td--me:where(.astro-fwiqqwg4){color:#f4d6cc;background:#1a1512;font-weight:600}.cmp__td--other:where(.astro-fwiqqwg4){color:var(--t-body)}.sr-only:where(.astro-fwiqqwg4){clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.faq:where(.astro-tycplb2i){background:var(--paper)}.faq__inner:where(.astro-tycplb2i){max-width:880px;margin-inline:auto;padding:88px 32px}.faq__eyebrow:where(.astro-tycplb2i){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-on-paper);margin:0 0 .75rem;font-size:12px;font-weight:500}.faq__h2:where(.astro-tycplb2i){letter-spacing:-.025em;color:var(--p-head);margin:0 0 2rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.1}.faq__list:where(.astro-tycplb2i){border-top:1px solid var(--bd-light)}.faq__item:where(.astro-tycplb2i){border-bottom:1px solid var(--bd-light)}.faq__q:where(.astro-tycplb2i){cursor:pointer;letter-spacing:-.01em;color:var(--p-head);user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:17px;font-weight:600;line-height:1.3;list-style:none;display:flex}.faq__q:where(.astro-tycplb2i)::-webkit-details-marker{display:none}.faq__q:where(.astro-tycplb2i):after{content:"+";color:var(--accent);flex-shrink:0;font-size:1.5rem;font-weight:400;line-height:1}.faq__item:where(.astro-tycplb2i)[open] .faq__q:where(.astro-tycplb2i):after{content:"−"}.faq__a:where(.astro-tycplb2i){color:var(--p-muted);max-width:65ch;margin:0 0 1.25rem;font-size:15.5px;line-height:1.65}@media (width<=640px){.faq__inner:where(.astro-tycplb2i){padding:64px 24px}.faq__q:where(.astro-tycplb2i){font-size:15px}}.waitlist:where(.astro-s7s4seyp){flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.waitlist:where(.astro-s7s4seyp) input:where(.astro-s7s4seyp)[type=email]{border:1px solid var(--bd);background:var(--ink-raised);color:var(--t);font:inherit;font-family:var(--font-mono);border-radius:6px;flex:16rem;padding:.65rem .875rem;transition:border-color .15s}.waitlist:where(.astro-s7s4seyp) input:where(.astro-s7s4seyp)[type=email]::placeholder{color:var(--t-dim)}.waitlist:where(.astro-s7s4seyp) input:where(.astro-s7s4seyp)[type=email]:focus{border-color:var(--accent);outline:none}.waitlist__hp:where(.astro-s7s4seyp){opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.waitlist__msg:where(.astro-s7s4seyp){color:var(--t-dim);flex-basis:100%;margin:.25rem 0 0;font-size:.875rem}.waitlist__msg:where(.astro-s7s4seyp)[data-ok]{color:var(--green)}.waitlist__msg:where(.astro-s7s4seyp)[data-err]{color:var(--dead)}.final:where(.astro-x5xn55qe){background:radial-gradient(ellipse 800px 400px at 50% -40px, #e0492a21, transparent 70%), var(--ink)}.final__inner:where(.astro-x5xn55qe){text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin-inline:auto;padding:96px 32px;display:flex}.final__h2:where(.astro-x5xn55qe){letter-spacing:-.03em;color:var(--t);margin:0 0 .75rem;font-size:clamp(2rem,4.5vw,46px);font-weight:600;line-height:1.08}.final__sub:where(.astro-x5xn55qe){color:var(--t-body);max-width:42em;margin:0 0 2rem;font-size:17px;line-height:1.6}.final__form:where(.astro-x5xn55qe){width:100%;max-width:560px}.final__form:where(.astro-x5xn55qe) .waitlist{flex-wrap:nowrap;justify-content:center;gap:.625rem}.final__form:where(.astro-x5xn55qe) .waitlist input[type=email]{flex:auto;min-width:0;max-width:280px}.final__note:where(.astro-x5xn55qe){font-family:var(--font-mono);color:var(--t-dim);margin:.875rem 0 0;font-size:13px}@media (width<=640px){.final__inner:where(.astro-x5xn55qe){padding:72px 24px}.final__form:where(.astro-x5xn55qe) .waitlist{flex-wrap:wrap}.final__form:where(.astro-x5xn55qe) .waitlist input[type=email]{max-width:none}.final__h2:where(.astro-x5xn55qe){font-size:2rem}}.ftr:where(.astro-ghzixdhz){background:var(--ink-deep);border-top:1px solid var(--bd)}.ftr__inner:where(.astro-ghzixdhz){grid-template-columns:1.3fr 2fr;gap:2rem;max-width:1200px;margin-inline:auto;padding:clamp(2.5rem,5vw,3.5rem) clamp(1.25rem,4vw,2.5rem) 2rem;display:grid}.ftr__logo:where(.astro-ghzixdhz){align-items:center;gap:8px;text-decoration:none;display:inline-flex}.ftr__mark:where(.astro-ghzixdhz){border-radius:5px;flex-shrink:0;display:block}.ftr__wordmark:where(.astro-ghzixdhz){font-family:var(--font-mono);color:var(--t);letter-spacing:-.01em;white-space:nowrap;font-size:15px;font-weight:600}.ftr__tag:where(.astro-ghzixdhz){color:var(--t-muted);max-width:28ch;margin:.625rem 0 0;font-size:.875rem;line-height:1.5}.ftr__cols:where(.astro-ghzixdhz){grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:26rem;display:grid}.ftr__col:where(.astro-ghzixdhz) h3:where(.astro-ghzixdhz){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--t-dim);margin:0 0 .875rem;font-size:11px;font-weight:500}.ftr__col:where(.astro-ghzixdhz) ul:where(.astro-ghzixdhz){gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.ftr__col:where(.astro-ghzixdhz) a:where(.astro-ghzixdhz){color:var(--t-muted);font-size:.9rem;text-decoration:none;transition:color .15s}.ftr__col:where(.astro-ghzixdhz) a:where(.astro-ghzixdhz):hover{color:var(--t)}.ftr__bar:where(.astro-ghzixdhz){border-top:1px solid var(--bd);max-width:1200px;color:var(--t-dim);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-inline:auto;padding:1.25rem clamp(1.25rem,4vw,2.5rem);font-size:.8125rem;display:flex}@media (width<=760px){.ftr__inner:where(.astro-ghzixdhz){grid-template-columns:1fr}.ftr__cols:where(.astro-ghzixdhz){max-width:none}}
