@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@325;425;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap";:root{--header-height:56px;--page-max-width:1260px;--body-background:#101010;--body-text-color:#b2b2bb;--page-padding-y:3rem;--color-link:#70f2b7;--code-block-background:#0c0c0c;--font-family-code:"JetBrains Mono";--radius-round:10000px;--radius-600:32px;--radius-500:24px;--radius-400:16px;--radius-300:8px;--radius-200:4px;--radius-100:2px;color-scheme:dark}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;margin:0;text-decoration:none;font-weight:inherit;font-size:inherit;line-height:inherit;list-style-type:none;font-family:inherit;color:inherit}html{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:17px;line-height:1.7;font-weight:425;scroll-padding-top:5rem;scrollbar-gutter:stable}@media screen and (max-width:1000px){html{font-size:15px}}body{background:var(--body-background);color:var(--body-text-color)}body.landing{background:url(/_next/static/media/glow.0ca3e2b2.jpg) no-repeat top;background-size:contain}img{max-width:100%;height:auto}iframe,img{display:block}h1,h2,h3,h4{color:#fff}button,iframe{border:none}button{font-family:inherit;cursor:pointer}.token.comment{color:#8e8e98}.property,.token.builtin,.token.class-name,.token.function,.token.rr-class,.token.rr-function{color:#ffdf89}.token.operator,.token.punctuation{color:#8e8e98}.token.boolean,.token.keyword{color:#e283ff}.token.number,.token.string{color:#5dfdb7}.twitter-tweet iframe{border-radius:12px}.FooterIcons_FooterIcons__EPIss{display:flex;justify-content:center;gap:1.5rem;--size:32px}.FooterIcons_FooterIcons__EPIss.FooterIcons_small__KfSLO{--size:20px}.FooterIcons_FooterIcons__EPIss li{width:var(--size)}.FooterIcons_FooterIcons__EPIss li a{display:block;height:var(--size);text-indent:-10000px;overflow:hidden;opacity:.25;transition:opacity .1s linear}.FooterIcons_FooterIcons__EPIss li a:hover{opacity:1}.FooterIcons_FooterIcons__EPIss li.FooterIcons_LinkedIn__wem8V a{background:url(/_next/static/media/social-linkedin.e8c6f4aa.svg) no-repeat 50%;background-size:contain}.FooterIcons_FooterIcons__EPIss li.FooterIcons_Twitter__j6Ibf a{background:url(/_next/static/media/social-twitter.46b19ff5.svg) no-repeat 50%;background-size:contain;transform:scale(1.2) translateY(.5px)}.FooterIcons_FooterIcons__EPIss li.FooterIcons_Discord__JTAKi a{background:url(/_next/static/media/social-discord.693a5a6b.svg) no-repeat 50%;background-size:contain;transform:scale(1.2) translateY(.5px)}.FooterIcons_FooterIcons__EPIss li.FooterIcons_Github__TsIHN a{background:url(/_next/static/media/social-github.663ff784.svg) no-repeat 50%;background-size:contain;transform:scale(1) translateY(.5px)}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr{--padding-x:3rem;margin-left:auto;margin-right:auto;width:100%;max-width:calc(var(--page-max-width) + var(--padding-x)*2);padding:0 var(--padding-x)}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr.MaxPageWidthDiv_mid__BohSz{max-width:66rem}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr.MaxPageWidthDiv_post__zVC_r{max-width:52rem}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr.MaxPageWidthDiv_landingOnly__lajSA{max-width:60rem}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr.MaxPageWidthDiv_page__8A4wn{padding-top:var(--page-padding-y);padding-bottom:var(--page-padding-y)}@media screen and (max-width:1000px){.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr.MaxPageWidthDiv_page__8A4wn{padding-top:1.5rem;padding-bottom:1.5rem}.MaxPageWidthDiv_MaxPageWidthDiv__d8bAr{--padding-x:1.25rem;max-width:800px}}.Footer_Footer__z0Ikr{font-size:11px;padding:3rem 0;text-align:center;color:#444}.Footer_Footer__z0Ikr .Footer_IconsWrapper__jECEP{margin-bottom:2rem}.Footer_Footer__z0Ikr a{color:inherit}@media screen and (max-width:1000px){.Footer_Footer__z0Ikr{padding:1.75rem 0 1.5rem;font-size:11px}}.Header_Header__xIKfd{position:-webkit-sticky;position:sticky;height:var(--header-height);top:0;left:0;width:100%;z-index:5;display:flex;align-items:center;font-size:13px;background:hsla(0,0%,6%,.8);-webkit-backdrop-filter:blur(55px);backdrop-filter:blur(55px);box-shadow:0 1px hsla(0,0%,100%,.075)}.Header_Header__xIKfd .Header_HeaderInner__7HQjT{display:flex;align-items:center;flex:1 1;height:100%;gap:3rem}.Header_Header__xIKfd h1 a{display:block;width:82px;height:28px;text-indent:-1000px;overflow:hidden;background:url(/_next/static/media/logo.d8c22f75.svg) no-repeat 0 0;background-size:contain}.Header_Header__xIKfd nav{display:flex;align-items:center;margin-left:auto;font-weight:600;height:100%}.Header_Header__xIKfd ul{display:flex;align-items:center;flex:1 1}.Header_Header__xIKfd ul a{padding:1rem .66rem;white-space:pre;color:#fff;position:relative}.Header_Header__xIKfd ul a:before{content:"";margin:auto;position:absolute;bottom:.25rem;left:.75rem;right:.75rem;height:2px;background:#fff;border-radius:var(--radius-round);transform:scale(.5);opacity:0;transition:opacity .2s linear}.Header_Header__xIKfd ul a:hover{opacity:.8}.Header_Header__xIKfd ul a[aria-current=page]:before{opacity:1;transform:scale(1);transition:all .3s ease .1s}.Header_Header__xIKfd ul a[href^="https://discord"]:hover,.Header_Header__xIKfd ul a[href^="https://github"]:hover{transform:scale(1.05)}.Header_Header__xIKfd ul a[href^="https://github"]{margin-left:1.5rem;margin-right:1rem;display:block;width:24px;height:24px;background:url(/github-logo.svg) no-repeat;background-size:85% auto;background-position:50%;text-indent:-1000px;overflow:hidden}@media screen and (max-width:600px){.Header_Header__xIKfd ul a[href^="https://github"]{display:none}}.Header_Header__xIKfd ul a[href^="https://discord"]{display:block;width:24px;height:24px;background:url(/discord-logo.svg) no-repeat;background-size:cover auto;background-position:50%;text-indent:-1000px;overflow:hidden}@media screen and (max-width:600px){.Header_Header__xIKfd ul a[href^="https://discord"]{display:none}}.Header_Header__xIKfd a{color:inherit}@media screen and (max-width:1000px){.Header_Header__xIKfd{font-size:12px}.Header_Header__xIKfd .Header_HeaderInner__7HQjT{gap:.8rem;overflow:auto}.Header_Header__xIKfd h1 a{width:72px;height:22px}.Header_Header__xIKfd nav ul{justify-content:flex-start}.Header_Header__xIKfd nav a{padding:1rem .5rem}}