/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3bvnjdjeig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3bvnjdjeig] {
    flex: 1;
}

.sidebar[b-3bvnjdjeig] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3bvnjdjeig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3bvnjdjeig]  a, .top-row[b-3bvnjdjeig]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3bvnjdjeig]  a:hover, .top-row[b-3bvnjdjeig]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3bvnjdjeig]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3bvnjdjeig] {
        justify-content: space-between;
    }

    .top-row[b-3bvnjdjeig]  a, .top-row[b-3bvnjdjeig]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3bvnjdjeig] {
        flex-direction: row;
    }

    .sidebar[b-3bvnjdjeig] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3bvnjdjeig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3bvnjdjeig]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3bvnjdjeig], article[b-3bvnjdjeig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3bvnjdjeig] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3bvnjdjeig] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d1pvqmffgl] {
    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-d1pvqmffgl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d1pvqmffgl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d1pvqmffgl] {
    font-size: 1.1rem;
}

.bi[b-d1pvqmffgl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d1pvqmffgl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-d1pvqmffgl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-d1pvqmffgl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-d1pvqmffgl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d1pvqmffgl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d1pvqmffgl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d1pvqmffgl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d1pvqmffgl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d1pvqmffgl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d1pvqmffgl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d1pvqmffgl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d1pvqmffgl] {
        display: none;
    }

    .nav-scrollable[b-d1pvqmffgl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-28syp49cm2],
.components-reconnect-repeated-attempt-visible[b-28syp49cm2],
.components-reconnect-failed-visible[b-28syp49cm2],
.components-pause-visible[b-28syp49cm2],
.components-resume-failed-visible[b-28syp49cm2],
.components-rejoining-animation[b-28syp49cm2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-retrying[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-failed[b-28syp49cm2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-28syp49cm2] {
    display: block;
}


#components-reconnect-modal[b-28syp49cm2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-28syp49cm2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-28syp49cm2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-28syp49cm2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-28syp49cm2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-28syp49cm2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-28syp49cm2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-28syp49cm2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-28syp49cm2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-28syp49cm2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-28syp49cm2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-28syp49cm2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-28syp49cm2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-28syp49cm2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-28syp49cm2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-28syp49cm2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-28syp49cm2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-28syp49cm2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-28syp49cm2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard/DashboardHome.razor.rz.scp.css */
/* Dashboard Page - Sneat/Material Style */
.dashboard-page[b-y8pf6nc8de] {
    min-height: 100vh;
    background: linear-gradient(135deg, #7367f0 0%, #9e95f5 100%);
    padding: 1.5rem;
}

.dashboard-container[b-y8pf6nc8de] {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Welcome Section */
.welcome-section[b-y8pf6nc8de] {
    margin-bottom: 2rem;
}

.welcome-card[b-y8pf6nc8de] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.welcome-content[b-y8pf6nc8de] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    min-width: 280px;
}

.user-avatar[b-y8pf6nc8de] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    color: #7367f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.welcome-text[b-y8pf6nc8de] {
    color: white;
}

.welcome-text h1[b-y8pf6nc8de] {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 0.375rem;
    line-height: 1.3;
}

.user-roles[b-y8pf6nc8de] {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    margin: 0 0 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.welcome-subtitle[b-y8pf6nc8de] {
    font-size: 0.875rem;
    margin: 0;
    opacity: 0.75;
}

.welcome-actions[b-y8pf6nc8de] {
    flex-shrink: 0;
}

/* Search Box */
.search-box[b-y8pf6nc8de] {
    position: relative;
    min-width: 280px;
}

.search-box i[b-y8pf6nc8de] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a5a3ae;
    font-size: 1rem;
}

.search-box input[b-y8pf6nc8de] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: none;
    border-radius: 12px;
    background: white;
    font-size: 0.9rem;
    color: #5d596c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}

.search-box input:focus[b-y8pf6nc8de] {
    outline: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.search-box input[b-y8pf6nc8de]::placeholder {
    color: #a5a3ae;
}

/* Section Header */
.section-header[b-y8pf6nc8de] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-header h2[b-y8pf6nc8de] {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin: 0 0 0.375rem;
}

.section-subtitle[b-y8pf6nc8de] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Modules Grid */
.modules-grid[b-y8pf6nc8de] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Module Card */
.module-card[b-y8pf6nc8de] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.module-card[b-y8pf6nc8de]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7367f0, #9e95f5);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.module-card:hover[b-y8pf6nc8de] {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.module-card:hover[b-y8pf6nc8de]::before {
    opacity: 1;
}

.module-card:focus[b-y8pf6nc8de] {
    outline: 2px solid #7367f0;
    outline-offset: 2px;
}

/* Module Icon Wrapper */
.module-icon-wrapper[b-y8pf6nc8de] {
    margin-bottom: 1rem;
}

.module-icon[b-y8pf6nc8de] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7367f0 0%, #9e95f5 100%);
    box-shadow: 0 4px 12px rgba(115, 103, 240, 0.35);
}

.module-icon i[b-y8pf6nc8de] {
    font-size: 1.5rem;
    color: white;
}

/* Color Variants for Module Cards */
.color-indigo .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #7367f0 0%, #9e95f5 100%);
    box-shadow: 0 4px 12px rgba(115, 103, 240, 0.35);
}

