/* ========================================
   UNFOLDING QUEST - MODULAR CSS ENTRY POINT
   ========================================

   Stage 5: Complete modular architecture with component separation

   This version includes foundation, layout, and component modules
   for a fully modular CSS architecture while maintaining complete
   compatibility with the existing application.
*/

/* ==========================================
   FOUNDATION LAYER - Core styles
   ========================================== */
@import './base/reset.css';
@import './base/variables.css';
@import './base/typography.css';

/* ==========================================
   LAYOUT LAYER - Container and positioning systems
   ========================================== */
@import './layout/containers.css';
@import './layout/grids.css';

/* ==========================================
   COMPONENT LAYER - Modular UI components
   ========================================== */
@import './components/scene.css';
@import './components/characters.css';
@import './components/stones.css';
@import './components/dialogs.css';
@import './components/forms.css';
@import './components/garden.css';

/* ==========================================
   REMAINING FEATURES - Legacy styles not yet modularized
   ========================================== */

/*
   The remaining unmodularized styles from the original CSS.
   These handle animations, responsive design, accessibility,
   and other features that haven't been extracted yet.
*/
@import './unfolding-quest-backup.css';