/* public/css/console.css */
/* This file now acts as a manifest, importing the refactored partial files. */

/* Import the base layout for the console */
@import url('./console/_base.css');

/* Import styles for the header (banner, status dropdown) */
@import url('./console/_header.css');

/* Import styles for the old main tab navigation (still used for some panel styles) */
@import url('./console/_tabs.css');

/* Import styles for the new Command Console and integrated nav */
@import url('./console/_command-console.css');

/* Import styles for the new AI Co-Pilot */
@import url('./console/_copilot.css');

/* --- MODIFICATION START: Import the new command list styles --- */
@import url('./console/_command-list.css');
/* --- MODIFICATION END --- */

/* Import styles for specific tab content */
@import url('./console/_mail.css');
@import url('./console/_socials.css');

/* Import EZ VIEW panel styles */
@import url('./console/_ez-view.css');

/* Import the new theme manager widget styles */
@import url('./console/_theme-manager.css');

/* Import chat banner styles */
@import url('./console/_chat-banner.css');
