/**
 * CRMChat 后台坐席端：顶栏 .base-header 品牌色（与商城 ENPG 主色一致，无金色装饰）。
 * 部署在 public/admin/，并在 index.html 中置于其它业务 CSS 之后；改 ?v= 清缓存。
 */
.base-header {
  position: relative !important;
  background: linear-gradient(135deg, #033558 0%, #054a6e 48%, #022c44 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 16px rgba(3, 53, 88, 0.38) !important;
  border-bottom: none !important;
}

.base-header .left-wrapper .user_info span {
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* 右下角「CRMChat开源客服系统」等品牌脚注（chunk-e51 .crmchat_link） */
.crmchat_link,
.crmchat_link a,
.crmchat_link span,
[class*="crmchat_link"],
.kefu-layouts .crmchat_link,
#app .crmchat_link {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  max-width: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  clip: rect(0, 0, 0, 0) !important;
}
