/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ek9miooyx6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ek9miooyx6] {
    flex: 1;
    background: #f9fafb;
}

.sidebar[b-ek9miooyx6] {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}

.top-row[b-ek9miooyx6] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ek9miooyx6]  a, .top-row .btn-link[b-ek9miooyx6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ek9miooyx6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ek9miooyx6] {
        display: none;
    }

    .top-row.auth[b-ek9miooyx6] {
        justify-content: space-between;
    }

    .top-row a[b-ek9miooyx6], .top-row .btn-link[b-ek9miooyx6] {
        margin-left: 0;
    }

    .page[b-ek9miooyx6] {
        overflow-x: hidden;
    }

    .sidebar[b-ek9miooyx6] {
        height: 3.5rem;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        flex-shrink: 0;
        position: relative;
        z-index: 200;
    }

    main[b-ek9miooyx6] {
        flex: 1;
        overflow-x: hidden;
        min-width: 0;
    }

    article.content[b-ek9miooyx6] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-ek9miooyx6] {
        flex-direction: row;
    }

    .sidebar[b-ek9miooyx6] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
    }

    .top-row[b-ek9miooyx6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ek9miooyx6], article[b-ek9miooyx6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article.content[b-ek9miooyx6] {
        padding-top: 0 !important;
        height: 100%;
        overflow: hidden;
    }

    main[b-ek9miooyx6] {
        overflow: hidden;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* ===== Sidebar header / brand ===== */
.sidebar-header[b-ipdkp3ea6y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.1rem;
    height: 3.5rem;
    border-bottom: 1px solid #ede9fe;
    flex-shrink: 0;
    background: linear-gradient(135deg, #faf9ff 0%, #f5f3ff 100%);
}

.sidebar-brand[b-ipdkp3ea6y] {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.15s ease;
}

.sidebar-brand:hover[b-ipdkp3ea6y] {
    opacity: 0.8;
}

.sidebar-brand-icon[b-ipdkp3ea6y] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.sidebar-brand-icon:active[b-ipdkp3ea6y] {
    transform: scale(0.9);
    filter: brightness(1.3);
}

.sidebar-brand-name[b-ipdkp3ea6y] {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    line-height: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-toggler[b-ipdkp3ea6y] {
    background: none;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    color: #6b7280;
    cursor: pointer;
}

.navbar-toggler:hover[b-ipdkp3ea6y] {
    background: #f3f4f6;
}

.navbar-toggler-icon[b-ipdkp3ea6y] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(107,114,128,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* ===== Nav links ===== */
.oi[b-ipdkp3ea6y] {
    width: 1.5rem;
    font-size: 0.95rem;
    vertical-align: middle;
    top: 0;
    color: #9ca3af;
    transition: color 0.15s;
}

.nav-item[b-ipdkp3ea6y] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-ipdkp3ea6y] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-ipdkp3ea6y] {
        padding-bottom: 0.75rem;
    }

    .nav-item[b-ipdkp3ea6y]  a {
        color: #374151;
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0 0.75rem;
        transition: background 0.15s, color 0.15s;
        font-weight: 500;
    }

.nav-item[b-ipdkp3ea6y]  a.active {
    background: #eef0fd;
    color: #667eea;
    font-weight: 600;
}

.nav-item[b-ipdkp3ea6y]  a.active .oi {
    color: #667eea;
}

.nav-item[b-ipdkp3ea6y]  a:hover {
    background: #f3f4f6;
    color: #111827;
}

.nav-item[b-ipdkp3ea6y]  a:hover .oi {
    color: #667eea;
}

@media (max-width: 640.98px) {
    .sidebar-header[b-ipdkp3ea6y] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background: #ffffff;
    }

    .nav-scrollable:not(.collapse)[b-ipdkp3ea6y] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 199;
        background: #ffffff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-ipdkp3ea6y] {
        display: none;
    }

    .collapse[b-ipdkp3ea6y] {
        display: block;
    }

    .nav-scrollable[b-ipdkp3ea6y] {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
}
