/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x586bxnk77] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-x586bxnk77] {
    flex: 1;
    overflow-y: auto;
}

.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 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 */
/* Blazor's own reconnect UI is never shown. It is kept in the DOM only so the framework picks
   UserSpecifiedDisplay and raises components-reconnect-state-changed for ReconnectModal.razor.js;
   everything the user sees is the pill below. The dialog is also closed from JS on every state
   change, because showModal() makes the rest of the document inert - and somebody watching their
   connection drop with pasted lyrics on screen needs to be able to select and copy them. */
#components-reconnect-modal[b-a2kgz75tou] {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

#components-reconnect-modal[b-a2kgz75tou]::backdrop {
    display: none !important;
}

.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;
}

/* ---------------------------------------------------------------------------------------------
   The pill. Non-blocking on purpose: a dropped circuit already costs the user their page, and a
   modal on top of it would take the ability to copy anything out of it as well.
   --------------------------------------------------------------------------------------------- */
.st-reconnect-pill[b-a2kgz75tou] {
    display: none;
    position: fixed;
    left: 50%;
    bottom: var(--st-space-5, 24px);
    transform: translateX(-50%) translateY(8px);
    z-index: 2147483000; /* above Syncfusion dialogs, which sit around 1000-100000 */
    align-items: center;
    gap: var(--st-space-2, 8px);
    max-width: min(92vw, 420px);
    padding: var(--st-space-2, 8px) var(--st-space-4, 16px);
    border-radius: var(--st-radius-pill, 999px);
    background: var(--st-player-surface, #0d1727);
    border: 1px solid var(--st-player-line-strong, rgba(255, 255, 255, .14));
    box-shadow: var(--st-shadow-float, 0 20px 50px rgba(0, 0, 0, .6));
    color: var(--st-player-text, #fff);
    font-family: var(--st-font, system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.35;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
}

.st-reconnect-pill.st-reconnect-visible[b-a2kgz75tou] {
    display: flex;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.st-reconnect-spinner[b-a2kgz75tou] {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--st-player-line-strong, rgba(255, 255, 255, .14));
    border-top-color: var(--st-blue-bright, #02b8fd);
    animation: st-reconnect-spin-b-a2kgz75tou .8s linear infinite;
}

/* Nothing is being attempted any more, so a spinner would be a lie. */
.st-reconnect-pill.st-reconnect-terminal .st-reconnect-spinner[b-a2kgz75tou] {
    animation: none;
    border-color: var(--st-amber, #ffa500);
    border-top-color: var(--st-amber, #ffa500);
}

.st-reconnect-text:empty[b-a2kgz75tou] {
    display: none;
}

@keyframes st-reconnect-spin-b-a2kgz75tou {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .st-reconnect-pill[b-a2kgz75tou] {
        transition: none;
    }

    .st-reconnect-spinner[b-a2kgz75tou] {
        animation: none;
    }
}
/* /Components/Pages/Admin/AdminLogs.razor.rz.scp.css */
/* Log viewer container */
.log-viewer[b-eekxsd0ooh] {
    overflow-y: auto;
    max-height: 70vh;
    border-radius: 4px;
}

/* Monospace pre block – selectable, wrapping, scrollable */
.log-content[b-eekxsd0ooh] {
    margin: 0;
    padding: 1rem;
    white-space: pre-wrap;
    word-break: break-all;
    user-select: text;
    -webkit-user-select: text;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
}
/* /Components/Pages/Admin/AdminSongManagement.razor.rz.scp.css */
/* Hide accessibility helper text in grid headers */
.e-grid .e-headertext[b-wftf4cod2e]::after,
.e-grid .e-headercelldiv[b-wftf4cod2e]::after,
.e-grid .e-sortfilterdiv .e-icons[b-wftf4cod2e]::after {
    content: none !important;
    display: none !important;
}

/* Hide ARIA labels that appear as visible text */
.e-grid .e-headercell .e-aria-label[b-wftf4cod2e] {
    display: none !important;
}