.color-indigo[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #7367f0, #9e95f5);
}

.color-purple .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #9155fd 0%, #b085f5 100%);
    box-shadow: 0 4px 12px rgba(145, 85, 253, 0.35);
}

.color-purple[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #9155fd, #b085f5);
}

.color-blue .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #03c3ec 0%, #5dd5f5 100%);
    box-shadow: 0 4px 12px rgba(3, 195, 236, 0.35);
}

.color-blue[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #03c3ec, #5dd5f5);
}

.color-teal .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #20c997 0%, #5dd8b5 100%);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.35);
}

.color-teal[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #20c997, #5dd8b5);
}

.color-green .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #28c76f 0%, #5dd89b 100%);
    box-shadow: 0 4px 12px rgba(40, 199, 111, 0.35);
}

.color-green[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #28c76f, #5dd89b);
}

.color-orange .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #ff9f43 0%, #ffb976 100%);
    box-shadow: 0 4px 12px rgba(255, 159, 67, 0.35);
}

.color-orange[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #ff9f43, #ffb976);
}

.color-brown .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #a1887f 0%, #bcaaa4 100%);
    box-shadow: 0 4px 12px rgba(161, 136, 127, 0.35);
}

.color-brown[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #a1887f, #bcaaa4);
}

.color-cyan .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #00cfe8 0%, #4dd9ef 100%);
    box-shadow: 0 4px 12px rgba(0, 207, 232, 0.35);
}

.color-cyan[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #00cfe8, #4dd9ef);
}

.color-pink .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #ea5455 0%, #f08182 100%);
    box-shadow: 0 4px 12px rgba(234, 84, 85, 0.35);
}

.color-pink[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #ea5455, #f08182);
}

.color-red .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #ff4c51 0%, #ff7b7e 100%);
    box-shadow: 0 4px 12px rgba(255, 76, 81, 0.35);
}

.color-red[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #ff4c51, #ff7b7e);
}

.color-yellow .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #ffc107 0%, #ffd54f 100%);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.35);
}

.color-yellow[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #ffc107, #ffd54f);
}

