/* Targeted home simplification: keep the album editorial and move admin access into Menu. */
.home-page .home-add-btn,
.home-page .mobile-admin-entry{display:none!important}

.account-admin-entry{width:100%;min-height:68px;margin:14px 0 4px;padding:12px 14px;border:1px solid rgba(75,65,56,.12);background:#fffdfa;border-radius:16px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;box-shadow:0 3px 14px rgba(60,48,38,.04)}
.account-admin-entry-icon{width:40px;height:40px;border-radius:12px;background:var(--sage-soft);color:var(--sage);display:grid;place-items:center;font-size:19px;flex:none}
.account-admin-entry>span:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.account-admin-entry strong{font-size:14px}.account-admin-entry small{font-size:11px;color:var(--muted);font-weight:400}.account-admin-entry-arrow{font-size:24px;color:var(--muted);line-height:1}

/* Approved botanical artwork: PNG with transparent background. */
.home-page .botanical-rule{width:132px!important;height:42px!important;margin:5px auto 14px!important;line-height:0;background:url('/icons/botanical-branch.png') center/contain no-repeat}
.home-page .botanical-rule .botanical-branch{display:none!important}

@media(max-width:639px){
  /* Compact the editorial panel while preserving its structure. */
  .home-page .family-cover-wave{padding-top:20px!important;padding-bottom:0!important}
  .home-page .cover-kicker{margin-bottom:10px!important}
  .home-page .cover-heart{margin-bottom:8px!important}
  .home-page .family-cover-wave h1{margin-top:0!important;margin-bottom:0!important;line-height:1.02!important}
  .home-page .botanical-rule{width:122px!important;height:39px!important;margin:4px auto 12px!important}
  .home-page .family-cover-wave>p{margin-top:0!important;margin-bottom:18px!important;line-height:1.45!important}
  .home-page .cover-actions{margin-top:0!important;margin-bottom:10px!important}

  /* Center indicator content vertically and remove the former bottom-heavy padding. */
  .home-page .home-stats{gap:8px!important;margin-top:10px!important;margin-bottom:0!important}
  .home-page .home-stats>div{height:64px!important;min-height:64px!important;padding:6px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
  .home-page .home-stats strong{font-size:17px!important;line-height:1.08!important;margin:0 0 4px!important}
  .home-page .home-stats span{font-size:10px!important;line-height:1.18!important;margin:0!important}

  /* Home content must end with the indicators; the fixed nav must not create a scrollable blank tail. */
  .app-shell:has(.home-page),.main-content:has(.home-page){min-height:0!important;height:auto!important}
  .home-page{padding-bottom:0!important;margin-bottom:0!important;min-height:0!important;height:auto!important}
  .home-page .family-cover{min-height:0!important;height:auto!important;margin-bottom:0!important;padding-bottom:0!important}
  .home-page .family-cover-wave{min-height:0!important;height:auto!important;margin-bottom:0!important}
}
