/* MunichTech EXPO — official brand logo (light variant on dark navy) */

.mte-brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(0, 200, 255, 0.25));
}

.mte-brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: transparent;
  line-height: 0;
  max-height: 56px;
}

.mte-brand-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mte-brand-logo-link--header {
  max-height: 70px;
}

.mte-site-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 0.75rem;
  background: rgba(2, 8, 23, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 200, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .mte-brand-logo-link--header {
    max-height: 70px;
  }

  .mte-site-header-bar {
    padding: 0.75rem 1.5rem;
  }
}

body:has(.mte-site-header-bar) {
  padding-top: 56px;
}

@media (min-width: 768px) {
  body:has(.mte-site-header-bar) {
    padding-top: 72px;
  }
}

.mte-site-header-bar:hover .mte-brand-logo {
  filter: drop-shadow(0 0 16px rgba(0, 200, 255, 0.35));
}

.mte-brand-logo--header {
  max-height: 70px;
  width: auto;
}

@media (min-width: 768px) {
  .mte-brand-logo--header {
    max-height: 70px;
  }
}

.mte-brand-logo--footer {
  max-height: 70px;
  width: auto;
  margin-bottom: 0.75rem;
}

.mte-brand-logo--auth {
  max-height: 56px;
  width: auto;
  margin: 0 auto 1.25rem;
}

header:has(.mte-brand-logo--header) .mte-brand-logo-wrap {
  max-height: 70px;
}

@media (min-width: 768px) {
  header:has(.mte-brand-logo--header) .mte-brand-logo-wrap {
    max-height: 70px;
  }
}

header:has(.mte-brand-logo--header) .mte-brand-logo-wrap:hover .mte-brand-logo,
header:has(.mte-brand-logo--header) .mte-brand-logo-link--header:hover .mte-brand-logo {
  filter: drop-shadow(0 0 16px rgba(0, 200, 255, 0.35));
}

/* Hide leftover SPA gradient wordmark when injector replaces the mark */
header:has(.mte-brand-logo--header) .mte-brand-logo-wrap ~ .flex.flex-col,
header:has(.mte-brand-logo--header) .mte-brand-logo-wrap ~ div.flex.flex-col {
  display: none !important;
}

footer:has(.mte-brand-logo--footer) .space-y-4 > h4[aria-hidden="true"] {
  display: none !important;
}

.mte-admin-brand-logo {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 0 12px rgba(0, 200, 255, 0.25));
}

.mte-admin-login-logo {
  display: block;
  max-height: 56px;
  width: auto;
  margin: 0 auto 1.5rem;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 0 12px rgba(0, 200, 255, 0.25));
}
