/* Generated by scripts/generate-brand-assets.cjs from app palette. */
:root {
  --bg:var(--ux-bg);
  --bg-soft:var(--ux-panel);
  --card:var(--ux-panel);
  --glass:var(--ux-panel);
  --txt:var(--ux-text);
  --txt-secondary:var(--ux-muted);
  --pri:var(--brand-primary);
  --pri-light:var(--brand-secondary);
  --pri-dark:var(--brand-primary-end);
  --accent:var(--brand-accent);
  --ok:var(--green);
  --danger:var(--red);
  --warn:var(--yellow);
  --brand-rgb:104,54,217;
  --glow-pri:rgba(var(--brand-rgb),.12); --glow-accent:transparent;
}
