.modal.wide { width: min(1050px, 96vw); }
.import-preview { margin-top: 16px; }
.preview-summary { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 10px; }
.preview-summary span { color: var(--muted); font-size: 11px; }
.preview-table { max-height: 390px; border: 1px solid var(--line); border-radius: 8px; }
.preview-table th { position: sticky; top: 0; z-index: 1; }
.preview-table select { border: 1px solid var(--line); border-radius: 6px; padding: 6px; font: 11px "DM Sans"; background: white; }
