/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-drp6wfkq50] {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    --sidebar-width: 250px;
}

main[b-drp6wfkq50] {
    flex: 1;
    transition: margin-left 0.3s ease;
}

.sidebar[b-drp6wfkq50] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: width 0.3s ease, transform 0.3s ease;
    position: relative;
    width: var(--sidebar-width);
    user-select: none;
}

.sidebar.collapsed[b-drp6wfkq50] {
    width: 60px !important;
}

.sidebar-toggle-btn[b-drp6wfkq50] {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 0 8px 8px 0;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 1001;
}

.sidebar-toggle-btn:hover[b-drp6wfkq50] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    width: 35px;
}

.sidebar-toggle-btn i[b-drp6wfkq50] {
    font-size: 1.2rem;
}

.sidebar-resize-handle[b-drp6wfkq50] {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    background-color: transparent;
    transition: background-color 0.2s ease;
    z-index: 1000;
}

.sidebar-resize-handle:hover[b-drp6wfkq50] {
    background-color: rgba(102, 126, 234, 0.5);
}

.sidebar-resize-handle:active[b-drp6wfkq50] {
    background-color: rgba(102, 126, 234, 0.8);
}

.sidebar.collapsed .sidebar-resize-handle[b-drp6wfkq50] {
    display: none;
}

.sidebar-toggle-mobile[b-drp6wfkq50] {
    display: none;
}

.top-row[b-drp6wfkq50] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-drp6wfkq50]  a, .top-row[b-drp6wfkq50]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-drp6wfkq50]  a:hover, .top-row[b-drp6wfkq50]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-drp6wfkq50]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-drp6wfkq50] {
        justify-content: space-between;
    }

    .top-row[b-drp6wfkq50]  a, .top-row[b-drp6wfkq50]  .btn-link {
        margin-left: 0;
    }

    .sidebar-toggle-btn[b-drp6wfkq50] {
        display: none;
    }

    .sidebar-resize-handle[b-drp6wfkq50] {
        display: none;
    }

    .sidebar-toggle-mobile[b-drp6wfkq50] {
        display: inline-block;
    }

    .sidebar.collapsed[b-drp6wfkq50] {
        transform: translateX(-100%);
    }
}

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

    .sidebar[b-drp6wfkq50] {
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    main.expanded[b-drp6wfkq50] {
        margin-left: 0;
    }

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

    .top-row.auth[b-drp6wfkq50]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-drp6wfkq50], article[b-drp6wfkq50] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Resize indicator */
body.resizing-sidebar[b-drp6wfkq50] {
    cursor: col-resize;
    user-select: none;
}

body.resizing-sidebar *[b-drp6wfkq50] {
    cursor: col-resize !important;
}

#blazor-error-ui[b-drp6wfkq50] {
    color-scheme: light only;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDg 
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8jwod3xxto] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8jwod3xxto] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8jwod3xxto] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}

.navbar-brand[b-8jwod3xxto] {
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
}

/* ?? Collapsed sidebar ?? */
.sidebar.collapsed .top-row[b-8jwod3xxto] {
    opacity: 0;
    pointer-events: none;
}

.sidebar.collapsed .navbar-brand[b-8jwod3xxto] {
    opacity: 0;
}

.sidebar.collapsed .nav-item[b-8jwod3xxto] {
    text-align: center;
}

.sidebar.collapsed .nav-item[b-8jwod3xxto]  .nav-link {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.sidebar.collapsed .bi[b-8jwod3xxto] {
    margin-right: 0;
}

.sidebar.collapsed .nav-label[b-8jwod3xxto] {
    display: none;
}

.sidebar.collapsed .nav-section-header[b-8jwod3xxto] {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.sidebar.collapsed .nav-chevron[b-8jwod3xxto] {
    display: none;
}

.sidebar.collapsed .nav-section-items[b-8jwod3xxto] {
    padding-left: 0;
}

/* ?? Icons ?? */
.bi[b-8jwod3xxto] {
    display: inline-block;
    font-size: 1.1rem;
    width: 1.25rem;
    margin-right: 0.75rem;
    text-align: center;
    vertical-align: middle;
    transition: margin 0.3s ease;
}

/* ?? Regular nav links ?? */
.nav-item[b-8jwod3xxto]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: normal;
    width: 100%;
    padding-left: 1rem;
    transition: all 0.2s ease;
}

.nav-item[b-8jwod3xxto] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-8jwod3xxto] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8jwod3xxto] {
        padding-bottom: 1rem;
    }

.nav-item[b-8jwod3xxto]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8jwod3xxto]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* ?? Collapsible sections ?? */
.nav-section[b-8jwod3xxto] {
    padding: 0 0 0.25rem 0;
}

