/* New-account previews: one consistent illustration scale and clear copy spacing. */
@media (max-width: 720px), (hover: none) and (pointer: coarse) and (max-width: 1024px) {
  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-body {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-empty-orbit {
    box-sizing: border-box !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    justify-self: center !important;
    border-radius: 16px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-copy-main {
    min-width: 0 !important;
    padding: 0 !important;
    gap: 5px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-copy-main strong {
    overflow: visible !important;
    font-size: 0.94rem !important;
    line-height: 1.14 !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-copy-main small {
    display: block !important;
    overflow: visible !important;
    font-size: 0.7rem !important;
    line-height: 1.38 !important;
    -webkit-line-clamp: unset !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeOnThisDay .memory-echo-empty-unlock {
    justify-self: center !important;
    margin-top: 2px !important;
    text-align: center !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeJourney .life-chapter-empty.premium-empty-preview,
  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeTimelineStrip .recent-memories-empty.premium-empty-preview {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeJourney .life-chapter-starter-book {
    box-sizing: border-box !important;
    width: 70px !important;
    height: 54px !important;
    padding: 5px !important;
    border-radius: 12px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeJourney .life-chapter-book-page {
    padding: 4px !important;
    gap: 3px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeJourney .life-chapter-book-tabs {
    right: -5px !important;
    bottom: 5px !important;
    gap: 2px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeJourney .life-chapter-book-tabs em {
    padding: 1px 3px !important;
    font-size: 0.31rem !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeTimelineStrip .recent-empty-timeline {
    box-sizing: border-box !important;
    width: 70px !important;
    height: 54px !important;
    padding-right: 34px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeTimelineStrip .recent-empty-line {
    right: 32px !important;
  }

  html body main.app-shell section.map-stage.home-focus #homeDashboard.is-empty-home #homeTimelineStrip .recent-empty-photo-slot {
    width: 38px !important;
    height: 38px !important;
    border-width: 3px !important;
    border-radius: 11px !important;
  }
}
