/* Frontend styles */
.cpc-plan-wrap{max-width:980px;margin:20px auto;padding:18px;border-radius:10px;background:#fff;border:1px solid #eee;font-family:Inter, Arial, sans-serif}
.cpc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.cpc-card{background:#fafafa;border:1px solid #eee;padding:12px;border-radius:10px}
.cpc-acts{margin:8px 0;padding-left:18px}
.cpc-progress{height:10px;background:#efefef;border-radius:6px;overflow:hidden;width:100%}
.cpc-progress > i{display:block;height:100%;background:#26a69a;width:0%}
.cpc-streak{font-weight:600;color:#334}
.cpc-badge{display:inline-block;padding:6px 10px;border-radius:20px;background:#f0f0f0;margin-right:6px}
.cpc-muted{color:#777}
