/* ===== 斑斑系统页面定制 ===== */

/* 隐藏右上角"数据可视化平台"按钮 */
.header-right .el-badge {
    display: none !important;
}

/* 隐藏右上角"咨询客服"按钮 */
.header-right .contact-us {
    display: none !important;
}

/* 隐藏左下角积分充值框 */
.balance-card {
    display: none !important;
}

/* 隐藏页面底部AI对话框 */
.workbench-home-assistant-dock {
    display: none !important;
}

/* 隐藏侧边栏聊天面板（全部对话） */
.workbench-home-ai-sidebar {
    display: none !important;
}

/* 隐藏侧边栏"新建对话"按钮 */
.ai-nav__menu-item--new-chat {
    display: none !important;
}
