.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden;opacity:1;background-color:#eee;transition:var(--main-transition);background-position:50%;background-size:contain}.loading-screen.splash{background-color:#000}.loading-screen.completed{animation:fadeOut .5s forwards}@keyframes fadeOut{0%{opacity:1;pointer-events:auto;z-index:9999;background:#000}to{opacity:0;pointer-events:none;z-index:-9999;background:transparent}}