/* ============================================================
   main.css — Master Stylesheet (Import Aggregator)
   
   PURPOSE: This is the ONLY CSS file linked in HTML pages.
   It imports all modular stylesheets in the correct order.
   ============================================================ */

@import 'variables.css';
@import 'layout.css';
@import 'components.css';
@import 'animations.css';
@import 'responsive.css';