:where([class^="ri-"])::before {
    content: "\f3c2";
}

.album-card {
    transition: all 0.3s ease;
}

    .album-card:hover {
        transform: translateY(-8px);
    }

.song-item:hover {
    background-color: rgba(87, 181, 231, 0.1);
}

.audio-player {
    transition: all 0.3s ease;
}

.lyrics-modal {
    backdrop-filter: blur(10px);
}

.progress-bar {
    background: linear-gradient(90deg, #57b5e7 0%, #8dd3c7 100%);
}

.willyback {
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-position: center;
}