:root{
/* El movimiento es lento, con peso y seguro. Nada rebota; nada resortea. */
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1);/* @kind other */
--ease-in:cubic-bezier(.7,0,.84,0);/* @kind other */
--duration-instant:80ms;/* @kind other */
--duration-fast:160ms;/* @kind other */
--duration-base:240ms;/* @kind other */
--duration-slow:420ms;/* @kind other */
--duration-reveal:720ms;/* @kind other */
--transition-control:color var(--duration-fast) var(--ease-standard),background-color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),opacity var(--duration-fast) var(--ease-standard);/* @kind other */
--transition-reveal:opacity var(--duration-reveal) var(--ease-out),transform var(--duration-reveal) var(--ease-out);/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--duration-fast:0ms;/* @kind other */--duration-base:0ms;/* @kind other */--duration-slow:0ms;/* @kind other */--duration-reveal:0ms;/* @kind other */}}
