:root{--page-padding: 2rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background-color:#f9fafb}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}._header_1abnv_1{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;position:fixed;top:0;left:0;right:0;z-index:100}._container_1abnv_12{padding:1rem 2rem;display:flex;align-items:center}._logo_1abnv_18{display:flex;align-items:center;gap:.75rem}._logoIcon_1abnv_24{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}._logo_1abnv_18 h1{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._sidebar_gsh8u_1{position:fixed;left:0;top:72px;width:240px;height:calc(100vh - 72px);background-color:#f9fafb;border-right:1px solid #e5e7eb;padding:1rem 0;overflow-y:auto;z-index:10;box-sizing:border-box;display:flex;flex-direction:column}._nav_gsh8u_17{display:flex;flex-direction:column;gap:.5rem;padding:0 .75rem;flex:1}._menuGroup_gsh8u_25{display:flex;flex-direction:column}._groupHeader_gsh8u_30{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;color:#374151;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;transition:all .2s;width:100%;text-align:left}._groupHeader_gsh8u_30:hover{background-color:#f3f4f6;color:#111827}._groupIcon_gsh8u_54{font-size:.75rem;color:#9ca3af;transition:transform .2s;flex-shrink:0;display:inline-block}._groupIcon_gsh8u_54._expanded_gsh8u_62{transform:rotate(180deg)}._groupTitle_gsh8u_66{flex:1}._groupItems_gsh8u_70{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem;padding-left:.5rem}._navItem_gsh8u_78{display:flex;align-items:center;padding:.75rem 1rem;text-decoration:none;color:#6b7280;border-radius:.375rem;transition:all .2s;font-weight:500;font-size:.875rem}._navItem_gsh8u_78:hover{background-color:#f3f4f6;color:#111827}._navItem_gsh8u_78._active_gsh8u_95{background-color:#eff6ff;color:#3b82f6}._bottomSection_gsh8u_100{padding:1rem .75rem;margin-top:auto;border-top:1px solid #e5e7eb}._card_1dmdi_1{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}._outlined_1dmdi_8{border:1px solid #e5e7eb;box-shadow:none}._header_1dmdi_13{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}._content_1dmdi_18{padding:1.5rem}._button_19u9a_1{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;transition:all .2s;font-family:inherit}._button_19u9a_1:disabled{opacity:.6;cursor:not-allowed}._button_19u9a_1:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}._button_19u9a_1:not(:disabled):active{transform:translateY(0)}._small_19u9a_29{padding:.375rem .75rem;font-size:.875rem}._medium_19u9a_34{padding:.5rem 1rem;font-size:1rem}._large_19u9a_39{padding:.75rem 1.5rem;font-size:1.125rem}._primary_19u9a_45{background-color:#3b82f6;color:#fff}._primary_19u9a_45:hover:not(:disabled){background-color:#2563eb}._secondary_19u9a_54{background-color:#6b7280;color:#fff}._secondary_19u9a_54:hover:not(:disabled){background-color:#4b5563}._danger_19u9a_63{background-color:#ef4444;color:#fff}._danger_19u9a_63:hover:not(:disabled){background-color:#dc2626}._outline_19u9a_72{background-color:transparent;color:#3b82f6;border:1px solid #3b82f6}._outline_19u9a_72:hover:not(:disabled){background-color:#eff6ff}._spinner_19u9a_83{width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:_spin_19u9a_83 .6s linear infinite}@keyframes _spin_19u9a_83{to{transform:rotate(360deg)}}._overlay_73cb8_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_73cb8_15{background-color:#fff;border-radius:.75rem;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._header_73cb8_26{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._header_73cb8_26 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._closeButton_73cb8_41{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}._closeButton_73cb8_41:hover{background-color:#f3f4f6;color:#111827}._content_73cb8_63{padding:1.5rem;overflow-y:auto;flex:1}._searchBar_73cb8_69{position:relative;margin-bottom:1.5rem}._searchInput_73cb8_74{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}._searchInput_73cb8_74:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchIcon_73cb8_88{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem}._optionsGrid_73cb8_96{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fileTypeOptions_73cb8_102{display:flex;flex-direction:column;gap:1rem}._fileTypeCard_73cb8_108{cursor:pointer;transition:all .2s;border:2px solid #e5e7eb}._fileTypeCard_73cb8_108:hover{border-color:#3b82f6;box-shadow:0 4px 6px #0000000d}._fileTypeContent_73cb8_119{display:flex;align-items:center;gap:1rem}._fileTypeIcon_73cb8_125{width:48px;height:48px;object-fit:contain}._fileTypeName_73cb8_131{margin:0;font-size:1.125rem;font-weight:600;color:#111827}._optionCard_73cb8_138{cursor:pointer;transition:all .2s;height:100%}._optionCard_73cb8_138:hover:not(._disabled_73cb8_144){border-color:#3b82f6;box-shadow:0 4px 6px #0000001a}._optionCard_73cb8_138._disabled_73cb8_144{opacity:.6;cursor:not-allowed}._optionHeader_73cb8_154{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._optionIcon_73cb8_161{font-size:2rem}._optionStatus_73cb8_165{font-size:1.25rem;color:#10b981}._optionName_73cb8_170{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}._optionDescription_73cb8_177{margin:0 0 .5rem;font-size:.875rem;color:#6b7280;line-height:1.5}._requestAccess_73cb8_184{font-size:.875rem;color:#3b82f6;font-weight:500}._uploadArea_73cb8_190{display:flex;flex-direction:column;gap:1.5rem}._dropzone_73cb8_196{border:2px dashed #d1d5db;border-radius:.5rem;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background-color:#f9fafb}._dropzone_73cb8_196:hover,._dropzone_73cb8_196._active_73cb8_207{border-color:#3b82f6;background-color:#eff6ff}._dropzoneContent_73cb8_212{display:flex;flex-direction:column;align-items:center;gap:.5rem}._dropzoneIcon_73cb8_219{font-size:3rem}._dropzoneText_73cb8_223{margin:0;font-size:1.125rem;font-weight:500;color:#111827}._dropzoneHint_73cb8_230{margin:0;font-size:.875rem;color:#6b7280}._fileList_73cb8_236{display:flex;flex-direction:column;gap:.75rem}._fileItem_73cb8_242{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}._fileIcon_73cb8_252{font-size:1.5rem}._fileInfo_73cb8_256{flex:1;display:flex;flex-direction:column;gap:.25rem}._fileName_73cb8_263{font-weight:500;color:#111827}._fileSize_73cb8_268{font-size:.875rem;color:#6b7280}._notesSection_73cb8_273{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}._notesLabel_73cb8_280{font-size:.875rem;font-weight:500;color:#374151}._notesInput_73cb8_286{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px}._notesInput_73cb8_286:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._modalActions_73cb8_303{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._overlay_11s94_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_11s94_15{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._header_11s94_26{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._header_11s94_26 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._closeButton_11s94_41{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}._closeButton_11s94_41:hover{background-color:#f3f4f6;color:#111827}._content_11s94_63{padding:1.5rem;overflow-y:auto;flex:1}._empty_11s94_69{text-align:center;padding:3rem 1rem}._empty_11s94_69 p{margin:.5rem 0;color:#6b7280}._hint_11s94_79{font-size:.875rem;color:#9ca3af}._list_11s94_84{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._contractCard_11s94_91{cursor:pointer;transition:all .2s;border:2px solid #e5e7eb}._contractCard_11s94_91:hover{border-color:#3b82f6}._contractCard_11s94_91._selected_11s94_101{border-color:#3b82f6;background-color:#eff6ff}._contractInfo_11s94_106 h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}._meta_11s94_113{margin:0;font-size:.875rem;color:#6b7280}._modalActions_11s94_119{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._customerCard_11s94_127{cursor:pointer;transition:all .2s;border:2px solid #e5e7eb}._customerCard_11s94_127:hover{border-color:#3b82f6}._customerCard_11s94_127._selected_11s94_101{border-color:#3b82f6;background-color:#eff6ff}._customerInfo_11s94_142 h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}._breadcrumb_11s94_149{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:1rem}._breadcrumbText_11s94_159{font-size:.875rem;color:#6b7280}._breadcrumbText_11s94_159 strong{color:#111827;font-weight:600}._backButton_11s94_169{background:none;border:none;color:#3b82f6;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s}._backButton_11s94_169:hover{background-color:#eff6ff}._searchContainer_11s94_184{margin-bottom:1rem}._searchInput_11s94_188{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background-color:#fff}._searchInput_11s94_188:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchInput_11s94_188::placeholder{color:#9ca3af}._overlay_1m09g_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_1m09g_15{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._header_1m09g_26{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._header_1m09g_26 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._closeButton_1m09g_41{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}._closeButton_1m09g_41:hover{background-color:#f3f4f6;color:#111827}._content_1m09g_63{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}._searchContainer_1m09g_70{margin-bottom:1rem}._searchInput_1m09g_74{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background-color:#fff}._searchInput_1m09g_74:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchInput_1m09g_74::placeholder{color:#9ca3af}._empty_1m09g_94{text-align:center;padding:3rem 1rem}._empty_1m09g_94 p{margin:.5rem 0;color:#6b7280}._list_1m09g_104{display:flex;flex-direction:column;gap:.75rem}._customerCard_1m09g_110{cursor:pointer;transition:all .2s;border:2px solid #e5e7eb}._customerCard_1m09g_110:hover{border-color:#3b82f6}._customerCard_1m09g_110._selected_1m09g_120{border-color:#3b82f6;background-color:#eff6ff}._customerInfo_1m09g_125 h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111827}._customerDetails_1m09g_132{display:flex;flex-direction:column;gap:.5rem}._detailRow_1m09g_138{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#6b7280}._label_1m09g_147{font-weight:500;color:#374151}._separator_1m09g_152{color:#d1d5db;margin:0 .25rem}._emptyInfo_1m09g_157{color:#9ca3af;font-style:italic}._meta_1m09g_162{margin:0;font-size:.875rem;color:#6b7280}._modalActions_1m09g_168{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#fff;flex-shrink:0}._overlay_12nbs_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_12nbs_15{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._header_12nbs_26{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._header_12nbs_26 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._closeButton_12nbs_41{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}._closeButton_12nbs_41:hover{background-color:#f3f4f6;color:#111827}._content_12nbs_63{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}._empty_12nbs_70{text-align:center;padding:3rem 1rem}._empty_12nbs_70 p{margin:.5rem 0;color:#6b7280}._hint_12nbs_80{font-size:.875rem;color:#9ca3af}._searchContainer_12nbs_85{margin-bottom:1rem}._searchInput_12nbs_89{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background-color:#fff}._searchInput_12nbs_89:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchInput_12nbs_89::placeholder{color:#9ca3af}._list_12nbs_109{display:flex;flex-direction:column;gap:.75rem}._salesSourceCard_12nbs_115{cursor:pointer;transition:all .2s;border:2px solid #e5e7eb}._salesSourceCard_12nbs_115:hover{border-color:#3b82f6}._salesSourceCard_12nbs_115._selected_12nbs_125{border-color:#3b82f6;background-color:#eff6ff}._salesSourceInfo_12nbs_130 h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}._metaContainer_12nbs_137{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._metaRow_12nbs_144{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}._label_12nbs_152{font-weight:500;color:#374151;min-width:80px}._total_12nbs_158{font-weight:600;color:#059669;font-size:.9375rem}._meta_12nbs_137{margin:0 0 .25rem;font-size:.875rem;color:#6b7280}._notes_12nbs_170{margin:.5rem 0 0;font-size:.875rem;color:#6b7280;font-style:italic}._modalActions_12nbs_177{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#fff;flex-shrink:0}._container_1617s_1{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;height:100%;overflow:hidden;box-sizing:border-box}._header_1617s_11{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb;flex-shrink:0}._header_1617s_11 h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._summary_1617s_27{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem}._summaryItem_1617s_36{display:flex;flex-direction:column;gap:.25rem}._summaryItem_1617s_36 strong{font-size:.875rem;color:#6b7280;font-weight:500}._summaryItem_1617s_36 span,._summaryItem_1617s_36{font-size:1rem;color:#111827;font-weight:600}._emptyState_1617s_55{padding:2rem;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:.5rem}._updatesList_1617s_63{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;flex:1;min-height:0;padding-right:.5rem}._updatesList_1617s_63::-webkit-scrollbar{width:8px}._updatesList_1617s_63::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._updatesList_1617s_63::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._updatesList_1617s_63::-webkit-scrollbar-thumb:hover{background:#94a3b8}._hierarchyGroup_1617s_92{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background-color:#fff;flex-shrink:0}._hierarchyHeader_1617s_100{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}._hierarchyHeader_1617s_100 h4{margin:0;font-size:1rem;font-weight:600;color:#111827}._groupCount_1617s_116{padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:.375rem;font-size:.875rem;font-weight:500}._updatesTable_1617s_125{overflow-x:auto}._updatesTable_1617s_125 table{width:100%;border-collapse:collapse}._updatesTable_1617s_125 thead{background-color:#f9fafb}._updatesTable_1617s_125 th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}._updatesTable_1617s_125 td{padding:.75rem 1rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}._updatesTable_1617s_125 tbody tr:hover{background-color:#f9fafb}._productCodeCell_1617s_159{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#111827;font-weight:500}._productDescriptionCell_1617s_166{color:#374151;max-width:300px}._quantityCell_1617s_171{text-align:center;font-weight:500}._newQuantity_1617s_176{color:#059669;font-weight:600}._reducedCell_1617s_181{text-align:center;color:#dc2626;font-weight:600}._actions_1617s_187{display:flex;justify-content:flex-end;padding-top:1rem;border-top:2px solid #e5e7eb;flex-shrink:0}._approveButton_1617s_195{padding:.75rem 1.5rem;background-color:#059669;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}._approveButton_1617s_195:hover:not(:disabled){background-color:#047857}._approveButton_1617s_195:disabled{background-color:#9ca3af;cursor:not-allowed}._successMessage_1617s_216{display:flex;justify-content:center;align-items:center;padding:1.5rem;margin-top:1rem;background-color:#d1fae5;border:1px solid #10b981;border-radius:.5rem;flex-shrink:0}._successMessage_1617s_216 p{margin:0;color:#065f46;font-size:1rem;font-weight:600}@media(max-width:768px){._summary_1617s_27{flex-direction:column;gap:.75rem}._updatesTable_1617s_125{font-size:.75rem}._updatesTable_1617s_125 th,._updatesTable_1617s_125 td{padding:.5rem}}._stepper_1uaua_1{display:flex;flex-direction:column;gap:0;padding:2rem 0}._stepContainer_1uaua_8{display:flex;flex-direction:column;position:relative}._step_1uaua_1{background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .2s;position:relative}._stepRemoveButton_1uaua_23{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;box-shadow:0 2px 4px #0000001a}._stepRemoveButton_1uaua_23:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca}._step_1uaua_1._expanded_1uaua_51{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}._step_1uaua_1._completed_1uaua_56{border-color:#10b981}._step_1uaua_1._failed_1uaua_60{border-color:#ef4444}._step_1uaua_1._running_1uaua_64{border-color:#3b82f6;animation:_pulse_1uaua_1 2s cubic-bezier(.4,0,.6,1) infinite}._step_1uaua_1._disabled_1uaua_69{opacity:.5;pointer-events:none;background-color:#f9fafb}@keyframes _pulse_1uaua_1{0%,to{opacity:1}50%{opacity:.8}}._stepHeader_1uaua_84{display:flex;align-items:center;justify-content:space-between;gap:1rem}._stepContent_1uaua_91{flex:1;display:flex;flex-direction:column;justify-content:center}._stepContentRow_1uaua_98{flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._stepTitle_1uaua_106{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._approvalBadge_1uaua_117{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1.5px solid #fca5a5;border-radius:1rem;font-size:.75rem;font-weight:600;color:#dc2626;animation:_pulse_1uaua_1 2s ease-in-out infinite}@keyframes _pulse_1uaua_1{0%,to{opacity:1}50%{opacity:.7}}._actionButton_1uaua_140{margin-top:.5rem;background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s}._actionButton_1uaua_140:hover:not(:disabled){color:#2563eb}._actionButton_1uaua_140:disabled{opacity:.5;cursor:not-allowed}._actionButton_1uaua_140:before{content:"+";font-size:1rem;font-weight:600}._iconButton_1uaua_170{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}._iconButton_1uaua_170:hover:not(:disabled){background-color:#f9fafb;border-color:#3b82f6;color:#3b82f6}._iconButton_1uaua_170:disabled{opacity:.5;cursor:not-allowed}._iconButton_1uaua_170 svg{width:20px;height:20px}._downloadSection_1uaua_202{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;width:100%;max-width:100%;box-sizing:border-box}._stepDetails_1uaua_213{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}._outputSummary_1uaua_219{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;padding:.75rem 1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb;width:100%;box-sizing:border-box;overflow-x:auto}._salesSummary_1uaua_233{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.9rem;width:100%;min-width:0}._salesSummary_1uaua_233 strong{font-weight:600;color:#111827}._outputSummary_1uaua_219>div{min-width:0;word-wrap:break-word;overflow-wrap:break-word}._salesRows_1uaua_253{margin-top:1rem;width:100%;display:flex;flex-direction:column}._salesRows_1uaua_253 h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;flex-shrink:0}._salesTableWrapper_1uaua_267{overflow-x:auto;overflow-y:auto;max-height:70vh;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;width:100%;-webkit-overflow-scrolling:touch}._salesTable_1uaua_267{width:100%;min-width:max-content;border-collapse:collapse;font-size:.85rem;background-color:#fff;box-shadow:0 1px 2px #0000000d}._salesTable_1uaua_267 thead{background-color:#f3f4f6;position:sticky;top:0;z-index:10}._salesTable_1uaua_267 th,._salesTable_1uaua_267 td{padding:.5rem .75rem;text-align:center;border-bottom:1px solid #e5e7eb;white-space:nowrap}._salesTable_1uaua_267 th{font-weight:600;color:#374151}._salesTable_1uaua_267 tbody tr._includedRow_1uaua_307{background-color:#ecfdf3!important}._salesTable_1uaua_267 tbody tr._includedRow_1uaua_307:hover{background-color:#dcfce7!important}._salesTable_1uaua_267 tbody tr._excludedRow_1uaua_315{background-color:#fef2f2!important}._salesTable_1uaua_267 tbody tr._excludedRow_1uaua_315:hover{background-color:#fee2e2!important}._includedBadge_1uaua_323{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#166534;background-color:#dcfce7}._excludedBadge_1uaua_335{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#b91c1c;background-color:#fee2e2}._salesTable_1uaua_267 th:nth-child(3),._salesTable_1uaua_267 th:nth-child(4),._salesTable_1uaua_267 td:nth-child(3),._salesTable_1uaua_267 td:nth-child(4){text-align:center}._progress_1uaua_354{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._progressBar_1uaua_361{flex:1;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}._progressFill_1uaua_369{height:100%;background-color:#3b82f6;transition:width .3s ease;border-radius:9999px}._loading_1uaua_376{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;color:#1e40af;margin-bottom:1rem;font-size:.875rem}._spinner_1uaua_389{width:1.25rem;height:1.25rem;border:2px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:_spin_1uaua_389 .8s linear infinite}@keyframes _spin_1uaua_389{to{transform:rotate(360deg)}}._error_1uaua_404{padding:.75rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;color:#991b1b;margin-bottom:1rem;font-size:.875rem}._infoText_1uaua_414{padding:.75rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;color:#1e40af;margin:0;font-size:.875rem}._actions_1uaua_424{display:flex;gap:.5rem}._selectionInfo_1uaua_429{padding:1rem;background-color:#f9fafb;border-radius:.5rem;margin-top:0;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._selectionInfoContent_1uaua_440{flex:1}._infoItem_1uaua_444{margin:.5rem 0;font-size:.875rem;color:#374151}._infoItem_1uaua_444 strong{color:#111827;font-weight:600;margin-right:.5rem}._removeButton_1uaua_456{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s;flex-shrink:0}._removeButton_1uaua_456:hover{background-color:#fee2e2;color:#dc2626}._connector_1uaua_479{width:2px;height:1.5rem;background-color:#e5e7eb;margin-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem}._selectedInfo_1uaua_488{margin-top:.5rem;padding:.5rem .75rem;background-color:#eff6ff;border-radius:.375rem;font-size:.875rem;color:#1e40af}._customerInfo_1uaua_497{padding:.75rem;background-color:#f9fafb;border-radius:.5rem}._customerInfo_1uaua_497 p{margin:.25rem 0;font-size:.875rem;color:#374151}._customerInfo_1uaua_497 strong{color:#111827;font-weight:600;margin-right:.5rem}._modalOverlay_1uaua_516{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_1uaua_530{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a;padding:1.5rem}._modalContent_1uaua_530 h2{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#111827}._modalContent_1uaua_530 p{margin:0 0 1.5rem;color:#6b7280}._pageSelection_1uaua_554{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._pageButtons_1uaua_561{display:flex;flex-wrap:wrap;gap:.5rem;max-height:300px;overflow-y:auto;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}._pageButton_1uaua_561{min-width:3rem;height:3rem;padding:.5rem;border:2px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._pageButton_1uaua_561:hover{border-color:#3b82f6;background-color:#eff6ff;color:#3b82f6}._pageButton_1uaua_561._selected_1uaua_488{background-color:#3b82f6;border-color:#3b82f6;color:#fff}._pageSelectionActions_1uaua_599{display:flex;gap:.75rem;justify-content:flex-end}._pageSelectionActions_1uaua_599 button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._pageSelectionActions_1uaua_599 button:hover{background-color:#f3f4f6;border-color:#9ca3af}._modalActions_1uaua_622{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._modalActions_1uaua_622 button{padding:.75rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._modalActions_1uaua_622 button:first-child{border:1px solid #d1d5db;background-color:#fff;color:#374151}._modalActions_1uaua_622 button:first-child:hover{background-color:#f3f4f6}._modalActions_1uaua_622 button:last-child{border:none;background-color:#3b82f6;color:#fff}._modalActions_1uaua_622 button:last-child:hover:not(:disabled){background-color:#2563eb}._modalActions_1uaua_622 button:disabled{opacity:.5;cursor:not-allowed}._b2bApprovalSection_1uaua_664{padding:1rem 0;display:flex;flex-direction:column;max-height:600px;overflow-y:auto}._completedMessage_1uaua_672{padding:1rem;background-color:#d1fae5;border:1px solid #10b981;border-radius:.5rem;color:#065f46;text-align:center}._completedMessage_1uaua_672 p{margin:0;font-weight:500}._warningMessage_1uaua_686{padding:1rem;background-color:#fee2e2;border:1px solid #dc2626;border-radius:.5rem;text-align:center}._warningMessage_1uaua_686 p{margin:0;font-weight:500;color:#dc2626}._errorCard_1eqw9_1{margin-top:1rem;border-color:#fecaca;background-color:#fef2f2}._errorContent_1eqw9_7{text-align:center;padding:1rem}._errorTitle_1eqw9_12{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#dc2626}._errorMessage_1eqw9_19{margin:0 0 1rem;font-size:.875rem;color:#991b1b}._retryButton_1eqw9_25{padding:.5rem 1rem;background-color:#dc2626;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._retryButton_1eqw9_25:hover{background-color:#b91c1c}._previewCard_nwxy5_2{margin-top:1rem}._previewHeader_nwxy5_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}._previewHeader_nwxy5_6 h4{margin:0;font-size:1rem;font-weight:600;color:#111827}._headerRight_nwxy5_22{display:flex;align-items:center;gap:.75rem}._fileName_nwxy5_28{font-size:.875rem;color:#6b7280}._removeButtonOverlay_nwxy5_33{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;box-shadow:0 2px 4px #0000001a}._removeButtonOverlay_nwxy5_33:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca}._previewContent_nwxy5_61{width:100%;max-width:400px;max-height:550px;min-height:150px;overflow:auto}._previewContentStep6_nwxy5_69{width:100%;max-width:100%;max-height:550px;min-height:150px;overflow:visible;display:flex;flex-direction:column}._previewContentPdf_nwxy5_79{width:100%;max-width:100%;max-height:600px;min-height:150px;overflow:auto;display:flex;flex-direction:column;position:relative}._previewFrame_nwxy5_90{width:100%;height:100%;min-height:400px;max-height:600px;border:1px solid #e5e7eb;border-radius:.375rem;flex:1;transform-origin:top left;transition:transform .2s}._previewFrame_nwxy5_90._zoomed_nwxy5_102{transform:scale(1.5);width:66.67%;height:auto;min-height:900px;max-height:1200px}._pdfControls_nwxy5_110{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.5rem;z-index:10;background:#ffffffe6;padding:.25rem;border-radius:.375rem;box-shadow:0 2px 4px #0000001a}._pdfControlButton_nwxy5_123{width:32px;height:32px;padding:0;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._pdfControlButton_nwxy5_123:hover{background-color:#f9fafb;border-color:#3b82f6;color:#3b82f6}._pdfControlButton_nwxy5_123 svg{width:16px;height:16px}._excelPreview_nwxy5_149{padding:2rem;text-align:center;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}._excelMessage_nwxy5_157{margin:0 0 .5rem;font-size:1rem;color:#111827}._excelHint_nwxy5_163{margin:0;font-size:.875rem;color:#6b7280}._imagePreview_nwxy5_169{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb;min-height:300px;height:350px;max-height:400px;overflow:auto;position:relative;box-sizing:border-box}._previewImage_nwxy5_185{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:.375rem;display:block;cursor:pointer;transition:opacity .2s}._previewImage_nwxy5_185:hover{opacity:.9}._genericPreview_nwxy5_201{padding:2rem;text-align:center;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}._contractLayout_nwxy5_209{display:flex;gap:1.5rem;margin-top:1rem;align-items:flex-start}._previewContentWrapper_nwxy5_216{flex:1;min-width:0;max-width:35%;position:relative}._contractData_nwxy5_223{flex:1;min-width:0;max-width:65%}._dataTitle_nwxy5_230{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}._dataTable_nwxy5_237{width:100%;border-collapse:collapse}._dataTable_nwxy5_237 tr{border-bottom:1px solid #e5e7eb}._dataTable_nwxy5_237 tr:last-child{border-bottom:none}._tableLabel_nwxy5_250{padding:.75rem .5rem .75rem 0;font-weight:600;color:#374151;font-size:.875rem;vertical-align:top;white-space:nowrap}._tableValue_nwxy5_259{padding:.75rem 0;color:#111827;font-size:.875rem;word-break:break-word;display:flex;align-items:center;gap:.5rem}._revisedBadge_nwxy5_269{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac;border-radius:.375rem;font-size:.75rem;font-weight:600;color:#166534;cursor:help;transition:all .2s}._revisedBadge_nwxy5_269:hover{background:linear-gradient(135deg,#bbf7d0,#86efac);transform:scale(1.05)}._nestedTable_nwxy5_289{width:100%;margin-top:.5rem;border-collapse:collapse;font-size:.8125rem}._nestedTable_nwxy5_289 thead{background-color:#f3f4f6}._nestedTable_nwxy5_289 th{padding:.5rem;text-align:left;font-weight:600;color:#374151;border:1px solid #e5e7eb}._nestedTable_nwxy5_289 td{padding:.5rem;border:1px solid #e5e7eb;color:#111827}._premiumSystemContainer_nwxy5_314{margin-top:.5rem}._premiumSystemTitle_nwxy5_318{display:block;margin-bottom:.5rem;font-size:.875rem}._premiumSystemScroll_nwxy5_324{max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff}._premiumSystemScroll_nwxy5_324 ._nestedTable_nwxy5_289{margin-top:0}._premiumSystemScroll_nwxy5_324 ._nestedTable_nwxy5_289 thead{position:sticky;top:0;z-index:1;background-color:#f3f4f6}._campaignSummary_nwxy5_343{padding:1rem}._salesRows_nwxy5_347{width:100%;display:flex;flex-direction:column}._salesRows_nwxy5_347 h5{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}._salesTableWrapper_nwxy5_360{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:.375rem;max-height:500px;overflow-y:auto;flex:1}._salesTable_nwxy5_360{width:100%;border-collapse:collapse;font-size:.8125rem;table-layout:fixed}._salesTable_nwxy5_360 thead{background-color:#f3f4f6;position:sticky;top:0;z-index:1}._salesTable_nwxy5_360 th,._salesTable_nwxy5_360 td{padding:.5rem;text-align:left;border-bottom:1px solid #e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._salesTable_nwxy5_360 th{font-weight:600;color:#374151}._salesTable_nwxy5_360 tbody tr:hover{background-color:#f9fafb}._salesTable_nwxy5_360 th:nth-child(1),._salesTable_nwxy5_360 td:nth-child(1),._salesTable_nwxy5_360 th:nth-child(2),._salesTable_nwxy5_360 td:nth-child(2),._salesTable_nwxy5_360 th:nth-child(3),._salesTable_nwxy5_360 td:nth-child(3),._salesTable_nwxy5_360 th:nth-child(4),._salesTable_nwxy5_360 td:nth-child(4),._salesTable_nwxy5_360 th:nth-child(5),._salesTable_nwxy5_360 td:nth-child(5){width:20%}._salesTable_nwxy5_360 th:nth-child(3),._salesTable_nwxy5_360 td:nth-child(3),._salesTable_nwxy5_360 th:nth-child(4),._salesTable_nwxy5_360 td:nth-child(4){text-align:right}._imageModalOverlay_nwxy5_425{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:_fadeIn_nwxy5_1 .2s ease-in-out}@keyframes _fadeIn_nwxy5_1{0%{opacity:0}to{opacity:1}}._imageModalContent_nwxy5_449{position:relative;max-width:95vw;max-height:95vh;width:100%;height:100%;display:flex;align-items:center;justify-content:center;animation:_zoomIn_nwxy5_1 .2s ease-in-out}@keyframes _zoomIn_nwxy5_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._imageModalClose_nwxy5_472{position:fixed;top:1rem;right:1rem;background:#ffffffe6;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10002;line-height:1;padding:0}._imageModalClose_nwxy5_472:hover{background:#fff;transform:scale(1.1);color:#dc2626}._imageModalImage_nwxy5_499{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:.5rem;box-shadow:0 20px 60px #00000080}._imageNavButton_nwxy5_510,._imageNavButtonRight_nwxy5_511{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:2px solid #e5e7eb;border-radius:50%;width:3rem;height:3rem;font-size:2rem;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;box-shadow:0 2px 8px #00000026;padding:0;line-height:1}._imageNavButton_nwxy5_510{left:1rem}._imageNavButtonRight_nwxy5_511{right:1rem}._imageNavButton_nwxy5_510:hover,._imageNavButtonRight_nwxy5_511:hover{background:#fff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}._imageNavButton_nwxy5_510:active,._imageNavButtonRight_nwxy5_511:active{transform:translateY(-50%) scale(.95)}._imageCounter_nwxy5_555{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:1.5rem;font-size:.875rem;font-weight:600;z-index:10;pointer-events:none}._imageModalNavButton_nwxy5_571,._imageModalNavButtonRight_nwxy5_572{position:fixed;top:50%;transform:translateY(-50%);background:#fffffff2;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:4rem;height:4rem;font-size:2.5rem;color:#fff;background-color:#00000080;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10001;box-shadow:0 4px 12px #0000004d;padding:0;line-height:1}._imageModalNavButton_nwxy5_571{left:2rem}._imageModalNavButtonRight_nwxy5_572{right:2rem}._imageModalNavButton_nwxy5_571:hover,._imageModalNavButtonRight_nwxy5_572:hover{background-color:#000000b3;border-color:#ffffff80;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0006}._imageModalNavButton_nwxy5_571:active,._imageModalNavButtonRight_nwxy5_572:active{transform:translateY(-50%) scale(.95)}._imageModalCounter_nwxy5_616{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:1rem;font-weight:600;z-index:10001;pointer-events:none;box-shadow:0 4px 12px #0000004d}._container_1a7t3_1{padding:1rem}._promptBox_1a7t3_5{padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}._promptBox_1a7t3_5 h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111827}._promptBox_1a7t3_5 p{margin:.5rem 0;font-size:.875rem;color:#374151}._hint_1a7t3_25{font-size:.8125rem;color:#6b7280;font-style:italic}._actions_1a7t3_31{display:flex;gap:.75rem;margin-top:1rem}._previewBox_1a7t3_37{padding:1.5rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}._previewBox_1a7t3_37 h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}._previewBox_1a7t3_37 h5{margin:1rem 0 .5rem;font-size:.875rem;font-weight:600;color:#374151}._summary_1a7t3_58{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem}._summary_1a7t3_58 p{margin:0;font-size:.875rem;color:#374151}._summary_1a7t3_58 strong{font-weight:600;color:#111827;margin-right:.5rem}._matchesList_1a7t3_79{margin-top:1rem}._matchesTable_1a7t3_83{border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden;margin-top:.5rem}._tableHeader_1a7t3_90{display:grid;grid-template-columns:2fr 2fr 1fr;gap:1rem;padding:.75rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}._tableRow_1a7t3_102{display:grid;grid-template-columns:2fr 2fr 1fr;gap:1rem;padding:.75rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#111827}._tableRow_1a7t3_102:last-child{border-bottom:none}._colSalesperson_1a7t3_116,._colAgencyStaff_1a7t3_117,._colMatchType_1a7t3_118{display:flex;align-items:center}._colMatchType_1a7t3_118{font-size:.8125rem;color:#6b7280}._section_1a7t3_129{margin-top:1rem;margin-bottom:2rem}._section_1a7t3_129+._section_1a7t3_129{padding-top:2rem;border-top:1px solid #e5e7eb}._sectionTitleButton_1a7t3_139{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;cursor:pointer;margin-bottom:1rem;transition:opacity .2s}._sectionTitleButton_1a7t3_139:hover{opacity:.8}._sectionTitle_1a7t3_139{margin:0;font-size:1rem;font-weight:600;color:#374151}._dropdownIcon_1a7t3_163{display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .2s;-webkit-user-select:none;user-select:none;flex-shrink:0}._dropdownIcon_1a7t3_163 svg{width:16px;height:16px}._dropdownIcon_1a7t3_163._expanded_1a7t3_178{transform:rotate(180deg)}._sectionContent_1a7t3_182{max-height:500px;overflow-y:auto;padding-right:.5rem}._sectionContent_1a7t3_182::-webkit-scrollbar{width:8px}._sectionContent_1a7t3_182::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}._sectionContent_1a7t3_182::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}._sectionContent_1a7t3_182::-webkit-scrollbar-thumb:hover{background:#9ca3af}._unmatchedItem_1a7t3_207{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.75rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#111827;background:#fef2f2;border-left:3px solid #fecaca;margin-bottom:0;align-items:center}._unmatchedItem_1a7t3_207 ._salespersonName_1a7t3_221{font-size:.875rem;color:#111827}._unmatchedSearch_1a7t3_226{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}._unmatchedSearch_1a7t3_226 ._badge_1a7t3_233{background:#fee2e2;color:#991b1b;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;white-space:nowrap}._infoBox_1a7t3_243{padding:1rem;background-color:#eff6ff;border-radius:.5rem;border:1px solid #bfdbfe}._infoBox_1a7t3_243 p{margin:0;font-size:.875rem;color:#1e40af}._successBox_1a7t3_256{padding:1.5rem;background-color:#f0fdf4;border-radius:.5rem;border:1px solid #bbf7d0}._successBox_1a7t3_256 h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#166534}._resultDetails_1a7t3_270{display:flex;flex-direction:column;gap:.5rem}._resultDetails_1a7t3_270 p{margin:0;font-size:.875rem;color:#166534}._resultDetails_1a7t3_270 strong{font-weight:600;margin-right:.5rem}._colActions_1a7t3_287{display:flex;align-items:center;justify-content:flex-end}._tableHeader_1a7t3_90{display:grid;grid-template-columns:2fr 2fr 1fr 120px;gap:1rem;padding:.75rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}._tableRow_1a7t3_102{display:grid;grid-template-columns:2fr 2fr 1fr 120px;gap:1rem;padding:.75rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#111827}._modalOverlay_1a7t3_316{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_1a7t3_330{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._modalHeader_1a7t3_341{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;gap:1rem}._modalHeaderContent_1a7t3_350{flex:1;display:flex;flex-direction:column;gap:.75rem}._modalHeader_1a7t3_341 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._modalInfo_1a7t3_364{display:flex;flex-direction:column;gap:.5rem}._modalInfoRow_1a7t3_370{display:flex;flex-direction:column;gap:.25rem}._modalLabel_1a7t3_376{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._modalValue_1a7t3_384{font-size:.875rem;color:#111827;font-weight:500}._modalCloseButton_1a7t3_390{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .2s}._modalCloseButton_1a7t3_390:hover{background-color:#f3f4f6}._modalBody_1a7t3_411{padding:1.5rem;overflow-y:auto;flex:1}._modalSearchContainer_1a7t3_417{margin-bottom:1rem}._modalSearchInput_1a7t3_421{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;outline:none;transition:border-color .2s}._modalSearchInput_1a7t3_421:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._modalStaffList_1a7t3_436{max-height:400px;overflow-y:auto;margin-bottom:1rem}._modalStaffItem_1a7t3_442{padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.5rem;cursor:pointer;transition:all .2s}._modalStaffItem_1a7t3_442:hover{background-color:#f9fafb;border-color:#3b82f6}._modalStaffInfo_1a7t3_456{display:flex;flex-direction:column;gap:.25rem}._modalStaffName_1a7t3_462{font-size:.875rem;color:#111827;font-weight:500}._modalNoResults_1a7t3_468{text-align:center;padding:2rem;color:#6b7280;font-size:.875rem}._modalActions_1a7t3_475{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}._container_puhit_1{margin-top:1rem}._loading_puhit_5{text-align:center;padding:2rem;color:#6b7280}._successMessage_puhit_11{text-align:center;padding:2rem}._successText_puhit_16{font-size:1.125rem;font-weight:600;color:#059669;margin:0 0 .5rem}._successHint_puhit_23{color:#6b7280;margin:0}._header_puhit_28{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}._title_puhit_34{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#111827}._stats_puhit_41{display:flex;gap:1.5rem;flex-wrap:wrap}._stat_puhit_41{font-size:.875rem;color:#6b7280}._stat_puhit_41 strong{color:#111827;font-weight:600}._stat_puhit_41 ._unmatched_puhit_57{color:#dc2626}._stat_puhit_41 ._pending_puhit_61{color:#d97706}._stat_puhit_41 ._approved_puhit_65{color:#059669}._section_puhit_69{margin-bottom:2rem}._section_puhit_69+._section_puhit_69{padding-top:2rem;border-top:1px solid #e5e7eb}._sectionTitleButton_puhit_78{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;cursor:pointer;margin-bottom:1rem;transition:opacity .2s}._sectionTitleButton_puhit_78:hover{opacity:.8}._sectionTitle_puhit_78{margin:0;font-size:1rem;font-weight:600;color:#374151}._dropdownIcon_puhit_102{display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .2s;-webkit-user-select:none;user-select:none;flex-shrink:0}._dropdownIcon_puhit_102 svg{width:16px;height:16px}._dropdownIcon_puhit_102._expanded_puhit_117{transform:rotate(180deg)}._sectionContent_puhit_121{max-height:500px;overflow-y:auto;padding-right:.5rem}._sectionContent_puhit_121::-webkit-scrollbar{width:8px}._sectionContent_puhit_121::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}._sectionContent_puhit_121::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}._sectionContent_puhit_121::-webkit-scrollbar-thumb:hover{background:#9ca3af}._sectionContentNoScroll_puhit_145{padding-right:.5rem}._matchCard_puhit_149{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}._matchHeader_puhit_157{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._productName_puhit_164{font-weight:600;color:#111827;font-size:.9375rem}._badge_puhit_170{background:#fee2e2;color:#dc2626;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}._badgePending_puhit_179{background:#fef3c7;color:#d97706;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}._matchContent_puhit_188{display:flex;flex-direction:column;gap:.75rem}._searchSection_puhit_194{position:relative}._searchInput_puhit_198{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s}._searchInput_puhit_198:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._productList_puhit_213{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;margin-top:.25rem;min-height:200px;max-height:300px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px -1px #0000001a}._productItem_puhit_229{padding:.75rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s}._productItem_puhit_229:hover{background-color:#f9fafb}._productItem_puhit_229._selected_puhit_240{background-color:#eff6ff;border-color:#3b82f6}._productItem_puhit_229:last-child{border-bottom:none}._productInfo_puhit_249{display:flex;flex-direction:column;gap:.25rem}._productCode_puhit_255{font-weight:600;color:#111827;font-size:.875rem}._productDesc_puhit_261{color:#6b7280;font-size:.8125rem}._productBrand_puhit_266{color:#9ca3af;font-size:.75rem}._noResults_puhit_271{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}._matchedProduct_puhit_278{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb}._matchedLabel_puhit_288{font-size:.75rem;color:#6b7280;font-weight:500}._matchedDesc_puhit_294{font-size:.875rem;color:#111827}._actions_puhit_299{display:flex;gap:.5rem;align-items:flex-start;flex-wrap:wrap}._approvedList_puhit_306{display:flex;flex-direction:column;gap:.5rem}._approvedItem_puhit_312{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem}._approvedInfo_puhit_324{display:flex;align-items:center;gap:.75rem;flex:1;min-width:240px}._approvedActions_puhit_332{display:flex;align-items:center;gap:.5rem}._badgeApproved_puhit_338{background:#dcfce7;color:#15803d;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}._approvedItem_puhit_312 ._productName_puhit_164{font-weight:500;color:#111827}._pendingItem_puhit_352{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fffbeb;border:1px solid #fde68a;border-radius:.375rem;margin-bottom:.5rem}._pendingItem_puhit_352 ._productName_puhit_164{font-weight:500;color:#111827}._unmatchedItem_puhit_368{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;margin-bottom:.5rem}._unmatchedItem_puhit_368 ._productName_puhit_164{font-weight:500;color:#111827}._unmatchedSearch_puhit_384{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._unmatchedSearch_puhit_384 ._badge_puhit_170{margin-left:auto}._unmatchedSearch_puhit_384 ._searchSection_puhit_194{flex:1;max-width:250px}._unmatchedSearch_puhit_384 ._searchInput_puhit_198{width:100%}._arrow_puhit_405{color:#059669;font-weight:600}._pendingItem_puhit_352 ._arrow_puhit_405{color:#d97706}._approvedItem_puhit_312 ._matchedDesc_puhit_294,._pendingItem_puhit_352 ._matchedDesc_puhit_294{flex:1;color:#065f46}._pendingItem_puhit_352 ._matchedDesc_puhit_294{color:#92400e}._pendingActions_puhit_424{display:flex;align-items:center;gap:.5rem;position:relative}._checkmark_puhit_431{color:#059669;font-weight:600;font-size:1.125rem}._footer_puhit_437{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}._footerInfo_puhit_448{flex:1}._warning_puhit_452{margin:0;color:#dc2626;font-size:.875rem}._footer_puhit_437 ._success_puhit_11{margin:0;color:#059669;font-size:.875rem;font-weight:500}._proceedButton_puhit_465{min-width:150px}._selectedProductDisplay_puhit_469{margin-top:.5rem;padding:.5rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;display:flex;align-items:center;gap:.5rem}._selectedLabel_puhit_480{font-size:.75rem;color:#6b7280;font-weight:500}._selectedProductName_puhit_486{font-size:.875rem;color:#1e40af;font-weight:600}._approveAllContainer_puhit_492{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:right;position:sticky;bottom:0;background:#fff;z-index:10}._approveAllButton_puhit_504{min-width:200px}._modalOverlay_puhit_509{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_puhit_523{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._modalHeader_puhit_534{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;gap:1rem}._modalHeaderContent_puhit_543{flex:1;display:flex;flex-direction:column;gap:.75rem}._modalHeader_puhit_534 h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}._modalProductInfo_puhit_557{display:flex;flex-direction:column;gap:.5rem}._modalProductName_puhit_563,._modalCurrentMatch_puhit_564{display:flex;flex-direction:column;gap:.25rem}._modalLabel_puhit_570{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._modalValue_puhit_578{font-size:.875rem;color:#111827;font-weight:500}._modalCurrentMatch_puhit_564{padding-top:.5rem;border-top:1px solid #e5e7eb}._modalCurrentMatch_puhit_564 ._modalValue_puhit_578{color:#d97706}._modalCloseButton_puhit_593{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}._modalCloseButton_puhit_593:hover{background-color:#f3f4f6;color:#111827}._modalBody_puhit_615{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}._modalSearchContainer_puhit_622{margin-bottom:1rem}._modalSearchInput_puhit_626{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background-color:#fff}._modalSearchInput_puhit_626:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._modalProductList_puhit_642{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}._modalProductItem_puhit_650{cursor:pointer;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s;background-color:#fff}._modalProductItem_puhit_650:hover{border-color:#3b82f6;background-color:#eff6ff}._modalProductInfo_puhit_557{display:flex;flex-direction:column;gap:.25rem}._modalProductCode_puhit_670{font-weight:600;color:#111827;font-size:.875rem}._modalProductDesc_puhit_676{color:#374151;font-size:.875rem}._modalProductBrand_puhit_681{color:#6b7280;font-size:.75rem}._modalNoResults_puhit_686{text-align:center;padding:2rem;color:#6b7280;margin:0}._container_9i9ne_1{padding:1rem}._promptBox_9i9ne_5{padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}._promptBox_9i9ne_5 h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111827}._promptBox_9i9ne_5 p{margin:.5rem 0;font-size:.875rem;color:#374151}._hint_9i9ne_25{font-size:.8125rem;color:#6b7280;font-style:italic}._actions_9i9ne_31{display:flex;gap:.75rem;margin-top:1rem}._successBox_9i9ne_37{padding:1.5rem;background-color:#f0fdf4;border-radius:.5rem;border:1px solid #bbf7d0}._successBox_9i9ne_37 h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#166534}._resultDetails_9i9ne_51{display:flex;flex-direction:column;gap:.5rem}._resultDetails_9i9ne_51 p{margin:0;font-size:.875rem;color:#166534}._resultDetails_9i9ne_51 strong{font-weight:600;margin-right:.5rem}._container_1jgfz_1{margin-top:1rem}._warningCard_1jgfz_5{background:linear-gradient(135deg,#fff5f5,#ffe5e5);border:2px solid #f87171;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #f871711a}._infoCard_1jgfz_13{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #4ade80;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #4ade801a}._header_1jgfz_21{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}._header_1jgfz_21 h4{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}._warningIcon_1jgfz_35{font-size:1.5rem}._successIcon_1jgfz_39{font-size:1.5rem;color:#10b981}._totalsGrid_1jgfz_44{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.25rem}._totalItem_1jgfz_51{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb}._totalItem_1jgfz_51._difference_1jgfz_61{background:#fef2f2;border-color:#fca5a5}._label_1jgfz_66{font-size:.875rem;color:#6b7280;font-weight:500;display:flex;align-items:center;gap:.5rem;justify-content:space-between}._editIconButton_1jgfz_76{background:none;border:none;cursor:pointer;font-size:.875rem;padding:.125rem .25rem;opacity:.6;transition:all .2s;border-radius:.25rem}._editIconButton_1jgfz_76:hover{opacity:1;background:#3b82f61a;transform:scale(1.1)}._value_1jgfz_93{font-size:1.25rem;font-weight:700;color:#1f2937}._grandTotalEdit_1jgfz_99{display:flex;flex-direction:column;gap:.5rem}._grandTotalInput_1jgfz_105{width:100%;padding:.625rem;border:2px solid #3b82f6;border-radius:.5rem;font-size:1.125rem;font-weight:600;font-family:SF Mono,Monaco,Courier New,monospace;text-align:left;background:#eff6ff;transition:all .2s;color:#1f2937}._grandTotalInput_1jgfz_105:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f626}._grandTotalActions_1jgfz_125{display:flex;gap:.5rem;justify-content:flex-start}._valueError_1jgfz_131{font-size:1.25rem;font-weight:700;color:#dc2626}._toggleButton_1jgfz_137{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}._toggleButton_1jgfz_137:hover{background:#f9fafb;border-color:#9ca3af}._tableContainer_1jgfz_158{margin-top:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;max-height:600px;overflow-y:auto}._table_1jgfz_158{width:100%;border-collapse:collapse;font-size:.875rem;table-layout:fixed}._table_1jgfz_158 thead{background:#f9fafb;position:sticky;top:0;z-index:1}._table_1jgfz_158 th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}._table_1jgfz_158 tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s;height:70px}._table_1jgfz_158 tbody tr:hover{background-color:#f9fafb}._table_1jgfz_158 td{padding:1rem;color:#1f2937;line-height:1.5;height:60px}._table_1jgfz_158 th._number_1jgfz_207,._table_1jgfz_158 td._number_1jgfz_207{text-align:center;font-variant-numeric:tabular-nums;font-family:SF Mono,Monaco,Courier New,monospace}._table_1jgfz_158 th:nth-child(1),._table_1jgfz_158 td:nth-child(1){width:auto}._table_1jgfz_158 th:nth-child(2),._table_1jgfz_158 td:nth-child(2){width:110px}._table_1jgfz_158 th:nth-child(3),._table_1jgfz_158 td:nth-child(3){width:100px}._table_1jgfz_158 th:nth-child(4),._table_1jgfz_158 td:nth-child(4){width:60px}._table_1jgfz_158 th:nth-child(5),._table_1jgfz_158 td:nth-child(5){width:150px}._table_1jgfz_158 th:nth-child(6),._table_1jgfz_158 td:nth-child(6){width:60px}._dateColumn_1jgfz_245{text-align:center}._dateCell_1jgfz_249{text-align:center;font-size:.875rem;color:#6b7280;white-space:nowrap}._editColumn_1jgfz_256,._editCell_1jgfz_261{text-align:center;padding:.5rem!important}._inlineEditButton_1jgfz_266{background:none;border:none;cursor:pointer;font-size:.875rem;padding:.25rem;opacity:.4;transition:all .2s;border-radius:.25rem;display:flex;align-items:center;justify-content:center}._inlineEditButton_1jgfz_266:hover{opacity:1;background:#3b82f61a;transform:scale(1.15)}._editContainer_1jgfz_286{display:flex;flex-direction:column;gap:.375rem;align-items:center;width:100%}._editContainerHorizontal_1jgfz_294{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;width:100%;padding:0 .5rem}._editContainerHorizontal_1jgfz_294 input{justify-self:center}._inlineActions_1jgfz_307{display:flex;gap:.375rem;justify-content:center}._saveButtonInline_1jgfz_313{padding:.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.3rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._saveButtonInline_1jgfz_313:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}._cancelButtonInline_1jgfz_336{padding:.25rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:.3rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._cancelButtonInline_1jgfz_336:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 2px 4px #ef44444d}._actionCell_1jgfz_359{text-align:center;padding:.5rem!important}._editInput_1jgfz_364{width:100%;max-width:150px;height:36px;padding:.375rem .5rem;border:2px solid #3b82f6;border-radius:.375rem;font-size:.875rem;font-family:SF Mono,Monaco,Courier New,monospace;text-align:center;background:#eff6ff;transition:all .2s;box-sizing:border-box}._editInput_1jgfz_364:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}._editButton_1jgfz_385{padding:.375rem .75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.25rem}._editButton_1jgfz_385:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 2px 4px #2563eb4d}._editButtonSmall_1jgfz_406{padding:.25rem .5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.3rem;font-size:.75rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;min-width:28px}._editButtonSmall_1jgfz_406:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 2px 4px #2563eb4d}._editActions_1jgfz_427{display:flex;gap:.25rem;justify-content:center;align-items:center}._saveButton_1jgfz_313{padding:.375rem .625rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:32px}._saveButton_1jgfz_313:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}._cancelButton_1jgfz_336{padding:.375rem .625rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:32px}._cancelButton_1jgfz_336:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 2px 4px #ef44444d}._table_1jgfz_158 tfoot{background:#f3f4f6;font-weight:600;position:sticky;bottom:0;z-index:2}._totalRow_1jgfz_480{position:sticky;bottom:0;z-index:2}._totalRow_1jgfz_480 td{padding:1rem;border-top:2px solid #d1d5db;color:#111827;background:#f3f4f6}._approvalSection_1jgfz_494{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem}._warningNote_1jgfz_505{padding:1rem;background:#fff;border-radius:.5rem;border-left:4px solid #dc2626;color:#991b1b;font-size:.95rem;line-height:1.6}._warningNote_1jgfz_505 strong{color:#7f1d1d;display:block;margin-bottom:.5rem}._successNote_1jgfz_521{padding:1rem;background:#fff;border-radius:.5rem;border-left:4px solid #10b981;color:#065f46;font-size:.95rem;line-height:1.6}._successNote_1jgfz_521 strong{color:#047857;display:block;margin-bottom:.5rem}._approveButton_1jgfz_537{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px #10b9814d}._approveButton_1jgfz_537:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 8px #10b98166;transform:translateY(-2px)}._approveButton_1jgfz_537:active{transform:translateY(0);box-shadow:0 2px 4px #10b9814d}._approveButtonSuccess_1jgfz_562{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px #10b9814d}._approveButtonSuccess_1jgfz_562:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 8px #10b98166;transform:translateY(-2px)}._approveButtonSuccess_1jgfz_562:active{transform:translateY(0);box-shadow:0 2px 4px #10b9814d}@media(max-width:768px){._totalsGrid_1jgfz_44{grid-template-columns:1fr}._table_1jgfz_158{font-size:.75rem}._table_1jgfz_158 th,._table_1jgfz_158 td{padding:.5rem}._approvalSection_1jgfz_494{padding:1rem}._warningNote_1jgfz_505{font-size:.85rem}._approveButton_1jgfz_537{font-size:.95rem;padding:.875rem 1rem}}._container_10x6o_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}._section_10x6o_8{display:flex;flex-direction:column;gap:1rem}._warningCard_10x6o_15,._infoCard_10x6o_16{padding:1rem;border-radius:8px;border:1px solid}._warningCard_10x6o_15{background-color:#fef2f2;border-color:#fca5a5}._infoCard_10x6o_16{background-color:#fef9c3;border-color:#fde047}._header_10x6o_32{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._header_10x6o_32 h4{margin:0;font-size:1rem;font-weight:600}._warningIcon_10x6o_45{font-size:1.25rem}._successIcon_10x6o_49{font-size:1.25rem;color:#16a34a}._description_10x6o_54{margin:0;font-size:.875rem;color:#4b5563}._bulkActions_10x6o_61{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap}._selectAllLabel_10x6o_72{display:flex;align-items:center;gap:.5rem;margin:0;cursor:pointer;font-size:.875rem;font-weight:500}._selectAllLabel_10x6o_72 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._selectionInfo_10x6o_88{color:#10b981;font-size:.875rem;font-weight:500;padding:.5rem 1rem;background:#10b9811a;border-radius:6px}._tableWrapper_10x6o_98{border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow-x:auto;overflow-y:auto;max-height:500px}._table_10x6o_98{width:100%;border-collapse:collapse;font-size:.875rem;min-width:900px}._table_10x6o_98 thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10}._table_10x6o_98 th{padding:.75rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap;background-color:#f9fafb}._table_10x6o_98 td{padding:.75rem;border-top:1px solid #e5e7eb}._checkboxCol_10x6o_136{width:40px;text-align:center}._checkboxCol_10x6o_136 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._actionCol_10x6o_147{width:80px;text-align:center}._excludedRow_10x6o_153{background-color:#fef2f2;transition:background-color .2s}._excludedRow_10x6o_153:hover{background-color:#fecaca}._excludedRow_10x6o_153._selected_10x6o_162{background-color:#fee2e2}._includedRow_10x6o_166{background-color:#fef9c3;transition:background-color .2s}._includedRow_10x6o_166:hover{background-color:#fef08a}._reasonCell_10x6o_176{max-width:250px}._reasonBadge_10x6o_180{display:inline-block;padding:.25rem .5rem;background-color:#fee2e2;color:#991b1b;border-radius:4px;font-size:.75rem;font-weight:500}._includedRow_10x6o_166 ._reasonBadge_10x6o_180{background-color:#fef3c7;color:#92400e}._excludeButton_10x6o_196{padding:.25rem .5rem;background-color:#ef4444;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}._excludeButton_10x6o_196:hover:not(:disabled){background-color:#dc2626}._excludeButton_10x6o_196:disabled{background-color:#9ca3af;cursor:not-allowed}._approveSection_10x6o_218{margin-top:1.5rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;align-items:center}._approveButton_10x6o_230{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.5rem;min-width:250px;justify-content:center}._approveButton_10x6o_230:hover:not(:disabled){background-color:#1d4ed8}._approveButton_10x6o_230:disabled{background-color:#9ca3af;cursor:not-allowed}._approveButton_10x6o_230 ._spinner_10x6o_256{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_10x6o_256 .8s linear infinite}@keyframes _spin_10x6o_256{to{transform:rotate(360deg)}}._approveNote_10x6o_272{margin:0;font-size:.875rem;color:#6b7280;text-align:center}._dashboard_1e1yw_1{padding:var(--page-padding, 2rem);max-width:1400px;margin:0 auto;overflow-x:hidden}._header_1e1yw_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._header_1e1yw_8 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._actions_1e1yw_22{display:flex;gap:.5rem}._iconButton_1e1yw_27{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s}._iconButton_1e1yw_27:hover:not(:disabled){background-color:#f9fafb;border-color:#3b82f6;color:#3b82f6}._iconButton_1e1yw_27:disabled{opacity:.5;cursor:not-allowed}._iconButton_1e1yw_27 svg{width:20px;height:20px}._history_1cvyy_1{padding:var(--page-padding, 2rem);max-width:1400px;margin:0 auto}._history_1cvyy_1 h1{margin:0 0 2rem;font-size:2rem;font-weight:700;color:#111827}._filterBar_1cvyy_14{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}._filterGroup_1cvyy_21{display:flex;justify-content:flex-end;flex-direction:column;gap:.35rem;min-width:200px;max-width:260px}._filterGroup_1cvyy_21 label{font-size:.9rem;color:#374151;font-weight:600}._filterLabel_1cvyy_36{font-size:.875rem;font-weight:600;color:#374151}._filterGroup_1cvyy_21 select,._filterGroup_1cvyy_21 input{padding:.5rem .6rem;border:1px solid #d1d5db;border-radius:10px;font-size:.95rem;color:#111827;background:#f9fafb}._customerSelector_1cvyy_52{display:flex;align-items:center;gap:.75rem}._selectButton_1cvyy_58{min-width:200px}._selectedCustomer_1cvyy_62{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;min-width:250px}._customerInfo_1cvyy_73{display:flex;flex-direction:column;gap:.25rem;flex:1}._customerName_1cvyy_80{font-size:.875rem;font-weight:600;color:#111827}._customerCode_1cvyy_86{font-size:.75rem;color:#6b7280}._clearButton_1cvyy_91{flex-shrink:0}._list_1cvyy_95{display:flex;flex-direction:column;gap:1rem}._metaBlock_1cvyy_101{display:flex;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#6b7280}._metaLabel_1cvyy_109{font-weight:600;color:#111827}._metaValue_1cvyy_114{color:#374151}._summaryRow_1cvyy_118{display:grid;grid-template-columns:max-content max-content;gap:0 6rem;margin-bottom:.75rem;width:fit-content;max-width:100%}._summaryColumn_1cvyy_127{display:flex;flex-direction:column;gap:.75rem}._label_1cvyy_133{margin:0;font-size:.9rem;color:#6b7280}._value_1cvyy_139{margin:0;font-weight:600;color:#111827}._premiumBlock_1cvyy_145{margin-top:.5rem;margin-bottom:.75rem}._premiumTableWrapper_1cvyy_150{margin-top:1rem}._premiumHeader_1cvyy_154{font-weight:700;color:#111827;margin-bottom:.5rem}._premiumTable_1cvyy_150{width:100%;border-collapse:collapse;border:1px solid #e5e7eb}._premiumTable_1cvyy_150 th,._premiumTable_1cvyy_150 td{padding:.65rem .75rem;border-bottom:1px solid #e5e7eb;text-align:left}._premiumTable_1cvyy_150 th{background:#f9fafb;color:#4b5563;font-weight:700}._premiumTable_1cvyy_150 tr:last-child td{border-bottom:none}._premiumTable_1cvyy_150 tr._totalRow_1cvyy_183 td{font-weight:700}._cardContent_1cvyy_187{position:relative}._downloadButtons_1cvyy_191{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;z-index:1}._downloadIconButton_1cvyy_202{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:160px;height:40px;padding:0 .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s;font-size:.875rem}._downloadIconButton_1cvyy_202:hover{background-color:#f9fafb;border-color:#3b82f6;color:#3b82f6}._downloadIconButton_1cvyy_202 svg{width:20px;height:20px;flex-shrink:0}._downloadButtonText_1cvyy_231{white-space:nowrap}._actions_1cvyy_235{margin-top:1rem}._headerContent_1cvyy_239{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._headerContent_1cvyy_239 h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}._meta_1cvyy_101{margin:0;font-size:.875rem;color:#6b7280}._error_1cvyy_259{margin-top:1rem;padding:.75rem;background-color:#fee2e2;border-radius:.375rem;color:#991b1b;font-size:.875rem}._empty_1cvyy_268{text-align:center;color:#6b7280;padding:2rem}._products_8h49y_1{max-width:1400px;margin:0 auto;padding:2rem}._header_8h49y_7{margin-bottom:2rem}._header_8h49y_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._empty_8h49y_18{text-align:center;color:#6b7280;padding:2rem}._orders_14tfb_1{max-width:1400px;margin:0 auto;padding:2rem}._header_14tfb_7{margin-bottom:2rem}._header_14tfb_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._filters_14tfb_18{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}._filterGroup_14tfb_26{display:flex;flex-direction:column;gap:.5rem}._filterGroupRow_14tfb_32{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._filterHelp_14tfb_39{font-size:.85rem;color:#6b7280}._filterLabel_14tfb_44{font-size:.875rem;font-weight:600;color:#374151}._filterInput_14tfb_50{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#111827;background-color:#fff;transition:border-color .2s,box-shadow .2s;min-width:200px}._filterInput_14tfb_50:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterInput_14tfb_50::placeholder{color:#9ca3af}._customerSelector_14tfb_71{display:flex;align-items:center;gap:.75rem}._selectButton_14tfb_77{min-width:200px}._selectedCustomer_14tfb_81{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;min-width:250px}._customerInfo_14tfb_92{display:flex;flex-direction:column;gap:.25rem;flex:1}._customerName_14tfb_99{font-size:.875rem;font-weight:600;color:#111827}._customerCode_14tfb_105{font-size:.75rem;color:#6b7280}._clearButton_14tfb_110{padding:.375rem .75rem;font-size:.875rem}._emptyState_14tfb_115{padding:2rem;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:.5rem}._summary_14tfb_123{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;margin-bottom:1.5rem;background-color:#f9fafb;border-radius:.5rem}._summaryItem_14tfb_133{display:flex;flex-direction:column;gap:.25rem}._summaryItem_14tfb_133 strong{font-size:.875rem;color:#6b7280;font-weight:500}._summaryItem_14tfb_133{font-size:1rem;color:#111827;font-weight:600}._ordersList_14tfb_151{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}._hierarchyGroup_14tfb_158{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background-color:#fff}._hierarchyHeader_14tfb_165{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}._hierarchyHeader_14tfb_165 h4{margin:0;font-size:1rem;font-weight:600;color:#111827}._groupMeta_14tfb_181{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._groupMetric_14tfb_188{padding:.25rem .75rem;background-color:#e0f2fe;color:#0c4a6e;border-radius:.375rem;font-size:.875rem;font-weight:500}._groupCount_14tfb_197{padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:.375rem;font-size:.875rem;font-weight:500}._ordersTable_14tfb_206{overflow-x:auto}._ordersTable_14tfb_206 table{width:100%;border-collapse:collapse;table-layout:fixed}._ordersTable_14tfb_206 thead{background-color:#f9fafb}._ordersTable_14tfb_206 th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}._ordersTable_14tfb_206 th:nth-child(1),._ordersTable_14tfb_206 td:nth-child(1){width:10%}._ordersTable_14tfb_206 th:nth-child(2),._ordersTable_14tfb_206 td:nth-child(2){width:50%}._ordersTable_14tfb_206 th:nth-child(3),._ordersTable_14tfb_206 td:nth-child(3){width:12%}._ordersTable_14tfb_206 th:nth-child(4),._ordersTable_14tfb_206 td:nth-child(4){width:14%}._ordersTable_14tfb_206 th:nth-child(5),._ordersTable_14tfb_206 td:nth-child(5){width:14%}._ordersTable_14tfb_206 td{padding:.75rem 1rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}._ordersTable_14tfb_206 tbody tr:hover{background-color:#f9fafb}._customerCell_14tfb_267{font-weight:500;color:#374151;word-wrap:break-word;word-break:break-word;white-space:normal}._productCodeCell_14tfb_275{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#111827;font-weight:500}._productDescriptionCell_14tfb_282{color:#374151;word-wrap:break-word;word-break:break-word;white-space:normal}._quantityCell_14tfb_289{text-align:center;font-weight:500}._quantityChanged_14tfb_294{color:#dc2626;font-weight:600}._pagination_14tfb_299{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid #e5e7eb;flex-wrap:wrap;gap:1rem}._paginationInfo_14tfb_309{font-size:.875rem;color:#6b7280}._paginationButtons_14tfb_314{display:flex;gap:.5rem}@media(max-width:768px){._orders_14tfb_1{padding:1rem}._summary_14tfb_123{flex-direction:column;gap:.75rem}._ordersTable_14tfb_206{font-size:.75rem}._ordersTable_14tfb_206 th,._ordersTable_14tfb_206 td{padding:.5rem}._pagination_14tfb_299{flex-direction:column;align-items:stretch}._paginationButtons_14tfb_314{width:100%}._paginationButtons_14tfb_314 button{flex:1}}._customers_xpkcf_1{max-width:1400px;margin:0 auto;padding:2rem}._header_xpkcf_7{margin-bottom:2rem}._header_xpkcf_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._empty_xpkcf_18{text-align:center;color:#6b7280;padding:2rem}._contracts_ipnhn_1{max-width:1400px;margin:0 auto;padding:2rem}._header_ipnhn_7{margin-bottom:2rem}._header_ipnhn_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._list_ipnhn_18{display:flex;flex-direction:column;gap:1rem}._cardHeader_ipnhn_24{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._cardHeader_ipnhn_24 h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}._meta_ipnhn_38{margin:0;font-size:.875rem;color:#6b7280}._empty_ipnhn_44{text-align:center;color:#6b7280;padding:2rem}._previewContainer_ipnhn_50{width:100%;margin-top:1rem}._previewFrame_ipnhn_55{width:100%;height:600px;border:1px solid #e5e7eb;border-radius:.375rem}._outputs_1w10j_1{max-width:1400px;margin:0 auto;padding:2rem}._header_1w10j_7{margin-bottom:2rem}._header_1w10j_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._list_1w10j_18{display:flex;flex-direction:column;gap:1rem}._cardHeader_1w10j_24{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%}._cardHeader_1w10j_24 h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}._meta_1w10j_39{margin:0;font-size:.875rem;color:#6b7280}._actions_1w10j_45{display:flex;gap:.5rem;flex-shrink:0}._empty_1w10j_51{text-align:center;color:#6b7280;padding:2rem}._fileInfo_1w10j_57{margin-top:1rem;padding:1rem;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}._fileType_1w10j_65{margin:0 0 .5rem;font-weight:600;color:#111827}._fileHint_1w10j_71{margin:0;font-size:.875rem;color:#6b7280}._agencyStaff_1ylmp_1{max-width:1400px;margin:0 auto;padding:2rem}._header_1ylmp_7{margin-bottom:2rem}._header_1ylmp_7 h1{margin:0;font-size:2rem;font-weight:700;color:#111827}._filters_1ylmp_18{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}._filterGroup_1ylmp_26{display:flex;flex-direction:column;gap:.5rem}._filterLabel_1ylmp_32{font-size:.875rem;font-weight:600;color:#374151}._customerSelector_1ylmp_38{display:flex;align-items:center;gap:.75rem}._selectButton_1ylmp_44{min-width:200px}._selectedCustomer_1ylmp_48{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;min-width:250px}._customerInfo_1ylmp_59{display:flex;flex-direction:column;gap:.25rem;flex:1}._customerName_1ylmp_66{font-size:.875rem;font-weight:600;color:#111827}._customerCode_1ylmp_72{font-size:.75rem;color:#6b7280}._clearButton_1ylmp_77{padding:.375rem .75rem;font-size:.875rem}._emptyState_1ylmp_82{padding:2rem;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:.5rem}._summary_1ylmp_90{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;margin-bottom:1.5rem;background-color:#f9fafb;border-radius:.5rem}._summaryItem_1ylmp_100{display:flex;flex-direction:column;gap:.25rem}._summaryItem_1ylmp_100 strong{font-size:.875rem;color:#6b7280;font-weight:500}._summaryItem_1ylmp_100{font-size:1rem;color:#111827;font-weight:600}._staffTable_1ylmp_118{overflow-x:auto;margin-bottom:1.5rem}._staffTable_1ylmp_118 table{width:100%;border-collapse:collapse}._staffTable_1ylmp_118 thead{background-color:#f9fafb}._staffTable_1ylmp_118 th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}._staffTable_1ylmp_118 td{padding:.75rem 1rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}._staffTable_1ylmp_118 tbody tr:hover{background-color:#f9fafb}._customerCell_1ylmp_153{font-weight:500;color:#374151}._merchCell_1ylmp_158{font-weight:500;color:#111827}._pagination_1ylmp_163{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid #e5e7eb;flex-wrap:wrap;gap:1rem}._paginationInfo_1ylmp_173{font-size:.875rem;color:#6b7280}._paginationButtons_1ylmp_178{display:flex;gap:.5rem}@media(max-width:768px){._agencyStaff_1ylmp_1{padding:1rem}._summary_1ylmp_90{flex-direction:column;gap:.75rem}._staffTable_1ylmp_118{font-size:.75rem}._staffTable_1ylmp_118 th,._staffTable_1ylmp_118 td{padding:.5rem}._pagination_1ylmp_163{flex-direction:column;align-items:stretch}._paginationButtons_1ylmp_178{width:100%}._paginationButtons_1ylmp_178 button{flex:1}}._settings_3vb8v_1{padding:var(--page-padding, 2rem);max-width:1400px;margin:0 auto}._settings_3vb8v_1 h1{margin:0 0 2rem;font-size:2rem;font-weight:700;color:#111827}._content_3vb8v_14{margin-top:2rem}._userSection_3vb8v_18{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}._userInfo_3vb8v_25{margin-bottom:2rem}._userInfo_3vb8v_25 h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}._userEmail_3vb8v_36{display:flex;flex-direction:column;gap:.5rem}._userEmail_3vb8v_36 label{font-size:.875rem;font-weight:500;color:#6b7280}._userEmail_3vb8v_36 span{font-size:1rem;color:#111827;padding:.75rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._actions_3vb8v_57{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}._logoutButton_3vb8v_64{padding:.75rem 1.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._logoutButton_3vb8v_64:hover{background-color:#dc2626}._loginContainer_12fge_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}._loginCard_12fge_10{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 10px 40px #0000001a}._title_12fge_19{font-size:28px;font-weight:600;margin-bottom:30px;text-align:center;color:#333}._form_12fge_27{display:flex;flex-direction:column;gap:20px}._formGroup_12fge_33{display:flex;flex-direction:column;gap:8px}._formGroup_12fge_33 label{font-size:14px;font-weight:500;color:#555}._formGroup_12fge_33 input{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .2s}._formGroup_12fge_33 input:focus{outline:none;border-color:#667eea}._formGroup_12fge_33 input:disabled{background-color:#f5f5f5;cursor:not-allowed}._submitButton_12fge_63{padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s;margin-top:10px}._submitButton_12fge_63:hover:not(:disabled){opacity:.9}._submitButton_12fge_63:disabled{opacity:.6;cursor:not-allowed}._app_1dxn9_1{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}._content_1dxn9_8{display:flex;flex:1;margin-top:72px;overflow:hidden}._main_1dxn9_15{flex:1;padding:0;overflow-y:auto;margin-left:240px}
