/* Genestealer Cults Theme — Cult Purple */
:root {
    --accent: #8866aa;
    --accent-glow: #aa88cc;
    --accent-pale: #ccaaee;
    --accent-deep: #443355;
    --accent-rgb: 136, 102, 170;
    --glow-accent: 0 0 20px rgba(136, 102, 170, 0.15);
    --glow-accent-strong: 0 0 30px rgba(136, 102, 170, 0.25), 0 0 60px rgba(136, 102, 170, 0.1);
}