.color-default .module-icon[b-y8pf6nc8de] {
    background: linear-gradient(135deg, #6c757d 0%, #adb5bd 100%);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.35);
}

.color-default[b-y8pf6nc8de]::before {
    background: linear-gradient(90deg, #6c757d, #adb5bd);
}

/* Module Content */
.module-content[b-y8pf6nc8de] {
    flex: 1;
    margin-bottom: 1rem;
}

.module-name[b-y8pf6nc8de] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #5d596c;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.module-description[b-y8pf6nc8de] {
    font-size: 0.875rem;
    color: #a5a3ae;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Module Footer */
.module-footer[b-y8pf6nc8de] {
    padding-top: 1rem;
    border-top: 1px solid #e7e7e8;
    display: flex;
    justify-content: flex-end;
}

.open-action[b-y8pf6nc8de] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #7367f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.2s ease;
}

.module-card:hover .open-action[b-y8pf6nc8de] {
    gap: 0.75rem;
}

.open-action i[b-y8pf6nc8de] {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.module-card:hover .open-action i[b-y8pf6nc8de] {
    transform: translateX(4px);
}

/* Skeleton Loading */
.module-card.skeleton[b-y8pf6nc8de] {
    pointer-events: none;
}

.skeleton-icon[b-y8pf6nc8de] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(90deg, #e7e7e8 25%, #f5f5f5 50%, #e7e7e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-y8pf6nc8de 1.5s infinite;
    margin-bottom: 1rem;
}

.skeleton-title[b-y8pf6nc8de] {
    height: 20px;
    width: 60%;
    border-radius: 6px;
    background: linear-gradient(90deg, #e7e7e8 25%, #f5f5f5 50%, #e7e7e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-y8pf6nc8de 1.5s infinite;
    margin-bottom: 0.75rem;
}

.skeleton-description[b-y8pf6nc8de] {
    height: 14px;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #e7e7e8 25%, #f5f5f5 50%, #e7e7e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-y8pf6nc8de 1.5s infinite;
    margin-bottom: 1rem;
}

.skeleton-footer[b-y8pf6nc8de] {
    height: 16px;
    width: 40%;
    border-radius: 4px;
    background: linear-gradient(90deg, #e7e7e8 25%, #f5f5f5 50%, #e7e7e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-y8pf6nc8de 1.5s infinite;
    margin-left: auto;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e7e7e8;
}

@keyframes shimmer-b-y8pf6nc8de {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Error State */
.error-state[b-y8pf6nc8de] {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.error-icon[b-y8pf6nc8de] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.error-icon i[b-y8pf6nc8de] {
    font-size: 2rem;
    color: #ea5455;
}

.error-state h3[b-y8pf6nc8de] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #5d596c;
    margin: 0 0 0.5rem;
}

.error-state p[b-y8pf6nc8de] {
    font-size: 0.9rem;
    color: #a5a3ae;
    margin: 0 0 1.5rem;
}

.btn-retry[b-y8pf6nc8de] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #7367f0 0%, #9e95f5 100%);
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(115, 103, 240, 0.35);
}

.btn-retry:hover[b-y8pf6nc8de] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(115, 103, 240, 0.45);
}

/* Empty State */
.empty-state[b-y8pf6nc8de] {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.empty-icon[b-y8pf6nc8de] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f5f5 0%, #e7e7e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.empty-icon i[b-y8pf6nc8de] {
    font-size: 2rem;
    color: #a5a3ae;
}

.empty-state h3[b-y8pf6nc8de] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #5d596c;
    margin: 0 0 0.5rem;
}

.empty-state p[b-y8pf6nc8de] {
    font-size: 0.9rem;
    color: #a5a3ae;
    margin: 0 0 1rem;
}

.btn-clear-search[b-y8pf6nc8de] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid #e7e7e8;
    border-radius: 10px;
    background: white;
    color: #5d596c;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-clear-search:hover[b-y8pf6nc8de] {
    border-color: #7367f0;
    color: #7367f0;
}

/* Loading State */
.loading-state[b-y8pf6nc8de] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    color: white;
}

.loading-spinner[b-y8pf6nc8de] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-y8pf6nc8de 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-y8pf6nc8de {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-y8pf6nc8de] {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .dashboard-page[b-y8pf6nc8de] {
        padding: 1rem;
    }

    .welcome-card[b-y8pf6nc8de] {
        padding: 1.5rem;
    }

    .welcome-content[b-y8pf6nc8de] {
        flex-direction: column;
        text-align: center;
    }

    .welcome-actions[b-y8pf6nc8de] {
        width: 100%;
    }

    .search-box[b-y8pf6nc8de] {
        width: 100%;
    }

    .modules-grid[b-y8pf6nc8de] {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .dashboard-page[b-y8pf6nc8de] {
        padding: 0.75rem;
    }

    .welcome-card[b-y8pf6nc8de] {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .user-avatar[b-y8pf6nc8de] {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
    }

    .welcome-text h1[b-y8pf6nc8de] {
        font-size: 1.375rem;
    }

    .modules-grid[b-y8pf6nc8de] {
        grid-template-columns: 1fr;
    }

    .module-card[b-y8pf6nc8de] {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .module-icon[b-y8pf6nc8de] {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .module-icon i[b-y8pf6nc8de] {
        font-size: 1.25rem;
    }

    .module-name[b-y8pf6nc8de] {
        font-size: 1rem;
    }
}
