/* Grey Knights Theme — Psychic Blue */
:root {
    --accent: #3a8aff;
    --accent-glow: #5ea8ff;
    --accent-pale: #a0ccff;
    --accent-deep: #1a5acc;
    --accent-rgb: 58, 138, 255;
    --glow-accent: 0 0 20px rgba(58, 138, 255, 0.15);
    --glow-accent-strong: 0 0 30px rgba(58, 138, 255, 0.25), 0 0 60px rgba(58, 138, 255, 0.1);
}
