@import '_content/Liweb.Panel.Company.UI/Liweb.Panel.Company.UI.3impeh3o0m.bundle.scp.css';
@import '_content/Liweb.Panel.Config.UI/Liweb.Panel.Config.UI.ltrjqa2omg.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
[b-lgbsw3u1fi] .auth-layout {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(30, 58, 138, .08), transparent 32%),
        linear-gradient(145deg, #f8fafc 0%, #f3f6fb 52%, #eef2f8 100%);
}

[b-lgbsw3u1fi] .auth-layout__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
}

.auth-layout__glow[b-lgbsw3u1fi] {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.auth-layout__glow--top[b-lgbsw3u1fi] {
    top: -210px;
    right: -100px;
    background: rgba(30, 58, 138, .07);
}

.auth-layout__glow--bottom[b-lgbsw3u1fi] {
    bottom: -260px;
    left: -130px;
    background: rgba(51, 65, 85, .06);
}

@media (max-width: 600px) {
    [b-lgbsw3u1fi] .auth-layout__container {
        padding: 24px 16px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qh5u4v2x0f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qh5u4v2x0f] {
    flex: 1;
}

.sidebar[b-qh5u4v2x0f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-row[b-f0byad66zw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f0byad66zw] {
    font-size: 1.1rem;
}

.bi[b-f0byad66zw] {
    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-f0byad66zw] {
    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-f0byad66zw] {
    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-f0byad66zw] {
    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-f0byad66zw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-f0byad66zw]  .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-f0byad66zw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-f0byad66zw] {
    display: none;
}

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

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

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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gw6g81g21d {
    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/Entrar.razor.rz.scp.css */
[b-lor16h9r23] .login-card {
    width: 100%;
    max-width: 440px;
    padding: 38px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 20px;
    background: var(--mud-palette-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

.login-card__header[b-lor16h9r23] {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.login-card__logo[b-lor16h9r23] {
    width: 140px;
    height: auto;
    margin-bottom: 28px;
}

.login-card__badge[b-lor16h9r23] {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, transparent);
    color: var(--mud-palette-primary);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.login-card__header .mud-typography-h4[b-lor16h9r23] {
    font-size: 1.85rem;
    font-weight: 650;
    letter-spacing: -.035em;
}

.login-card__header .mud-typography-body2[b-lor16h9r23] {
    margin-top: 6px;
}

[b-lor16h9r23] .login-card .mud-input-outlined-border {
    border-radius: 10px !important;
}

[b-lor16h9r23] .login-card .mud-button-root {
    min-height: 48px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: none;
    box-shadow: none;
}

.login-card__footer[b-lor16h9r23] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
}

.login-card__footer a[b-lor16h9r23] {
    color: var(--mud-palette-primary);
    font-weight: 700;
}

@media (max-width: 600px) {
    [b-lor16h9r23] .login-card {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .login-card__logo[b-lor16h9r23] {
        margin-bottom: 24px;
    }
}
/* /Components/Pages/Painel.razor.rz.scp.css */
.dashboard[b-ghhgsj1rjw] {
    max-width: 1380px;
    margin: 0 auto;
    color: var(--mud-palette-text-primary);
}

.dashboard__header[b-ghhgsj1rjw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 8px 0 28px;
}

.dashboard__eyebrow[b-ghhgsj1rjw] {
    margin: 0 0 6px;
    color: var(--mud-palette-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.dashboard h1[b-ghhgsj1rjw] {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -.035em;
}

.dashboard__subtitle[b-ghhgsj1rjw] {
    margin: 7px 0 0;
    color: var(--mud-palette-text-secondary);
    font-size: .95rem;
}

.dashboard__role[b-ghhgsj1rjw] {
    padding: 7px 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-secondary);
    font-size: .78rem;
    font-weight: 600;
}

.status-banner[b-ghhgsj1rjw] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    margin-bottom: 22px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-success) 18%, transparent);
    border-radius: 14px;
    background: color-mix(in srgb, var(--mud-palette-success) 7%, var(--mud-palette-surface));
}

.status-banner__icon[b-ghhgsj1rjw],
.summary-card__intro-icon[b-ghhgsj1rjw],
.quick-action__icon[b-ghhgsj1rjw],
.access-card__icon[b-ghhgsj1rjw] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    color: var(--mud-palette-primary);
}

.status-banner__icon[b-ghhgsj1rjw] {
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-success) 16%, transparent);
    color: var(--mud-palette-success);
}

.status-banner strong[b-ghhgsj1rjw] { font-size: .88rem; }
.status-banner p[b-ghhgsj1rjw], .summary-card p[b-ghhgsj1rjw] { margin: 2px 0 0; color: var(--mud-palette-text-secondary); font-size: .76rem; }

.status-banner__badge[b-ghhgsj1rjw] {
    margin-left: auto;
    padding: 5px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mud-palette-success) 13%, transparent);
    color: var(--mud-palette-success);
    font-size: .72rem;
    font-weight: 700;
}

.summary-card[b-ghhgsj1rjw] {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    padding: 10px 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    box-shadow: 0 8px 30px rgba(15, 23, 42, .035);
}

