/* T'au Empire Theme — T'au Blue */
:root {
    --accent: #0088cc;
    --accent-glow: #00aaee;
    --accent-pale: #44ccff;
    --accent-deep: #004466;
    --accent-rgb: 0, 136, 204;
    --glow-accent: 0 0 20px rgba(0, 136, 204, 0.15);
    --glow-accent-strong: 0 0 30px rgba(0, 136, 204, 0.25), 0 0 60px rgba(0, 136, 204, 0.1);
}
