/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dashboard-shell[b-omfvjood7y] {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f8fafc;
}

.dashboard-sidebar[b-omfvjood7y] {
    width: 16rem;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    box-shadow: 6px 0 18px rgba(15, 23, 42, 0.03);
}

.dashboard-main[b-omfvjood7y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dashboard-topbar[b-omfvjood7y] {
    min-height: 4rem;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.7rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    position: sticky;
    top: 0;
    z-index: 15;
}

.topbar-title-wrap[b-omfvjood7y] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.topbar-title-wrap h2[b-omfvjood7y] {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    color: #0f172a;
}

.topbar-live[b-omfvjood7y] {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.16);
    color: #15803d;
    padding: 0.2rem 0.45rem;
    font-weight: 800;
}

.topbar-actions[b-omfvjood7y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.topbar-search[b-omfvjood7y] {
    position: relative;
    display: none;
}

.topbar-search span[b-omfvjood7y] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.05rem;
}

.topbar-search input[b-omfvjood7y] {
    border: 0;
    background: #f1f5f9;
    border-radius: 0.75rem;
    height: 2.2rem;
    width: 16rem;
    padding: 0 0.75rem 0 2rem;
    font-size: 0.85rem;
}

.topbar-icon-btn[b-omfvjood7y] {
    border: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.75rem;
    background: transparent;
    color: #64748b;
    position: relative;
}

.topbar-icon-btn:hover[b-omfvjood7y] {
    background: #f1f5f9;
}

.dot[b-omfvjood7y] {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #ef4444;
}

.topbar-badge[b-omfvjood7y] {
    background: rgba(19, 91, 236, 0.12);
    color: #135bec;
    padding: 0.26rem 0.62rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.topbar-user[b-omfvjood7y] {
    color: #334155;
    font-weight: 700;
    font-size: 0.86rem;
}

.dashboard-content[b-omfvjood7y] {
    flex: 1;
    overflow: auto;
    padding: 1.35rem 1.4rem 2rem;
}

@media (min-width: 992px) {
    .topbar-search[b-omfvjood7y] {
        display: block;
    }
}

@media (max-width: 900px) {
    .dashboard-sidebar[b-omfvjood7y] {
        width: 14rem;
    }

    .topbar-title-wrap h2[b-omfvjood7y] {
        display: none;
    }
}

#blazor-error-ui[b-omfvjood7y] {
    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-omfvjood7y] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-5mk14sussg] {
    padding: 1.35rem 1.25rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.brand-icon[b-5mk14sussg] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.65rem;
    background: #135bec;
    color: #fff;
    display: grid;
    place-items: center;
}

.sidebar-brand h1[b-5mk14sussg] {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
    margin: 0;
}

