/* ===== v168-aux-import-modal-ux: polished bulk import dialog ===== */
.modal.aux-import-modal{width:min(860px,calc(100vw - 48px))}
.aux-import-modern{display:flex;flex-direction:column;gap:12px}
.aux-imp-guide{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid #dbe7ff;background:linear-gradient(135deg,#f8fbff,#f4f8ff);border-radius:10px;color:#334155}
.aux-imp-guide i{color:#2563eb;margin-top:2px}
.aux-imp-guide b{color:#0f172a}
.aux-imp-format{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.aux-imp-format span{font-size:11px;padding:3px 8px;border:1px solid #d8e2f0;background:#fff;border-radius:999px;color:#475569}
.aux-imp-editor-wrap{border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;background:#fff}
.aux-imp-editor-head{display:flex;align-items:center;justify-content:space-between;padding:8px 11px;background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px}
.aux-imp-editor-head code{color:#2563eb}
.aux-imp-textarea{width:100%;height:230px;border:0!important;border-radius:0!important;box-shadow:none!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:12.5px!important;line-height:1.65!important;padding:12px 14px!important;resize:vertical;background:#fff;color:#0f172a}
.aux-imp-textarea:focus{outline:2px solid #bfdbfe;outline-offset:-2px}
.aux-imp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.aux-imp-stat{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px 12px}
.aux-imp-stat b{display:block;font-size:18px;line-height:1.1;color:#0f172a}
.aux-imp-stat span{display:block;font-size:11px;color:#64748b;margin-top:4px}
.aux-imp-stat.ok b{color:#059669}.aux-imp-stat.err b{color:#dc2626}.aux-imp-stat.info b{color:#2563eb}
.aux-imp-preview{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}
.aux-imp-preview-title{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:12px;color:#475569}
.aux-imp-preview table{width:100%;border-collapse:collapse;font-size:12px}
.aux-imp-preview th,.aux-imp-preview td{padding:7px 10px;border-bottom:1px solid #edf2f7;text-align:left}
.aux-imp-preview th{background:#fbfdff;color:#64748b;font-weight:700}
.aux-imp-errors{display:none;border:1px solid #fecaca;background:#fff7f7;color:#991b1b;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.6}
.aux-imp-errors.on{display:block}
.aux-imp-footnote{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}
@media(max-width:720px){.aux-imp-stats{grid-template-columns:repeat(2,1fr)}.modal.aux-import-modal{width:calc(100vw - 24px)}}

