/* Lumora performance / layout stability */
.account-shell {
  min-height: 28rem;
}
.account-shell .asub-mount,
#author-submissions-root {
  min-height: 8.5rem;
}
.account-panel {
  min-height: 14rem;
}
.account-panel .muted {
  display: inline-block;
  min-width: 6rem;
}
@media (prefers-reduced-motion: no-preference) {
  .account-panel .muted {
    animation: lumora-working-pulse 1.4s ease-in-out infinite;
  }
}
@keyframes lumora-working-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}
img.brand-logo,
.brand-logo {
  content-visibility: auto;
}
