﻿/* ==========================================================================
   WaveWorks Carbon UI CSS
   ==========================================================================
   IMPORT HUB
   - Keep this file path stable. App bundles should continue to reference only
     this file.
   - Tokens: theme variables and semantic color aliases.
   - Foundation: global layout primitives and utility classes.
   - Shell: app chrome and global navigation layout.
   - Surface: shared background wrappers and page surface helpers.
   - Rw bridge: reusable bridge rules between `rw-*` controls and Carbon tokens.
   - Shell compat: compatibility overrides for legacy app-shell markup.
   - Legacy: remaining reusable components, features, and compatibility layers
     that have not yet been promoted.
   - Sample: dev-only sample and wireframe helpers.
   - Do not add feature-specific selectors directly in this file.
   - CACHE BUSTING: the app references this hub with ?ver, but the @import
     URLs below need their own version token. When you change ANY split file,
     bump the ?v= value here — otherwise browsers keep serving cached CSS.
   ========================================================================== */

@import url("./rxcontrols.ui.carbon.2025.01.tokens.css?v=20260717");
@import url("./rxcontrols.ui.carbon.2025.01.foundation.css?v=20260717");
@import url("./rxcontrols.ui.carbon.2025.01.shell.css?v=20260729a");
@import url("./rxcontrols.ui.carbon.2025.01.surface.css?v=20260717");
@import url("./rxcontrols.ui.carbon.2025.01.rw-bridge.css?v=20260717d");
@import url("./rxcontrols.ui.carbon.2025.01.shell-compat.css?v=20260717");
@import url("./rxcontrols.ui.carbon.2025.01.legacy.css?v=20260717");
@import url("./rxcontrols.ui.carbon.2025.01.sample.css?v=20260717b");
