/* Demo Web03 表层热修：不修改 API、Worker 或数据。 */

/* 数据质量中心目前不作为 Demo 导航入口。 */
li.ant-menu-item[data-menu-id$="-quality"] {
  display: none !important;
}

/* 部署能力只影响测试发送按钮，不额外展示全页警告。 */
.live-notifications-page > .ant-alert-warning {
  display: none !important;
}

/*
 * 历史事件、用户查询和用户旅程共用下列结构化详情。
 * 隐藏整个页签导航，固定展示结构化内容；实时事件流不使用此结构，仍保留真实原始 JSON。
 */
.ant-drawer-section:has(.historical-event-structured) .ant-tabs-nav,
.ant-drawer-section:has(.historical-event-structured) [id$="-panel-json"] {
  display: none !important;
}
