/* panels-custom.css — per-sysop CSS overrides
 *
 * This file is loaded automatically after the active theme's CSS stack.
 * Use it to tweak colors, spacing, or anything else without touching core files.
 *
 * To override a CSS variable defined by your theme:
 *
 *   :root {
 *     --accent: #ff6600;
 *     --panel: #1a1a2e;
 *   }
 *
 * To override a specific element:
 *
 *   .navbar-brand { font-family: "Courier New", monospace; }
 *
 */
