.kpiCard { display: flex; flex-direction: column; align-items: center; padding: 20px; background: var(--color-white); border-radius: var(--radius); box-shadow: var(--shadow); } .kpiValue { font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 6px; } .kpiLabel { font-size: 12px; color: var(--color-muted, #888); text-align: center; } @media (max-width: 768px) { .kpiValue { font-size: 28px; } }