.table-excel-source { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr); gap: 16px; }
.table-excel-source textarea { min-height: 260px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.table-excel-file { display: grid; align-content: start; gap: 10px; padding: 14px; border: 1px dashed #a9c3e9; border-radius: 12px; background: #f4f8ff; }
.table-excel-file input { padding: 8px 0; border: 0; background: transparent; }
.table-excel-settings { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.table-excel-settings .field { min-width: 0; }
.table-excel-help { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.table-excel-preview { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.table-excel-preview[hidden], .table-excel-result[hidden] { display: none; }
.table-excel-preview h3, .table-excel-result h3 { margin-bottom: 6px; }
.table-excel-preview-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-excel-preview-table { min-width: 680px; margin-top: 10px; font-size: .86rem; }
.table-excel-preview-table th, .table-excel-preview-table td { white-space: nowrap; max-width: 240px; overflow: hidden; text-overflow: ellipsis; }
.table-excel-types { margin-top: 16px; }
.table-excel-types { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-excel-types td:last-child { width: 180px; }
.table-excel-types select { min-width: 145px; padding: 7px 9px; }
.table-excel-result { margin-top: 18px; padding: 14px; border: 1px solid #9bcdaa; border-radius: 12px; background: #f2fbf5; }
.table-excel-result p { margin: 0; }
.table-excel-result .actions { margin-bottom: 0; }
.table-excel-warnings { margin: 10px 0 0; padding-left: 20px; color: #805b0d; }
@media (max-width: 760px) {
  .table-excel-source, .table-excel-settings { grid-template-columns: 1fr; }
  .table-excel-source textarea { min-height: 210px; }
}
