	/*------------- Graficas - Finanzas ------------- */
	.product-card, .pos-shell {
    border: 1px solid rgb(229 229 229 / 1);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 0 #0000, 0 20px 25px -5px rgb(141 150 167 / 50%), 0 8px 10px -6px rgb(229 231 235 / 0.5);
    overflow: hidden;
}
.product-top {
    height: 42px;
    background: var(--ink);
    border-bottom: 1px solid rgb(229 229 229 / 1);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
}
	.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #838995;
}
	.product-body {
    padding: 18px;
		font-family: var(--ont-family-primary);
		 background: var(--soft);
/* 		background-image: linear-gradient(to bottom right, rgb(16 185 129 / 0.2), #eff5ff, #e3eeff); */
}

	.mini-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini-title {
    font-weight: 600;
    color: var(--ink2);
}
.badge {
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
		background: var(--line);
    color: var(--line_dark);
    padding: 5px 9px;
}
.metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.metric, .panel {
    background-color: rgb(255 255 255 / 1);
    border: 1px solid rgb(229 229 229 / 1);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 0 0 #0000, 0 0 0 #0000, 0 15px 25px -12px rgb(0 0 0 / 0.25);
}

	.metric small {
    display: block;
    color: var(--ink2);
		font-weight: 600;
}
.metric b {
    font-size: 24px;
	font-weight: 400;
}
.muted {
    color: var(--ink);
	font-weight: 600;
}
.bars {
    height: 130px;
    display: flex;
    align-items: end;
    gap: 7px;
    padding-top: 15px;
}
.bars i {
    display: block;
    flex: 1;
    background: var(--ink);
    border-radius: 5px 5px 0 0;
}