/**
 * ImmigraSuite Admin Custom Styles
 * ================================
 *
 * This file imports all modular CSS files for the admin panel.
 * Each partial file contains styles for specific functionality.
 *
 * Organization:
 * - _base.css: Global styles, layout, spacing, cards, labels, text colors, icons
 * - _dark-mode.css: Dark theme support for base components
 * - _components.css: Section cards, buttons, tabs, tables, modals, forms, messages
 * - _widgets.css: Dashboard widgets, stats, timelines, progress indicators, profiles
 * - _documents.css: Document styles, payslips, profile pages
 * - _hr.css: HR settings, salary, payroll, self-service
 * - _whatsapp.css: WhatsApp chat UI, messages, contacts
 * - _settings.css: Agency, branch, invite pages, knowledgebase, case documents, workflows
 * - _webhooks.css: Webhook logs, stats, payload display
 * - _impersonation.css: User impersonation banner
 *
 * All custom classes use the `is-` prefix.
 * Always include `.dark` variants for dark mode support.
 *
 * @since 1.0.0
 */

/* Base styles - Global, Layout, Spacing, Cards, Labels, Text, Icons */
@import '_base.css';

/* Dark mode overrides for base components */
@import '_dark-mode.css';

/* Components - Section cards, Buttons, Tabs, Tables, Modals, Forms */
@import '_components.css';

/* Widgets - Dashboard widgets, Stats, Timelines, Progress, Profiles */
@import '_widgets.css';

/* Documents - Document styles, Payslips, Profile pages */
@import '_documents.css';

/* HR - Settings, Salary, Payroll, Self-service */
@import '_hr.css';

/* WhatsApp - Chat UI, Messages, Contacts */
@import '_whatsapp.css';

/* Settings - Agency, Branch, Invite pages, Knowledgebase, Case Documents, Workflows */
@import '_settings.css';

/* Webhooks - Webhook logs, stats, payload display */
@import '_webhooks.css';

/* Impersonation - User impersonation banner */
@import '_impersonation.css';