.summary-card__intro[b-ghhgsj1rjw],
.summary-card__metric[b-ghhgsj1rjw] { padding: 14px 24px; }
.summary-card__intro[b-ghhgsj1rjw] { display: flex; align-items: center; gap: 13px; }
.summary-card__intro strong[b-ghhgsj1rjw] { font-size: .88rem; }
.summary-card__metric[b-ghhgsj1rjw] { display: flex; flex-direction: column; border-left: 1px solid var(--mud-palette-lines-default); }
.summary-card__value[b-ghhgsj1rjw] { color: var(--mud-palette-primary); font-size: 1.45rem; font-weight: 700; line-height: 1.1; }
.summary-card__metric strong[b-ghhgsj1rjw] { margin-top: 6px; font-size: .8rem; }
.summary-card__metric small[b-ghhgsj1rjw] { margin-top: 2px; color: var(--mud-palette-text-secondary); font-size: .69rem; }

.dashboard__content[b-ghhgsj1rjw] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr);
    gap: 22px;
    margin-top: 30px;
}

.dashboard__main-column[b-ghhgsj1rjw],
.access-card[b-ghhgsj1rjw] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
}

.dashboard__main-column[b-ghhgsj1rjw] { padding: 22px; }
.section-heading[b-ghhgsj1rjw] { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-heading h2[b-ghhgsj1rjw], .access-card h2[b-ghhgsj1rjw] { margin: 0; font-size: 1.12rem; font-weight: 600; }
.section-heading > span[b-ghhgsj1rjw] { color: var(--mud-palette-text-secondary); font-size: .74rem; }
.quick-actions[b-ghhgsj1rjw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.quick-action[b-ghhgsj1rjw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 190px;
    padding: 20px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 14px;
    background: color-mix(in srgb, var(--mud-palette-primary) 2%, var(--mud-palette-surface));
    color: inherit;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .045);
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.quick-action:hover[b-ghhgsj1rjw] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 45%, var(--mud-palette-lines-default));
    background: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-surface));
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.quick-action__content[b-ghhgsj1rjw] { display: flex; flex: 1; flex-direction: column; width: 100%; margin-top: 18px; }
.quick-action strong[b-ghhgsj1rjw] { font-size: .94rem; }
.quick-action small[b-ghhgsj1rjw] { margin-top: 5px; color: var(--mud-palette-text-secondary); font-size: .76rem; line-height: 1.45; }
.quick-action__link[b-ghhgsj1rjw] { display: flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 18px; color: var(--mud-palette-primary); font-size: .75rem; font-weight: 700; }
.quick-action__link .mud-icon-root[b-ghhgsj1rjw] { font-size: 1rem; transition: transform .18s ease; }
.quick-action:hover .quick-action__link .mud-icon-root[b-ghhgsj1rjw] { transform: translateX(3px); }

.access-card[b-ghhgsj1rjw] { padding: 24px; }
.access-card__icon[b-ghhgsj1rjw] { margin-bottom: 24px; width: 44px; height: 44px; }
.access-card > strong[b-ghhgsj1rjw] { display: block; margin: 20px 0 8px; font-size: 1rem; }
.access-card > p:not(.dashboard__eyebrow)[b-ghhgsj1rjw] { color: var(--mud-palette-text-secondary); font-size: .78rem; line-height: 1.55; }
.access-card a[b-ghhgsj1rjw] { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--mud-palette-primary); font-size: .8rem; font-weight: 700; text-decoration: none; }
.access-card a .mud-icon-root[b-ghhgsj1rjw] { font-size: 1rem; }

@media (max-width: 960px) {
    .summary-card[b-ghhgsj1rjw] { grid-template-columns: repeat(3, 1fr); }
    .summary-card__intro[b-ghhgsj1rjw] { grid-column: 1 / -1; border-bottom: 1px solid var(--mud-palette-lines-default); }
    .summary-card__metric:first-of-type[b-ghhgsj1rjw] { border-left: 0; }
    .dashboard__content[b-ghhgsj1rjw] { grid-template-columns: 1fr; }
    .quick-actions[b-ghhgsj1rjw] { grid-template-columns: repeat(3, minmax(180px, 1fr)); overflow-x: auto; padding-bottom: 4px; }
}

@media (max-width: 600px) {
    .dashboard__header[b-ghhgsj1rjw] { margin-top: 0; }
    .dashboard__role[b-ghhgsj1rjw], .status-banner__badge[b-ghhgsj1rjw] { display: none; }
    .status-banner[b-ghhgsj1rjw] { align-items: flex-start; }
    .summary-card[b-ghhgsj1rjw] { grid-template-columns: 1fr; }
    .summary-card__metric[b-ghhgsj1rjw] { border-left: 0; border-top: 1px solid var(--mud-palette-lines-default); }
    .summary-card__intro[b-ghhgsj1rjw] { border-bottom: 0; }
    .section-heading > span[b-ghhgsj1rjw] { display: none; }
    .dashboard__main-column[b-ghhgsj1rjw], .access-card[b-ghhgsj1rjw] { padding: 18px; }
    .quick-actions[b-ghhgsj1rjw] { grid-template-columns: 1fr; overflow: visible; }
    .quick-action[b-ghhgsj1rjw] { min-height: 165px; }
}
