@keyframes spin{to{transform:rotate(360deg)}}.spinner-icon{display:none}.htmx-request .spinner-icon{display:inline;animation:spin 1s linear infinite}