:root,:root[data-theme=light]{color-scheme:light;--bg: rgb(225, 225, 219);--fg: #2b2a26;--muted: #5a574e;--muted-2: #8c887c;--border: #2b2a26;--pre-bg: #ecebde;--pre-border: #c7c5b8;--sh-class: #2d5e9d;--sh-identifier: #354150;--sh-sign: #8996a3;--sh-string: #007f7a;--sh-keyword: #e02518;--sh-comment: #a19595;--sh-jsxliterals: #6266d1;--sh-property: #e25a1c;--sh-entity: #e25a1c}:root[data-theme=dark]{color-scheme:dark;--bg: #0f141c;--fg: #d7d8dc;--muted: #8f94a0;--muted-2: #5d6270;--border: #d7d8dc;--pre-bg: #161c26;--pre-border: #1d2431;--sh-class: #4c97f8;--sh-identifier: #d7d8dc;--sh-keyword: #f47067;--sh-string: #0fa295}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg: #0f141c;--fg: #d7d8dc;--muted: #8f94a0;--muted-2: #5d6270;--border: #d7d8dc;--pre-bg: #161c26;--pre-border: #1d2431;--sh-class: #4c97f8;--sh-identifier: #d7d8dc;--sh-keyword: #f47067;--sh-string: #0fa295}}*{box-sizing:border-box}html{min-width:360px;color:var(--fg);background:var(--bg)}body{font-family:ui-monospace,Menlo,Monaco,Cascadia Mono,Roboto Mono,Courier New,monospace;-webkit-font-smoothing:antialiased;max-width:52rem;margin:2rem auto 0;padding:0 1rem;position:relative}main{min-width:0;margin-top:1.5rem;display:flex;flex-direction:column;padding:0 .5rem}@media(min-width:768px){main{padding:0}}a{color:inherit;text-decoration:none}::selection{background-color:#47a3f3;color:#fefefe}.label{position:absolute;top:-1rem;right:0;font-size:.75rem;line-height:1rem}.section-wrap{position:relative;margin:1rem 0}.section-wrap>.box{outline:1px solid var(--border);padding:1rem}.prose p{margin:1rem 0;color:var(--fg);opacity:.9}.prose h1{font-size:2.25rem;line-height:2.5rem;font-weight:500;letter-spacing:-.025em;margin:1.5rem 0 .5rem}.prose h2,.prose h3{font-size:1.25rem;line-height:1.75rem;font-weight:500;letter-spacing:-.025em;margin:1.5rem 0 .5rem}.prose h2{margin-top:2.75rem}.prose h4{font-size:1.125rem;line-height:1.75rem;font-weight:500;letter-spacing:-.025em;margin:1.5rem 0 .5rem}.prose strong{font-weight:500}.prose ul{list-style:disc;padding-left:1.5rem}.prose ol{list-style:decimal;padding-left:1.5rem}.prose a{text-decoration:underline;text-decoration-thickness:.1em;text-underline-offset:2px;text-decoration-color:var(--muted-2);transition:all .15s}.prose pre{background:var(--pre-bg)!important;border:1px solid var(--pre-border);border-radius:.5rem;overflow-x:auto;padding:.5rem .75rem;font-size:.875rem;line-height:1.5}.prose code{padding:.125rem .25rem;border-radius:.375rem;font-family:inherit;font-size:inherit}.prose pre code{padding:0;background:transparent}.prose>:first-child{margin-top:1.25em!important}.prose blockquote{margin:1rem 0;padding:.25rem 0 .25rem 1rem;border-left:2px solid var(--pre-border);color:var(--muted);font-size:.9rem}.prose blockquote p{margin:.5rem 0}pre::-webkit-scrollbar{display:none}pre{-ms-overflow-style:none;scrollbar-width:none}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .astro-code,:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}.title{text-wrap:balance}.theme-toggle{background:transparent;border:none;color:inherit;font:inherit;line-height:1;padding:.35rem .5rem;margin:.25rem;cursor:pointer;transition:opacity .15s;display:inline-flex;align-items:center;justify-content:center}.theme-toggle:hover{opacity:.7}.theme-toggle svg{display:block}.nav-wrap[data-astro-cid-dmqpwcec]{position:relative}nav[data-astro-cid-dmqpwcec]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;padding:0;margin-bottom:1rem;outline:1px solid currentColor;scroll-padding-right:1.5rem}.links[data-astro-cid-dmqpwcec]{display:flex;flex-direction:row}a[data-astro-cid-dmqpwcec]{display:flex;align-items:middle;position:relative;padding:.25rem .5rem;margin:.25rem;transition:color .15s}a[data-astro-cid-dmqpwcec]:hover{color:#262626}@media(prefers-color-scheme:dark){a[data-astro-cid-dmqpwcec]:hover{color:#e5e5e5}}a[data-astro-cid-dmqpwcec].active{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.footer-wrap[data-astro-cid-sz7xmlte]{position:relative;margin-top:1rem}footer[data-astro-cid-sz7xmlte]{margin:1rem 0;outline:1px solid currentColor}ul[data-astro-cid-sz7xmlte]{list-style:none;font-size:.875rem;padding:.75rem 1rem;margin:0;display:flex;flex-direction:column;gap:.5rem;color:var(--muted)}@media(min-width:768px){ul[data-astro-cid-sz7xmlte]{flex-direction:row;gap:1rem}}a[data-astro-cid-sz7xmlte]{display:flex;align-items:center;transition:color .15s}a[data-astro-cid-sz7xmlte]:hover{color:var(--fg)}p[data-astro-cid-sz7xmlte]{margin:0 0 0 .5rem;line-height:1}svg[data-astro-cid-sz7xmlte]{flex-shrink:0}
