/* The single Canvas-2D ocean backdrop behind every CSS screen (replaces the old
   cove-*.webp parallax + the Three.js menu ambience). Driven by js/race/ocean-bg.js. */
#ocean-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}

/* the ocean is the backdrop now — hide the legacy webp plates + parallax layers */
.bg-plate, .cove-layer, .parallax { display: none !important; }

/* legacy capybara mascot art — hidden until the new TrenchRush KOL art lands (PRD #2) */
.welcome-capy, .results-capy { display: none !important; }

/* keep screens above the ocean */
.screen { z-index: 5; }
#bg-dim { z-index: 1; }