.nav-section-header[b-8jwod3xxto] {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    border-radius: 4px;
    color: #d7d7d7;
    font-size: 0.9rem;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.nav-section-header:hover[b-8jwod3xxto] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-section-header .nav-label[b-8jwod3xxto] {
    flex: 1;
}

.nav-chevron[b-8jwod3xxto] {
    font-size: 0.7rem !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0.25rem;
    opacity: 0.6;
}

.nav-section-items[b-8jwod3xxto] {
    padding-left: 0.75rem;
}

.nav-sublink[b-8jwod3xxto] {
    height: 2.6rem !important;
    font-size: 0.85rem;
    opacity: 0.85;
}

.nav-sublink:hover[b-8jwod3xxto] {
    opacity: 1;
}

/* ?? Responsive ?? */
.nav-scrollable[b-8jwod3xxto] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8jwod3xxto] {
    display: block;
}

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

    .nav-scrollable[b-8jwod3xxto] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-9am5959721] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.home-header[b-9am5959721] {
    text-align: center;
    margin-bottom: 3rem;
}

.home-logo[b-9am5959721] {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-height: 120px;
    width: auto;
}

.home-header h1[b-9am5959721] {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
}

.home-header .lead[b-9am5959721] {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 0;
}

.dashboard-grid[b-9am5959721] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 0;
}

/* ?? Section grouping ?? */
.dashboard-section[b-9am5959721] {
    margin-bottom: 2.5rem;
}

.dashboard-section-title[b-9am5959721] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-section-title .bi[b-9am5959721] {
    font-size: 1.1rem;
    opacity: 0.7;
}

.dashboard-card[b-9am5959721] {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-9am5959721]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
    z-index: 0;
}

.dashboard-card:hover[b-9am5959721] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.dashboard-card:hover[b-9am5959721]::before {
    background: rgba(255, 255, 255, 0.1);
}

/* Tooltip styling */
.card-tooltip[b-9am5959721] {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 0 0 12px 12px;
    z-index: 10;
    text-align: left;
}

.dashboard-card:hover .card-tooltip[b-9am5959721] {
    bottom: 0;
    opacity: 1;
}

/* Remove nth-child gradient overrides � gradients are set inline per card */
/dashboard-card:nth-child(1)[b-9am5959721],
.dashboard-card:nth-child(2)[b-9am5959721],
.dashboard-card:nth-child(3)[b-9am5959721],
.dashboard-card:nth-child(4)[b-9am5959721],
.dashboard-card:nth-child(5)[b-9am5959721],
.dashboard-card:nth-child(6)[b-9am5959721],
.dashboard-card:nth-child(7)[b-9am5959721],
.dashboard-card:nth-child(8)[b-9am5959721],
.dashboard-card:nth-child(9)[b-9am5959721],
.dashboard-card:nth-child(10)[b-9am5959721] {
    background: unset;
}

.card-icon[b-9am5959721] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 1rem;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

.card-icon .bi[b-9am5959721] {
    font-size: 3rem;
    color: white;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.dashboard-card h3[b-9am5959721] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    color: white;
}

.dashboard-card p[b-9am5959721] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dashboard-grid[b-9am5959721] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .home-header h1[b-9am5959721] {
        font-size: 2rem;
    }

    .home-header .lead[b-9am5959721] {
        font-size: 1rem;
    }

    .dashboard-card[b-9am5959721] {
        padding: 1.5rem;
    }

    .card-icon[b-9am5959721] {
        font-size: 3rem;
    }

    .dashboard-card h3[b-9am5959721] {
        font-size: 1.25rem;
    }

    .card-tooltip[b-9am5959721] {
        font-size: 0.85rem;
        padding: 0.75rem;
    }

    .dashboard-section-title[b-9am5959721] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .dashboard-grid[b-9am5959721] {
        grid-template-columns: 1fr;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .home-header h1[b-9am5959721] {
        color: #e9ecef;
    }

    .home-header .lead[b-9am5959721] {
        color: #adb5bd;
    }
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.language-selector[b-69ws4jun1n] {
    display: inline-block;
    margin-right: 1rem;
}

.language-selector select[b-69ws4jun1n] {
    min-width: 80px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    max-width: none;
    background-color: rgba(52, 152, 219, 0.8); /* Bright blue background for visibility */
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.language-selector select:hover[b-69ws4jun1n] {
    background-color: rgba(41, 128, 185, 0.9); /* Slightly darker blue on hover */
    border-color: rgba(255, 255, 255, 0.6);
}

.language-selector select:focus[b-69ws4jun1n] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    background-color: rgba(41, 128, 185, 1); /* Solid darker blue when focused */
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
}

.language-selector select option[b-69ws4jun1n] {
    background-color: #2c3e50; /* Dark background for dropdown options */
    color: white;
    padding: 0.5rem;
}

.language-selector select option:checked[b-69ws4jun1n] {
    background-color: #3498db; /* Blue highlight for selected option */
    font-weight: 600;
}

.language-selector small[b-69ws4jun1n] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
}

/* Dark mode support for top bar */
@media (prefers-color-scheme: dark) {
    .language-selector select[b-69ws4jun1n] {
        background-color: rgba(52, 152, 219, 0.9);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.4);
    }
    
    .language-selector select:hover[b-69ws4jun1n] {
        background-color: rgba(41, 128, 185, 1);
        border-color: rgba(255, 255, 255, 0.6);
    }
    
    .language-selector select:focus[b-69ws4jun1n] {
        border-color: #86b7fe;
        background-color: rgba(41, 128, 185, 1);
    }
    
    .language-selector select option[b-69ws4jun1n] {
        background-color: #2c3e50;
    }
}
