#brand-bar {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: #f1f5f9;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0 16px;
  letter-spacing: 1px;
  border-bottom: 1px solid #334155;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
