/* Enhanced button text styli/* Unreleased track styles */
.unreleased-track {
    background: #222 !important;
    position: relative;
    overflow: hidden;
}
.unreleased-img {
    filter: grayscale(0.6) blur(1px) brightness(0.8);
}
.unreleased-text {
    color: #888 !important;
    text-shadow: none !important;
}

/* Pre-save hover effect */
.track-content {
    position: relative;
    z-index: 1;
    transition: filter 0.3s ease-in-out;
}

.presave-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to bottom, transparent, rgba(34, 34, 34, 0.9));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.presave-text {
    color: #FF1A1A;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    text-shadow: 
        0 0 10px #FF1A1A,
        0 0 20px #FF1A1A,
        0 0 30px #FF1A1A;
}

.presave-hover-trigger:hover .track-content {
    filter: blur(3px) brightness(0.7);
}

.presave-hover-trigger:hover .presave-overlay {
    opacity: 1;
}

.presave-hover-trigger:hover .presave-text {
    opacity: 1;
    transform: translateY(0);
}s page */
.btn .fs-5 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.15em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #e0e0e0;
    text-shadow: 0 2px 8px #000, 0 0 12px #117ed1;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: color 0.18s, text-shadow 0.18s;
}
.btn-secondary .fs-5 {
    color: #fff;
    text-shadow: 0 2px 8px #222, 0 0 12px #FF1A1A;
}
.btn-secondary:hover .fs-5, .btn-secondary:focus .fs-5 {
    color: #FF1A1A;
    text-shadow: 0 2px 16px #FF1A1A, 0 0 24px #117ed1;
}
/* Button hover scale effect */
.btn {
    transition: transform 0.18s cubic-bezier(.4,0,.6,1), box-shadow 0.18s;
}
.btn:hover, .btn:focus {
    transform: scale(1.07);
    box-shadow: 0 0 24px #FF1A1A44;
}
/* Unreleased track styles */
.unreleased-track {
    background: #222 !important;
}
.unreleased-img {
    filter: grayscale(0.6) blur(1.3px) brightness(0.8);
}
.unreleased-text {
    color: #888 !important;
    text-shadow: none !important;
}
/* Shimmer effect for 'coming soon' */
.shimmer {
    position: relative;
    display: inline-block;
    color: transparent !important;
    background: linear-gradient(90deg, #e0e0e0 0%, #fff 40%, #e0e0e0 60%, #e0e0e0 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: shimmer 2.2s infinite linear;
    /* Ensure shimmer overrides Bootstrap .lead/.text-light */
    font-weight: bold;
    font-size: 1.25em;
}

@keyframes shimmer {
    0% { background-position: -100% 0; }
    100% { background-position: 100% 0; }
}
body.bg-black {
    background: #000 !important;
    color: #fff;
    min-height: 100vh;
}

.chrome-glow {
    color: #e0e0e0;
    background: linear-gradient(90deg, #fff 0%, #b8b8b8 40%, #e0e0e0 60%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 -8px 32px #fff,
        -24px 24px 64px #117ed1,
        24px 24px 64px #117ed1,
        0 0 96px #FF1A1A,
        0 0 128px #FF1A1A;
    filter: drop-shadow(0 -8px 32px #FF1A1A) drop-shadow(-24px 24px 64px #117ed1) drop-shadow(24px 24px 64px #117ed1);
    letter-spacing: 0.05em;
    animation: chromeGlowPulse 4.5s infinite cubic-bezier(.4,0,.6,1);
}

@keyframes chromeGlowPulse {
    0% {
        filter: drop-shadow(0 -8px 32px #FF1A1A) drop-shadow(-24px 24px 64px #117ed1) drop-shadow(24px 24px 64px #117ed1);
        text-shadow:
            0 -8px 32px #fff,
            -24px 24px 64px #117ed1,
            24px 24px 64px #117ed1,
            0 0 96px #FF1A1A,
            0 0 128px #FF1A1A;
    }
    50% {
        filter: drop-shadow(0 -16px 48px #FF1A1A) drop-shadow(-32px 32px 96px #117ed1) drop-shadow(32px 32px 96px #117ed1);
        text-shadow:
            0 -16px 48px #fff,
            -32px 32px 96px #117ed1,
            32px 32px 96px #117ed1,
            0 0 128px #FF1A1A,
            0 0 192px #FF1A1A;
    }
    100% {
        filter: drop-shadow(0 -8px 32px #FF1A1A) drop-shadow(-24px 24px 64px #117ed1) drop-shadow(24px 24px 64px #117ed1);
        text-shadow:
            0 -8px 32px #fff,
            -24px 24px 64px #117ed1,
            24px 24px 64px #117ed1,
            0 0 96px #FF1A1A,
            0 0 128px #FF1A1A;
    }
}

.chrome-glow-soft {
    color: #e0e0e0;
    background: linear-gradient(90deg, #fff 0%, #b8b8b8 40%, #e0e0e0 60%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 0 6px #fff,
        0 0 16px #b8b8b8,
        0 0 32px #117ed1;
    filter: drop-shadow(0 0 8px #FF1A1A);
    letter-spacing: 0.05em;
    animation: chromeGlowSoftPulse 4.5s infinite cubic-bezier(.4,0,.6,1);
}

@keyframes chromeGlowSoftPulse {
    0% {
        filter: drop-shadow(0 0 8px #FF1A1A);
        text-shadow:
            0 0 6px #fff,
            0 0 16px #b8b8b8,
            0 0 32px #117ed1;
    }
    50% {
        filter: drop-shadow(0 0 16px #FF1A1A);
        text-shadow:
            0 0 12px #fff,
            0 0 24px #b8b8b8,
            0 0 48px #117ed1;
    }
    100% {
        filter: drop-shadow(0 0 8px #FF1A1A);
        text-shadow:
            0 0 6px #fff,
            0 0 16px #b8b8b8,
            0 0 32px #117ed1;
    }
}

.social-icon img {
    transition: transform 0.2s, filter 0.2s;
}
.social-icon:hover img {
    transform: scale(1.15);
    filter: drop-shadow(0 0 12px #FF1A1A);
}

.navbar {
    background: rgba(0,0,0,0.85) !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.navbar-brand {
    color: #e0e0e0 !important;
    font-size: 2.2rem;
    text-shadow: 0 0 12px #fff, 0 0 32px #FF1A1A;
    cursor: pointer;
}
.navbar-nav .nav-link {
    color: #e0e0e0 !important;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.navbar-nav .nav-link:hover {
    color: #FF1A1A !important;
    text-decoration: line-through;
}

.logo-glow {
    filter: drop-shadow(0 0 32px #FF1A1A);
    animation: logoGlowPulse 4.5s infinite cubic-bezier(.4,0,.6,1);
}
@keyframes logoGlowPulse {
    0%,100% { filter: drop-shadow(0 0 18px #FF1A1A); }
    50% { filter: drop-shadow(0 0 32px #FF1A1A); }
}
