html[data-store-splash="loading"]::before {
  content:"";position:fixed;inset:0;z-index:2147483645;background:#10151a;
}
#storeGameSplash {
  position:fixed;inset:0;z-index:2147483646;background:#10151a;
  display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;
  font:14px system-ui,sans-serif;
}
#storeGameSplash img {position:absolute;inset:0;width:100%;height:100%;object-fit:contain;}
#storeGameSplash p,#storeGameSplash button {position:relative;z-index:1;}
#storeGameSplash p {margin-top:auto;margin-bottom:max(24px,env(safe-area-inset-bottom));padding:10px 16px;background:#10151acc;border-radius:8px;text-align:center;}
#storeGameSplash button {margin-bottom:24px;padding:12px 24px;border:0;border-radius:8px;}
#storeGameSplash [hidden] {display:none!important;}
