.modal-module___6AH6q__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-module___6AH6q__modalContent{background-color:#fff;border-radius:8px;flex-direction:column;width:95%;max-width:900px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.modal-module___6AH6q__modalConfirm{max-width:500px}.modal-module___6AH6q__modalProgress{max-width:700px}.modal-module___6AH6q__modalHeader{background-color:#fafafa;border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.modal-module___6AH6q__modalHeader h2{color:#212121;margin:0;font-size:1.125rem;font-weight:600}.modal-module___6AH6q__closeBtn{color:#9e9e9e;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.modal-module___6AH6q__closeBtn:hover{color:#616161;background-color:#eee}.modal-module___6AH6q__modalBody{flex:1;min-height:0;padding:.5rem;overflow-y:auto}.modal-module___6AH6q__formGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem;display:grid}.modal-module___6AH6q__formGroup{flex-direction:column;gap:.125rem;margin-bottom:.25rem;display:flex}.modal-module___6AH6q__formGroupFullWidth{grid-column:1/-1}.modal-module___6AH6q__formGroupTwoThirds{grid-column:span 2}.modal-module___6AH6q__formGroup label{color:#616161;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.125rem;font-size:.75rem;font-weight:600}.modal-module___6AH6q__formGroup input,.modal-module___6AH6q__formGroup select,.modal-module___6AH6q__formGroup textarea{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.375rem .5rem;font-family:inherit;font-size:.875rem;transition:all .2s}.modal-module___6AH6q__formGroup input:focus,.modal-module___6AH6q__formGroup select:focus,.modal-module___6AH6q__formGroup textarea:focus{border-color:#2196f3;outline:none;box-shadow:0 0 0 2px #2196f31a}.modal-module___6AH6q__formGroup textarea{resize:vertical;min-height:50px}.modal-module___6AH6q__progressSliderContainer{align-items:center;gap:1rem;display:flex}.modal-module___6AH6q__progressSlider{flex:1}.modal-module___6AH6q__progressValue{min-width:45px;font-weight:600}.modal-module___6AH6q__progressBarContainer{background-color:#e0e0e0;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden}.modal-module___6AH6q__progressBarFill{height:100%;transition:width .3s}.modal-module___6AH6q__modalFooter{background-color:#fafafa;border-top:1px solid #eee;flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.modal-module___6AH6q__btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.modal-module___6AH6q__btnPrimary{color:#fff;background-color:#2196f3}.modal-module___6AH6q__btnPrimary:hover{background-color:#1976d2;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.modal-module___6AH6q__btnSecondary{color:#616161;background-color:#fff;border:1px solid #e0e0e0}.modal-module___6AH6q__btnSecondary:hover{background-color:#f5f5f5;border-color:#bdbdbd}.modal-module___6AH6q__btnDanger{color:#fff;background-color:#f44336}.modal-module___6AH6q__btnDanger:hover{background-color:#d32f2f;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.modal-module___6AH6q__loadingSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s ease-in-out infinite modal-module___6AH6q__spin;display:inline-block}@keyframes modal-module___6AH6q__spin{to{transform:rotate(360deg)}}.modal-module___6AH6q__deleteConfirmContent{text-align:center;padding:1rem}.modal-module___6AH6q__deleteConfirmContent i{color:#ff9800;margin-bottom:1rem;font-size:3rem;display:block}.modal-module___6AH6q__deleteConfirmContent p{color:#616161;margin:.75rem 0;font-size:1rem;line-height:1.5}.modal-module___6AH6q__deleteConfirmContent strong{color:#212121;font-weight:600}.modal-module___6AH6q__warningText{color:#f44336;font-size:.875rem;font-weight:500}.modal-module___6AH6q__progressUpdateForm{padding:1rem}.modal-module___6AH6q__currentProgress{margin-bottom:1.5rem}.modal-module___6AH6q__currentProgress h3{color:#424242;margin:0 0 .75rem;font-size:1rem;font-weight:600}.modal-module___6AH6q__progressBar{background-color:#e0e0e0;border-radius:3px;height:6px;overflow:hidden}.modal-module___6AH6q__progressBar.modal-module___6AH6q__large{height:12px}.modal-module___6AH6q__progressFill{background-color:#4caf50;height:100%;transition:width .3s}.modal-module___6AH6q__progressFill.modal-module___6AH6q__success{background-color:#4caf50}.modal-module___6AH6q__progressFill.modal-module___6AH6q__primary{background-color:#2196f3}.modal-module___6AH6q__progressFill.modal-module___6AH6q__warning{background-color:#ff9800}.modal-module___6AH6q__progressFill.modal-module___6AH6q__danger{background-color:#f44336}.modal-module___6AH6q__progressValueLabel{color:#616161;margin-left:.5rem;font-size:.875rem}.modal-module___6AH6q__updateHistory{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1rem}.modal-module___6AH6q__updateHistory h4{color:#424242;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.modal-module___6AH6q__historyList{flex-direction:column;gap:.75rem;max-height:200px;display:flex;overflow-y:auto}.modal-module___6AH6q__historyItem{background-color:#f5f5f5;border-radius:4px;padding:.75rem}.modal-module___6AH6q__historyHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.modal-module___6AH6q__historyProgress{color:#2196f3;font-size:1rem;font-weight:600}.modal-module___6AH6q__historyDate{color:#757575;font-size:.75rem}.modal-module___6AH6q__historyNotes{color:#424242;margin-bottom:.25rem;font-size:.8125rem;line-height:1.4}.modal-module___6AH6q__historyAuthor{color:#9e9e9e;font-size:.75rem;font-style:italic}@media (max-width:1024px){.modal-module___6AH6q__formGrid{grid-template-columns:repeat(2,1fr)}.modal-module___6AH6q__formGroupTwoThirds{grid-column:1/-1}}@media (max-width:768px){.modal-module___6AH6q__modalOverlay{padding:.5rem}.modal-module___6AH6q__modalContent{width:100%;max-width:100%;max-height:95vh}.modal-module___6AH6q__formGrid{grid-template-columns:1fr;gap:.5rem}.modal-module___6AH6q__formGroupTwoThirds{grid-column:1}.modal-module___6AH6q__modalHeader{padding:.5rem .75rem}.modal-module___6AH6q__modalBody{padding:.5rem}.modal-module___6AH6q__modalFooter{padding:.5rem .75rem}}
