/* ── SpectralIA Branding ── */

/* === MASQUER ANCIEN LOGO LANGFLOW (ChevronLeft icon top-left) === */
[data-testid="icon-ChevronLeft"] { display: none !important; }

/* === MASQUER GITHUB & DISCORD (data-testid) === */
[data-testid="menu_github_button"],
[data-testid="menu_discord_button"],
[data-testid="empty_page_github_button"],
[data-testid="empty_page_discord_button"] { display: none !important; }
div:has(> [data-testid="menu_github_button"]),
div:has(> [data-testid="menu_discord_button"]) { display: none !important; }
a[href*="github.com/langflow"],
a[href*="discord.com"],
a[href*="twitter.com"],
a[href*="langflow.new"],
a[href*="docs.langflow.org"] { display: none !important; }

/* === MINI LOGO SPECTRAL IA en haut à gauche === */
[data-testid="header_left_section_wrapper"]::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 32px;
  background: url("/assets/spectralia-logo.webp") left center / contain no-repeat;
  margin-right: 8px;
  flex-shrink: 0;
}

/* === PAGE LOGIN === */
.scale-\[1\.5\] { display: none !important; }
.flex.w-72.flex-col.items-center.justify-center.gap-2::before {
  content: "";
  display: block;
  width: 220px;
  height: 68px;
  background: url("/assets/logo-dark-bg.webp") center / contain no-repeat;
  margin-bottom: 4px;
}
