@import '_content/MusicMate.UI/MusicMate.UI.jcoh0q2808.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-ntf88p16l5] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
    background: var(--bg);
}

.layout__main[b-ntf88p16l5] {
    flex: 1;
    overflow-y: auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile default: hide desktop chrome */
.layout[b-ntf88p16l5]  .sidebar,
.layout[b-ntf88p16l5]  .right-panel {
    display: none;
}

/* Desktop: row layout, hide mobile chrome */
@media (min-width: 900px) {
    .layout[b-ntf88p16l5] {
        flex-direction: row;
        height: 100vh;
    }
    .layout[b-ntf88p16l5]  .top-bar,
    .layout[b-ntf88p16l5]  .bottom-nav {
        display: none;
    }
    .layout[b-ntf88p16l5]  .sidebar {
        display: flex;
    }
    .layout[b-ntf88p16l5]  .right-panel {
        display: block;
    }
}

#blazor-error-ui[b-ntf88p16l5] {
    color-scheme: light only;
    background: #1a0a0a;
    color: #ffcccc;
    border-top: 1px solid #5a1010;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.6);
    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-ntf88p16l5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* ── visibility hooks (Blazor toggles these classes on the <dialog>) ── */
.components-reconnect-first-attempt-visible[b-pdow94r575],
.components-reconnect-repeated-attempt-visible[b-pdow94r575],
.components-reconnect-failed-visible[b-pdow94r575],
.components-pause-visible[b-pdow94r575],
.components-resume-failed-visible[b-pdow94r575],
.components-rejoining-animation[b-pdow94r575] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pdow94r575],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pdow94r575],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pdow94r575],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pdow94r575],
#components-reconnect-modal.components-reconnect-retrying[b-pdow94r575],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pdow94r575],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pdow94r575],
#components-reconnect-modal.components-reconnect-failed[b-pdow94r575],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pdow94r575] {
    display: block;
}

/* ── dialog shell ─────────────────────────────────────────────────── */
#components-reconnect-modal[b-pdow94r575] {
    background: var(--s1);
    color: var(--t1);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--br);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: display 0.4s allow-discrete, overlay 0.4s allow-discrete;
    animation: fade-out-modal-b-pdow94r575 0.4s both;

    &[open] {
        animation: slide-up 0.4s cubic-bezier(.05, .89, .25, 1.02) 0.1s,
                   fade-in  0.35s ease-in-out 0.1s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-pdow94r575]::backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    animation: fade-in 0.35s ease-in-out;
    opacity: 1;
}

@keyframes fade-out-modal-b-pdow94r575 {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* ── layout ───────────────────────────────────────────────────────── */
.components-reconnect-container[b-pdow94r575] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pdow94r575] {
    margin: 0;
    text-align: center;
    color: var(--t2);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ── pulsing logo ─────────────────────────────────────────────────── */
.reconnect-pulse[b-pdow94r575] {
    display: inline-flex;
    animation: reconnect-pulse-b-pdow94r575 1.6s ease-in-out infinite;
}

@keyframes reconnect-pulse-b-pdow94r575 {
    0%, 100% { transform: scale(1);    filter: drop-shadow(0 0 0px  rgba(245, 197, 0, 0.0)); }
    50%      { transform: scale(1.08); filter: drop-shadow(0 0 14px rgba(245, 197, 0, 0.55)); }
}

/* ── buttons ──────────────────────────────────────────────────────── */
#components-reconnect-modal button[b-pdow94r575] {
    border: 0;
    background: var(--y);
    color: #000;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s;
}

#components-reconnect-modal button:hover[b-pdow94r575]  { opacity: 0.85; }
#components-reconnect-modal button:active[b-pdow94r575] { opacity: 0.7;  }
/* /Components/Layout/RightPanel.razor.rz.scp.css */
.right-panel[b-817vibd69z] {
    width: 260px;
    flex-shrink: 0;
    border-left: 1px solid var(--br);
    overflow-y: auto;
    padding: 24px 20px;
}

.right-panel__section[b-817vibd69z] {
    /* intentionally unstyled — content handles its own spacing */
}

.rp-live-row[b-817vibd69z] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.rp-live-row__info[b-817vibd69z] {
    flex: 1;
    min-width: 0;
}

.rp-live-row__name[b-817vibd69z] {
    font-size: 13px;
    font-weight: 600;
    color: var(--t1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rp-live-row__track[b-817vibd69z] {
    font-size: 12px;
    color: var(--t3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-u4nl909kf3] {
    width: 220px;
    flex-shrink: 0;
    height: 100%;
    border-right: 1px solid var(--br);
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    overflow: hidden;
}

.sidebar__logo[b-u4nl909kf3] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: 28px;
    flex-shrink: 0;
}

.sidebar__wordmark[b-u4nl909kf3] {
    font-weight: 700;
    font-size: 18px;
    color: var(--t1);
    letter-spacing: -0.5px;
}

.sidebar__nav[b-u4nl909kf3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 10px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.sidebar__nav-btn[b-u4nl909kf3] {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    color: var(--t2);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    transition: all 0.12s;
    width: 100%;
}

.sidebar__nav-btn:hover[b-u4nl909kf3] { color: var(--t1); background: rgba(255,255,255,0.05); }

.sidebar__nav-btn--active[b-u4nl909kf3] {
    background: rgba(245,197,0,0.09);
    color: var(--y);
    font-weight: 600;
}

.sidebar__divider[b-u4nl909kf3] {
    height: 1px;
    background: var(--br);
    margin: 8px 0;
}

.sidebar__share-btn[b-u4nl909kf3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: var(--y);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}

.sidebar__share-btn:hover[b-u4nl909kf3] { opacity: 0.9; }

.sidebar__footer[b-u4nl909kf3] {
    margin-top: auto;
    padding: 16px 20px 0;
    border-top: 1px solid var(--br);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 8px;
}

.sidebar__footer-info[b-u4nl909kf3] { flex: 1; min-width: 0; }

.sidebar__footer-name[b-u4nl909kf3] {
    font-weight: 600;
    font-size: 13px;
    color: var(--t1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar__footer-more[b-u4nl909kf3] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--t3);
    padding: 4px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sidebar__footer-more:hover[b-u4nl909kf3] { color: var(--t1); }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.error-page[b-9kqe8aosj0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    gap: 12px;
    text-align: center;
    padding: 24px;
}

.error-page__title[b-9kqe8aosj0] {
    font-weight: 700;
    font-size: 32px;
    color: var(--t1);
    letter-spacing: -0.5px;
}

.error-page__sub[b-9kqe8aosj0] {
    font-size: 16px;
    color: var(--t2);
}

.error-page__btn[b-9kqe8aosj0] {
    display: inline-block;
    margin-top: 8px;
    background: var(--y);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    font-family: inherit;
    padding: 14px 32px;
    border-radius: 28px;
    cursor: pointer;
    transition: opacity 0.15s;
}

.error-page__btn:hover[b-9kqe8aosj0] { opacity: 0.85; }
