.import-modal{max-width:880px}.import-progress{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.import-progress div{display:flex;align-items:center;gap:8px;color:#98a2b3;font-size:12px;border-bottom:2px solid #e4e8ef;padding:0 4px 10px}.import-progress span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eef1f6;font-size:10px}.import-progress .active{color:#2f6fed;border-color:#2f6fed;font-weight:600}.import-progress .active span{background:#2f6fed;color:#fff}.import-upload{border:2px dashed #cfd6e2;border-radius:8px;text-align:center;padding:48px 20px;background:#fafbfc}.upload-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#eaf1ff;color:#2f6fed;font-size:24px}.import-upload h3,.duplicate-options h3,.import-complete h3{font-size:16px;margin-bottom:7px}.import-upload p{color:#667085;font-size:12px;margin-bottom:20px}.mapping-summary{padding:10px 13px;background:#f5f8fd;border-radius:5px;margin-bottom:12px;color:#344054}.mapping-summary span{color:#667085;margin-left:10px;font-size:12px}.mapping-list{max-height:430px;overflow:auto;border:1px solid #e4e8ef;border-radius:5px}.mapping-row{display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid #e4e8ef}.mapping-row:last-child{border:0}.mapping-row>div{display:flex;flex-direction:column;min-width:0}.mapping-row small{color:#98a2b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px}.mapping-row>span{text-align:center;color:#98a2b3}.review-grid,.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.review-grid div,.result-grid div{border:1px solid #e4e8ef;border-radius:6px;padding:15px;display:flex;flex-direction:column}.review-grid span,.result-grid span{font-size:11px;color:#667085}.review-grid strong,.result-grid strong{font-size:22px;margin-top:5px}.duplicate-options{padding:16px;background:#f8f9fb;border-radius:6px;margin-bottom:16px}.duplicate-options label{margin-right:22px;font-size:12px}.preview-table{max-height:210px;overflow:auto;margin-bottom:8px}.nested-modal{position:fixed;inset:0;background:rgba(24,34,51,.35);display:grid;place-items:center;z-index:110}.custom-field-card{width:min(540px,calc(100% - 30px));padding:24px}.import-complete{text-align:center;padding:25px}.success-check{width:58px;height:58px;border-radius:50%;background:#e9f8f1;color:#16a36a;display:grid;place-items:center;font-size:28px;margin:0 auto 14px}.result-grid{grid-template-columns:repeat(4,1fr);margin-top:22px;text-align:left}.import-complete p{color:#d9475c;margin-bottom:15px}@media(max-width:650px){.import-progress div{font-size:0}.mapping-row{grid-template-columns:1fr}.mapping-row>span{display:none}.result-grid{grid-template-columns:1fr 1fr}}
.import-notice-stack{position:fixed;right:18px;top:68px;z-index:250;display:grid;gap:8px;width:min(420px,calc(100vw - 36px))}
.import-notice{display:flex;align-items:flex-start;gap:10px;background:var(--bg-card,#fff);border:1px solid var(--border-color,#e4e8ef);border-left:4px solid #2f6fed;border-radius:8px;padding:12px 14px;box-shadow:0 12px 32px rgba(16,24,40,.16)}
.import-notice.completed{border-left-color:#16a36a}.import-notice.failed{border-left-color:#d9475c}.import-notice p{flex:1;margin:0;line-height:1.45}.import-notice button{border:0;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:18px}.import-log-modal{max-width:900px}.import-log-modal .table-container{max-height:55vh}
.import-modal:has(.import-record-summary){max-width:1050px}.import-record-summary{margin-top:22px;text-align:left;border-top:1px solid var(--border-color);padding-top:18px}.import-record-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.import-record-heading h4{font-size:15px}.import-record-heading p{margin-top:4px;color:var(--text-secondary);font-size:12px}.import-record-heading select{width:170px}.import-record-summary .table-container{max-height:420px;border:1px solid var(--border-color);border-radius:7px}.import-record-summary .custom-table td{white-space:normal;vertical-align:top}.import-record-summary .custom-table th{position:sticky;top:0;z-index:1}.import-log-empty{padding:28px;text-align:center;color:var(--text-secondary)}.status-pill.created{background:var(--accent-green-bg);color:var(--accent-green)}.status-pill.skipped{background:var(--accent-orange-bg);color:var(--accent-orange)}.status-pill.failed{background:var(--accent-red-bg);color:var(--accent-red)}.status-pill.updated{background:var(--accent-blue-bg);color:var(--accent-blue)}
.import-history-launch{position:fixed;right:82px;bottom:24px;z-index:80;box-shadow:0 8px 24px rgba(16,24,40,.14)}.import-history-list{display:grid;gap:12px;max-height:72vh;overflow:auto;padding-right:4px}.import-history-job{border:1px solid var(--border-color);border-radius:10px;padding:16px;background:var(--bg-card)}.import-history-job.reverted{opacity:.78}.import-history-main,.import-history-actions,.import-history-counts{display:flex;align-items:center;gap:12px}.import-history-main{justify-content:space-between}.import-history-main>div{display:grid;gap:4px}.import-history-main span,.import-revert-note{font-size:12px;color:var(--text-secondary)}.import-history-counts{margin:14px 0;flex-wrap:wrap}.import-history-counts span{padding:6px 10px;border-radius:6px;background:var(--bg-secondary);font-size:12px}.import-history-actions{justify-content:flex-end}.import-revert-note{margin-top:10px;text-align:right}@media(max-width:650px){.import-history-launch{right:70px;bottom:18px;padding:9px}.import-history-counts{display:grid;grid-template-columns:1fr 1fr}.import-history-actions{justify-content:stretch}.import-history-actions .btn{flex:1}}
