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

main[b-ksrn80m3j5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-ksrn80m3j5] {
    background: linear-gradient(180deg, #10101e 0%, #12121f 50%, #0e0e1a 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
}

.top-row[b-ksrn80m3j5] {
    background-color: rgba(18, 18, 31, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ccc;
}

.top-row-left[b-ksrn80m3j5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-status-text[b-ksrn80m3j5] {
    font-size: 0.82rem;
    font-weight: 500;
}

.top-status-text.connected[b-ksrn80m3j5] {
    color: #53fc18;
}

.top-status-text.disconnected[b-ksrn80m3j5] {
    color: #ef4444;
}

.btn-logout[b-ksrn80m3j5] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    transition: all 150ms ease;
}

.btn-logout:hover[b-ksrn80m3j5] {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.06);
}

.btn-logout .material-symbols-rounded[b-ksrn80m3j5] {
    font-size: 18px;
}

article.content[b-ksrn80m3j5] {
    background-color: #0b0b14;
    min-height: calc(100vh - 3.5rem);
    color: #eaeaf0;
    flex: 1;
}

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

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

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

    .top-row[b-ksrn80m3j5], article[b-ksrn80m3j5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KickBot/Shared/NavMenu.razor.rz.scp.css */
/* --- Sidebar Brand --- */
.sidebar-brand[b-m3dyvqb1fy] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 3.5rem;
}

.brand-text[b-m3dyvqb1fy] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.navbar-toggler[b-m3dyvqb1fy] {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.25rem;
    margin-left: auto;
    display: none;
    cursor: pointer;
}

/* --- Sidebar Navigation --- */
.sidebar-content[b-m3dyvqb1fy] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.sidebar-nav[b-m3dyvqb1fy] {
    flex: 1;
    padding: 0 0.75rem;
}

.nav-section-label[b-m3dyvqb1fy] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.3);
    padding: 1rem 0.75rem 0.4rem;
    user-select: none;
}

/* --- Nav Links --- */
[b-m3dyvqb1fy] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 150ms ease;
    position: relative;
    margin-bottom: 2px;
}

[b-m3dyvqb1fy] .nav-link .material-symbols-rounded {
    font-size: 20px;
    flex-shrink: 0;
}

[b-m3dyvqb1fy] .nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255, 255, 255, 0.06);
}

[b-m3dyvqb1fy] .nav-link.active {
    color: #fff;
    background-color: rgba(83, 252, 24, 0.10);
}

[b-m3dyvqb1fy] .nav-link.active::before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background-color: #53fc18;
    border-radius: 0 3px 3px 0;
}

[b-m3dyvqb1fy] .nav-link.active .material-symbols-rounded {
    color: #53fc18;
}

/* --- Sidebar Footer --- */
.sidebar-footer[b-m3dyvqb1fy] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: auto;
}

.status-indicator[b-m3dyvqb1fy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-text[b-m3dyvqb1fy] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

/* --- Responsive --- */
@media (max-width: 640.98px) {
    .navbar-toggler[b-m3dyvqb1fy] {
        display: inline-flex;
    }

    .sidebar-content.collapse[b-m3dyvqb1fy] {
        display: none;
    }
}

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

    .sidebar-content.collapse[b-m3dyvqb1fy] {
        display: flex;
    }
}
