/* styles.css — ajustes finos opcionais */
.card-pressable {
  transition: transform .2s ease, box-shadow .2s ease;
}
.card-pressable:active {
  transform: scale(.98);
  box-shadow: none;
}
