#splash{position:fixed;inset:0;background-color:transparent;z-index:99999;display:flex;align-items:center;justify-content:center}#splash::before{content:'';position:absolute;inset:0;background-color:var(--color-content-1);z-index:0;transform:translateY(0);transition:none}#splash.is-hiding-asterisk #splash-wrapper{animation:splashRotate .8s ease forwards}@keyframes splashRotate{0%{transform:rotate(0);opacity:1}50%{opacity:1}100%{transform:rotate(360deg);opacity:0}}#splash.is-hiding-background::before{transform:translateY(-100%);transition:transform .6s ease}#splash-wrapper{position:relative;width:600px;height:600px;z-index:1}#splash-images{position:absolute;inset:0;-webkit-mask-image:url('../assets/icons/asterisk.svg');mask-image:url('../assets/icons/asterisk.svg');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}#splash-images img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}#splash-images img.is-active{opacity:1}@media (max-width:768px){#splash-wrapper{width:320px;height:320px}}@media (prefers-reduced-motion:reduce){#splash.is-hiding-asterisk #splash-wrapper{animation:none;opacity:0}#splash.is-hiding-background::before{opacity:0;transition:opacity .3s ease}}