@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zds8mbhch2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zds8mbhch2] {
    flex: 1;
    background: #f1f5f9;
    min-height: 100vh;
}

.sidebar[b-zds8mbhch2] {
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
}

.top-row[b-zds8mbhch2] {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.user-info[b-zds8mbhch2] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: right;
}

.user-greeting[b-zds8mbhch2] {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 500;
}

.user-name[b-zds8mbhch2] {
    font-size: 0.875rem;
    color: #1e293b;
    font-weight: 600;
}

.btn-logout[b-zds8mbhch2] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border: none;
    padding: 0.375rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-logout:hover[b-zds8mbhch2] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 2px 8px rgba(239,68,68,0.3);
    color: #fff;
    transform: translateY(-1px);
}

.btn-login[b-zds8mbhch2] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    border: none;
    padding: 0.375rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-login:hover[b-zds8mbhch2] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 2px 8px rgba(99,102,241,0.3);
    color: #fff;
}

    .top-row[b-zds8mbhch2]  a, .top-row[b-zds8mbhch2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zds8mbhch2]  a:hover, .top-row[b-zds8mbhch2]  .btn-link:hover {
        text-decoration: none;
    }

    .top-row[b-zds8mbhch2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zds8mbhch2] {
        justify-content: space-between;
    }

    .top-row[b-zds8mbhch2]  a, .top-row[b-zds8mbhch2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zds8mbhch2] {
        flex-direction: row;
    }

    .sidebar[b-zds8mbhch2] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 4px 0 15px rgba(0,0,0,0.1);
    }

    .top-row[b-zds8mbhch2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zds8mbhch2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zds8mbhch2], article[b-zds8mbhch2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-efnu6m893x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-efnu6m893x] {
    height: 3.5rem;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand[b-efnu6m893x] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
}

.navbar-brand i[b-efnu6m893x] {
    font-size: 1.25rem;
    color: #a5b4fc;
}

.nav-section-divider[b-efnu6m893x] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
    margin: 0.75rem 1.25rem;
}

.nav-item[b-efnu6m893x] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-efnu6m893x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-efnu6m893x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-efnu6m893x]  a {
        color: rgba(203, 213, 225, 0.85);
        border-radius: 0.5rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        font-weight: 500;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        padding-left: 0.75rem;
    }

    .nav-item[b-efnu6m893x]  a i {
        font-size: 1.1rem;
        width: 1.5rem;
        text-align: center;
        transition: all 0.2s ease;
    }

.nav-item[b-efnu6m893x]  a.active {
    background: linear-gradient(135deg, rgba(99,102,241,0.35), rgba(139,92,246,0.25));
    color: #fff;
    box-shadow: 0 2px 8px rgba(99,102,241,0.2);
    font-weight: 600;
}

.nav-item[b-efnu6m893x]  a.active i {
    color: #a5b4fc;
}

.nav-item[b-efnu6m893x]  a:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
    transform: translateX(3px);
}

@media (min-width: 641px) {
    .navbar-toggler[b-efnu6m893x] {
        display: none;
    }

    .collapse[b-efnu6m893x] {
        display: block;
    }

    .nav-scrollable[b-efnu6m893x] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-efnu6m893x]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-efnu6m893x]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-efnu6m893x]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.15);
        border-radius: 4px;
    }
}
