:root{color-scheme:light dark;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-serif: "Iowan Old Style", "Charter", "Palatino", "Georgia", Cambria, "Times New Roman", Times, serif;--font-mono: ui-monospace, "SF Mono", SFMono-Regular, "Menlo", Consolas, "Liberation Mono", monospace;--text-xs: .79rem;--text-sm: .889rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.266rem;--text-2xl: 1.602rem;--text-3xl: 2.027rem;--text-4xl: 2.566rem;--text-hero: clamp(2.4rem, 1.4rem + 4vw, 3.5rem);--leading-tight: 1.15;--leading-snug: 1.35;--leading-normal: 1.6;--leading-relaxed: 1.75;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 999px;--width-hub: 72rem;--width-prose: 65ch;--gutter: clamp(1rem, 4vw, 2rem);--transition: .15s ease;--bg: #fcfcfb;--bg-soft: #f4f4f1;--bg-muted: #ebebe6;--fg: #1b1b18;--fg-muted: #5b5b53;--fg-subtle: #8a8a80;--border: #e4e4de;--border-strong: #d2d2c9;--accent: #1f7a4d;--accent-hover: #186040;--accent-fg: #ffffff;--accent-soft: #e7f2ec;--shadow-sm: 0 1px 2px rgba(20, 20, 16, .05);--shadow-md: 0 4px 16px rgba(20, 20, 16, .08)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #16171b;--bg-soft: #1d1f24;--bg-muted: #262a31;--fg: #e9e9e4;--fg-muted: #a9a9a0;--fg-subtle: #76766d;--border: #2c2f37;--border-strong: #3a3e47;--accent: #4fb583;--accent-hover: #6bc99a;--accent-fg: #0c1410;--accent-soft: #182a20;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 20px rgba(0, 0, 0, .5)}}:root[data-theme=dark]{--bg: #16171b;--bg-soft: #1d1f24;--bg-muted: #262a31;--fg: #e9e9e4;--fg-muted: #a9a9a0;--fg-subtle: #76766d;--border: #2c2f37;--border-strong: #3a3e47;--accent: #4fb583;--accent-hover: #6bc99a;--accent-fg: #0c1410;--accent-soft: #182a20;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 20px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{line-height:var(--leading-tight);font-weight:var(--weight-semibold);letter-spacing:-.01em;text-wrap:balance}p,li{text-wrap:pretty}a{color:var(--accent);text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent);text-underline-offset:.15em;transition:color var(--transition)}a:hover{color:var(--accent-hover)}img,svg,video{display:block;max-width:100%;height:auto}code,pre,kbd{font-family:var(--font-mono);font-size:.92em}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}::selection{background:var(--accent-soft);color:var(--fg)}.container{width:100%;max-width:var(--width-hub);margin-inline:auto;padding-inline:var(--gutter)}.prose{max-width:var(--width-prose)}.eyebrow{font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.muted{color:var(--fg-muted)}.tag{display:inline-block;font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--fg-muted);background:var(--bg-muted);border-radius:var(--radius-full);padding:.15em .7em}.btn{display:inline-flex;align-items:center;gap:var(--space-2xs);font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:1;padding:.75rem 1.25rem;border-radius:var(--radius-full);border:1px solid transparent;text-decoration:none;cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition)}.btn--primary{background:var(--accent);color:var(--accent-fg)}.btn--primary:hover{background:var(--accent-hover);color:var(--accent-fg)}.btn--ghost{background:transparent;border-color:var(--border-strong);color:var(--fg)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.skip-link{position:absolute;left:-9999px;top:var(--space-2xs);z-index:100;background:var(--accent);color:var(--accent-fg);padding:var(--space-2xs) var(--space-sm);border-radius:var(--radius-sm)}.skip-link:focus{left:var(--space-2xs);color:var(--accent-fg)}.theme-toggle[data-astro-cid-x3pjskd3]{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--bg-soft);color:var(--fg-muted);cursor:pointer;font-size:.95rem;line-height:1;transition:border-color var(--transition),color var(--transition)}.theme-toggle[data-astro-cid-x3pjskd3]:hover{border-color:var(--border-strong);color:var(--fg)}.ico[data-astro-cid-x3pjskd3]{display:none}.theme-toggle[data-astro-cid-x3pjskd3][data-mode=auto] .ico-auto[data-astro-cid-x3pjskd3],.theme-toggle[data-astro-cid-x3pjskd3][data-mode=light] .ico-light[data-astro-cid-x3pjskd3],.theme-toggle[data-astro-cid-x3pjskd3][data-mode=dark] .ico-dark[data-astro-cid-x3pjskd3]{display:block}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.nav__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:var(--space-md);min-height:3.75rem}.nav__brand[data-astro-cid-dmqpwcec]{font-weight:var(--weight-bold);font-size:var(--text-lg);color:var(--fg);text-decoration:none;letter-spacing:-.02em}.nav__links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:clamp(.5rem,2vw,1.5rem);margin-left:auto;flex-wrap:wrap}.nav__link[data-astro-cid-dmqpwcec]{color:var(--fg-muted);text-decoration:none;font-size:var(--text-sm);font-weight:var(--weight-medium);padding:.35rem .1rem}.nav__link[data-astro-cid-dmqpwcec]:hover{color:var(--fg)}.nav__link[data-astro-cid-dmqpwcec].is-active{color:var(--accent)}.footer[data-astro-cid-sz7xmlte]{margin-top:auto;border-top:1px solid var(--border);padding-block:var(--space-lg);font-size:var(--text-sm);color:var(--fg-muted)}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);align-items:center;justify-content:space-between}.footer__links[data-astro-cid-sz7xmlte]{display:flex;gap:var(--space-md);flex-wrap:wrap}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--fg-muted);text-decoration:none}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}
