/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.page[b-s4kh41d9af] {
    background:
        radial-gradient(circle at top left, rgba(20, 89, 184, 0.12), transparent 34%),
        linear-gradient(180deg, #f5f0e5 0%, #f8fafc 42%, #eef3fb 100%);
    min-height: 100vh;
}

main[b-s4kh41d9af] {
    min-height: 100vh;
}

.content[b-s4kh41d9af] {
    min-height: 100vh;
}

.login-shell[b-s4kh41d9af] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 4rem);
    padding: 2rem 0;
}

.login-card[b-s4kh41d9af] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0.95rem;
    max-width: 32rem;
    padding: 2rem;
    width: min(100%, 32rem);
}

.login-card__eyebrow[b-s4kh41d9af] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

.login-card h1[b-s4kh41d9af] {
    color: #0f172a;
    margin: 0;
}

.login-card__copy[b-s4kh41d9af] {
    color: #475467;
    line-height: 1.6;
    margin: 0;
}

.login-card__form[b-s4kh41d9af] {
    display: grid;
    gap: 1rem;
}

.login-card__form label[b-s4kh41d9af] {
    display: grid;
    gap: 0.45rem;
}

.login-card__form label span[b-s4kh41d9af] {
    color: #334155;
    font-size: 0.84rem;
    font-weight: 700;
}

.login-card__status[b-s4kh41d9af] {
    border-radius: 14px;
    line-height: 1.55;
    padding: 0.9rem 1rem;
}

.login-card__status--success[b-s4kh41d9af] {
    background: rgba(15, 118, 110, 0.1);
    border: 1px solid rgba(15, 118, 110, 0.16);
    color: #115e59;
}

.login-card__status--error[b-s4kh41d9af] {
    background: rgba(190, 24, 93, 0.1);
    border: 1px solid rgba(190, 24, 93, 0.16);
    color: #9f1239;
}

@media (max-width: 768px) {
    .login-shell[b-s4kh41d9af] {
        padding: 1rem 0;
    }

    .login-card[b-s4kh41d9af] {
        border-radius: 22px;
        padding: 1.35rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1gkeobqgpe] {
    background:
        radial-gradient(circle at top left, rgba(147, 197, 253, 0.28), transparent 22%),
        linear-gradient(180deg, #eef4ff 0%, #f7f9fc 100%);
    display: flex;
    min-height: 100vh;
    position: relative;
}

main[b-1gkeobqgpe] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-1gkeobqgpe] {
    background-image: linear-gradient(180deg, #10243f 0%, #17345d 45%, #0f766e 100%);
    height: 100vh;
    position: sticky;
    top: 0;
    width: 250px;
}

.content[b-1gkeobqgpe] {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.login-shell[b-1gkeobqgpe] {
    align-items: center;
    display: grid;
    min-height: calc(100vh - 3rem);
    place-items: center;
}

.login-card[b-1gkeobqgpe] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    max-width: 460px;
    padding: 2rem;
    width: min(100%, 460px);
}

.login-card__eyebrow[b-1gkeobqgpe] {
    color: #1459b8;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.login-card h1[b-1gkeobqgpe] {
    color: #0f172a;
    font-size: 2rem;
    margin: 0 0 0.5rem;
}

.login-card__copy[b-1gkeobqgpe] {
    color: #667085;
    margin: 0 0 1.25rem;
}

.login-card__form[b-1gkeobqgpe] {
    display: grid;
    gap: 1rem;
}

.login-card__form label span[b-1gkeobqgpe] {
    color: #334155;
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

@media (max-width: 900px) {
    .page[b-1gkeobqgpe] {
        flex-direction: column;
    }

    .sidebar[b-1gkeobqgpe] {
        height: auto;
        position: static;
        width: 100%;
    }
}

#blazor-error-ui[b-1gkeobqgpe] {
    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-1gkeobqgpe] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-zroxby94nq] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.bi[b-zroxby94nq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-shell__header[b-zroxby94nq] {
    padding: 1.5rem 1.5rem 1rem;
}

.nav-shell__brand[b-zroxby94nq] {
    color: #f8fafc;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.bi-house-door-fill-nav-menu[b-zroxby94nq] {
    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-speedometer2-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3.793l2.354 2.353a.5.5 0 0 1-.708.708l-2.5-2.5A.5.5 0 0 1 7.5 8.5v-4A.5.5 0 0 1 8 4Z'/%3E%3Cpath d='M6.664.566a1 1 0 0 1 1.672 0l.879 1.317a1 1 0 0 0 .78.445l1.52.104a1 1 0 0 1 .713 1.645l-.962 1.148a1 1 0 0 0-.228.815l.363 1.48a1 1 0 0 1-1.448 1.08L8.684 7.87a1 1 0 0 0-.868 0l-1.269.73A1 1 0 0 1 5.1 7.52l.363-1.48a1 1 0 0 0-.228-.815L4.273 4.077a1 1 0 0 1 .713-1.645l1.52-.104a1 1 0 0 0 .78-.445L8.164.566ZM2.5 8a5.5 5.5 0 1 0 11 0 .5.5 0 0 1 1 0 6.5 6.5 0 1 1-13 0 .5.5 0 0 1 1 0Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zroxby94nq] {
    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-zroxby94nq] {
    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");
}

.bi-database-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C4.686 0 2 1.119 2 2.5v11C2 14.881 4.686 16 8 16s6-1.119 6-2.5v-11C14 1.119 11.314 0 8 0Zm0 1c3.038 0 5 .986 5 1.5S11.038 4 8 4 3 3.014 3 2.5 4.962 1 8 1Zm0 4c3.038 0 5-.986 5-1.5v2C13 6.014 11.038 7 8 7S3 6.014 3 5.5v-2C3 4.014 4.962 5 8 5Zm0 3c3.038 0 5-.986 5-1.5v2C13 9.014 11.038 10 8 10S3 9.014 3 8.5v-2C3 7.014 4.962 8 8 8Zm0 3c3.038 0 5-.986 5-1.5v2c0 .514-1.962 1.5-5 1.5s-5-.986-5-1.5v-2C3 10.014 4.962 11 8 11Z'/%3E%3C/svg%3E");
}

.bi-grid-1x2-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h5v5H2V2zm7 0h5v12H9V2zM2 9h5v5H2V9z'/%3E%3C/svg%3E");
}

.bi-bar-chart-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 0h1v15h15v1H0V0Zm10 10h2v4h-2v-4Zm-4-4h2v8H6V6Zm-4 2h2v6H2V8Zm12-5h2v11h-2V3Z'/%3E%3C/svg%3E");
}

.bi-table-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2H1v3h14V4zM1 8v3h4V8H1zm5 0v3h4V8H6zm5 0v3h4V8h-4zM1 12v3h4v-3H1zm5 0v3h4v-3H6zm5 0v3h4v-3h-4z'/%3E%3C/svg%3E");
}

.bi-columns-gap-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 1H1v14h5V1zm9 0H10v14h5V1zM9 1H7v14h2V1z'/%3E%3C/svg%3E");
}

.bi-list-columns-reverse-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2h4v12H0V2zm5 0h11v2H5V2zm0 4h11v2H5V6zm0 4h11v2H5v-2zm0 4h11v-2H5v2z'/%3E%3C/svg%3E");
}

.bi-tags-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l6.414 6.414a2 2 0 0 0 2.828 0l4.172-4.172a2 2 0 0 0 0-2.828L8.293 1.293A1 1 0 0 0 7.586 1H3a1 1 0 0 0-1 1zm2.5 2A1.5 1.5 0 1 1 3 5.5 1.5 1.5 0 0 1 4.5 4z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13 7a2 2 0 1 0-1.999-2.001A2 2 0 0 0 13 7zM5 7a2 2 0 1 0-2-2 2 2 0 0 0 2 2zm8 1c-1.33 0-4 .67-4 2v1h7v-1c0-1.33-2.67-2-3-2zM5 8c-1.33 0-4 .67-4 2v1h8v-1c0-1.33-2.67-2-4-2z'/%3E%3C/svg%3E");
}

