/* Revealix (RVX) v1.0.0 – MIT */
[data-rvx]{opacity:0;transform:var(--rvx-tf,none);transition:transform var(--rvx-dur,600ms) var(--rvx-ease,cubic-bezier(0.22,1,0.36,1)) var(--rvx-delay,0ms),opacity var(--rvx-dur,600ms) var(--rvx-ease,cubic-bezier(0.22,1,0.36,1)) var(--rvx-delay,0ms);will-change:transform,opacity}
[data-rvx].rvx-animate{opacity:1;transform:none}
[data-rvx="fade-in"]{--rvx-tf:translateZ(0)}
[data-rvx="zoom-in"]{--rvx-tf:scale(.9)}
[data-rvx="zoom-out"]{--rvx-tf:scale(1.1)}
[data-rvx="fade-up"]{--rvx-tf:translate3d(0,20px,0)}
[data-rvx="fade-down"]{--rvx-tf:translate3d(0,-20px,0)}
[data-rvx="fade-left"]{--rvx-tf:translate3d(20px,0,0)}
[data-rvx="fade-right"]{--rvx-tf:translate3d(-20px,0,0)}
[data-rvx="fade-down-right"]{--rvx-tf:translate3d(-20px,-20px,0)}
[data-rvx="fade-down-left"]{--rvx-tf:translate3d(20px,-20px,0)}
[data-rvx="fade-up-right"]{--rvx-tf:translate3d(-20px,20px,0)}
[data-rvx="fade-up-left"]{--rvx-tf:translate3d(20px,20px,0)}
/* Revealix (RVX) — Flip presets */
[data-rvx^="flip-"]{backface-visibility:hidden;transform-style:preserve-3d}

/* Flip from edges */
[data-rvx="flip-up"]   { --rvx-tf: perspective(var(--rvx-persp,800px)) rotateX(-75deg); transform-origin: bottom center; }
[data-rvx="flip-down"] { --rvx-tf: perspective(var(--rvx-persp,800px)) rotateX(75deg);  transform-origin: top center; }
[data-rvx="flip-left"] { --rvx-tf: perspective(var(--rvx-persp,800px)) rotateY(75deg);  transform-origin: right center; }
[data-rvx="flip-right"]{ --rvx-tf: perspective(var(--rvx-persp,800px)) rotateY(-75deg); transform-origin: left center; }

/* Optional: flip from center (X/Y axes) */
[data-rvx="flip-in-x"] { --rvx-tf: perspective(var(--rvx-persp,800px)) rotateX(-90deg); transform-origin:center; }
[data-rvx="flip-in-y"] { --rvx-tf: perspective(var(--rvx-persp,800px)) rotateY(-90deg); transform-origin:center; }

@media (prefers-reduced-motion:reduce){[data-rvx]{transition:none!important;opacity:1!important;transform:none!important}}
