.Batches-module__dREv0a__container{width:100%;max-width:1600px;min-height:calc(100vh - 70px);margin:0 auto;padding-bottom:4rem}.Batches-module__dREv0a__headerArea{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Batches-module__dREv0a__title{color:#1e293b;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.Batches-module__dREv0a__subtitle{color:#64748b;margin:0;font-size:1.05rem;line-height:1.5}.Batches-module__dREv0a__createBatchBtn{color:#fff;cursor:pointer;background-color:#339dd9;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s;display:flex}.Batches-module__dREv0a__createBatchBtn:hover{background-color:#6da038}.Batches-module__dREv0a__summaryGrid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px;margin-bottom:3rem;display:grid}.Batches-module__dREv0a__summaryCard{background:#fff;border:1px solid #e2e8f0;border-bottom:2px solid #cbd5e1;border-radius:6px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.Batches-module__dREv0a__summaryCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.Batches-module__dREv0a__summaryHeader{justify-content:space-between;align-items:center;display:flex}.Batches-module__dREv0a__summaryLabel{color:#94a3b8;font-size:.95rem;font-weight:600}.Batches-module__dREv0a__summaryValue{color:#1e293b;font-size:1.8rem;font-weight:800}.Batches-module__dREv0a__iconBlue{color:#0284c7}.Batches-module__dREv0a__iconGreen{color:#339dd9}.Batches-module__dREv0a__batchesGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Batches-module__dREv0a__batchCard{background:#fff;border:1px solid #e2e8f0;border-bottom:2px solid #cbd5e1;border-radius:6px;flex-direction:column;justify-content:space-between;min-height:280px;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.Batches-module__dREv0a__batchCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.Batches-module__dREv0a__batchHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.Batches-module__dREv0a__batchName{color:#1e293b;flex-grow:1;margin:0;font-size:1.25rem;font-weight:700}.Batches-module__dREv0a__statusBadge{text-transform:uppercase;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Batches-module__dREv0a__activeStatus{color:#339dd9;background-color:#ecfccb}.Batches-module__dREv0a__completedStatus{color:#64748b;background-color:#f1f5f9}.Batches-module__dREv0a__batchDetails{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.Batches-module__dREv0a__detailRow{color:#475569;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Batches-module__dREv0a__detailIcon{color:#94a3b8}.Batches-module__dREv0a__progressContainer{flex-direction:column;gap:.4rem;margin-bottom:1.5rem;display:flex}.Batches-module__dREv0a__progressBarWrapper{background-color:#f1f5f9;border-radius:3px;width:100%;height:6px;overflow:hidden}.Batches-module__dREv0a__progressBar{background-color:#339dd9;border-radius:3px;height:100%}.Batches-module__dREv0a__progressPercent{color:#64748b;text-align:right;font-size:.8rem;font-weight:600}.Batches-module__dREv0a__batchActions{justify-content:flex-end;display:flex}.Batches-module__dREv0a__manageBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-bottom:2px solid #cbd5e1;border-radius:6px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.Batches-module__dREv0a__manageBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.Batches-module__dREv0a__emptyStateCard{background:#fff;border:1px solid #e2e8f0;border-bottom:2px solid #cbd5e1;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex;box-shadow:0 2px 8px #0000000a}.Batches-module__dREv0a__emptyIcon{color:#94a3b8;margin-bottom:1.5rem}.Batches-module__dREv0a__emptyText{color:#94a3b8;margin:0;font-size:1.25rem;font-weight:600}.Batches-module__dREv0a__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Batches-module__dREv0a__modalContent{background-color:#fff;border:1px solid #e2e8f0;border-bottom:4px solid #cbd5e1;border-radius:6px;width:90%;max-width:500px;padding:2.5rem;animation:.2s ease-out Batches-module__dREv0a__modalEnter;position:relative;box-shadow:0 10px 25px #0000001a}@keyframes Batches-module__dREv0a__modalEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Batches-module__dREv0a__modalHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Batches-module__dREv0a__modalTitle{color:#1e293b;font-size:1.3rem;font-weight:700}.Batches-module__dREv0a__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.Batches-module__dREv0a__closeBtn:hover{color:#1e293b}.Batches-module__dREv0a__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Batches-module__dREv0a__inputLabel{color:#334155;font-size:.95rem;font-weight:600}.Batches-module__dREv0a__textInput{color:#1e293b;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.75rem 1rem;font-size:.95rem}.Batches-module__dREv0a__textInput:focus{border-color:#339dd9}.Batches-module__dREv0a__modalActions{justify-content:flex-end;margin-top:2rem;display:flex}.Batches-module__dREv0a__applyBtn{color:#fff;cursor:pointer;background-color:#339dd9;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s}.Batches-module__dREv0a__applyBtn:hover{background-color:#6da038}@media (max-width:992px){.Batches-module__dREv0a__batchesGrid{grid-template-columns:1fr;gap:1.5rem}.Batches-module__dREv0a__headerArea{flex-direction:column;align-items:flex-start;gap:1rem}.Batches-module__dREv0a__createBatchBtn{justify-content:center;width:100%}.Batches-module__dREv0a__summaryGrid{grid-template-columns:1fr;gap:1rem;max-width:100%}}@media (max-width:768px){.Batches-module__dREv0a__batchCard,.Batches-module__dREv0a__modalContent{padding:1.5rem}}
