:root{--background:#ffffff;--foreground:#101010;--muted:#6b6b6b;--border:#e6e6e6;--code-bg:#f6f6f7}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#fafafa;--muted:#a1a1a1;--border:rgba(255,255,255,0.14);--code-bg:#141414}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.main{padding:2rem 1.5rem 5rem}.hero,.main{display:flex;flex-direction:column;align-items:center}.hero{min-height:78svh;justify-content:center;gap:1.25rem;text-align:center}.title{margin:0;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;letter-spacing:-.03em}.tagline{margin:0;max-width:34rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;color:var(--muted);text-wrap:balance}.cta{margin-top:.75rem;display:inline-flex;align-items:center;padding:.75rem 1.6rem;border-radius:999px;background:var(--foreground);color:var(--background);font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.cta:hover{opacity:.85}.cta:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.snippet{width:100%;max-width:46rem}.snippet-heading{margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;letter-spacing:-.02em}.snippet-lede{margin:0 0 1.5rem;color:var(--muted);line-height:1.6}.snippet-code{margin:0;padding:1.1rem 1.25rem;overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:var(--code-bg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.65;-moz-tab-size:2;tab-size:2}.snippet-note{margin:1rem 0 0;font-size:.9rem;line-height:1.6;color:var(--muted)}.snippet-note a{color:inherit;text-decoration:underline;text-underline-offset:2px}.snippet-note a:hover{color:var(--foreground)}.snippet-note code{padding:.1em .35em;border-radius:5px;background:var(--code-bg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}