/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9l9k0wv00g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9l9k0wv00g] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-9l9k0wv00g] {
    background-color: rgb(37, 57, 133);
}

.app-header[b-9l9k0wv00g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: 0.5rem 1.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid #dfe7f1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: sticky;
    top: 0;
    z-index: 1;
}

.app-header-spacer[b-9l9k0wv00g] {
    flex: 1;
}

.profile-menu[b-9l9k0wv00g] {
    position: relative;
}

.profile-summary[b-9l9k0wv00g] {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.95rem;
    padding: 0.35rem 0.45rem;
    text-align: left;
}

.profile-summary:hover[b-9l9k0wv00g],
.profile-summary:focus-visible[b-9l9k0wv00g] {
    background: #f3f7fd;
    outline: none;
}
  
.profile-avatar[b-9l9k0wv00g] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    place-items: center;
    background: linear-gradient(135deg, #4f8df7 0%, #2f6fe4 100%);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(47, 111, 228, 0.24);
}

.profile-avatar-image[b-9l9k0wv00g] {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.profile-meta[b-9l9k0wv00g] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.profile-name[b-9l9k0wv00g] {
    color: #102a43;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.profile-role[b-9l9k0wv00g] {
    margin-top: 0.2rem;
    color: #6b7c93;
    font-size: 0.8rem;
    line-height: 1.15;
}

.profile-chevron[b-9l9k0wv00g] {
    color: #6b7c93;
    flex-shrink: 0;
}

.profile-dropdown[b-9l9k0wv00g] {
    background: #ffffff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    display: grid;
    gap: 0.35rem;
    min-width: 210px;
    padding: 0.55rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 20;
}

.profile-menu-button[b-9l9k0wv00g] {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    color: #102a43;
    cursor: pointer;
    display: flex;
    gap: 0.65rem;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
    min-height: 2.6rem;
    padding: 0 0.75rem;
    text-decoration: none;
}

.profile-menu-button:hover[b-9l9k0wv00g],
.profile-menu-button:focus-visible[b-9l9k0wv00g] {
    background: #eef4ff;
    color: #2454df;
    outline: none;
}

.profile-menu-icon[b-9l9k0wv00g] {
    flex: 0 0 auto;
}

.profile-menu-button.logout[b-9l9k0wv00g] {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #be123c;
    justify-content: flex-start;
    margin-top: 0.1rem;
    width: 100%;
}

.profile-menu-button.logout:hover[b-9l9k0wv00g],
.profile-menu-button.logout:focus-visible[b-9l9k0wv00g] {
    background: #be123c;
    border-color: #be123c;
    box-shadow: 0 12px 26px rgba(190, 18, 60, 0.22);
    color: #ffffff;
    outline: none;
}

.profile-logout-form[b-9l9k0wv00g] {
    margin: 0;
}

.profile-logout-form .profile-menu-button[b-9l9k0wv00g] {
    width: 100%;
}

.logout-dialog-backdrop[b-9l9k0wv00g] {
    align-items: center;
    background: rgba(15, 23, 42, 0.46);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 100;
}

.logout-dialog[b-9l9k0wv00g] {
    background: #ffffff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
    display: grid;
    gap: 1.15rem;
    max-width: 430px;
    padding: 1.6rem;
    width: min(100%, 430px);
}

.logout-dialog-icon[b-9l9k0wv00g] {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #9a3412;
    display: inline-flex;
    font-size: 1.25rem;
    font-weight: 900;
    height: 2.8rem;
    justify-content: center;
    width: 2.8rem;
}

.logout-dialog h2[b-9l9k0wv00g] {
    color: #102a43;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.logout-dialog p[b-9l9k0wv00g] {
    color: #52627c;
    line-height: 1.5;
    margin: 0.45rem 0 0;
}

.logout-dialog-actions[b-9l9k0wv00g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
}

.logout-dialog-form[b-9l9k0wv00g] {
    margin: 0;
}

.dialog-button[b-9l9k0wv00g] {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0 1rem;
}

.dialog-button.secondary[b-9l9k0wv00g] {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #172033;
}

.dialog-button.secondary:hover[b-9l9k0wv00g],
.dialog-button.secondary:focus-visible[b-9l9k0wv00g] {
    border-color: #2454df;
    color: #2454df;
    outline: none;
}

.dialog-button.danger[b-9l9k0wv00g] {
    background: #be123c;
    border: 1px solid #be123c;
    color: #ffffff;
}

.dialog-button.danger:hover[b-9l9k0wv00g],
.dialog-button.danger:focus-visible[b-9l9k0wv00g] {
    background: #9f1239;
    outline: none;
}

@media (max-width: 640.98px) {
    .app-header[b-9l9k0wv00g] {
        padding: 0.9rem 1rem;
        min-height: 4.75rem;
    }

    .profile-summary[b-9l9k0wv00g] {
        gap: 0.75rem;
    }

    .profile-dropdown[b-9l9k0wv00g] {
        min-width: min(230px, calc(100vw - 2rem));
        right: 0;
    }

    .profile-avatar[b-9l9k0wv00g] {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1rem;
    }

    .profile-name[b-9l9k0wv00g] {
        font-size: 0.95rem;
    }

    .profile-role[b-9l9k0wv00g] {
        font-size: 0.85rem;
    }

    .logout-dialog-actions[b-9l9k0wv00g] {
        display: grid;
    }

    .logout-dialog-form[b-9l9k0wv00g],
    .dialog-button[b-9l9k0wv00g] {
        width: 100%;
    }
}

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

    .sidebar[b-9l9k0wv00g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-9l9k0wv00g] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

#blazor-error-ui[b-9l9k0wv00g] {
    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-9l9k0wv00g] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r940gi3gzj] {
    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-r940gi3gzj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-r940gi3gzj] {
    min-height: 3.5rem;
    background-color: rgb(37, 57, 133);
}

