/* Audience and summary are resolved asynchronously. Keep layout space, but do
   not paint the default admin dashboard or placeholder calls to action. */
.app-shell:has(#auth-menu:not([data-auth-state="signed-in"])) #dashboard-view,
#dashboard-admin-content:has(#dashboard-command-card:not(:is(.is-ready, .is-next, .is-attention, .is-progress, .is-unavailable))),
#dashboard-personal-content:has(#dashboard-personal-title:empty),
#dashboard-personal-content:has(#dashboard-personal-title[data-i18n="personal_dashboard_title"]) {
  visibility: hidden;
}
