
#splash-overlay{
  position:fixed; inset:0; z-index:2147483647;
  background:#070818;
  display:none;
  align-items:center; justify-content:center;
}
#splash-overlay.active{ display:flex; }

#splash-overlay .splash-img{
  width: 100vw;
  height: 100vh;
  background:url('../assets/common/splash-miniapp.png') center center / contain no-repeat;
  
}