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

main[b-77l8b6qsos] {
    flex: 1;
    background-color: var(--ad-bg);
}

.sidebar[b-77l8b6qsos] {
    background-image: var(--ad-sidebar-bg);
}

.top-row[b-77l8b6qsos] {
    background-color: var(--ad-surface);
    border-bottom: 1px solid var(--ad-border);
    justify-content: flex-end;
    height: 3.25rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(12px);
}

    .top-row[b-77l8b6qsos]  .topbar-link {
        white-space: nowrap;
        text-decoration: none;
        color: var(--ad-text-secondary);
        font-size: 0.8125rem;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.375rem;
        transition: all 150ms ease;
    }

        .top-row[b-77l8b6qsos]  .topbar-link:hover {
            color: var(--ad-primary);
            background-color: var(--ad-primary-subtle);
            text-decoration: none;
        }

        .top-row[b-77l8b6qsos]  .topbar-link .bi {
            font-size: 0.85rem;
            width: auto;
            height: auto;
            margin-right: 0;
        }

    .top-row[b-77l8b6qsos]  a, .top-row[b-77l8b6qsos]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
        color: var(--ad-text-secondary);
        font-size: 0.875rem;
        font-weight: 500;
        transition: color 150ms ease;
    }

        .top-row[b-77l8b6qsos]  a:hover, .top-row[b-77l8b6qsos]  .btn-link:hover {
            color: var(--ad-primary);
            text-decoration: none;
        }

@media (max-width: 640.98px) {
    .top-row[b-77l8b6qsos] {
        justify-content: space-between;
    }

        .top-row[b-77l8b6qsos]  a, .top-row[b-77l8b6qsos]  .btn-link {
            margin-left: 0;
        }
}

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

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

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

        .top-row.auth[b-77l8b6qsos]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-77l8b6qsos], article[b-77l8b6qsos] {
        padding-left: 1.75rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ArgentoDashboard.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-czt2do5y32] {
    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);
    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.1);
    transition: background-color 150ms ease;
}

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

.top-row[b-czt2do5y32] {
    height: 3.25rem;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}

.navbar-brand[b-czt2do5y32] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #4a9fe5 0%, #2d8ad4 50%, #2272b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Icon baseline for nav links --- */
.bi[b-czt2do5y32] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* --- Nav items --- */
.nav-item[b-czt2do5y32] {
    font-size: 0.8125rem;
    padding-bottom: 0.125rem;
}

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

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

    .nav-item[b-czt2do5y32]  a {
        color: var(--ad-sidebar-text, rgba(255, 255, 255, 0.65));
        border-radius: 0.5rem;
        height: 2.25rem;
        display: flex;
        align-items: center;
        transition: all 150ms ease;
        font-weight: 450;
    }

        .nav-item[b-czt2do5y32]  a.active {
            background-color: var(--ad-sidebar-active-bg, rgba(255, 255, 255, 0.12));
            color: var(--ad-sidebar-text-active, #ffffff);
            font-weight: 600;
        }

        .nav-item[b-czt2do5y32]  a:hover {
            background-color: var(--ad-sidebar-hover-bg, rgba(255, 255, 255, 0.06));
            color: var(--ad-sidebar-text-active, #ffffff);
        }

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

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

/* --- Collapsible nav groups --- */
.nav-group[b-czt2do5y32] {
    margin-bottom: 0.125rem;
}

.nav-group-toggle[b-czt2do5y32] {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    color: var(--ad-sidebar-text, rgba(255, 255, 255, 0.65));
    font-size: 0.8125rem;
    font-weight: 500;
    height: 2.25rem;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    transition: all 150ms ease;
    text-align: left;
    border-radius: 0.5rem;
}

    .nav-group-toggle:hover[b-czt2do5y32] {
        color: var(--ad-sidebar-text-active, #ffffff);
        background-color: var(--ad-sidebar-hover-bg, rgba(255, 255, 255, 0.06));
    }

    .nav-group-toggle .bi:first-child[b-czt2do5y32] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.75rem;
        font-size: 0.9rem;
        flex-shrink: 0;
    }

.nav-chevron[b-czt2do5y32] {
    margin-left: auto;
    font-size: 0.55rem;
    opacity: 0.4;
    transition: transform 200ms ease;
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
}

    .nav-chevron.open[b-czt2do5y32] {
        transform: rotate(180deg);
    }

.nav-group-items[b-czt2do5y32] {
    padding-left: 0.5rem;
}

    .nav-group-items .nav-item[b-czt2do5y32]  a {
        height: 2rem;
        font-size: 0.7875rem;
    }

    .nav-group-items .nav-item[b-czt2do5y32]  a .bi {
        width: 1rem;
        height: 1rem;
        margin-right: 0.625rem;
        font-size: 0.775rem;
    }

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

    .nav-scrollable[b-czt2do5y32] {
        display: block;
        height: calc(100vh - 3.25rem);
        overflow-y: auto;
        padding: 0 0.375rem;
    }
}
