/* Shared UI color tokens — imported by styles.base.css; link from index.html before inline critical CSS.
   Animations: `styles.animations.css` (`zephyria-spin` for boot/zone spinners).
   Canvas / inline JS: `client/js/config/ui-theme.js` (`rgbaCool` / `rgbaChrome`) reads `--ui-cool-rgb` / `--ui-chrome-rgb` with fallbacks. */
:root {
    /* Cool accent — loaders, glass HUD, purple interactions */
    --ui-accent-cool: #667eea;
    --ui-accent-cool-mid: #764ba2;
    --ui-accent-cool-bright: #f093fb;
    --ui-cool-rgb: 102, 126, 234;
    --ui-cool-mid-rgb: 118, 75, 162;

    /* Warm chrome — menu bar, skeleton panels, leather/bronze framing */
    --ui-chrome-rgb: 139, 69, 19;

    /* Shell */
    --ui-body-fg: #e0e0e0;
    --ui-body-bg: #000000;
}
