body{margin:0}html{box-sizing:border-box;touch-action:none;overscroll-behavior-x:none}*,*:before,*:after{overscroll-behavior-x:none;box-sizing:inherit;cursor:default;user-select:none}a{all:unset}body{justify-content:center;align-items:center;background:#373737;display:flex;height:100vh;padding:0;margin:0}@keyframes fadein{0%{opacity:0}50%{opacity:0}to{opacity:100%}}#loading{visibility:visible;display:flex;height:100vh;width:100vw;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-family:Roboto,sans-serif;font-size:12px;animation:fadein .8s normal forwards}#message{margin-bottom:18px}#loading .progress{background:rgba(255,255,255,.1);justify-content:flex-start;border-radius:100px;align-items:center;position:relative;padding:0;display:flex;height:4px;width:100px}#loading #progress-value{animation:load 4s normal forwards;box-shadow:0 5px 20px -5px #fff;border-radius:100px;background:#fff;height:4px;width:0}@keyframes load{0%{width:0}to{width:78%}}@keyframes loadfinish{0%{width:78%}to{width:100%}}
