/* Per-site brand palette — single source of truth for the portal + auth shells.
   Mirrors the public-site themes in templates/group/base.html (THEME map):
   megaglobal blue/violet, group sky/blue, megacargo orange/red, gta emerald,
   megacapital amber, megalog cyan. Each site also gets a -rgb triplet so
   translucent glows/chips can be built from the same brand color. */

[data-site="megaglobal"]  { --brand:#2563eb; --brand-rgb:37,99,235; --brand-2:#7c3aed; --brand-2-rgb:124,58,237; }
[data-site="group"]       { --brand:#0ea5e9; --brand-rgb:14,165,233; --brand-2:#2563eb; --brand-2-rgb:37,99,235; }
[data-site="megacargo"]   { --brand:#f97316; --brand-rgb:249,115,22; --brand-2:#ef4444; --brand-2-rgb:239,68,68; }
[data-site="gta"]         { --brand:#059669; --brand-rgb:5,150,105; --brand-2:#10b981; --brand-2-rgb:16,185,129; }
[data-site="megacapital"] { --brand:#d97706; --brand-rgb:217,119,6; --brand-2:#f59e0b; --brand-2-rgb:245,158,11; }
[data-site="megalog"]     { --brand:#0ea5e9; --brand-rgb:14,165,233; --brand-2:#06b6d4; --brand-2-rgb:6,182,212; }
