.keyword{font-weight:700;color:var(--keyword)}.token.builtin,.token.number,.token.operator,.token.punctuation,.token.string,.token.variable{color:var(--token)}.token.comment{color:var(--comment)}.token.attr-name,.token.class-name,.token.function,.token.tag{color:var(--name)}article{margin:0 auto;line-height:1.7}article h2,article h3,article h4,article h5,article h6{padding-top:var(--gap);padding-bottom:var(--gap-half)}article>*+*{margin-top:1em}article p{color:var(--fg-2)}article aside p{margin:var(--gap-half) 0}article img,article video{max-width:100%;height:auto;display:block;margin:var(--gap) auto}article ul{list-style-position:inside;list-style-type:disc;padding-left:var(--gap)}article ul ul{list-style-type:circle}article ul ul ul{list-style-type:square}article ol{padding:0;list-style-position:inside}article ol>li>ul{margin-left:var(--gap-double);list-style-position:inside;list-style-type:circle}article aside,article blockquote{border:1px solid var(--neutral-3);background:var(--bg-2);padding:var(--gap-half);color:var(--fg-2);margin:var(--gap-half) 0}.token-line:not(:last-child){min-height:1.4rem}article :not(pre)>code{font-family:var(--font-mono);font-size:1rem}article :not(pre)>code:after,article :not(pre)>code:before{content:"\`";color:var(--neutral);-webkit-user-select:none;-moz-user-select:none;user-select:none}article pre{overflow-x:auto;background:var(--bg-2);border-radius:var(--inline-radius);line-height:1.8;padding:1rem;font-size:14px}article div+pre{border-top-left-radius:0;border-top-right-radius:0}.header-link{color:inherit}.header-link,article a{text-decoration:none}@media (hover:hover){article a:hover{text-decoration:underline}}sup{font-size:.8em;vertical-align:super;line-height:1;padding-top:var(--header-height)}.header-link:after{opacity:0;content:"#";margin-left:var(--gap-half);color:var(--neutral)}@media (hover:hover){.header-link:hover:after{opacity:1}}article ol li p:first-child{display:inline}article details{margin-top:var(--gap-half);margin-bottom:var(--gap-half)}@media screen and (max-width:760px){.header-link:after{opacity:.5}}:root{--font-sans:var(--font-space_grotesk),-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;--font-mono:var(--font-roboto-mono),"SFMono-Regular","Consolas","Liberation Mono","Menlo",monospace;--transition:0.1s ease-in-out;--transition-slow:0.3s ease-in-out;--gap-small:0.1rem;--gap-quarter:0.25rem;--gap-half:0.5rem;--gap:1rem;--gap-double:2rem;--main-content:48rem;--radius:8px;--inline-radius:6px;--header-height:48px;--bg:hsl(205.3,31.1%,12%);--bg-hover:hsla(205.3,31.1%,11%,0.9);--bg-2:hsl(0,0%,10%);--fg:hsl(0,0%,95.3%);--fg-hover:hsl(0,0%,97.3%);--fg-2:hsl(0,0%,92%);--neutral:hsl(0,0%,60%);--neutral-tint:hsla(0,0%,100%,0.5);--neutral-2:hsl(0,0%,27%);--neutral-3:hsl(0,0%,13%);--selection:hsla(0,0%,100%,0.88);--link:hsl(216,100%,77%);--token:hsl(0,0%,60%);--comment:hsl(0,0%,60%);--keyword:hsl(0,0%,100%);--name:hsl(0,0%,100%);--highlight:hsl(0,0%,18%);--timing:0.3s;--fade-in:var(--timing) ease-in-out}[data-theme=light]{--bg:hsl(283,100%,98%);--bg-hover:hsla(283,100%,99%,0.9);--bg-2:hsl(0,0%,96%);--fg:hsl(0,0%,13.3%);--fg-hover:hsl(0,0%,11.3%);--fg-2:hsl(0,0%,13%);--neutral:hsl(0,0%,39%);--neutral-tint:hsla(0,0%,8%,0.5);--neutral-2:hsl(0,0%,87%);--neutral-3:hsl(0,0%,94%);--header-bg:hsla(0,0%,100%,0.8);--selection:hsla(0,0%,0%,0.99);--link:hsl(215,51%,54%);--token:hsl(0,0%,40%);--comment:hsl(0,0%,60%);--keyword:hsl(0,0%,0%);--name:hsl(0,0%,20%);--highlight:hsl(0,0%,92%)}*{box-sizing:border-box}::-moz-selection{background:var(--selection);color:var(--bg);text-shadow:none}::selection{background:var(--selection);color:var(--bg);text-shadow:none}body,html{padding:0;margin:0;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.5em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:110%}body{font-family:var(--font-sans);min-height:100dvh;display:flex;flex-direction:column;position:relative}li,p{font-size:1.1rem;font-weight:400}@media only screen and (max-width:768px){li,p{font-size:1rem;font-weight:400}}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:500;line-height:1.25}h1{font-size:2rem}h1,h2{margin:0;padding:0}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.15rem}hr{border:none;border-bottom:1px solid var(--neutral-2)}blockquote{margin:0;padding-left:1rem;border-left:3px solid var(--neutral-2);font-style:italic}button{padding:0;margin:0;line-height:inherit;font-size:inherit;border:none}a.reset,article a,p a{color:var(--link);text-decoration:none;transition:background-color var(--transition),color var(--transition);outline:none}@media (hover:hover){a.reset:hover,article a:hover,p a:hover{color:var(--link)}}code,pre{font-family:var(--font-mono)}summary{outline:none}details{padding:var(--gap);background:var(--bg-hover);border-radius:var(--radius);cursor:pointer}table,td,th{border:1px solid var(--neutral)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.layout_wrapper__s7gfs{position:relative;height:100%;padding-bottom:var(--gap-double)}.layout_main__ABI2k{max-width:var(--main-content);margin:0 auto;padding:0 var(--gap)}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7cba1811e3c25a15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_bc0dcf{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_bc0dcf{--font-space_grotesk:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono Fallback;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_5899e0{font-family:Roboto Mono,Roboto Mono Fallback;font-style:normal}.__variable_5899e0{--font-roboto-mono:"Roboto Mono","Roboto Mono Fallback"}