/*
 * Operation center hero removal v1.
 * Presentation only: keep the dashboard DOM, events, data, and business logic.
 */
body.ui-system-v1 #operation-view.operation-ui-v1 > .operation-ui-hero {
  display: none !important;
}
