/* Hide redundant per-app top/brand bars in favor of the injected .platform-stripe.
   Honor the data-catalog-nav-preserve-topbars opt-out (matches catalog-platform-nav.js)
   so apps whose .top-bar is a functional toolbar (e.g. /apps/charts) can keep it. */
body.catalog-platform-nav:not([data-catalog-nav-preserve-topbars="true"]) .top-bar,
body.catalog-platform-nav:not([data-catalog-nav-preserve-topbars="true"]) .desk-brandbar,
body.catalog-platform-nav:not([data-catalog-nav-preserve-topbars="true"]) .community-shell-bar,
body.catalog-platform-nav:not([data-catalog-nav-preserve-topbars="true"]) .section-nav,
body.catalog-platform-nav:not([data-catalog-nav-preserve-topbars="true"]) #top-nav-bar {
  display: none !important;
}
