/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-s8li9ryh3c] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.sidebar[b-s8li9ryh3c] {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
}

main[b-s8li9ryh3c] {
    flex: 1;
    min-width: 0;
}

article[b-s8li9ryh3c] {
    padding: 1.5rem 1.25rem 3rem;
}

@media (min-width: 641px) {
    .page[b-s8li9ryh3c] {
        flex-direction: row;
    }

    .sidebar[b-s8li9ryh3c] {
        width: 15.5rem;
        height: 100vh;
        height: 100dvh;
        position: sticky;
        top: 0;
        border-bottom: 0;
        border-right: 1px solid var(--line);
    }

    article[b-s8li9ryh3c] {
        padding: 2.25rem 2rem 3.5rem;
    }
}
/* /Layouts/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lq8hvoe289],
.components-reconnect-repeated-attempt-visible[b-lq8hvoe289],
.components-reconnect-failed-visible[b-lq8hvoe289],
.components-pause-visible[b-lq8hvoe289],
.components-resume-failed-visible[b-lq8hvoe289],
.components-rejoining-animation[b-lq8hvoe289] {
    display: none;
}

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

#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lq8hvoe289],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lq8hvoe289] {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed .btn-row.components-reconnect-failed-visible[b-lq8hvoe289],
#components-reconnect-modal.components-reconnect-paused .btn-row.components-pause-visible[b-lq8hvoe289],
#components-reconnect-modal.components-reconnect-resume-failed .btn-row.components-resume-failed-visible[b-lq8hvoe289] {
    display: flex;
}

#components-reconnect-modal.components-reconnect-resume-failed .btn.components-resume-failed-visible[b-lq8hvoe289] {
    display: inline-flex;
}

.components-rejoining-animation[b-lq8hvoe289] {
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.5rem 0 1rem;
    border: 2px solid var(--line);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: reconnect-spin-b-lq8hvoe289 0.7s linear infinite;
}

@keyframes reconnect-spin-b-lq8hvoe289 {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .components-rejoining-animation[b-lq8hvoe289] {
        animation: none;
        border-top-color: var(--accent);
        opacity: 0.7;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-brand[b-e6bh9k5uto] {
    padding: 1.15rem 1.15rem 0.85rem;
}

.nav-brand a[b-e6bh9k5uto] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: inherit;
    text-decoration: none;
}

.nav-brand a:hover[b-e6bh9k5uto] { color: inherit; }

.nav-brand-name[b-e6bh9k5uto] {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.nav-brand-name span[b-e6bh9k5uto] {
    color: var(--muted);
    font-weight: 400;
}

.nav-toggle[b-e6bh9k5uto] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.5rem;
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28216, 214, 208, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem var(--surface-2);
}

.nav-toggle[aria-expanded="true"][b-e6bh9k5uto] {
    border-color: var(--warn);
}

.nav-list[b-e6bh9k5uto] {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding: 0.75rem 0.85rem;
}

.nav-group[b-e6bh9k5uto] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.nav-group-label[b-e6bh9k5uto] {
    margin: 0;
    padding: 0 0.75rem 0.2rem;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

[b-e6bh9k5uto] .nav-link {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
}

[b-e6bh9k5uto] .nav-link:hover {
    color: var(--warn);
    background: var(--warn-dim);
    text-decoration: none;
}

[b-e6bh9k5uto] .nav-link.active {
    background: var(--warn-dim);
    color: var(--warn);
    text-decoration: none;
}

[b-e6bh9k5uto] .nav-link.active:hover {
    filter: brightness(1.08);
}

.nav-user[b-e6bh9k5uto] {
    margin-top: auto;
    padding: 1rem 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-user-name[b-e6bh9k5uto] {
    color: var(--muted);
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-signout[b-e6bh9k5uto] {
    appearance: none;
    width: 100%;
    padding: 0.5rem 0.7rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 0.85rem;
    text-align: left;
    cursor: pointer;
}

.nav-signout:hover[b-e6bh9k5uto] {
    border-color: var(--warn);
    color: var(--warn);
}

.nav-scrollable[b-e6bh9k5uto] {
    display: none;
}

.nav-scrollable.is-open[b-e6bh9k5uto] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .nav-toggle[b-e6bh9k5uto] {
        display: none;
    }

    .nav-scrollable[b-e6bh9k5uto] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4.6rem);
        height: calc(100dvh - 4.6rem);
        overflow-y: auto;
    }
}
