/* ==========================================================================
   On-Site Asset Tracker - Master Stylesheet v11.0 (UI Overhaul)
   ==========================================================================
   
   This file is now a "manifest" that imports all other CSS files.
   Do not add new CSS rules directly to this file. Instead, add them to
   one of the modular files in the /assets/css/main/ directory.
   
   ========================================================================== */

/* --- Component-specific styles --- */
@import url('components/folder-selector.css');
@import url('components/folder-explorer.css');

/* --- Core modular styles --- */
@import url('main/01-global.css');
@import url('main/05-app-shell.css'); /* NEW: App shell layout */
@import url('main/04-edit-asset-layout.css'); /* NEW: Edit Asset page grid */
@import url('main/02-layout.css');
@import url('main/03-print.css');
