#splash-screen{z-index:999999999;color:#000;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex;position:fixed;top:0;left:0}.splash-screen-content{width:100%;max-width:500px;margin:20px}.splash-screen-content img{border-radius:8px;margin:0 auto}.fade-pulse{animation:1s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.fade-out{animation:1s ease-in-out both fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.meter{box-sizing:content-box;height:10px;margin:20px 0;position:relative;box-shadow:inset 0 -1px 1px #ffffff4d}.meter>span{background-color:#3c8dbc;background-image:linear-gradient(center bottom,#3c8dbc 37%,#0b344a 69%);border-radius:8px;height:100%;display:block;position:relative;overflow:hidden;box-shadow:inset 0 2px 9px #ffffff4d,inset 0 -2px 6px #0006}.meter>span:after,.animate>span>span{content:"";z-index:1;background-image:linear-gradient(-45deg,#fff3 25%,#0000 25% 50%,#fff3 50% 75%,#0000 75%,#0000);background-size:50px 50px;border-radius:8px;animation:2s linear infinite move;position:absolute;inset:0;overflow:hidden}.meter.progress{animation:4s ease-out both progress}@keyframes progress{0%{width:0}to{width:100%}}.animate>span:after{display:none}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.nostripes>span>span,.nostripes>span:after{background-image:none}#page-wrap{width:490px;margin:80px auto}
