/* _content/SabbyusWeb/Components/Layout/IndicadorUsoTokens.razor.rz.scp.css */
.token-usage-indicator[b-e8tjqrjl3t] {
    --token-color: #aeb7c2;
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.token-level-normal[b-e8tjqrjl3t] { --token-color: #10a64a; }
.token-level-warning[b-e8tjqrjl3t] { --token-color: #f4a100; }
.token-level-critical[b-e8tjqrjl3t] { --token-color: #d92d45; }

.token-usage-button[b-e8tjqrjl3t] {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font: inherit;
}

.token-usage-button:focus-visible[b-e8tjqrjl3t] {
    outline: 2px solid #2f80ed;
    outline-offset: 2px;
}

.token-usage-ring[b-e8tjqrjl3t] {
    width: 34px;
    height: 34px;
    transform: rotate(-90deg);
    display: block;
}

.token-usage-track[b-e8tjqrjl3t],
.token-usage-value[b-e8tjqrjl3t] {
    fill: none;
    stroke-width: 4;
}

.token-usage-track[b-e8tjqrjl3t] { stroke: #d8dde3; }
.token-usage-value[b-e8tjqrjl3t] {
    stroke: var(--token-color);
    stroke-linecap: round;
    transition: stroke-dasharray .25s ease, stroke .25s ease;
}

.token-usage-percent[b-e8tjqrjl3t] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #26364a;
    font-size: .65rem;
    font-weight: 700;
}

.token-usage-popover[b-e8tjqrjl3t] {
    position: absolute;
    right: -12px;
    bottom: 45px;
    z-index: 30;
    width: 300px;
    padding: 18px;
    border: 1px solid rgba(1, 59, 128, .16);
    border-radius: 12px;
    background: #fff;
    color: #20324a;
    box-shadow: 0 12px 30px rgba(18, 38, 63, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
    pointer-events: none;
}

.token-usage-popover[b-e8tjqrjl3t]::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 1px solid rgba(1, 59, 128, .16);
    border-bottom: 1px solid rgba(1, 59, 128, .16);
    transform: rotate(45deg);
}

.token-usage-indicator:hover .token-usage-popover[b-e8tjqrjl3t],
.token-usage-indicator:focus-within .token-usage-popover[b-e8tjqrjl3t] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.token-usage-title[b-e8tjqrjl3t] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #013b80;
    font-weight: 700;
    font-size: 1rem;
}

.token-usage-origin[b-e8tjqrjl3t] {
    color: #62748a;
    font-size: .7rem;
    font-weight: 600;
}

.token-usage-progress[b-e8tjqrjl3t] {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e5e9;
}

.token-usage-progress span[b-e8tjqrjl3t] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--token-color);
    transition: width .25s ease;
}

.token-usage-progress-label[b-e8tjqrjl3t] {
    margin: 5px 0 12px;
    text-align: right;
    font-size: .78rem;
    font-weight: 700;
}

.token-usage-popover dl[b-e8tjqrjl3t] { margin: 0; }
.token-usage-popover dl div[b-e8tjqrjl3t] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 6px 0;
}
.token-usage-popover dt[b-e8tjqrjl3t] { font-weight: 500; }
.token-usage-popover dd[b-e8tjqrjl3t] {
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}

.token-usage-model[b-e8tjqrjl3t] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e7ebf0;
    color: #62748a;
    font-size: .72rem;
}

@media (max-width: 520px) {
    .token-usage-popover[b-e8tjqrjl3t] {
        position: fixed;
        right: 12px;
        bottom: 76px;
        left: 12px;
        width: auto;
    }
    .token-usage-popover[b-e8tjqrjl3t]::after { display: none; }
}
/* _content/SabbyusWeb/Components/Pages/IA/ConsumoIA.razor.rz.scp.css */
.consumo-ia-page[b-zub1jkqwuq] {
    padding: 20px;
    height: 100%;
    overflow: auto;
    background: #f6f8fb;
}

