```html Echo Chamber
.thought-fragment { animation-name: echo_loop; /* Chama a animação principal */ } .thought-fragment::before { animation-name: echo_distortion; /* Chama a animação de distorção */ }
```