:root{--primary: #B85042;--primary-dark: #9a4236;--secondary: #A7BEAE;--secondary-dark: #8aa895;--background: #E7E8D1;--surface: #FFFFFF;--text: #333333;--text-light: #666666;--border: #DDDDDD;--error: #f44336;--success: #4caf50;--warning: #ff9800;--shadow: 0 2px 10px rgba(0,0,0,.1);--radius: 12px;--item: #1a1a1a0f}.dark-mode{--item: #1a1a1a;--primary: #B85042;--primary-dark: #9a4236;--secondary: #7D9A89;--secondary-dark: #6a8574;--background: #1a1a1a;--surface: #2d2d2d;--text: #ffffff;--text-light: #cccccc;--border: #444444;--error: #f44336;--success: #4caf50;--warning: #ff9800}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;overflow:hidden}.app{display:flex;height:100vh;background-color:var(--background);overflow:hidden}.main-content{flex:1;margin-left:260px;display:flex;flex-direction:column;height:100vh;transition:margin-left .3s ease;overflow:hidden}.sidebar-closed .main-content{margin-left:0}.login-page{height:100vh;overflow:hidden}.login-page .app{display:block;height:100vh}.login-page .main-content{margin-left:0!important;background-color:var(--background);height:100vh;overflow:auto}.login-page .top-navbar-container,.login-page .mobile-bottom-nav{display:none!important}.login-page .content{padding:0!important;display:flex;align-items:center;justify-content:center;height:100vh;min-height:100vh}.content{flex:1;padding:80px 20px 20px;background-color:var(--background);overflow-y:auto;height:calc(100vh - 80px)}.top-navbar-container{position:fixed;top:0;right:0;left:260px;z-index:100;background-color:var(--surface);transition:left .3s ease}.sidebar-closed .top-navbar-container{left:0}@media(max-width:1024px){.main-content{margin-left:0;padding-bottom:80px}.top-navbar-container{left:0}.content{height:calc(100vh - 140px);padding-top:70px}}@media(max-width:768px){.content{padding:70px 16px 16px;height:calc(100vh - 140px)}}@media(max-width:480px){.content{padding:70px 12px 12px;height:calc(100vh - 140px)}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;color:var(--text);font-size:1.1rem}.content::-webkit-scrollbar{width:6px}.content::-webkit-scrollbar-track{background:transparent}.content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.content::-webkit-scrollbar-thumb:hover{background:var(--text-light)}._dashboard_1nqbx_1{padding:0;background:var(--background);min-height:100vh;position:relative}._arrovTop_1nqbx_13{position:fixed!important;bottom:30px!important;right:30px!important;background-color:var(--secondary)!important;z-index:1000}._error_1nqbx_29{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center;color:var(--text-light)}._error_1nqbx_29 h3{color:var(--error);margin-bottom:1rem}._retryButton_1nqbx_59{margin-top:1rem;background:var(--primary)!important}._header_1nqbx_69{margin-bottom:1.5rem;padding:1rem}._container_1nqbx_79{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start;padding:0 1rem}._loading_1nqbx_95{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:var(--text-light)}._spinner_1nqbx_113{width:32px;height:32px;border:3px solid var(--border);border-left:3px solid var(--primary);border-radius:50%;animation:_spin_1nqbx_113 1s linear infinite;margin-bottom:.5rem}@keyframes _spin_1nqbx_113{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._searchBox_1nqbx_143{position:relative;margin-bottom:1.5rem}._searchIcon_1nqbx_153{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-light)}._searchInput_1nqbx_169{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.9rem}._searchInput_1nqbx_169:focus{outline:none;border-color:var(--primary)}._productsGrid_1nqbx_199{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}._noProducts_1nqbx_211{text-align:center;padding:2rem 1rem;color:var(--text-light);grid-column:1 / -1}._noProducts_1nqbx_211 h3{margin:.5rem 0 0;color:var(--text);font-size:1rem}@media(max-width:768px){._arrovTop_1nqbx_13{bottom:100px!important;right:20px!important}._container_1nqbx_79{grid-template-columns:1fr;gap:1rem}._productsGrid_1nqbx_199{grid-template-columns:1fr}._header_1nqbx_69 h1{font-size:1.5rem}._dashboard_1nqbx_1,._container_1nqbx_79{padding:0 .5rem}}._successMessage_1nqbx_289{position:fixed;top:20px;left:50%;transform:translate(-50%);background:var(--success);color:#fff;padding:16px 20px;border-radius:var(--radius);box-shadow:var(--shadow);z-index:1000;animation:_slideDown_1nqbx_1 .3s ease-out;max-width:400px;width:90%}._successContent_1nqbx_321{display:flex;align-items:flex-start;gap:12px}._successIcon_1nqbx_333{font-size:1.5rem;margin-top:2px}._successContent_1nqbx_321 h4{margin:0 0 4px;font-size:1rem;font-weight:600}._successContent_1nqbx_321 p{margin:0;font-size:.9rem;opacity:.9}@keyframes _slideDown_1nqbx_1{0%{transform:translate(-50%) translateY(-20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media(max-width:768px){._successMessage_1nqbx_289{top:10px;width:95%;padding:12px 16px}._successContent_1nqbx_321{gap:8px}._successContent_1nqbx_321 h4{font-size:.9rem}._successContent_1nqbx_321 p{font-size:.8rem}}._productCard_m2ji3_1{background:var(--surface);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--border)}._scrollTopButton_m2ji3_29{position:fixed!important;bottom:20px;right:20px;z-index:1000;background:var(--primary)!important;color:#fff!important;border-radius:50%!important;min-width:50px!important;height:50px;box-shadow:var(--shadow)!important}._scrollTopButton_m2ji3_29:hover{background:var(--primary-dark)!important;transform:translateY(-2px)}._loadingContainer_m2ji3_65{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_m2ji3_83{color:var(--primary)!important}._noProducts_m2ji3_91{text-align:center;padding:60px 20px;color:var(--text-light)}._noProducts_m2ji3_91 h3{margin:16px 0 8px;color:var(--text)}._noProducts_m2ji3_91 p{margin:0;font-size:.9rem}@media(max-width:768px){._scrollTopButton_m2ji3_29{bottom:16px;right:16px;min-width:45px!important;height:45px}}._productImage_m2ji3_143{width:48px;height:48px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff}._productInfo_m2ji3_165 h3{font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .25rem}._productInfo_m2ji3_165 p{color:var(--text-light);margin:0;font-size:.8rem}._quantitySection_m2ji3_191{display:flex;flex-direction:column;gap:.75rem}._quantityRow_m2ji3_203{display:flex;align-items:center;gap:.5rem;justify-content:space-between}._quantityControls_m2ji3_217{display:flex;align-items:center;gap:.25rem;background:var(--item);border-radius:var(--radius);padding:.25rem;border:1px solid var(--border)}._quantityInput_m2ji3_237{width:80px;padding:.5rem;border:none;border-radius:var(--radius);text-align:center;font-weight:600;background:transparent;color:var(--text);font-size:.9rem}._quantityInput_m2ji3_237:focus{outline:none;background:var(--surface)}._quantityBtn_m2ji3_271{width:28px!important;height:28px!important;background-color:var(--secondary)!important;color:#fff!important}._addButton_m2ji3_287{border-radius:var(--radius)!important;font-weight:600!important;text-transform:none!important;background-color:var(--primary)!important;color:#fff!important;padding:.5rem 1rem!important;min-width:100px!important;flex-shrink:0}._addButton_m2ji3_287:hover{background-color:var(--primary-dark)!important}._dark-mode_m2ji3_319 ._quantityControls_m2ji3_217{background:var(--item);border-color:var(--border)}._dark-mode_m2ji3_319 ._quantityInput_m2ji3_237{background:transparent;color:var(--text)}._cartSection_1jq44_1{position:sticky}._cartCard_1jq44_11{background:var(--surface);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}._cartTitle_1jq44_25{font-size:1.1rem;font-weight:600;color:var(--text);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}._emptyCart_1jq44_49{text-align:center;padding:1.5rem 1rem;color:var(--text-light)}._emptyCart_1jq44_49 p{margin:.5rem 0 0;font-weight:600;color:var(--text)}._cartItems_1jq44_73{max-height:250px;overflow-y:auto;margin-bottom:1rem}._cartItem_1jq44_73{background:var(--item);border-radius:var(--radius);margin-bottom:.5rem;border:1px solid var(--border)}._cartItemIcon_1jq44_99{color:var(--primary)!important;min-width:40px!important}._cartItemText_1jq44_109 ._MuiListItemText-primary_1jq44_109{font-weight:600;font-size:.9rem;color:var(--text)}._cartItemText_1jq44_109 ._MuiListItemText-secondary_1jq44_121{font-size:.75rem;color:var(--text) !}._cartQuantityControls_1jq44_131{display:flex;align-items:center;gap:.5rem;margin-right:1rem;background:var(--surface);border-radius:var(--radius);padding:.25rem;border:1px solid var(--border)}._cartQuantityBtn_1jq44_153{width:24px!important;height:24px!important;background-color:var(--primary)!important;color:#fff!important}._cartQuantityBtn_1jq44_153:hover{background-color:var(--primary-dark)!important}._quantityText_1jq44_175{min-width:30px;text-align:center;font-weight:600;color:var(--text);font-size:.8rem}._deleteBtn_1jq44_191{color:#f44336!important}._deleteBtn_1jq44_191:hover{background-color:#f443361a!important}._cartSummary_1jq44_207{border-top:1px solid var(--border);padding-top:.75rem;margin-bottom:1rem}._summaryRow_1jq44_219{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.9rem}._summaryRow_1jq44_219:last-child{margin-bottom:0;font-weight:600;font-size:1rem}._orderButton_1jq44_247{border-radius:var(--radius)!important;font-weight:600!important;text-transform:none!important;padding:.75rem 1.5rem!important;background-color:var(--primary)!important;color:#fff!important}._orderButton_1jq44_247:hover{background-color:var(--primary-dark)!important}._cartItems_1jq44_73::-webkit-scrollbar{width:4px}._cartItems_1jq44_73::-webkit-scrollbar-track{background:var(--background)}._cartItems_1jq44_73::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@media(max-width:768px){._cartSection_1jq44_1{position:static;order:-1;margin-bottom:1rem}}@media(max-width:480px){._cartCard_1jq44_11{padding:1rem}}._sidebar_15sr5_7{width:280px;background:var(--surface);height:100vh;position:fixed;top:0;left:0;box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:1000;transition:all .3s ease}._sidebarHidden_15sr5_37{width:280px;background:var(--surface);height:100vh;position:fixed;top:0;left:-280px;box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:1000;transition:all .3s ease}._headerMenu_15sr5_67{padding:24px 20px;border-bottom:1px solid var(--border);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:space-between}._darkMode_15sr5_87{background-color:var(--background);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._darkMode_15sr5_87:hover{transform:scale(1.1)}._darkMode_15sr5_87 svg{color:var(--primary);font-size:1.5rem}._logo_15sr5_131{display:flex;align-items:center;gap:6px;font-weight:700}._logo_15sr5_131 img{width:35px;height:35px}._logo_15sr5_131 h2{margin:0;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}._menuList_15sr5_173{flex:1;padding:16px 0;overflow-y:auto}._menuItem_15sr5_185{margin:4px 12px;border-radius:var(--radius);color:var(--text);transition:all .2s ease;position:relative}._selectedMenuItem_15sr5_201{background-color:var(--primary)!important;color:#fff!important;font-weight:600;border-left:4px solid var(--primary-dark)}._menuIcon_15sr5_215{color:var(--text)!important;transition:color .2s ease}._selectedMenuIcon_15sr5_225{color:#fff!important}._menuText_15sr5_233{font-weight:500;font-size:.95rem;color:var(--text)}._selectedMenuText_15sr5_245{font-weight:600;color:#fff!important}._footer_15sr5_257{padding:20px;border-top:1px solid var(--border);margin-top:auto}._exit_15sr5_269{width:100%}._exitButton_15sr5_277{width:100%;padding:10px 16px;border:2px solid var(--error)!important;color:#fff!important;border-radius:var(--radius)!important;font-weight:600!important;text-transform:none!important;transition:all .2s ease!important;background-color:var(--error)!important}._exitButton_15sr5_277:hover{border-color:var(--error)!important;background-color:transparent!important;color:var(--error)!important;transform:translateY(-1px)}._menuList_15sr5_173::-webkit-scrollbar{width:4px}._menuList_15sr5_173::-webkit-scrollbar-track{background:var(--background);border-radius:2px}._menuList_15sr5_173::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}._menuList_15sr5_173::-webkit-scrollbar-thumb:hover{background:var(--text-light)}@media(max-width:599px){._sidebar_15sr5_7{transform:translate(-100%);width:280px}._sidebarOpen_15sr5_367{transform:translate(0)}}@keyframes _slideIn_15sr5_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._menuItem_15sr5_185{animation:_slideIn_15sr5_1 .3s ease forwards}._menuItem_15sr5_185:nth-child(1){animation-delay:.1s}._menuItem_15sr5_185:nth-child(2){animation-delay:.15s}._menuItem_15sr5_185:nth-child(3){animation-delay:.2s}._menuItem_15sr5_185:nth-child(4){animation-delay:.25s}._selectedMenuItem_15sr5_201:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#fff;border-radius:50%;animation:_pulse_15sr5_1 2s infinite}@keyframes _pulse_15sr5_1{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 6px #fff0}to{box-shadow:0 0 #fff0}}._navbar_b5rn6_5{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);position:fixed;top:0;left:280px;right:0;z-index:999;height:70px}._leftSection_b5rn6_37{display:flex;align-items:center;gap:16px}._darkMode_b5rn6_49{width:40px;height:40px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._darkMode_b5rn6_49:hover{transform:scale(1.1)}._darkMode_b5rn6_49 svg{color:var(--primary);font-size:1.5rem}._notification_b5rn6_91{display:flex;align-items:center;justify-content:center}._notification_b5rn6_91 ._iconButton_b5rn6_103{color:var(--text-light);padding:8px;transition:all .3s ease}._notification_b5rn6_91 ._iconButton_b5rn6_103:hover{background-color:var(--background);color:var(--text);transform:scale(1.05)}._logo_b5rn6_129{display:none;align-items:center;gap:6px;font-weight:700}._logo_b5rn6_129 img{width:35px;height:35px}._logo_b5rn6_129 h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.5px}._menuButtonIcon_b5rn6_167{display:none!important;color:var(--text-light)!important}._menuButtonIcon_b5rn6_167:hover{background-color:var(--background)!important;color:var(--text)!important}._title_b5rn6_187{font-size:1.25rem;font-weight:600;color:var(--text);margin:0}._rightSection_b5rn6_201{display:flex;align-items:center;gap:16px}._actions_b5rn6_213{display:flex;align-items:center;gap:8px}._iconButton_b5rn6_103{color:var(--text-light)!important;padding:8px!important}._iconButton_b5rn6_103:hover{background-color:var(--background)!important;color:var(--text)!important}._logaut_b5rn6_245{display:none}._MuiBadge-badge_b5rn6_255{color:#fff!important;font-size:.7rem!important;font-weight:600!important;border:2px solid var(--surface)}@media(max-width:1024px){._navbar_b5rn6_5{left:0}._menuButtonIcon_b5rn6_167{display:block!important}}@media(max-width:768px){._navbar_b5rn6_5{padding:12px 16px;height:65px;left:0}._menuButtonIcon_b5rn6_167{display:block!important}._logo_b5rn6_129,._darkMode_b5rn6_49,._notification_b5rn6_91{display:flex}._title_b5rn6_187{font-size:1.1rem}}@media(max-width:599px){._logaut_b5rn6_245{display:block}._iconButton_b5rn6_103{padding:6px!important}._menuButtonIcon_b5rn6_167{display:none!important;padding:6px!important}}@media(max-width:480px){._actions_b5rn6_213{gap:4px}._iconButton_b5rn6_103{padding:6px!important}._menuButtonIcon_b5rn6_167{display:none!important;padding:6px!important}}._container_6p5g1_1{padding:20px;background-color:var(--background);min-height:100vh}._header_6p5g1_13{margin-bottom:30px}._content_6p5g1_21{margin-top:30px;margin-bottom:30px}._loadingContainer_6p5g1_33{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}._spinner_6p5g1_51{color:var(--primary)}._loadingText_6p5g1_59{color:var(--text);font-weight:600;font-size:1.1rem}._errorAlert_6p5g1_71{margin:20px;padding:16px;border-radius:8px;background-color:var(--surface);color:var(--error);border:1px solid var(--border);font-weight:500}._emptyCard_6p5g1_93{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;max-width:400px;margin:0 auto}._emptyContent_6p5g1_113{padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}._emptyIcon_6p5g1_129{font-size:56px;color:var(--text-light);opacity:.5}._emptyTitle_6p5g1_141{color:var(--text);font-weight:600;font-size:1.25rem;margin:0}._emptyDescription_6p5g1_155{color:var(--text-light);text-align:center;margin:0}._statsCard_6p5g1_169{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px}._statsContent_6p5g1_187{padding:20px}._statsTitle_6p5g1_195{color:var(--text);font-weight:600;text-align:center;font-size:1.25rem;margin:0 0 20px}._statsGrid_6p5g1_215{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}._statItem_6p5g1_227{text-align:center;padding:16px 8px;background:var(--item);border:1px solid var(--border);border-radius:6px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._statIcon_6p5g1_253{font-size:24px;color:var(--primary);margin-bottom:8px}._statNumber_6p5g1_265{font-weight:700;margin-bottom:6px;font-size:1.5rem}._statNumberPrimary_6p5g1_277{color:var(--primary)}._statNumberSuccess_6p5g1_285{color:#2e7d32}._statNumberWarning_6p5g1_293{color:#1976d2}._statNumberAccepted_6p5g1_301{color:#ed6c02}._statNumberRejected_6p5g1_307{color:#d32f2f}._statLabel_6p5g1_315{color:var(--text-light);font-weight:500;font-size:.8rem}._ordersGrid_6p5g1_327{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){._container_6p5g1_1{padding:16px}._title_6p5g1_351{font-size:1.6rem}._statsGrid_6p5g1_215{grid-template-columns:repeat(2,1fr);gap:8px}._statsContent_6p5g1_187{padding:16px}._statsTitle_6p5g1_195{font-size:1.1rem;margin-bottom:16px}._statItem_6p5g1_227{padding:12px 6px;flex-direction:row;justify-content:space-between;text-align:left;gap:8px}._statIcon_6p5g1_253{display:none}._statNumber_6p5g1_265{font-size:1.1rem;margin-bottom:0;font-weight:600}._statLabel_6p5g1_315{font-size:.75rem;text-align:right;flex-grow:1}}@media(max-width:480px){._title_6p5g1_351{font-size:1.4rem}._statsContent_6p5g1_187{padding:12px}._statsTitle_6p5g1_195{font-size:1rem;margin-bottom:12px}._statsGrid_6p5g1_215{gap:6px}._statItem_6p5g1_227{padding:10px 8px;min-height:50px}._statNumber_6p5g1_265{font-size:1rem}._statLabel_6p5g1_315{font-size:.7rem}._emptyContent_6p5g1_113{padding:32px 20px}._emptyIcon_6p5g1_129{font-size:48px}}@media(max-width:360px){._statsGrid_6p5g1_215{grid-template-columns:1fr;gap:4px}._statItem_6p5g1_227{padding:8px 12px;flex-direction:row;justify-content:space-between;align-items:center}._statNumber_6p5g1_265{font-size:.9rem;min-width:30px}._statLabel_6p5g1_315{font-size:.65rem;text-align:right}}._refreshSection_6p5g1_577{display:flex;justify-content:flex-end;margin-bottom:20px}._refreshButton_6p5g1_589{border-color:var(--primary)!important;color:var(--primary)!important;text-transform:none!important}._refreshButton_6p5g1_589:hover{background:var(--primary)!important;color:#fff!important}._error_6p5g1_71{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center;color:var(--text-light);padding:2rem}._error_6p5g1_71 h3{color:var(--error);margin-bottom:1rem}._error_6p5g1_71 p{margin-bottom:1.5rem;max-width:400px;line-height:1.5}._retryButton_6p5g1_655{background:var(--primary)!important;color:#fff!important;text-transform:none!important}._controlsSection_6p5g1_667{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;flex-wrap:wrap}._filters_6p5g1_685{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._pagination_6p5g1_699{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px;margin-top:24px;padding:16px}._paginationInfo_6p5g1_719{color:var(--text-light)!important;font-size:.9rem!important}@media(max-width:768px){._controlsSection_6p5g1_667{flex-direction:column;align-items:stretch}._filters_6p5g1_685{justify-content:center}._refreshButton_6p5g1_589{align-self:center}}._orderCard_1r2kd_1{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;margin-bottom:16px;overflow:hidden;max-width:100%;box-sizing:border-box}._cardContent_1r2kd_25{padding:16px;max-width:100%;overflow:hidden}._orderHeader_1r2kd_39{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}._orderInfo_1r2kd_53{width:100%}._orderNumber_1r2kd_61{color:var(--text);font-weight:600;font-size:1.1rem;margin:0;word-break:break-word}._orderDate_1r2kd_79{color:var(--text-light);font-size:.85rem;margin:0}._orderActions_1r2kd_91{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;flex-wrap:wrap}._editActions_1r2kd_109{display:flex;gap:6px;align-items:center;flex-wrap:wrap}._statusChip_1r2kd_125{font-weight:600;border:1px solid;border-radius:14px;padding:4px 10px;font-size:.8rem;display:flex;align-items:center;gap:4px;white-space:nowrap;flex-shrink:0}._statusNew_1r2kd_151{background-color:transparent;border-color:#3e96f4f8;color:#3e96f4f8}._statusDelivered_1r2kd_163{background-color:#4caf501a;border-color:#4caf504d;color:var(--success)}._statusCancelled_1r2kd_177{background-color:#f443361a;border-color:#f443364d;color:var(--error)}._statusAccepted_1r2kd_187{background-color:#f8a30518;border-color:#f8a305;color:#f8a305}._editButton_1r2kd_201,._saveButton_1r2kd_201,._cancelOrderButton_1r2kd_201{border-radius:5px!important;font-weight:500!important;text-transform:none;padding:4px 8px!important;font-size:.75rem;min-width:auto!important;white-space:nowrap;flex-shrink:0}._editButton_1r2kd_201{border:1px solid var(--primary)!important;color:var(--primary)!important}._editButton_1r2kd_201:hover{background:var(--primary)!important;color:#fff!important}._saveButton_1r2kd_201{background:var(--success)!important;color:#fff!important}._saveButton_1r2kd_201:hover{background:var(--success-dark)!important}._cancelOrderButton_1r2kd_201{color:var(--error)!important;border:1px solid var(--error)!important}._cancelOrderButton_1r2kd_201:hover{background:var(--error)!important;color:#fff!important}._tableContainer_1r2kd_283{background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-bottom:16px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1r2kd_283{width:100%;border-collapse:collapse;min-width:300px}._tableHeader_1r2kd_321{background:var(--item);color:var(--text);font-weight:600;border-bottom:1px solid var(--border);padding:8px 6px;font-size:.8rem;text-align:left;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableRow_1r2kd_351,._newProductRow_1r2kd_351{border-bottom:1px solid var(--border)}._tableRow_1r2kd_351:last-child,._newProductRow_1r2kd_351:last-child{border-bottom:none}._tableCell_1r2kd_367{border:none;padding:8px 6px;background:var(--surface);font-size:.85rem;max-width:100px;overflow:hidden}._productName_1r2kd_387{color:var(--text);font-weight:500;font-size:.85rem;word-break:break-word}._productQuantity_1r2kd_401{color:var(--text);font-weight:600;font-size:.85rem}._productUnit_1r2kd_413{color:var(--text-light);font-size:.85rem}._productActions_1r2kd_425{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:nowrap}._productSelect_1r2kd_443{width:100%!important;min-width:80px!important;max-width:120px!important}._productSelect_1r2kd_443 .MuiInputBase-root{font-size:.8rem!important;padding:4px!important;min-height:32px!important}._productSelect_1r2kd_443 .MuiSelect-select{padding:6px 8px!important;font-size:.8rem!important;max-width:100px!important;overflow:hidden;text-overflow:ellipsis}._quantityInput_1r2kd_483{width:80px!important;max-width:80px!important}._quantityInput_1r2kd_483 input{color:var(--text)!important;background-color:var(--background)!important;text-align:right!important;padding:6px 8px!important;font-size:.8rem!important}._saveBtn_1r2kd_509,._cancelBtn_1r2kd_509{color:var(--success)!important;min-width:auto;padding:4px;font-size:.8rem;flex-shrink:0}._cancelBtn_1r2kd_509{color:var(--text-light)!important}._editIcon_1r2kd_533,._deleteIcon_1r2kd_533{background:none;border:none;padding:4px;font-size:.9rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._editIcon_1r2kd_533{color:var(--primary)}._editIcon_1r2kd_533:hover{background:#b850421a}._deleteIcon_1r2kd_533{color:var(--error)}._deleteIcon_1r2kd_533:hover{background:#f443361a}._addProductSection_1r2kd_593{padding:12px;border-top:1px dashed var(--border)}._addProductButton_1r2kd_603{border:1px dashed var(--primary)!important;color:var(--primary)!important;border-radius:6px;padding:8px;font-weight:500;text-transform:none;font-size:.85rem;width:100%}._addProductButton_1r2kd_603:hover{background:var(--primary)!important;color:#fff!important;border-style:solid}._orderFooter_1r2kd_641{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border);flex-wrap:wrap;gap:8px}._totalItems_1r2kd_661{color:var(--text-light);font-weight:500;font-size:.85rem;margin:0}._statusBadge_1r2kd_675{font-weight:600;border:1px solid;border-radius:10px;padding:3px 6px;font-size:.7rem;display:flex;align-items:center;gap:4px;white-space:nowrap;flex-shrink:0}@media(max-width:768px){._orderCard_1r2kd_1{margin:8px;width:calc(100% - 16px)}._cardContent_1r2kd_25{padding:12px}._orderHeader_1r2kd_39{gap:8px}._orderActions_1r2kd_91{flex-direction:row;align-items:center;gap:8px}._editActions_1r2kd_109{justify-content:flex-end;flex-grow:1}._table_1r2kd_283{min-width:280px}._tableHeader_1r2kd_321,._tableCell_1r2kd_367{padding:6px 4px;font-size:.75rem}._productSelect_1r2kd_443{max-width:100px!important;min-width:70px!important}._productSelect_1r2kd_443 .MuiSelect-select{font-size:.75rem!important;padding:4px 6px!important;max-width:80px!important}._quantityInput_1r2kd_483{width:60px!important;max-width:60px!important}._quantityInput_1r2kd_483 input{font-size:.75rem!important;padding:4px 6px!important}._editButton_1r2kd_201,._saveButton_1r2kd_201,._cancelOrderButton_1r2kd_201{font-size:.7rem;padding:4px 6px;min-width:60px}@media(max-width:360px){._editButton_1r2kd_201,._saveButton_1r2kd_201,._cancelOrderButton_1r2kd_201{min-width:40px;padding:4px}._editButton_1r2kd_201 span,._saveButton_1r2kd_201 span,._cancelOrderButton_1r2kd_201 span{display:none}}}.MuiMenu-paper{max-width:calc(100vw - 40px)!important;max-height:250px!important}.MuiMenuItem-root{font-size:.8rem!important;min-height:32px!important;max-width:100%!important;overflow:hidden;text-overflow:ellipsis}._editingMode_1r2kd_889{max-width:100%;overflow:hidden}@media(max-width:480px){._orderActions_1r2kd_91{flex-direction:column;align-items:stretch;gap:8px}._editActions_1r2kd_109{justify-content:space-between;width:100%}._tableHeader_1r2kd_321:nth-child(2),._tableHeader_1r2kd_321:nth-child(3),._tableCell_1r2kd_367:nth-child(2),._tableCell_1r2kd_367:nth-child(3){text-align:center}}@media(min-width:481px)and (max-width:768px){._orderHeader_1r2kd_39{flex-direction:row;justify-content:space-between;align-items:center}._orderActions_1r2kd_91{justify-content:flex-end;width:auto}._editActions_1r2kd_109{justify-content:flex-end}}@media(min-width:769px){._orderHeader_1r2kd_39{flex-direction:row;justify-content:space-between;align-items:center}._orderActions_1r2kd_91{justify-content:flex-end;width:auto}}._container_1dtjq_1{padding:20px;background-color:var(--background);min-height:100vh}._error_1dtjq_13{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center;color:var(--text-light);padding:2rem}._error_1dtjq_13 h3{color:var(--error);margin-bottom:1rem}._error_1dtjq_13 p{margin-bottom:1.5rem;max-width:400px;line-height:1.5}._retryButton_1dtjq_57{background:var(--primary)!important;color:#fff!important;text-transform:none!important}._helpContainer_1c28a_1{max-width:800px;margin:0 auto;background-color:var(--surface);height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow);position:relative;overflow:hidden}._chatHeader_1c28a_25{background-color:var(--primary);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;flex-shrink:0}._chatInfo_1c28a_53{display:flex;align-items:center;gap:15px}._avatar_1c28a_65{width:50px;height:50px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}._chatDetails_1c28a_87 h2{margin:0;font-size:1.3rem}._chatDetails_1c28a_87 p{margin:0;opacity:.8;font-size:.9rem}._refreshBtn_1c28a_109{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .3s ease}._refreshBtn_1c28a_109:hover:not(:disabled){background-color:#ffffff1a}._refreshBtn_1c28a_109:disabled{opacity:.5;cursor:not-allowed}._errorMessage_1c28a_149{background-color:var(--error);color:#fff;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;animation:_slideDown_1c28a_1 .3s ease;position:sticky;top:90px;z-index:90;flex-shrink:0}@keyframes _slideDown_1c28a_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}._loginButton_1c28a_199{background-color:#fff3;color:#fff;border:1px solid white;padding:6px 12px;border-radius:var(--radius);cursor:pointer;font-size:.8rem;transition:background-color .3s ease}._loginButton_1c28a_199:hover{background-color:#ffffff4d}._chatContainer_1c28a_229{flex:1;display:flex;flex-direction:column;background-color:var(--background);position:relative;overflow:hidden;min-height:0}._messagesContainer_1c28a_249{flex:1;overflow-y:auto;padding:20px 20px 180px;display:flex;flex-direction:column;gap:10px;min-height:0}._loading_1c28a_271{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-light);flex:1}._spinner_1c28a_291{width:30px;height:30px;border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;animation:_spin_1c28a_291 1s linear infinite;margin-bottom:10px}@keyframes _spin_1c28a_291{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyChat_1c28a_321{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-light);flex:1;padding:40px 20px}._emptyIcon_1c28a_345{font-size:4rem;margin-bottom:20px;opacity:.5}._emptyChat_1c28a_321 h3{margin:0 0 10px;color:var(--text)}._emptyChat_1c28a_321 p{margin:0;max-width:300px;line-height:1.5}._dateGroup_1c28a_379{display:flex;flex-direction:column;gap:10px}._dateSeparator_1c28a_391{text-align:center;margin:20px 0;position:relative}._dateSeparator_1c28a_391:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--border);z-index:1}._dateSeparator_1c28a_391 span{background-color:var(--background);padding:0 15px;color:var(--text-light);font-size:.8rem;position:relative;z-index:2}._message_1c28a_249{display:flex;margin-bottom:5px}._message_1c28a_249._sent_1c28a_453{justify-content:flex-end}._message_1c28a_249._received_1c28a_461{justify-content:flex-start}._messageContent_1c28a_469{max-width:70%;padding:12px 16px;border-radius:18px;position:relative;animation:_messageAppear_1c28a_1 .3s ease}@keyframes _messageAppear_1c28a_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._message_1c28a_249._sent_1c28a_453 ._messageContent_1c28a_469{background-color:var(--primary);color:#fff;border-bottom-right-radius:4px}._message_1c28a_249._received_1c28a_461 ._messageContent_1c28a_469{background-color:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}._messageText_1c28a_533{margin:0;line-height:1.4;word-wrap:break-word}._messageTime_1c28a_545{font-size:.7rem;opacity:.7;margin-top:5px;display:flex;align-items:center;gap:5px}._status_1c28a_563{color:#ffffffb3;font-size:.6rem}._statusViewed_1c28a_573{color:#4fc3f7;font-size:.6rem}._templateSection_1c28a_583{padding:20px;border-top:1px solid var(--border);background-color:var(--surface);position:sticky;bottom:80px;z-index:20;margin-bottom:-80px;flex-shrink:0}._templateSection_1c28a_583 h4{margin:0 0 15px;color:var(--text);font-size:1rem}._templateGrid_1c28a_617{display:grid;grid-template-columns:1fr;gap:8px}._templateBtn_1c28a_629{background-color:var(--item);border:1px solid var(--border);color:var(--text);padding:10px 15px;border-radius:20px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._templateBtn_1c28a_629:hover{background-color:var(--secondary);color:var(--surface);transform:translateY(-1px)}._inputContainer_1c28a_671{padding:20px;background-color:var(--surface);border-top:1px solid var(--border);position:sticky;bottom:0;z-index:30;box-shadow:0 -2px 10px #0000001a;flex-shrink:0}._inputWrapper_1c28a_693{display:flex;gap:10px;align-items:flex-end}._textarea_1c28a_705{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:24px;background-color:var(--item);color:var(--text);font-family:inherit;font-size:1rem;resize:none;max-height:120px;min-height:20px;line-height:1.4}._textarea_1c28a_705:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #b850421a}._textarea_1c28a_705:disabled{opacity:.6;cursor:not-allowed}._sendButton_1c28a_757{background-color:var(--primary);color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.1rem}._sendButton_1c28a_757:hover:not(:disabled){background-color:var(--primary-dark);transform:scale(1.05)}._sendButton_1c28a_757:disabled{background-color:var(--text-light);cursor:not-allowed;transform:none}._sendingSpinner_1c28a_809{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:_spin_1c28a_291 1s linear infinite}._inputHint_1c28a_827{font-size:.7rem;color:var(--text-light);text-align:center;margin-top:8px}._messagesContainer_1c28a_249::-webkit-scrollbar{width:6px}._messagesContainer_1c28a_249::-webkit-scrollbar-track{background:transparent}._messagesContainer_1c28a_249::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._messagesContainer_1c28a_249::-webkit-scrollbar-thumb:hover{background:var(--text-light)}@media(max-width:768px){._helpContainer_1c28a_1{height:100%}._chatHeader_1c28a_25{padding:15px;position:sticky;top:0;z-index:100}._avatar_1c28a_65{width:40px;height:40px;font-size:1.2rem}._chatDetails_1c28a_87 h2{font-size:1.1rem}._chatDetails_1c28a_87 p{font-size:.8rem}._messagesContainer_1c28a_249{padding:15px 15px 160px}._messageContent_1c28a_469{max-width:85%}._inputContainer_1c28a_671{padding:15px;position:sticky;bottom:0;z-index:30}._templateSection_1c28a_583{padding:15px;bottom:70px;margin-bottom:-70px}._errorMessage_1c28a_149{flex-direction:column;gap:10px;text-align:center;position:sticky;top:70px;z-index:90}._textarea_1c28a_705{font-size:.9rem}._emptyChat_1c28a_321{padding:20px 15px}._emptyIcon_1c28a_345{font-size:3rem}}@media(max-width:480px){._messagesContainer_1c28a_249{padding:10px 10px 150px}._inputContainer_1c28a_671{padding:10px}._templateSection_1c28a_583{padding:10px;bottom:60px;margin-bottom:-60px}._templateGrid_1c28a_617{grid-template-columns:1fr;gap:6px}._templateBtn_1c28a_629{padding:8px 12px;font-size:.8rem}._messageContent_1c28a_469{max-width:90%;padding:10px 14px}._emptyChat_1c28a_321{padding:15px 10px}._emptyIcon_1c28a_345{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}._loginContainer_1h6kz_29{width:100vw;height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--background);position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}._illustrationSection_1h6kz_59{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 50%,var(--secondary) 100%);padding:40px;overflow:hidden;height:100vh}._illustrationSection_1h6kz_59:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0%,transparent 50%);animation:_illustrationMove_1h6kz_1 20s ease-in-out infinite}@keyframes _illustrationMove_1h6kz_1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px,-20px) rotate(3deg)}}._geometricShapes_1h6kz_127{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}._shape_1h6kz_145{position:absolute;opacity:.08;border:1px solid rgba(255,255,255,.3)}._shape1_1h6kz_157{width:200px;height:200px;border-radius:50%;top:15%;left:10%;animation:_float1_1h6kz_1 25s ease-in-out infinite}._shape2_1h6kz_175{width:150px;height:150px;transform:rotate(45deg);bottom:20%;right:15%;animation:_float2_1h6kz_1 20s ease-in-out infinite}._shape3_1h6kz_193{width:100px;height:100px;border-radius:20px;top:60%;left:20%;animation:_float3_1h6kz_1 30s ease-in-out infinite}@keyframes _float1_1h6kz_1{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(20px,-20px) rotate(120deg)}66%{transform:translate(-15px,15px) rotate(240deg)}}@keyframes _float2_1h6kz_1{0%,to{transform:translate(0) rotate(45deg)}50%{transform:translate(-30px,30px) rotate(225deg)}}@keyframes _float3_1h6kz_1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-20px) scale(1.05)}}._illustrationContent_1h6kz_245{position:relative;z-index:10;text-align:center;color:#fff;max-width:450px;animation:_illustrationFadeIn_1h6kz_1 1s ease-out}@keyframes _illustrationFadeIn_1h6kz_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._illustrationIcon_1h6kz_287{font-size:80px;display:inline-block;animation:_iconFloat_1h6kz_1 3s ease-in-out infinite;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2));background:#ffffff1a;width:120px;height:120px;border-radius:30px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto 30px}@keyframes _iconFloat_1h6kz_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._illustrationTitle_1h6kz_341{font-size:32px;font-weight:700;margin-bottom:20px;text-shadow:0 4px 15px rgba(0,0,0,.2);animation:_titleSlideIn_1h6kz_1 .8s ease-out .3s both}@keyframes _titleSlideIn_1h6kz_1{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}._illustrationSubtitle_1h6kz_381{font-size:16px;line-height:1.6;opacity:.95;margin-bottom:40px;animation:_subtitleSlideIn_1h6kz_1 .8s ease-out .5s both}@keyframes _subtitleSlideIn_1h6kz_1{0%{opacity:0;transform:translate(-40px)}to{opacity:.95;transform:translate(0)}}._featureList_1h6kz_421{margin-bottom:40px;display:flex;flex-direction:column;gap:20px;animation:_featureListFadeIn_1h6kz_1 .8s ease-out .7s both}._featureItem_1h6kz_437{display:flex;align-items:flex-start;gap:15px;text-align:left;animation:_featureItemSlide_1h6kz_1 .6s ease-out backwards;padding:15px;background:#ffffff14;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._featureItem_1h6kz_437:hover{background:#ffffff1f;transform:translateY(-3px)}._featureItem_1h6kz_437:nth-child(1){animation-delay:.9s}._featureItem_1h6kz_437:nth-child(2){animation-delay:1.1s}._featureItem_1h6kz_437:nth-child(3){animation-delay:1.3s}@keyframes _featureItemSlide_1h6kz_1{0%{opacity:0;transform:translate(-25px)}to{opacity:1;transform:translate(0)}}._featureIcon_1h6kz_503{min-width:40px;height:40px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease}._featureItem_1h6kz_437:hover ._featureIcon_1h6kz_503{transform:scale(1.1) rotate(5deg);background:#fff3}._featureContent_1h6kz_537{flex:1}._featureTitle_1h6kz_545{margin:0 0 5px;font-size:14px;font-weight:600;color:#fff}._featureDescription_1h6kz_559{margin:0;font-size:12px;opacity:.9;line-height:1.5}._securityNote_1h6kz_575{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_securityAppear_1h6kz_1 1s ease-out 1.5s both;font-size:14px}@keyframes _securityAppear_1h6kz_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}._securityIcon_1h6kz_623{font-size:16px;opacity:.9}._formSection_1h6kz_635{display:flex;align-items:center;justify-content:center;padding:30px;position:relative;background:var(--background);height:100vh;overflow-y:auto}._formSection_1h6kz_635::-webkit-scrollbar{width:6px}._formSection_1h6kz_635::-webkit-scrollbar-track{background:transparent}._formSection_1h6kz_635::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._loginCard_1h6kz_685{position:relative;z-index:10;width:100%;max-width:420px;background:var(--surface)!important;border-radius:20px!important;box-shadow:0 15px 40px #0000001a,0 6px 16px #0000000f!important;padding:40px 30px!important;animation:_cardSlideIn_1h6kz_1 .8s cubic-bezier(.34,1.56,.64,1);transition:transform .3s ease;border:1px solid var(--border)}@keyframes _cardSlideIn_1h6kz_1{0%{opacity:0;transform:translate(40px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._loginHeader_1h6kz_741{text-align:center;margin-bottom:35px}._iconContainer_1h6kz_751{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:_iconPulse_1h6kz_1 2.5s ease-in-out infinite}._logoImage_1h6kz_767{width:80px;height:auto;transition:transform .3s ease}._logoImage_1h6kz_767:hover{transform:scale(1.05)}@keyframes _iconPulse_1h6kz_1{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}._title_1h6kz_805{color:var(--text)!important;font-weight:700!important;margin-bottom:8px!important;font-size:24px!important;background:var(--primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_1h6kz_827{color:var(--text-light)!important;font-weight:400!important;font-size:15px!important;opacity:.8}._loginForm_1h6kz_843{display:flex;flex-direction:column;gap:22px}._alert_1h6kz_857{animation:_alertSlideDown_1h6kz_1 .5s cubic-bezier(.34,1.56,.64,1);border-radius:10px!important;font-size:14px!important}@keyframes _alertSlideDown_1h6kz_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._toggleContainer_1h6kz_893{display:flex;gap:10px;padding:6px;background:var(--item);border-radius:14px;margin-bottom:10px}._toggleButton_1h6kz_911{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 16px;border:none;background:transparent;color:var(--text-light);font-size:15px;font-weight:500;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left}._toggleButton_1h6kz_911:hover{color:var(--primary);background:#b8504214}._toggleButton_1h6kz_911._active_1h6kz_957{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 6px 16px #b8504240}._toggleIcon_1h6kz_969{font-size:18px;width:24px;display:flex;align-items:center;justify-content:center}._toggleText_1h6kz_985{display:flex;flex-direction:column;gap:2px}._toggleMainText_1h6kz_997{font-weight:600;font-size:15px}._toggleSubText_1h6kz_1007{font-size:12px;opacity:.8;font-weight:400}._toggleButton_1h6kz_911._active_1h6kz_957 ._toggleSubText_1h6kz_1007{opacity:.9}._textField_1h6kz_1029{animation:_fieldSlideUp_1h6kz_1 .6s ease-out backwards}._textField_1h6kz_1029:nth-child(3){animation-delay:.7s}._textField_1h6kz_1029:nth-child(4){animation-delay:.8s}@keyframes _fieldSlideUp_1h6kz_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._textField_1h6kz_1029 .MuiOutlinedInput-root{border-radius:12px!important;font-size:14px!important}._textField_1h6kz_1029 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important;border-width:1.5px!important}._textField_1h6kz_1029 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--secondary)!important}._textField_1h6kz_1029 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important;border-width:2px!important}._textField_1h6kz_1029 .MuiInputLabel-root{color:var(--text-light)!important;font-size:14px!important}._textField_1h6kz_1029 .MuiFormHelperText-root{font-size:12px!important;margin-left:0!important}._loginButton_1h6kz_1135{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)!important;color:#fff!important;padding:16px!important;font-size:16px!important;font-weight:600!important;text-transform:none!important;border-radius:12px!important;box-shadow:0 8px 20px #b850424d!important;transition:all .3s ease!important;animation:_buttonSlideUp_1h6kz_1 .6s ease-out .9s both;letter-spacing:.3px;margin-top:10px}@keyframes _buttonSlideUp_1h6kz_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._loginButton_1h6kz_1135:hover{transform:translateY(-2px)!important;box-shadow:0 10px 25px #b8504266!important}._loadingSpinner_1h6kz_1199{display:inline-flex;animation:_spin_1h6kz_1 1s linear infinite}@keyframes _spin_1h6kz_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loginFooter_1h6kz_1221{margin-top:30px;padding-top:20px;border-top:1px solid var(--border);text-align:center}._footerText_1h6kz_1235{color:var(--text)!important;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px!important;font-size:13px!important}._helpText_1h6kz_1255{color:var(--text-light)!important;font-size:11px!important;opacity:.7}@media(max-width:1024px){._loginContainer_1h6kz_29{grid-template-columns:1fr;height:100vh}._illustrationSection_1h6kz_59{display:none}._formSection_1h6kz_635{padding:20px;height:100vh;overflow-y:auto}._loginCard_1h6kz_685{max-width:450px;padding:35px 25px!important;margin:auto}}@media(max-width:768px){._formSection_1h6kz_635{padding:15px}._loginCard_1h6kz_685{padding:30px 20px!important;border-radius:16px!important}._title_1h6kz_805{font-size:24px!important}._logoImage_1h6kz_767{width:70px}._toggleButton_1h6kz_911{padding:12px 14px;font-size:14px}._loginButton_1h6kz_1135{padding:14px!important;font-size:15px!important}}@media(max-width:576px){._formSection_1h6kz_635{padding:10px}._loginCard_1h6kz_685{padding:25px 15px!important;border-radius:14px!important}._title_1h6kz_805{font-size:22px!important}._logoImage_1h6kz_767{width:60px}._toggleContainer_1h6kz_893{flex-direction:column;gap:6px}._toggleButton_1h6kz_911{padding:12px;justify-content:center}._toggleText_1h6kz_985{text-align:center}._loginButton_1h6kz_1135{padding:13px!important;font-size:14px!important}}@media(max-width:480px){._formSection_1h6kz_635{padding:8px}._loginCard_1h6kz_685{padding:20px 12px!important;border-radius:12px!important}._title_1h6kz_805{font-size:20px!important}._logoImage_1h6kz_767{width:55px}._loginForm_1h6kz_843{gap:18px}}@media(max-height:600px)and (orientation:landscape){._formSection_1h6kz_635{padding-top:15px;padding-bottom:15px}._loginCard_1h6kz_685{padding:20px 15px!important}._loginHeader_1h6kz_741{margin-bottom:20px}._logoImage_1h6kz_767{width:50px}._title_1h6kz_805{font-size:20px!important;margin-bottom:5px!important}._subtitle_1h6kz_827{font-size:13px!important}._loginForm_1h6kz_843{gap:15px}._toggleButton_1h6kz_911{padding:10px 12px}._loginButton_1h6kz_1135{padding:12px!important;font-size:14px!important;margin-top:5px}}@media(hover:none)and (pointer:coarse){._loginCard_1h6kz_685:hover,._toggleButton_1h6kz_911:hover{transform:none}._loginButton_1h6kz_1135:hover{transform:none!important}._toggleButton_1h6kz_911:active{transform:scale(.98)}._loginButton_1h6kz_1135:active{transform:scale(.98)!important}._toggleButton_1h6kz_911,._loginButton_1h6kz_1135,._textField_1h6kz_1029 .MuiInputBase-input{min-height:48px}}@media(min-width:1440px){._loginCard_1h6kz_685{max-width:460px;padding:45px 35px!important}}@media(prefers-color-scheme:dark){._loginCard_1h6kz_685{background:var(--surface)!important;border-color:var(--border)!important}._textField_1h6kz_1029 .MuiOutlinedInput-root{background:#ffffff08}}._loginCard_1h6kz_685,._toggleButton_1h6kz_911,._loginButton_1h6kz_1135{will-change:transform}._loginContainer_1h6kz_29{-ms-overflow-style:none;scrollbar-width:none}._loginContainer_1h6kz_29::-webkit-scrollbar{display:none}._userContainer_17zig_1{padding:20px;display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 140px)}._passportCard_17zig_21{width:100%;max-width:800px;border-radius:20px;border:2px solid var(--primary);overflow:hidden;position:relative}._passportHeader_17zig_43{display:flex;justify-content:space-between;align-items:center;padding:25px 30px 20px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}._passportLogo_17zig_61{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.3rem;letter-spacing:1px}._logoIcon_17zig_79{font-size:1.8rem}._passportStatus_17zig_87{display:flex;align-items:center;gap:8px;background:#fff3;padding:6px 15px;border-radius:20px;font-weight:600;font-size:.9rem}._statusIcon_17zig_109{font-size:1rem}._passportContent_17zig_119{display:grid;grid-template-columns:280px 1fr;gap:0;padding:0}._leftSection_17zig_135{padding:30px 25px;border-right:3px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:25px}._avatarSection_17zig_155{text-align:center}._avatar_17zig_155{width:120px;height:120px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 15px;box-shadow:0 8px 20px #b850424d;border:4px solid white}._avatar_17zig_155 svg{font-size:3rem}._avatarLabel_17zig_199{color:var(--text);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}._basicInfo_17zig_215{width:100%}._infoItem_17zig_223{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}._infoItem_17zig_223:last-child{border-bottom:none}._infoLabel_17zig_247{color:var(--text-light);font-size:.9rem;font-weight:500}._infoValue_17zig_259{color:var(--text);font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}._rightSection_17zig_277{padding:30px 35px;background:var(--surface)}._nameSection_17zig_287{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid var(--border)}._nameLabel_17zig_299{color:var(--text-light);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}._nameValue_17zig_317{color:var(--primary);font-size:2.2rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}._detailsGrid_17zig_335{display:flex;flex-direction:column;gap:20px}._detailRow_17zig_347{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--border)}._detailRow_17zig_347:last-child{border-bottom:none}._detailLabel_17zig_371{display:flex;align-items:center;gap:12px;color:var(--text-light);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}._detailIcon_17zig_393{color:var(--primary);font-size:1.1rem;opacity:.8}._detailValue_17zig_405{color:var(--text);font-weight:700;font-size:1.05rem;text-align:right;letter-spacing:.5px}._passportFooter_17zig_423{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-top:2px solid var(--border)}._footerText_17zig_441{color:var(--text-light);font-size:.85rem;font-style:italic}._footerStamp_17zig_453{display:flex;align-items:center}._stamp_17zig_463{background:linear-gradient(135deg,var(--success),#2e7d32);color:#fff;padding:8px 16px;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #2e7d324d}._loadingContainer_17zig_489{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:25px}._spinner_17zig_507{width:50px;height:50px;border:4px solid var(--border);border-top:4px solid var(--primary);border-radius:50%;animation:_spin_17zig_507 1s linear infinite}@keyframes _spin_17zig_507{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_17zig_535{color:var(--text-light);font-size:1.1rem}._errorContainer_17zig_545{display:flex;flex-direction:column;align-items:center;gap:25px;padding:50px}._alert_17zig_561{padding:20px;background:#f443361a;border:1px solid var(--error);border-radius:var(--radius);color:var(--error);max-width:500px;text-align:center}._retryButton_17zig_581{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;padding:14px 28px;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._retryButton_17zig_581:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b850424d}._dark-mode_17zig_617 ._passportCard_17zig_21{background:linear-gradient(145deg,var(--surface) 0%,#2a2a2a 100%);border-color:var(--primary)}._dark-mode_17zig_617 ._leftSection_17zig_135{background:linear-gradient(135deg,var(--item) 0%,#2d2d2d 100%)}._dark-mode_17zig_617 ._rightSection_17zig_277{background:var(--surface)}._dark-mode_17zig_617 ._passportFooter_17zig_423{background:linear-gradient(135deg,var(--item) 0%,#2d2d2d 100%)}@media(max-width:768px){._userContainer_17zig_1{padding:15px}._passportContent_17zig_119{grid-template-columns:1fr}._leftSection_17zig_135{border-right:none;border-bottom:3px dashed var(--border);padding:25px 20px}._rightSection_17zig_277{padding:25px 20px}._nameValue_17zig_317{font-size:1.8rem}._passportHeader_17zig_43{padding:20px 25px 15px;flex-direction:column;gap:15px;text-align:center}._detailRow_17zig_347{flex-direction:column;align-items:flex-start;gap:8px}._detailValue_17zig_405{text-align:left}._passportFooter_17zig_423{flex-direction:column;gap:15px;text-align:center}}@media(max-width:480px){._userContainer_17zig_1{padding:10px}._avatar_17zig_155{width:100px;height:100px}._avatar_17zig_155 svg{font-size:2.5rem}._nameValue_17zig_317{font-size:1.6rem}._passportHeader_17zig_43{padding:15px 20px 10px}}._dashboard_6dnav_5{min-height:100vh;background-color:var(--background);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._filterPanel_6dnav_23{background-color:var(--surface);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:20px}._filterHeader_6dnav_43{margin-bottom:20px}._filterHeader_6dnav_43 h2{margin:0;color:var(--text);font-size:1.4rem;font-weight:600}._filterControls_6dnav_65{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}._filterGroup_6dnav_79{display:flex;flex-direction:column;gap:8px}._filterLabel_6dnav_91{font-weight:600;color:var(--text);font-size:.9rem}._filterSelect_6dnav_103,._filterInput_6dnav_105{padding:10px 12px;border:2px solid var(--border);border-radius:var(--radius);background-color:var(--surface);color:var(--text);font-size:.9rem;cursor:pointer}._filterSelect_6dnav_103:focus,._filterInput_6dnav_105:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #b850421a}._filterSelect_6dnav_103:hover,._filterInput_6dnav_105:hover{border-color:var(--primary)}._exportButton_6dnav_155{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:var(--success);color:#fff;border:none;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;height:42px}._exportButton_6dnav_155:hover:not(:disabled){background-color:var(--success);transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}._exportButton_6dnav_155:disabled{background-color:var(--text-light);cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}._buttonSpinner_6dnav_217{animation:_spin_6dnav_685 1s linear infinite}._buttonIcon_6dnav_225{font-size:1rem}._excelTablePanel_6dnav_235{background-color:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;min-height:400px;display:flex;justify-content:center;transition:all .3s ease}._excelTableContainer_6dnav_261{width:100%;overflow-x:auto;max-height:70vh;position:relative}._excelTable_6dnav_235{width:100%;border-collapse:collapse;font-size:.75rem;min-width:800px;background-color:var(--surface)}._excelTable_6dnav_235 th,._excelTable_6dnav_235 td{border:1px solid var(--border);padding:8px 10px;text-align:center;white-space:nowrap}._productHeader_6dnav_315{background-color:var(--primary);color:#fff;font-weight:700;text-align:left;min-width:200px;position:sticky;left:0;z-index:10;font-size:.8rem;border-right:2px solid var(--border)}._orderHeader_6dnav_341{font-weight:600;min-width:180px;font-size:.75rem;border-bottom:2px solid var(--border);cursor:pointer;position:relative}._orderHeader_6dnav_341:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0003}._orderHeaderContent_6dnav_371{display:flex;flex-direction:column;gap:4px}._orderTitle_6dnav_383{font-weight:600;font-size:.8rem;line-height:1.2}._statusBadge_6dnav_395{font-size:.55rem;opacity:.9;font-weight:500;padding:2px 6px;border-radius:10px;background-color:#fff3}._totalHeader_6dnav_413{background-color:var(--primary-dark);color:#fff;font-weight:700;min-width:80px;position:sticky;right:0;z-index:10;border-left:2px solid var(--border)}._productCell_6dnav_437{text-align:left;font-weight:600;background-color:var(--item);position:sticky;left:0;z-index:5;color:var(--text);border-right:2px solid var(--border);font-size:.75rem}._quantityCell_6dnav_463{background-color:var(--surface);font-weight:500;color:var(--text);font-size:.75rem}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(2n){background-color:var(--item)}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(odd){background-color:var(--surface)}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(2n) ._productCell_6dnav_437{background-color:var(--item)}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(odd) ._productCell_6dnav_437{background-color:var(--surface)}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(2n) ._rowTotal_6dnav_515{background-color:#d4e8d4}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(odd) ._rowTotal_6dnav_515{background-color:#e8f5e8}._productRow_6dnav_481:hover{background-color:var(--item)!important}._productRow_6dnav_481:hover ._productCell_6dnav_437{background-color:var(--primary)!important;color:#fff!important}._productRow_6dnav_481:hover ._quantityCell_6dnav_463,._productRow_6dnav_481:hover ._rowTotal_6dnav_515{background-color:var(--item)!important}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(2n) ._quantityCell_6dnav_463{background-color:var(--item)}._excelTable_6dnav_235 tbody ._productRow_6dnav_481:nth-child(odd) ._quantityCell_6dnav_463{background-color:var(--surface)}._grandTotalRow_6dnav_587{background-color:var(--primary)!important;color:#fff!important;font-weight:700}._grandTotalRow_6dnav_587 td{background-color:var(--primary)!important;color:#fff!important;border-top:2px solid var(--border)}._quantityCell_6dnav_463:hover{background-color:var(--item)}._rowTotal_6dnav_515{background-color:var(--secondary);font-weight:700;color:var(--success);position:sticky;right:0;z-index:5;border-left:2px solid var(--border);font-size:.75rem}._productRow_6dnav_481:hover ._productCell_6dnav_437{background-color:var(--primary)}._productRow_6dnav_481:hover ._quantityCell_6dnav_463{background-color:var(--item)}._loading_6dnav_667{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--text-light);padding:60px 20px}._spinner_6dnav_685{animation:_spin_6dnav_685 1s linear infinite;font-size:2rem;color:var(--primary)}@keyframes _spin_6dnav_685{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noData_6dnav_707{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--text-light);padding:60px 20px;text-align:center}._noDataIcon_6dnav_727{font-size:3rem;opacity:.5}._noDataSubtitle_6dnav_737{font-size:.9rem;opacity:.7;max-width:300px}._dialogOverlay_6dnav_751{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_6dnav_1 .3s ease}@keyframes _fadeIn_6dnav_1{0%{opacity:0}to{opacity:1}}._dialog_6dnav_751{background-color:var(--surface);border-radius:var(--radius);box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:_dialogAppear_6dnav_1 .3s ease-out;overflow:hidden}@keyframes _dialogAppear_6dnav_1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._dialogHeader_6dnav_841{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border);position:relative;background-color:var(--surface)}._dialogHeader_6dnav_841 h2{margin:0;color:var(--text);font-size:1.3rem;font-weight:600}._closeBtn_6dnav_875{background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._closeBtn_6dnav_875:hover{background-color:var(--item);color:var(--text)}._dialogContent_6dnav_915{padding:20px;overflow-y:auto;flex:1;background-color:var(--surface)}._section_6dnav_929{margin-bottom:24px}._sectionTitle_6dnav_937{color:var(--primary);margin-bottom:16px;font-size:1.1rem;font-weight:600;padding-bottom:8px;border-bottom:2px solid var(--border)}._detailGrid_6dnav_955{display:grid;grid-template-columns:1fr 1fr;gap:16px}._detailItem_6dnav_967{display:flex;flex-direction:column;gap:4px}._detailItem_6dnav_967 label{font-size:.8rem;color:var(--text-light);font-weight:600;text-transform:uppercase}._detailValue_6dnav_993{color:var(--text);font-weight:500;word-break:break-all;font-size:.9rem}._statusBadgeLarge_6dnav_1007{padding:6px 12px;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;text-align:center;display:inline-block;white-space:nowrap}._productsTable_6dnav_1029{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background-color:var(--surface)}._productRowDetail_6dnav_1043{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}._productRowDetail_6dnav_1043:hover{background-color:var(--item)}._productRowDetail_6dnav_1043:last-child{border-bottom:none}._productName_6dnav_1077{color:var(--text);font-weight:500;font-size:.9rem;flex:1}._productQuantity_6dnav_1091{color:var(--primary);font-weight:600;font-size:.9rem;background-color:var(--item);padding:4px 8px;border-radius:4px;min-width:50px;text-align:center}._dialogActions_6dnav_1115{display:flex;gap:12px;justify-content:flex-end;padding:20px;border-top:1px solid var(--border);background-color:var(--surface);flex-wrap:wrap}._closeDialogBtn_6dnav_1135{padding:10px 20px;border:1px solid var(--border);background-color:transparent;color:var(--text);border-radius:var(--radius);cursor:pointer;font-weight:500;transition:all .3s ease}._closeDialogBtn_6dnav_1135:hover{background-color:var(--item)}._acceptBtn_6dnav_1165{padding:10px 20px;border:none;background-color:var(--success);color:#fff;border-radius:var(--radius);cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s ease}._acceptBtn_6dnav_1165:hover{background-color:var(--success);transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}._rejectBtn_6dnav_1205{padding:10px 20px;border:none;background-color:var(--error);color:#fff;border-radius:var(--radius);cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s ease}._rejectBtn_6dnav_1205:hover{background-color:var(--error);transform:translateY(-1px);box-shadow:0 4px 12px #f443364d}._deliverBtn_6dnav_1245{padding:10px 20px;border:none;background-color:var(--warning);color:#fff;border-radius:var(--radius);cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s ease}._deliverBtn_6dnav_1245:hover{background-color:var(--warning);transform:translateY(-1px);box-shadow:0 4px 12px #ff98004d}._actionIcon_6dnav_1285{font-size:.9rem}@media(max-width:768px){._dashboard_6dnav_5{padding:10px}._filterControls_6dnav_65{grid-template-columns:1fr}._dialog_6dnav_751{margin:10px;max-height:calc(100vh - 20px)}._detailGrid_6dnav_955{grid-template-columns:1fr}._dialogActions_6dnav_1115{flex-direction:column}._dialogActions_6dnav_1115 button{width:100%}._excelTable_6dnav_235{font-size:.7rem}._excelTable_6dnav_235 th,._excelTable_6dnav_235 td{padding:6px 8px}}@media(max-width:480px){._filterPanel_6dnav_23,._dialogHeader_6dnav_841,._dialogContent_6dnav_915{padding:15px}._sectionTitle_6dnav_937{font-size:1rem}._productRowDetail_6dnav_1043{padding:10px 12px}}._excelTableContainer_6dnav_261::-webkit-scrollbar{width:8px;height:8px}._excelTableContainer_6dnav_261::-webkit-scrollbar-track{background:var(--background)}._excelTableContainer_6dnav_261::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}._excelTableContainer_6dnav_261::-webkit-scrollbar-thumb:hover{background:var(--text-light)}._dialogContent_6dnav_915::-webkit-scrollbar{width:6px}._dialogContent_6dnav_915::-webkit-scrollbar-track{background:var(--background)}._dialogContent_6dnav_915::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._loading-overlay_6dnav_1477{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:var(--radius)}@media print{._filterPanel_6dnav_23,._exportButton_6dnav_155,._dialogOverlay_6dnav_751{display:none!important}._dashboard_6dnav_5{padding:0;background-color:#fff}._excelTablePanel_6dnav_235{box-shadow:none;border:none}._excelTable_6dnav_235 th,._excelTable_6dnav_235 td{border-color:#000}}._paginationContainer_6dnav_1553{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:20px}._paginationInfo_6dnav_1577{color:var(--text);font-weight:500;font-size:.9rem}._paginationControls_6dnav_1589{display:flex;align-items:center;gap:12px}._pageSizeSelect_6dnav_1601{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--surface);color:var(--text);font-size:.8rem;cursor:pointer}._paginationBtn_6dnav_1621{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background-color:var(--surface);color:var(--text);border-radius:var(--radius);cursor:pointer;transition:all .3s ease}._paginationBtn_6dnav_1621:hover:not(:disabled){background-color:var(--primary);color:#fff;border-color:var(--primary)}._paginationBtn_6dnav_1621:disabled{opacity:.5;cursor:not-allowed}._pageInfo_6dnav_1671{color:var(--text);font-size:.9rem;font-weight:500;min-width:60px;text-align:center}@media(max-width:768px){._paginationContainer_6dnav_1553{flex-direction:column;gap:12px;align-items:stretch}._paginationControls_6dnav_1589{justify-content:center}}._dark-mode_xyeql_39{--item: #1a1a1a !important;--primary: #B85042 !important;--primary-dark: #9a4236 !important;--secondary: #7D9A89 !important;--secondary-dark: #6a8574 !important;--background: #1a1a1a !important;--surface: #2d2d2d !important;--text: #ffffff !important;--text-light: #cccccc !important;--border: #444444 !important;--error: #f44336 !important;--success: #4caf50 !important;--warning: #ff9800 !important}._marketsPage_xyeql_73{min-height:100vh!important;background-color:var(--background)!important;padding:20px!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}._headerSection_xyeql_89{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;padding:20px!important;margin-bottom:20px!important;border:1px solid var(--border)!important}._header_xyeql_89{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important}._title_xyeql_121{display:flex!important;align-items:center!important;gap:12px!important}._title_xyeql_121 h1{margin:0!important;color:var(--text)!important;font-size:1.5rem!important;font-weight:600!important}._titleIcon_xyeql_147{color:var(--primary)!important;font-size:1.5rem!important}._addButton_xyeql_157{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;padding:8px 16px!important;border-radius:var(--radius)!important;font-size:.9rem!important}._addButton_xyeql_157:hover{background-color:var(--success)!important;opacity:.9!important}._searchSection_xyeql_189{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important}._searchBox_xyeql_203{position:relative!important;flex:1!important;max-width:400px!important}._searchIcon_xyeql_215{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-light)!important;font-size:1rem!important}._searchInput_xyeql_233{width:100%!important;padding:10px 12px 10px 40px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background-color:var(--surface)!important;color:var(--text)!important;font-size:.9rem!important}._searchInput_xyeql_233:focus{outline:none!important;border-color:var(--primary)!important}._searchInput_xyeql_233::placeholder{color:var(--text-light)!important}._marketCount_xyeql_271{color:var(--text-light)!important;font-weight:500!important;font-size:.9rem!important;white-space:nowrap!important}._tableSection_xyeql_287{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;border:1px solid var(--border)!important;overflow:hidden!important}._tableContainer_xyeql_303{border-radius:var(--radius)!important;box-shadow:none!important;background-color:var(--surface)!important}._table_xyeql_287{min-width:600px!important}._tableHead_xyeql_323{background-color:var(--primary)!important}._tableHeaderCell_xyeql_331{color:#fff!important;font-weight:600!important;font-size:.9rem!important;padding:16px!important;border-bottom:none!important}._tableRow_xyeql_347{transition:background-color .2s ease!important}._tableRow_xyeql_347:nth-of-type(2n){background-color:var(--item)!important}._tableRow_xyeql_347:hover{background-color:#b850420d!important}._tableCell_xyeql_371{padding:12px 16px!important;border-bottom:1px solid var(--border)!important;font-size:.9rem!important}._marketNameCell_xyeql_385{display:flex!important;align-items:center!important;gap:8px!important}._marketIcon_xyeql_397{color:var(--primary)!important;font-size:1rem!important;flex-shrink:0!important}._marketName_xyeql_385{color:var(--text)!important;font-weight:500!important}._phoneText_xyeql_419{color:var(--text)!important;font-family:Courier New,monospace!important;font-weight:500!important}._addressText_xyeql_431{color:var(--text-light)!important;font-size:.85rem!important}._dateText_xyeql_441{color:var(--text-light)!important;font-size:.85rem!important;font-family:Courier New,monospace!important}._actionButtons_xyeql_455{display:flex!important;gap:4px!important}._editButton_xyeql_465{color:var(--primary)!important;padding:6px!important}._editButton_xyeql_465:hover{background-color:#b850421a!important}._deleteButton_xyeql_483{color:var(--error)!important;padding:6px!important}._deleteButton_xyeql_483:hover{background-color:#f443361a!important}._loading_xyeql_503{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._spinner_xyeql_525{animation:_spin_xyeql_525 1s linear infinite!important;font-size:2rem!important;color:var(--primary)!important}@keyframes _spin_xyeql_525{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}._noData_xyeql_547{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noDataIcon_xyeql_569{font-size:3rem!important;opacity:.5!important}._noDataText_xyeql_579{font-size:1.1rem!important;font-weight:500!important}._clearSearchButton_xyeql_589{text-transform:none!important;border-radius:var(--radius)!important;margin-top:8px!important}._dialogTitle_xyeql_603{display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-weight:600!important;padding:20px 24px 16px!important}._dialogIcon_xyeql_621{color:var(--primary)!important;font-size:1.3rem!important}._dialogContent_xyeql_631{padding:0 24px 8px!important}._formGrid_xyeql_639{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin-top:8px!important}._formField_xyeql_655 .MuiInputLabel-root{color:var(--text-light)!important;font-weight:500!important}._formField_xyeql_655 .MuiOutlinedInput-root{color:var(--text)!important;border-radius:var(--radius)!important}._formField_xyeql_655 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important;border-width:1px!important}._formField_xyeql_655 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}._formField_xyeql_655 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important;border-width:1px!important}._formField_xyeql_655 .MuiInputLabel-root.Mui-focused{color:var(--primary)!important}._dialogActions_xyeql_711{padding:16px 24px 20px!important;gap:12px!important}._cancelButton_xyeql_721{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._submitButton_xyeql_739{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._submitButton_xyeql_739:hover{background-color:var(--success)!important;opacity:.9!important}._buttonSpinner_xyeql_769{animation:_spin_xyeql_525 1s linear infinite!important;margin-right:8px!important}._deleteDialogTitle_xyeql_781{display:flex!important;align-items:center!important;gap:12px!important;color:var(--error)!important;font-weight:600!important;padding:20px 24px 16px!important}._deleteDialogIcon_xyeql_799{font-size:1.3rem!important}._deleteDialogContent_xyeql_807{padding:0 24px 8px!important}._deleteWarning_xyeql_815{color:var(--text)!important;font-weight:600!important;font-size:1rem!important;margin-bottom:16px!important;text-align:center!important}._marketToDelete_xyeql_831{background-color:var(--item)!important;border-radius:var(--radius)!important;padding:16px!important;margin-bottom:16px!important;border:1px solid var(--border)!important;text-align:center!important}._deleteMarketName_xyeql_849{color:var(--text)!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:4px!important}._deleteMarketPhone_xyeql_863{color:var(--text-light)!important;font-size:.9rem!important;margin-bottom:4px!important}._deleteMarketAddress_xyeql_875{color:var(--text-light)!important;font-size:.85rem!important;font-style:italic!important}._deleteNote_xyeql_887{color:var(--warning)!important;font-size:.85rem!important;font-weight:500!important;text-align:center!important;padding:8px!important;background-color:#ff98001a!important;border-radius:var(--radius)!important}._deleteDialogActions_xyeql_907{padding:16px 24px 20px!important;gap:12px!important}._cancelDeleteButton_xyeql_917{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._confirmDeleteButton_xyeql_935{background-color:var(--error)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._confirmDeleteButton_xyeql_935:hover{background-color:var(--error)!important;opacity:.9!important}@media(max-width:768px){._marketsPage_xyeql_73{padding:16px!important}._header_xyeql_89{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}._title_xyeql_121 h1{font-size:1.3rem!important}._searchSection_xyeql_189{flex-direction:column!important;gap:12px!important;align-items:stretch!important}._searchBox_xyeql_203{max-width:none!important}._tableContainer_xyeql_303{overflow-x:auto!important;border-radius:var(--radius)!important}._table_xyeql_287{min-width:500px!important}._tableHeaderCell_xyeql_331,._tableCell_xyeql_371{padding:12px 8px!important;font-size:.85rem!important}._formGrid_xyeql_639{grid-template-columns:1fr!important}._dialogActions_xyeql_711,._deleteDialogActions_xyeql_907{flex-direction:column!important}._cancelButton_xyeql_721,._submitButton_xyeql_739,._cancelDeleteButton_xyeql_917,._confirmDeleteButton_xyeql_935{width:100%!important}}@media(max-width:480px){._marketsPage_xyeql_73{padding:12px!important}._headerSection_xyeql_89{padding:16px!important}._title_xyeql_121 h1{font-size:1.2rem!important}._addButton_xyeql_157{width:100%!important;justify-content:center!important}._marketCount_xyeql_271{text-align:center!important}._tableHeaderCell_xyeql_331,._tableCell_xyeql_371{padding:8px 6px!important;font-size:.8rem!important}._actionButtons_xyeql_455{flex-direction:column!important;gap:2px!important}._editButton_xyeql_465,._deleteButton_xyeql_483{padding:4px!important}}@media(hover:none){._tableRow_xyeql_347:hover{background-color:inherit!important}._editButton_xyeql_465:hover,._deleteButton_xyeql_483:hover{background-color:transparent!important}._addButton_xyeql_157:hover,._submitButton_xyeql_739:hover,._confirmDeleteButton_xyeql_935:hover{opacity:1!important}}@media(prefers-contrast:high){._tableRow_xyeql_347:nth-of-type(2n){background-color:var(--surface)!important}._tableRow_xyeql_347{border-bottom:2px solid var(--text)!important}}@media(prefers-reduced-motion:reduce){._tableRow_xyeql_347{transition:none!important}._spinner_xyeql_525,._buttonSpinner_xyeql_769{animation:none!important}}._dark-mode_e28o2_39{--item: #1a1a1a !important;--primary: #B85042 !important;--primary-dark: #9a4236 !important;--secondary: #7D9A89 !important;--secondary-dark: #6a8574 !important;--background: #1a1a1a !important;--surface: #2d2d2d !important;--text: #ffffff !important;--text-light: #cccccc !important;--border: #444444 !important;--error: #f44336 !important;--success: #4caf50 !important;--warning: #ff9800 !important}._productsPage_e28o2_73{min-height:100vh!important;background-color:var(--background)!important;padding:20px!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}._headerSection_e28o2_89{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;padding:20px!important;margin-bottom:20px!important;border:1px solid var(--border)!important}._header_e28o2_89{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important}._title_e28o2_121{display:flex!important;align-items:center!important;gap:12px!important}._title_e28o2_121 h1{margin:0!important;color:var(--text)!important;font-size:1.5rem!important;font-weight:600!important}._titleIcon_e28o2_147{color:var(--primary)!important;font-size:1.5rem!important}._addButton_e28o2_157{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;padding:8px 16px!important;border-radius:var(--radius)!important;font-size:.9rem!important}._addButton_e28o2_157:hover{background-color:var(--success)!important;opacity:.9!important}._searchSection_e28o2_189{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important}._searchBox_e28o2_203{position:relative!important;flex:1!important;max-width:400px!important}._searchIcon_e28o2_215{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-light)!important;font-size:1rem!important}._searchInput_e28o2_233{width:100%!important;padding:10px 12px 10px 40px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background-color:var(--surface)!important;color:var(--text)!important;font-size:.9rem!important}._searchInput_e28o2_233:focus{outline:none!important;border-color:var(--primary)!important}._searchInput_e28o2_233::placeholder{color:var(--text-light)!important}._productCount_e28o2_271{color:var(--text-light)!important;font-weight:500!important;font-size:.9rem!important;white-space:nowrap!important}._tableSection_e28o2_287{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;border:1px solid var(--border)!important;overflow:hidden!important}._tableContainer_e28o2_303{border-radius:var(--radius)!important;box-shadow:none!important;background-color:var(--surface)!important}._table_e28o2_287{min-width:600px!important}._tableHead_e28o2_323{background-color:var(--primary)!important}._tableHeaderCell_e28o2_331{color:#fff!important;font-weight:600!important;font-size:.9rem!important;padding:16px!important;border-bottom:none!important}._tableRow_e28o2_347{transition:background-color .2s ease!important}._tableRow_e28o2_347:nth-of-type(2n){background-color:var(--item)!important}._tableRow_e28o2_347:hover{background-color:#b850420d!important}._tableCell_e28o2_371{padding:12px 16px!important;border-bottom:1px solid var(--border)!important;font-size:.9rem!important}._productNameCell_e28o2_385{display:flex!important;align-items:center!important;gap:8px!important}._productIcon_e28o2_397{color:var(--primary)!important;font-size:1rem!important;flex-shrink:0!important}._productName_e28o2_385{color:var(--text)!important;font-weight:500!important}._unitCell_e28o2_419{display:flex!important;align-items:center!important;gap:8px!important}._unitText_e28o2_431{color:var(--text)!important;font-weight:500!important;text-transform:capitalize!important}._dateText_e28o2_443{color:var(--text-light)!important;font-size:.85rem!important;font-family:Courier New,monospace!important}._actionButtons_e28o2_457{display:flex!important;gap:4px!important}._editButton_e28o2_467{color:var(--primary)!important;padding:6px!important}._editButton_e28o2_467:hover{background-color:#b850421a!important}._deleteButton_e28o2_485{color:var(--error)!important;padding:6px!important}._deleteButton_e28o2_485:hover{background-color:#f443361a!important}._loading_e28o2_505{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._spinner_e28o2_527{animation:_spin_e28o2_527 1s linear infinite!important;font-size:2rem!important;color:var(--primary)!important}@keyframes _spin_e28o2_527{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}._noData_e28o2_549{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noDataIcon_e28o2_571{font-size:3rem!important;opacity:.5!important}._noDataText_e28o2_581{font-size:1.1rem!important;font-weight:500!important}._clearSearchButton_e28o2_591{text-transform:none!important;border-radius:var(--radius)!important;margin-top:8px!important}._dialogTitle_e28o2_605{display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-weight:600!important;padding:20px 24px 16px!important}._dialogIcon_e28o2_623{color:var(--primary)!important;font-size:1.3rem!important}._dialogContent_e28o2_633{padding:0 24px 8px!important}._formGrid_e28o2_641{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin-top:8px!important}._formField_e28o2_657 .MuiInputLabel-root{color:var(--text-light)!important;font-weight:500!important}._formField_e28o2_657 .MuiOutlinedInput-root{color:var(--text)!important;border-radius:var(--radius)!important}._formField_e28o2_657 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important;border-width:1px!important}._formField_e28o2_657 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}._formField_e28o2_657 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important;border-width:1px!important}._formField_e28o2_657 .MuiInputLabel-root.Mui-focused{color:var(--primary)!important}._unitMenuItem_e28o2_715{display:flex!important;align-items:center!important;gap:8px!important}._dialogActions_e28o2_727{padding:16px 24px 20px!important;gap:12px!important}._cancelButton_e28o2_737{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._submitButton_e28o2_755{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._submitButton_e28o2_755:hover{background-color:var(--success)!important;opacity:.9!important}._buttonSpinner_e28o2_785{animation:_spin_e28o2_527 1s linear infinite!important;margin-right:8px!important}._deleteDialogTitle_e28o2_797{display:flex!important;align-items:center!important;gap:12px!important;color:var(--error)!important;font-weight:600!important;padding:20px 24px 16px!important}._deleteDialogIcon_e28o2_815{font-size:1.3rem!important}._deleteDialogContent_e28o2_823{padding:0 24px 8px!important}._deleteWarning_e28o2_831{color:var(--text)!important;font-weight:600!important;font-size:1rem!important;margin-bottom:16px!important;text-align:center!important}._productToDelete_e28o2_847{background-color:var(--item)!important;border-radius:var(--radius)!important;padding:16px!important;margin-bottom:16px!important;border:1px solid var(--border)!important;text-align:center!important}._deleteProductName_e28o2_865{color:var(--text)!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:4px!important}._deleteProductUnit_e28o2_879{color:var(--text-light)!important;font-size:.9rem!important}._deleteNote_e28o2_889{color:var(--warning)!important;font-size:.85rem!important;font-weight:500!important;text-align:center!important;padding:8px!important;background-color:#ff98001a!important;border-radius:var(--radius)!important}._deleteDialogActions_e28o2_909{padding:16px 24px 20px!important;gap:12px!important}._cancelDeleteButton_e28o2_919{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._confirmDeleteButton_e28o2_937{background-color:var(--error)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._confirmDeleteButton_e28o2_937:hover{background-color:var(--error)!important;opacity:.9!important}.MuiDialog-paper{background-color:var(--surface)!important;border-radius:var(--radius)!important;border:1px solid var(--border)!important}.MuiTableContainer-root{border-radius:var(--radius)!important}.MuiTableRow-root{background-color:var(--surface)!important}.MuiTableCell-root{border-bottom:1px solid var(--border)!important;color:var(--text)!important}.MuiTableHead-root .MuiTableCell-root{background-color:var(--primary)!important;color:#fff!important;font-weight:600!important}.MuiButton-root{text-transform:none!important;border-radius:var(--radius)!important}.MuiMenuItem-root{color:var(--text)!important}.MuiMenuItem-root:hover{background-color:var(--item)!important}.MuiMenuItem-root.Mui-selected{background-color:var(--primary)!important;color:#fff!important}.MuiMenuItem-root.Mui-selected:hover{background-color:var(--primary-dark)!important}@media(max-width:768px){._productsPage_e28o2_73{padding:16px!important}._header_e28o2_89{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}._title_e28o2_121 h1{font-size:1.3rem!important}._searchSection_e28o2_189{flex-direction:column!important;gap:12px!important;align-items:stretch!important}._searchBox_e28o2_203{max-width:none!important}._tableContainer_e28o2_303{overflow-x:auto!important;border-radius:var(--radius)!important}._table_e28o2_287{min-width:500px!important}._tableHeaderCell_e28o2_331,._tableCell_e28o2_371{padding:12px 8px!important;font-size:.85rem!important}._formGrid_e28o2_641{grid-template-columns:1fr!important}._dialogActions_e28o2_727,._deleteDialogActions_e28o2_909{flex-direction:column!important}._cancelButton_e28o2_737,._submitButton_e28o2_755,._cancelDeleteButton_e28o2_919,._confirmDeleteButton_e28o2_937{width:100%!important}}@media(max-width:480px){._productsPage_e28o2_73{padding:12px!important}._headerSection_e28o2_89{padding:16px!important}._title_e28o2_121 h1{font-size:1.2rem!important}._addButton_e28o2_157{width:100%!important;justify-content:center!important}._productCount_e28o2_271{text-align:center!important}._tableHeaderCell_e28o2_331,._tableCell_e28o2_371{padding:8px 6px!important;font-size:.8rem!important}._actionButtons_e28o2_457{flex-direction:column!important;gap:2px!important}._editButton_e28o2_467,._deleteButton_e28o2_485{padding:4px!important}}@media(hover:none){._tableRow_e28o2_347:hover{background-color:inherit!important}._editButton_e28o2_467:hover,._deleteButton_e28o2_485:hover{background-color:transparent!important}._addButton_e28o2_157:hover,._submitButton_e28o2_755:hover,._confirmDeleteButton_e28o2_937:hover{opacity:1!important}}@media(prefers-contrast:high){._tableRow_e28o2_347:nth-of-type(2n){background-color:var(--surface)!important}._tableRow_e28o2_347{border-bottom:2px solid var(--text)!important}}@media(prefers-reduced-motion:reduce){._tableRow_e28o2_347{transition:none!important}._spinner_e28o2_527,._buttonSpinner_e28o2_785{animation:none!important}}._chatPage_ro95l_7{min-height:100vh;background-color:var(--background)!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}._chatContainer_ro95l_19{display:flex!important;height:100vh!important}._sidebar_ro95l_31{width:350px!important;background-color:var(--surface)!important;border-right:1px solid var(--border)!important;display:flex!important;flex-direction:column!important}._sidebarHeader_ro95l_47{padding:20px!important;border-bottom:1px solid var(--border)!important}._sidebarHeader_ro95l_47 h2{margin:0!important;color:var(--text)!important;font-size:1.3rem!important;font-weight:600!important}._searchSection_ro95l_73{padding:16px 20px!important;border-bottom:1px solid var(--border)!important}._searchBox_ro95l_83{position:relative!important}._searchIcon_ro95l_91{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-light)!important;font-size:1rem!important}._searchInput_ro95l_109{width:100%!important;padding:10px 12px 10px 40px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background-color:var(--surface)!important;color:var(--text)!important;font-size:.9rem!important}._searchInput_ro95l_109:focus{outline:none!important;border-color:var(--primary)!important}._searchInput_ro95l_109::placeholder{color:var(--text-light)!important}._marketsList_ro95l_149{flex:1!important;overflow-y:auto!important;padding:8px 0!important}._marketItem_ro95l_161{display:flex!important;align-items:center!important;gap:12px!important;padding:16px 20px!important;cursor:pointer!important;transition:background-color .2s ease!important;border-bottom:1px solid var(--border)!important;position:relative!important}._marketItem_ro95l_161:hover{background-color:var(--item)!important}._marketItemActive_ro95l_191{background-color:var(--primary)!important}._marketItemActive_ro95l_191 ._marketName_ro95l_199,._marketItemActive_ro95l_191 ._lastMessage_ro95l_201{color:#fff!important}._marketAvatar_ro95l_209{width:40px!important;height:40px!important;border-radius:50%!important;background-color:var(--secondary)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:1rem!important;flex-shrink:0!important}._marketInfo_ro95l_235{flex:1!important;min-width:0!important}._marketName_ro95l_199{color:var(--text)!important;font-weight:600!important;font-size:.95rem!important;margin-bottom:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}._lastMessage_ro95l_201{color:var(--text-light)!important;font-size:.8rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}._unreadBadge_ro95l_281{background-color:var(--primary)!important;color:#fff!important;border-radius:10px!important;padding:2px 8px!important;font-size:.7rem!important;font-weight:600!important;min-width:18px!important;text-align:center!important}._chatMain_ro95l_305{flex:1!important;display:flex!important;flex-direction:column!important;background-color:var(--surface)!important}._chatHeader_ro95l_321{padding:16px 24px!important;border-bottom:1px solid var(--border)!important;background-color:var(--surface)!important}._chatPartner_ro95l_333{display:flex!important;align-items:center!important;gap:12px!important}._partnerAvatar_ro95l_345{width:44px!important;height:44px!important;border-radius:50%!important;background-color:var(--secondary)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:1.1rem!important}._partnerInfo_ro95l_369{flex:1!important}._partnerName_ro95l_377{color:var(--text)!important;font-weight:600!important;font-size:1.1rem!important;margin-bottom:2px!important}._partnerPhone_ro95l_391{color:var(--text-light)!important;font-size:.85rem!important}._messagesContainer_ro95l_403{flex:1!important;overflow-y:auto!important;padding:20px!important;background-color:var(--background)!important}._messagesList_ro95l_417{display:flex!important;flex-direction:column!important;gap:8px!important}._dateDivider_ro95l_431{text-align:center!important;margin:16px 0!important;color:var(--text-light)!important;font-size:.8rem!important;font-weight:500!important;position:relative!important;border-bottom:1px solid var(--border);padding-bottom:3px}._dateDivider_ro95l_431 span{background-color:var(--background)!important;padding:4px 12px!important;border-radius:12px!important;position:relative!important;z-index:2!important}._message_ro95l_403{display:flex!important;margin-bottom:8px!important}._messageIncoming_ro95l_485{justify-content:flex-start!important}._messageOutgoing_ro95l_493{justify-content:flex-end!important}._messageContent_ro95l_501{max-width:70%!important;padding:12px 16px!important;border-radius:18px!important;position:relative!important}._messageIncoming_ro95l_485 ._messageContent_ro95l_501{background-color:var(--surface)!important;border:1px solid var(--border)!important;border-bottom-left-radius:4px!important}._messageOutgoing_ro95l_493 ._messageContent_ro95l_501{background-color:var(--primary)!important;color:#fff!important;border-bottom-right-radius:4px!important}._messageText_ro95l_539{font-size:.95rem!important;line-height:1.4!important;word-wrap:break-word!important}._messageTime_ro95l_551{display:flex!important;align-items:center!important;gap:4px!important;font-size:.7rem!important;margin-top:4px!important;opacity:.8!important}._statusIcon_ro95l_569{font-size:.6rem!important}._messageInputSection_ro95l_579{padding:20px 24px!important;border-top:1px solid var(--border)!important;background-color:var(--surface)!important}._inputContainer_ro95l_591{display:flex!important;gap:12px!important;align-items:flex-end!important}._messageInput_ro95l_579{flex:1!important}._messageInput_ro95l_579 .MuiOutlinedInput-root{border-radius:24px!important;background-color:var(--surface)!important}._messageInput_ro95l_579 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important}._messageInput_ro95l_579 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,._messageInput_ro95l_579 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}._sendButton_ro95l_645{background-color:var(--primary)!important;color:#fff!important;padding:12px!important;border-radius:50%!important}._sendButton_ro95l_645:hover{background-color:var(--primary-dark)!important}._sendButton_ro95l_645:disabled{background-color:var(--text-light)!important;opacity:.5!important}._sendSpinner_ro95l_677{animation:_spin_ro95l_719 1s linear infinite!important}@keyframes _spin_ro95l_719{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}._loading_ro95l_697{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._spinner_ro95l_719{animation:_spin_ro95l_719 1s linear infinite!important;font-size:2rem!important;color:var(--primary)!important}._noData_ro95l_731{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noDataIcon_ro95l_753{font-size:3rem!important;opacity:.5!important}._noMessages_ro95l_763{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100%!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noMessagesIcon_ro95l_785{font-size:4rem!important;opacity:.5!important}._noMessagesText_ro95l_795{font-size:1.2rem!important;font-weight:500!important;color:var(--text)!important}._noMessagesSubtext_ro95l_807{font-size:.9rem!important;opacity:.7!important}._noSelection_ro95l_817{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100%!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important;padding:40px!important}._noSelectionIcon_ro95l_841{font-size:4rem!important;opacity:.5!important}._noSelectionText_ro95l_851{font-size:1.3rem!important;font-weight:500!important;color:var(--text)!important}._noSelectionSubtext_ro95l_863{font-size:1rem!important;opacity:.7!important;max-width:400px!important;line-height:1.5!important}.MuiPaper-root{background-color:var(--surface)!important;color:var(--text)!important}.MuiTextField-root{background-color:var(--surface)!important}.MuiInputBase-input{color:var(--text)!important}.MuiInputLabel-root{color:var(--text-light)!important}.MuiOutlinedInput-notchedOutline{border-color:var(--border)!important}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}@media(max-width:768px){._chatContainer_ro95l_19{flex-direction:column!important}._sidebar_ro95l_31{width:100%!important;height:40vh!important;border-right:none!important;border-bottom:1px solid var(--border)!important}._chatMain_ro95l_305{height:60vh!important}._messageContent_ro95l_501{max-width:85%!important}._sidebarHeader_ro95l_47,._searchSection_ro95l_73,._marketItem_ro95l_161,._chatHeader_ro95l_321,._messagesContainer_ro95l_403,._messageInputSection_ro95l_579{padding:12px 16px!important}}@media(max-width:480px){._sidebarHeader_ro95l_47 h2{font-size:1.1rem!important}._marketAvatar_ro95l_209,._partnerAvatar_ro95l_345{width:36px!important;height:36px!important}._messageContent_ro95l_501{max-width:90%!important;padding:10px 12px!important}._inputContainer_ro95l_591{gap:8px!important}._sendButton_ro95l_645{padding:10px!important}}._messagesContainer_ro95l_403::-webkit-scrollbar{width:6px!important}._messagesContainer_ro95l_403::-webkit-scrollbar-track{background:var(--item)!important;border-radius:3px!important}._messagesContainer_ro95l_403::-webkit-scrollbar-thumb{background:var(--primary)!important;border-radius:3px!important}._messagesContainer_ro95l_403::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)!important}._marketsList_ro95l_149::-webkit-scrollbar{width:4px!important}._marketsList_ro95l_149::-webkit-scrollbar-track{background:var(--item)!important}._marketsList_ro95l_149::-webkit-scrollbar-thumb{background:var(--border)!important;border-radius:2px!important}@media(hover:none){._marketItem_ro95l_161:hover{background-color:inherit!important}._sendButton_ro95l_645:hover{background-color:var(--primary)!important}}@media(prefers-contrast:high){._marketItemActive_ro95l_191,._messageIncoming_ro95l_485 ._messageContent_ro95l_501{border:2px solid var(--text)!important}}@media(prefers-reduced-motion:reduce){._marketItem_ro95l_161,._sendButton_ro95l_645{transition:none!important}._spinner_ro95l_719,._sendSpinner_ro95l_677{animation:none!important}._messagesEndRef_ro95l_1213{scroll-behavior:auto!important}}._dark-mode_1f568_39{--item: #1a1a1a !important;--primary: #B85042 !important;--primary-dark: #9a4236 !important;--secondary: #7D9A89 !important;--secondary-dark: #6a8574 !important;--background: #1a1a1a !important;--surface: #2d2d2d !important;--text: #ffffff !important;--text-light: #cccccc !important;--border: #444444 !important;--error: #f44336 !important;--success: #4caf50 !important;--warning: #ff9800 !important}._deliversPage_1f568_73{min-height:100vh!important;background-color:var(--background)!important;padding:20px!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}._headerSection_1f568_89{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;padding:20px!important;margin-bottom:20px!important;border:1px solid var(--border)!important}._header_1f568_89{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important}._title_1f568_121{display:flex!important;align-items:center!important;gap:12px!important}._title_1f568_121 h1{margin:0!important;color:var(--text)!important;font-size:1.5rem!important;font-weight:600!important}._titleIcon_1f568_147{color:var(--primary)!important;font-size:1.5rem!important}._headerActions_1f568_157{display:flex!important;gap:12px!important;align-items:center!important}._refreshButton_1f568_169{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 16px!important}._addButton_1f568_187{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;padding:8px 16px!important;border-radius:var(--radius)!important;font-size:.9rem!important}._addButton_1f568_187:hover{background-color:var(--success)!important;opacity:.9!important}._searchSection_1f568_219{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important}._searchBox_1f568_233{position:relative!important;flex:1!important;max-width:400px!important}._searchIcon_1f568_245{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-light)!important;font-size:1rem!important}._searchInput_1f568_263{width:100%!important;padding:10px 12px 10px 40px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background-color:var(--surface)!important;color:var(--text)!important;font-size:.9rem!important}._searchInput_1f568_263:focus{outline:none!important;border-color:var(--primary)!important}._searchInput_1f568_263::placeholder{color:var(--text-light)!important}._deliverCount_1f568_301{color:var(--text-light)!important;font-weight:500!important;font-size:.9rem!important;white-space:nowrap!important}._tableSection_1f568_317{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;border:1px solid var(--border)!important;overflow:hidden!important}._tableContainer_1f568_333{border-radius:var(--radius)!important;box-shadow:none!important;background-color:var(--surface)!important}._table_1f568_317{min-width:600px!important}._tableHead_1f568_353{background-color:var(--primary)!important}._tableHeaderCell_1f568_361{color:#fff!important;font-weight:600!important;font-size:.9rem!important;padding:16px!important;border-bottom:none!important}._tableRow_1f568_377{transition:background-color .2s ease!important}._tableRow_1f568_377:nth-of-type(2n){background-color:var(--item)!important}._tableRow_1f568_377:hover{background-color:#b850420d!important}._tableCell_1f568_401{padding:12px 16px!important;border-bottom:1px solid var(--border)!important;font-size:.9rem!important}._deliverNameCell_1f568_415{display:flex!important;align-items:center!important;gap:8px!important}._deliverIcon_1f568_427{color:var(--primary)!important;font-size:1rem!important;flex-shrink:0!important}._deliverName_1f568_415{color:var(--text)!important;font-weight:500!important}._phoneText_1f568_449{color:var(--text)!important;font-family:Courier New,monospace!important;font-weight:500!important}._roleBadge_1f568_461{background-color:var(--secondary)!important;color:#fff!important;padding:4px 8px!important;border-radius:12px!important;font-size:.8rem!important;font-weight:500!important;display:inline-block!important}._dateText_1f568_481{color:var(--text-light)!important;font-size:.85rem!important;font-family:Courier New,monospace!important}._actionButtons_1f568_495{display:flex!important;gap:4px!important}._editButton_1f568_505{color:var(--primary)!important;padding:6px!important}._editButton_1f568_505:hover{background-color:#b850421a!important}._deleteButton_1f568_523{color:var(--error)!important;padding:6px!important}._deleteButton_1f568_523:hover{background-color:#f443361a!important}._loading_1f568_543{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._spinner_1f568_565{animation:_spin_1f568_565 1s linear infinite!important;font-size:2rem!important;color:var(--primary)!important}@keyframes _spin_1f568_565{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}._noData_1f568_587{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noDataIcon_1f568_609{font-size:3rem!important;opacity:.5!important}._noDataText_1f568_619{font-size:1.1rem!important;font-weight:500!important}._clearSearchButton_1f568_629{text-transform:none!important;border-radius:var(--radius)!important;margin-top:8px!important}._dialogTitle_1f568_643{display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-weight:600!important;padding:20px 24px 16px!important}._dialogIcon_1f568_661{color:var(--primary)!important;font-size:1.3rem!important}._dialogContent_1f568_671{padding:0 24px 8px!important}._formGrid_1f568_679{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin-top:8px!important}._formField_1f568_695 .MuiInputLabel-root{color:var(--text-light)!important;font-weight:500!important}._formField_1f568_695 .MuiOutlinedInput-root{color:var(--text)!important;border-radius:var(--radius)!important}._formField_1f568_695 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important;border-width:1px!important}._formField_1f568_695 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}._formField_1f568_695 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important;border-width:1px!important}._formField_1f568_695 .MuiInputLabel-root.Mui-focused{color:var(--primary)!important}._dialogActions_1f568_751{padding:16px 24px 20px!important;gap:12px!important}._cancelButton_1f568_761{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._submitButton_1f568_779{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._submitButton_1f568_779:hover{background-color:var(--success)!important;opacity:.9!important}._buttonSpinner_1f568_809{animation:_spin_1f568_565 1s linear infinite!important;margin-right:8px!important}._deleteDialogTitle_1f568_821{display:flex!important;align-items:center!important;gap:12px!important;color:var(--error)!important;font-weight:600!important;padding:20px 24px 16px!important}._deleteDialogIcon_1f568_839{font-size:1.3rem!important}._deleteDialogContent_1f568_847{padding:0 24px 8px!important}._deleteWarning_1f568_855{color:var(--text)!important;font-weight:600!important;font-size:1rem!important;margin-bottom:16px!important;text-align:center!important}._deliverToDelete_1f568_871{background-color:var(--item)!important;border-radius:var(--radius)!important;padding:16px!important;margin-bottom:16px!important;border:1px solid var(--border)!important;text-align:center!important}._deleteDeliverName_1f568_889{color:var(--text)!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:4px!important}._deleteDeliverPhone_1f568_903{color:var(--text-light)!important;font-size:.9rem!important;margin-bottom:4px!important}._deleteDeliverRole_1f568_915{color:var(--text-light)!important;font-size:.85rem!important;font-style:italic!important}._deleteNote_1f568_927{color:var(--warning)!important;font-size:.85rem!important;font-weight:500!important;text-align:center!important;padding:8px!important;background-color:#ff98001a!important;border-radius:var(--radius)!important}._deleteDialogActions_1f568_947{padding:16px 24px 20px!important;gap:12px!important}._cancelDeleteButton_1f568_957{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._confirmDeleteButton_1f568_975{background-color:var(--error)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._confirmDeleteButton_1f568_975:hover{background-color:var(--error)!important;opacity:.9!important}@media(max-width:768px){._deliversPage_1f568_73{padding:16px!important}._header_1f568_89{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}._headerActions_1f568_157{width:100%!important;justify-content:space-between!important}._title_1f568_121 h1{font-size:1.3rem!important}._searchSection_1f568_219{flex-direction:column!important;gap:12px!important;align-items:stretch!important}._searchBox_1f568_233{max-width:none!important}._tableContainer_1f568_333{overflow-x:auto!important;border-radius:var(--radius)!important}._table_1f568_317{min-width:500px!important}._tableHeaderCell_1f568_361,._tableCell_1f568_401{padding:12px 8px!important;font-size:.85rem!important}._formGrid_1f568_679{grid-template-columns:1fr!important}._dialogActions_1f568_751,._deleteDialogActions_1f568_947{flex-direction:column!important}._cancelButton_1f568_761,._submitButton_1f568_779,._cancelDeleteButton_1f568_957,._confirmDeleteButton_1f568_975{width:100%!important}}@media(max-width:480px){._deliversPage_1f568_73{padding:12px!important}._headerSection_1f568_89{padding:16px!important}._title_1f568_121 h1{font-size:1.2rem!important}._deliverCount_1f568_301{text-align:center!important}._tableHeaderCell_1f568_361,._tableCell_1f568_401{padding:8px 6px!important;font-size:.8rem!important}._actionButtons_1f568_495{flex-direction:column!important;gap:2px!important}._editButton_1f568_505,._deleteButton_1f568_523{padding:4px!important}}:root{--primary: #B85042 !important;--primary-dark: #9a4236 !important;--secondary: #A7BEAE !important;--secondary-dark: #8aa895 !important;--background: #E7E8D1 !important;--surface: #FFFFFF !important;--text: #333333 !important;--text-light: #666666 !important;--border: #DDDDDD !important;--error: #f44336 !important;--success: #4caf50 !important;--warning: #ff9800 !important;--shadow: 0 2px 10px rgba(0,0,0,.1) !important;--radius: 8px !important;--item: #1a1a1a0f !important}._dark-mode_ly1cw_39{--item: #1a1a1a !important;--primary: #B85042 !important;--primary-dark: #9a4236 !important;--secondary: #7D9A89 !important;--secondary-dark: #6a8574 !important;--background: #1a1a1a !important;--surface: #2d2d2d !important;--text: #ffffff !important;--text-light: #cccccc !important;--border: #444444 !important;--error: #f44336 !important;--success: #4caf50 !important;--warning: #ff9800 !important}._productLimitsPage_ly1cw_73{min-height:100vh!important;background-color:var(--background)!important;padding:20px!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}._headerSection_ly1cw_89{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;padding:20px!important;margin-bottom:20px!important;border:1px solid var(--border)!important}._header_ly1cw_89{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important}._title_ly1cw_121{display:flex!important;align-items:center!important;gap:12px!important}._title_ly1cw_121 h1{margin:0!important;color:var(--text)!important;font-size:1.5rem!important;font-weight:600!important}._titleIcon_ly1cw_147{color:var(--primary)!important;font-size:1.5rem!important}._headerActions_ly1cw_157{display:flex!important;gap:12px!important;align-items:center!important}._refreshButton_ly1cw_169{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 16px!important}._addButton_ly1cw_187{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;padding:8px 16px!important;border-radius:var(--radius)!important;font-size:.9rem!important}._addButton_ly1cw_187:hover{background-color:var(--success)!important;opacity:.9!important}._filtersSection_ly1cw_219{margin-bottom:16px!important}._filterGrid_ly1cw_227{display:grid!important;grid-template-columns:1fr 1fr auto!important;gap:12px!important;align-items:end!important}._filterField_ly1cw_241 .MuiInputLabel-root{color:var(--text-light)!important;font-weight:500!important}._filterField_ly1cw_241 .MuiOutlinedInput-root{color:var(--text)!important;border-radius:var(--radius)!important}._filterActions_ly1cw_261{display:flex!important;gap:8px!important}._clearFilterButton_ly1cw_271{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:6px 16px!important;white-space:nowrap!important}._searchSection_ly1cw_293{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important}._searchBox_ly1cw_307{position:relative!important;flex:1!important;max-width:400px!important}._searchIcon_ly1cw_319{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-light)!important;font-size:1rem!important}._searchInput_ly1cw_337{width:100%!important;padding:10px 12px 10px 40px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background-color:var(--surface)!important;color:var(--text)!important;font-size:.9rem!important}._searchInput_ly1cw_337:focus{outline:none!important;border-color:var(--primary)!important}._searchInput_ly1cw_337::placeholder{color:var(--text-light)!important}._limitsCount_ly1cw_375{color:var(--text-light)!important;font-weight:500!important;font-size:.9rem!important;white-space:nowrap!important}._tableSection_ly1cw_391{background-color:var(--surface)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;border:1px solid var(--border)!important;overflow:hidden!important}._tableContainer_ly1cw_407{border-radius:var(--radius)!important;box-shadow:none!important;background-color:var(--surface)!important}._table_ly1cw_391{min-width:800px!important}._tableHead_ly1cw_427{background-color:var(--primary)!important}._tableHeaderCell_ly1cw_435{color:#fff!important;font-weight:600!important;font-size:.9rem!important;padding:16px!important;border-bottom:none!important}._tableRow_ly1cw_451{transition:background-color .2s ease!important}._tableRow_ly1cw_451:nth-of-type(2n){background-color:var(--item)!important}._tableRow_ly1cw_451:hover{background-color:#b850420d!important}._tableCell_ly1cw_475{padding:12px 16px!important;border-bottom:1px solid var(--border)!important;font-size:.9rem!important}._marketCell_ly1cw_489,._productCell_ly1cw_491{display:flex!important;align-items:center!important;gap:8px!important}._marketIcon_ly1cw_503{color:var(--primary)!important;font-size:1rem!important;flex-shrink:0!important}._productIcon_ly1cw_515{color:var(--secondary)!important;font-size:1rem!important;flex-shrink:0!important}._marketName_ly1cw_527,._productName_ly1cw_529{color:var(--text)!important;font-weight:500!important}._daysText_ly1cw_551{color:var(--text)!important;font-weight:500!important}._dateText_ly1cw_561{color:var(--text-light)!important;font-size:.85rem!important;font-family:Courier New,monospace!important}._actionButtons_ly1cw_575{display:flex!important;gap:4px!important}._editButton_ly1cw_585{color:var(--primary)!important;padding:6px!important}._editButton_ly1cw_585:hover{background-color:#b850421a!important}._deleteButton_ly1cw_603{color:var(--error)!important;padding:6px!important}._deleteButton_ly1cw_603:hover{background-color:#f443361a!important}._loading_ly1cw_623{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._spinner_ly1cw_645{animation:_spin_ly1cw_645 1s linear infinite!important;font-size:2rem!important;color:var(--primary)!important}@keyframes _spin_ly1cw_645{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}._noData_ly1cw_667{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:60px 20px!important;color:var(--text-light)!important;gap:16px!important;text-align:center!important}._noDataIcon_ly1cw_689{font-size:3rem!important;opacity:.5!important}._noDataText_ly1cw_699{font-size:1.1rem!important;font-weight:500!important}._clearSearchButton_ly1cw_709{text-transform:none!important;border-radius:var(--radius)!important;margin-top:8px!important}._dialogTitle_ly1cw_723{display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-weight:600!important;padding:20px 24px 16px!important}._dialogIcon_ly1cw_741{color:var(--primary)!important;font-size:1.3rem!important}._dialogContent_ly1cw_751{padding:0 24px 8px!important}._formGrid_ly1cw_759{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin-top:8px!important}._formField_ly1cw_775 .MuiInputLabel-root{color:var(--text-light)!important;font-weight:500!important}._formField_ly1cw_775 .MuiOutlinedInput-root{color:var(--text)!important;border-radius:var(--radius)!important}._formField_ly1cw_775 .MuiOutlinedInput-notchedOutline{border-color:var(--border)!important;border-width:1px!important}._formField_ly1cw_775 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important}._formField_ly1cw_775 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)!important;border-width:1px!important}._formField_ly1cw_775 .MuiInputLabel-root.Mui-focused{color:var(--primary)!important}._dialogActions_ly1cw_831{padding:16px 24px 20px!important;gap:12px!important}._cancelButton_ly1cw_841{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._submitButton_ly1cw_859{background-color:var(--success)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._submitButton_ly1cw_859:hover{background-color:var(--success)!important;opacity:.9!important}._buttonSpinner_ly1cw_889{animation:_spin_ly1cw_645 1s linear infinite!important;margin-right:8px!important}._deleteDialogTitle_ly1cw_901{display:flex!important;align-items:center!important;gap:12px!important;color:var(--error)!important;font-weight:600!important;padding:20px 24px 16px!important}._deleteDialogIcon_ly1cw_919{font-size:1.3rem!important}._deleteDialogContent_ly1cw_927{padding:0 24px 8px!important}._deleteWarning_ly1cw_935{color:var(--text)!important;font-weight:600!important;font-size:1rem!important;margin-bottom:16px!important;text-align:center!important}._limitToDelete_ly1cw_951{background-color:var(--item)!important;border-radius:var(--radius)!important;padding:16px!important;margin-bottom:16px!important;border:1px solid var(--border)!important;text-align:center!important}._deleteLimitMarket_ly1cw_969{color:var(--text)!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:4px!important}._deleteLimitProduct_ly1cw_983{color:var(--text-light)!important;font-size:1rem!important;margin-bottom:8px!important}._deleteLimitDetails_ly1cw_995{color:var(--text-light)!important;font-size:.9rem!important;font-weight:500!important;background-color:var(--secondary)!important;color:#fff!important;padding:4px 8px!important;border-radius:4px!important;display:inline-block!important}._deleteNote_ly1cw_1017{color:var(--warning)!important;font-size:.85rem!important;font-weight:500!important;text-align:center!important;padding:8px!important;background-color:#ff98001a!important;border-radius:var(--radius)!important}._deleteDialogActions_ly1cw_1037{padding:16px 24px 20px!important;gap:12px!important}._cancelDeleteButton_ly1cw_1047{color:var(--text)!important;border-color:var(--border)!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important}._confirmDeleteButton_ly1cw_1065{background-color:var(--error)!important;color:#fff!important;text-transform:none!important;font-weight:500!important;border-radius:var(--radius)!important;padding:8px 20px!important;min-width:100px!important}._confirmDeleteButton_ly1cw_1065:hover{background-color:var(--error)!important;opacity:.9!important}@media(max-width:768px){._productLimitsPage_ly1cw_73{padding:16px!important}._header_ly1cw_89{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}._headerActions_ly1cw_157{width:100%!important;justify-content:space-between!important}._title_ly1cw_121 h1{font-size:1.3rem!important}._filterGrid_ly1cw_227{grid-template-columns:1fr!important;gap:12px!important}._searchSection_ly1cw_293{flex-direction:column!important;gap:12px!important;align-items:stretch!important}._searchBox_ly1cw_307{max-width:none!important}._tableContainer_ly1cw_407{overflow-x:auto!important;border-radius:var(--radius)!important}._table_ly1cw_391{min-width:700px!important}._tableHeaderCell_ly1cw_435,._tableCell_ly1cw_475{padding:12px 8px!important;font-size:.85rem!important}._formGrid_ly1cw_759{grid-template-columns:1fr!important}._dialogActions_ly1cw_831,._deleteDialogActions_ly1cw_1037{flex-direction:column!important}._cancelButton_ly1cw_841,._submitButton_ly1cw_859,._cancelDeleteButton_ly1cw_1047,._confirmDeleteButton_ly1cw_1065{width:100%!important}}@media(max-width:480px){._productLimitsPage_ly1cw_73{padding:12px!important}._headerSection_ly1cw_89{padding:16px!important}._title_ly1cw_121 h1{font-size:1.2rem!important}._limitsCount_ly1cw_375{text-align:center!important}._tableHeaderCell_ly1cw_435,._tableCell_ly1cw_475{padding:8px 6px!important;font-size:.8rem!important}._actionButtons_ly1cw_575{flex-direction:column!important;gap:2px!important}._editButton_ly1cw_585,._deleteButton_ly1cw_603{padding:4px!important}}._productMenuItem_ly1cw_1299{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}._productName_ly1cw_529{font-weight:500!important}._productUnit_ly1cw_1321{color:var(--text-light)!important;font-size:.8rem!important;font-style:italic!important}._productInfo_ly1cw_1335{display:flex!important;flex-direction:column!important;gap:4px!important}._unitIcon_ly1cw_1351{font-size:.7rem!important}._amountCell_ly1cw_1361{display:flex!important;align-items:center!important;gap:4px!important}._amountText_ly1cw_539{color:var(--text)!important;font-weight:600!important;font-family:Courier New,monospace!important}._unitText_ly1cw_1385{color:var(--text-light)!important;font-size:.8rem!important;font-weight:500!important}._selectedProductInfo_ly1cw_1399{margin-top:16px!important;padding:12px!important;background-color:var(--item)!important;border-radius:var(--radius)!important;border:1px solid var(--border)!important}._productInfoCard_ly1cw_1415{display:flex!important;align-items:center!important;gap:12px!important}._infoIcon_ly1cw_1427{color:var(--primary)!important;font-size:1.2rem!important}._productDetails_ly1cw_1437{display:flex!important;flex-direction:column!important;gap:2px!important}._deleteIcon_ly1cw_1451{margin-right:8px!important;font-size:.9rem!important}
