.page-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.import-intro { padding: 15px; margin-bottom: 18px; border-radius: 10px; background: var(--cream); }
.import-intro p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.file-drop { place-items: center; min-height: 150px; padding: 25px; border: 2px dashed #b9c5b9; border-radius: 12px; background: #fbfcf8; text-align: center; cursor: pointer; }
.file-drop:hover { border-color: var(--green); background: #f6faf4; }
.file-drop input { width: auto; max-width: 100%; border: 0; box-shadow: none; }
.file-drop span { color: var(--muted); font-size: 12px; font-weight: 500; }
.import-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.import-error { margin: 12px 0 4px; padding: 11px 13px; border: 1px solid #e5b6b0; border-radius: 8px; background: #fff2f0; color: var(--red); font-size: 13px; font-weight: 700; }
.import-summary { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 12px 14px; margin-bottom: 17px; border-radius: 9px; background: var(--cream); }
.import-summary span { color: var(--muted); font-size: 12px; }
.mapping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.import-review { max-height: 48vh; overflow: auto; margin: 0 -22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.import-review table { min-width: 610px; }
.import-review td { padding: 10px 12px; }
.import-review td small { display: block; color: var(--muted); }
.import-review select { min-width: 105px; padding: 7px; }
.muted-row { opacity: .48; background: #f3f3f0; }
@media(max-width:600px){.mapping-grid{grid-template-columns:1fr}.page-actions{justify-content:flex-start}.page-title{display:grid;gap:14px}.import-summary{align-items:flex-start;flex-direction:column;gap:3px}}
