/* SLIPSTREAM bootstrap stylesheet — extracted from index.html so the
   production CSP can drop 'unsafe-inline' from style-src.

   Currently only hides the legacy Emergent floating badge. The runtime
   Tailwind/React stylesheets are emitted by the build into /static/css/. */
#emergent-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
