/* Square SMS — motion. Calm and functional: short ease-out fades/slides, no bounces, no celebratory animation. Progress is never communicated by motion alone. */
:root{
--ease-out:cubic-bezier(0.2,0,0,1);/* @kind other */
--ease-in-out:cubic-bezier(0.4,0,0.2,1);/* @kind other */
--duration-fast:120ms;/* @kind other */
--duration-base:180ms;/* @kind other */
--duration-slow:260ms;/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--duration-fast:0ms;/* @kind other */--duration-base:0ms;/* @kind other */--duration-slow:0ms;/* @kind other */}}
