.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:50;background:#fafaf8e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:700;font-size:1.19rem;color:var(--ink)}.logo[data-astro-cid-ctg3m53h]:hover{color:var(--ink);text-decoration:none}.links[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:2rem}.links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-size:.94rem;font-weight:600;color:var(--ink)}.links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--accent);text-decoration:none}.links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].active{color:var(--accent);font-weight:700;border-bottom:2px solid var(--accent);padding-bottom:2px}.install[data-astro-cid-ctg3m53h]{background:var(--accent);color:#fff;padding:.6rem 1.25rem;border-radius:999px;font-weight:600;font-size:.88rem;white-space:nowrap;transition:background .15s ease}.install[data-astro-cid-ctg3m53h]:hover{background:var(--accent-ink);color:#fff;text-decoration:none}@media(max-width:40rem){.links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:not(.active):not([href="/blog"]){display:none}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--navy);color:#cbd3d8;padding:4rem 0 2rem;margin-top:auto}.cols[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.logo[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:700;font-size:1.06rem;color:#fff}.logo[data-astro-cid-gcn2mc3v]:hover{color:#fff;text-decoration:none}.brand[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{font-size:.88rem;color:#8b97a0;line-height:1.6;margin:.9rem 0 0;max-width:32ch}.col[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.75rem}.col-title[data-astro-cid-gcn2mc3v]{font-size:.81rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em}.col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{font-size:.88rem;color:#aeb9bf}.col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff;text-decoration:none}.bottom[data-astro-cid-gcn2mc3v]{margin-top:3rem;border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.81rem;color:#8b97a0}.bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#8b97a0}.bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff}@media(max-width:48rem){.cols[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr}.brand[data-astro-cid-gcn2mc3v]{grid-column:1 / -1}}:root{--bg: #fafaf8;--surface: #f1f4f3;--ink: #263544;--body: #1b2024;--muted: #4b565e;--muted-soft: #7c878e;--line: #e3e7e5;--accent: #1c6c5d;--accent-ink: #14524a;--accent-soft: #eaf3f0;--accent-bright: #4a9c87;--navy: #263544;--danger: #c1503f;--good: #14524a;--radius: 14px;--font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-body: "Public Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--content-width: 75rem;--prose-width: 44rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--body);background:var(--bg);line-height:1.65;font-size:1.0625rem;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);line-height:1.15;letter-spacing:-.01em;margin:0 0 .6em}h1{font-size:clamp(2.2rem,5vw,3.25rem);line-height:1.08}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.2rem}p{margin:0 0 1em}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-ink);text-decoration:underline}img{max-width:100%;height:auto}code{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:.1em .35em;font-size:.9em}.container{max-width:var(--content-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;padding:.85rem 1.7rem;border-radius:999px;transition:background .15s ease}.btn:hover{background:var(--accent-ink);color:#fff;text-decoration:none}.btn-secondary{display:inline-block;background:var(--accent-soft);color:var(--accent-ink);font-weight:700;padding:.85rem 1.7rem;border-radius:999px;transition:background .15s ease}.btn-secondary:hover{text-decoration:none;background:#d9ede6}.prose{max-width:var(--prose-width);margin:0 auto}.prose h2{margin-top:2.2em}.prose h3{margin-top:1.8em}.prose ul,.prose ol{padding-left:1.4rem;margin:0 0 1em}.prose li{margin-bottom:.4em}.prose blockquote{margin:1.5em 0;padding:.2em 1.2em;border-left:3px solid var(--accent);background:var(--surface);border-radius:0 var(--radius) var(--radius) 0;color:var(--muted)}.prose table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.95em}.prose th,.prose td{border:1px solid var(--line);padding:.5em .75em;text-align:left}.prose th{background:var(--surface)}
