  /* ── AI MEETING IMPORT ── */
  .import-intro{font-size:13px;color:var(--muted);margin-bottom:16px;max-width:760px;}
  .import-paste-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:20px;}
  .import-paste-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px;flex-wrap:wrap;}
  .import-paste-actions .btn-outline,
  .import-section-head .btn-outline,
  .import-actions .btn-outline{border-color:var(--border);color:var(--green);}
  .import-paste-actions .btn-outline:hover,
  .import-section-head .btn-outline:hover,
  .import-actions .btn-outline:hover{background:var(--light);}
  #importJsonInput{width:100%;min-height:260px;padding:12px;border:1px solid var(--border);border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.5;background:var(--tan);color:var(--text);resize:vertical;}
  .import-msg-block{border-radius:8px;padding:12px 16px;margin-bottom:12px;font-size:13px;}
  .import-msg-block ul{margin:6px 0 0 18px;}
  .import-msg-title{font-weight:bold;font-size:12px;text-transform:uppercase;letter-spacing:.5px;}
  .import-msg-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;}
  .import-msg-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e;}
  .import-section{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:16px;}
  .import-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
  .import-match-note{font-size:12px;color:var(--muted);margin-top:8px;}
  .import-row{background:var(--tan);border:1px solid var(--border);border-radius:8px;padding:14px;margin-bottom:10px;}
  .import-row-head{display:flex;justify-content:flex-end;margin-bottom:8px;}
  .import-meta-strip{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:var(--muted);}
  .import-actions{display:flex;gap:8px;justify-content:flex-end;padding:4px 0 24px;}
