/* Isolate the negative decorative layer above the page background. */
body { isolation: isolate; }
#forte-network {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1; /* Existing globe: 0, watermark: 1, interface: 2. */
  pointer-events: none;
}
@media (forced-colors: active) {
  #forte-network { display: none; }
}
