/* ============================================================================
   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';

/* 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';

/* Shared search dropdown component */
@import '../../../shared/components/search-dropdown/search-dropdown.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';

/* Full-page task view (~600 lines)
   - Page layout with sidebar
   - Header navigation
   - Status bar
   - Tabs system
   - Timeline/comments */
@import './task-view-page.css';

/* Comment reactions component
   - Emoji reaction pills
   - Reaction picker
   - Animations and hover effects */
@import '../components/commentReactions.css';

/* Schedule Event Modal
   - Bulk event scheduling
   - Team member selection
   - Date/time inputs */
@import './schedule-event-modal.css';

/* Billing section styles have been moved to features/billing/styles/billing-section.css */
