/* =============================================
   SL1M.NET TERMINAL - MAIN STYLESHEET
   =============================================
   This is the single entry point for all styling.
   Import order matters: variables first, then everything else.
============================================= */

/* 1. Design Tokens (must come first) */
@import url('variables.css');


@import url('theme.css');


/* 2. Base styles + layout foundation */
@import url('base.css');

/* 3. Reusable components */
@import url('components.css');

/* 4. Layout-specific styles (board, rooms, etc.) */
@import url('layout.css');

/* 5. Admin-specific styles */
@import url('admin.css');

/* =============================================
   TEMPORARY BRIDGE (during migration)
   We still include the original theme.css so
   nothing breaks while we refactor.
============================================= */
/*@import url('../theme.css');*/

