/* _content/Cucumber.Admin/Shared/MainLayout.razor.rz.scp.css */
/* =========================
   MAIN APP LAYOUT FIX
========================= */

.app-layout[b-hbkc8a8967] {
    display: flex;
    min-height: 100vh;
    background-color: #f6f8f7;
}

/* SIDEBAR */

.sidebar[b-hbkc8a8967] {
    width: 280px;
    min-height: 100vh;
    background: linear-gradient( 180deg, #14532d, #166534, #15803d );
    color: white;
    position: sticky;
    top: 0;
    overflow-y: auto;
    box-shadow: 4px 0 16px rgba(0,0,0,0.08);
}

/* MAIN CONTENT */

.main-content[b-hbkc8a8967] {
    flex: 1;
    padding: 24px;
    background-color: #f6f8f7;
}

/* CONTENT WRAPPER */

.content-wrapper[b-hbkc8a8967] {
    width: 100%;
}

/* REMOVE OLD TOP ROW */

.top-row[b-hbkc8a8967] {
    display: none !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .app-layout[b-hbkc8a8967] {
        flex-direction: column;
    }

    .sidebar[b-hbkc8a8967] {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .main-content[b-hbkc8a8967] {
        padding: 16px;
    }
}
/* _content/Cucumber.Admin/Shared/NavMenu.razor.rz.scp.css */
:root[b-uc0vyl39e9] {
    --admin-green: #166534;
    --admin-green-dark: #0b3b1f;
    --admin-orange: #f97316;
    --admin-text: #ffffff;
}

/* =========================
   SIDEBAR HEADER
========================= */

.sidebar-header[b-uc0vyl39e9] {
    padding: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* LOGO */

.sidebar-logo[b-uc0vyl39e9] {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.12);
    padding: 6px;
}

/* BRAND TEXT */

.sidebar-title[b-uc0vyl39e9] {
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
}

.sidebar-subtitle[b-uc0vyl39e9] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.75);
}

/* =========================
   NAVIGATION LINKS
========================= */

.admin-nav-link[b-uc0vyl39e9] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--admin-text) !important;
    border-radius: 14px;
    margin: 6px 0;
    padding: 12px 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    background-color: transparent;
}

    /* HOVER */

    .admin-nav-link:hover[b-uc0vyl39e9] {
        background-color: var(--admin-orange);
        color: white !important;
        transform: translateX(3px);
    }

    /* ACTIVE */

    .admin-nav-link.active[b-uc0vyl39e9] {
        background-color: var(--admin-green-dark);
        color: white !important;
    }

/* ICON */

.nav-icon[b-uc0vyl39e9] {
    width: 22px;
    text-align: center;
    font-size: 1.1rem;
}

/* =========================
   AUTH SECTION
========================= */

.nav-auth-section[b-uc0vyl39e9] {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .sidebar-header[b-uc0vyl39e9] {
        padding: 14px;
    }
}
