/* _content/Gateway.ManagementUI/Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-a71dkz2s6s] {
    display: flex;
    min-height: 100vh;
}

.app-sidebar[b-a71dkz2s6s] {
    width: 250px;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.app-main[b-a71dkz2s6s] {
    flex: 1;
    margin-left: 250px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-header[b-a71dkz2s6s] {
    height: 52px;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(13, 17, 23, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-env[b-a71dkz2s6s] {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(250, 204, 21, 0.08);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    border: 1px solid rgba(250, 204, 21, 0.15);
}

.header-time[b-a71dkz2s6s] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
}

.header-avatar[b-a71dkz2s6s] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.85rem;
}

.app-content[b-a71dkz2s6s] {
    flex: 1;
    padding: 1.75rem 2rem;
    background: #0d1117;
}

/* blazor error */
#blazor-error-ui[b-a71dkz2s6s] {
    background: #dc3545;
    color: white;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-a71dkz2s6s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui a[b-a71dkz2s6s] {
    color: white;
}

@media (max-width: 768px) {
    .app-sidebar[b-a71dkz2s6s] {
        width: 0;
        display: none;
    }

    .app-main[b-a71dkz2s6s] {
        margin-left: 0;
    }

    .app-content[b-a71dkz2s6s] {
        padding: 1rem;
    }
}
/* _content/Gateway.ManagementUI/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-container[b-8i48h38mg7] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #0a0e17;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    overflow-y: auto;
}

/* ── Brand ────────────────────────────────────────────── */
.sidebar-brand[b-8i48h38mg7] {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.brand-icon[b-8i48h38mg7] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
}

.brand-text[b-8i48h38mg7] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-title[b-8i48h38mg7] {
    font-weight: 700;
    font-size: 1rem;
    color: white;
}

.brand-subtitle[b-8i48h38mg7] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.02em;
}

/* ── Navigation ───────────────────────────────────────── */
.sidebar-nav[b-8i48h38mg7] {
    flex: 1;
    padding: 0.25rem 0;
    display: flex;
    flex-direction: column;
}

.nav-group[b-8i48h38mg7] {
    padding: 0 0.75rem;
}

.nav-section-label[b-8i48h38mg7] {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.2);
    padding: 1.1rem 0.75rem 0.35rem;
    text-transform: uppercase;
}

/* Target NavLink-generated <a> tags using ::deep */
.nav-group[b-8i48h38mg7]  a {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.15s ease;
    margin-bottom: 2px;
    white-space: nowrap;
}

.nav-group[b-8i48h38mg7]  a:hover {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
}

.nav-group[b-8i48h38mg7]  a.active {
    color: white;
    background: rgba(102, 126, 234, 0.15);
    box-shadow: inset 3px 0 0 #667eea;
}

.nav-group[b-8i48h38mg7]  a i {
    font-size: 1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* ── Footer ───────────────────────────────────────────── */
.sidebar-footer[b-8i48h38mg7] {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.footer-badge[b-8i48h38mg7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-version[b-8i48h38mg7] {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 0.25rem;
}

.status-dot[b-8i48h38mg7] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    display: inline-block;
    animation: pulse-b-8i48h38mg7 2s ease-in-out infinite;
}

@keyframes pulse-b-8i48h38mg7 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}
