/* ==========================================================================
   SKYFALL V3 - HUD THEME VARIANTS
   ========================================================================== */

/* Orange (Default/Primary) */
.hud-theme-orange {
    --hud-color: #f97316;
    --hud-rgb: 249, 115, 22;
}

.hud-theme-orange.hud-card {
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 0 15px rgba(249, 115, 22, 0.1);
}

/* Gray */
.hud-theme-gray {
    --hud-color: #52525b;
    --hud-rgb: 82, 82, 91;
}

.hud-theme-gray.hud-card {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Red */
.hud-theme-red {
    --hud-color: #ef4444;
    --hud-rgb: 239, 68, 68;
}

/* Blue */
.hud-theme-blue {
    --hud-color: #3b82f6;
    --hud-rgb: 59, 130, 246;
}

/* Purple */
.hud-theme-purple {
    --hud-color: #a855f7;
    --hud-rgb: 168, 85, 247;
}
