/* Hide legacy full-page loaders — wizard uses ae-editor-boot-overlay after mode pick. */
.ae-initial-loader,
.ae-premium-loading-overlay,
.ae-premium-loading-card,
[data-ae-premium-loading],
.ae-rainbow-dots {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Post-mode editor boot loader (managed by ae-editor-wizard-flow.js) */
html.ae-editor-boot-active .ae-editor-boot-overlay {
  display: flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* Editor route chunk loading overlays */
[class*="loading-overlay"],
[class*="loading-text"] {
  display: none !important;
}

/* Full-viewport centered spinners (auth, editor, previews) */
.min-h-screen.flex.items-center.justify-center .animate-spin,
.relative.flex.min-h-screen.items-center.justify-center .animate-spin {
  display: none !important;
}
