/* ============================================================================
   CLINICOS-SMART-IMPORT-PHASE-C — Smart Import 整合樣式
   純版面：顏色、字級、間距一律沿用既有 design token 與 .cos-card，
   不新增色彩系統，不改既有 Presentation 規則。
   ============================================================================ */

/* ---- 系統設定 → Smart Import（唯讀狀態） ---- */
.smart-import-status-v1{display:flex;flex-direction:column;gap:8px;margin-bottom:var(--cos-space-md,16px)}
.smart-import-status-v1 > div{display:flex;align-items:baseline;gap:var(--cos-space-sm,12px)}
.smart-import-status-v1 span{min-width:120px;color:var(--cos-color-text-muted,#6b7280);font-size:13px}
.smart-import-status-v1 strong{font-size:14px}
.smart-import-actions-v1{display:flex;gap:var(--cos-space-sm,12px);margin-bottom:var(--cos-space-sm,12px)}

/* ---- NEEDS_CONFIRMATION 欄位標記 ----
   刻意與既有 .customer-field-error-v3 的「錯誤紅」區隔：這不是錯誤，
   而是「辨識到了但請人眼確認一次」。不顯示任何百分比或信心分數。 */
.smart-import-needs-confirm-v1{
  border-color:var(--cos-color-warning-border,#f59e0b) !important;
  background:var(--cos-color-warning-bg,#fffbeb);
}
.smart-import-confirm-hint-v1{
  display:inline-block;margin-left:6px;padding:1px 6px;border-radius:10px;
  font-size:11px;line-height:1.6;
  color:var(--cos-color-warning-text,#b45309);
  background:var(--cos-color-warning-bg,#fef3c7);
}

/* ---- 重複提示（新建客戶頁內的最小提示，不是 modal） ---- */
.smart-import-dup-box-v1{
  margin:0 0 var(--cos-space-md,16px);padding:var(--cos-space-md,16px);
  border:1px solid var(--cos-color-warning-border,#f59e0b);border-radius:var(--cos-radius-md,8px);
  background:var(--cos-color-warning-bg,#fffbeb);
}
.smart-import-dup-box-v1.is-conflict{
  border-color:var(--cos-color-danger-border,#dc2626);
  background:var(--cos-color-danger-bg,#fef2f2);
}
.smart-import-dup-title-v1{font-weight:600;margin-bottom:var(--cos-space-sm,12px)}
.smart-import-dup-list-v1{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.smart-import-dup-row-v1{
  display:flex;align-items:center;gap:var(--cos-space-sm,12px);flex-wrap:wrap;
  padding:8px 10px;border-radius:var(--cos-radius-sm,6px);background:var(--cos-color-surface,#fff);
}
.smart-import-dup-name-v1{font-weight:600}
.smart-import-dup-meta-v1{color:var(--cos-color-text-muted,#6b7280);font-size:13px;flex:1 1 auto}
.smart-import-dup-actions-v1{margin-top:var(--cos-space-sm,12px);display:flex;gap:var(--cos-space-sm,12px)}
