.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-bg: #242936;--color-bg-muted: #1f2430;--color-text: #cccac2;--color-text-muted: #8a8a8a;--color-border: #b8cfe680;--color-code-border: #4d5a73;--color-accent: #73d0ff;--color-accent-hover: #ffad66;--color-accent-muted: #73d0ff20;--color-success: #87d96c;--color-on-accent: #242936;--color-overlay: rgba(0, 0, 0, .5);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 2px 8px rgba(0, 0, 0, .25);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .3);--header-height: 3.5rem;--sidebar-width: 260px;--toc-width: 220px;--content-max-width: 60rem;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--transition-fast: .15s ease;--transition-normal: .2s ease}[data-astro-cid-37fxchfa][data-theme=light]{--color-bg: #fcfcfc;--color-bg-muted: #f0f0f0;--color-text: #5c6166;--color-text-muted: #8a8a8a;--color-border: #787b8099;--color-code-border: #c8ccd4;--color-accent: #399ee6;--color-accent-hover: #fa8d3e;--color-accent-muted: #399ee620;--color-success: #6cbf43;--color-on-accent: #ffffff;--color-overlay: rgba(0, 0, 0, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1)}[data-astro-cid-37fxchfa],[data-astro-cid-37fxchfa]:before,[data-astro-cid-37fxchfa]:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem)}body{min-height:100vh;line-height:1.6;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img[data-astro-cid-37fxchfa],picture[data-astro-cid-37fxchfa],video[data-astro-cid-37fxchfa],canvas[data-astro-cid-37fxchfa],svg[data-astro-cid-37fxchfa]{display:block;max-width:100%}input[data-astro-cid-37fxchfa],button[data-astro-cid-37fxchfa],textarea[data-astro-cid-37fxchfa],select[data-astro-cid-37fxchfa]{font:inherit}button[data-astro-cid-37fxchfa]{cursor:pointer;background:none;border:none}a[data-astro-cid-37fxchfa]{color:inherit;text-decoration:none}ul[data-astro-cid-37fxchfa],ol[data-astro-cid-37fxchfa]{list-style:none}[data-astro-cid-37fxchfa]::-webkit-scrollbar{width:8px;height:8px}[data-astro-cid-37fxchfa]::-webkit-scrollbar-track{background:transparent}[data-astro-cid-37fxchfa]::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}[data-astro-cid-37fxchfa]::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}[data-astro-cid-37fxchfa]{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}h1[data-astro-cid-37fxchfa],h2[data-astro-cid-37fxchfa],h3[data-astro-cid-37fxchfa],h4[data-astro-cid-37fxchfa],h5[data-astro-cid-37fxchfa],h6[data-astro-cid-37fxchfa]{font-weight:600;line-height:1.3;margin-top:1.5em;margin-bottom:.5em;color:var(--color-text)}h1[data-astro-cid-37fxchfa]{font-size:2rem;margin-top:0}h2[data-astro-cid-37fxchfa]{font-size:1.5rem;border-bottom:1px solid var(--color-border);padding-bottom:.25em}h3[data-astro-cid-37fxchfa]{font-size:1.25rem}h4[data-astro-cid-37fxchfa]{font-size:1.125rem}h5[data-astro-cid-37fxchfa],h6[data-astro-cid-37fxchfa]{font-size:1rem}p[data-astro-cid-37fxchfa]{margin-bottom:1em}a[data-astro-cid-37fxchfa],a[data-astro-cid-37fxchfa]:link,a[data-astro-cid-37fxchfa]:visited,a[data-astro-cid-37fxchfa]:hover,a[data-astro-cid-37fxchfa]:active{text-decoration:none}.content a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}.content a:hover{color:var(--color-accent-hover)}.content ul,.content ol{margin-bottom:1em;padding-left:1.5em}.content ul{list-style-type:none}.content ol{list-style-type:decimal}.content li{margin-bottom:.25em}.content li>ul,.content li>ol{margin-top:.25em;margin-bottom:0}.content code:not(pre code){background-color:var(--color-bg-muted);padding:.15em .35em;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.875em}.content pre{background-color:transparent!important;border:none;border-left:3px solid var(--color-code-border);border-radius:0;padding:1rem;overflow-x:auto;margin-bottom:1em;position:relative}.content pre code{font-family:var(--font-mono);font-size:.875rem;line-height:1.5}.content pre .copy-button{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;padding:.375rem;background:transparent;border:none;border-radius:var(--radius-md);color:var(--color-text-muted);opacity:0;transition:opacity var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast)}.content pre:hover .copy-button{opacity:1}.content pre .copy-button:hover{color:var(--color-accent);background-color:var(--color-bg-muted)}.content pre .copy-button.copied{color:var(--color-success)}.content table{border-collapse:separate;border-spacing:0;font-size:.9375rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:1.5em 0;overflow:hidden}.content th,.content td{padding:.75rem 1rem;text-align:left}.content th{font-weight:600;color:var(--color-text);background:var(--color-bg-muted);border-bottom:1px solid var(--color-border);white-space:nowrap}.content td{border-bottom:1px solid var(--color-border)}.content tr:last-child td{border-bottom:none}.content tbody tr{transition:background-color var(--transition-fast)}.content tbody tr:hover{background-color:var(--color-bg-muted)}.content blockquote{border-left:3px solid var(--color-accent);padding:.75rem 1rem;margin:1.5em 0;color:var(--color-text-muted);background:var(--color-bg-muted);border-radius:0 var(--radius-md) var(--radius-md) 0}.content blockquote p:last-child{margin-bottom:0}.content hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--color-border) 20%,var(--color-border) 80%,transparent);margin:2.5em 0}.content img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1em auto;display:block}@media(min-width:640px){.content img{max-width:80%}}@media(min-width:1024px){.content img{max-width:70%}}.themed-image{display:block;text-align:center}.themed-image img{margin:1em auto}.themed-image .theme-light{display:none}.themed-image .theme-dark,[data-theme=light] .themed-image .theme-light{display:block}[data-theme=light] .themed-image .theme-dark{display:none}.katex-display{margin:1.5em 0;overflow-x:auto;overflow-y:hidden;padding:.5em 0}.katex{font-size:1.1em;color:var(--color-text)}[data-theme=dark] .katex,:root:not([data-theme=light]) .katex{color:var(--color-text)}.content a .katex,[data-theme=dark] .content a .katex,:root:not([data-theme=light]) .content a .katex{color:inherit}.astro-code,.astro-code span{background-color:transparent!important}[data-theme=dark] .astro-code,[data-theme=dark] .astro-code span,:root:not([data-theme=light]) .astro-code,:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)!important}[data-astro-cid-37fxchfa]::selection{background-color:var(--color-accent-muted);color:var(--color-text)}[data-astro-cid-37fxchfa]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.heading-anchor[data-astro-cid-37fxchfa]{color:var(--color-text-muted);text-decoration:none;margin-left:.25em;opacity:0;transition:opacity var(--transition-fast)}h2[data-astro-cid-37fxchfa]:hover .heading-anchor[data-astro-cid-37fxchfa],h3[data-astro-cid-37fxchfa]:hover .heading-anchor[data-astro-cid-37fxchfa],h4[data-astro-cid-37fxchfa]:hover .heading-anchor[data-astro-cid-37fxchfa]{opacity:1}.heading-anchor[data-astro-cid-37fxchfa]:hover{color:var(--color-accent)}.citation{color:var(--color-accent);cursor:pointer;font-style:normal}.citation-popover{position:fixed;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;max-width:360px;box-shadow:var(--shadow-lg);z-index:1000;font-size:.875rem;line-height:1.5}.citation-popover-title{font-weight:600;margin-bottom:.25rem;color:var(--color-text)}.citation-popover-authors{color:var(--color-text-muted);margin-bottom:.25rem}.citation-popover-venue{color:var(--color-text-muted);font-style:italic}.citation-popover-doi{margin-top:.5rem}.citation-popover-doi a{color:var(--color-accent)}.bibliography{display:flex;flex-direction:column;gap:1.5rem}.bib-entry{padding:.75rem 1rem;background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);line-height:1.5}.bib-entry+.bib-entry{margin-top:1rem}.bib-title{font-weight:600;margin-bottom:.25rem;color:var(--color-text)}.bib-authors{color:var(--color-text-muted);margin-bottom:.25rem}.bib-venue{color:var(--color-text-muted);font-style:italic}.bib-doi{margin-top:.5rem}.bib-doi a{color:var(--color-accent);font-size:.875rem}.theme-switcher[data-astro-cid-dz5h74bc]{position:relative}.theme-button[data-astro-cid-dz5h74bc]{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;color:var(--color-text-muted);transition:color var(--transition-fast)}.theme-button[data-astro-cid-dz5h74bc]:hover{color:var(--color-accent)}.icon[data-astro-cid-dz5h74bc]{display:none}.theme-switcher[data-astro-cid-dz5h74bc]:not([data-setting]) .icon-system[data-astro-cid-dz5h74bc],.theme-switcher[data-astro-cid-dz5h74bc][data-setting=system] .icon-system[data-astro-cid-dz5h74bc]{display:block}.theme-switcher[data-astro-cid-dz5h74bc][data-setting=light] .icon-light[data-astro-cid-dz5h74bc],.theme-switcher[data-astro-cid-dz5h74bc][data-setting=dark] .icon-dark[data-astro-cid-dz5h74bc]{display:block}html[data-theme-setting=light] .theme-switcher[data-astro-cid-dz5h74bc]:not([data-setting]) .icon-system[data-astro-cid-dz5h74bc]{display:none}html[data-theme-setting=light] .theme-switcher[data-astro-cid-dz5h74bc]:not([data-setting]) .icon-light[data-astro-cid-dz5h74bc]{display:block}html[data-theme-setting=dark] .theme-switcher[data-astro-cid-dz5h74bc]:not([data-setting]) .icon-system[data-astro-cid-dz5h74bc]{display:none}html[data-theme-setting=dark] .theme-switcher[data-astro-cid-dz5h74bc]:not([data-setting]) .icon-dark[data-astro-cid-dz5h74bc]{display:block}.theme-dropdown[data-astro-cid-dz5h74bc]{position:absolute;top:calc(100% + .5rem);right:0;min-width:120px;background-color:var(--color-bg);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast);z-index:100}.theme-dropdown[data-astro-cid-dz5h74bc].open{opacity:1;visibility:visible;transform:translateY(0)}.theme-option[data-astro-cid-dz5h74bc]{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;font-size:.875rem;color:var(--color-text-muted);text-align:left;transition:color var(--transition-fast)}.theme-option[data-astro-cid-dz5h74bc]:hover{color:var(--color-accent)}
