.card-flex-container.four{display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.card-flex-stats{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 5px 15px 0 rgba(0,0,0,.05);cursor:default;display:flex;flex-direction:column;opacity:0;padding:15px;transform:translateY(30px);transition:opacity .3s ease-out,transform .3s ease-out;will-change:opacity,transform}.card-flex-stats.is-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.card-flex-stats:nth-child(2){transition-delay:.1s}.card-flex-stats:nth-child(3){transition-delay:.2s}.card-flex-stats:nth-child(4){transition-delay:.3s}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.icon-box{align-items:center;border-radius:10px;display:flex;height:38px;justify-content:center;width:38px}.icon-box img{height:auto;width:22px}.badge{border-radius:20px;font-size:10px;letter-spacing:.5px;padding:0 10px}.badge,.sub-label{font-weight:700;text-transform:uppercase}.sub-label{color:#7c8db5;display:block;font-size:11px;margin-bottom:8px}.card-title{color:#1a202c;font-size:22px;font-weight:700;line-height:1.1;margin:0}.card-stats{border-top:1px solid #f1f5f9;margin-top:20px;padding-top:15px}.stat-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.stat-name{color:#64748b;font-size:12px;font-weight:500;padding-right:10px}.stat-value{background:#f1f5f9;border-radius:20px;color:#334155;font-size:10px;font-weight:600;padding:0 7px;text-transform:capitalize;white-space:nowrap}.status-bars{align-items:flex-end;display:flex;gap:3px;margin-top:20px}.bar{background-color:#fee2e2;border-radius:2px;height:12px}.bar:first-child{height:18px;width:55px}.bar:nth-child(2){height:14px;width:55px}.bar:nth-child(3){height:12px;width:55px}.bar:nth-child(4){height:7px;width:55px}@media (max-width:1100px){.card-flex-container.four{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.card-flex-container.four{grid-template-columns:repeat(1,1fr)}}