:root{--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a1a1a1;--gray-500:#737373;--gray-600:#525252;--gray-700:#2f2d2d;--gray-800:#252424;--gray-900:#1a1919;--blue-200:#bedbff;--blue-300:#90c5ff;--blue-400:#54a2ff;--blue-500:#3080ff;--cyan-100:#cefafe;--cyan-500:#00b7d7;--red-600:#e40014;--red-700:#bf000f;--green-500:#00c758;--green-600:#00a544;--purple-600:#9810fa;--purple-800:#6e11b0;--orange-500:#fe6e00}@supports (color:lab(0% 0 0)){:root{--gray-200:lab(90.952% 0 -.0000119209);--gray-300:lab(84.92% 0 -.0000119209);--gray-400:lab(66.128% -.0000298023 .0000119209);--gray-500:lab(48.496% 0 0);--gray-600:lab(34.924% 0 0);--blue-200:lab(86.15% -4.04379 -21.0797);--blue-300:lab(77.5052% -6.4629 -36.42);--blue-400:lab(65.0361% -1.42065 -56.9802);--blue-500:lab(54.1736% 13.3369 -74.6839);--cyan-100:lab(95.3146% -13.8285 -6.84732);--cyan-500:lab(67.805% -35.3952 -30.2018);--red-600:lab(48.4493% 77.4328 61.5452);--red-700:lab(40.4273% 67.2623 53.7441);--green-500:lab(70.5521% -66.5147 45.8073);--green-600:lab(59.0978% -58.6621 41.2579);--purple-600:lab(43.0295% 75.21 -86.5669);--purple-800:lab(30.6017% 56.7637 -64.4751);--orange-500:lab(64.272% 57.1788 90.3583)}}*,:before,:after{box-sizing:border-box;border:0 solid;margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{padding:0;list-style:none}img,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit;letter-spacing:inherit;color:inherit;background:0 0;border-radius:0;padding:0}button{outline:none!important}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}table{text-indent:0;border-color:inherit;border-collapse:collapse}@font-face{font-family:Noto Sans;src:url(../media/NotoSans-Regular.2hcd_82gl855n.ttf);font-display:swap}html{line-height:1.5}html,body{background:#000;margin:0;padding:0;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}h1{font-size:3rem;line-height:1}h2{font-size:1.875rem;line-height:1.2}h3{font-size:1.125rem;line-height:1.55556}a{color:inherit;text-decoration:underline}td{border:1px solid var(--gray-500);padding:.5rem 1rem}.app-main{color:#fff;background:var(--gray-800);min-height:100vh}.page{color:#fff;flex-direction:column;min-height:100vh;display:flex}.page-body{flex-grow:1}.section-center{display:grid}.section-content{place-self:center;max-width:80rem}.section-content-prose{max-width:64rem}.body-text{color:var(--blue-200)}.button{cursor:pointer;color:#fff;background:var(--blue-500);border-radius:.25rem;margin:.75rem;padding:.5rem 1rem}.button:hover{background:var(--blue-400)}.button:focus{box-shadow:0 0 0 4px var(--blue-300)}.button-inverted{color:var(--blue-500);background:#fff}.button-inverted:hover{background:#fff}.navbar{z-index:10;background:var(--gray-800);align-items:center;width:100%;height:80px;display:flex;position:fixed}@media (min-width:1024px){.navbar{padding-inline:3rem}}.navbar-inner{justify-content:space-between;width:100%;max-width:80rem;margin:0 auto;display:flex}.navbar-brand{text-decoration:none}.navbar-brand>div{color:#fff;align-items:center;padding:1rem;display:flex}.navbar-brand>div>:not(:last-child){margin-right:1rem}.navbar-brand>div:hover{color:var(--blue-400)}@media (min-width:640px){.navbar-brand>div{padding:1.5rem;padding-right:0}}.navbar-brand img{width:2rem;height:2rem}.navbar-menu{align-items:center;padding-inline:.75rem;display:flex}@media (min-width:768px){.navbar-menu{padding-inline:1.5rem}}.navbar-links{color:var(--gray-300);align-items:center;width:auto;display:flex}.navbar-links-list{font-size:.875rem;line-height:1.42857}.nav-link{padding:.75rem 1rem;text-decoration:none}.nav-link:hover{color:var(--blue-400)}.nav-link-features{display:none}@media (min-width:640px){.nav-link-features{display:inline-block}}.navbar-download{display:none}@media (min-width:640px){.navbar-download{display:block}}@media (min-width:1024px){.navbar-download{padding-inline:4rem}}.navbar-download a{text-decoration:none}.navbar-icon:hover{color:var(--blue-400)}.navbar-icon-discord{margin-right:1rem;scale:75%}.navbar-spacer{height:80px}.logo-apple{scale:125%}.icon-download{fill:currentColor;width:1rem;height:1rem;margin-right:.5rem;display:inline}.footer{background:var(--gray-900)}.footer-inner{flex-wrap:wrap;justify-content:space-evenly;padding:1.5rem;display:flex}.footer-inner>:not(:last-child){margin-right:2rem}.hero{color:var(--gray-200);background:var(--gray-800);padding-bottom:6rem}@media (min-width:768px){.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.hero-intro{place-self:center;padding:2rem}@media (min-width:640px){.hero-intro{padding:4rem}}.hero-title{text-align:center;padding-bottom:1.5rem}.hero-lead{text-align:center;padding-bottom:1.5rem;line-height:1.625}.hero-cta{padding-bottom:1.5rem;display:grid}.hero-cta>div{place-self:center}.hero-links{place-items:center;display:grid}.hero-chat{padding:4rem;display:flex}@media (min-width:768px){.hero-chat{padding-left:1rem;padding-right:7rem}}@media not (min-width:475px){.hero-chat{padding:0;scale:75%}}.features{background:#1a191980;margin-top:-4rem}.features-inner{color:var(--gray-200);padding:1.5rem}.features-inner>:not(:last-child){margin-bottom:3rem}@media (min-width:768px){.features-inner{padding:3rem}}.features-header{text-align:center}.features-header>:not(:last-child){margin-bottom:1.5rem}.features-grid>:not(:last-child){margin-bottom:1.5rem}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.features-grid>:not(:last-child){margin-bottom:0}}@media (min-width:768px){.features-grid{gap:3rem 6rem}}.feature-card{background:var(--gray-700);border-radius:.25rem;padding:2rem;display:grid}.feature-card>div{place-self:center;width:100%}.feature-card h2{padding-bottom:1.5rem}.feature-card ul>:not(:last-child){margin-bottom:.5rem}.feature-card-text{color:var(--blue-200)}.highlights{background:var(--gray-900)}.highlights-inner{padding:4rem}.highlights-inner>:not(:last-child){margin-bottom:4rem}@media (min-width:768px){.highlights-inner{display:flex}.highlights-inner>:not(:last-child){margin-bottom:0;margin-right:4rem}}.highlight{flex:1}.highlight>:not(:last-child){margin-bottom:1rem}.highlight-title{font-size:1.875rem;line-height:1.2}.testimonials{background:var(--gray-800);margin-inline:auto;padding:1.5rem}@media (min-width:768px){.testimonials{padding:3rem}}@media not (min-width:475px){.testimonials{padding:0}}.testimonials-inner>:not(:last-child){margin-bottom:2rem}.testimonials-title{color:#fff;text-align:center;padding:1.5rem}.testimonials-stack{display:block}@media (min-width:768px){.testimonials-stack{display:none}}.testimonials-carousel{display:none}@media (min-width:768px){.testimonials-carousel{display:block}}.testimonial{color:var(--gray-400);background:var(--gray-900);text-align:left;border-radius:.5rem;margin:2rem;padding:2rem}.testimonial-row{display:flex}.testimonial-row>:not(:last-child){margin-right:2rem}@media not (min-width:475px){.testimonial-row{flex-direction:column}.testimonial-row>:not(:last-child){margin-right:0}}.testimonial-avatar{border-radius:9999px;flex-shrink:0;width:4rem;height:4rem}@media (min-width:768px){.testimonial-avatar{width:9rem;height:9rem}}@media not (min-width:475px){.testimonial-avatar{align-self:center;margin-bottom:1rem}}.testimonial-body{flex-direction:column;display:flex}@media not (min-width:475px){.testimonial-quote{margin-bottom:.5rem}}.testimonial-fill{flex-grow:1}.testimonial-name{color:#fff;font-size:1.25rem;line-height:1.4}.testimonial-role{color:#fff;font-size:.875rem;line-height:1.42857}.testimonial-inline{flex-wrap:wrap;align-items:center;display:flex}.promo{background:var(--gray-800)}.promo-grid{background:var(--gray-800)}@media (min-width:768px){.promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.promo-panel{padding:4rem}.promo-panel>:not(:last-child){margin-bottom:1rem}@media not (min-width:475px){.promo-panel{padding:1.5rem}}.promo-panel-accent{background:var(--blue-500)}.promo-title{font-size:3rem;line-height:1}@media not (min-width:475px){.promo-title{font-size:2.25rem;line-height:1.11111}}.promo-link{padding-top:.75rem}.promo-button{margin:1.5rem .75rem .75rem 0}.downloads-inner{padding:5rem .5rem}.downloads-inner>:not(:last-child){margin-bottom:1.5rem}.downloads-title{text-align:center;font-size:3rem;line-height:1}.downloads-buttons{flex-wrap:wrap;justify-content:space-evenly;display:flex}.downloads-links{flex-wrap:wrap;justify-content:space-around;display:flex}.downloads-link{padding-inline:1rem}.download-tag{align-items:center;display:flex}.download-tag>:not(:last-child){margin-right:.75rem}.download-tag-icon{scale:75%}.download-tag-label{font-size:.875rem;line-height:1.42857}.download-cta{padding:.75rem;display:flex}.download-cta-icon{width:auto;height:1.5rem;padding-right:1.5rem}.download-cta-sub{font-size:.875rem;line-height:1.42857}.builds{width:max-content;margin:auto}.builds-title{padding-block:4rem}.builds-table{color:var(--blue-200)}.builds-version{color:#fff}.guide{padding:4rem}.guide h2{padding-top:2.5rem;padding-bottom:1rem}.guide p{padding-bottom:.75rem;padding-left:.75rem}.guide code{border:1px solid var(--gray-600);background:var(--gray-900);margin-top:1rem;padding:.25rem .5rem}.guide-title{padding-bottom:2.5rem}.login{padding:4rem}.login-title{text-align:center;margin:1rem}.login-warning{text-align:center;color:var(--red-600);margin-block:.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.login-button{background:var(--purple-800);white-space:nowrap;border-radius:.25rem;justify-content:center;margin-block:1.25rem;padding:.75rem;text-decoration:none;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.login-button:hover{background:var(--purple-600)}.token-row{gap:.25rem;margin-block:.5rem;display:flex}.token-box{width:100%;position:relative}.token-cover{background:var(--red-700);border-radius:.25rem;width:100%;height:100%;position:absolute;top:0;left:0}.token-input{appearance:none;background:var(--gray-900);resize:none;border-radius:.25rem;width:100%;padding:.75rem;overflow:hidden}.token-toggle{background:var(--gray-900);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:.25rem;height:100%;padding:.75rem;display:flex}.token-toggle:hover{background:var(--gray-700)}.copy-button{background:var(--blue-500);border-radius:.25rem;width:100%;padding:.75rem}.copy-button:hover{background:var(--blue-400)}.copy-button.copied{background:var(--green-600)}.copy-button.copied:hover{background:var(--green-500)}.login-steps{margin-top:1.5rem}.login-steps ul{margin-left:1rem;list-style:outside}.callout{border-left:4px solid;margin-block:1rem;padding:.25rem .75rem}.callout-title{gap:.5rem;display:inline-flex}.callout-note{border-color:var(--blue-500)}.callout-note .callout-title{color:var(--blue-500)}.callout-warning{border-color:var(--orange-500)}.callout-warning .callout-title{color:var(--orange-500)}.credit{color:var(--gray-300);margin-top:.75rem;margin-bottom:1rem;font-size:.875rem;line-height:1.42857}.figure-group{flex-wrap:wrap;gap:1.5rem 1rem;margin-block:1rem;display:flex}.changelog{margin-inline:1.5rem}@media (min-width:640px){.changelog{padding-inline:4rem}}.changelog h1{margin-block:1.5rem}.changelog h2{margin-block:1rem}.changelog h3{color:var(--cyan-100);margin-top:1.5rem;margin-bottom:.5rem;font-weight:700}.changelog div.changelog-entry{margin-left:.75rem}.changelog li{margin-block:.25rem;margin-left:1rem}.changelog li>ul>li{margin-block:.25rem}.changelog ul{margin-left:1rem;list-style-type:disc}.changelog ul>li>ul{margin-left:1rem;list-style-type:circle}.changelog .gh-author{white-space:nowrap;text-underline-offset:2px;font-weight:700}.changelog .gh-avatar{vertical-align:middle;border-radius:50%;width:18px;max-width:100%;height:18px;margin:0 .25rem .25rem 1px;line-height:1;display:inline-block;overflow:hidden;box-shadow:0 0 0 1px #ffffff26}.changelog figure{flex-direction:column;align-items:flex-start;margin-block:1rem;display:flex}.changelog .figure-group figure{margin-block:0}.changelog figcaption{max-width:24rem;color:var(--gray-300);text-align:center;margin-top:.5rem;font-style:italic}.changelog code{white-space:break-spaces;background:var(--gray-900);border-radius:.375rem;margin:0;padding:.25em .4em;font-size:90%}.changelog a code{color:var(--blue-300);text-decoration:underline;-webkit-text-decoration-color:var(--blue-300);text-decoration-color:var(--blue-300)}.changelog kbd{white-space:break-spaces;background:var(--gray-900);border:1px solid var(--gray-600);border-bottom-width:2px;border-radius:.125rem;margin:0;padding:.2em .5em;font-size:75%}.changelog-minor{color:var(--blue-200);font-size:.875rem;line-height:1.42857}by{display:none}:is(h1,h2,h3,h4,h5,h6)[id]>a{opacity:0;margin-left:.5rem;font-weight:400;text-decoration:none;transition:color .1s,opacity .125s}:is(h1,h2,h3,h4,h5,h6)[id]:target{scroll-margin:6rem}:is(h1,h2,h3,h4,h5,h6)[id]:target>a{color:var(--cyan-500);opacity:1}:is(h1,h2,h3,h4,h5,h6)[id]:target>a,:is(h1,h2,h3,h4,h5,h6)[id]>a:hover{color:var(--cyan-500);opacity:1}:is(h1,h2,h3,h4,h5,h6)[id]:hover>a{opacity:1}.carousel{max-width:800px;margin:auto!important}.slide{background:0 0!important}
.c-window{color:#fff;pointer-events:none;-webkit-user-select:none;user-select:none;background:#111;border:1px solid #5a5a5a;flex-direction:column;width:100%;height:100%;font-family:Segoe UI,Helvetica,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;display:flex;transform:perspective(1600px)rotate3d(.1,-.1,.03,20deg);box-shadow:0 0 1px #000,0 15px 30px #0006}.c-window-titlebar{color:#ccc;height:30px;padding-left:8px;line-height:30px}.c-tab{text-align:center;background:#252525;border-top:1px solid #444;height:26px;margin-right:1px;padding:0 8px;line-height:26px;display:inline-block}.c-tab.active{color:#fff;background:#555;border-top:2px solid #00aeef}.c-tab.seen{color:#aaa;border-top:1px solid #444}.c-tab.new-messages{color:#eee;border-top:1px solid #888}.c-tab.highlighted{color:#eee;border-top:1px solid #ee6166}.c-split-container{background:#191919;border-top:2px solid #555;flex-direction:row;flex-grow:1;min-height:0;display:flex}.c-split-container>*+*{border-left:1px solid #555}.c-split{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.c-split-header{background:#2e2e2e;border:1px solid #333;flex-direction:row;height:26px;margin:1px;line-height:26px;display:flex}.c-split-header>div{margin:0 auto;padding:0 8px}.c-split-content{flex-direction:column;flex:1;justify-content:flex-end;padding:4px 0;font-size:13px;display:flex;overflow:hidden}.c-split-input{background:#232323;border:1px solid #333;height:22px;margin:1px;padding:8px}.c-timestamp{color:#999}.c-message{flex-flow:wrap;align-items:center;padding:2px 12px;display:flex}.c-message>*+*{margin-left:5px}.c-emote-2x{width:32px;height:32px}.c-username{color:red;font-weight:600}.c-highlighted{background-color:#4c2c31}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-o-transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);z-index:2;cursor:pointer;background:0 0;border:0;font-size:32px;transition:all .25s ease-in;position:absolute;top:20px}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;margin:0 5px;display:inline-block}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{width:100%;position:relative}.carousel *{box-sizing:border-box}.carousel img{pointer-events:none;width:100%;display:inline-block}.carousel .carousel{position:relative}.carousel .control-arrow{background:0 0;border:0;outline:0;margin-top:-13px;font-size:18px;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-o-transition:all .15s ease-in;white-space:nowrap;list-style:none;transition:all .15s ease-in;position:relative;transform:translate(0,0)}.carousel .thumb{-o-transition:border .15s ease-in;white-space:nowrap;border:3px solid #fff;margin-right:6px;padding:2px;transition:border .15s ease-in;display:inline-block;overflow:hidden}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;position:relative;overflow:hidden}.carousel.carousel-slider .control-arrow{color:#fff;margin-top:0;padding:5px;font-size:26px;top:0;bottom:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{-o-transition:height .15s ease-in;width:100%;margin:auto;transition:height .15s ease-in;overflow:hidden}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{width:100%;margin:0;padding:0;list-style:none;position:relative}.carousel .slider.animated{-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{text-align:center;min-width:100%;margin:0;position:relative}.carousel .slide img{vertical-align:top;border:0;width:100%}.carousel .slide iframe{border:0;width:calc(100% - 80px);margin:0 40px 40px;display:inline-block}.carousel .slide .legend{-o-transition:all .5s ease-in-out;color:#fff;text-align:center;opacity:.25;transition:all .5s ease-in-out;-o-transition:opacity .35s ease-in-out;background:#000;border-radius:10px;width:90%;margin-left:-45%;padding:10px;font-size:12px;transition:opacity .35s ease-in-out;position:absolute;bottom:40px;left:50%}.carousel .control-dots{text-align:center;z-index:1;width:100%;margin:10px 0;padding:0;position:absolute;bottom:0}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-o-transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;margin:0 8px;transition:opacity .25s ease-in;display:inline-block;box-shadow:1px 1px 2px #000000e6}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{text-shadow:1px 1px 1px #000000e6;color:#fff;padding:5px;font-size:10px;position:absolute;top:0;right:0}.carousel:hover .slide .legend{opacity:1}
