/* v118: force-hide legacy splash if old chunk briefly paints */
.splash-screen{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
  position:fixed!important;
  inset:auto!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
  opacity:0!important;
}
