/* Diff colors */
.diff-added { background-color: rgba(34, 197, 94, 0.1); }
.diff-modified { background-color: rgba(234, 179, 8, 0.1); }
.diff-deactivated { background-color: rgba(239, 68, 68, 0.1); }

/* Inactive entity styling */
.entity-inactive { opacity: 0.5; }
.entity-inactive td { color: #9ca3af; }

/* HTMX loading indicator */
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator { display: inline-block; }
.htmx-request.htmx-indicator { display: inline-block; }
