/* _content/CharterApp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b5s86xrcrg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-b5s86xrcrg] {
    flex: 1;
    background: var(--bg);
}

.sidebar[b-b5s86xrcrg] {
    background: var(--sidebar);
    color: var(--sidebar-fg);
    border-right: 1px solid var(--sidebar-border);
}

.top-row[b-b5s86xrcrg] {
    background: rgba(255, 252, 248, 0.9);
    border-bottom: 1px solid var(--border);
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row-title[b-b5s86xrcrg] {
    font-size: 0.85rem;
    color: var(--muted);
    letter-spacing: 0.02em;
}

.content[b-b5s86xrcrg] {
    padding: 1.75rem 1.5rem 2.5rem;
}

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

    .sidebar[b-b5s86xrcrg] {
        width: 260px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .content[b-b5s86xrcrg] {
        padding: 1.25rem 1.5rem 2rem;
        max-width: none;
        width: 100%;
    }
}

#blazor-error-ui[b-b5s86xrcrg] {
    background: #fff4e5;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #5c3b00;
}

#blazor-error-ui .dismiss[b-b5s86xrcrg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/CharterApp.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-usg7so0kjy] {
    padding: 2rem 1.5rem 1.25rem;
}

.navbar-brand[b-usg7so0kjy] {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f4f7f4 !important;
    text-decoration: none;
}

.sidebar-subtitle[b-usg7so0kjy] {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    color: rgba(244, 247, 244, 0.45);
}

.navbar-toggler[b-usg7so0kjy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.5rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-usg7so0kjy] {
    background-color: rgba(255, 255, 255, 0.18);
}

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

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

.nav-item[b-usg7so0kjy]  .nav-link {
    color: rgba(244, 247, 244, 0.7);
    background: none;
    border: none;
    border-radius: 0.6rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    width: 100%;
    text-decoration: none;
}

.nav-item[b-usg7so0kjy]  a.active {
    background-color: rgba(255, 255, 255, 0.08);
    color: #f4f7f4;
}

.nav-item[b-usg7so0kjy]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #f4f7f4;
}

.nav-scrollable[b-usg7so0kjy] {
    display: none;
    padding-bottom: 1.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-usg7so0kjy] {
    display: block;
}

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

    .nav-scrollable[b-usg7so0kjy] {
        display: block;
        height: calc(100vh - 6rem);
        overflow-y: auto;
    }
}
