/* startai.training brand overlay — loaded AFTER tokens.css.
 * Overrides only the brand accent (violet). All component styling inherits it.
 * Status colours (pass/partial/fail) stay shared with aiauditfix. */
:root {
  --accent:        #8b5cf6;  /* violet 500 — primary interactive / CTA */
  --accent-press:  #7c3aed;  /* violet 600 — pressed/hover            */
  --accent-bg:     rgba(139, 92, 246, 0.15);  /* tinted chips/pills    */
  --brand-glow:    rgba(139, 92, 246, 0.35);  /* hero gradient accent  */
}
