.theme-aurora .premium-card,
.theme-aurora header,
.theme-aurora .theme-strip {
    border-color: rgba(45, 212, 191, 0.2) !important;
    box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.05), 0 14px 36px rgba(8, 47, 73, 0.2) !important;
}

.theme-noir .premium-card,
.theme-noir header,
.theme-noir .theme-strip {
    background: rgba(8, 8, 10, 0.78) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42) !important;
}

.theme-volcano .premium-card,
.theme-volcano header,
.theme-volcano .theme-strip {
    border-color: rgba(251, 146, 60, 0.18) !important;
    box-shadow: 0 0 0 1px rgba(251, 146, 60, 0.05), 0 18px 40px rgba(69, 10, 10, 0.35) !important;
}

.theme-arctic .premium-card,
.theme-arctic header,
.theme-arctic .theme-strip {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(14, 165, 233, 0.16) !important;
    box-shadow: 0 14px 34px rgba(2, 132, 199, 0.08) !important;
}

.theme-hologram .premium-card,
.theme-hologram header,
.theme-hologram .theme-strip {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(34, 211, 238, 0.22) !important;
    box-shadow:
        0 0 0 1px rgba(236, 72, 153, 0.08),
        0 0 32px rgba(34, 211, 238, 0.1),
        0 18px 42px rgba(2, 6, 23, 0.12) !important;
}

.theme-solarflare .premium-card,
.theme-solarflare header,
.theme-solarflare .theme-strip {
    border-color: rgba(250, 204, 21, 0.18) !important;
    box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.05), 0 18px 44px rgba(120, 38, 0, 0.25) !important;
}

.theme-aurora .neon-glow-text,
.theme-hologram .neon-glow-text {
    text-shadow: 0 0 4px rgba(255,255,255,0.75), 0 0 12px rgba(45, 212, 191, 0.55), 0 0 26px rgba(59, 130, 246, 0.35);
}

.theme-volcano .neon-glow-text,
.theme-solarflare .neon-glow-text {
    text-shadow: 0 0 4px rgba(255,255,255,0.65), 0 0 12px rgba(249, 115, 22, 0.45), 0 0 24px rgba(239, 68, 68, 0.32);
}

