:root{--bg: #fbfaf6;--fg: #1a1812;--muted: #8a8275;--rule: #e6e1d3;--accent: #b85a2a}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #111110;--fg: #e8e6df;--muted: #7a766b;--rule: #26241f;--accent: #d68b5a}}:root[data-theme=dark]{--bg: #111110;--fg: #e8e6df;--muted: #7a766b;--rule: #26241f;--accent: #d68b5a}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg)}*,*:before,*:after{transition:background-color .22s ease,color .22s ease,border-color .22s ease,text-decoration-color .22s ease,fill .22s ease,stroke .22s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition:none}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:15.5px;line-height:1.55;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}.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)}:root[data-theme=light] .astro-code,:root[data-theme=light] .astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}pre.astro-code{position:relative;padding:14px 16px;border-radius:6px;border:1px solid var(--rule);overflow-x:auto;font-size:13.5px;line-height:1.55;font-family:ui-monospace,JetBrains Mono,monospace;margin:1.2em 0}pre.astro-code code{font-family:inherit}pre.astro-code .copy-btn{position:absolute;top:8px;right:8px;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);background:transparent;border:none;padding:0;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease}pre.astro-code:hover .copy-btn,pre.astro-code .copy-btn:focus-visible{opacity:1}pre.astro-code .copy-btn:hover{color:var(--fg)}pre.astro-code .copy-btn[data-copied=true]{opacity:1;color:var(--accent)}.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}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:24px;font-size:13.5px;flex-wrap:wrap;padding:16px 0;margin-bottom:32px;background:var(--bg)}.nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--muted);text-decoration:none;letter-spacing:-.005em}.nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--fg)}.nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec][aria-current=page]{color:var(--fg);font-weight:600}.theme-toggle[data-astro-cid-dmqpwcec]{margin-left:auto;background:none;border:none;padding:4px;cursor:pointer;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;line-height:0}.theme-toggle[data-astro-cid-dmqpwcec]:hover{color:var(--fg)}.theme-toggle[data-astro-cid-dmqpwcec] .icon[data-astro-cid-dmqpwcec]{display:none}.theme-toggle[data-astro-cid-dmqpwcec] .moon[data-astro-cid-dmqpwcec]{display:inline-block}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .theme-toggle[data-astro-cid-dmqpwcec] .moon[data-astro-cid-dmqpwcec]{display:none}:root:not([data-theme=light]) .theme-toggle[data-astro-cid-dmqpwcec] .sun[data-astro-cid-dmqpwcec]{display:inline-block}}:root[data-theme=dark] .theme-toggle[data-astro-cid-dmqpwcec] .moon[data-astro-cid-dmqpwcec]{display:none}:root[data-theme=dark] .theme-toggle[data-astro-cid-dmqpwcec] .sun[data-astro-cid-dmqpwcec]{display:inline-block}:root[data-theme=light] .theme-toggle[data-astro-cid-dmqpwcec] .sun[data-astro-cid-dmqpwcec]{display:none}:root[data-theme=light] .theme-toggle[data-astro-cid-dmqpwcec] .moon[data-astro-cid-dmqpwcec]{display:inline-block}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}footer[data-astro-cid-sz7xmlte]{margin-top:80px;padding-top:24px;border-top:1px solid var(--rule);color:var(--muted);font-size:14.5px;display:flex;gap:18px;flex-wrap:wrap;align-items:center}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--muted);text-decoration:underline;text-decoration-color:var(--rule);text-underline-offset:3px;text-decoration-thickness:1px}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--fg)}.sep[data-astro-cid-sz7xmlte]{color:var(--rule)}.copy[data-astro-cid-sz7xmlte]{margin-left:auto}main{min-height:100vh;width:100%;max-width:1040px;margin:0 auto;padding:40px 96px;box-sizing:border-box;display:flex;flex-direction:column}main>footer{margin-top:auto}@media (max-width: 1040px){main{padding:24px 32px 32px}}
