/* GP-DP-20260822-050 — explicit optical compositing order.
   The network must be above the opaque Earth canvas; environment remains below. */
.world-core > .gp-world-environment-glow-canvas {
  z-index: 0 !important;
  pointer-events: none !important;
}

.world-core > .gp-world-environment-canvas {
  z-index: 1 !important;
  pointer-events: none !important;
}

.world-core > .world-canvas {
  z-index: 2 !important;
}

.world-core > .gp-world-network-glow-canvas {
  z-index: 3 !important;
  pointer-events: none !important;
}

.world-core > .gp-world-network-canvas {
  z-index: 4 !important;
  pointer-events: none !important;
}

.world-core > .world-axis {
  z-index: 5 !important;
  pointer-events: none !important;
}
