
.umpcf-bar-wrap { margin: 8px 0 16px; }
.umpcf-bar-label { font-size: 13px; margin-bottom: 4px; color: #555; }
.umpcf-bar-track { background: #e5e5e5; border-radius: 6px; height: 10px; overflow: hidden; }
.umpcf-bar-fill { background: linear-gradient(90deg,#4caf50,#8bc34a); height: 100%; transition: width .4s ease; }
.umpcf-widget { border: 1px solid #e5e5e5; border-radius: 8px; padding: 14px 16px; margin: 12px 0; background: #fafafa; }
.umpcf-widget-title { font-weight: 600; margin: 10px 0 6px; }
.umpcf-missing-list { margin: 0 0 12px 18px; padding: 0; list-style: disc; }
.umpcf-missing-list li { margin-bottom: 2px; }
.umpcf-cta { display: inline-block; }
.umpcf-card-badge { font-size: 11px; color: #4caf50; font-weight: 600; margin-top: 2px; }
.umpcf-congrats { background: #eef9ee; border: 1px solid #b7e4b7; color: #276b27; padding: 8px 12px; border-radius: 6px; margin: 8px 0 16px; font-size: 13px; }
