.theme-toggle[data-astro-cid-x3pjskd3]{position:fixed;bottom:1rem;left:1rem;z-index:200;padding:0;border:none;background:transparent;cursor:pointer;border-radius:999px}.theme-toggle[data-astro-cid-x3pjskd3]:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:3px}.theme-toggle-track[data-astro-cid-x3pjskd3]{display:block;width:44px;height:26px;border-radius:999px;background:var(--color-bg-input);position:relative;transition:background .2s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover .theme-toggle-track[data-astro-cid-x3pjskd3]{background:var(--color-bg-mute-hover)}.theme-toggle-thumb[data-astro-cid-x3pjskd3]{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--color-text-primary);transition:transform .2s ease,background .2s ease}[data-theme=dark] .theme-toggle-thumb[data-astro-cid-x3pjskd3]{transform:translate(18px);background:var(--pill-active-bg)}[data-theme=dark] .theme-toggle-track[data-astro-cid-x3pjskd3]{background:var(--color-bg-input)}:root{color-scheme:light;--color-text-primary: #2c1a0e;--color-text-secondary: #6b5344;--color-text-tertiary: #927562;--color-text-muted: #4d3a2b;--color-bg-page: #f3ebe1;--color-bg-surface: #faf6f0;--color-bg-input: #ebe3d9;--color-border: #d9cbb8;--color-border-faint: rgba(44, 26, 14, .06);--color-border-subtle: rgba(44, 26, 14, .1);--color-cta-bg: #3d2718;--color-cta-hover: #4a3020;--pill-active-bg: #3d2718;--pill-active-fg: #faf6f0;--pill-active-hover-bg: #4a3020;--color-bg-mute-hover: #dfd3c4;--color-row-hover: rgba(61, 39, 24, .07);--text: var(--color-text-primary);--muted: var(--color-text-secondary);--surface: var(--color-bg-surface);--border: var(--color-border);--bg: var(--color-bg-page);--accent: var(--color-cta-bg);--link: var(--color-text-muted);--link-hover: var(--color-text-primary);--stage-1: #059669;--stage-1-bg: rgba(16, 185, 129, .12);--stage-2: #d97706;--stage-2-bg: rgba(245, 158, 11, .14);--stage-3: #ea580c;--stage-3-bg: rgba(249, 115, 22, .12);--stage-4: #dc2626;--stage-4-bg: rgba(239, 68, 68, .1);font-family:Public Sans,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-feature-settings:"liga" 1,"calt" 1;font-optical-sizing:auto;line-height:1.6}[data-theme=dark]{color-scheme:dark;--color-text-primary: #f2e8dc;--color-text-secondary: #b9a08c;--color-text-tertiary: #8a7260;--color-text-muted: #d4c4b0;--color-bg-page: #140d08;--color-bg-surface: #1f140c;--color-bg-input: #2d1f14;--color-border: #4a3628;--color-border-faint: rgba(242, 232, 220, .06);--color-border-subtle: rgba(242, 232, 220, .11);--color-cta-bg: #e8dcc8;--color-cta-hover: #f2e8dc;--pill-active-bg: #f2e8dc;--pill-active-fg: #1a100a;--pill-active-hover-bg: #dfd3c4;--color-bg-mute-hover: #3d2a1c;--color-row-hover: rgba(242, 232, 220, .08);--text: var(--color-text-primary);--muted: var(--color-text-secondary);--surface: var(--color-bg-surface);--border: var(--color-border);--bg: var(--color-bg-page);--accent: var(--color-cta-bg);--link: var(--color-text-muted);--link-hover: var(--color-text-primary);--stage-1-bg: rgba(16, 185, 129, .18);--stage-2-bg: rgba(245, 158, 11, .18);--stage-3-bg: rgba(249, 115, 22, .18);--stage-4-bg: rgba(239, 68, 68, .16)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px;background:var(--color-bg-surface);overflow-x:clip}body{margin:0;min-height:100vh;background:var(--color-bg-page);color:var(--color-text-primary);letter-spacing:-.045px}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px}a:focus-visible{outline-offset:3px}::selection{background:#c9a882;color:#1a100a}[data-theme=dark] ::selection{background:#5c4330;color:#f2e8dc}a{color:var(--link);text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:var(--link-hover)}.prose :where(a):hover,.lede :where(a):hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.prose :where(a):hover{text-decoration-color:currentColor}.lede :where(a):hover{text-decoration-color:color-mix(in srgb,var(--color-text-secondary) 45%,transparent)}.layout-root{display:grid;grid-template-columns:auto 1fr;align-items:start;min-height:100vh;background:var(--color-bg-surface)}.site-sidebar{position:sticky;top:0;z-index:100;align-self:start;height:100vh;width:max-content;max-width:200px;padding:28px 20px 24px;display:flex;flex-direction:column;align-items:flex-start;background:var(--color-bg-surface)}.sidebar-nav{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.sidebar-nav-cluster{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.sidebar-nav-cluster--ranked{margin-top:.85rem}.toc-link{display:flex;align-items:center;padding:7px 0;border-radius:8px;font-size:14px;font-weight:400;line-height:22px;color:var(--color-text-secondary);text-decoration:none;transition:color .15s ease}.toc-link:hover{color:var(--color-text-primary);text-decoration:none}.toc-link:focus-visible{color:var(--color-text-primary);outline-offset:-2px;border-radius:6px}.toc-link.active{color:var(--color-text-primary);font-weight:500}.site-content{min-width:0;width:100%}main{max-width:640px;margin:0 auto;padding:72px 48px 64px}.page-title{font-size:2rem;font-weight:500;letter-spacing:-.45px;line-height:2.5rem;margin:0 0 12px;color:var(--color-text-primary)}.lede{color:var(--color-text-secondary);font-size:14px;line-height:22px;margin:0 0 32px;max-width:40rem}.lede :where(a){color:var(--color-text-secondary)}.lede :where(strong){color:var(--color-text-primary);font-weight:500}.entry-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--color-border-subtle)}.entry-list>li{border-bottom:1px solid var(--color-border-subtle)}.entry-list>li:last-child{border-bottom:none}.section-title{font-size:18px;font-weight:500;line-height:28px;margin:64px 0 16px;color:var(--color-text-primary)}.section-title:first-of-type,main>.section-title:first-child{margin-top:0}.muted{color:var(--color-text-secondary);font-size:13px;line-height:20px}.prose{max-width:42rem}.prose :where(p){margin:0 0 1rem;font-size:14px;line-height:22px;color:var(--color-text-secondary)}.prose :where(strong){color:var(--color-text-primary);font-weight:500}.prose :where(em){font-style:italic;color:inherit}.prose.entry-prose :where(strong,b){font-weight:400;color:inherit}.prose.entry-prose :where(em){font-style:normal}.prose :where(ul,ol){margin:0 0 1rem;padding-left:1.25rem;font-size:14px;line-height:22px;color:var(--color-text-secondary)}.prose :where(li){margin-bottom:.35rem}.prose :where(a){color:var(--color-text-secondary)}.prose :where(a):hover{color:var(--color-text-primary)}.skip-link{position:absolute;top:-100%;left:16px;z-index:1000;padding:8px 16px;background:var(--color-text-primary);color:var(--color-bg-surface);font-size:13px;font-weight:500;border-radius:0 0 8px 8px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0}@media(max-width:900px){html{scroll-padding-top:56px}.layout-root{grid-template-columns:1fr}.site-sidebar{position:sticky;top:0;width:100%;max-width:none;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;padding:12px 16px}.sidebar-nav{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:4px .85rem;width:100%}.sidebar-nav-cluster{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 12px;width:auto}.sidebar-nav-cluster--ranked{margin-top:0;padding-left:.65rem}.toc-link{padding:8px 0}main{padding:40px 24px 5rem}.page-title{font-size:1.5rem;line-height:1.875rem}.section-title{font-size:16px;line-height:24px;margin-top:48px}}@media(max-width:480px){main{padding:32px 16px 4.5rem}}
