/* AhAI — a reseller/white-label instance.
 *
 * Same binary, same gateway, same identity provider. Only this file and
 * meta.env differ, which is the point: rebranding is configuration, not a
 * build. If a customer can tell these two apart by anything other than
 * appearance, the white-label claim is not true.
 */
:root, .dark {
  --brand-purple:            #0E7C86;   /* accent: AhAI teal */
  --surface-submit:          #0E7C86;
  --surface-submit-hover:    #12A0AD;
  --header-primary:          #0B2E33;
  --presentation:            #F4FAFB;
}
.dark {
  --header-primary:          #08181B;
  --presentation:            #08181B;
}
