.theme-toggle[data-astro-cid-x3pjskd3]{width:36px;height:36px;border-radius:var(--radius-sm);color:var(--fg-muted);display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{background:var(--bg-muted);color:var(--fg)}.theme-toggle__icon[data-astro-cid-x3pjskd3]{transition:opacity .2s ease,transform .2s ease}.theme-toggle__moon[data-astro-cid-x3pjskd3],[data-astro-cid-x3pjskd3][data-theme=dark] .theme-toggle__sun[data-astro-cid-x3pjskd3]{display:none}[data-astro-cid-x3pjskd3][data-theme=dark] .theme-toggle__moon[data-astro-cid-x3pjskd3]{display:block}.site-header[data-astro-cid-dmqpwcec]{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:50;backdrop-filter:saturate(160%) blur(8px);-webkit-backdrop-filter:saturate(160%) blur(8px)}.site-header__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:.9rem;padding-bottom:.9rem}.site-header__nav[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:1.25rem}.site-header__nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{list-style:none;padding:0;margin:0;display:flex;gap:1.25rem}.site-header__link[data-astro-cid-dmqpwcec]{color:var(--fg-muted);font-size:.95rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .12s ease,border-color .12s ease}.site-header__link[data-astro-cid-dmqpwcec]:hover{color:var(--fg);text-decoration:none}.site-header__link[data-astro-cid-dmqpwcec].is-active{color:var(--accent);border-bottom-color:transparent}.site-header__toggle[data-astro-cid-dmqpwcec]{display:none;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:var(--radius-sm)}.site-header__toggle[data-astro-cid-dmqpwcec]:hover{background:var(--bg-muted)}.site-header__toggle[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:20px;height:2px;background:var(--fg);transition:transform .2s ease,opacity .2s ease}@media(max-width:640px){.site-header__toggle[data-astro-cid-dmqpwcec]{display:flex}.site-header__nav[data-astro-cid-dmqpwcec]{position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;padding:1rem 1.25rem 1.25rem;gap:.75rem;transform:translateY(-110%);transition:transform .2s ease;z-index:-1}.site-header__nav[data-astro-cid-dmqpwcec].is-open{transform:translateY(0)}.site-header__nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{flex-direction:column;gap:.25rem}.site-header__link[data-astro-cid-dmqpwcec]{padding:.5rem 0}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:1.5rem 0;margin-top:4rem;font-size:.875rem}.site-footer__inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;text-align:center}.site-footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}:root{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Georgia, serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--bg: #ffffff;--bg-muted: #f6f7f8;--bg-card: #ffffff;--fg: #111418;--fg-muted: #4a5560;--fg-subtle: #8b95a0;--border: #e6e6ea;--border-strong: #d0d0d6;--accent: #22c55e;--accent-hover: #16a34a;--accent-bg: rgba(34, 197, 94, .08);--badge-bg: #1a1a1a;--badge-fg: #ffffff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--max-width: 920px;--content-width: 760px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px}[data-theme=dark]{--bg: #0f1115;--bg-muted: #181b21;--bg-card: #161920;--fg: #e8e8ea;--fg-muted: #a8b0b9;--fg-subtle: #6b727b;--border: #262a32;--border-strong: #3a3f49;--accent: #4ade80;--accent-hover: #86efac;--accent-bg: rgba(74, 222, 128, .12);--badge-bg: #e8e8ea;--badge-fg: #0f1115;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;display:flex;flex-direction:column}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer;padding:0}a{color:var(--accent);text-decoration:none;transition:color .12s ease}a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}h1,h2,h3,h4,h5,h6{line-height:1.25;letter-spacing:-.01em;color:var(--fg);font-weight:600}h1{font-size:clamp(1.9rem,1.4rem + 2.2vw,2.6rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.4rem,1.1rem + 1.4vw,1.8rem);margin-top:2.5rem;margin-bottom:1rem}h3{font-size:1.2rem;margin-top:1.75rem;margin-bottom:.5rem}p{margin-bottom:1rem}strong{font-weight:600}em{font-style:italic}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:var(--content-width)}main{flex:1 0 auto;padding:2rem 0 4rem}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:0 0 var(--radius-sm) 0;z-index:1000}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.prose{font-size:1.05rem;line-height:1.75;color:var(--fg)}.prose p,.prose ul,.prose ol,.prose blockquote{margin-bottom:1.1rem}.prose ul,.prose ol{padding-left:1.5rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--fg-muted);font-style:italic}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--bg-muted);padding:.15em .35em;border-radius:4px}.prose pre{background:var(--bg-muted);padding:1rem;border-radius:var(--radius-md);overflow-x:auto;margin-bottom:1.1rem}.prose pre code{background:transparent;padding:0}.prose hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.prose img{border-radius:var(--radius-md);margin:1.5rem 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--fg-muted)}
