/* Pipeline refinement */
.crm-pipeline-title-tools{gap:10px;align-items:end}
.crm-pipeline-density{margin-left:auto}
.crm-pipeline-density button{font-size:12px;padding:7px 10px}
.crm-kanban-column{border-left:1px dashed color-mix(in srgb,var(--crm-stage-color,#2563eb) 45%,transparent);transition:background .16s,box-shadow .16s}
.crm-kanban-column.is-drop-target{background:color-mix(in srgb,var(--crm-stage-color,#2563eb) 8%,transparent);box-shadow:inset 0 0 0 2px var(--crm-stage-color,#2563eb)}
.crm-kanban-card{transition:opacity .16s,transform .16s}
.crm-kanban-card.is-dragging{opacity:.52;transform:rotate(1deg)}
.crm-kanban-card.is-updating{opacity:.7}
.crm-kanban-card:focus-visible{outline:3px solid #1d4ed8;outline-offset:2px}
.crm-pipeline-density-compact .crm-kanban-card-contact,.crm-pipeline-density-compact .crm-kanban-card-meta span:nth-child(2){display:none}
.crm-pipeline-density-compact .crm-kanban-card-enrichment{display:none}
.crm-pipeline-density-compact .crm-kanban-card{padding:10px}
.crm-kanban-card-command{font-size:12px}
.crm-kanban-card[aria-grabbed=true]{box-shadow:0 0 0 2px #1d4ed8}
@media(max-width:760px){.crm-pipeline-density{margin-left:0}.crm-pipeline-title-tools{align-items:stretch}.crm-pipeline-title-tools>*{width:100%}}
.crm-kanban-card-phone { margin:4px 0; font-variant-numeric:tabular-nums; }
.crm-kanban-card-enrichment { display:grid; gap:4px; overflow-wrap:anywhere; font-size:.78rem; }
.crm-kanban-stage-choice { display:grid; gap:4px; margin-top:8px; }
.crm-pipeline-density-compact .crm-kanban-card-meta { display:none; }
@media(prefers-reduced-motion:reduce){.crm-kanban-card,.crm-kanban-column{transition:none}}
