/* MyMappi wordmark: neutral confidence with one recognizable brand accent. */
html body .app-shell .topbar .brand h1,
html body main.app-shell .topbar .brand h1 {
  display: inline-flex !important;
  align-items: baseline !important;
  color: #f5fbf8 !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 7px 18px rgba(1, 25, 32, 0.2) !important;
}

html body .app-shell .topbar .brand-my,
html body .app-shell .topbar .brand-mapp,
html body .app-shell .topbar .brand-app,
html body .app-shell .topbar .brand-i,
html body main.app-shell .topbar .brand-my,
html body main.app-shell .topbar .brand-mapp,
html body main.app-shell .topbar .brand-app,
html body main.app-shell .topbar .brand-i {
  color: #f5fbf8 !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  filter: none !important;
}

html body .app-shell .topbar .brand-mapp,
html body main.app-shell .topbar .brand-mapp {
  display: inline-flex !important;
  align-items: baseline !important;
}

html body .app-shell .topbar .brand-second-m,
html body main.app-shell .topbar .brand-second-m {
  color: #43d39f !important;
  -webkit-text-fill-color: #43d39f !important;
  text-shadow: 0 7px 18px rgba(34, 183, 133, 0.16) !important;
}

html body .app-shell .topbar .brand-i,
html body main.app-shell .topbar .brand-i {
  margin-left: 0.005em !important;
}

html body .app-shell .topbar .brand-i::before,
html body main.app-shell .topbar .brand-i::before {
  top: -0.025em !important;
  width: 0.19em !important;
  height: 0.19em !important;
  border: 0.024em solid rgba(255, 255, 255, 0.94) !important;
  background: #f0525b !important;
  box-shadow:
    0 0.04em 0.13em rgba(221, 49, 65, 0.3),
    0 0 0.18em rgba(240, 82, 91, 0.16) !important;
}

/* Home stays calm; Explore receives a little more contrast over map detail. */
html body main.app-shell section.map-stage.home-focus header.topbar a.brand {
  border-color: rgba(224, 255, 246, 0.12) !important;
  background: rgba(4, 43, 50, 0.72) !important;
  box-shadow:
    0 10px 26px rgba(3, 35, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(15px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(15px) saturate(1.04) !important;
}

html body main.app-shell section.map-stage.map-focus header.topbar a.brand {
  border-color: rgba(224, 255, 246, 0.18) !important;
  background: rgba(3, 36, 47, 0.88) !important;
  box-shadow:
    0 12px 28px rgba(2, 26, 36, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(17px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(17px) saturate(1.04) !important;
}

@media (max-width: 720px) {
  html body .app-shell .topbar .brand h1,
  html body main.app-shell .topbar .brand h1 {
    font-weight: 800 !important;
    text-shadow: 0 5px 14px rgba(1, 25, 32, 0.18) !important;
  }
}
