/* /Pages/Index.razor.rz.scp.css */
/* Loading Overlay Fullscreen */
.loading-overlay-fullscreen[b-v9cn0my1ag] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.loading-content[b-v9cn0my1ag] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    min-width: 400px;
}

.spinner[b-v9cn0my1ag] {
    width: 60px;
    height: 60px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #0066cc;
    border-radius: 50%;
    animation: spin-b-v9cn0my1ag 1s linear infinite;
    margin-bottom: 2rem;
}

@keyframes spin-b-v9cn0my1ag {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-title[b-v9cn0my1ag] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.loading-subtitle[b-v9cn0my1ag] {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem 0;
    min-height: 24px;
}

.loading-progress[b-v9cn0my1ag] {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar[b-v9cn0my1ag] {
    height: 100%;
    background: linear-gradient(90deg, #0066cc, #0088ff);
    border-radius: 3px;
    transition: width 0.3s ease-in-out;
}

/* Error Fullscreen */
.error-fullscreen[b-v9cn0my1ag] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.error-content[b-v9cn0my1ag] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    min-width: 400px;
}

.error-icon[b-v9cn0my1ag] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-title[b-v9cn0my1ag] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d32f2f;
    margin: 0 0 0.5rem 0;
}

.error-message[b-v9cn0my1ag] {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem 0;
    text-align: center;
    max-width: 350px;
}

.retry-button[b-v9cn0my1ag] {
    padding: 0.75rem 2rem;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.retry-button:hover[b-v9cn0my1ag] {
    background-color: #0052a3;
}

.retry-button:active[b-v9cn0my1ag] {
    transform: scale(0.98);
}
/* /Pages/Splash.razor.rz.scp.css */
/* Loading Container */
.loading-container[b-adtbuwkgqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 400px;
}

.spinner-container[b-adtbuwkgqv] {
    margin-bottom: 2rem;
}

.spinner[b-adtbuwkgqv] {
    width: 60px;
    height: 60px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #0066cc;
    border-radius: 50%;
    animation: spin-b-adtbuwkgqv 1s linear infinite;
}

@keyframes spin-b-adtbuwkgqv {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-title[b-adtbuwkgqv] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.loading-subtitle[b-adtbuwkgqv] {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem 0;
    min-height: 24px;
}

.loading-progress[b-adtbuwkgqv] {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar[b-adtbuwkgqv] {
    height: 100%;
    background: linear-gradient(90deg, #0066cc, #0088ff);
    border-radius: 3px;
    transition: width 0.3s ease-in-out;
}

/* Error Container */
.error-container[b-adtbuwkgqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 400px;
}

.error-icon[b-adtbuwkgqv] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-title[b-adtbuwkgqv] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d32f2f;
    margin: 0 0 0.5rem 0;
}

.error-message[b-adtbuwkgqv] {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem 0;
    text-align: center;
    max-width: 350px;
}

.retry-button[b-adtbuwkgqv] {
    padding: 0.75rem 2rem;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.retry-button:hover[b-adtbuwkgqv] {
    background-color: #0052a3;
}

.retry-button:active[b-adtbuwkgqv] {
    transform: scale(0.98);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uq4t520ln0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uq4t520ln0] {
    flex: 1;
}

.sidebar[b-uq4t520ln0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uq4t520ln0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uq4t520ln0]  a, .top-row .btn-link[b-uq4t520ln0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-uq4t520ln0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uq4t520ln0] {
        display: none;
    }

    .top-row.auth[b-uq4t520ln0] {
        justify-content: space-between;
    }

    .top-row a[b-uq4t520ln0], .top-row .btn-link[b-uq4t520ln0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uq4t520ln0] {
        flex-direction: row;
    }

    .sidebar[b-uq4t520ln0] {
        width: 250px;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s ease, min-width 0.3s ease;
        overflow: hidden;
        flex-shrink: 0;
    }

    .sidebar.collapsed[b-uq4t520ln0] {
        width: 70px;
        min-width: 70px;
    }

    .sidebar-toggle[b-uq4t520ln0] {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1000;
        transition: background-color 0.2s;
    }

    .sidebar-toggle:hover[b-uq4t520ln0] {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .sidebar-toggle .oi[b-uq4t520ln0] {
        color: #d7d7d7;
        font-size: 0.9rem;
    }

    main[b-uq4t520ln0] {
        flex: 1;
        transition: margin-left 0.3s ease;
    }

    main.sidebar-collapsed[b-uq4t520ln0] {
        margin-left: 0;
    }

    .top-row[b-uq4t520ln0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-uq4t520ln0], article[b-uq4t520ln0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ktb4ygxeda] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ktb4ygxeda] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ktb4ygxeda] {
    font-size: 1.1rem;
}

.oi[b-ktb4ygxeda] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ktb4ygxeda] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ktb4ygxeda] {
     padding-top: 1rem;
}
.nav-item:last-of-type[b-ktb4ygxeda] {
     padding-bottom: 1rem;
}

.nav-item[b-ktb4ygxeda]  a {
     color: #d7d7d7;
     border-radius: 4px;
     height: 3rem;
     display: flex;
     align-items: center;
     line-height: 3rem;
     white-space: nowrap;
     overflow: hidden;
}

.nav-scrollable.collapsed .nav-item[b-ktb4ygxeda]  a {
    justify-content: center;
    padding: 0;
}

.nav-scrollable.collapsed .nav-item[b-ktb4ygxeda] {
    padding-left: 0;
    padding-right: 0;
}

.nav-scrollable.collapsed .submenu[b-ktb4ygxeda] {
    display: none;
}

.nav-scrollable.collapsed .oi[b-ktb4ygxeda] {
    width: auto;
    margin: 0;
}

.nav-text[b-ktb4ygxeda] {
    margin-left: 0.5rem;
    white-space: nowrap;
}

.nav-item[b-ktb4ygxeda]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ktb4ygxeda]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ktb4ygxeda] {
        display: none;
    }

    .collapse[b-ktb4ygxeda] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
