/* Custom styles for Automazon */

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline-block;
}

.htmx-request.htmx-indicator {
    display: inline-block;
}

/* Smooth transitions */
* {
    transition: all 0.2s ease;
}

/* Ensure modals are above everything */
dialog.modal {
    z-index: 9999;
}
