/* Enforce palette and remove gradients across compiled CSS */
:root { --bs-gradient: none; }
.bg-gradient { background-image: none !important; }

/* Sidebar gradient cleanup from compiled app.css */
.sidebar-item.active > .sidebar-link,
.sidebar-item.active .sidebar-link:hover { background: transparent !important; }

/* Prefer palette backgrounds for common chrome */
.navbar-bg { background: #FFFFFF !important; }
footer.footer { background: #495057 !important; }
