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

main[b-l1bi5aqlc0] {
    flex: 1;
    background: var(--surface-canvas);
}

.sidebar[b-l1bi5aqlc0] {
    background: var(--surface-nav);
    border-right: 1px solid var(--border-default);
}

.top-row[b-l1bi5aqlc0] {
    background: var(--surface-card);
    border-bottom: 1px solid var(--border-default);
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-title[b-l1bi5aqlc0] {
    margin: 0;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.95rem;
}

@media (max-width: 640.98px) {
    .top-row[b-l1bi5aqlc0] {
        display: none;
    }
}

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

    .sidebar[b-l1bi5aqlc0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l1bi5aqlc0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-l1bi5aqlc0], article[b-l1bi5aqlc0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hr22fj0wwn] {
    background-color: rgba(15, 23, 42, 0.14);
}

.top-row[b-hr22fj0wwn] {
    height: 3.5rem;
    background-color: transparent;
}

.navbar-brand[b-hr22fj0wwn] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.oi[b-hr22fj0wwn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hr22fj0wwn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hr22fj0wwn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hr22fj0wwn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hr22fj0wwn]  a {
        color: var(--text-primary);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-label[b-hr22fj0wwn] {
    font-weight: 600;
}

.nav-item[b-hr22fj0wwn]  a.active {
    background-color: var(--quote-bg-soft);
    color: var(--quote-fg-strong);
}

.nav-item[b-hr22fj0wwn]  a:hover {
    background-color: var(--surface-muted);
    color: var(--text-primary);
}

.nav-auth-row[b-hr22fj0wwn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.15rem;
}

.nav-auth-user[b-hr22fj0wwn] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--author-fg-strong);
    background: var(--author-bg-soft);
    border: 1px solid var(--author-border);
    border-radius: 999px;
    padding: 0.1rem 0.55rem;
    max-width: 9.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-auth-action[b-hr22fj0wwn] {
    color: var(--quote-fg-strong);
    font-size: 0.82rem;
    text-decoration: none;

    &:hover,
    &:focus-visible {
        text-decoration: underline;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-hr22fj0wwn] {
        display: none;
    }

    .collapse[b-hr22fj0wwn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hr22fj0wwn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
