/* basic styles */
.cfd-catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.cfd-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.cfd-progress{position:relative;height:10px;background:#eee;border-radius:6px;margin:8px 0}.cfd-progress__bar{height:10px;background:#4caf50;border-radius:6px}.cfd-progress__label{font-size:12px;margin-left:6px}