.sidebar-nav[b-5mk14sussg] {
    padding: 0.6rem 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.dashboard-sidebar .sidebar-nav[b-5mk14sussg]  a.side-link,
.dashboard-sidebar .sidebar-nav[b-5mk14sussg]  a.side-link:link,
.dashboard-sidebar .sidebar-nav[b-5mk14sussg]  a.side-link:visited {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.55rem;
    border-radius: 0.75rem;
    padding: 0.48rem 0.68rem;
    color: #475569 !important;
    font-size: 0.9rem;
    font-weight: 650;
    letter-spacing: 0.005em;
    font-family: "Manrope", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.2s ease;
}

.dashboard-sidebar .sidebar-nav[b-5mk14sussg]  a.side-link:hover {
    background: #f1f5f9;
    color: #0f172a !important;
    text-decoration: none !important;
}

.dashboard-sidebar .sidebar-nav[b-5mk14sussg]  a.side-link.active {
    color: #0b4fd4;
    background: rgba(19, 91, 236, 0.12);
    font-weight: 750;
    box-shadow: inset 0 0 0 1px rgba(19, 91, 236, 0.15);
}

.side-link .material-symbols-outlined[b-5mk14sussg] {
    font-size: 1.15rem;
}

.side-link-static[b-5mk14sussg] {
    cursor: default;
}

.side-section-label[b-5mk14sussg] {
    padding: 0.7rem 0.7rem 0.2rem;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #94a3b8;
    font-weight: 800;
}

.sidebar-user[b-5mk14sussg] {
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
    padding: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.sidebar-user img[b-5mk14sussg] {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.65rem;
    object-fit: cover;
}

.sidebar-user-meta[b-5mk14sussg] {
    min-width: 0;
}

.sidebar-user-name[b-5mk14sussg] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-user-role[b-5mk14sussg] {
    font-size: 0.75rem;
    color: #64748b;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3ypwkr6b4j],
.components-reconnect-repeated-attempt-visible[b-3ypwkr6b4j],
.components-reconnect-failed-visible[b-3ypwkr6b4j],
.components-pause-visible[b-3ypwkr6b4j],
.components-resume-failed-visible[b-3ypwkr6b4j],
.components-rejoining-animation[b-3ypwkr6b4j] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-retrying[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-failed[b-3ypwkr6b4j],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3ypwkr6b4j] {
    display: block;
}


#components-reconnect-modal[b-3ypwkr6b4j] {
    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-3ypwkr6b4j 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3ypwkr6b4j 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3ypwkr6b4j 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3ypwkr6b4j]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3ypwkr6b4j 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3ypwkr6b4j {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3ypwkr6b4j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3ypwkr6b4j {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3ypwkr6b4j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3ypwkr6b4j] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3ypwkr6b4j] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3ypwkr6b4j] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3ypwkr6b4j] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3ypwkr6b4j] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3ypwkr6b4j] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3ypwkr6b4j 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3ypwkr6b4j] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3ypwkr6b4j {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dash-wrap[b-oymyx9lykh] {
    max-width: 1600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stats-grid[b-oymyx9lykh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.metric-card[b-oymyx9lykh] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
}

.metric-card p[b-oymyx9lykh] {
    margin: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
}

.metric-card h3[b-oymyx9lykh] {
    margin: 0.35rem 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.metric-icon[b-oymyx9lykh] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    display: grid;
    place-items: center;
}

.metric-icon.wallet[b-oymyx9lykh] {
    background: #eff6ff;
    color: #135bec;
}

.metric-icon.percent[b-oymyx9lykh] {
    background: #f0fdfa;
    color: #0f766e;
}

.metric-icon.quote[b-oymyx9lykh] {
    background: #eef2ff;
    color: #4f46e5;
}

.trend[b-oymyx9lykh] {
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 800;
    font-size: 0.8rem;
}

.trend small[b-oymyx9lykh] {
    margin-left: 0.25rem;
    font-weight: 500;
    color: #94a3b8;
}

.trend.pos[b-oymyx9lykh] {
    color: #16a34a;
}

.trend.neg[b-oymyx9lykh] {
    color: #ef4444;
}

.dash-main-grid[b-oymyx9lykh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}

.dash-left-col[b-oymyx9lykh] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.panel-card[b-oymyx9lykh] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.1rem;
    padding: 1.25rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.panel-head[b-oymyx9lykh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-head h4[b-oymyx9lykh] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.panel-head p[b-oymyx9lykh] {
    margin: 0.15rem 0 0;
    color: #64748b;
    font-size: 0.83rem;
}

.panel-head select[b-oymyx9lykh] {
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    background: #f8fafc;
    height: 2rem;
    font-size: 0.82rem;
    padding-inline: 0.6rem;
}

.panel-head button[b-oymyx9lykh] {
    border: 0;
    background: transparent;
    color: #135bec;
    font-size: 0.82rem;
    font-weight: 700;
}

.chart-shell[b-oymyx9lykh] {
    height: 17.5rem;
    width: 100%;
    position: relative;
    border-left: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
    background-size: 20px 20px;
}

.chart-shell svg[b-oymyx9lykh] {
    width: 100%;
    height: 100%;
}

.chart-labels[b-oymyx9lykh] {
    position: absolute;
    inset-inline: 0;
    bottom: -1.3rem;
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 0.64rem;
}

.region-list[b-oymyx9lykh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.region-head[b-oymyx9lykh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.35rem;
    font-size: 0.84rem;
}

.region-head span[b-oymyx9lykh] {
    color: #334155;
    font-weight: 600;
}

.region-head strong[b-oymyx9lykh] {
    font-weight: 800;
}

.region-bar[b-oymyx9lykh] {
    height: 0.55rem;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.region-bar > div[b-oymyx9lykh] {
    height: 100%;
    border-radius: 999px;
    background: #135bec;
}

.reps-card[b-oymyx9lykh] {
    position: sticky;
    top: 1.2rem;
    height: fit-content;
}

.rep-list[b-oymyx9lykh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rep-item[b-oymyx9lykh] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.rep-head[b-oymyx9lykh] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.rep-head img[b-oymyx9lykh] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    object-fit: cover;
}

.rep-meta[b-oymyx9lykh] {
    flex: 1;
    min-width: 0;
}

.rep-meta p[b-oymyx9lykh] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 800;
}

.rep-meta small[b-oymyx9lykh] {
    color: #64748b;
    font-size: 0.75rem;
}

.rep-head strong[b-oymyx9lykh] {
    font-size: 0.8rem;
    font-weight: 900;
}

.team-goal[b-oymyx9lykh] {
    margin-top: 1.1rem;
    padding: 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
}

.team-goal > p[b-oymyx9lykh] {
    margin: 0 0 0.35rem;
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 800;
    text-align: center;
}

.goal-head[b-oymyx9lykh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.goal-head strong[b-oymyx9lykh] {
    color: #135bec;
    font-weight: 900;
}

.goal-track[b-oymyx9lykh] {
    height: 0.7rem;
    border-radius: 999px;
    overflow: hidden;
    background: #dbeafe;
}

.goal-track > div[b-oymyx9lykh] {
    height: 100%;
    background: linear-gradient(90deg, #135bec, #2dd4bf);
}

.team-goal small[b-oymyx9lykh] {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.72rem;
    text-align: center;
}

@media (min-width: 900px) {
    .stats-grid[b-oymyx9lykh] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .dash-main-grid[b-oymyx9lykh] {
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
        gap: 1.5rem;
    }
}
/* /Components/Pages/Kpi.razor.rz.scp.css */
.kpi-page[b-vzgmq593mg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.module-card .surface-body[b-vzgmq593mg] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.kpi-grid[b-vzgmq593mg] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.kpi-tile[b-vzgmq593mg] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    padding: 0.9rem 1rem;
}

.kpi-tile.alert[b-vzgmq593mg] {
    border-color: rgba(239, 68, 68, 0.32);
    background: rgba(254, 242, 242, 0.82);
}

.kpi-tile p[b-vzgmq593mg] {
    margin: 0;
    color: #64748b;
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.kpi-tile h3[b-vzgmq593mg] {
    margin: 0.35rem 0 0.2rem;
    font-size: 1.65rem;
    font-weight: 900;
}

.kpi-tile small[b-vzgmq593mg] {
    color: #64748b;
    font-size: 0.79rem;
}

.aging-wrap[b-vzgmq593mg] {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: #fff;
}

.aging-wrap h3[b-vzgmq593mg] {
    margin: 0 0 0.8rem;
    font-size: 1rem;
    font-weight: 800;
}

.aging-row[b-vzgmq593mg] {
    display: grid;
    grid-template-columns: 72px 1fr 30px;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
}

.aging-row:last-child[b-vzgmq593mg] {
    margin-bottom: 0;
}

.aging-row span[b-vzgmq593mg] {
    font-size: 0.8rem;
    color: #475569;
    font-weight: 700;
}

.aging-row strong[b-vzgmq593mg] {
    text-align: right;
    font-size: 0.84rem;
}

.aging-bar[b-vzgmq593mg] {
    height: 0.58rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.aging-bar > div[b-vzgmq593mg] {
    height: 100%;
    background: linear-gradient(90deg, #0ea5e9, #135bec);
    border-radius: 999px;
}

.gauge-card[b-vzgmq593mg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
}

.gauge-shell[b-vzgmq593mg] {
    display: grid;
    place-items: center;
}

.gauge-ring[b-vzgmq593mg] {
    --gauge-angle: 0deg;
    width: 210px;
    height: 105px;
    border-top-left-radius: 210px;
    border-top-right-radius: 210px;
    overflow: hidden;
    background: conic-gradient(from 180deg, #135bec var(--gauge-angle), #e2e8f0 0);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.25rem;
}

.gauge-hole[b-vzgmq593mg] {
    width: 150px;
    height: 75px;
    background: #fff;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    display: grid;
    place-items: center;
    align-content: center;
}

.gauge-hole strong[b-vzgmq593mg] {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
}

.gauge-hole span[b-vzgmq593mg] {
    font-size: 0.75rem;
    color: #64748b;
}

.gauge-meta h3[b-vzgmq593mg] {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 800;
}

.gauge-number[b-vzgmq593mg] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
}

.gauge-meta small[b-vzgmq593mg] {
    color: #64748b;
}

.trend-up[b-vzgmq593mg] {
    color: #16a34a;
}

.trend-down[b-vzgmq593mg] {
    color: #dc2626;
}

.ranking-wrap[b-vzgmq593mg] {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    padding: 0.95rem 1rem;
}

.ranking-wrap h3[b-vzgmq593mg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.ranking-subtitle[b-vzgmq593mg] {
    margin: 0.2rem 0 0.75rem;
    font-size: 0.82rem;
    color: #64748b;
}

.ranking-list[b-vzgmq593mg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ranking-item[b-vzgmq593mg] {
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    padding: 0.7rem 0.75rem;
    background: #f8fafc;
}

.ranking-head[b-vzgmq593mg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
}

.ranking-head strong[b-vzgmq593mg] {
    font-size: 0.9rem;
}

.ranking-head span[b-vzgmq593mg] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #0f172a;
}

.ranking-meta[b-vzgmq593mg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.4rem;
}

.ranking-bar[b-vzgmq593mg] {
    height: 0.53rem;
    border-radius: 999px;
    background: #dbeafe;
    overflow: hidden;
}

.ranking-bar > div[b-vzgmq593mg] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #135bec, #10b981);
}

@media (min-width: 900px) {
    .kpi-grid-4[b-vzgmq593mg] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .kpi-grid-3[b-vzgmq593mg] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gauge-card[b-vzgmq593mg] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .gauge-meta[b-vzgmq593mg] {
        flex: 1;
    }
}
/* /Components/Pages/MicroCrm.razor.rz.scp.css */
.crm-kpi-grid[b-4wfjuwfye9] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.crm-kpi-card[b-4wfjuwfye9] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
}

.crm-kpi-card-clickable[b-4wfjuwfye9] {
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.crm-kpi-card-clickable:hover[b-4wfjuwfye9] {
    transform: translateY(-1px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.crm-kpi-card.active[b-4wfjuwfye9] {
    outline: 2px solid rgba(19, 91, 236, 0.28);
    outline-offset: 0;
}

.crm-kpi-card.danger[b-4wfjuwfye9] {
    border-color: rgba(239, 68, 68, 0.32);
    background: rgba(254, 242, 242, 0.75);
}

.crm-kpi-card.warning[b-4wfjuwfye9] {
    border-color: rgba(245, 158, 11, 0.32);
    background: rgba(255, 251, 235, 0.85);
}

.crm-kpi-card p[b-4wfjuwfye9] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.crm-kpi-card h3[b-4wfjuwfye9] {
    margin: 0.25rem 0 0;
    font-size: 1.65rem;
    font-weight: 900;
}

.crm-row-actions[b-4wfjuwfye9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

@media (min-width: 900px) {
    .crm-kpi-grid[b-4wfjuwfye9] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
