:root{--grey-950: #0e1113;--grey-900: #14181a;--grey-850: #1a1f22;--grey-800: #22282b;--grey-700: #333b3f;--grey-600: #4a5459;--grey-500: #6b757a;--grey-400: #949da1;--grey-300: #bec5c8;--grey-200: #d9dee0;--grey-100: #eceff0;--grey-50: #f6f8f8;--white: #ffffff;--accent-900: #06322f;--accent-800: #0a4643;--accent-700: #0f5b57;--accent-600: #14706b;--accent-500: #1c8a83;--accent-400: #3aa79f;--accent-300: #6ac3bc;--accent-200: #a8ded9;--accent-100: #d8f0ee;--bg: var(--grey-50);--bg-raised: var(--white);--bg-sunken: var(--grey-100);--bg-code: var(--grey-100);--ink: var(--grey-900);--ink-muted: var(--grey-600);--ink-faint: var(--grey-500);--rule: var(--grey-200);--rule-strong: var(--grey-300);--primary: var(--accent-700);--primary-hover: var(--accent-600);--primary-soft: var(--accent-100);--on-primary: var(--white);--focus: var(--accent-600);--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-head: var(--font-body);--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--measure: 68ch;--page: 1180px;--radius: 4px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: var(--grey-950);--bg-raised: var(--grey-900);--bg-sunken: var(--grey-850);--bg-code: var(--grey-850);--ink: var(--grey-100);--ink-muted: var(--grey-300);--ink-faint: var(--grey-400);--rule: var(--grey-800);--rule-strong: var(--grey-700);--primary: var(--accent-300);--primary-hover: var(--accent-200);--primary-soft: var(--accent-900);--on-primary: var(--grey-950);--focus: var(--accent-300)}}:root[data-theme=dark]{--bg: var(--grey-950);--bg-raised: var(--grey-900);--bg-sunken: var(--grey-850);--bg-code: var(--grey-850);--ink: var(--grey-100);--ink-muted: var(--grey-300);--ink-faint: var(--grey-400);--rule: var(--grey-800);--rule-strong: var(--grey-700);--primary: var(--accent-300);--primary-hover: var(--accent-200);--primary-soft: var(--accent-900);--on-primary: var(--grey-950);--focus: var(--accent-300)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}main{width:100%;max-width:var(--page);margin:0 auto;padding:0 24px 96px;flex:1}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.2;letter-spacing:-.015em;text-wrap:balance;margin:0}h1{font-size:clamp(2rem,4.5vw,2.7rem);font-weight:650}h2{font-size:clamp(1.4rem,3vw,1.75rem);font-weight:600}h3{font-size:1.16rem;font-weight:600}h4{font-size:1rem;font-weight:600}p,ul,ol,blockquote,table{max-width:var(--measure)}p{margin:0 0 1rem}a{color:var(--primary);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--primary-hover)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}.heading-anchor{margin-left:.4em;color:var(--ink-faint);text-decoration:none;opacity:0;font-weight:400}h1:hover .heading-anchor,h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor,.heading-anchor:focus-visible{opacity:1}code,kbd,samp{font-family:var(--font-mono);font-size:.875em}:not(pre)>code{background:var(--bg-code);padding:.12em .36em;border-radius:3px}pre{background:var(--bg-code);border:1px solid var(--rule);border-radius:var(--radius);padding:14px 16px;overflow-x:auto;max-width:none;line-height:1.55}pre code{background:none;padding:0}.table-wrap{overflow-x:auto;max-width:none;margin:1.2rem 0}table{border-collapse:collapse;width:100%;max-width:none;font-size:.94rem;font-variant-numeric:tabular-nums}th{text-align:left;font-weight:600;border-bottom:1px solid var(--rule-strong);padding:0 14px 8px 0;vertical-align:bottom}td{border-bottom:1px solid var(--rule);padding:10px 14px 10px 0;vertical-align:top}blockquote{margin:1.2rem 0;padding-left:18px;border-left:2px solid var(--rule-strong);color:var(--ink-muted)}hr{border:none;border-top:1px solid var(--rule);margin:2.4rem 0}img{max-width:100%;height:auto}.skip-link{position:absolute;left:-9999px;top:0;background:var(--bg-raised);color:var(--ink);padding:10px 16px;z-index:100;border:1px solid var(--rule-strong);border-radius:var(--radius)}.skip-link:focus{left:12px;top:12px}header[data-astro-cid-3ef6ksr2]{border-bottom:1px solid var(--rule);background:var(--bg-raised)}.bar[data-astro-cid-3ef6ksr2]{max-width:var(--page);margin:0 auto;padding:14px 24px;display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 28px}.brand[data-astro-cid-3ef6ksr2]{text-decoration:none;color:var(--ink);display:flex;align-items:baseline;gap:10px}.brand[data-astro-cid-3ef6ksr2] strong[data-astro-cid-3ef6ksr2]{font-size:1.15rem;letter-spacing:-.02em}.motto[data-astro-cid-3ef6ksr2]{font-size:.82rem;color:var(--ink-faint);font-style:italic}nav[data-astro-cid-3ef6ksr2]{margin-left:auto}nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;flex-wrap:wrap;gap:6px 20px;margin:0;padding:0;max-width:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{text-decoration:none;color:var(--ink-muted);font-size:.94rem}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--primary)}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:var(--ink);font-weight:600}@media(max-width:640px){nav[data-astro-cid-3ef6ksr2]{margin-left:0;width:100%}}footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--rule);background:var(--bg-raised);margin-top:auto}.inner[data-astro-cid-sz7xmlte]{max-width:var(--page);margin:0 auto;padding:28px 24px 40px;display:flex;flex-direction:column;gap:10px}.links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:20px;margin:0}.links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.94rem}.meta[data-astro-cid-sz7xmlte],.note[data-astro-cid-sz7xmlte]{margin:0;font-size:.88rem;color:var(--ink-muted)}.note[data-astro-cid-sz7xmlte]{max-width:var(--measure)}
