/*
 * Portal Color Overrides
 * Edit this file to tweak colors. Refresh the browser to see changes.
 * Once locked in, bake final values into the codebase.
 * All rules use !important to override Tailwind utility classes.
 * Uncomment any section you want to change.
 */

/* Sidebar background (dark maroon) */
/*
nav { background-color: #3b1520 !important; }
*/

/* Sidebar text */
/*
nav a, nav button { color: #e8d5db !important; }
nav a:hover, nav button:hover { background-color: rgba(255,255,255,0.1) !important; }
*/

/* Active tab in dark bar */
/*
button[class*="bg-"][class*="1e293b"] { background-color: #1e293b !important; }
*/

/* Primary buttons */
/*
button[class*="bg-blue"] { background-color: #4f46e5 !important; }
*/

/* Table header row */
/*
thead tr { background-color: #1e293b !important; color: #ffffff !important; }
*/
