@import"https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap";*:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]){-moz-user-modify:read-write;-webkit-line-break:after-white-space;-webkit-user-modify:read-write;overflow-wrap:break-word}:where([draggable=true]){-webkit-user-drag:element}html{background:#0d1117;color:#e6edf3;height:100%;width:100%}html body{color:#e6edf3;font-family:Sora,Helvetica,sans-serif;font-weight:400;height:100%;width:100%}html body #root{display:flex;height:100%;width:100%}html body #root main{display:flex;flex-direction:column;gap:40px;width:100%}html body #root main .application-wrapper{display:flex;flex-direction:column;gap:40px;margin:0 auto 20px;max-width:1400px;padding:0 80px;width:100%}@media screen and (max-width: 770px){html body #root main .application-wrapper{padding:0 20px}}nav{border-bottom:1px solid #e6edf3;color:#e6edf3;display:flex;width:100%}nav .container{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:20px 80px;width:100%}@media screen and (max-width: 770px){nav .container{padding:20px}}nav .header-wrapper{display:flex;flex-direction:column;gap:5px;width:fit-content}nav .header-wrapper h1{align-items:center;display:flex;font-size:30px;font-weight:700;gap:10px;position:relative}nav .header-wrapper h1:before{background-color:#22c55e;border-radius:100%;content:"";display:block;height:10px;width:10px}nav .header-wrapper span{color:#e6edf399;font-size:15px}footer{color:#e6edf399;display:flex;font-size:12px;width:100%}footer .container{align-items:center;display:flex;gap:20px;justify-content:center;margin:0 auto;max-width:1400px;padding:20px 80px;width:100%}@media screen and (max-width: 770px){footer .container{padding:20px}}.error-report{display:flex;flex-direction:column;white-space:break-spaces;width:100%}.error-boundary-wrapper{align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover!important;background:linear-gradient(#0d1117cc,#0d1117cc),url(/assets/server-Beyq-R_C.jpg);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.error-boundary-wrapper .error-boundary-content{align-items:center;color:#e6edf3;display:flex;flex-direction:column;height:100%;justify-content:center;margin:20px;text-align:center}.error-boundary-wrapper .error-boundary-content .code,.error-boundary-wrapper .error-boundary-content .title,.error-boundary-wrapper .error-boundary-content .description{text-shadow:0 2px 5px rgba(13,17,23,.8)}.error-boundary-wrapper .error-boundary-content .code{font-size:100px;font-weight:700;margin-top:20px}@media screen and (max-width: 770px){.error-boundary-wrapper .error-boundary-content .code{font-size:60px}}.error-boundary-wrapper .error-boundary-content .title{font-size:26px;font-weight:600}@media screen and (max-width: 770px){.error-boundary-wrapper .error-boundary-content .title{font-size:22px}}.error-boundary-wrapper .error-boundary-content .description{color:#e6edf399;font-size:18px;font-weight:300;margin-top:20px}@media screen and (max-width: 770px){.error-boundary-wrapper .error-boundary-content .description{font-size:14px}}.error-boundary-wrapper .error-boundary-content .reload-button{background-color:#e6edf3;border-radius:4px;border:1px solid #e6edf3;cursor:pointer;font-size:16px;height:auto;margin-top:80px;max-width:240px;padding:16px;width:100%}@media screen and (max-width: 770px){.error-boundary-wrapper .error-boundary-content .reload-button{font-size:14px;margin-top:40px;padding:12px}}section{display:flex;flex-direction:column;gap:20px;scrollbar-color:rgba(230,237,243,.6) #000000;scrollbar-width:thin;width:100%}section .title{font-size:26px;font-weight:500}section .timestamp{color:#e6edf399;font-size:14px}section .card{font-size:14px;line-height:1.4;border-radius:10px;border:1px solid #e6edf3;overflow-y:auto;padding:20px}section .card pre,section .card code{font-family:Menlo,Monaco,Courier New,monospace}section .card pre{padding:10px;overflow-x:scroll}section .card a,section .card a:visited,section .card a:hover,section .card a:focus,section .card a:active{color:#22c55e}section .card .modest-no-decoration{text-decoration:none}section .card p,section .card .modest-p{font-size:14px;margin-bottom:18px}section .card h1,section .card .modest-h1,section .card h2,section .card .modest-h2,section .card h3,section .card .modest-h3,section .card h4,section .card .modest-h4{font-weight:inherit}section .card h1,section .card .modest-h1{margin-top:0;font-size:26px}section .card h2,section .card .modest-h2{font-size:22px}section .card h3,section .card .modest-h3{font-size:18px}section .card h4,section .card .modest-h4{font-size:16px}section .card h5,section .card .modest-h5{font-size:14px}section .card h6,section .card .modest-h6{font-size:12px}section .card small,section .card .modest-small{font-size:10px}section .card img,section .card canvas,section .card iframe,section .card video,section .card svg,section .card select,section .card textarea{max-width:100%}section .card h1,section .card h2,section .card h3{border-bottom:2px solid rgba(230,237,243,.2);margin:14px 0;padding-bottom:10px}section .card blockquote{border-left:8px solid rgba(230,237,243,.2);padding:5px}section .card pre,section .card code{background-color:#e6edf333}section .card strong{font-weight:700}section .card i{font-style:italic}section .card ol,section .card ul,section .card menu{list-style:initial;margin-left:14px}section .card hr{border-bottom:2px solid rgba(230,237,243,.2);margin:14px 0;width:100%}section .card>:first-child{margin-top:0;padding-top:0}section .card>:last-child{margin-bottom:0;padding-bottom:0}section.status-wrapper .header{display:flex;flex-direction:column;margin-bottom:40px}section.status-wrapper .header .icon{color:#22c55e}section.status-wrapper .header .title{align-items:center;border-bottom:none!important;display:flex;font-size:26px;font-weight:500;gap:10px;margin:0;padding:0}section.services-wrapper .grid-wrapper{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}section.services-wrapper .grid-wrapper .card{display:flex;gap:10px;align-items:center}section.services-wrapper .grid-wrapper .title{align-items:center;border-bottom:none!important;display:flex;gap:10px;margin:0;padding:0}section.release-wrapper .title{margin-bottom:-15px}section.roadmap-wrapper .grid-wrapper{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;width:100%}section.roadmap-wrapper .grid-wrapper .row{display:flex;flex-direction:column;gap:10px;min-width:280px;width:100%}section.roadmap-wrapper .grid-wrapper .row[data-color=gray] .title:before{background-color:#e6edf3}section.roadmap-wrapper .grid-wrapper .row[data-color=gray] .card{border-left-color:#e6edf3}section.roadmap-wrapper .grid-wrapper .row[data-color=blue] .title:before{background-color:#00a6f4}section.roadmap-wrapper .grid-wrapper .row[data-color=blue] .card{border-left-color:#00a6f4}section.roadmap-wrapper .grid-wrapper .row[data-color=yellow] .title:before{background-color:#eab308}section.roadmap-wrapper .grid-wrapper .row[data-color=yellow] .card{border-left-color:#eab308}section.roadmap-wrapper .grid-wrapper .row[data-color=green] .title:before{background-color:#22c55e}section.roadmap-wrapper .grid-wrapper .row[data-color=green] .card{border-left-color:#22c55e}section.roadmap-wrapper .grid-wrapper .row .title{align-items:center;display:flex;font-size:18px;gap:10px;padding-bottom:5px}section.roadmap-wrapper .grid-wrapper .row .title:before{border-radius:100%;content:"";display:block;height:10px;width:10px}section.roadmap-wrapper .grid-wrapper .row .label{font-weight:500}section.roadmap-wrapper .grid-wrapper .row .card{border-left-width:5px;width:100%}
