/* CSS custom properties bridge for white-labeling.
   Override these variables to customize the dashboard appearance
   without modifying Blazor components. */
:root {
    --dashboard-sidebar-width: 280px;
    --dashboard-header-height: 64px;
    --dashboard-logo-max-height: 40px;
    --dashboard-border-radius: 8px;
    --dashboard-card-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
