/* Task 2 — Layered shell file split
   workspace.css becomes the safe aggregator entrypoint.
   The existing page can keep loading this file, while the shell is now split into protected layers.
*/
@import url('./shell-base.css');
@import url('./chat-shell.css');
@import url('./smartcard.css');
@import url('./tool-portal.css');
@import url('./tool-modules.css');