.consumo-ia-header[b-zub1jkqwuq],
.consumo-ia-section-title[b-zub1jkqwuq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.consumo-ia-title[b-zub1jkqwuq] {
    color: #0a2e5c;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.consumo-ia-subtitle[b-zub1jkqwuq] {
    margin-top: 2px;
    color: #5d6f88;
    font-weight: 500;
}

.consumo-ia-header-actions[b-zub1jkqwuq] {
    flex-shrink: 0;
}

.consumo-ia-action-button[b-zub1jkqwuq] {
    min-width: 138px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.consumo-ia-action-button-primary[b-zub1jkqwuq] {
    background-color: #013b80 !important;
    color: #fff !important;
}

.consumo-ia-action-button-primary:hover[b-zub1jkqwuq] {
    background-color: #002f66 !important;
}

.consumo-ia-action-button-secondary[b-zub1jkqwuq] {
    border-color: #c8d8ee !important;
    color: #1f4170 !important;
    background: #ffffff !important;
}

.consumo-ia-action-button-secondary:hover[b-zub1jkqwuq] {
    border-color: #9eb8dc !important;
    background: #f7fbff !important;
}

.consumo-ia-filtros[b-zub1jkqwuq],
.consumo-ia-panel[b-zub1jkqwuq] {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #dce7f4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(1, 59, 128, 0.04);
}

.consumo-ia-filtros[b-zub1jkqwuq] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.consumo-ia-filtros-titulo[b-zub1jkqwuq] {
    margin-bottom: 8px;
    color: #1d3c66;
    font-weight: 700;
}

.consumo-ia-kpis-grid[b-zub1jkqwuq] {
    margin-top: 2px;
}

.consumo-ia-panel-title[b-zub1jkqwuq] {
    color: #113c72;
    font-weight: 700;
}

.consumo-ia-barra-item[b-zub1jkqwuq] {
    margin-top: 14px;
}

.consumo-ia-subtitulo[b-zub1jkqwuq] {
    margin-top: 14px;
    color: #425d80;
    font-weight: 700;
}

.consumo-ia-separador[b-zub1jkqwuq] {
    margin-top: 22px;
}

.consumo-ia-barra-label[b-zub1jkqwuq] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
    color: #263b55;
}

.consumo-ia-barra-nombre[b-zub1jkqwuq] {
    font-weight: 600;
    color: #1f3a5d;
}

.consumo-ia-barra-costo[b-zub1jkqwuq] {
    color: #0e315d;
    font-weight: 700;
}

.consumo-ia-barra-item small[b-zub1jkqwuq] {
    display: block;
    margin-top: 5px;
    color: #7187a5;
}

.consumo-ia-registros-chip[b-zub1jkqwuq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid #d5e3f5;
    color: #0e4c95;
    font-weight: 700;
}

.consumo-ia-table[b-zub1jkqwuq] {
    border: 1px solid #e3ebf6;
    border-radius: 10px;
    overflow: hidden;
}

.consumo-ia-table :deep(.mud-table-head .mud-table-cell)[b-zub1jkqwuq] {
    background: #f4f8ff;
    color: #24486f;
    font-weight: 700;
    border-bottom: 1px solid #deebfb;
}

.consumo-ia-table :deep(.mud-table-body .mud-table-row:nth-child(even))[b-zub1jkqwuq] {
    background: #fbfdff;
}

.consumo-ia-table :deep(.mud-table-body .mud-table-row:hover)[b-zub1jkqwuq] {
    background: #f2f7ff;
}

.consumo-ia-th-num[b-zub1jkqwuq],
.consumo-ia-td-num[b-zub1jkqwuq] {
    text-align: right;
}

.consumo-ia-operacion-chip[b-zub1jkqwuq] {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 999px;
    background: #ebf3ff;
    color: #0f4d96;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
}

.consumo-ia-paginacion[b-zub1jkqwuq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 14px;
}

.consumo-ia-page-btn[b-zub1jkqwuq] {
    border-radius: 10px;
    min-width: 112px;
    font-weight: 700;
    text-transform: none;
}

.consumo-ia-page-btn-next[b-zub1jkqwuq] {
    background-color: #013b80 !important;
}

.consumo-ia-page-indicator[b-zub1jkqwuq] {
    color: #3a5477;
    font-weight: 600;
}

@media (max-width: 960px) {
    .consumo-ia-header[b-zub1jkqwuq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .consumo-ia-header-actions[b-zub1jkqwuq] {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .consumo-ia-action-button[b-zub1jkqwuq] {
        flex: 1 1 0;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .consumo-ia-page[b-zub1jkqwuq] {
        padding: 12px;
    }

    .consumo-ia-filtros[b-zub1jkqwuq],
    .consumo-ia-panel[b-zub1jkqwuq] {
        padding: 12px;
    }

    .consumo-ia-paginacion[b-zub1jkqwuq] {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .consumo-ia-page-indicator[b-zub1jkqwuq] {
        width: 100%;
        text-align: center;
        order: 3;
    }
}
/* _content/SabbyusWeb/Components/Pages/Notificaciones/GestionAlertas.razor.rz.scp.css */
.gestion-alertas-scroll[b-si06i3u5nk] {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
}

.gestion-alertas-paper[b-si06i3u5nk] {
    min-height: 100%;
    box-sizing: border-box;
}

.gestion-alertas-header[b-si06i3u5nk] {
    position: sticky;
    top: 0;
    z-index: 5;
    padding-bottom: 8px;
    background: var(--mud-palette-surface);
}

@media (max-width: 768px) {
    .gestion-alertas-scroll[b-si06i3u5nk] {
        height: 100dvh;
    }
}
