/* SPDX-FileCopyrightText: © 2026 Aspen Bravo, LLC <https://aspenbravo.com> */
/* SPDX-License-Identifier: LicenseRef-Proprietary */

/*
 * Aspen Bravo Portal — app-specific CSS overrides.
 *
 * The canonical ERP theme (design tokens, shell rules, mountain
 * keyframes, and all reusable component classes) lives in
 * `lib/theme.css`, consumed via the `lib -> ../../../lib` symlink
 * through `<link rel="stylesheet" href="lib/theme.css">` in
 * `index.html` (theme → boot-veil → app overrides). This file
 * contains only portal-specific overrides (if any). Token references
 * use `var(--*)` — tokens are declared in `lib/theme.css` `:root`.
 *
 * The portal is currently minimal: the theme provides `.app-bar`,
 * `.main-content`, `.widget-grid`, `.widget-panel`, `.nav-card-row`,
 * `.nav-card`, `.bottom-nav`, `.mountain-bg*`, `.modal-root`,
 * `.toast-root`, and the boot-veil classes — no portal-specific
 * overrides are needed yet. When the portal grows (app registry with
 * dynamic app list, role-based visibility, navigation back to apps
 * with filter state), per-card layout overrides can land here.
 */