/* Chaos Knights Theme — Dark Blood Red */
:root {
    --accent: #8b0000;
    --accent-glow: #cc1111;
    --accent-pale: #ee3333;
    --accent-deep: #550000;
    --accent-rgb: 139, 0, 0;
    --glow-accent: 0 0 20px rgba(139, 0, 0, 0.15);
    --glow-accent-strong: 0 0 30px rgba(139, 0, 0, 0.25), 0 0 60px rgba(139, 0, 0, 0.1);
}
