/* ==========================================================================
   main.css — Entry Point
   Winslow Profiles & Reports | UI Modernization Phase 1

   This is the ONLY file linked in HTML pages:
   <link rel="stylesheet" href="/css/main.css">

   Import order matters:
   1. Tokens first (variables must exist before they're used)
   2. Reset (normalize browser defaults)
   3. Base (element-level styles using tokens)
   4. Layout (page structure using tokens + base)
   5. Components (UI components using all of the above)
   6. Utilities (override helpers — must come last)
   ========================================================================== */

@import url('tokens.css');
@import url('reset.css');
@import url('base.css');
@import url('layout.css');
@import url('components.css');
@import url('utilities.css');
