/**
 * Main CSS Entry Point
 /**
 * ClubNeXus - Professional CSS Architecture
 * 
 * Import Order:
 * 1. Base (Variables, Reset)
 * 2. Layout (Header, Navigation, Grid)
 * 3. Components (Modular UI components)
 * 4. Utils (Helper classes)
 */

/* ==================== BASE ==================== */
@import './base/variables.css';
@import './base/reset.css';

/* ==================== COMPONENTS ==================== */
@import './components/profile-dropdown.css';

/* ==================== LEGACY IMPORTS ==================== */
/* TODO: Refactor these into modular structure */
/* For now, keep existing styles working */
