/* /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] {
    padding: 1rem;
}

.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 */
.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;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-retrying[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-failed[b-a2kgz75tou],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-a2kgz75tou] {
    display: block;
}


#components-reconnect-modal[b-a2kgz75tou] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-a2kgz75tou 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-a2kgz75tou 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-a2kgz75tou 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-a2kgz75tou]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-a2kgz75tou 0.5s ease-in-out;
    opacity: 1;
}

@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;
    }
}

.components-reconnect-container[b-a2kgz75tou] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-a2kgz75tou] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-a2kgz75tou] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-a2kgz75tou] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-a2kgz75tou] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-a2kgz75tou] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-a2kgz75tou] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-a2kgz75tou 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-a2kgz75tou] {
            animation-delay: -0.5s;
        }

@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[b-jjbgip5p6j] {
    background: linear-gradient(to bottom, #1a4b30 0%, #121212 40%);
    min-height: calc(100vh - 80px);
    padding: 24px;
    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;
    padding: 24px 0;
    position: relative;
}

.play-button-large[b-jjbgip5p6j] {
    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-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;
}

.controls-wrapper[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
}

.time-spacer[b-jjbgip5p6j] {
    min-width: 40px;
}

.player-controls-row[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.player-controls[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.volume-controls[b-jjbgip5p6j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.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;
}

.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;
}

.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;
}

.time-display[b-jjbgip5p6j] {
    font-size: 11px;
    color: #a7a7a7;
    min-width: 40px;
    text-align: center;
}

.progress-bar-container[b-jjbgip5p6j] {
    flex: 1;
    height: 4px;
    background-color: #4d4d4d;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.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;
}

.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;
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
.checkout-container[b-6v7yvcfaa1] {
    padding: 24px;
    background: #121212;
    min-height: calc(100vh - 80px);
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.checkout-container h2[b-6v7yvcfaa1] {
    margin-bottom: 24px;
    color: #fff;
}

.loading-state[b-6v7yvcfaa1],
.login-prompt[b-6v7yvcfaa1] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: #b3b3b3;
}

.login-prompt a[b-6v7yvcfaa1] {
    color: #1db954;
}

.empty-cart[b-6v7yvcfaa1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    text-align: center;
}

.empty-cart-icon[b-6v7yvcfaa1] {
    width: 64px;
    height: 64px;
    color: #b3b3b3;
    margin-bottom: 16px;
}

.empty-cart p[b-6v7yvcfaa1] {
    color: #b3b3b3;
    margin-bottom: 24px;
}

.btn-browse[b-6v7yvcfaa1] {
    display: inline-block;
    padding: 12px 32px;
    background-color: #1db954;
    color: #fff;
    text-decoration: none;
    border-radius: 500px;
    font-weight: 700;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-browse:hover[b-6v7yvcfaa1] {
    background-color: #1ed760;
    transform: scale(1.02);
}

.cart-items[b-6v7yvcfaa1] {
    background: #181818;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}

.cart-item[b-6v7yvcfaa1] {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #282828;
}

.cart-item:last-of-type[b-6v7yvcfaa1] {
    border-bottom: none;
}

.item-info[b-6v7yvcfaa1] {
    flex: 1;
}

.item-title[b-6v7yvcfaa1] {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.item-price[b-6v7yvcfaa1] {
    font-size: 16px;
    color: #b3b3b3;
    margin-right: 16px;
}

.remove-button[b-6v7yvcfaa1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b3b3;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.remove-button:hover[b-6v7yvcfaa1] {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.remove-button svg[b-6v7yvcfaa1] {
    width: 18px;
    height: 18px;
}

.cart-total[b-6v7yvcfaa1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 0;
    border-top: 1px solid #282828;
    margin-top: 16px;
}

.total-label[b-6v7yvcfaa1] {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.total-amount[b-6v7yvcfaa1] {
    font-size: 24px;
    font-weight: 700;
    color: #1db954;
}

.checkout-actions[b-6v7yvcfaa1] {
    padding: 24px 0;
}

.checkout-progress[b-6v7yvcfaa1] {
    text-align: center;
    padding: 24px;
    color: #b3b3b3;
}

.checkout-success[b-6v7yvcfaa1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px;
    text-align: center;
    background: #181818;
    border-radius: 8px;
}

.success-icon[b-6v7yvcfaa1] {
    width: 64px;
    height: 64px;
    color: #1db954;
    margin-bottom: 16px;
}

.checkout-success h3[b-6v7yvcfaa1] {
    color: #fff;
    margin-bottom: 8px;
}

.checkout-success p[b-6v7yvcfaa1] {
    color: #b3b3b3;
    margin-bottom: 24px;
}

#paypal-button-container[b-6v7yvcfaa1] {
    max-width: 400px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .checkout-container[b-6v7yvcfaa1] {
        padding: 16px;
    }

    .cart-item[b-6v7yvcfaa1] {
        flex-wrap: wrap;
    }

    .item-info[b-6v7yvcfaa1] {
        width: 100%;
        margin-bottom: 8px;
    }

    .item-price[b-6v7yvcfaa1] {
        margin-right: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-00r3dqzzis] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.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/ManageSubscription.razor.rz.scp.css */
.subscription-container[b-psms1v1gvd] {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.subscription-container h2[b-psms1v1gvd] {
    margin-bottom: 1.5rem;
}

.subscription-info[b-psms1v1gvd],
.subscription-signup[b-psms1v1gvd] {
    margin-top: 1rem;
}

.subscription-details p[b-psms1v1gvd] {
    margin: 0.5rem 0;
}

.subscription-description h3[b-psms1v1gvd] {
    margin-bottom: 1rem;
}

.subscription-terms[b-psms1v1gvd] {
    margin: 1.5rem 0;
    padding: 1rem;
    border-radius: 4px;
}

.subscription-terms h4[b-psms1v1gvd] {
    margin-bottom: 0.5rem;
}

.subscription-terms ul[b-psms1v1gvd] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.subscription-terms li[b-psms1v1gvd] {
    margin: 0.5rem 0;
}

.terms-agreement[b-psms1v1gvd] {
    margin: 1.5rem 0;
}

.subscription-note[b-psms1v1gvd] {
    font-style: italic;
    margin-top: 1rem;
}

.success-message[b-psms1v1gvd],
.error-message[b-psms1v1gvd] {
    margin: 1rem 0;
}

.loading-state[b-psms1v1gvd],
.login-prompt[b-psms1v1gvd] {
    text-align: center;
    padding: 2rem;
}
/* /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] {
    background: linear-gradient(to bottom, #5c4b30 0%, #121212 40%);
    min-height: calc(100vh - 80px);
    padding: 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;
}



.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; }

.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; }



/* Desktop layout - account for sidebar and article padding */
/* Responsive rules moved to global breakpoint files in wwwroot */

.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; }

/* Responsive rules moved to global breakpoint files in wwwroot */

/* 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 */
.action-controls[b-j4cmwyye8k] { position: relative; }

.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%; /* center horizontally over button */
    top: 0; /* start at top edge of button */
    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; }
