@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";*{-webkit-user-select:none;user-select:none;--main-color: #8667e6;--main-color-transparent: #8767e641}@keyframes blink{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.loadingscreen{width:100vw;height:100vh;background-color:#000;position:absolute;left:0;top:0;overflow:hidden;font-family:Lexend}.loadingscreen>.overlay{background:rgba(0,0,0,.856);width:100%;height:100%;position:absolute;z-index:20;display:flex;justify-content:center;align-items:center;flex-direction:column}.loadingscreen>.overlay>.name{text-align:center;font-size:4.4444444444vh;font-style:normal;font-weight:700;line-height:102.5%;color:#b0b0b0}.loadingscreen>.overlay>.name>.active{background:linear-gradient(180deg,var(--main-color) 0%,var(--main-color-transparent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:blink infinite 2s}.loadingscreen>.overlay>.discord{color:var(--gray, rgba(255, 255, 255, .6));text-align:center;font-size:2.7777777778vh;font-style:normal;font-weight:700;line-height:normal;font-variant:small-caps}.loadingscreen>.tip{z-index:40;position:absolute;bottom:1.3888888889vh;color:#fffb;font-size:1.8518518519vh;text-align:center;width:100%;font-variant:all-small-caps}.loadingscreen>.progressbar{z-index:40;width:100vw;position:absolute;bottom:0;height:.462962963vh;border-top:.0925925926vh solid rgba(255,255,255,.2);background:rgba(0,0,0,.7);margin-top:2.5925925926vh;box-sizing:border-box}.loadingscreen>.progressbar>.inner{box-sizing:border-box;width:50%;height:100%;background:var(--main-color);border:none;transition:.25s}.loadingscreen>div iframe{width:100%;height:200%;position:absolute;top:-50%}
