/* ═══════════════════════════════════════════════════════════════
   WSTR – Calm overlay (wstr-calm.css) · v2
   The site keeps its original starlit look everywhere.
   This file only silences the two noisiest ambient effects
   on browsing pages: the cursor sparkle trail and the fireflies.
   Everything else (navbar, heroes, shimmer, waves) stays intact.
   ═══════════════════════════════════════════════════════════════ */
.sparkle { display: none !important; }
.wstrm-spark, .wstrm-fly { display: none !important; }


/* ═══ Unified navbar: the starlit night pill, identical on every page ═══ */
.video-navbar {
  background: linear-gradient(135deg, #1a2a4a 0%, #2d4a6d 50%, #1a2a4a 100%) !important;
  box-shadow: 0 8px 32px rgba(26, 42, 74, 0.3) !important;
}
.navbar-stars { opacity: 1 !important; }
/* account collection pages use abbreviated classes */
.nav {
  background: linear-gradient(135deg, #1a2a4a 0%, #2d4a6d 50%, #1a2a4a 100%) !important;
  box-shadow: 0 8px 32px rgba(26, 42, 74, 0.3) !important;
}
.nav-sp { opacity: 1 !important; }
