/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x586bxnk77] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-x586bxnk77] {
    flex: 1;
    margin-top: 0;
}

.content[b-x586bxnk77] {
    padding-top: 1rem;
}

#blazor-error-ui[b-x586bxnk77] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x586bxnk77] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.menu-icon[b-u76mu0nzly] {
    font-size: 1.5rem;
}

/* Theme Switcher */
.theme-switcher[b-u76mu0nzly] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
}

.theme-label[b-u76mu0nzly] {
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 40px;
}

/* Cart Button with Badge */
.cart-button[b-u76mu0nzly] {
    position: relative;
}

.cart-badge[b-u76mu0nzly] {
    position: absolute;
    top: 4px;
    right: 4px;
    /*background-color: #1db954;*/
    /*color: white;*/
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop-b-u76mu0nzly 0.3s ease-out;
    pointer-events: none;
}

@keyframes pop-b-u76mu0nzly {
    0% {
        transform: scale(0.5);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Syncfusion Sidebar Styling */
/*::deep .music-sidebar {
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: white;
}*/

.sidebar-content[b-u76mu0nzly] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.sidebar-menu[b-u76mu0nzly] {
    flex: 1;
}

.sidebar-footer[b-u76mu0nzly] {
    margin-top: auto;
    padding-bottom: 1rem;
}

.copyright-notice[b-u76mu0nzly] {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    opacity: 0.7;
    text-align: center;
}

.sidebar-header[b-u76mu0nzly] {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-header h4[b-u76mu0nzly] {
    margin: 0;
    /*color: white;*/
    font-size: 1.1rem;
}

/* Sidebar Navigation Styling */
.sidebar-nav[b-u76mu0nzly] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-nav .nav-item[b-u76mu0nzly] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    /*color: #d7d7d7;*/
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.sidebar-nav .nav-item:hover[b-u76mu0nzly] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    /*color: white;*/
}

.sidebar-nav .nav-item.active[b-u76mu0nzly] {
    background-color: rgba(255, 255, 255, 0.25);
    /*color: white;*/
}

.sidebar-nav .nav-item .e-icons[b-u76mu0nzly] {
    font-size: 1.1rem;
}

.sidebar-nav .nav-item span:not(.e-icons)[b-u76mu0nzly] {
    font-size: 0.95rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* Hide all reconnection UI elements since we handle reconnections automatically */
.components-reconnect-first-attempt-visible[b-a2kgz75tou],
.components-reconnect-repeated-attempt-visible[b-a2kgz75tou],
.components-reconnect-failed-visible[b-a2kgz75tou],
.components-pause-visible[b-a2kgz75tou],
.components-resume-failed-visible[b-a2kgz75tou],
.components-rejoining-animation[b-a2kgz75tou] {
    display: none;
}

/* Keep the modal itself hidden at all times */
#components-reconnect-modal[b-a2kgz75tou] {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

#components-reconnect-modal[b-a2kgz75tou]::backdrop {
    display: none !important;
}

/* Keep animation definitions for potential future use */
@keyframes components-reconnect-modal-slideUp-b-a2kgz75tou {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-a2kgz75tou {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-a2kgz75tou {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes components-rejoining-animation-b-a2kgz75tou {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminSongManagement.razor.rz.scp.css */
/* Hide accessibility helper text in grid headers */
.e-grid .e-headercelldiv .e-sortfilterdiv .e-icons[b-zvt7c29nte]::after,
.e-grid .e-headertext[b-zvt7c29nte]::after,
.e-grid .e-headercelldiv[b-zvt7c29nte]::after {
    content: none !important;
    display: none !important;
}

/* Hide ARIA labels that appear as visible text */
.e-grid .e-headercell .e-aria-label[b-zvt7c29nte] {
    display: none !important;
}
/* /Components/Pages/AlbumPlayer.razor.rz.scp.css */
/*.spotify-container {
    background: linear-gradient(to bottom, #1a4b30 0%, #121212 40%);
    min-height: calc(100vh - 80px);
    padding: 24px;
    padding-bottom: 160px;*/ /* Account for fixed player bar at bottom */
    /*color: #fff;
    display: flex;
    flex-direction: column;
}*/

.loading-state[b-jjbgip5p6j],
.error-state[b-jjbgip5p6j] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.album-art-large[b-jjbgip5p6j] {
    width: 232px;
    height: 232px;
}

.album-art-placeholder[b-jjbgip5p6j] {
    width: 100%;
    height: 100%;
    background: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.placeholder-icon[b-jjbgip5p6j] {
    width: 64px;
    height: 64px;
    color: #b3b3b3;
}

.song-info[b-jjbgip5p6j] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.song-label[b-jjbgip5p6j] {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Now Playing Info */
.now-playing-info[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    color: #b3b3b3;
    font-size: 14px;
}

.now-playing-label[b-jjbgip5p6j] {
    font-weight: 600;
}

.now-playing-track[b-jjbgip5p6j] {
    color: #1db954;
    font-weight: 500;
}

/* Action Controls Section */
.action-controls[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 60px;
    position: relative;
}

.play-button-large[b-jjbgip5p6j] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1db954;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease, background-color 0.2s ease;
    flex-shrink: 0;
}

.play-button-large:hover[b-jjbgip5p6j] {
    transform: scale(1.05);
    background-color: #1ed760;
}

.play-button-large:active[b-jjbgip5p6j] {
    transform: scale(0.95);
}

.play-icon[b-jjbgip5p6j] {
    width: 28px;
    height: 28px;
    color: #000;
    margin-left: 2px;
}

/* Player Bar - Fixed to bottom via grid */
.player-bar[b-jjbgip5p6j] {
    background: linear-gradient(to top, #181818 0%, #282828 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.controls-wrapper[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.time-spacer[b-jjbgip5p6j] {
    min-width: 40px;
    flex-shrink: 0;
}

.player-controls-row[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
}

.player-controls[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.volume-controls[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.control-button[b-jjbgip5p6j] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3b3b3;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.control-button:hover[b-jjbgip5p6j] {
    color: #fff;
}

.control-button.active[b-jjbgip5p6j] {
    color: #1db954;
}

.control-icon[b-jjbgip5p6j] {
    width: 16px;
    height: 16px;
}

.play-button-small[b-jjbgip5p6j] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease;
    flex-shrink: 0;
}

.play-button-small:hover[b-jjbgip5p6j] {
    transform: scale(1.05);
}

.play-icon-small[b-jjbgip5p6j] {
    width: 16px;
    height: 16px;
    color: #000;
}

/* Progress Bar */
.progress-container[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.time-display[b-jjbgip5p6j] {
    font-size: 11px;
    color: #a7a7a7;
    min-width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.progress-bar-container[b-jjbgip5p6j] {
    flex: 1;
    height: 4px;
    background-color: #4d4d4d;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    min-width: 0;
}

.progress-bar-container:hover[b-jjbgip5p6j] {
    height: 6px;
}

.progress-bar[b-jjbgip5p6j] {
    height: 100%;
    background-color: #b3b3b3;
    border-radius: 2px;
    position: relative;
    pointer-events: none;
}

.progress-bar-container:hover .progress-bar[b-jjbgip5p6j] {
    background-color: #1db954;
}

.progress-thumb[b-jjbgip5p6j] {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.progress-bar-container:hover .progress-thumb[b-jjbgip5p6j] {
    opacity: 1;
}

/* Volume Bar */
.volume-bar-container[b-jjbgip5p6j] {
    width: 100px;
    height: 4px;
    background-color: #4d4d4d;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.volume-bar-container:hover[b-jjbgip5p6j] {
    height: 6px;
}

.volume-bar[b-jjbgip5p6j] {
    height: 100%;
    background-color: #b3b3b3;
    border-radius: 2px;
    position: relative;
    pointer-events: none;
}

.volume-bar-container:hover .volume-bar[b-jjbgip5p6j] {
    background-color: #1db954;
}

.volume-thumb[b-jjbgip5p6j] {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.volume-bar-container:hover .volume-thumb[b-jjbgip5p6j] {
    opacity: 1;
}

/* Owned Badge */
.owned-badge[b-jjbgip5p6j] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: #1db954;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.owned-badge svg[b-jjbgip5p6j] {
    width: 20px;
    height: 20px;
    color: #fff;
}

/* Preview Label */
.preview-label[b-jjbgip5p6j] {
    color: #ffa500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

.subscription-badge[b-jjbgip5p6j] {
    color: #1ed760;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.subscription-badge svg[b-jjbgip5p6j] {
    width: 16px;
    height: 16px;
}

/* Add to Cart Button on AlbumPlayer */
.cart-button-large[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: transparent;
    border: 2px solid #b3b3b3;
    border-radius: 500px;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cart-button-large:hover[b-jjbgip5p6j] {
    border-color: #fff;
    color: #fff;
    transform: scale(1.02);
}

.cart-button-large.in-cart[b-jjbgip5p6j] {
    background-color: #1db954;
    border-color: #1db954;
    color: #fff;
}

.cart-button-large.in-cart:hover[b-jjbgip5p6j] {
    background-color: #1ed760;
    border-color: #1ed760;
}

.cart-icon-large[b-jjbgip5p6j] {
    width: 20px;
    height: 20px;
}

.cart-button-large.animating[b-jjbgip5p6j] {
    animation: cartPulseLarge-b-jjbgip5p6j 0.3s ease-out;
}

@keyframes cartPulseLarge-b-jjbgip5p6j {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Music Note Float Animation for Album Player */
.music-note-float-player[b-jjbgip5p6j] {
    position: absolute;
    right: 100px;
    top: 0;
    color: #1db954;
    font-size: 28px;
    pointer-events: none;
    animation: musicNoteFloatPlayer-b-jjbgip5p6j 0.8s ease-out forwards;
    z-index: 10;
}

@keyframes musicNoteFloatPlayer-b-jjbgip5p6j {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(20px, -30px) rotate(20deg) scale(1.5);
    }
    100% {
        opacity: 0;
        transform: translate(40px, -60px) rotate(40deg) scale(0.5);
    }
}

/* Progress Bar Restriction Styles */
.progress-bar-container.restricted[b-jjbgip5p6j] {
    position: relative;
}

.progress-limit-marker[b-jjbgip5p6j] {
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 3px;
    background-color: #ffa500;
    border-radius: 2px;
    z-index: 2;
}




/* 2. Section Styles */
.track-list-container[b-jjbgip5p6j] {
    overflow-y: auto;
    min-height: 0; /* Keeps the grid row from expanding */    
    margin: 0px 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container h1[b-00r3dqzzis] {
    margin-bottom: 1rem;
}

.subscription-offer[b-00r3dqzzis] {
    margin-top: 2rem;
    max-width: 600px;
}

.subscription-offer h3[b-00r3dqzzis] {
    margin-bottom: 1rem;
}

.subscription-offer ul[b-00r3dqzzis] {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.subscription-offer li[b-00r3dqzzis] {
    margin: 0.5rem 0;
}
/* /Components/Pages/MusicLibrary.razor.rz.scp.css */
/* Music Library Card Styles - Component-Specific Only */

/* These styles are truly specific to MusicLibrary and cannot be reused */
/* All layout, color, and responsive properties have been moved to global files */

/* Card Song Title - specific to music card display */
.card-song-title[b-ymnhbl3efe] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/SongPlayer.razor.rz.scp.css */
.spotify-container[b-j4cmwyye8k][b-j4cmwyye8k] {    
    min-height: calc(100vh - 66px);
    padding: 0px 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.loading-state[b-j4cmwyye8k],
.error-state[b-j4cmwyye8k] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

/* Song Player Container - Grid Layout (similar to AlbumPlayer) */
.song-player-container[b-j4cmwyye8k] {
    display: grid;
    grid-template-rows: 1fr 88px;
    grid-template-columns: 100%;
    height: calc(100vh - 66px);
    width: 100%;
    overflow: hidden;
    color: #fff;
}

/* Song Header Section */
.song-header[b-j4cmwyye8k] {
    padding: 24px;
    overflow-y: auto;
}

.album-art-placeholder[b-j4cmwyye8k] {
    width: 192px;
    height: 192px;
    background: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.placeholder-icon[b-j4cmwyye8k] { width: 64px; height: 64px; color: #b3b3b3; }

.song-info[b-j4cmwyye8k] { display: flex; flex-direction: column; gap: 8px; }

.song-label[b-j4cmwyye8k] { font-size: 14px; font-weight: 700; text-transform: uppercase; }

/* Action Controls Section */
.action-controls[b-j4cmwyye8k] { display: flex; align-items: center; gap: 24px; padding: 24px 0; position: relative; }

.play-button-large[b-j4cmwyye8k] {
    width: 56px; height: 56px; border-radius: 50%; background-color: #1db954; border: none; cursor: pointer;
    display: flex; justify-content: center; align-items: center; transition: transform 0.1s ease, background-color 0.2s ease;
}

.play-button-large:hover[b-j4cmwyye8k] { transform: scale(1.05); background-color: #1ed760; }
.play-button-large:active[b-j4cmwyye8k] { transform: scale(0.95); }

.play-icon[b-j4cmwyye8k] { width: 28px; height: 28px; color: #000; margin-left: 2px; }

/* Player Bar - Fixed to bottom via grid */
.player-bar[b-j4cmwyye8k] {
    background: linear-gradient(to top, #181818 0%, #282828 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.controls-wrapper[b-j4cmwyye8k] { display: flex; align-items: center; gap: 8px; width: 100%; max-width: 600px; margin-bottom: 8px; }
.time-spacer[b-j4cmwyye8k] { min-width: 40px; }
.player-controls-row[b-j4cmwyye8k] { display: flex; align-items: center; justify-content: space-between; flex: 1; }
.player-controls[b-j4cmwyye8k] { display: flex; align-items: center; gap: 16px; }
.volume-controls[b-j4cmwyye8k] { display: flex; align-items: center; gap: 8px; }

.control-button[b-j4cmwyye8k] { width: 32px; height: 32px; border-radius: 50%; background: transparent; border: none; cursor: pointer; display: flex; justify-content: center; align-items: center; color: #b3b3b3; transition: color 0.2s ease; }
.control-button:hover[b-j4cmwyye8k] { color: #fff; }
.control-button.active[b-j4cmwyye8k] { color: #1db954; }
.control-icon[b-j4cmwyye8k] { width: 16px; height: 16px; }
.play-button-small[b-j4cmwyye8k] { width: 32px; height: 32px; border-radius: 50%; background-color: #fff; border: none; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: transform 0.1s ease; }
.play-button-small:hover[b-j4cmwyye8k] { transform: scale(1.05); }
.play-icon-small[b-j4cmwyye8k] { width: 16px; height: 16px; color: #000; }

/* Progress Bar */
.progress-container[b-j4cmwyye8k] { display: flex; align-items: center; gap: 8px; width: 100%; max-width: 600px; }
.time-display[b-j4cmwyye8k] { font-size: 11px; color: #a7a7a7; min-width: 40px; text-align: center; }
.progress-bar-container[b-j4cmwyye8k] { flex: 1; height: 4px; background-color: #4d4d4d; border-radius: 2px; cursor: pointer; position: relative; }
.progress-bar-container:hover[b-j4cmwyye8k] { height: 6px; }
.progress-bar[b-j4cmwyye8k] { height: 100%; background-color: #b3b3b3; border-radius: 2px; position: relative; pointer-events: none; }
.progress-bar-container:hover .progress-bar[b-j4cmwyye8k] { background-color: #1db954; }
.progress-thumb[b-j4cmwyye8k] { position: absolute; right: -6px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background-color: #fff; border-radius: 50%; opacity: 0; transition: opacity 0.2s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.progress-bar-container:hover .progress-thumb[b-j4cmwyye8k] { opacity: 1; }

/* Volume Bar */
.volume-bar-container[b-j4cmwyye8k] { width: 100px; height: 4px; background-color: #4d4d4d; border-radius: 2px; cursor: pointer; position: relative; }
.volume-bar-container:hover[b-j4cmwyye8k] { height: 6px; }
.volume-bar[b-j4cmwyye8k] { height: 100%; background-color: #b3b3b3; border-radius: 2px; position: relative; pointer-events: none; }
.volume-bar-container:hover .volume-bar[b-j4cmwyye8k] { background-color: #1db954; }
.volume-thumb[b-j4cmwyye8k] { position: absolute; right: -6px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background-color: #fff; border-radius: 50%; opacity: 0; transition: opacity 0.2s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.volume-bar-container:hover .volume-thumb[b-j4cmwyye8k] { opacity: 1; }

/* Owned Badge */
.owned-badge[b-j4cmwyye8k] { position: absolute; bottom: 8px; right: 8px; background-color: #1db954; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
.owned-badge svg[b-j4cmwyye8k] { width: 20px; height: 20px; color: #fff; }

/* Preview Label */
.preview-label[b-j4cmwyye8k] { color: #ffa500; font-size: 14px; font-weight: 500; margin-top: 8px; }

/* Subscription Badge */
.subscription-badge[b-j4cmwyye8k] {
    color: #1ed760;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.subscription-badge svg[b-j4cmwyye8k] {
    width: 16px;
    height: 16px;
}

/* Add to Cart Button on SongPlayer */
.cart-button-wrapper[b-j4cmwyye8k]{ position:relative; display:inline-block; }
.cart-button-large[b-j4cmwyye8k] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: transparent;
    border: 2px solid #b3b3b3;
    border-radius: 500px;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cart-button-large:hover[b-j4cmwyye8k] {
    border-color: #fff;
    color: #fff;
    transform: scale(1.02);
}

.cart-button-large.in-cart[b-j4cmwyye8k] {
    background-color: #1db954;
    border-color: #1db954;
    color: #fff;
}

.cart-button-large.in-cart:hover[b-j4cmwyye8k] {
    background-color: #1ed760;
    border-color: #1ed760;
}

.cart-icon-large[b-j4cmwyye8k] {
    width: 20px;
    height: 20px;
}

.cart-button-large.animating[b-j4cmwyye8k] {
    animation: cartPulseLarge-b-j4cmwyye8k 0.3s ease-out;
}

@keyframes cartPulseLarge-b-j4cmwyye8k {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Music Note Float Animation for Song Player */
.music-note-float-player[b-j4cmwyye8k] {
    position: absolute;
    left: 50%;
    top: 0;
    color: #1db954;
    font-size: 28px;
    pointer-events: none;
    z-index: 10;
    animation: musicNoteFloatPlayer-b-j4cmwyye8k 0.8s ease-out forwards;
}

@keyframes musicNoteFloatPlayer-b-j4cmwyye8k {
    0% {
        opacity: 1;
        transform: translate(-50%, 0) rotate(0deg) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -30px) rotate(20deg) scale(1.5);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -60px) rotate(40deg) scale(0.5);
    }
}

/* Progress Bar Restriction Styles */
.progress-bar-container.restricted[b-j4cmwyye8k] { position: relative; }
.progress-limit-marker[b-j4cmwyye8k] { position: absolute; top: -2px; bottom: -2px; width: 3px; background-color: #ffa500; border-radius: 2px; z-index: 2; }