.navbar-brand[b-r940gi3gzj] {
    display: flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0;
    font-size: 1.1rem;
}

.brand-logo[b-r940gi3gzj] {
    display: block;
    width: min(10.5rem, 70vw);
    max-height: 2.35rem;
    object-fit: contain;
}

.bi[b-r940gi3gzj] {
    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-r940gi3gzj] {
    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-r940gi3gzj] {
    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-r940gi3gzj] {
    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-r940gi3gzj] {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-r940gi3gzj] {
        padding-top: 0.75rem;
    }

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

    .nav-item[b-r940gi3gzj]  .nav-link {
        color: #EAF0FF;
        background: transparent;
        border: none;
        border-radius: 18px;
        min-height: 3.5rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100%;
        padding: 0 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
    }

.nav-item[b-r940gi3gzj]  a.active {
    background-color: rgba(45, 112, 255);
    color: white;
}

.nav-item[b-r940gi3gzj]  .nav-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.nav-item[b-r940gi3gzj]  .nav-link:hover {
    background-color: rgba(45, 112, 255, 0.4);
    color: white;
}

.nav-scrollable[b-r940gi3gzj] {
    display: none;
    background-color: #253985;
}

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

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

    .nav-scrollable[b-r940gi3gzj] {
        /* 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-go0n564kwl],
.components-reconnect-repeated-attempt-visible[b-go0n564kwl],
.components-reconnect-failed-visible[b-go0n564kwl],
.components-pause-visible[b-go0n564kwl],
.components-resume-failed-visible[b-go0n564kwl],
.components-rejoining-animation[b-go0n564kwl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-retrying[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-failed[b-go0n564kwl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-go0n564kwl] {
    display: block;
}


#components-reconnect-modal[b-go0n564kwl] {
    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-go0n564kwl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-go0n564kwl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-go0n564kwl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-go0n564kwl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-go0n564kwl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-go0n564kwl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-go0n564kwl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-go0n564kwl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-go0n564kwl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-go0n564kwl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-go0n564kwl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-go0n564kwl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-go0n564kwl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-go0n564kwl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-go0n564kwl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-go0n564kwl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-go0n564kwl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-go0n564kwl {
    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.razor.rz.scp.css */
.dashboard-page[b-dtwlsf4v95] {
    display: grid;
    gap: 28px;
    margin: 0 auto;
    max-width: 1480px;
    padding: 28px;
    width: 100%;
}

.dashboard-hero[b-dtwlsf4v95] {
    align-items: start;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

.dashboard-hero h1[b-dtwlsf4v95] {
    color: #12213f;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0;
}

.dashboard-subtitle[b-dtwlsf4v95] {
    color: #50627e;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    margin: 0.5rem 0 0;
}

.dashboard-subtitle strong[b-dtwlsf4v95] {
    color: #3b82f6;
    font-weight: 800;
}

.header-actions[b-dtwlsf4v95] {
    display: flex;
    flex-shrink: 0;
}

.center-context[b-dtwlsf4v95] {
    align-items: center;
    background: #eaf2ff;
    border: 1px solid #c9dcff;
    border-radius: 8px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.98rem;
    font-weight: 800;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    white-space: nowrap;
}

.session-icon[b-dtwlsf4v95] {
    align-items: center;
    color: #1d4ed8;
    display: inline-flex;
    height: 1rem;
    justify-content: center;
    width: 1rem;
}

.session-icon svg[b-dtwlsf4v95] {
    display: block;
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.dashboard-summary[b-dtwlsf4v95] {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
}

.stats-grid[b-dtwlsf4v95] {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card[b-dtwlsf4v95],
.panel-card[b-dtwlsf4v95],
.state-card[b-dtwlsf4v95] {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.stat-card[b-dtwlsf4v95] {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 17px;
    padding: 20px;
}

.stat-card-offset[b-dtwlsf4v95] {
    margin-top: 2.5rem;
}

.stat-icon-column[b-dtwlsf4v95] {
    display: grid;
    gap: 15px;
    justify-items: start;
}

.stat-icon[b-dtwlsf4v95] {
    align-items: center;
    background: #eaf2ff;
    border-radius: 20px;
    color: #3b82f6;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.stat-icon svg[b-dtwlsf4v95] {
    height: 28px;
    width: 28px;
}

.stat-text-column[b-dtwlsf4v95] {
    display: grid;
    gap: 10px;
    padding-top: 10px;
}

.stat-metric-group[b-dtwlsf4v95] {
    align-items: start;
    display: grid;
    gap: 10px;
}

.stat-metric-group-primary[b-dtwlsf4v95] {
    margin-top: 22px;
}

.stat-metric-group-secondary[b-dtwlsf4v95] {
    margin-top: 31px;
}

.stat-metric-group-tertiary[b-dtwlsf4v95] {
    margin-top: 31px;
}

.stat-metric-group-quaternary[b-dtwlsf4v95] {
    margin-top: 21px;
}

.stat-value[b-dtwlsf4v95] {
    color: #17233b;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1;
    margin-left: 1rem;
}

.stat-label[b-dtwlsf4v95] {
    color: #4c5f7e;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 2px;
}

.stat-description[b-dtwlsf4v95] {
    color: #6b7c95;
    font-size: 0.95rem;
    line-height: 1.45;
    margin-top: 15px;
}

.dashboard-panels[b-dtwlsf4v95] {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-panel[b-dtwlsf4v95] {
    height: 100%;
}

.panel-card[b-dtwlsf4v95] {
    align-content: start;
    display: grid;
    gap: 22px;
    height: 100%;
    padding: 24px;
}

.panel-header[b-dtwlsf4v95] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 56px;
}

.panel-header h2[b-dtwlsf4v95] {
    color: #12213f;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0;
}

.panel-link[b-dtwlsf4v95] {
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.panel-list[b-dtwlsf4v95] {
    display: grid;
    gap: 14px;
}

.panel-item[b-dtwlsf4v95] {
    align-items: center;
    background: #f5f8fd;
    border: 1px solid #e6eef8;
    border-radius: 22px;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr auto;
    padding: 20px;
}

.panel-item h3[b-dtwlsf4v95] {
    color: #12213f;
    font-size: 1.55rem;
    font-weight: 850;
    margin: 0 0 6px;
}

.item-meta[b-dtwlsf4v95],
.item-submeta[b-dtwlsf4v95] {
    color: #52627c;
    font-size: 1rem;
    margin: 0;
}

.item-action[b-dtwlsf4v95] {
    align-items: center;
    background: linear-gradient(135deg, #4f8df7 0%, #3469df 100%);
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    justify-content: center;
    min-height: 64px;
    min-width: 128px;
    padding: 0 22px;
    text-decoration: none;
}

.state-card[b-dtwlsf4v95] {
    display: grid;
    gap: 8px;
    padding: 28px;
}

.state-card strong[b-dtwlsf4v95] {
    color: #12213f;
    font-size: 1.2rem;
}

.state-card span[b-dtwlsf4v95] {
    color: #5b6b83;
}

.state-card.error-state[b-dtwlsf4v95] {
    border-color: #fecaca;
    background: #fff7f7;
}

.state-card.error-state strong[b-dtwlsf4v95],
.state-card.error-state span[b-dtwlsf4v95] {
    color: #991b1b;
}

.empty-list[b-dtwlsf4v95] {
    align-items: center;
    color: #94a3b8;
    display: grid;
    gap: 14px;
    justify-items: center;
    min-height: 240px;
    padding: 24px;
    text-align: center;
}

.empty-list svg[b-dtwlsf4v95] {
    height: 74px;
    width: 74px;
}

@media (max-width: 1708px) {
    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: 1px;
    }
    
    .stat-metric-group-secondary[b-dtwlsf4v95] {
        margin-top: 31px;
    }

    .stat-metric-group-tertiary[b-dtwlsf4v95] {
        margin-top: 22px;
    }
}

@media (max-width: 1608px) {
    .stat-metric-group-secondary[b-dtwlsf4v95] {
        margin-top: 22px;
    }

    .stat-metric-group-tertiary[b-dtwlsf4v95] {
        margin-top: 1px;
    }
}

@media (max-width: 1430px) {
    .stat-metric-group-secondary[b-dtwlsf4v95] {
        margin-top: 0px;
    }
    
    .stat-metric-group-quaternary[b-dtwlsf4v95] {
        margin-top: -5px;
    }
}

@media (max-width: 1381px) {
    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: -22px;
    }
}

@media (max-width: 1100px) {
    .dashboard-summary[b-dtwlsf4v95] {
        grid-template-columns: 1fr;
    }

    .stat-text-column[b-dtwlsf4v95] {
        gap: 35px;
    }

    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: 0px;
    }
}

@media (max-width: 998px) {
    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: -30px;
    }
    
    .stat-metric-group-tertiary[b-dtwlsf4v95] {
        margin-top: -7px;
    }
}

@media (max-width: 900px) {
    .dashboard-hero[b-dtwlsf4v95] {
        align-items: stretch;
        flex-direction: column;
    }
    
    .header-actions[b-dtwlsf4v95] {
        width: 100%;
    }

    .center-context[b-dtwlsf4v95] {
        justify-content: center;
        width: 100%;
    }

    .dashboard-summary[b-dtwlsf4v95] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-dtwlsf4v95] {
        grid-template-columns: 1fr;
    }

    .stat-card-offset[b-dtwlsf4v95] {
        margin-top: 0;
    }

    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: 0px;
    }

    .stat-metric-group-tertiary[b-dtwlsf4v95] {
        margin-top: 0px;
    }

    .stat-metric-group-quaternary[b-dtwlsf4v95] {
        margin-top: 0px;
    }
}

@media (max-width: 720px) {
    .dashboard-panels[b-dtwlsf4v95] {
        grid-template-columns: 1fr;
    }

    .panel-item[b-dtwlsf4v95] {
        grid-template-columns: 1fr;
    }

    .item-action[b-dtwlsf4v95] {
        width: 100%;
    }
}

@media (max-width: 441px) {
    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: -28px;
    }
}

@media (max-width: 404px) {
    .stat-metric-group-secondary[b-dtwlsf4v95] {
        margin-top: -7px;
    }
    
    .stat-metric-group-tertiary[b-dtwlsf4v95] {
        margin-top: -30px;
    }

    .stat-metric-group-quaternary[b-dtwlsf4v95] {
        margin-top: -7px;
    }
}

@media (max-width: 371px) {
    .stat-metric-group-secondary[b-dtwlsf4v95] {
        margin-top: -30px;
    }

    .stat-metric-group-quaternary[b-dtwlsf4v95] {
        margin-top: -32px;
    }
}

@media (max-width: 359px) {
    .stat-metric-group-primary[b-dtwlsf4v95] {
        margin-top: -50px;
    }
}
