/* ═══════════════════════════════════════════════════════════════════════
   Animation Embed — Minimal Styles
   Analytic Endeavors Inc. | analyticendeavors.com

   Overrides for standalone animation embed pages (no sandbox header,
   no section chrome). Import AFTER animation-sandbox.css.
   ═══════════════════════════════════════════════════════════════════════ */

body.ae-embed {
  margin: 0;
  padding: 0.25rem 1rem;
  background: var(--bg-dark, #0c111c);
  min-height: 100vh;
  display: flex;
  align-items: safe center;
  justify-content: center;
  overflow: hidden;
}

[data-theme="light"] body.ae-embed {
  background: var(--bg-light, #f5f7fa);
}

/* Animation fills available space in embed context */
.ae-embed .ae-anim-root {
  max-width: 700px;
  width: 100%;
}
