:root{
--ease-out:cubic-bezier(0.2,0.8,0.2,1); /* @kind other */
--ease-in-out:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:320ms; /* @kind other */
/* Motion is quiet: opacity/translate fades ≤320ms. No bounces, no parallax. Recompute moments pulse the changed card once. */
}