.bi-person-badge-fill-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM3 8.5A2.5 2.5 0 0 1 5.5 6h2A2.5 2.5 0 0 1 10 8.5V9H3v-.5z'/%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V11h1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5a1 1 0 0 0-1-1H9v-1h3a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-zroxby94nq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.56C6.157.214 7.552 0 8 0s1.843.214 2.928.56C12.01.905 13 1.54 13 2.5c0 5.807-3.943 8.27-4.697 8.68a.678.678 0 0 1-.606 0C6.943 10.77 3 8.307 3 2.5 3 1.54 3.99.905 5.072.56z'/%3E%3Cpath d='M8 5a1 1 0 0 0-1 1v.278A1.5 1.5 0 0 0 6 7.5v1A1.5 1.5 0 0 0 7.5 10h1A1.5 1.5 0 0 0 10 8.5v-1a1.5 1.5 0 0 0-1-1.415V6a1 1 0 0 0-1-1zm-.5 1A.5.5 0 0 1 8 5.5a.5.5 0 0 1 .5.5v.5h-1V6z' fill='%230f172a'/%3E%3C/svg%3E");
}

.nav-section[b-zroxby94nq] {
    padding-top: 0.35rem;
}

.nav-section__title[b-zroxby94nq] {
    color: rgba(226, 232, 240, 0.72);
    display: flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    min-height: 2.25rem;
    text-transform: uppercase;
}

.nav-item[b-zroxby94nq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-zroxby94nq] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-zroxby94nq] {
    padding-bottom: 1rem;
}

.nav-item--top[b-zroxby94nq] {
    padding-top: 0.55rem;
}

.nav-item--child[b-zroxby94nq] {
    padding-left: 1.65rem;
}

.nav-item[b-zroxby94nq]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
    min-height: 2.85rem;
    width: 100%;
}

.nav-item--child[b-zroxby94nq]  .nav-link {
    min-height: 2.55rem;
}

.nav-item[b-zroxby94nq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zroxby94nq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zroxby94nq] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.nav-shell__footer[b-zroxby94nq] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: auto;
    position: relative;
    padding: 1rem 1.25rem 1.25rem;
}

.nav-user[b-zroxby94nq] {
    display: grid;
    gap: 0.35rem;
}

.nav-user__label[b-zroxby94nq] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-user__name[b-zroxby94nq] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.nav-user__logout[b-zroxby94nq] {
    justify-self: start;
    margin-top: 0.35rem;
}

@media (max-width: 900px) {
    .nav-shell[b-zroxby94nq] {
        height: auto;
        min-height: 0;
        overflow: visible;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o30giub56j],
.components-reconnect-repeated-attempt-visible[b-o30giub56j],
.components-reconnect-failed-visible[b-o30giub56j],
.components-pause-visible[b-o30giub56j],
.components-resume-failed-visible[b-o30giub56j],
.components-rejoining-animation[b-o30giub56j] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-o30giub56j],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-o30giub56j],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-o30giub56j],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-o30giub56j],
#components-reconnect-modal.components-reconnect-retrying[b-o30giub56j],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-o30giub56j],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-o30giub56j],
#components-reconnect-modal.components-reconnect-failed[b-o30giub56j],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-o30giub56j] {
    display: block;
}


#components-reconnect-modal[b-o30giub56j] {
    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-o30giub56j 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-o30giub56j 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-o30giub56j 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-o30giub56j]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-o30giub56j 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-o30giub56j {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-o30giub56j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-o30giub56j {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-o30giub56j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-o30giub56j] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-o30giub56j] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-o30giub56j] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-o30giub56j] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-o30giub56j] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-o30giub56j] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-o30giub56j 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-o30giub56j] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-o30giub56j {
    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/Audit.razor.rz.scp.css */
.editor-page[b-0o02q2lpjn] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-0o02q2lpjn] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
}

.editor-detail__header[b-0o02q2lpjn] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-0o02q2lpjn] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-0o02q2lpjn] {
    margin: 0;
}

.editor-preview__table-wrap[b-0o02q2lpjn] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: auto;
}

.editor-preview__table[b-0o02q2lpjn] {
    border-collapse: collapse;
    min-width: 100%;
    width: max-content;
}

.editor-preview__table th[b-0o02q2lpjn],
.editor-preview__table td[b-0o02q2lpjn] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.75rem 0.8rem;
    white-space: nowrap;
}

.editor-preview__table th[b-0o02q2lpjn] {
    background: #f8fafc;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.audit-page[b-0o02q2lpjn] {
    min-width: 0;
}

.audit-toolbar[b-0o02q2lpjn] {
    align-items: end;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.audit-toolbar label[b-0o02q2lpjn] {
    display: grid;
    gap: 0.35rem;
}

.audit-toolbar span[b-0o02q2lpjn] {
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.audit-table[b-0o02q2lpjn] {
    table-layout: fixed;
    width: 100%;
}

.audit-table__details-header[b-0o02q2lpjn],
.audit-table__details[b-0o02q2lpjn] {
    text-align: center;
}

.audit-table__details-header[b-0o02q2lpjn] {
    width: 5.5rem;
}

.audit-table__details-button[b-0o02q2lpjn] {
    align-items: center;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0;
    border-radius: 999px;
}

.bi-eye-details[b-0o02q2lpjn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23667085' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8ZM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5s3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.12 12.5 8 12.5s-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8Z'/%3E%3Cpath d='M8 5.5A2.5 2.5 0 1 0 8 10.5 2.5 2.5 0 0 0 8 5.5Zm0 1A1.5 1.5 0 1 1 8 9.5 1.5 1.5 0 0 1 8 6.5Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 1.15rem;
    width: 1.15rem;
}

.audit-details-dialog__header h3[b-0o02q2lpjn] {
    margin: 0;
}

.audit-details-dialog__content[b-0o02q2lpjn] {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    margin: 0;
    max-height: 60vh;
    overflow: auto;
    padding: 1rem;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 800px) {
    .audit-toolbar[b-0o02q2lpjn] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Categories.razor.rz.scp.css */
.editor-page[b-h516g9z78u] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-h516g9z78u] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-h516g9z78u],
.editor-section__header[b-h516g9z78u] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-h516g9z78u] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-h516g9z78u],
.editor-section__header h3[b-h516g9z78u] {
    margin: 0;
}

.editor-status[b-h516g9z78u] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.editor-form[b-h516g9z78u] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-form label span[b-h516g9z78u] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.editor-parameters[b-h516g9z78u] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.editor-parameter[b-h516g9z78u] {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) auto;
}

.categories-page[b-h516g9z78u] {
    min-width: 0;
}

.categories-toolbar[b-h516g9z78u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.categories-actions[b-h516g9z78u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.categories-grid-form__wide[b-h516g9z78u] {
    grid-column: 1 / -1;
}

.categories-user-rule__empty[b-h516g9z78u] {
    color: #667085;
    font-size: 0.9rem;
}

.categories-page :deep(.e-multi-select-wrapper)[b-h516g9z78u] {
    min-width: 14rem;
}

@media (max-width: 800px) {
    .editor-detail__header[b-h516g9z78u],
    .editor-section__header[b-h516g9z78u],
    .categories-toolbar[b-h516g9z78u] {
        align-items: stretch;
        flex-direction: column;
    }

    .editor-form[b-h516g9z78u],
    .editor-parameter[b-h516g9z78u] {
        grid-template-columns: 1fr;
    }

    .categories-grid-form__wide[b-h516g9z78u] {
        grid-column: auto;
    }
}
/* /Components/Pages/Dashboards.razor.rz.scp.css */
.editor-page[b-19d4enl9tj] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-19d4enl9tj] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-19d4enl9tj],
.editor-section__header[b-19d4enl9tj] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-19d4enl9tj] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-19d4enl9tj],
.editor-section__header h3[b-19d4enl9tj] {
    margin: 0;
}

