/* Lead intent tags */
.intent-tag { display: inline-block; padding: 2px 10px; border-radius: 10px; font-size: 11px; font-weight: 500; }
.intent-高意向 { background: #dcfce7; color: #16a34a; }
.intent-中意向 { background: #dbeafe; color: #2563eb; }
.intent-低意向 { background: #fef3c7; color: #d97706; }
.intent-无意向 { background: #f3f4f6; color: #6b7280; }

.lead-status-tag { display: inline-block; padding: 2px 10px; border-radius: 10px; font-size: 11px; font-weight: 500; }
.lead-status-tag.s-跟进中 { background: #dbeafe; color: #2563eb; }
.lead-status-tag.s-已转化 { background: #dcfce7; color: #16a34a; }

/* Convert form */
.convert-form { background: var(--bg); border-radius: 8px; padding: 16px; margin-top: 12px; }
.convert-form .form-group { margin-bottom: 10px; }
.convert-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.convert-btn { width: 100%; padding: 12px; font-size: 15px; font-weight: 600; margin-top: 12px; }
