/* Movimento de respiração discreto: a base do personagem permanece firme. */
.class-art>img{transform-origin:center bottom;animation:character-breathe 5.2s ease-in-out infinite}@keyframes character-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.016)}}@media(prefers-reduced-motion:reduce){.class-art>img{animation:none}}
