@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:'JetBrains Mono',monospace;font-size:14px;--dark-gray:#0d111d;--dark-gray-rgb:13,17,29;--light-blue:#436ef7;--light-blue-rgb:67,110,247;--blue:#2c39ff;--blue-rgb:44,57,255;--dark-blue:#000665;--dark-blue-rgb:0,6,101;--green:#00ca00;--green-rgb:0,202,0;--red:#ca0000;--red-rgb:202,0,0;--orange:#ff8c00;--orange-rgb:255,140,0;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transition:all .5s ease-in-out}@media (max-width:800px){*{font-size:12px}}body{height:100vh;background-size:cover;background-position:center;background-color:#000;background:fixed;transition:background-image 1.5s ease-out}@media screen and (max-width:1200px){body{background-size:auto;animation:diagonal-corners 24s ease-in-out alternate infinite}@keyframes diagonal-corners{0%{background-position:20% 30%}25%{background-position:35% 15%}50%{background-position:60% 65%}75%{background-position:10% 40%}100%{background-position:20% 30%}}}main{position:relative;height:inherit;display:block;transition:background-image 1.5s ease-out}a{text-decoration:none;color:inherit}a:active.link,a:focus.link,a:hover.link{color:var(--light-blue)}a:hover>h1,a:hover>h2,a:hover>h3,a:hover>h4,a:hover>h5,a:hover>h6{filter:blur(2px) brightness(1.5)}.left-section{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;width:35%}.countdown-section{display:inline-flex;justify-content:center;text-align:center}.time{padding:1em;margin:1em 0}.time+.time{border-left:2px solid #fff}.time h3{font-size:2.5em;line-height:1em}@media (max-width:800px){.time{padding:.5em;margin:.5em 0}.time h3{font-size:1.2em}}.right-section{position:absolute;top:0;bottom:0;right:0;width:65%;display:flex;flex-direction:column;align-items:center;height:100%;margin:0 2em 0 2em;padding-top:1em}.right-section h1{font-size:2em;font-weight:500;margin:.5em 0 0 0;text-shadow:2px 2px 2px #000}@media (max-width:800px){.right-section h1{font-size:1.5em}}.description{white-space:pre-line}.description ul,ol{padding-left:1.5em}.center-section{position:absolute;top:0;bottom:0;right:0;width:100%;display:flex;flex-direction:column;align-items:center;height:100%;margin:0 2em 0 2em;padding-top:1em}.center-section h1{font-size:2em;font-weight:500;margin:.5em 0 0 0;text-shadow:2px 2px 2px #000}@media (max-width:800px){.center-section h1{font-size:1.5em}}.center-section h1 sup{color:var(--red)}.center-section .black-bg{width:80%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(var(--light-blue-rgb),.12);border-radius:8px}::-webkit-scrollbar-thumb{border-radius:8px;background:linear-gradient(135deg,rgba(var(--light-blue-rgb),.6) 60%,rgba(var(--blue-rgb),.6) 100%);min-height:40px;box-shadow:0 1px 4px 0 rgba(44,57,255,.15)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(var(--light-blue-rgb),.9) 60%,rgba(var(--blue-rgb),.9) 100%);border:2px solid rgba(0,0,0,.2)}.hidden{display:none}.logo img{max-width:10em;width:auto}.black-bg{background-color:rgba(0,0,0,.7);border-radius:10px;padding:.5em;box-shadow:0 0 4px #000}.center-text{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.flex-right{display:flex;justify-content:right;align-items:center}.flex-space-between{display:flex;justify-content:space-between;align-items:center}.flex-space-around{display:flex;justify-content:space-around;align-items:center}.flex-space-evenly{display:flex;justify-content:space-evenly;align-items:center}@media (max-width:1200px){.flex-center,.flex-right,.flex-space-around,.flex-space-between,.flex-space-evenly{flex-direction:column}}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.marg-top-1em{margin-top:1em}.margin-1em{margin:1em}.padding-1em{padding:1em}.trans-text{color:rgba(255,255,255,.1)}.no-filter{filter:none!important}p.data,p.data .tooltip,span.data{color:rgba(255,255,255,.7)}h3{font-size:1.5em;font-weight:500}.scrollable{max-height:100%;overflow-y:auto}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.tooltip .tooltip_text{visibility:hidden;width:min-content;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 5px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-60px;opacity:0;transition:.7s}.tooltip .tooltip_text::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent}.tooltip:hover .tooltip_text{visibility:visible;opacity:1;transition:.7s}.tooltip i.fa-steam{color:#fff}.tooltip i.fa-patreon{color:var(--patreon_color)}.tooltip i.fa-discord{color:var(--discord_color)}.joined i{color:var(--green)}.not-joined i{color:var(--red)}.avatar{width:36px;height:36px;border-radius:50%}.avatar:active,.avatar:focus,.avatar:hover{border-radius:2px}table{border-collapse:collapse}table th{background-color:rgba(0,0,0,.8)}table td,table th{padding:10px;border:1px solid rgba(100,100,100,.5);text-align:center}table tr:hover{box-shadow:0 0 4px #fff}.scrollable>table th{position:sticky;top:0;z-index:1}