/* ============================================================
   大梅沙垃圾图鉴 · Splash / Loading Screen (GIF)
   ============================================================ */

body.splash-active { overflow: hidden; }

#splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s ease;
}

#splash.hide {
  opacity: 0;
  pointer-events: none;
}

#splash-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
