.batch-import-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 22px;align-items:center;margin:0 0 16px;padding:16px 18px;border:1px solid #cfe0f4;border-radius:10px;background:linear-gradient(135deg,#f4f8fd,#fbfdff);box-shadow:0 7px 20px #173b5e0a}
.batch-import-banner>div:first-child{display:flex;align-items:center;gap:12px}.batch-banner-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:9px;color:#fff;background:#2874e8;font-size:20px;font-weight:700}.batch-import-banner strong{color:#213b55;font-size:14px}.batch-import-banner p{margin:3px 0 0;color:#657b92;font-size:12px}.batch-banner-policies{grid-column:1/-1;display:flex;gap:6px;flex-wrap:wrap}.batch-banner-policies span{padding:3px 8px;border:1px solid #dbe6f2;border-radius:999px;background:#fff;color:#5e7186;font-size:10px}
.batch-import-modal{width:min(1160px,calc(100vw - 28px))}.batch-import-body{padding-top:18px}.batch-import-rules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:14px}.batch-import-rules>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid #e1e8f0;border-radius:7px;background:#fbfcfe}.batch-import-rules strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#445a71;font-size:11px}.batch-import-rules span{flex:0 0 auto;padding:2px 6px;border-radius:999px;background:#edf3fb;color:#35649a;font-size:10px}
.batch-drop-zone{display:flex;align-items:center;justify-content:center;gap:11px;min-height:82px;padding:16px 20px;border:1.5px dashed #93afd0;border-radius:10px;background:#f7faff;color:#456585;cursor:pointer;outline:none;transition:.15s ease}.batch-drop-zone:hover,.batch-drop-zone:focus,.batch-drop-zone.is-dragging{border-color:#2874e8;background:#eef5ff;box-shadow:0 0 0 3px #2874e815}.batch-drop-zone .upload-icon{margin:0;font-size:25px}.batch-drop-zone strong,.batch-drop-zone small{display:block}.batch-drop-zone small{color:#72869b;font-size:11px}.batch-import-notice{margin-top:10px;padding:8px 11px;border-radius:6px;background:#fff8e8;color:#765b18;font-size:12px}
.batch-preflight-summary,.batch-progress-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 1px 8px;color:#52687f;font-size:12px}.batch-preflight-summary strong,.batch-progress-summary strong{color:#263e57;font-size:13px}.batch-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#e9eef4}.batch-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2874e8,#24a69a);transition:width .25s ease}.batch-import-empty{margin-top:14px;padding:34px;border:1px dashed #d9e2ec;border-radius:8px;text-align:center;color:#8192a4;font-size:12px}
.batch-import-table{max-height:350px;border-radius:8px}.batch-import-table table{min-width:1000px;font-size:12px}.batch-import-table th,.batch-import-table td{padding:10px 11px;vertical-align:top}.batch-import-table td:first-child{max-width:240px}.batch-import-table td>strong,.batch-import-table td>small{display:block}.batch-import-table td>strong{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2c435a}.batch-import-table td>small{margin-top:3px;color:#7b8c9e;font-size:10px;white-space:normal}.batch-policy{display:inline-flex;padding:3px 7px;border-radius:999px;background:#eaf8f4;color:#23775e;font-size:10px;font-weight:700}.batch-policy.replace{background:#fff3dc;color:#8a6116}.batch-pending{color:#8393a4}.batch-status{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.batch-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.batch-status.checking,.batch-status.queued{background:#eef2f6;color:#687b8e}.batch-status.ready{background:#eaf4ff;color:#2a67af}.batch-status.importing{background:#e8f2ff;color:#2368c7}.batch-status.importing i{animation:batchPulse 1s infinite}.batch-status.success{background:#e9f8f2;color:#1f795a}.batch-status.failed,.batch-status.error{background:#fff0f1;color:#b12d3d}.batch-item-message{max-width:270px;line-height:1.45}.batch-item-message.is-error{color:#b12d3d!important}.batch-item-message.is-warning{color:#936617!important}.batch-row-action{padding:3px 0;border:0;background:transparent;color:#2868bd;font-size:11px;font-weight:700;cursor:pointer}.batch-row-action.muted{color:#71849a}.batch-import-foot{flex-wrap:wrap}
@keyframes batchPulse{50%{opacity:.28}}
@media(max-width:900px){.batch-import-rules{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-import-banner{grid-template-columns:1fr}.batch-import-banner>.btn{justify-self:start}.batch-banner-policies{grid-column:auto}}
@media(max-width:600px){.batch-import-rules{grid-template-columns:1fr}.batch-drop-zone{justify-content:flex-start}.batch-preflight-summary,.batch-progress-summary{align-items:flex-start;flex-direction:column;gap:2px}.batch-import-modal{width:calc(100vw - 12px)}.batch-import-body{padding-left:12px;padding-right:12px}.batch-import-foot .btn{flex:1 1 auto}}
