/* VacationOS — Living World canvases (canonical v1.2.1 layering:
   LivingWorldRenderer base beneath, AtmosphereLayer fx above content-free
   backdrop space; both aria-hidden, pointer-transparent) */

.lw-base,
.lw-fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lw-fx {
  z-index: 2;
}
