/* Base de transición y utilidades */
.smc-anim {
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}
