/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x6se4ro1e7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
    color: var(--tvl-text);
}

main[b-x6se4ro1e7] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-x6se4ro1e7] {
    background: var(--tvl-purple);
}

.top-row[b-x6se4ro1e7] {
    min-height: 3.75rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--tvl-purple-muted);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.content[b-x6se4ro1e7] {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 1.25rem;
}

.user-menu[b-x6se4ro1e7] {
    position: relative;
}

.user-menu summary[b-x6se4ro1e7] {
    padding: 0.65rem 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.user-icon[b-x6se4ro1e7] {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
    vertical-align: middle;
}

.menu-button[b-x6se4ro1e7],
.mobile-brand[b-x6se4ro1e7],
.user-icon[b-x6se4ro1e7] {
    display: none;
}

.user-menu summary[b-x6se4ro1e7]::-webkit-details-marker {
    display: none;
}

.user-menu summary[b-x6se4ro1e7]::after {
    content: "\25BE";
    margin-left: 0.5rem;
    font-size: 0.75rem;
}

.user-menu-items[b-x6se4ro1e7] {
    position: absolute;
    top: calc(100% + 0.25rem);
    right: 0;
    z-index: 10;
    min-width: 10rem;
    padding: 0.35rem;
    border: 1px solid var(--tvl-border);
    border-radius: 0.4rem;
    background: #ffffff;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
}

.user-menu-items a[b-x6se4ro1e7] {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: 0.25rem;
    color: var(--tvl-text);
    text-decoration: none;
}

.user-menu-items a:hover[b-x6se4ro1e7],
.user-menu-items a:focus-visible[b-x6se4ro1e7] {
    background: var(--tvl-purple-muted);
    color: #ffffff;
}

@media (max-width: 640.98px) {
    .sidebar[b-x6se4ro1e7] {
        order: 2;
    }

    main[b-x6se4ro1e7] {
        display: contents;
    }

    .top-row[b-x6se4ro1e7] {
        order: 1;
        display: grid;
        grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
        padding: 0 0.75rem;
    }

    .content[b-x6se4ro1e7] {
        order: 3;
    }

    .menu-button[b-x6se4ro1e7] {
        display: inline-flex;
        width: 2.5rem;
        height: 2.5rem;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.38);
        border-radius: 4px;
        background: transparent;
    }

    .menu-button span[b-x6se4ro1e7],
    .menu-button span[b-x6se4ro1e7]::before,
    .menu-button span[b-x6se4ro1e7]::after {
        width: 1.1rem;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        display: block;
        content: "";
    }

    .menu-button span[b-x6se4ro1e7] { position: relative; }
    .menu-button span[b-x6se4ro1e7]::before { position: absolute; top: -0.4rem; }
    .menu-button span[b-x6se4ro1e7]::after { position: absolute; top: 0.4rem; }

    .mobile-brand[b-x6se4ro1e7] {
        display: block;
        justify-self: center;
    }

    .user-menu[b-x6se4ro1e7] {
        justify-self: end;
    }

    .user-menu summary[b-x6se4ro1e7] {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .user-icon[b-x6se4ro1e7] {
        display: block;
    }

    .user-name[b-x6se4ro1e7],
    .user-menu summary[b-x6se4ro1e7]::after {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-x6se4ro1e7] {
        flex-direction: row;
    }

    .sidebar[b-x6se4ro1e7] {
        width: 15.5rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x6se4ro1e7] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .content[b-x6se4ro1e7] {
        padding: 2rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-6ge3wnuc7n] {
    min-height: 3.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--tvl-purple-muted);
    display: flex;
    align-items: center;
}

.navbar-brand[b-6ge3wnuc7n] {
    color: #ffffff;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    grid-column: 2;
    justify-self: center;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
}

.brand-row[b-6ge3wnuc7n] {
    width: 100%;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    align-items: center;
}

.nav-scrollable[b-6ge3wnuc7n] {
    padding: 0.75rem;
}

.nav-item[b-6ge3wnuc7n] {
    font-size: 0.92rem;
}

.nav-item[b-6ge3wnuc7n]  a {
    color: #ffffff;
    border-radius: 6px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 0.75rem;
    text-decoration: none;
}

.nav-item[b-6ge3wnuc7n]  a.active {
    background: var(--tvl-purple-soft);
    color: var(--tvl-purple-dark);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(66, 25, 72, 0.2);
}

.nav-item[b-6ge3wnuc7n]  a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.nav-glyph[b-6ge3wnuc7n] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tvl-accent);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

@media (max-width: 640.98px) {
    .top-row[b-6ge3wnuc7n],
    .collapsed[b-6ge3wnuc7n] {
        display: none;
    }
}

@media (min-width: 641px) {
    .collapsed[b-6ge3wnuc7n] {
        display: block;
    }

    .nav-scrollable[b-6ge3wnuc7n] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
