/*
 * Agartha World — standalone vanilla animation adapter (animations.css).
 *
 * Only new CSS needed by site/animations.js. All design rules remain in
 * original.css / rehost.css. Loaded after rehost.css (parent wires it).
 *
 * Notes:
 *  - The .spotlight-card::before radial gradient already ships inside the
 *    captured markup (inline <style>), driven by --mouse-x/--mouse-y vars
 *    that this adapter sets via JS. Nothing to add here.
 *  - prefers-reduced-motion is enforced in JS (no RAF loops start); this
 *    block guarantees zero animation even if a transition string slips
 *    through during cleanup races.
 *  - Lenis (parent-integrated) owns scroll smoothing; no wheel CSS here.
 */

/* Balance toggle variant hook (parity with framer-v-* variant classes). */
.framer-gmd6wo.agartha-toggle-on [data-framer-name="Text Before"] {
  opacity: 0;
}

/* Diagnostics hooks are attribute-only; no visual rules required. */
[data-agartha-fx-root] {
  /* reserved */
}