.splash-overlay{z-index:100000;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;display:flex;position:fixed;top:0;left:0}.splash-overlay.fade-out{opacity:0;visibility:hidden}.splash-content{flex-direction:column;align-items:center;gap:20px;animation:.8s cubic-bezier(.16,1,.3,1) contentSlideIn;display:flex}.splash-logo-container{flex-direction:column;align-items:center;display:flex;position:relative}.splash-logo{justify-content:center;align-items:center;animation:.8s cubic-bezier(.34,1.56,.64,1) logoEntrance;display:flex}.splash-image-logo{object-fit:contain;filter:drop-shadow(0 0 10px #ffffff1a)}.splash-tagline{color:#888;opacity:0;margin-top:-10px;font-size:1.1rem;font-weight:400;animation:.8s .6s forwards fadeIn}.splash-loader{opacity:0;background:#ffffff1a;border-radius:2px;width:150px;height:4px;margin-top:10px;animation:.5s 1s forwards fadeIn;overflow:hidden}.loader-bar{background:#0070f3;width:0%;height:100%;animation:2s ease-in-out 1.2s forwards loaderProgress}@keyframes contentSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes logoEntrance{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes loaderProgress{0%{width:0%}to{width:100%}}@media (max-width:480px){.splash-logo{font-size:2.5rem}.splash-tagline{font-size:1rem}}
