@media (max-width: 780px) {
  .header-actions .ghost.signed-in {
    display: block;
    padding: 8px 4px;
    font-size: 11px;
    white-space: nowrap;
  }
  .topbar .brand { font-size: 15px; gap: 4px; }
  .topbar .brand img { width: 27px !important; height: 27px !important; }
  .header-actions { gap: 4px; }
  .header-actions .primary { padding: 9px 7px; font-size: 11px; white-space: nowrap; }
}

.site-footer-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 280px; }
.site-footer-actions .footer-admin { border: 1px solid #416b5e; border-radius: 7px; padding: 8px 10px; text-decoration: none; }
.featured-cta { position: relative; z-index: 1; display: inline-block; margin-top: 14px; padding: 10px 13px; border: 1px solid #8bc8af; border-radius: 9px; background: #ffffffb8; color: #075f48; font-weight: 800; font-size: 13px; text-decoration: none; }
.featured-cta:hover { background: #fff; }
.daily-message { position: absolute; z-index: 1; top: 82px; right: max(7vw,28px); width: min(300px,26vw); padding: 23px; border: 1px solid #9ed2ba; border-radius: 16px; background: #ffffffb8; box-shadow: 0 16px 30px #24634b1f; color: #183d31; }
.daily-message p { margin: 0 0 13px; color: #087758; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.daily-message strong { display: block; font: 700 18px/1.35 'Plus Jakarta Sans', sans-serif; letter-spacing: -.5px; }
.daily-message span { display: block; margin-top: 14px; color: #4d6b60; font-size: 13px; line-height: 1.45; }
@media (max-width: 980px) {
  .daily-message { position: relative; top: auto; right: auto; width: min(100%,520px); margin-top: 22px; }
}
@media (max-width: 780px) {
  .site-footer-actions { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .site-footer-actions .footer-admin { text-align: center; font-size: 12px; }
  .featured-cta { font-size: 12px; padding: 9px 10px; }
  .daily-message { padding: 18px; }
  .daily-message strong { font-size: 16px; }
}

/* Navegação comum a todas as telas internas. */
#modal { padding-top: 24px; }
.modal-navigation { display: flex; align-items: center; justify-content: space-between; margin: 0 0 18px; }
.modal-back { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 12px; border: 1px solid #cbded5; border-radius: 9px; background: #f5faf7; color: #087758; font-weight: 800; }
.modal-back:hover { background: #e2f2eb; }
#modal .close { position: static; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 9px; line-height: 1; }
#modal .close:hover { background: #f2f5f3; }
.install-app-button.install-app-ready { display: inline-flex !important; align-items: center; border: 1px solid #8bc8af; border-radius: 9px; background: #fff; white-space: nowrap; }
[data-action="reports"] { display: none !important; }
body.admin-user [data-action="reports"] { display: inline-block !important; }
@media (max-width: 780px) {
  .header-actions .install-app-button.install-app-ready { padding: 8px 7px; font-size: 11px; }
}
