/* ==================== ASSASSIN BROTHERHOOD — COLOUR TOKENS ==================== */
/* All layout rules are in factions_shared.css. This file only sets the faction colour tokens. */

.faction-page-ac {
  --faction-accent: var(--animus-blue); /* #00d2ff */
  --faction-glow: var(--animus-glow);
  --faction-tint-rgb: 0, 210, 255;
  --faction-gradient-pos: 30% 50%; /* radial gradient focus — left-leaning */
}

/* Accent bar on the LEFT edge of the hero (Brotherhood identity) */
.faction-page-ac .fd-hero::before {
  left: 0;
  right: auto;
}
