/* SpaMaster 360 v48.16 - Chips de categorías con iconos flat liquid glass */
.sc-category-chip{
    display:inline-flex;
    align-items:center;
    gap:9px;
    max-width:100%;
    vertical-align:middle;
    font-weight:900;
    color:#172033;
    line-height:1.15;
}
.sc-category-dot{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:14px;
    display:inline-grid;
    place-items:center;
    color:#fff;
    --cat-color:#38bdf8;
    background:
        radial-gradient(circle at 28% 20%,rgba(255,255,255,.7),transparent 34%),
        linear-gradient(145deg,color-mix(in srgb,var(--cat-color) 78%,#fff),var(--cat-color));
    border:1px solid rgba(255,255,255,.55);
    box-shadow:0 10px 24px color-mix(in srgb,var(--cat-color) 26%,transparent), inset 0 1px 0 rgba(255,255,255,.72);
    overflow:hidden;
}
.sc-category-dot svg{width:17px;height:17px;display:block;stroke:currentColor}
.sc-category-name{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sc-category-chip-sm .sc-category-dot{width:28px;height:28px;min-width:28px;border-radius:11px}.sc-category-chip-sm .sc-category-dot svg{width:14px;height:14px}
.sc-category-chip-lg .sc-category-dot{width:40px;height:40px;min-width:40px;border-radius:16px}.sc-category-chip-lg .sc-category-dot svg{width:20px;height:20px}
td .sc-category-chip{min-width:160px}
#posMovementsTable td,#posExpensesTable td,.financial-table td,.report-table td{vertical-align:middle}

/* SpaMaster 360 v48.18 - chips sin halo/degradado exterior */
.sc-category-dot{
    color:var(--cat-color,#2563eb)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,250,252,.88))!important;
    border:1px solid color-mix(in srgb,var(--cat-color,#2563eb) 22%,#dbeafe)!important;
    box-shadow:0 8px 18px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.sc-category-dot svg{stroke:currentColor!important;fill:none!important;stroke-width:2.35!important}
