/* A calm, single-piece summary for memories, cities, and countries. */
html body .app-shell .map-stage.home-focus .home-memory-pulse,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  width: min(430px, calc(100vw - 30px)) !important;
  max-width: 430px !important;
  margin: 10px auto 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(21, 108, 98, 0.1) !important;
  border-radius: 23px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(150deg, rgba(255, 254, 249, 0.86), rgba(233, 248, 241, 0.74)) !important;
  box-shadow:
    0 14px 34px rgba(12, 74, 72, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(16px) saturate(110%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(110%) !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 20px auto auto !important;
  min-width: 0 !important;
  min-height: 84px !important;
  margin: 0 !important;
  padding: 10px 6px 11px !important;
  place-items: center !important;
  align-content: center !important;
  gap: 2px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #123f48 !important;
  text-align: center !important;
  text-transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse button.home-stat {
  cursor: pointer !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat:not(:last-child)::after,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat:not(:last-child)::after {
  position: absolute !important;
  top: 20px !important;
  right: 0 !important;
  width: 1px !important;
  height: 44px !important;
  border-radius: 999px !important;
  content: "" !important;
  background: linear-gradient(180deg, transparent, rgba(20, 107, 100, 0.14), transparent) !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse button.home-stat:hover,
html body .app-shell .map-stage.home-focus .home-memory-pulse button.home-stat:focus-visible {
  background: rgba(255, 255, 255, 0.38) !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse button.home-stat:focus-visible {
  z-index: 2 !important;
  outline: 2px solid rgba(18, 139, 116, 0.7) !important;
  outline-offset: -3px !important;
  border-radius: 18px !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat-icon.mappi-glyph,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat-icon.mappi-glyph {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  place-self: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.82 !important;
  transform: none !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat > strong,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat > strong {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #0a3d46 !important;
  font-size: clamp(1.3rem, 4.8vw, 1.58rem) !important;
  font-weight: 880 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat > .home-stat-label,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat > .home-stat-label {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(25, 76, 81, 0.64) !important;
  font-size: 0.66rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat > strong.home-stat-dots,
html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat > strong.home-stat-dots {
  width: 27px !important;
  min-width: 27px !important;
  height: 12px !important;
  min-height: 12px !important;
  letter-spacing: 0 !important;
}

@media (max-width: 480px) {
  html body .app-shell .map-stage.home-focus .home-memory-pulse,
  html body main.app-shell section.map-stage.home-focus .home-memory-pulse {
    width: min(360px, calc(100vw - 28px)) !important;
    margin-top: 8px !important;
    border-radius: 21px !important;
  }

  html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat,
  html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat {
    min-height: 78px !important;
    padding: 8px 4px 9px !important;
  }

  html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat > strong,
  html body main.app-shell section.map-stage.home-focus .home-memory-pulse .home-stat > strong {
    font-size: clamp(1.22rem, 6vw, 1.46rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .app-shell .map-stage.home-focus .home-memory-pulse .home-stat {
    transition: none !important;
  }
}
