/* Theme tokens for admin-transactions module (and any other admin-deps
 * embed that may follow). Mirrors admin3/src/index.css :root dark values.
 * bbvs is dark-only so no theme toggle needed — these are always active.
 * Load before the admin-transactions bundle CSS on any page that embeds it. */

:root {
  --bg-body: #1a1a1a;
  --bg-white: #2a2a2a;
  --bg-lightgrey: #2a2a2a;
  --bg-grey: #3a3a3a;
  --bg-darkslategrey: #1e2d2d;
  --bg-darkgrey: #333;
  --bg-black: #111;
  --bg-flesh: #2a2820;
  --bg-lightyellow: #3a3520;
  --bg-lightblue: #1a2a2a;
  --bg-lightsteelblue: #1e2430;
  --bg-blue: #1a3a6a;
  --bg-darkblue: #0a1a3a;
  --bg-lightgreen: #1a2e1a;
  --bg-green: #0a3a0a;
  --bg-lightpink: #3a1a1a;
  --bg-pink: #3a2020;
  --bg-red: #5a1a1a;
  --text-primary: #ddd;
  --text-secondary: #aaa;
  --text-dim: #888;
  --text-smallfont: #ccc;
  --text-on-dark: #ddd;
  --text-on-colored: white;
  --text-link: #88aaff;
  --border-color: #444;
  --border-focus: #88aaff;
  --input-bg: #2a2a2a;
  --input-text: #eee;
  --input-border: #555;
  --button-bg: #333;
  --button-text: #ccc;
  --button-border: #555;
  --button-hover: #444;
  --bg-balances: #2a2820;
  --bg-section-balances: #2a2820;
  --bg-modal: #2a2a2a;
  --bg-modal-backdrop: rgba(0, 0, 0, 0.7);
  --bg-flex: #1a1a1a;
  --bg-transaction-balances: #2a2820;
  --bg-footer: black;
  --text-footer: white;
}
