/* audit — page-specific overrides (shared layout fully covered by base.css) */
/* Add audit-only rules here: row-new flash animation, toolbar filter buttons. */
tr.row-new { animation: audit-flash 1.2s ease-out; }
@keyframes audit-flash { 0% { background: color-mix(in srgb, var(--cyan) 18%, transparent); } 100% { background: transparent; } }