.theme-toggle[data-astro-cid-l6lhmie6]{border-radius:var(--radius);block-size:2.5rem;inline-size:2.5rem;color:var(--ink-muted);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;display:grid}.theme-toggle[data-astro-cid-l6lhmie6]:hover{color:var(--ink);border-color:var(--rule)}.icon[data-astro-cid-l6lhmie6]{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;grid-area:1/1;block-size:1.15rem;inline-size:1.15rem}.icon--sun[data-astro-cid-l6lhmie6]{display:none}:root[data-theme=dark] .icon--sun[data-astro-cid-l6lhmie6]{display:block}:root[data-theme=dark] .icon--moon[data-astro-cid-l6lhmie6]{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .icon--sun[data-astro-cid-l6lhmie6]{display:block}:root:not([data-theme=light]) .icon--moon[data-astro-cid-l6lhmie6]{display:none}}:root{color-scheme:light;--ground:#edebe4;--surface:#e3e0d7;--ink:#15171a;--ink-muted:#56595c;--rule:#d3cfc4;--accent:#39631c;--accent-hover:#2a4a14;--selection:#dcebbf;--page:64rem;--measure:66ch;--step--1:clamp(.875rem, .85rem + .12vw, .9375rem);--step-0:clamp(1.0625rem, 1.02rem + .22vw, 1.1875rem);--step-1:clamp(1.25rem, 1.17rem + .4vw, 1.5rem);--step-2:clamp(1.5rem, 1.36rem + .7vw, 1.9375rem);--step-3:clamp(1.8125rem, 1.58rem + 1.15vw, 2.5rem);--step-4:clamp(2.1875rem, 1.82rem + 1.85vw, 3.25rem);--leading-body:1.65;--leading-tight:1.18;--space-2xs:.375rem;--space-xs:.625rem;--space-s:1rem;--space-m:1.5rem;--space-l:2.5rem;--space-xl:4rem;--space-2xl:6rem;--gutter:clamp(1.25rem, 5vw, 2.5rem);--radius:4px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--ground:#101214;--surface:#191c1f;--ink:#e6e4dc;--ink-muted:#9a9c98;--rule:#2a2d30;--accent:#a3d95b;--accent-hover:#bce882;--selection:#2b3a19}}:root[data-theme=dark]{color-scheme:dark;--ground:#101214;--surface:#191c1f;--ink:#e6e4dc;--ink-muted:#9a9c98;--rule:#2a2d30;--accent:#a3d95b;--accent-hover:#bce882;--selection:#2b3a19}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-padding-top:var(--space-l)}body{background:var(--ground);color:var(--ink);font-family:var(--font-serif);font-size:var(--step-0);line-height:var(--leading-body);font-synthesis-weight:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100svh;display:flex}img,picture,svg,video{max-width:100%;height:auto;display:block}::selection{background:var(--selection)}.wrap{width:100%;max-width:calc(var(--page) + var(--gutter) * 2);padding-inline:var(--gutter);margin-inline:auto}.column{width:100%;max-width:var(--measure);margin-inline:auto}.bleed{width:min(100vw - var(--gutter) * 2, var(--page));max-width:none;margin-inline:auto}h1,h2,h3,h4{font-weight:600;line-height:var(--leading-tight);text-wrap:balance;letter-spacing:-.011em}h1{font-size:var(--step-4)}h2{font-size:var(--step-2)}h3{font-size:var(--step-1)}h4{font-size:var(--step-0)}p,li{text-wrap:pretty;hyphens:auto}a{color:var(--accent);text-underline-offset:.18em;text-decoration-thickness:1px;text-decoration-color:color-mix(in srgb, var(--accent) 45%, transparent);transition:color .12s,text-decoration-color .12s}a:hover{color:var(--accent-hover);text-decoration-color:currentColor}code,kbd,pre,samp{font-family:var(--font-mono);font-size:.875em}:not(pre)>code{background:var(--surface);border-radius:var(--radius);padding:.15em .36em}pre{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-s);line-height:1.5;overflow-x:auto}blockquote{border-inline-start:2px solid var(--accent);color:var(--ink-muted);padding-inline-start:var(--space-s);font-style:italic}hr{border:0;border-top:1px solid var(--rule);margin-block:var(--space-l)}.prose>*+*{margin-block-start:var(--space-m)}.prose>h2{margin-block-start:var(--space-l)}.prose>h3{margin-block-start:var(--space-m)}.prose ul,.prose ol{padding-inline-start:1.4em}.prose li+li{margin-block-start:var(--space-2xs)}.prose figure figcaption{font-size:var(--step--1);color:var(--ink-muted);text-align:center;margin-block-start:var(--space-xs)}.astro-code,.astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .astro-code,:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.skip-link{z-index:10;background:var(--ground);color:var(--ink);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-xs) var(--space-s);text-decoration:none;position:absolute;inset-block-start:-100%;inset-inline-start:var(--gutter)}.skip-link:focus-visible{inset-block-start:var(--space-xs)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header[data-astro-cid-z4jru4n3]{border-block-end:1px solid var(--rule);padding-block:var(--space-s);margin-block-end:var(--space-xl)}.site-header__inner[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-s);flex-wrap:wrap;display:flex}.site-title[data-astro-cid-z4jru4n3]{font-size:var(--step-1);color:var(--ink);text-transform:uppercase;letter-spacing:.13em;margin-inline-end:auto;font-weight:700;text-decoration:none}nav[data-astro-cid-z4jru4n3] ul[data-astro-cid-z4jru4n3]{gap:var(--space-s);margin:0;padding:0;list-style:none;display:flex}nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--ink-muted);font-size:var(--step--1);letter-spacing:.09em;text-transform:uppercase;text-decoration:none}nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover,nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3][aria-current=page]{color:var(--ink)}main[data-astro-cid-z4jru4n3]{flex:1}.site-footer[data-astro-cid-z4jru4n3]{padding-block:var(--space-m);border-block-start:1px solid var(--rule);color:var(--ink-muted);font-size:var(--step--1);margin-block-start:var(--space-2xl)}
