/*
 * SymbAIo recovery hotfix
 * Ground truth: preserve the deployed design and only reinforce mobile nav contrast.
 */

nav.bg-white\/90 img[alt="SyMbAIo"] {
  filter: brightness(0) saturate(100%) !important;
  opacity: 1 !important;
}

nav.bg-white\/90 button[aria-label="Toggle menu"] {
  color: #1f2937 !important;
  opacity: 1 !important;
}

nav.glass-panel img[alt="SyMbAIo"],
nav.bg-transparent img[alt="SyMbAIo"] {
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  nav img[alt="SyMbAIo"] {
    min-height: 2rem;
    width: auto;
  }

  nav button[aria-label="Toggle menu"] {
    min-width: 2.75rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
