/* Adeptus Mechanicus Theme — Mars Red */
:root {
    --accent: #c03020;
    --accent-glow: #e84030;
    --accent-pale: #f06050;
    --accent-deep: #801810;
    --accent-rgb: 192, 48, 32;
    --glow-accent: 0 0 20px rgba(192, 48, 32, 0.15);
    --glow-accent-strong: 0 0 30px rgba(192, 48, 32, 0.25), 0 0 60px rgba(192, 48, 32, 0.1);
}