.editor-status[b-19d4enl9tj] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.editor-form[b-19d4enl9tj] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-form label span[b-19d4enl9tj] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.editor-parameters[b-19d4enl9tj] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.dashboards-page[b-19d4enl9tj] {
    min-width: 0;
}

.dashboards-toolbar[b-19d4enl9tj] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.dashboards-toolbar__user[b-19d4enl9tj] {
    display: grid;
    justify-items: end;
    margin-right: 0.5rem;
}

.dashboards-toolbar__user span[b-19d4enl9tj] {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboards-toolbar__user strong[b-19d4enl9tj] {
    color: #0f172a;
    font-size: 0.92rem;
}

.dashboards-grid-form__wide[b-19d4enl9tj] {
    grid-column: 1 / -1;
}

.dashboards-actions[b-19d4enl9tj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dashboards-page :deep(.e-multi-select-wrapper)[b-19d4enl9tj] {
    min-width: 14rem;
}

@media (max-width: 800px) {
    .editor-detail__header[b-19d4enl9tj],
    .editor-section__header[b-19d4enl9tj],
    .dashboards-toolbar[b-19d4enl9tj] {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboards-toolbar__user[b-19d4enl9tj] {
        justify-items: start;
        margin-right: 0;
    }

    .editor-form[b-19d4enl9tj] {
        grid-template-columns: 1fr;
    }

    .dashboards-grid-form__wide[b-19d4enl9tj] {
        grid-column: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-4js1yatx0b] {
    display: grid;
    gap: 1rem;
}

.dashboard-toolbar[b-4js1yatx0b] {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
}

.dashboard-toolbar__tabs[b-4js1yatx0b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dashboard-toolbar__actions[b-4js1yatx0b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.designer-tab[b-4js1yatx0b] {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    color: #334155;
    display: grid;
    gap: 0.15rem;
    min-width: 170px;
    padding: 0.85rem 1rem;
    text-align: left;
}

.designer-tab span[b-4js1yatx0b] {
    font-weight: 700;
}

.designer-tab small[b-4js1yatx0b] {
    color: #667085;
}

.designer-tab--active[b-4js1yatx0b] {
    background: #0f172a;
    border-color: #0f172a;
    color: #f8fafc;
}

.designer-tab--active small[b-4js1yatx0b] {
    color: #bfdbfe;
}

.canvas-panel[b-4js1yatx0b],
.catalog-modal[b-4js1yatx0b],
.settings-modal[b-4js1yatx0b] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.canvas-panel[b-4js1yatx0b] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
}

.canvas-panel--primary[b-4js1yatx0b] {
    min-height: 72vh;
}

.dashboard-loading[b-4js1yatx0b] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 72vh;
}

.dashboard-loading__card[b-4js1yatx0b] {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    min-width: min(100%, 360px);
    padding: 2rem;
    text-align: center;
}

.dashboard-loading__spinner[b-4js1yatx0b] {
    animation: dashboard-spin-b-4js1yatx0b 1s linear infinite;
    border: 4px solid rgba(20, 89, 184, 0.16);
    border-radius: 50%;
    border-top-color: #1459b8;
    height: 54px;
    width: 54px;
}

.dashboard-loading__copy[b-4js1yatx0b] {
    color: #667085;
    margin: 0;
}

@keyframes dashboard-spin-b-4js1yatx0b {
    to {
        transform: rotate(360deg);
    }
}

.panel-header[b-4js1yatx0b] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.panel-header__eyebrow[b-4js1yatx0b] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.panel-header h2[b-4js1yatx0b] {
    color: #0f172a;
    font-size: 1.35rem;
    margin: 0;
}

.canvas-actions[b-4js1yatx0b] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.catalog-modal-backdrop[b-4js1yatx0b] {
    background: rgba(15, 23, 42, 0.58);
    inset: 0;
    position: fixed;
    z-index: 1000;
}

.catalog-modal[b-4js1yatx0b],
.settings-modal[b-4js1yatx0b] {
    inset: 5vh 8vw;
    max-height: 90vh;
    overflow: auto;
    padding: 1.15rem;
    position: fixed;
    z-index: 1001;
}

.catalog-tabs[b-4js1yatx0b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.catalog-tab[b-4js1yatx0b] {
    background: rgba(226, 232, 240, 0.7);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: #334155;
    font-weight: 700;
    padding: 0.55rem 0.9rem;
}

.catalog-tab--active[b-4js1yatx0b] {
    background: #0f172a;
    border-color: #0f172a;
    color: #f8fafc;
}

.catalog-list[b-4js1yatx0b] {
    display: grid;
    gap: 0.75rem;
}

.catalog-item[b-4js1yatx0b] {
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.95rem;
}

.catalog-item strong[b-4js1yatx0b] {
    color: #0f172a;
    display: block;
}

.catalog-item p[b-4js1yatx0b] {
    color: #667085;
    font-size: 0.85rem;
    margin: 0.2rem 0 0;
}

.settings-grid[b-4js1yatx0b] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.settings-section[b-4js1yatx0b] {
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 18px;
    padding: 1rem;
}

.settings-section__header[b-4js1yatx0b] {
    margin-bottom: 0.9rem;
}

.settings-section__header h3[b-4js1yatx0b] {
    color: #0f172a;
    font-size: 1rem;
    margin: 0;
}

.settings-form[b-4js1yatx0b] {
    display: grid;
    gap: 0.9rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.settings-form label[b-4js1yatx0b],
.settings-role-group[b-4js1yatx0b] {
    display: grid;
    gap: 0.35rem;
}

.settings-form__wide[b-4js1yatx0b] {
    grid-column: 1 / -1;
}

.settings-form span[b-4js1yatx0b],
.settings-role-group > span[b-4js1yatx0b] {
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.settings-actions[b-4js1yatx0b] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.settings-actions--wrap[b-4js1yatx0b] {
    flex-wrap: wrap;
}

.settings-role-groups[b-4js1yatx0b] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.designer-access__role-list[b-4js1yatx0b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.designer-access__role-item[b-4js1yatx0b] {
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
}

.canvas-panel[b-4js1yatx0b]  .e-dashboardlayout {
    background: transparent;
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.canvas-panel[b-4js1yatx0b]  .e-panel {
    background: transparent;
    border-radius: 22px;
    box-shadow: none;
    overflow: hidden;
}

.canvas-panel[b-4js1yatx0b]  .e-panel-container {
    background: transparent;
    border: none;
    border-radius: 22px;
    overflow: hidden;
}

.canvas-panel[b-4js1yatx0b]  .e-panel-header {
    background: linear-gradient(135deg, #10243f 0%, #1d4ed8 100%);
    border-radius: 22px 22px 0 0;
    height: 40px;
    min-height: 40px;
    line-height: 1;
    overflow: hidden;
    padding: 0;
}

.canvas-panel[b-4js1yatx0b]  .panel-drag-handle {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: white;
    cursor: move;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.1;
    min-height: 40px;
    padding: 0 0.95rem;
    width: 100%;
}

.canvas-panel[b-4js1yatx0b]  .e-panel-content {
    background: transparent;
    height: calc(100% - 40px);
    overflow: hidden;
    padding: 0;
}

.canvas-panel[b-4js1yatx0b]  .widget-card {
    height: 100%;
    min-height: 100%;
}

.panel-remove[b-4js1yatx0b] {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 28px;
}

.panel-remove:hover[b-4js1yatx0b] {
    background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1100px) {
    .settings-grid[b-4js1yatx0b] {
        grid-template-columns: 1fr;
    }

    .catalog-modal[b-4js1yatx0b],
    .settings-modal[b-4js1yatx0b] {
        inset: 3vh 3vw;
    }
}

@media (max-width: 800px) {
    .dashboard-toolbar__actions[b-4js1yatx0b],
    .settings-actions[b-4js1yatx0b],
    .designer-access__role-list[b-4js1yatx0b] {
        justify-content: flex-start;
    }

    .settings-form[b-4js1yatx0b] {
        grid-template-columns: 1fr;
    }

    .settings-form__wide[b-4js1yatx0b] {
        grid-column: auto;
    }
}
/* /Components/Pages/ProfitAndLossPivot.razor.rz.scp.css */
.pivot-page[b-e2vr7c6lrk] {
    display: grid;
    gap: 1rem;
}

.pivot-shell[b-e2vr7c6lrk] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
    padding: 1rem 1rem 1.1rem;
}

.pivot-shell__header[b-e2vr7c6lrk] {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.pivot-shell__actions[b-e2vr7c6lrk],
.pivot-detail-host__actions[b-e2vr7c6lrk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pivot-shell__actions[b-e2vr7c6lrk] {
    justify-content: flex-end;
}

.pivot-detail-host__actions[b-e2vr7c6lrk] {
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

.pivot-shell__eyebrow[b-e2vr7c6lrk] {
    color: #667085;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.pivot-shell h2[b-e2vr7c6lrk] {
    margin: 0;
}

.pivot-shell__summary[b-e2vr7c6lrk] {
    color: #475467;
    margin: 0.25rem 0 0;
    max-width: 56rem;
}

.pivot-shell__message[b-e2vr7c6lrk] {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    color: #334155;
    padding: 0.9rem 1rem;
}

.pivot-shell__message--error[b-e2vr7c6lrk] {
    background: #fff1f2;
    border-color: rgba(190, 24, 93, 0.18);
    color: #9f1239;
}

.pivot-loading-state[b-e2vr7c6lrk] {
    align-items: center;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(241, 245, 249, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    color: #475467;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    justify-content: center;
    min-height: calc(100vh - 10rem);
    padding: 2rem 1rem;
}

.pivot-loading-state__spinner[b-e2vr7c6lrk] {
    animation: pivot-spin-b-e2vr7c6lrk 0.85s linear infinite;
    border: 0.3rem solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    border-top-color: #0f766e;
    height: 2.75rem;
    width: 2.75rem;
}

.pivot-loading-state__label[b-e2vr7c6lrk] {
    font-size: 0.98rem;
    font-weight: 600;
}

.pivot-host[b-e2vr7c6lrk] {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

.pivot-detail-dialog__header h3[b-e2vr7c6lrk] {
    margin: 0;
}

.pivot-detail-dialog__eyebrow[b-e2vr7c6lrk] {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.3rem;
    text-transform: uppercase;
}

.pivot-detail-dialog__summary[b-e2vr7c6lrk] {
    color: #475467;
    margin: 0.25rem 0 0;
}

.pivot-detail-host[b-e2vr7c6lrk] {
    display: block;
    min-height: 0;
    width: 100%;
}

[b-e2vr7c6lrk] .e-pivotview,
[b-e2vr7c6lrk] .e-pivotfieldlist {
    border-radius: 18px;
}

[b-e2vr7c6lrk] .e-pivotview {
    border: 1px solid rgba(15, 23, 42, 0.08);
    height: 100% !important;
    overflow: hidden;
}

[b-e2vr7c6lrk] .e-pivotview .e-pivot-view-port,
[b-e2vr7c6lrk] .e-pivotview .e-pivot-table-view,
[b-e2vr7c6lrk] .e-pivotview .e-grid,
[b-e2vr7c6lrk] .e-pivotview .e-gridcontent,
[b-e2vr7c6lrk] .e-pivotview .e-content,
[b-e2vr7c6lrk] .e-pivotview .e-movablecontent,
[b-e2vr7c6lrk] .e-pivotview .e-frozencontent {
    height: 100% !important;
}

[b-e2vr7c6lrk] .e-pivotview .e-gridcontent,
[b-e2vr7c6lrk] .e-pivotview .e-content,
[b-e2vr7c6lrk] .e-pivotview .e-movablecontent,
[b-e2vr7c6lrk] .e-pivotview .e-frozencontent {
    min-height: 42rem !important;
}

[b-e2vr7c6lrk] .pivot-detail-dialog .e-dlg-content {
    display: block;
    padding-top: 0.75rem;
    width: 100%;
}

[b-e2vr7c6lrk] .pivot-detail-dialog .e-dlg-header-content,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-dlg-content {
    background: #fff;
}

[b-e2vr7c6lrk] .pivot-detail-dialog .e-dialog,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-dlg-content > div,
[b-e2vr7c6lrk] .pivot-detail-dialog .pivot-detail-host,
[b-e2vr7c6lrk] .pivot-detail-dialog .pivot-detail-host .e-pivotview {
    width: 100% !important;
    max-width: 100% !important;
}

[b-e2vr7c6lrk] .pivot-detail-dialog .e-pivotview,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-pivot-view-port,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-pivot-table-view,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-grid,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-gridcontent,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-content,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-movablecontent,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-frozencontent {
    height: 100% !important;
}

[b-e2vr7c6lrk] .pivot-detail-dialog .e-gridcontent,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-content,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-movablecontent,
[b-e2vr7c6lrk] .pivot-detail-dialog .e-frozencontent {
    min-height: 48rem !important;
}

@media (max-width: 900px) {
    .pivot-shell[b-e2vr7c6lrk] {
        min-height: auto;
        padding: 1rem;
    }

    .pivot-shell__header[b-e2vr7c6lrk] {
        align-items: stretch;
        flex-direction: column;
    }

    .pivot-shell__actions[b-e2vr7c6lrk] {
        justify-content: flex-start;
    }
}

@keyframes pivot-spin-b-e2vr7c6lrk {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/ProfitAndLossPivot2.razor.rz.scp.css */
.pl2-page[b-of7s2w43nd] {
    display: grid;
    gap: 1rem;
}

.pl2-shell[b-of7s2w43nd] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
    padding: 1rem 1rem 1.1rem;
}

.pl2-shell__header[b-of7s2w43nd] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.pl2-shell__eyebrow[b-of7s2w43nd] {
    color: #667085;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.pl2-shell h2[b-of7s2w43nd],
.pl2-detail-dialog__header h3[b-of7s2w43nd] {
    margin: 0;
}

.pl2-shell__summary[b-of7s2w43nd],
.pl2-detail-dialog__summary[b-of7s2w43nd] {
    color: #475467;
    margin: 0.25rem 0 0;
}

.pl2-shell__message[b-of7s2w43nd] {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    color: #334155;
    padding: 0.9rem 1rem;
}

.pl2-shell__message--error[b-of7s2w43nd] {
    background: #fff1f2;
    border-color: rgba(190, 24, 93, 0.18);
    color: #9f1239;
}

.pl2-loading-state[b-of7s2w43nd] {
    align-items: center;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(241, 245, 249, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    color: #475467;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    justify-content: center;
    min-height: calc(100vh - 10rem);
    padding: 2rem 1rem;
}

.pl2-loading-state__spinner[b-of7s2w43nd] {
    animation: pl2-spin-b-of7s2w43nd 0.85s linear infinite;
    border: 0.3rem solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    border-top-color: #0f766e;
    height: 2.75rem;
    width: 2.75rem;
}

.pl2-loading-state__label[b-of7s2w43nd] {
    font-size: 0.98rem;
    font-weight: 600;
}

.pl2-filters[b-of7s2w43nd] {
    align-items: end;
    display: grid;
    gap: 1rem 1.25rem;
    grid-template-columns: repeat(2, minmax(16rem, 20%));
    margin-bottom: 0.75rem;
}

.pl2-toolbar[b-of7s2w43nd] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
}

.pl2-toolbutton[b-of7s2w43nd] {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    color: #334155;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.42rem 0.72rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pl2-toolbutton:hover:not(:disabled)[b-of7s2w43nd],
.pl2-toolbutton:focus-visible:not(:disabled)[b-of7s2w43nd] {
    border-color: rgba(15, 23, 42, 0.18);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.pl2-toolbutton:disabled[b-of7s2w43nd] {
    cursor: not-allowed;
    opacity: 0.55;
}

.pl2-toolbutton__icon[b-of7s2w43nd] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    height: 1.55rem;
    justify-content: center;
    line-height: 1;
    min-width: 1.55rem;
    padding: 0 0.38rem;
}

.pl2-toolbutton__icon--excel[b-of7s2w43nd] {
    background: #dcfce7;
    color: #166534;
}

.pl2-toolbutton__icon--compare[b-of7s2w43nd] {
    background: #dbeafe;
    color: #1d4ed8;
}

.pl2-toolbutton__icon--variance[b-of7s2w43nd] {
    background: #fef3c7;
    color: #92400e;
}

.pl2-toolbutton__icon--expand[b-of7s2w43nd],
.pl2-toolbutton__icon--collapse[b-of7s2w43nd],
.pl2-toolbutton__icon--reload[b-of7s2w43nd] {
    background: #e2e8f0;
    color: #334155;
}

.pl2-toolbutton__label[b-of7s2w43nd] {
    font-size: 0.82rem;
    font-weight: 600;
}

.pl2-shell__meta[b-of7s2w43nd] {
    color: #475467;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: -0.2rem 0 1rem;
}

.pl2-shell__meta span[b-of7s2w43nd] {
    background: rgba(248, 250, 252, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
}

.pl2-filter[b-of7s2w43nd] {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.pl2-filter span[b-of7s2w43nd] {
    color: #334155;
    font-size: 0.85rem;
    font-weight: 600;
}

.pl2-filter--periods :deep(.e-multi-select-wrapper)[b-of7s2w43nd] {
    min-height: 2.75rem;
}

.pl2-filter--periods :deep(.e-delim-values)[b-of7s2w43nd] {
    color: #334155;
}

.pl2-matrix-wrap[b-of7s2w43nd],
.pl2-detail-grid-wrap[b-of7s2w43nd] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    overflow: auto;
}

.pl2-matrix[b-of7s2w43nd],
.pl2-detail-grid[b-of7s2w43nd] {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 1200px;
    width: 100%;
}

.pl2-matrix th[b-of7s2w43nd],
.pl2-matrix td[b-of7s2w43nd],
.pl2-detail-grid th[b-of7s2w43nd],
.pl2-detail-grid td[b-of7s2w43nd] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.7rem 0.85rem;
    white-space: nowrap;
}

.pl2-matrix thead th[b-of7s2w43nd],
.pl2-detail-grid thead th[b-of7s2w43nd] {
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 2;
}

.pl2-resizable-header[b-of7s2w43nd] {
    position: relative;
}

.pl2-resize-handle[b-of7s2w43nd] {
    cursor: col-resize;
    position: absolute;
    right: -3px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 5;
}

.pl2-resize-handle[b-of7s2w43nd]::after {
    background: rgba(71, 84, 103, 0.35);
    content: "";
    height: 60%;
    position: absolute;
    right: 4px;
    top: 20%;
    width: 2px;
}

.pl2-resize-handle:hover[b-of7s2w43nd]::after {
    background: rgba(15, 23, 42, 0.7);
}

.pl2-resize-overlay[b-of7s2w43nd] {
    bottom: 0;
    cursor: col-resize;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.pl2-matrix thead th:not(.pl2-matrix__label)[b-of7s2w43nd],
.pl2-matrix tbody td:not(.pl2-matrix__label-cell)[b-of7s2w43nd],
.pl2-detail-grid thead th:nth-child(n + 3)[b-of7s2w43nd],
.pl2-detail-grid tbody td:nth-child(n + 3)[b-of7s2w43nd] {
    text-align: right;
}

.pl2-matrix__label[b-of7s2w43nd],
.pl2-matrix__label-cell[b-of7s2w43nd] {
    left: 0;
    position: sticky;
    z-index: 3;
}

.pl2-matrix__label[b-of7s2w43nd] {
    background: #f8fafc;
    min-width: 0;
    text-align: left;
}

.pl2-matrix__label-cell[b-of7s2w43nd] {
    background: #fff;
    overflow: hidden;
}

.pl2-matrix tbody td:not(.pl2-matrix__label-cell)[b-of7s2w43nd] {
    background: transparent;
    border-left: none;
    border-right: none;
    color: #0f172a;
}

.pl2-variance-cell[b-of7s2w43nd] {
    border-radius: 10px;
}

.pl2-matrix tbody td.pl2-variance-cell.pl2-variance-good[b-of7s2w43nd] {
    background: #dcfce7;
    color: #166534;
}

.pl2-matrix tbody td.pl2-variance-cell.pl2-variance-bad[b-of7s2w43nd] {
    background: #ffe4e6;
    color: #9f1239;
}

.pl2-matrix tbody td.pl2-variance-cell.pl2-variance-neutral[b-of7s2w43nd] {
    background: transparent;
    color: #475467;
}

.pl2-matrix tbody td:nth-child(6n + 1).pl2-variance-cell[b-of7s2w43nd] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pl2-matrix__period[b-of7s2w43nd] {
    border-right: 3px solid #475467;
    text-align: center;
}

.pl2-matrix__period-inner[b-of7s2w43nd] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.pl2-matrix__period-name[b-of7s2w43nd] {
    color: #64748b;
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 0.15rem;
}

.pl2-label[b-of7s2w43nd] {
    align-items: center;
    display: flex;
    gap: 0.45rem;
    min-width: 0;
    padding-left: calc(var(--depth) * 1.15rem);
    width: 100%;
}

.pl2-label > span:last-child[b-of7s2w43nd] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pl2-permission-button[b-of7s2w43nd] {
    align-items: center;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 999px;
    display: inline-flex;
    height: 1.55rem;
    justify-content: center;
    margin-left: 0.25rem;
    padding: 0;
    width: 1.55rem;
}

.pl2-permission-button:hover[b-of7s2w43nd],
.pl2-permission-button:focus-visible[b-of7s2w43nd] {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.18);
}

.pl2-permission-button__icon[b-of7s2w43nd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23334155' viewBox='0 0 16 16'%3E%3Cpath d='M13 7a2 2 0 1 0-1.999-2.001A2 2 0 0 0 13 7zM5 7a2 2 0 1 0-2-2 2 2 0 0 0 2 2zm8 1c-1.33 0-4 .67-4 2v1h7v-1c0-1.33-2.67-2-3-2zM5 8c-1.33 0-4 .67-4 2v1h8v-1c0-1.33-2.67-2-4-2z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.9rem 0.9rem;
    display: inline-block;
    height: 0.95rem;
    width: 0.95rem;
}

.pl2-expander[b-of7s2w43nd] {
    background: transparent;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 999px;
    color: #334155;
    height: 1.45rem;
    line-height: 1;
    width: 1.45rem;
}

.pl2-expander--placeholder[b-of7s2w43nd] {
    border-color: transparent;
}

.pl2-row--section td[b-of7s2w43nd] {
    background: rgba(15, 23, 42, 0.03);
    font-weight: 700;
}

.pl2-matrix thead tr:nth-child(2) th:nth-child(6n)[b-of7s2w43nd],
.pl2-matrix tbody td:nth-child(6n + 1)[b-of7s2w43nd] {
    border-right: 3px solid #475467;
}

.pl2-row--group td[b-of7s2w43nd] {
    background: rgba(15, 118, 110, 0.03);
    font-weight: 600;
}

.pl2-row--subgroup td[b-of7s2w43nd] {
    font-weight: 500;
}

.pl2-row--grand-total td[b-of7s2w43nd] {
    background: rgba(15, 23, 42, 0.06);
    font-weight: 700;
}

.pl2-value-button[b-of7s2w43nd] {
    background: transparent;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: #0f172a;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    margin: 0;
    outline: none;
    padding: 0.12rem 0.35rem;
    text-align: right;
    width: 100%;
}

.pl2-value-button:focus[b-of7s2w43nd],
.pl2-value-button:focus-visible[b-of7s2w43nd],
.pl2-value-button:hover[b-of7s2w43nd] {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.pl2-variance-good[b-of7s2w43nd] {
    color: #166534;
    font-weight: 600;
}

.pl2-variance-bad[b-of7s2w43nd] {
    color: #9f1239;
    font-weight: 600;
}

.pl2-variance-neutral[b-of7s2w43nd] {
    background: transparent;
    color: #475467;
}

.pl2-detail-dialog__eyebrow[b-of7s2w43nd] {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.3rem;
    text-transform: uppercase;
}

.pl2-detail-dialog__body[b-of7s2w43nd] {
    display: grid;
    gap: 1rem;
    grid-template-rows: minmax(0, 1fr) minmax(0, 2fr);
    height: min(68vh, 760px);
    min-height: 0;
}

.pl2-detail-dialog__summary-pane[b-of7s2w43nd] {
    display: grid;
    gap: 0.75rem;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
}

.pl2-detail-pane-header[b-of7s2w43nd] {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.pl2-detail-pane-header h4[b-of7s2w43nd] {
    margin: 0;
}

.pl2-icon-action[b-of7s2w43nd] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    color: #166534;
    display: inline-flex;
    height: 2.15rem;
    justify-content: center;
    width: 2.15rem;
}

.pl2-icon-action__xls[b-of7s2w43nd] {
    align-items: center;
    background: #dcfce7;
    border-radius: 999px;
    color: #166534;
    display: inline-flex;
    font-size: 0.58rem;
    font-weight: 800;
    height: 1.35rem;
    justify-content: center;
    letter-spacing: -0.02em;
    line-height: 1;
    min-width: 1.35rem;
    padding: 0 0.25rem;
}

.pl2-icon-action:hover:not(:disabled)[b-of7s2w43nd],
.pl2-icon-action:focus-visible[b-of7s2w43nd] {
    background: #ecfdf3;
    border-color: rgba(22, 101, 52, 0.35);
}

.pl2-icon-action:disabled[b-of7s2w43nd] {
    color: #94a3b8;
    cursor: not-allowed;
    opacity: 0.6;
}

.pl2-transaction-section[b-of7s2w43nd] {
    display: grid;
    gap: 0.8rem;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
}

.pl2-transaction-section__header[b-of7s2w43nd] {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.pl2-transaction-section__header h4[b-of7s2w43nd] {
    margin: 0;
}

.pl2-transaction-section__header > span[b-of7s2w43nd] {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

.pl2-transaction-section__actions[b-of7s2w43nd] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.pl2-transaction-section__actions > span[b-of7s2w43nd] {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

.pl2-transaction-grid-wrap[b-of7s2w43nd] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    min-height: 0;
    overflow: auto;
}

.pl2-transaction-grid[b-of7s2w43nd] {
    min-width: 1400px;
    min-height: 100%;
}

.pl2-transaction-grid__description[b-of7s2w43nd] {
    max-width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl2-transaction-grid__muted[b-of7s2w43nd] {
    color: #64748b;
    display: block;
    font-size: 0.76rem;
    margin-top: 0.15rem;
}

.pl2-transaction-link[b-of7s2w43nd] {
    color: #1459b8;
    font-weight: 700;
    text-decoration: none;
}

.pl2-transaction-link:hover[b-of7s2w43nd],
.pl2-transaction-link:focus-visible[b-of7s2w43nd] {
    text-decoration: underline;
}

.pl2-permissions-panel[b-of7s2w43nd] {
    display: grid;
    gap: 1rem;
}

.pl2-permissions-panel__copy[b-of7s2w43nd] {
    color: #475467;
    font-size: 0.92rem;
}

.pl2-permissions-panel__copy p[b-of7s2w43nd] {
    margin: 0;
}

.pl2-permissions-panel__actions[b-of7s2w43nd] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.pl2-permissions-status[b-of7s2w43nd] {
    margin-top: 0.25rem;
}

[b-of7s2w43nd] .pl2-detail-dialog .e-dlg-content {
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem;
}

[b-of7s2w43nd] .pl2-detail-dialog .e-content-template {
    min-height: 0;
}

[b-of7s2w43nd] .pl2-detail-dialog .e-grid {
    height: 100%;
}

@media (max-width: 900px) {
    .pl2-shell[b-of7s2w43nd] {
        min-height: auto;
        padding: 1rem;
    }

    .pl2-shell__header[b-of7s2w43nd] {
        align-items: stretch;
        flex-direction: column;
    }

    .pl2-filters[b-of7s2w43nd] {
        grid-template-columns: 1fr;
    }

    .pl2-toolbar[b-of7s2w43nd] {
        align-items: stretch;
        flex-direction: column;
    }

    .pl2-matrix[b-of7s2w43nd],
    .pl2-detail-grid[b-of7s2w43nd] {
        min-width: 980px;
    }
}

@keyframes pl2-spin-b-of7s2w43nd {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Queries.razor.rz.scp.css */
.editor-page[b-uyv4yfaje7] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-uyv4yfaje7],
.editor-preview[b-uyv4yfaje7] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-uyv4yfaje7],
.editor-section__header[b-uyv4yfaje7] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-uyv4yfaje7] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-uyv4yfaje7],
.editor-section__header h3[b-uyv4yfaje7] {
    margin: 0;
}

.editor-status[b-uyv4yfaje7] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.editor-form[b-uyv4yfaje7] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-form label span[b-uyv4yfaje7] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.editor-checkbox[b-uyv4yfaje7] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 1.8rem;
}

.editor-code[b-uyv4yfaje7] {
    min-height: 320px;
    font-family: Consolas, "Courier New", monospace;
}

.editor-parameters[b-uyv4yfaje7] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.editor-parameter[b-uyv4yfaje7] {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1.2fr 1fr 1fr auto auto;
}

.editor-preview__meta[b-uyv4yfaje7],
.editor-preview__message[b-uyv4yfaje7] {
    color: #667085;
    font-size: 0.85rem;
}

.editor-preview__table-wrap[b-uyv4yfaje7] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: auto;
}

.editor-preview__table[b-uyv4yfaje7] {
    border-collapse: collapse;
    min-width: 100%;
    width: max-content;
}

.editor-preview__table th[b-uyv4yfaje7],
.editor-preview__table td[b-uyv4yfaje7] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.75rem 0.8rem;
    white-space: nowrap;
}

.editor-preview__table th[b-uyv4yfaje7] {
    background: #f8fafc;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.query-library-page[b-uyv4yfaje7] {
    min-width: 0;
}

.query-library-toolbar[b-uyv4yfaje7] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.query-library-toolbar label[b-uyv4yfaje7] {
    display: grid;
    gap: 0.35rem;
}

.query-library-toolbar label span[b-uyv4yfaje7] {
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.query-library-actions[b-uyv4yfaje7],
.query-dialog-footer[b-uyv4yfaje7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.query-dialog-form__wide[b-uyv4yfaje7] {
    grid-column: 1 / -1;
}

.query-dialog-panel[b-uyv4yfaje7] {
    margin-top: 0;
}

.query-metadata-dialog[b-uyv4yfaje7] {
    display: grid;
    gap: 0.9rem;
}

.query-parameter-row__required[b-uyv4yfaje7] {
    margin-top: 0;
}

.query-sql-layout[b-uyv4yfaje7] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    min-height: 68vh;
    align-items: stretch;
}

.query-sql-layout__editor label span[b-uyv4yfaje7] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.query-sql-layout__editor[b-uyv4yfaje7],
.query-sql-layout .editor-preview[b-uyv4yfaje7] {
    display: grid;
    min-height: 0;
}

.query-sql-layout__editor[b-uyv4yfaje7] {
    grid-template-rows: minmax(0, 1fr) auto auto;
}

.query-sql-layout__editor label[b-uyv4yfaje7] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
}

.query-library-sql-dialog :deep(.e-dlg-header-content)[b-uyv4yfaje7] {
    padding: 1.15rem 1.5rem 0.85rem;
}

.query-library-sql-dialog :deep(.e-dlg-content)[b-uyv4yfaje7] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.query-library-sql-dialog :deep(.e-dialog)[b-uyv4yfaje7] {
    max-height: 88vh;
}

.query-library-sql-dialog .editor-code[b-uyv4yfaje7] {
    font-size: 0.96rem;
    height: 100%;
    line-height: 1.55;
    min-height: 0;
    padding: 1rem 1.1rem;
    resize: none;
}

.query-library-sql-dialog .query-dialog-footer .btn[b-uyv4yfaje7] {
    min-height: 2.6rem;
    padding-inline: 0.95rem;
}

.query-sql-layout__editor .query-dialog-footer[b-uyv4yfaje7] {
    margin-top: 0.4rem;
}

.query-sql-validation[b-uyv4yfaje7] {
    border: 1px solid;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
}

.query-modal-status[b-uyv4yfaje7] {
    border: 1px solid;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.85rem 1rem;
}

.query-sql-validation--success[b-uyv4yfaje7] {
    background: rgba(21, 128, 61, 0.08);
    border-color: rgba(21, 128, 61, 0.18);
    color: #166534;
}

.query-sql-validation--error[b-uyv4yfaje7] {
    background: rgba(153, 27, 27, 0.08);
    border-color: rgba(153, 27, 27, 0.18);
    color: #7f1d1d;
}

.query-modal-status--success[b-uyv4yfaje7] {
    background: rgba(21, 128, 61, 0.08);
    border-color: rgba(21, 128, 61, 0.18);
    color: #166534;
}

.query-modal-status--error[b-uyv4yfaje7] {
    background: rgba(153, 27, 27, 0.08);
    border-color: rgba(153, 27, 27, 0.18);
    color: #7f1d1d;
}

.query-library-sql-dialog .editor-preview[b-uyv4yfaje7] {
    min-height: 0;
    grid-template-rows: auto auto minmax(0, 1fr);
}

.query-library-sql-dialog .editor-preview__table-wrap[b-uyv4yfaje7] {
    height: 100%;
    max-height: none;
    min-height: 0;
}

.query-library-page :deep(.e-multi-select-wrapper)[b-uyv4yfaje7] {
    min-width: 14rem;
}

@media (max-width: 960px) {
    .query-sql-layout[b-uyv4yfaje7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .editor-form[b-uyv4yfaje7],
    .editor-parameter[b-uyv4yfaje7],
    .query-library-toolbar[b-uyv4yfaje7] {
        grid-template-columns: 1fr;
    }

    .query-library-toolbar[b-uyv4yfaje7] {
        align-items: stretch;
        flex-direction: column;
    }

    .query-dialog-form__wide[b-uyv4yfaje7] {
        grid-column: auto;
    }
}
/* /Components/Pages/Roles.razor.rz.scp.css */
.editor-page[b-uh978qc4o7] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-uh978qc4o7] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-uh978qc4o7] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-uh978qc4o7] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-uh978qc4o7] {
    margin: 0;
}

.editor-status[b-uh978qc4o7] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.roles-page[b-uh978qc4o7] {
    min-width: 0;
}

.roles-toolbar[b-uh978qc4o7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.roles-actions[b-uh978qc4o7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.roles-grid-form[b-uh978qc4o7] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roles-grid-form label span[b-uh978qc4o7] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.roles-grid-form__wide[b-uh978qc4o7] {
    grid-column: 1 / -1;
}

@media (max-width: 800px) {
    .editor-detail__header[b-uh978qc4o7],
    .roles-toolbar[b-uh978qc4o7] {
        align-items: stretch;
        flex-direction: column;
    }

    .roles-grid-form[b-uh978qc4o7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Users.razor.rz.scp.css */
.editor-page[b-lwvp73ng3w] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-lwvp73ng3w] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-lwvp73ng3w] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-lwvp73ng3w] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-lwvp73ng3w] {
    margin: 0;
}

.editor-status[b-lwvp73ng3w] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.users-toolbar[b-lwvp73ng3w] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.users-actions[b-lwvp73ng3w] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.users-role-summary[b-lwvp73ng3w] {
    color: #334155;
    display: inline-block;
    line-height: 1.4;
}

.users-page :deep(.users-grid-checkbox)[b-lwvp73ng3w] {
    accent-color: #1459b8;
    cursor: default;
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.users-edit-dialog__title[b-lwvp73ng3w] {
    margin: 0;
}

.users-status-chip[b-lwvp73ng3w] {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.42rem 0.7rem;
}

.users-status-chip--active[b-lwvp73ng3w] {
    background: rgba(15, 118, 110, 0.12);
    color: #115e59;
}

.users-status-chip--invited[b-lwvp73ng3w] {
    background: rgba(180, 83, 9, 0.12);
    color: #9a3412;
}

.users-status-chip--disabled[b-lwvp73ng3w] {
    background: rgba(71, 85, 105, 0.14);
    color: #334155;
}

.users-page :deep(.e-multi-select-wrapper)[b-lwvp73ng3w] {
    min-width: 14rem;
}

.users-grid-form[b-lwvp73ng3w] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.users-grid-form label span[b-lwvp73ng3w] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.users-grid-form__wide[b-lwvp73ng3w] {
    grid-column: 1 / -1;
}

.users-grid-form__note[b-lwvp73ng3w] {
    background: rgba(20, 89, 184, 0.06);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #1d4f91;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.9rem 1rem;
}

.users-delete-copy[b-lwvp73ng3w] {
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

.users-grid-form__toggle[b-lwvp73ng3w] {
    align-items: center;
    display: inline-flex;
    gap: 0.6rem;
}

.users-page[b-lwvp73ng3w] {
    min-width: 0;
}

.users-modal-backdrop[b-lwvp73ng3w] {
    align-items: center;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    z-index: 1200;
}

.users-modal[b-lwvp73ng3w] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
    display: grid;
    gap: 0;
    max-height: calc(100vh - 3rem);
    overflow: auto;
    width: min(100%, 540px);
}

.users-modal--medium[b-lwvp73ng3w] {
    width: min(100%, 560px);
}

.users-modal--small[b-lwvp73ng3w] {
    width: min(100%, 480px);
}

.users-modal__header[b-lwvp73ng3w],
.users-modal__footer[b-lwvp73ng3w] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.users-modal__header[b-lwvp73ng3w] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    gap: 1rem;
}

.users-modal__body[b-lwvp73ng3w] {
    display: grid;
    gap: 1rem;
    padding: 1.1rem 1.25rem 1.25rem;
}

.users-modal__footer[b-lwvp73ng3w] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    gap: 0.75rem;
    justify-content: flex-end;
}

.users-modal__close[b-lwvp73ng3w] {
    background: transparent;
    border: 0;
    color: #475569;
    font-size: 1.75rem;
    line-height: 1;
    padding: 0;
}

.users-delete-copy--warning[b-lwvp73ng3w] {
    color: #991b1b;
    font-weight: 700;
}

@media (max-width: 800px) {
    .editor-detail__header[b-lwvp73ng3w],
    .users-toolbar[b-lwvp73ng3w] {
        align-items: stretch;
        flex-direction: column;
    }

    .users-grid-form[b-lwvp73ng3w] {
        grid-template-columns: 1fr;
    }

    .users-modal-backdrop[b-lwvp73ng3w] {
        padding: 0.75rem;
    }

    .users-modal__header[b-lwvp73ng3w],
    .users-modal__footer[b-lwvp73ng3w],
    .users-modal__body[b-lwvp73ng3w] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* /Components/Pages/Widgets.razor.rz.scp.css */
.editor-page[b-jlsgiwby8u] {
    display: grid;
    gap: 1.25rem;
}

.editor-detail[b-jlsgiwby8u],
.editor-preview[b-jlsgiwby8u] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 1.25rem;
}

.editor-detail__header[b-jlsgiwby8u],
.editor-section__header[b-jlsgiwby8u] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-eyebrow[b-jlsgiwby8u] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.editor-detail h2[b-jlsgiwby8u],
.editor-section__header h3[b-jlsgiwby8u] {
    margin: 0;
}

.editor-status[b-jlsgiwby8u] {
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 14px;
    color: #123b76;
    margin: 1rem 0;
    padding: 0.85rem 1rem;
}

.editor-form[b-jlsgiwby8u] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-form label span[b-jlsgiwby8u] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.editor-checkbox[b-jlsgiwby8u] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 1.8rem;
}

.editor-code[b-jlsgiwby8u] {
    min-height: 220px;
    font-family: Consolas, "Courier New", monospace;
}

.editor-code--compact[b-jlsgiwby8u] {
    min-height: 140px;
}

.editor-parameters[b-jlsgiwby8u] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.widget-catalog-page[b-jlsgiwby8u] {
    min-width: 0;
}

.widget-catalog-toolbar[b-jlsgiwby8u] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.widget-catalog-toolbar label[b-jlsgiwby8u] {
    display: grid;
    gap: 0.35rem;
}

.widget-catalog-toolbar label span[b-jlsgiwby8u] {
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget-catalog-actions[b-jlsgiwby8u],
.widget-dialog-footer[b-jlsgiwby8u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.widget-dialog-panel-content[b-jlsgiwby8u] {
    display: grid;
    gap: 0.9rem;
}

.widget-dialog-form__wide[b-jlsgiwby8u],
.widget-column-note[b-jlsgiwby8u] {
    grid-column: 1 / -1;
}

.widget-modal-status[b-jlsgiwby8u] {
    border: 1px solid;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.85rem 1rem;
}

.widget-modal-status--success[b-jlsgiwby8u] {
    background: rgba(21, 128, 61, 0.08);
    border-color: rgba(21, 128, 61, 0.18);
    color: #166534;
}

.widget-modal-status--error[b-jlsgiwby8u] {
    background: rgba(153, 27, 27, 0.08);
    border-color: rgba(153, 27, 27, 0.18);
    color: #7f1d1d;
}

.widget-column-note span[b-jlsgiwby8u] {
    color: #334155;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.widget-column-pills[b-jlsgiwby8u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.widget-column-pill[b-jlsgiwby8u] {
    align-items: center;
    background: rgba(20, 89, 184, 0.08);
    border: 1px solid rgba(20, 89, 184, 0.12);
    border-radius: 999px;
    color: #1459b8;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.28rem 0.5rem;
}

.widget-preview-card[b-jlsgiwby8u] {
    padding: 0.5rem 0;
}

.widget-catalog-page :deep(.e-multi-select-wrapper)[b-jlsgiwby8u] {
    min-width: 14rem;
}

@media (max-width: 800px) {
    .editor-form[b-jlsgiwby8u],
    .widget-catalog-toolbar[b-jlsgiwby8u] {
        grid-template-columns: 1fr;
    }

    .widget-catalog-toolbar[b-jlsgiwby8u] {
        align-items: stretch;
        flex-direction: column;
    }

    .widget-dialog-form__wide[b-jlsgiwby8u],
    .widget-column-note[b-jlsgiwby8u] {
        grid-column: auto;
    }
}
/* /Components/Shared/AutoDismissMessage.razor.rz.scp.css */
.auto-dismiss-message[b-nhootnahpm] {
    border: 1px solid;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.85rem 1rem;
}

.auto-dismiss-message--success[b-nhootnahpm] {
    background: rgba(21, 128, 61, 0.08);
    border-color: rgba(21, 128, 61, 0.18);
    color: #166534;
}

.auto-dismiss-message--error[b-nhootnahpm] {
    background: rgba(153, 27, 27, 0.08);
    border-color: rgba(153, 27, 27, 0.18);
    color: #7f1d1d;
}

.auto-dismiss-message--fade[b-nhootnahpm] {
    animation: auto-dismiss-message-fade-b-nhootnahpm 7s ease forwards;
}

@keyframes auto-dismiss-message-fade-b-nhootnahpm {
    0% {
        opacity: 1;
    }

    84% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Shared/GridLoadingShimmer.razor.rz.scp.css */
.grid-loading-shimmer[b-0pdop9hyvf] {
    position: relative;
}

.grid-loading-shimmer__content--loading[b-0pdop9hyvf] {
    opacity: 0.38;
    pointer-events: none;
    user-select: none;
}

.grid-loading-shimmer__overlay[b-0pdop9hyvf] {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.94));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    display: grid;
    place-items: center;
    inset: 0;
    padding: 1rem;
    position: absolute;
}

.grid-loading-shimmer__spinner[b-0pdop9hyvf] {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    min-width: 180px;
    padding: 1.25rem 1.5rem;
}

.grid-loading-shimmer__spinner-control[b-0pdop9hyvf] {
    animation: grid-loading-shimmer-spin-b-0pdop9hyvf 0.85s linear infinite;
    border: 3px solid rgba(20, 89, 184, 0.16);
    border-radius: 999px;
    border-top-color: #1459b8;
    display: block;
    height: 2.5rem;
    width: 2.5rem;
}

.grid-loading-shimmer__label[b-0pdop9hyvf] {
    color: #475467;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes grid-loading-shimmer-spin-b-0pdop9hyvf {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/WidgetCard.razor.rz.scp.css */
.widget-card[b-ygxd9onh0y] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 247, 251, 0.96) 100%);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-top: 4px solid var(--widget-accent);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    height: 100%;
    min-height: 0;
    padding: 0.75rem 0.8rem 0.8rem;
    box-sizing: border-box;
}

.widget-card__kpi[b-ygxd9onh0y] {
    display: grid;
    gap: 0.35rem;
    margin-top: auto;
}

.widget-card__value[b-ygxd9onh0y] {
    color: #0f172a;
    font-size: clamp(1.35rem, 2.2vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
}

.widget-card__kpi p[b-ygxd9onh0y] {
    color: #475467;
    font-size: 0.78rem;
    margin: 0;
}

.widget-card__chart-host[b-ygxd9onh0y] {
    flex: 1 1 auto;
    height: 100%;
    min-height: 120px;
    margin-top: auto;
}

.widget-card__chart-host[b-ygxd9onh0y]  .e-chart,
.widget-card__chart-host[b-ygxd9onh0y]  .e-accumulationchart {
    background: transparent;
    height: 100%;
    width: 100%;
}

.widget-card__empty-state[b-ygxd9onh0y] {
    color: #475467;
    margin: auto 0 0;
}

.widget-card__table[b-ygxd9onh0y] {
    border-collapse: collapse;
    font-size: 0.8rem;
    width: 100%;
}

.widget-card__table th[b-ygxd9onh0y],
.widget-card__table td[b-ygxd9onh0y] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.45rem 0.25rem;
}

.widget-card__table th[b-ygxd9onh0y] {
    color: #667085;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.widget-card__table td[b-ygxd9onh0y] {
    color: #0f172a;
}

.align-end[b-ygxd9onh0y] {
    text-align: end;
}
