/* =============================================================================
   UNIFIED COMPONENTS - Import File

   This file imports all standardized component CSS in the correct order.
   Include this file in _Layout.cshtml to enable the unified design system.

   The component files include backwards-compatible aliases, so existing
   class names continue to work while new standard classes are preferred.

   Load Order:
   1. Variables (design tokens)
   2. Buttons (all button styles)
   3. Modals (all modal styles)
   4. Layout (admin container structure)

   Last Updated: January 2026
   ============================================================================= */

/* Core Design Tokens */
@import url('core/variables.css');

/* Component Styles */
@import url('components/buttons.css');
@import url('components/modals.css');
@import url('components/forms.css');

/* Layout Patterns */
@import url('layouts/admin-layout.css');
