/* PURIVOM — Transparent cinematic cosmic layer.
 * Fixed to the viewport itself so it never appears as a clipped frame.
 * Does not replace or tint the Theme background.
 */
#purivom-cosmic-layer {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  outline: 0 !important;
  z-index: 2147483000 !important;
  pointer-events: none !important;
  background: transparent !important;
  overflow: visible !important;
  contain: none !important;
}
#purivom-cosmic-layer canvas {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}
@media (prefers-reduced-motion: reduce) {
  #purivom-cosmic-layer { display:none !important; }
}
