.splash{z-index:9999;background:#071a0e;justify-content:center;align-items:center;animation:.3s .9s forwards splashFadeOut;display:flex;position:fixed;inset:0;overflow:hidden}.splash:before{content:"";pointer-events:none;background:radial-gradient(circle,#1b5e3042 0%,#0000 68%);border-radius:50%;width:560px;height:560px;position:absolute}@keyframes splashFadeOut{to{opacity:0;pointer-events:none}}.splash-content{z-index:1;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.splash-seal-ring{opacity:0;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;animation:.65s cubic-bezier(.16,1,.3,1) .1s forwards sealIn;display:flex}@keyframes sealIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.splash-seal{object-fit:contain;width:78px;height:78px}.splash-title{color:#fff;letter-spacing:7px;opacity:0;margin:0;font-family:Inter,ui-sans-serif,sans-serif;font-size:50px;font-weight:800;animation:.55s .3s forwards itemIn}.splash-sub{color:#ffffff61;letter-spacing:3px;text-transform:uppercase;opacity:0;margin:0;font-family:Inter,ui-sans-serif,sans-serif;font-size:10px;font-weight:500;animation:.55s .45s forwards itemIn}@keyframes itemIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.splash-bar{width:100%;height:1.5px;position:absolute;bottom:0;left:0;overflow:hidden}.splash-progress{background:#ffffff38;width:0;height:100%;animation:1s forwards splashLoad}@keyframes splashLoad{0%{width:0%}to{width:100%}}
