.site-header[data-astro-cid-ctg3m53h]{border-bottom:1px solid var(--border);background:var(--header-bg)}.header-inner[data-astro-cid-ctg3m53h]{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:800;text-decoration:none}.brand[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{border-radius:5px}.header-actions[data-astro-cid-ctg3m53h],nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;flex-wrap:wrap}.header-actions[data-astro-cid-ctg3m53h]{gap:16px;justify-content:flex-end}nav[data-astro-cid-ctg3m53h]{gap:16px;flex-wrap:wrap}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--muted);font-size:.95rem;font-weight:700;text-decoration:none}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--text)}.theme-toggle[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;height:40px;min-width:44px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer}.search-link[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;height:40px;min-width:44px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);text-decoration:none}.search-link[data-astro-cid-ctg3m53h]:hover{border-color:var(--accent);color:var(--text)}.search-link[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{position:relative;display:block;width:18px;height:18px;border:2px solid currentColor;border-radius:999px}.search-link[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;right:-5px;bottom:-5px;width:8px;height:2px;border-radius:999px;background:currentColor;transform:rotate(45deg);transform-origin:center}.theme-toggle[data-astro-cid-ctg3m53h]:hover{border-color:var(--accent)}.theme-bulb[data-astro-cid-ctg3m53h]{position:relative;display:block;width:18px;height:22px}.theme-bulb[data-astro-cid-ctg3m53h]:before{content:"";position:absolute;inset:1px 3px 7px;border:2px solid currentColor;border-radius:999px 999px 7px 7px}.theme-bulb[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:6px;bottom:1px;width:6px;height:7px;border-top:2px solid currentColor;border-bottom:2px solid currentColor}html[data-theme=dark] .theme-bulb[data-astro-cid-ctg3m53h]:before{background:currentColor}@media(max-width:560px){.header-inner[data-astro-cid-ctg3m53h]{align-items:flex-start;flex-direction:column;padding-block:16px}.header-actions[data-astro-cid-ctg3m53h]{justify-content:flex-start}}.site-footer[data-astro-cid-gcn2mc3v]{margin-top:72px;border-top:1px solid var(--border);color:var(--muted)}.footer-inner[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;gap:24px;padding-block:28px}.footer-inner[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0}nav[data-astro-cid-gcn2mc3v]{display:flex;gap:14px;flex-wrap:wrap}nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--muted);font-size:.95rem}@media(max-width:640px){.footer-inner[data-astro-cid-gcn2mc3v]{flex-direction:column}}:root{color-scheme:light;--bg: #f8f7f3;--surface: #ffffff;--surface-muted: #eeece5;--header-bg: color-mix(in srgb, var(--bg) 92%, white);--text: #202124;--muted: #65645f;--border: #d8d4c9;--accent: #0b5cad;--accent-strong: #083f78;--code-bg: #efede7;--max-width: 1080px;--content-width: 760px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark]{color-scheme:dark;--bg: #151515;--surface: #202124;--surface-muted: #2b2c2f;--header-bg: #1b1c1f;--text: #e8eaed;--muted: #a8abb1;--border: #383b40;--accent: #8ab4f8;--accent-strong: #bdd6ff;--code-bg: #2b2c2f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:18px;line-height:1.6}a{color:var(--accent);text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover{color:var(--accent-strong)}img{max-width:100%;height:auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(100% - 32px,var(--max-width));margin-inline:auto}.content{width:min(100% - 32px,var(--content-width));margin-inline:auto}.main{flex:1}.eyebrow{margin:0 0 8px;color:var(--muted);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:44px;padding:0 16px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.button:hover{background:var(--accent-strong);color:#fff}.button.secondary{background:transparent;color:var(--accent)}.grid{display:grid;gap:18px}@media(min-width:760px){.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:18px}.prose h1,.prose h2,.prose h3{line-height:1.2}.prose pre{overflow-x:auto;padding:16px;border-radius:8px;background:var(--code-bg)}.prose code{background:var(--code-bg);padding:.1em .25em;border-radius:4px}.prose pre code{padding:0;background:transparent}.prose table{width:100%;border-collapse:collapse;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);padding:8px 10px;text-align:left}.prose blockquote{margin-inline:0;border-left:3px solid var(--border);padding-left:16px;color:var(--muted)}.prose iframe{max-width:100%}
