/* ==========================================================================
   🪐 SCOPED COSMIC BACKGROUND LAYER (Unique Signature System)
   ========================================================================== */

.updg-cosmic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Content aur custom cursor ke peeche lock rahega */
  pointer-events: none; /* Clicks smoothly pass through ho jayenge */
  overflow: hidden;
  background: transparent;
}

.updg-cosmic-bg__canvas {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateZ(0); /* Hardware Acceleration Trigger */
}
