.batch-panel { margin-top: 16px; }
.batch-input-row { display: flex; gap: 10px; align-items: end; margin: 18px 0 10px; }
.file-picker { display: flex; align-items: center; width: auto; min-height: 34px; padding: 0 11px; border: 1px solid #cbd6df; border-radius: 5px; background: #fff; cursor: pointer; }
.file-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.node-input { width: 100%; min-height: 130px; resize: vertical; border: 1px solid #cbd6df; border-radius: 5px; padding: 11px; font: 13px/1.5 "Cascadia Code", Consolas, monospace; }
.batch-status { margin: 10px 0; color: #65717d; }
.batch-output { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.batch-result { border: 1px solid #dce4ea; border-radius: 6px; padding: 12px; }
.batch-result header { display: flex; justify-content: space-between; align-items: center; color: #65717d; font-weight: 700; font-size: 12px; }
.batch-result textarea { width: 100%; min-height: 130px; margin-top: 9px; border: 0; background: #f7f9fb; border-radius: 4px; padding: 8px; resize: vertical; color: #173b60; font: 12px/1.5 "Cascadia Code", Consolas, monospace; }
@media (max-width: 760px) { .batch-output { grid-template-columns: 1fr; } }
