/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gpo7i39ht8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-gpo7i39ht8] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-gpo7i39ht8] {
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 28%),
        linear-gradient(180deg, #12353d 0%, #16252d 48%, #3d261d 100%);
    overflow: hidden;
    transition: max-height 0.24s ease, width 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.sidebar-toggle-state[b-gpo7i39ht8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.top-row[b-gpo7i39ht8] {
    background: rgba(255, 250, 243, 0.76);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    justify-content: space-between;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(12px);
}

.top-row-brand[b-gpo7i39ht8] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.top-row-title[b-gpo7i39ht8] {
    font-weight: 800;
}

.top-row-subtitle[b-gpo7i39ht8] {
    color: #5d6b75;
    font-size: 0.9rem;
}

.top-row-actions[b-gpo7i39ht8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sidebar-toggle-button[b-gpo7i39ht8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: #12353d;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(18, 53, 61, 0.16);
    transition: transform 0.2s ease, background-color 0.2s ease;
    user-select: none;
}

.sidebar-toggle-button:hover[b-gpo7i39ht8] {
    background: #194854;
    transform: translateY(-1px);
}

.sidebar-toggle-open[b-gpo7i39ht8] {
    display: none;
}

.sidebar-toggle-state:not(:checked) ~ main .sidebar-toggle-open[b-gpo7i39ht8] {
    display: inline;
}

.sidebar-toggle-state:not(:checked) ~ main .sidebar-toggle-close[b-gpo7i39ht8] {
    display: none;
}

.sidebar-toggle-state:checked ~ main .sidebar-toggle-open[b-gpo7i39ht8] {
    display: none;
}

.sidebar-toggle-state:checked ~ main .sidebar-toggle-close[b-gpo7i39ht8] {
    display: inline;
}

.top-row-user[b-gpo7i39ht8] {
    color: #5d6b75;
}

.logout-button[b-gpo7i39ht8],
.login-link[b-gpo7i39ht8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .top-row[b-gpo7i39ht8]  a, .top-row[b-gpo7i39ht8]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-gpo7i39ht8]  a:hover, .top-row[b-gpo7i39ht8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gpo7i39ht8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .sidebar[b-gpo7i39ht8] {
        width: 100%;
        max-height: 100vh;
        opacity: 1;
        transform: translateY(0);
    }

    .sidebar-toggle-state:not(:checked) ~ .sidebar[b-gpo7i39ht8] {
        max-height: 0;
        opacity: 0;
        transform: translateY(-0.75rem);
    }

    .top-row[b-gpo7i39ht8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-row-brand[b-gpo7i39ht8] {
        width: 100%;
        justify-content: space-between;
    }

    .top-row[b-gpo7i39ht8]  a, .top-row[b-gpo7i39ht8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gpo7i39ht8] {
        flex-direction: row;
    }

    .sidebar[b-gpo7i39ht8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        opacity: 1;
        transform: translateX(0);
    }

    .sidebar-toggle-state:not(:checked) ~ .sidebar[b-gpo7i39ht8] {
        width: 0;
        opacity: 0;
        transform: translateX(-1rem);
    }

    .top-row[b-gpo7i39ht8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gpo7i39ht8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gpo7i39ht8], article[b-gpo7i39ht8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gpo7i39ht8] {
    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-gpo7i39ht8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-x5vlln19fe] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.15);
}

.navbar-brand[b-x5vlln19fe] {
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-glyph[b-x5vlln19fe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    margin-right: 0.75rem;
    background: rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 800;
}

.nav-item[b-x5vlln19fe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x5vlln19fe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x5vlln19fe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x5vlln19fe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 14px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.35rem 0.7rem;
    }

.nav-item[b-x5vlln19fe]  a.active {
    background-color: rgba(255,255,255,0.18);
    color: white;
}

.nav-item[b-x5vlln19fe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-x5vlln19fe] {
    display: block;
    padding-bottom: 1rem;
}

@media (min-width: 641px) {
    .nav-scrollable[b-x5vlln19fe] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-r6341bnfn2],
.components-reconnect-repeated-attempt-visible[b-r6341bnfn2],
.components-reconnect-failed-visible[b-r6341bnfn2],
.components-pause-visible[b-r6341bnfn2],
.components-resume-failed-visible[b-r6341bnfn2],
.components-rejoining-animation[b-r6341bnfn2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-retrying[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-failed[b-r6341bnfn2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-r6341bnfn2] {
    display: block;
}


#components-reconnect-modal[b-r6341bnfn2] {
    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-r6341bnfn2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-r6341bnfn2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-r6341bnfn2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-r6341bnfn2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-r6341bnfn2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-r6341bnfn2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-r6341bnfn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-r6341bnfn2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-r6341bnfn2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-r6341bnfn2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-r6341bnfn2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-r6341bnfn2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-r6341bnfn2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-r6341bnfn2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-r6341bnfn2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-r6341bnfn2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-r6341bnfn2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-r6341bnfn2 {
    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/Transcript.razor.rz.scp.css */
.transcript-class-groups[b-nob8t6idj5] {
    display: grid;
    gap: 1rem;
}

.transcript-class-group[b-nob8t6idj5] {
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.55);
    padding: 1rem;
}

.transcript-class-group h3[b-nob8t6idj5] {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.transcript-class-grid[b-nob8t6idj5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.7rem;
}

.transcript-class-option[b-nob8t6idj5] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 14px;
    border: 1px solid rgba(23, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.8);
    padding: 0.7rem 0.8rem;
    cursor: pointer;
}

.transcript-class-option:hover[b-nob8t6idj5] {
    border-color: rgba(15, 118, 110, 0.28);
}

.transcript-class-option span[b-nob8t6idj5] {
    line-height: 1.4;
}

@media (max-width: 720px) {
    .transcript-class-grid[b-nob8t6idj5] {
        grid-template-columns: 1fr;
    }
}
