.fx-kpi{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:24px;
    box-shadow:var(--shadow);
    max-width:100%;
    min-width:0;
}

.fx-kpi-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    flex-shrink:0;
}

.fx-kpi-title{
    color:#6b7280;
    font-size:13px;
    font-weight:600;
}

.fx-kpi-value{
    font-size:34px;
    font-weight:800;
    color:#1f2937;
    line-height:1.1;
}

.fx-kpi-subtitle{
    margin-top:4px;
    color:#6b7280;
    font-size:13px;
}
