.kcfp-dash{ display:grid; gap:14px; }
.kcfp-card{ background:#fff; border-radius:16px; padding:14px;
  box-shadow:0 1px 3px rgba(16,24,40,.06),0 1px 2px rgba(16,24,40,.06);}
.kcfp-card h3{ margin:0 0 10px; font-size:16px; }
.kcfp-children-list{ display:grid; gap:0; border-radius:12px; overflow:hidden; border:1px solid #eef2f7; }
.kcfp-child-chip{ display:grid; grid-template-columns:56px 1fr auto; align-items:center; column-gap:12px;
  padding:12px 14px; background:#fff; border-top:1px solid #eef2f7; }
.kcfp-children-list .kcfp-child-chip:first-child{ border-top:none; }
.kcfp-children-list .kcfp-child-chip:nth-child(odd){ background:#f8fafc; }
.kcfp-children-list .kcfp-child-chip:nth-child(even){ background:#ffffff; }
.kcfp-avatar{ width:48px; height:48px; border-radius:9999px; overflow:hidden; background:#f3f4f6; flex:none; }
.kcfp-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
.kcfp-child-meta{ min-width:0; }
.kcfp-child-meta strong{ display:block; line-height:1.15; }
.kcfp-child-meta small{ display:block; color:#64748b; }
.kcfp-child-ops{ display:flex; align-items:center; gap:8px; justify-self:end; white-space:nowrap; }
.kcfp-badge-open{ display:inline-flex; align-items:center; justify-content:center; height:24px; padding:0 8px; border-radius:9999px; background:#dbeafe; color:#1e40af; font-weight:700; font-size:12px; }
.kcfp-child-ops .kcfp-btn{ min-width:96px; text-align:center; padding:8px 14px; border-radius:12px; background:#22c55e; color:#fff; font-weight:800; }
.kcfp-dash-att{ position:relative; overflow:hidden; }
.kcfp-dash-att canvas{ display:block; width:100% !important; height:220px !important; max-height:280px; }
.kcfp-tag{ padding:4px 8px; border-radius:9999px; font-size:12px; font-weight:700; }
.kcfp-tag.warn{ background:#fee2e2; color:#991b1b; }
.pill{ padding:6px 10px; border-radius:9999px; font-weight:700; font-size:12px; }
.pill-red{ background:#fee2e2; color:#991b1b; } .pill-amber{ background:#fef3c7; color:#92400e; } .pill-blue{ background:#dbeafe; color:#1e40af; }
.badge{ padding:4px 8px; border-radius:8px; font-size:12px; font-weight:700; }
.sev-1{ background:#fee2e2; color:#991b1b; } .sev-2{ background:#fef3c7; color:#92400e; } .sev-3{ background:#dbeafe; color:#1e40af; }

.kcfp-checkout-cta{ display:none; justify-content:flex-end; margin-top:8px; }
.kcfp-btn-outline{ background:#fff; color:#16a34a; border:2px solid #16a34a; }
.kcfp-btn-outline:hover{ background:#16a34a; color:#fff; }
.kcfp-btn-lg{ padding:10px 18px; border-radius:12px; font-weight:800; }

.kcfp-checkout-cta{ margin-bottom:10px; }

.kcfp-checkout-cta{ display:flex; }

