/* ============================================================================
   TASKS FEATURE - MAIN IMPORT FILE

   This file imports all task module styles in the correct dependency order.
   The modularization improves maintainability and organization of the
   tasks feature styles.

   Original file: tasks.css (2,822 lines)
   Modularized into 7 focused files for better maintainability
   ============================================================================ */

/* Core styles and base layout (~200 lines)
   - Base container styles
   - Header and toolbar
   - Empty and error states
   - Core animations
   - Dark theme adjustments */
@import './tasks-core.css';

/* List view and filtering (~400 lines)
   - Search functionality
   - Action buttons
   - Filters panel
   - Stats bar
   - Dark theme specific adjustments */
@import './tasks-list.css';

/* Grid and cell styles (~400 lines)
   - Grid container
   - Custom scrollbar
   - Task cell styles
   - Status, assignee, billing cells
   - Action buttons
   - Clickable elements */
@import './tasks-grid.css';

/* Add task modal (~250 lines)
   - Form layout and fields
   - Input styling
   - Autocomplete functionality
   - Date wrapper and buttons
   - Dark theme overrides */
@import './tasks-add-modal.css';

/* Task view/edit modal (~700 lines)
   - Layout and main content
   - Action buttons
   - Task info bar
   - Editable fields
   - Activity tabs
   - Changelog and times tables
   - Comments sidebar
   - Special elements */
@import './tasks-view-modal.css';

/* Custom dropdowns (~500 lines)
   - Status floating dropdown
   - Assignee floating dropdown
   - Date picker styling
   - Column selector
   - Group menu
   - Bulk actions
   - Task detail dropdown */
@import './tasks-dropdowns.css';

/* Desktop refinements and accessibility adjustments */
@import './tasks-responsive.css';
