/* ============================================
   LISTS PAGE
   ============================================

   ALL STYLES IN TASKS-GRID COMPONENT

   This file is now minimal. All grid and cell styles are in the TasksGrid component:

   - src/features/tasks/components/tasks-grid/styles/data-grid-core.css
   - src/features/tasks/components/tasks-grid/styles/data-grid-header.css
   - src/features/tasks/components/tasks-grid/styles/data-grid-filters.css
   - src/features/tasks/components/tasks-grid/styles/data-grid-cells.css
   - src/features/tasks/components/tasks-grid/styles/data-grid-dropdowns.css
   - src/features/tasks/components/tasks-grid/styles/data-grid-states.css

   The only differences between tasks and lists are configuration-based:
   - Tabs (defined in listsConfig.js)
   - Filters (defined in listsConfig.js)
   - Columns (defined in listsConfig.js)
   - Title/Icon (defined in listsConfig.js)

   Lists-specific features:
   - Progress bar column (styles in data-grid-cells.css)

   ============================================ */
