:root{--ground: #f1ede1;--card: #fbfaf5;--ink: #211d19;--muted: #5c554a;--faint: #8a8172;--border: #d8d0bd;--hairline: #c9bfa8;--chip: #e6dfcd;--accent: #9c3b2e;--footer-ground: #211d19;--footer-ink: #c9bfa8;--serif: "Newsreader", Georgia, "Times New Roman", serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media (prefers-color-scheme: dark){:root{--ground: #171512;--card: #201c17;--ink: #e6dfd0;--muted: #a89c85;--faint: #6e6453;--border: #35302a;--hairline: #443d33;--chip: #35302a;--accent: #c05a49;--footer-ground: #100e0b;--footer-ink: #a89c85}}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--serif);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:var(--accent)}a:hover{color:var(--ink)}h1,h2,h3{font-weight:500;margin:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.section{padding:72px 24px}.section-alt{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.section-title{font-size:32px;text-align:center}.mono{font-family:var(--mono)}.kbd{font-family:var(--mono);font-size:.85em;background:var(--chip);padding:1px 6px}header.svelte-2d49f9{position:sticky;top:0;z-index:10;background:var(--ground);border-bottom:1px solid var(--border)}nav.svelte-2d49f9{max-width:1100px;margin:0 auto;height:56px;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.brand.svelte-2d49f9{display:flex;align-items:center;gap:12px}.brand.svelte-2d49f9 img:where(.svelte-2d49f9){border-radius:6px}.wordmark.svelte-2d49f9{font-size:15px;font-weight:600;letter-spacing:.04em}.links.svelte-2d49f9{display:flex;gap:36px;font-size:13px}.links.svelte-2d49f9 a:where(.svelte-2d49f9){color:var(--ink);text-decoration:none}.links.svelte-2d49f9 a:where(.svelte-2d49f9):hover,.links.svelte-2d49f9 a.get:where(.svelte-2d49f9){color:var(--accent)}.pill.svelte-2d49f9{display:none;font-size:13px;color:var(--card);background:var(--accent);text-decoration:none;padding:8px 16px;border-radius:999px}@media (max-width: 760px){.links.svelte-2d49f9{display:none}.pill.svelte-2d49f9{display:block}}.hero.svelte-cvlklm{padding:88px 24px 56px}.cols.svelte-cvlklm{max-width:1100px;margin:0 auto;display:flex;gap:64px;align-items:center}.copy.svelte-cvlklm{flex:1 1 0;display:flex;flex-direction:column;gap:20px}h1.svelte-cvlklm{font-size:52px;line-height:1.08}.sub.svelte-cvlklm{margin:0;font-style:italic;font-size:26px;color:var(--muted)}.tagline.svelte-cvlklm{margin:0;font-size:18px;max-width:44ch}.cta.svelte-cvlklm{align-self:flex-start;margin-top:10px;padding:12px 22px;font-size:14px;color:var(--card);background:var(--accent);text-decoration:none}.cta.svelte-cvlklm:hover{color:var(--card);background:var(--ink)}.terminal.svelte-cvlklm{flex:0 0 440px;min-height:240px;background:var(--card);border:1.5px solid var(--ink);padding:28px 30px;font-size:15px;line-height:1.7;display:flex;flex-direction:column;gap:10px}.cmd.svelte-cvlklm{color:var(--accent)}.cursor.svelte-cvlklm{display:inline-block;width:8px;height:1em;vertical-align:text-bottom;background:var(--ink);animation:svelte-cvlklm-blink 1.1s steps(1) infinite}@keyframes svelte-cvlklm-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.cursor.svelte-cvlklm{animation:none}}@media (max-width: 920px){.cols.svelte-cvlklm{flex-direction:column;align-items:stretch}.terminal.svelte-cvlklm{flex:1 1 auto}h1.svelte-cvlklm{font-size:38px}}.grid.svelte-1qzyqoe{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.card.svelte-1qzyqoe{display:flex;flex-direction:column;gap:10px;border-top:2px solid var(--ink);padding-top:16px}h3.svelte-1qzyqoe{font-size:18px;font-weight:600}p.svelte-1qzyqoe{margin:0;font-size:15px;color:var(--muted)}@media (max-width: 760px){.grid.svelte-1qzyqoe{grid-template-columns:repeat(2,minmax(0,1fr))}}.lede.svelte-gkzrlt{margin:0;color:var(--muted);text-align:center}.demo.svelte-gkzrlt{width:100%;max-width:620px;border:1.5px solid var(--ink);background:var(--ground);padding:24px 26px;display:flex;flex-direction:column;gap:14px}.log.svelte-gkzrlt{display:flex;flex-direction:column;gap:8px;font-size:15px;line-height:1.7}.cmd.svelte-gkzrlt{color:var(--accent)}.reply.svelte-gkzrlt{white-space:pre-line}form.svelte-gkzrlt{display:flex;flex-direction:column;gap:8px;border-top:1px dashed var(--hairline);padding-top:14px;position:relative}.field-label.svelte-gkzrlt{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}input.svelte-gkzrlt{font-family:var(--mono);font-size:15px;background:var(--card);border:1px solid var(--hairline);color:var(--ink);padding:10px 12px}input.svelte-gkzrlt::placeholder{color:var(--faint)}input.svelte-gkzrlt:focus-visible{outline:2px solid var(--accent);outline-offset:0}ul.svelte-gkzrlt{list-style:none;margin:0;padding:0;border:1px solid var(--hairline);background:var(--card)}li.svelte-gkzrlt+li:where(.svelte-gkzrlt){border-top:1px solid var(--border)}li.svelte-gkzrlt button:where(.svelte-gkzrlt){display:block;width:100%;text-align:left;font-size:15px;background:none;border:none;color:var(--ink);padding:10px 12px;cursor:pointer}li.svelte-gkzrlt button.active:where(.svelte-gkzrlt){background:var(--chip);color:var(--accent)}.strip.svelte-4wjudc{display:grid;grid-auto-flow:column;grid-auto-columns:300px;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;max-width:1000px;padding-bottom:8px}.shot.svelte-4wjudc{padding:0;border:none;background:none;cursor:zoom-in;scroll-snap-align:center}.shot.svelte-4wjudc img:where(.svelte-4wjudc){display:block;width:100%}.lightbox.svelte-4wjudc{border:none;padding:0;background:transparent;max-width:94vw;max-height:94vh;cursor:zoom-out}.lightbox.svelte-4wjudc img:where(.svelte-4wjudc){display:block;max-width:94vw;max-height:94vh}.lightbox.svelte-4wjudc::backdrop{background:#14110ee0}.spread.svelte-4wjudc{margin:32px 0 0;width:100%;max-width:1000px}.spread.svelte-4wjudc img:where(.svelte-4wjudc){display:block;width:100%}.spread.svelte-4wjudc figcaption:where(.svelte-4wjudc){margin-top:10px;text-align:center;font-style:italic;font-size:15px;color:var(--muted)}@media (max-width: 760px){.strip.svelte-4wjudc{grid-auto-columns:78vw}}.badges.svelte-u9ltsw{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.badge.svelte-u9ltsw{height:48px;padding:0 18px;display:flex;align-items:center;background:#000;color:#fff;border:1px solid #a6a6a6;border-radius:8px;font-size:11px;text-decoration:none}.release.svelte-u9ltsw{font-size:14px;color:var(--accent);margin:0}.trust.svelte-u9ltsw{font-size:13px;color:var(--muted);margin:0}.cols.svelte-16bb2ym{max-width:860px;margin:0 auto;display:flex;gap:48px;align-items:center}.portrait.svelte-16bb2ym{flex:0 0 200px;width:200px}.bio.svelte-16bb2ym{display:flex;flex-direction:column;gap:12px}.bio.svelte-16bb2ym .section-title{text-align:left}p.svelte-16bb2ym{margin:0;max-width:58ch}.social.svelte-16bb2ym{color:var(--muted)}@media (max-width: 760px){.cols.svelte-16bb2ym{flex-direction:column;text-align:center}.bio.svelte-16bb2ym .section-title{text-align:center}.sig.svelte-16bb2ym{align-self:center}}.steps.svelte-1hyh4bw{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%;max-width:1000px}.step.svelte-1hyh4bw{display:flex;flex-direction:column;gap:8px;border-top:2px solid var(--ink);padding-top:14px}.num.svelte-1hyh4bw{font-size:13px;color:var(--accent)}p.svelte-1hyh4bw{margin:0;font-size:16px}@media (max-width: 760px){.steps.svelte-1hyh4bw{grid-template-columns:1fr}}.cards.svelte-gv8ob1{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.card.svelte-gv8ob1{width:340px;border:1.5px solid var(--ink);background:var(--ground);padding:28px;display:flex;flex-direction:column;gap:12px}.card.featured.svelte-gv8ob1{border:2px solid var(--accent)}.label.svelte-gv8ob1{font-size:12px;letter-spacing:.08em;color:var(--muted)}.label.accent.svelte-gv8ob1{color:var(--accent)}h3.svelte-gv8ob1{font-size:24px;font-weight:600}p.svelte-gv8ob1{margin:0;font-size:15px;color:var(--muted)}.list.svelte-rqu9ny{width:100%;max-width:720px}details.svelte-rqu9ny{border-top:1px solid var(--hairline);padding:18px 4px}details.svelte-rqu9ny:last-child{border-bottom:1px solid var(--hairline)}summary.svelte-rqu9ny{font-size:18px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:baseline}summary.svelte-rqu9ny::-webkit-details-marker{display:none}summary.svelte-rqu9ny:after{content:"+";color:var(--accent)}details[open].svelte-rqu9ny summary:where(.svelte-rqu9ny):after{content:"−"}p.svelte-rqu9ny{margin:10px 0 0;color:var(--muted)}.policy.svelte-8acbeh{width:100%;max-width:720px}p.svelte-8acbeh{margin:0 0 12px}details.svelte-8acbeh{margin-top:8px}summary.svelte-8acbeh{cursor:pointer;font-weight:600;margin-bottom:12px}footer.svelte-13n56hh{background:var(--footer-ground);color:var(--footer-ink)}.inner.svelte-13n56hh{max-width:1100px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:20px;font-size:12px;line-height:1.7}.links.svelte-13n56hh{display:flex;flex-wrap:wrap;gap:32px}.links.svelte-13n56hh a:where(.svelte-13n56hh){color:var(--footer-ink);text-decoration:none}.links.svelte-13n56hh a:where(.svelte-13n56hh):hover{color:#f1ede1}.bright.svelte-13n56hh{color:#f1ede1}.legal.svelte-13n56hh{margin:0;max-width:90ch;opacity:.7}p.svelte-13n56hh{margin:0}.brand.svelte-13n56hh{display:flex;align-items:center}.brand.svelte-13n56hh a:where(.svelte-13n56hh){display:flex;align-items:center;gap:10px;color:var(--footer-ink);text-decoration:none}.brand.svelte-13n56hh a:where(.svelte-13n56hh):hover{color:#f1ede1}
