/* Tyranids Theme — Hive Mind Purple */
:root {
    --accent: #8b008b;
    --accent-glow: #bb22bb;
    --accent-pale: #dd55dd;
    --accent-deep: #550055;
    --accent-rgb: 139, 0, 139;
    --glow-accent: 0 0 20px rgba(139, 0, 139, 0.15);
    --glow-accent-strong: 0 0 30px rgba(139, 0, 139, 0.25), 0 0 60px rgba(139, 0, 139, 0.1);
}
