/* ============================================================================
   LB SERVICE - MAIN STYLESHEET ENTRY POINT
   
   Questo file importa tutti i moduli CSS nell'ordine corretto.
   La struttura segue il pattern: Tokens → Base → Layout → Components
   ============================================================================ */

/* ==================== 1. TOKENS (Design Foundations) ==================== */
@import 'styles/tokens/global.css';
@import 'styles/tokens/admin.css';

/* ==================== 2. BASE (Reset & Primitives) ==================== */
@import 'styles/base/reset.css';
@import 'styles/base/typography.css';
@import 'styles/base/utilities.css';
@import 'styles/base/responsive.css';

/* ==================== 3. LAYOUT (Structure) ==================== */
@import 'styles/layout/containers.css';
@import 'styles/layout/hamburger.css';
@import 'styles/layout/sidebar.css';

/* ==================== 4. COMPONENTS (Reusable Blocks) ==================== */
@import 'styles/components/brand-logo.css';
@import 'styles/components/buttons.css';
@import 'styles/components/forms.css';
@import 'styles/components/cards.css';
@import 'styles/components/calendar.css';
@import 'styles/components/modal.css';
@import 'styles/components/theme.css';
@import 'styles/components/custom-service-picker.css';