.BatchListingDrawer-module__r5eWEW__drawerOverlay{-webkit-backdrop-filter:blur(4px);z-index:1000;box-sizing:border-box;background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out BatchListingDrawer-module__r5eWEW__fadeIn;display:flex;position:fixed;inset:0}.BatchListingDrawer-module__r5eWEW__drawerContent{border-radius:var(--radius-2xl);border:1px solid var(--border);box-shadow:var(--shadow-xl);box-sizing:border-box;background:#fff;flex-direction:column;width:100%;max-width:680px;max-height:92vh;animation:.25s cubic-bezier(.16,1,.3,1) BatchListingDrawer-module__r5eWEW__scaleIn;display:flex;position:relative;overflow:hidden auto}@media (max-width:640px){.BatchListingDrawer-module__r5eWEW__drawerOverlay{padding:8px}.BatchListingDrawer-module__r5eWEW__drawerContent{border-radius:20px;max-height:96vh}}.BatchListingDrawer-module__r5eWEW__drawerHeader{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.BatchListingDrawer-module__r5eWEW__drawerTitle{color:var(--gray-900);align-items:center;gap:8px;margin:0;font-size:17px;font-weight:800;display:flex}.BatchListingDrawer-module__r5eWEW__drawerSubtitle{color:var(--gray-500);margin:2px 0 0;font-size:12px}.BatchListingDrawer-module__r5eWEW__closeBtn{background:var(--gray-100);color:var(--gray-500);cursor:pointer;border-radius:var(--radius-full);border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .15s;display:flex}.BatchListingDrawer-module__r5eWEW__closeBtn:hover{color:var(--gray-800);background:var(--gray-200)}.BatchListingDrawer-module__r5eWEW__drawerBody{box-sizing:border-box;flex-direction:column;gap:22px;width:100%;padding:20px;display:flex;overflow-x:hidden}@media (max-width:480px){.BatchListingDrawer-module__r5eWEW__drawerBody{gap:16px;padding:12px}}.BatchListingDrawer-module__r5eWEW__sectionHeader{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.BatchListingDrawer-module__r5eWEW__produceGrid{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;display:flex}.BatchListingDrawer-module__r5eWEW__produceCard{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);box-sizing:border-box;background:#fff;flex-direction:column;gap:14px;width:100%;max-width:100%;padding:16px;transition:all .2s;display:flex;overflow:hidden}@media (max-width:480px){.BatchListingDrawer-module__r5eWEW__produceCard{padding:12px}}.BatchListingDrawer-module__r5eWEW__produceCardSelected{border-color:var(--green-300);background:#fff}.BatchListingDrawer-module__r5eWEW__produceCardUnselected{opacity:.6;background:var(--gray-50)}.BatchListingDrawer-module__r5eWEW__cardHeader{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.BatchListingDrawer-module__r5eWEW__cardCheckboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.BatchListingDrawer-module__r5eWEW__cardCheckbox{width:17px;height:17px;accent-color:var(--green-600);cursor:pointer}.BatchListingDrawer-module__r5eWEW__cardCheckboxText{color:var(--gray-800);font-size:13px;font-weight:700}.BatchListingDrawer-module__r5eWEW__deleteCardBtn{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.BatchListingDrawer-module__r5eWEW__deleteCardBtn:hover{color:var(--red-600);background:var(--red-50)}.BatchListingDrawer-module__r5eWEW__cardBody{box-sizing:border-box;grid-template-columns:120px 1fr;gap:16px;width:100%;min-width:0;display:grid}@media (max-width:540px){.BatchListingDrawer-module__r5eWEW__cardBody{grid-template-columns:1fr;gap:12px}}.BatchListingDrawer-module__r5eWEW__photoColumn{box-sizing:border-box;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.BatchListingDrawer-module__r5eWEW__photoBox{aspect-ratio:1;border-radius:var(--radius-lg);cursor:pointer;border:1px solid var(--border);background:var(--gray-50);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.BatchListingDrawer-module__r5eWEW__photoImage{object-fit:cover;width:100%;height:100%;display:block}.BatchListingDrawer-module__r5eWEW__photoOverlay{opacity:0;color:#fff;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;font-weight:700;transition:opacity .15s;display:flex;position:absolute;inset:0}.BatchListingDrawer-module__r5eWEW__photoBox:hover .BatchListingDrawer-module__r5eWEW__photoOverlay{opacity:1}.BatchListingDrawer-module__r5eWEW__customBadge{background:var(--green-600);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;padding:1px 5px;font-size:9px;font-weight:700;position:absolute;bottom:4px;left:4px}.BatchListingDrawer-module__r5eWEW__photoBtnGroup{gap:4px;width:100%;display:flex}.BatchListingDrawer-module__r5eWEW__photoBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--gray-50);color:var(--gray-700);cursor:pointer;text-align:center;flex:1;padding:5px 4px;font-size:11px;font-weight:600;transition:all .15s}.BatchListingDrawer-module__r5eWEW__photoBtn:hover{background:var(--gray-100);border-color:var(--gray-300)}.BatchListingDrawer-module__r5eWEW__cardFields{box-sizing:border-box;flex-direction:column;gap:10px;width:100%;min-width:0;display:flex}.BatchListingDrawer-module__r5eWEW__fieldGroup{box-sizing:border-box;flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.BatchListingDrawer-module__r5eWEW__fieldLabel{color:var(--gray-600);font-size:11px;font-weight:700}.BatchListingDrawer-module__r5eWEW__input{width:100%;min-width:0;color:var(--gray-900);border:1px solid var(--border);border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;outline:none;padding:8px 10px;font-size:13px;transition:all .15s}.BatchListingDrawer-module__r5eWEW__input:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #16a34a1f}.BatchListingDrawer-module__r5eWEW__select{width:100%;min-width:0;color:var(--gray-800);border:1px solid var(--border);border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;outline:none;padding:8px 10px;font-size:13px;font-weight:600}.BatchListingDrawer-module__r5eWEW__select:focus{border-color:var(--green-600)}.BatchListingDrawer-module__r5eWEW__pricingRow{box-sizing:border-box;grid-template-columns:85px 110px 1.2fr auto;align-items:flex-end;gap:8px;width:100%;min-width:0;display:grid}@media (max-width:540px){.BatchListingDrawer-module__r5eWEW__pricingRow{grid-template-columns:1fr 1fr}}.BatchListingDrawer-module__r5eWEW__priceWrapper{align-items:center;width:100%;min-width:0;display:flex;position:relative}.BatchListingDrawer-module__r5eWEW__pricePrefix{color:var(--gray-400);pointer-events:none;font-size:13px;font-weight:700;position:absolute;left:10px}.BatchListingDrawer-module__r5eWEW__priceInput{padding-left:22px;font-weight:700}.BatchListingDrawer-module__r5eWEW__freeToggleWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-lg);background:var(--gray-50);border:1px solid var(--border);box-sizing:border-box;align-items:center;gap:6px;height:36px;padding:0 6px;display:flex}.BatchListingDrawer-module__r5eWEW__freeCheckbox{accent-color:var(--green-600);cursor:pointer}.BatchListingDrawer-module__r5eWEW__freePill{background:var(--green-50);border:1px solid var(--green-200);height:36px;color:var(--green-800);border-radius:var(--radius-lg);justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.BatchListingDrawer-module__r5eWEW__suggestedRow{align-items:center;gap:8px;width:100%;min-width:0;display:flex}.BatchListingDrawer-module__r5eWEW__suggestedChip{color:var(--gray-600);background:var(--gray-100);border:1px dashed var(--gray-300);border-radius:var(--radius-md);cursor:pointer;padding:2px 8px;font-size:11px;transition:all .15s}.BatchListingDrawer-module__r5eWEW__suggestedChip:hover{background:var(--green-50);border-color:var(--green-400);color:var(--green-800)}.BatchListingDrawer-module__r5eWEW__harvestRow{border-top:1px solid var(--gray-100);box-sizing:border-box;flex-direction:column;gap:6px;width:100%;min-width:0;padding-top:8px;display:flex}.BatchListingDrawer-module__r5eWEW__harvestInputGroup{box-sizing:border-box;flex-direction:column;gap:6px;width:100%;min-width:0;display:flex}@media (min-width:500px){.BatchListingDrawer-module__r5eWEW__harvestInputGroup{grid-template-columns:1fr auto;align-items:center;display:grid}}.BatchListingDrawer-module__r5eWEW__harvestFreshnessBadge{color:var(--green-800);background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-md);box-sizing:border-box;align-items:center;gap:4px;width:fit-content;max-width:100%;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.BatchListingDrawer-module__r5eWEW__toOrderBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--gray-50);color:var(--gray-700);cursor:pointer;white-space:nowrap;box-sizing:border-box;text-align:center;padding:7px 10px;font-size:11px;font-weight:600;transition:all .15s}.BatchListingDrawer-module__r5eWEW__toOrderBtnActive{background:var(--green-50);border-color:var(--green-500);color:var(--green-800);font-weight:700}.BatchListingDrawer-module__r5eWEW__addProduceSection{background:var(--gray-50);border:1px dashed var(--border);border-radius:var(--radius-xl);box-sizing:border-box;justify-content:center;align-items:center;gap:10px;padding:12px;display:flex}.BatchListingDrawer-module__r5eWEW__addProduceBtn{color:var(--green-700);border-radius:var(--radius-lg);border:1px solid var(--green-300);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.BatchListingDrawer-module__r5eWEW__addProduceBtn:hover{background:var(--green-50);border-color:var(--green-500)}.BatchListingDrawer-module__r5eWEW__fulfillmentCard{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-xl);box-sizing:border-box;flex-direction:column;gap:14px;width:100%;padding:16px;display:flex}.BatchListingDrawer-module__r5eWEW__fulfillmentOption{border:1px solid var(--border);border-radius:var(--radius-xl);box-sizing:border-box;background:#fff;flex-direction:column;gap:12px;width:100%;padding:14px;display:flex}.BatchListingDrawer-module__r5eWEW__optionHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.BatchListingDrawer-module__r5eWEW__optionLabelGroup{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.BatchListingDrawer-module__r5eWEW__optionLabel{color:var(--gray-900);cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.BatchListingDrawer-module__r5eWEW__safestBadge{color:#15803d;white-space:nowrap;background:#dcfce7;border:1px solid #86efac;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:700}.BatchListingDrawer-module__r5eWEW__optionSubtitle{color:#4b5563;margin:2px 0 0;font-size:12px;line-height:1.35}.BatchListingDrawer-module__r5eWEW__modeSwitchGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:480px){.BatchListingDrawer-module__r5eWEW__modeSwitchGrid{grid-template-columns:1fr}}.BatchListingDrawer-module__r5eWEW__modeSwitchCard{border-radius:var(--radius-lg);cursor:pointer;text-align:left;box-sizing:border-box;flex-direction:column;gap:2px;padding:10px 12px;transition:all .15s;display:flex}.BatchListingDrawer-module__r5eWEW__modeSwitchActive{border:2px solid var(--green-600);background:#fff;box-shadow:0 1px 3px #16a34a33}.BatchListingDrawer-module__r5eWEW__modeSwitchInactive{border:1px solid var(--border);background:var(--gray-50)}.BatchListingDrawer-module__r5eWEW__zipTagsContainer{border:1px solid var(--border);border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-height:38px;padding:6px 8px;display:flex}.BatchListingDrawer-module__r5eWEW__zipTag{background:var(--green-100);color:var(--green-800);border-radius:var(--radius-full);align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.BatchListingDrawer-module__r5eWEW__zipTagRemoveBtn{color:var(--green-800);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;line-height:1}.BatchListingDrawer-module__r5eWEW__zipTagInput{border:none;outline:none;flex:1;min-width:80px;padding:4px 0;font-size:13px}.BatchListingDrawer-module__r5eWEW__radiusSliderRow{box-sizing:border-box;align-items:center;gap:12px;width:100%;display:flex}.BatchListingDrawer-module__r5eWEW__radiusSlider{accent-color:var(--green-600);cursor:pointer;flex:1}.BatchListingDrawer-module__r5eWEW__radiusBadge{color:var(--green-700);min-width:45px;font-size:13px;font-weight:700}.BatchListingDrawer-module__r5eWEW__landmarkBox{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-lg);box-sizing:border-box;flex-direction:column;gap:8px;padding:12px;font-size:12px;display:flex}.BatchListingDrawer-module__r5eWEW__landmarkRow{justify-content:space-between;align-items:center;display:flex}.BatchListingDrawer-module__r5eWEW__landmarkTitle{color:var(--green-900);font-weight:700}.BatchListingDrawer-module__r5eWEW__changeLandmarkBtn{color:var(--green-700);cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:700;text-decoration:underline}.BatchListingDrawer-module__r5eWEW__landmarkDisplay{border:1px solid var(--green-200);border-radius:var(--radius);color:var(--gray-800);background:#fff;padding:8px 10px;font-weight:600}.BatchListingDrawer-module__r5eWEW__noticeGrid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:8px;width:100%;display:grid}@media (max-width:360px){.BatchListingDrawer-module__r5eWEW__noticeGrid{grid-template-columns:1fr}}.BatchListingDrawer-module__r5eWEW__noticePill{border-radius:var(--radius-lg);cursor:pointer;text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:44px;padding:8px 6px;font-size:12px;line-height:1.25;transition:all .15s;display:flex;overflow:visible}.BatchListingDrawer-module__r5eWEW__noticePillActive{border:2px solid var(--green-600);background:var(--green-50);color:var(--green-800);font-weight:700}.BatchListingDrawer-module__r5eWEW__noticePillInactive{border:1px solid var(--border);color:var(--gray-700);background:#fff;font-weight:500}.BatchListingDrawer-module__r5eWEW__noticePillSub{color:var(--green-700);margin-top:2px;font-size:10px;font-weight:600}.BatchListingDrawer-module__r5eWEW__publishBtn{background:var(--green-600);color:#fff;border-radius:var(--radius-xl);cursor:pointer;box-sizing:border-box;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 8px #16a34a40}.BatchListingDrawer-module__r5eWEW__publishBtn:hover:not(:disabled){background:var(--green-700);transform:translateY(-1px)}.BatchListingDrawer-module__r5eWEW__publishBtn:disabled{opacity:.6;cursor:not-allowed}.BatchListingDrawer-module__r5eWEW__addProduceSearchInput{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:13px;transition:all .15s}.BatchListingDrawer-module__r5eWEW__addProduceSearchInput:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}.BatchListingDrawer-module__r5eWEW__cancelAddBtn{color:#374151;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.BatchListingDrawer-module__r5eWEW__cancelAddBtn:hover{color:#111827;background:#e5e7eb}
