:root{--bg: #f1ece2;--surface: #f8f4ea;--surface-offset: #e6dfd0;--text-primary: #1d1813;--text-muted: #83786a;--accent: #2d6a4f;--destructive: #8b3a2f;--border: rgba(70, 55, 30, .09);--border-ink: rgba(70, 55, 30, .15);--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--content-prose: 720px;--content-wide: 1080px;--radius: 8px}@media (prefers-color-scheme: dark){:root{--bg: #18160f;--surface: #201e17;--surface-offset: #2a2820;--text-primary: #e8e4dc;--text-muted: #8a877f;--accent: #52b788;--destructive: #c0614f;--border: rgba(232, 228, 220, .08);--border-ink: rgba(232, 228, 220, .14)}}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;line-height:1.55;font-size:17px;font-variant-numeric:tabular-nums}main{display:block}a{color:var(--accent);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--accent) 35%,transparent)}a:hover{border-bottom-color:var(--accent)}h1,h2,h3,h4{font-family:var(--font-mono);font-weight:400;color:var(--text-primary);margin:0 0 .5em;letter-spacing:-.02em}h1{font-size:clamp(2.25rem,5vw + 1rem,4rem);font-weight:300;line-height:1.05}h2{font-size:clamp(1.5rem,2vw + 1rem,2rem);line-height:1.2}h3{font-size:1.125rem;line-height:1.3}p{margin:0 0 1em}ul,ol{padding-left:1.25rem;margin:0 0 1em}li{margin-bottom:.35em}hr{border:0;border-top:1px solid var(--border);margin:4rem 0}code,pre,kbd{font-family:var(--font-mono);font-size:.95em}::selection{background:color-mix(in srgb,var(--accent) 30%,transparent)}.container{width:100%;max-width:var(--content-wide);margin:0 auto;padding:0 24px}.container-prose{width:100%;max-width:var(--content-prose);margin:0 auto;padding:0 24px}.section{padding:64px 0}.section+.section{padding-top:0}@media (min-width: 720px){.section{padding:96px 0}}.site-header{border-bottom:1px solid var(--border);padding:20px 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{font-family:var(--font-mono);font-weight:500;font-size:1.0625rem;color:var(--accent);letter-spacing:-.01em;border-bottom:0}.wordmark--hero{display:inline-block;font-size:clamp(2.5rem,6vw + 1rem,4.5rem);font-weight:500;letter-spacing:-.03em;line-height:1;border-bottom:0;margin-bottom:.4em}.site-nav{display:flex;gap:24px;font-family:var(--font-mono);font-weight:500;font-size:.95rem}.site-nav a{color:var(--text-primary);border-bottom:0}.site-nav a:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);padding:32px 0;margin-top:96px;font-size:.9rem;color:var(--text-muted)}.site-footer__inner{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center;justify-content:space-between}.site-footer a{color:var(--text-muted);border-bottom:0}.site-footer a:hover{color:var(--text-primary)}.site-footer__links{display:flex;flex-wrap:wrap;gap:16px 20px}.hero{padding:96px 0 64px}.hero__sub{font-family:var(--font-mono);font-size:clamp(1.125rem,1.5vw + .75rem,1.5rem);color:var(--text-primary);margin:0 0 1.25rem;letter-spacing:-.01em}.hero__body{max-width:560px;font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem}.cta{display:inline-block;font-family:var(--font-sans);font-weight:600;font-size:1rem;background:var(--accent);color:var(--bg);padding:14px 22px;border-radius:var(--radius);border-bottom:0}.cta:hover{filter:brightness(.95)}.cta--placeholder{background:transparent;color:var(--text-muted);border:1px solid var(--border-ink);cursor:default}.cta--placeholder:hover{filter:none}.grid-3{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 720px){.grid-3{grid-template-columns:repeat(3,1fr);gap:20px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card h3{font-family:var(--font-mono);font-size:1.0625rem;font-weight:500;margin-bottom:.5em}.card p{color:var(--text-muted);margin:0}.steps{list-style:none;padding:0;counter-reset:step}.steps li{counter-increment:step;position:relative;padding:16px 0 16px 56px;border-top:1px solid var(--border)}.steps li:last-child{border-bottom:1px solid var(--border)}.steps li:before{content:counter(step,decimal-leading-zero);position:absolute;left:0;top:18px;font-family:var(--font-mono);font-weight:500;font-size:.95rem;color:var(--accent)}.steps strong{font-weight:600;color:var(--text-primary)}.steps p{color:var(--text-muted);margin:4px 0 0}.never{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.never h2{margin-top:0}.never ul{list-style:none;padding:0;margin:16px 0 0;font-family:var(--font-mono);font-size:1rem}.never li{padding:12px 0;border-top:1px solid var(--border)}.never li:first-child{border-top:0}.never li:before{content:"✕";color:var(--destructive);margin-right:12px;font-weight:600}.compare{width:100%;border-collapse:collapse;font-size:.95rem;margin-top:16px}.compare th,.compare td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--border);vertical-align:top}.compare th{font-family:var(--font-mono);font-weight:500;color:var(--text-muted)}.compare td:first-child{color:var(--text-muted);width:30%}.compare td.us{color:var(--text-primary);font-weight:500}.prose h1{font-size:clamp(2rem,3vw + 1rem,2.5rem);margin-top:48px}.prose h2{font-size:1.375rem;margin-top:2.5em;margin-bottom:.5em}.prose h3{font-family:var(--font-mono);font-size:1rem;font-weight:500;margin-top:1.75em;margin-bottom:.4em;color:var(--text-muted);text-transform:none}.prose .updated{font-family:var(--font-mono);font-size:.9rem;color:var(--text-muted);margin-bottom:2.5rem}.prose .tldr{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;margin:0 0 2.5rem}.prose .tldr h2{margin-top:0;font-family:var(--font-mono);font-size:.85rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5em}.prose .tldr p:last-child{margin-bottom:0}.faq{margin-top:32px}.faq details{border-top:1px solid var(--border);padding:16px 0}.faq details:last-of-type{border-bottom:1px solid var(--border)}.faq summary{cursor:pointer;font-family:var(--font-mono);font-weight:500;font-size:1rem;list-style:none;position:relative;padding-right:28px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:0;font-family:var(--font-mono);color:var(--text-muted);font-size:1.125rem;line-height:1}.faq details[open] summary:after{content:"−"}.faq details[open] summary{color:var(--accent)}.faq .faq__body{margin-top:12px;color:var(--text-muted)}.faq .faq__body p:last-child{margin-bottom:0}.eyebrow{font-family:var(--font-mono);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.muted{color:var(--text-muted)}.section-title{margin-bottom:2rem}@media (max-width: 480px){.site-header__inner{flex-direction:column;align-items:flex-start;gap:12px}.site-footer__inner{flex-direction:column;align-items:flex-start}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
