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

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

.sidebar[b-v6wy8skbzd] {
    background: var(--sidebar-bg);
}

@media (max-width: 640.98px) {
    .content[b-v6wy8skbzd] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

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

    .sidebar[b-v6wy8skbzd] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .content[b-v6wy8skbzd] {
        padding-left: 2.5rem !important;
        padding-right: 2rem !important;
    }
}
/* _content/Prompter/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ejzspf0g3m] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.1);
    border-radius: 6px;
}

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

.top-row[b-ejzspf0g3m] {
    min-height: 3.75rem;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-ejzspf0g3m] {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: white !important;
    display: flex;
    align-items: center;
}

.nav-item[b-ejzspf0g3m] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

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

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

    .nav-item[b-ejzspf0g3m]  .nav-link {
        color: rgba(255, 255, 255, 0.55);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
        font-weight: 500;
        transition: all 0.15s;
        padding-left: 0.75rem;
    }

.nav-item[b-ejzspf0g3m]  a.active {
    background: var(--sidebar-active);
    color: #a5b4fc;
}

.nav-item[b-ejzspf0g3m]  .nav-link:hover {
    background: var(--sidebar-hover);
    color: rgba(255, 255, 255, 0.85);
}

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

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

.nav-bottom[b-ejzspf0g3m] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.75rem;
}

[b-ejzspf0g3m] .btn-nav-logout {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.5rem;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ejzspf0g3m] .btn-nav-logout:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

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

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