/* Movimento — discreto. Troca de cor e de borda, nunca bounce nem parallax. */
:root{
--transicao-rapida:120ms ease-out; /* @kind other */
--transicao:180ms ease-out; /* @kind other */
--transicao-lenta:240ms ease-out; /* @kind other */
--escala-pressionado:0.98 /* @kind other */
}
@media(prefers-reduced-motion:reduce){:root{--transicao-rapida:0ms; /* @kind other */
--transicao:0ms; /* @kind other */
--transicao-lenta:0ms /* @kind other */
}}
