/* Home palette v2: a warm memory-journal canvas with restrained map colors. */
html body .app-shell .map-stage.home-focus,
html body main.app-shell section.map-stage.home-focus {
  background:
    radial-gradient(circle at 12% 3%, rgba(86, 170, 127, 0.11), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(72, 156, 199, 0.09), transparent 32%),
    radial-gradient(circle at 50% 84%, rgba(255, 255, 255, 0.72), transparent 46%),
    linear-gradient(180deg, #fbf8ef 0%, #f3f8f3 48%, #fbfaf6 100%) !important;
}

html body .app-shell .map-stage.home-focus::before,
html body .app-shell .map-stage.home-focus::after,
html body main.app-shell section.map-stage.home-focus::before,
html body main.app-shell section.map-stage.home-focus::after {
  opacity: 0 !important;
  animation: none !important;
}
