/* Build 704: one clear chapter journey entry, with completion kept secondary. */

html body .app-shell .map-stage.home-focus #homeJourney button.life-chapter-completion-status,
html body main.app-shell section.map-stage.home-focus #homeJourney button.life-chapter-completion-status {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 44px !important;
  padding: 8px 13px !important;
  border: 1px solid rgba(13, 116, 109, 0.2) !important;
  font: inherit !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}

html body .app-shell .map-stage.home-focus #homeJourney button.life-chapter-completion-status:hover,
html body .app-shell .map-stage.home-focus #homeJourney button.life-chapter-completion-status:focus-visible,
html body main.app-shell section.map-stage.home-focus #homeJourney button.life-chapter-completion-status:hover,
html body main.app-shell section.map-stage.home-focus #homeJourney button.life-chapter-completion-status:focus-visible {
  border-color: rgba(13, 116, 109, 0.44) !important;
  color: #075f5b !important;
  background: rgba(224, 248, 239, 0.98) !important;
  outline: 3px solid rgba(17, 151, 132, 0.16) !important;
  outline-offset: 2px !important;
}

@media (max-width: 720px) {
  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-actions,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-actions {
    grid-template-rows: minmax(44px, 1fr) !important;
  }

  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-actions .life-chapter-relive,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-actions .life-chapter-relive {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .app-shell .map-stage.home-focus #homeJourney button.life-chapter-completion-status,
  html body main.app-shell section.map-stage.home-focus #homeJourney button.life-chapter-completion-status {
    transition: none !important;
  }
}
