/* Canvas efek badai (#storm) */
#storm {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9998;
  display: block;
  background: transparent;
}
