/* Agents of the Imperium Theme — Inquisitorial Purple */
:root {
    --accent: #7b68ee;
    --accent-glow: #9a88ff;
    --accent-pale: #b8a8ff;
    --accent-deep: #4a3aaa;
    --accent-rgb: 123, 104, 238;
    --glow-accent: 0 0 20px rgba(123, 104, 238, 0.15);
    --glow-accent-strong: 0 0 30px rgba(123, 104, 238, 0.25), 0 0 60px rgba(123, 104, 238, 0.1);
}
