.batch-form { max-width: 1040px; padding-bottom: 3rem; }
.batch-fields { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 1.4rem 2.5rem; margin: 2rem 0; }
.batch-fields label { display: grid; gap: .55rem; min-width: 0; }
.batch-fields input, .batch-fields select { width: 100%; min-width: 0; }
.batch-setup, .batch-profile, .batch-review, .batch-comparison { padding: 1.5rem 0; margin: 1.5rem 0; border-top: 1px solid #303030; }
.batch-profile label { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: start; gap: .8rem; }
.batch-profile input[type=checkbox] { width: 1.2rem; min-height: 1.2rem; flex: 0 0 auto; }
.batch-workflow > section { min-width: 0; }
.batch-workflow > section:empty { display: none; }
.batch-workflow progress { width: 100%; height: .45rem; border: 0; border-radius: 0; background: #292929; accent-color: #ddd; margin: .5rem 0 1.5rem; }
.batch-workflow progress::-webkit-progress-bar { background: #292929; }
.batch-workflow progress::-webkit-progress-value { background: #ddd; }
@media (max-width: 700px) { .batch-fields { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; } }
