/* Custom branding: Replace logo with text "Telepath" */

/* Hide any logo images */
[class*="logo"] img,
[class*="Logo"] img,
openclaw-app img[src*="logo"],
openclaw-app img[src*="favicon"] {
  display: none !important;
}

/* Add "Telepath" text */
[class*="logo"]::before,
[class*="Logo"]::before {
  content: "Telepath" !important;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-primary, #6366f1);
  font-family: system-ui, -apple-system, sans-serif;
}

/* Target common header/nav logo containers */
header [class*="logo"],
nav [class*="logo"],
.header-logo,
.nav-logo {
  display: flex;
  align-items: center;
}

header [class*="logo"]::before,
nav [class*="logo"]::before {
  content: "Telepath" !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary, #6366f1);
}
