:root{--bg: #fafaf9;--bg-elev: #ffffff;--bg-soft: #f4f4f1;--bg-deep: #1c1917;--fg: #1c1917;--fg-muted: #57534e;--fg-subtle: #a8a29e;--line: #e7e5e4;--line-strong: #d6d3d1;--line-bright: #a8a29e;--accent: #dc2626;--accent-hover: #b91c1c;--accent-soft: rgba(220, 38, 38, .08);--accent-glow: rgba(220, 38, 38, .18);--success: #16a34a;--max-w: 76rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px rgba(28, 25, 23, .04);--shadow-md: 0 4px 12px -2px rgba(28, 25, 23, .06), 0 2px 4px -2px rgba(28, 25, 23, .04);--shadow-lg: 0 12px 32px -8px rgba(28, 25, 23, .12), 0 4px 8px -2px rgba(28, 25, 23, .06);--font-display: "Geist", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Monaco, monospace;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-feature-settings:"cv11","ss01","ss03"}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em}::selection{background:var(--accent);color:#fff}img,svg,video{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:600;line-height:1.1;letter-spacing:-.025em;margin:0 0 .75em;color:var(--fg)}h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-.04em}h2{font-size:clamp(1.75rem,3.5vw,2.5rem);letter-spacing:-.03em}h3{font-size:clamp(1.125rem,1.6vw,1.375rem);letter-spacing:-.02em}h4{font-size:1rem;font-weight:600}p{margin:0 0 1.1em;color:var(--fg-muted)}strong,b{color:var(--fg);font-weight:600}a{color:var(--fg);text-decoration:underline;text-decoration-color:var(--line-bright);text-decoration-thickness:1px;text-underline-offset:.25em;transition:text-decoration-color .15s ease,color .15s ease}a:hover{text-decoration-color:var(--accent);color:var(--accent)}ul,ol{margin:0 0 1em;padding-left:1.4em;color:var(--fg-muted)}li{margin-bottom:.4em}li::marker{color:var(--fg-subtle)}hr{border:0;border-top:1px solid var(--line);margin:3rem 0}code,kbd,samp{font-family:var(--font-mono);font-size:.9em;background:var(--bg-soft);padding:.1em .4em;border-radius:var(--radius-sm);border:1px solid var(--line);color:var(--fg)}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.container-narrow{width:100%;max-width:46rem;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0;position:relative}.section-tight{padding:4rem 0}.section+.section{border-top:1px solid var(--line)}.section-soft{background:var(--bg-elev)}.section-soft+.section,.section+.section-soft{border-top:1px solid var(--line)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:lowercase;letter-spacing:0;color:var(--accent);margin-bottom:1.25rem;padding:.25rem .65rem;border:1px solid var(--accent-soft);border-radius:999px;background:var(--accent-soft)}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent-glow);flex-shrink:0}.lede{font-size:clamp(1.0625rem,1.4vw,1.25rem);line-height:1.55;color:var(--fg-muted);font-weight:400;letter-spacing:-.01em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.25rem;font-family:var(--font-sans);font-size:.9rem;font-weight:500;text-decoration:none;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all .15s ease;line-height:1;white-space:nowrap;letter-spacing:-.005em}.btn:hover{text-decoration:none}.btn-primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:#fff}.btn-secondary{background:transparent;color:var(--fg);border-color:var(--line-strong)}.btn-secondary:hover{border-color:var(--fg);color:var(--fg);background:var(--bg-soft)}.btn-ghost{background:transparent;color:var(--fg-muted);border-color:transparent;padding:.5rem .75rem}.btn-ghost:hover{color:var(--fg);background:var(--bg-soft)}.btn-arrow{background:none;border:none;padding:0;color:var(--fg);font-weight:500;font-family:var(--font-mono);font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .15s ease,color .15s ease}.btn-arrow:after{content:"→";transition:transform .15s ease}.btn-arrow:hover{color:var(--accent);gap:.7rem}.btn-arrow:hover:after{transform:translate(.2em)}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s ease,transform .2s ease;position:relative;overflow:hidden}.card:hover{border-color:var(--line-bright)}.card h3{margin:0 0 .5rem;font-size:1.0625rem}.card p{margin:0;font-size:.925rem;color:var(--fg-muted)}.tag{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:0;padding:.2rem .5rem;border-radius:var(--radius-sm);background:var(--bg-soft);border:1px solid var(--line);color:var(--fg-muted);text-transform:lowercase}.tag-accent{background:var(--accent-soft);border-color:var(--accent-soft);color:var(--accent)}.mono{font-family:var(--font-mono);font-feature-settings:"zero","ss01"}.prose p,.prose ul,.prose ol{color:var(--fg-muted);font-size:1.0625rem;line-height:1.7}.prose strong{color:var(--fg);font-weight:600}.prose h2{margin-top:3rem;margin-bottom:1rem}.prose h3{margin-top:2.5rem;margin-bottom:.75rem}.prose ul li,.prose ol li{margin-bottom:.5em}.bg-grid{position:absolute;inset:0;background-image:linear-gradient(to right,var(--line) 1px,transparent 1px),linear-gradient(to bottom,var(--line) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 30%,transparent 80%);pointer-events:none;opacity:.5}@media(max-width:640px){.section{padding:4rem 0}.section-tight{padding:3rem 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.wordmark[data-astro-cid-hhuuaa7r]{display:inline-flex;align-items:baseline;gap:.05rem;font-family:var(--font-mono);font-weight:500;color:var(--fg);text-decoration:none;letter-spacing:-.015em;line-height:1;white-space:nowrap}.wordmark[data-astro-cid-hhuuaa7r]:hover{color:var(--fg);text-decoration:none}.wordmark-prompt[data-astro-cid-hhuuaa7r]{color:var(--accent);margin-right:.1rem}.wordmark-text[data-astro-cid-hhuuaa7r]{font-weight:500}.wordmark-cursor[data-astro-cid-hhuuaa7r]{display:inline-block;width:.45rem;height:1em;background:var(--accent);margin-left:.15rem;vertical-align:text-bottom;transform:translateY(.1em);animation:blink 1.2s steps(1) infinite}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.wordmark-cursor[data-astro-cid-hhuuaa7r]{animation:none;opacity:1}}.wordmark-sm[data-astro-cid-hhuuaa7r]{font-size:.875rem}.wordmark-md[data-astro-cid-hhuuaa7r]{font-size:1rem}.wordmark-lg[data-astro-cid-hhuuaa7r]{font-size:1.5rem}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:100;background:#fafaf9c7;backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line)}.header-row[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;gap:1rem}.site-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.125rem}.nav-link[data-astro-cid-ctg3m53h]{display:inline-block;padding:.45rem .8rem;color:var(--fg-muted);text-decoration:none;font-weight:500;font-size:.875rem;border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease;letter-spacing:-.005em}.nav-link[data-astro-cid-ctg3m53h]:hover{color:var(--fg);background:var(--bg-soft)}.nav-link[data-astro-cid-ctg3m53h].is-active{color:var(--fg)}.nav-cta-li[data-astro-cid-ctg3m53h]{margin-left:.5rem;padding-left:.5rem;border-left:1px solid var(--line)}.nav-cta[data-astro-cid-ctg3m53h]{padding:.45rem .95rem;font-size:.875rem}.nav-toggle[data-astro-cid-ctg3m53h],.nav-toggle-label[data-astro-cid-ctg3m53h]{display:none}@media(max-width:860px){.nav-toggle-label[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;cursor:pointer;z-index:110}.nav-toggle-label[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:18px;height:1.5px;background:var(--fg);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-nav[data-astro-cid-ctg3m53h]{position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);display:none;padding:1rem 1.5rem 1.5rem}.site-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{flex-direction:column;align-items:stretch;gap:.125rem}.nav-link[data-astro-cid-ctg3m53h]{display:block;padding:.75rem .8rem;font-size:1rem}.nav-cta-li[data-astro-cid-ctg3m53h]{margin:.5rem 0 0;padding:0;border:none}.nav-cta[data-astro-cid-ctg3m53h]{width:100%;padding:.75rem 1rem}.nav-toggle[data-astro-cid-ctg3m53h]:checked~.site-nav[data-astro-cid-ctg3m53h]{display:block}.nav-toggle[data-astro-cid-ctg3m53h]:checked~.nav-toggle-label[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(3px) rotate(45deg)}.nav-toggle[data-astro-cid-ctg3m53h]:checked~.nav-toggle-label[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(2){transform:translateY(-3px) rotate(-45deg)}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--bg-soft);border-top:1px solid var(--line);padding:5rem 0 2rem;margin-top:4rem}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2rem 3rem;padding-bottom:3rem;border-bottom:1px solid var(--line)}@media(max-width:720px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-col[data-astro-cid-gcn2mc3v]{grid-column:1 / -1}}@media(max-width:480px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr}}.footer-tag[data-astro-cid-gcn2mc3v]{color:var(--fg-muted);font-size:.875rem;margin:1rem 0 1.25rem;max-width:26rem}.footer-status[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;color:var(--fg-subtle);margin:0}.status-dot[data-astro-cid-gcn2mc3v]{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 8px #4ade8099}.site-footer[data-astro-cid-gcn2mc3v] h4[data-astro-cid-gcn2mc3v]{color:var(--fg-subtle);font-family:var(--font-mono);font-size:.7rem;text-transform:lowercase;letter-spacing:0;font-weight:500;margin:0 0 1rem}.site-footer[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;padding:0;margin:0}.site-footer[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{margin:.4rem 0}.site-footer[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--fg-muted);text-decoration:none;font-size:.875rem;transition:color .15s ease}.site-footer[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--fg)}.mono-link[data-astro-cid-gcn2mc3v]{font-family:var(--font-mono);font-size:.8rem!important}.footer-bottom[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;color:var(--fg-subtle);font-size:.8rem;flex-wrap:wrap;gap:1rem}.footer-bottom[data-astro-cid-gcn2mc3v] small[data-astro-cid-gcn2mc3v]{color:var(--fg-subtle)}.footer-bottom[data-astro-cid-gcn2mc3v] .mono[data-astro-cid-gcn2mc3v]{font-size:.75rem}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--fg-subtle);text-decoration:none}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--fg)}.skip-link[data-astro-cid-37fxchfa]{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.75rem 1rem;text-decoration:none;z-index:200;border-radius:0 0 var(--radius-md) 0;font-weight:500}.skip-link[data-astro-cid-37fxchfa]:focus{left:0}
