.csv-full { font-family: system-ui, Arial, sans-serif; max-width:1100px; margin:20px auto; }
.csv-full h2 { margin-bottom:12px; }
.card { background:#fff; border:1px solid #e6e6e6; padding:16px; border-radius:8px; box-shadow:0 1px 2px rgba(0,0,0,0.03); }
.row { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.file-label { display:inline-block; cursor:pointer; padding:10px 14px; border:1px dashed #cfcfcf; border-radius:6px; }
.file-label input { display:none; }
.primary { background:#0073aa; color:#fff; border:none; padding:8px 12px; border-radius:6px; cursor:pointer; }
.mt { margin-top:18px; }
.controls { display:flex; gap:8px; align-items:center; margin-bottom:8px; flex-wrap:wrap; }
.controls input { padding:6px 8px; border:1px solid #ddd; border-radius:4px; }
.controls button { padding:6px 10px; border-radius:6px; border:1px solid #ccc; background:#fafafa; cursor:pointer; }
#status { min-width:200px; font-weight:600; }
