.Modal_modalOverlay__UmymV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;z-index:10000;padding:1rem;animation:Modal_fadeIn__6oH_K .2s ease-out;overflow-y:auto}.Modal_modalOverlay__UmymV.Modal_noTopPadding___QAm3{padding-top:0}@keyframes Modal_fadeIn__6oH_K{0%{opacity:0}to{opacity:1}}.Modal_modalContainer__Z5wdM{background:transparent;border-radius:0;box-shadow:none;max-height:90vh;width:100%;display:flex;flex-direction:column;position:relative;animation:Modal_slideIn__NwWiR .3s ease-out;border:none}[data-theme=dark] .Modal_modalContainer__Z5wdM{background:transparent;border-color:transparent;box-shadow:none}@keyframes Modal_slideIn__NwWiR{0%{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.Modal_small__gmwQE{max-width:400px}.Modal_medium__YEomH{max-width:600px}.Modal_large__o1qgI{max-width:900px}.Modal_fullscreen__qir7H{max-width:95vw;max-height:88vh;overflow:hidden}.Modal_fullscreen__qir7H,.Modal_mobileFullscreen__12YMw{border-radius:24px;background:transparent;border:none;box-shadow:none}.Modal_mobileFullscreen__12YMw{max-width:90vw;max-height:92vh;height:92vh;margin:0}.Modal_modalHeader__ycMgZ{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid var(--border-light);background:var(--bg-primary);border-radius:16px 16px 0 0;min-height:64px}[data-theme=dark] .Modal_modalHeader__ycMgZ{background:var(--bg-secondary);border-bottom-color:var(--border-muted)}.Modal_modalHeaderContent__JZ4mx{flex:1;min-width:0}.Modal_modalTitleSection__lVw4V{display:flex;flex-direction:column;gap:4px}.Modal_modalTitle__m0KHs{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4}.Modal_modalSubtitle__uZNCo{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.4}.Modal_closeButton__fZ_vf{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;margin-left:16px;flex-shrink:0}.Modal_closeButton__fZ_vf:hover{background:var(--bg-hover);color:var(--text-primary);transform:scale(1.1)}.Modal_closeButton__fZ_vf:focus{outline:none;background:var(--bg-hover);box-shadow:0 0 0 2px var(--primary)}.Modal_closeButton__fZ_vf:active{transform:scale(1.05)}.Modal_modalContent__iuf_a{flex:1;overflow-y:auto;padding:24px;background:transparent;scrollbar-width:thin;scrollbar-color:var(--border-muted) transparent}.Modal_modalContent__iuf_a:after{content:"";position:sticky;bottom:0;display:block;height:28px;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,0),var(--bg-primary))}.Modal_modalContent__iuf_a.Modal_transparent__CQwT9{padding:0;background:transparent}.Modal_modalContent__iuf_a.Modal_transparent__CQwT9:after{display:none}.Modal_modalContent__iuf_a::-webkit-scrollbar{width:6px}.Modal_modalContent__iuf_a::-webkit-scrollbar-track{background:transparent}.Modal_modalContent__iuf_a::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:3px}.Modal_modalContent__iuf_a::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.Modal_mobileOverlay__furc5{padding:calc(64px + 1rem) .5rem .5rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:flex-start;justify-content:center}.Modal_mobileContainer__7wN0n{touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.Modal_modalOverlay__UmymV{padding:calc(64px + 1rem) 1rem 1rem;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:flex-start;justify-content:center;overflow-y:auto}.Modal_mobileOverlay__furc5{padding:calc(64px + .75rem) .75rem .75rem;align-items:flex-start;justify-content:center}.Modal_modalContainer__Z5wdM{max-height:calc(100vh - 64px - 2rem);max-width:92vw;width:100%;border-radius:0;border:none;box-shadow:none;background:transparent;margin:0}.Modal_modalHeader__ycMgZ{min-height:64px;border-radius:16px 16px 0 0;background:var(--bg-primary);border-bottom:2px solid var(--border-light)}.Modal_modalTitle__m0KHs{font-size:1.25rem;font-weight:700}.Modal_modalSubtitle__uZNCo{font-size:.875rem;margin-top:4px}.Modal_modalContent__iuf_a{padding:20px;background:var(--bg-primary)}.Modal_closeButton__fZ_vf{width:44px;height:44px;margin-left:16px;background:rgba(255,255,255,.1);border:1px solid var(--border-light);border-radius:12px;min-width:44px;min-height:44px;touch-action:manipulation}.Modal_closeButton__fZ_vf:active,.Modal_closeButton__fZ_vf:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.Modal_mobileFullscreen__12YMw{border-radius:24px;margin:0;max-width:92vw;max-height:78vh;height:78vh;overflow:hidden;border:none;box-shadow:none;background:transparent}.Modal_mobileFullscreen__12YMw .Modal_modalHeader__ycMgZ{border-radius:0;padding:20px;min-height:70px}.Modal_mobileFullscreen__12YMw .Modal_modalContent__iuf_a{height:calc(82vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch}.Modal_large__o1qgI,.Modal_medium__YEomH,.Modal_small__gmwQE{max-width:100%;width:100%}}@media (max-width:480px){.Modal_modalOverlay__UmymV{padding:calc(64px + .5rem) .5rem .5rem}.Modal_modalContainer__Z5wdM{max-height:calc(100vh - 64px - 1.5rem);max-width:94vw;border-radius:0;border:none;box-shadow:none;background:transparent}.Modal_modalHeader__ycMgZ{border-radius:16px 16px 0 0}.Modal_mobileFullscreen__12YMw{margin:0;max-width:94vw;max-height:81vh;height:81vh;border-radius:24px;border:none;box-shadow:none;background:transparent}.Modal_mobileFullscreen__12YMw .Modal_modalContent__iuf_a{height:calc(85vh - 80px)}}@media (max-width:768px){@keyframes Modal_slideIn__NwWiR{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}}.UnifiedModal_modalOverlay__63xLi{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;z-index:100;padding:2rem;margin:0;min-height:100vh;min-width:100vw;overflow-y:auto}.UnifiedModal_modalContainer__Sjvwz{position:relative;background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:24px;box-shadow:var(--shadow-xl);width:66.667%;max-height:calc(80vh - 80px);max-width:900px;display:flex;flex-direction:column;overflow:hidden;margin:80px auto 0}.UnifiedModal_modalBottomFade__TwMhH{position:absolute;left:0;right:0;bottom:0;height:40px;pointer-events:none;background:linear-gradient(to bottom,color-mix(in srgb,var(--primary) 0%,transparent) 0,color-mix(in srgb,var(--primary) 28%,transparent) 50%,color-mix(in srgb,var(--primary) 60%,transparent) 100%);z-index:110}.UnifiedModal_small__UqWnU{width:480px;max-width:95vw}.UnifiedModal_medium__qjgWz{width:768px;max-width:95vw}.UnifiedModal_large__Nk1bj{width:960px;max-width:95vw}.UnifiedModal_fullscreen__uinRk{width:90vw;height:88vh;max-width:none;max-height:none;border-radius:24px;border:none;box-shadow:none}@media (max-width:768px){.UnifiedModal_modalOverlay__63xLi{padding:0!important;margin:0!important;align-items:flex-start}.UnifiedModal_modalContainer__Sjvwz{width:90vw;height:78vh;max-height:none;max-width:none;border-radius:24px;border:none;box-shadow:none;overflow:hidden}}@media (max-width:480px){.UnifiedModal_modalContainer__Sjvwz{width:90vw;height:76vh;max-height:none;max-width:none;border-radius:24px;border:none;box-shadow:none;overflow:hidden}.UnifiedModal_modalOverlay__63xLi{padding:0!important;margin:0!important}}.UnifiedModal_modalHeader__wtIt1{position:sticky;top:0;z-index:100;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);border-top:3px solid transparent;background-image:linear-gradient(var(--bg-glass),var(--bg-glass)),var(--primary-gradient);background-origin:border-box;background-clip:padding-box,border-box;padding:1.25rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-shrink:0;box-shadow:var(--shadow-lg),0 0 0 1px rgba(255,255,255,.1) inset}@media (max-width:768px){.UnifiedModal_modalHeader__wtIt1{border-radius:0;border-left:none;border-right:none;border-top:none}}.UnifiedModal_headerContent__Sj_1N{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;flex:1;min-width:0}.UnifiedModal_titleSection__UUKLA{display:flex;flex-direction:column;gap:.25rem}.UnifiedModal_modalTitle__leObh{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4}.UnifiedModal_modalSubtitle__6CgL7{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.4}.UnifiedModal_statsContainer__bQ4B_{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap;margin-left:1rem;overflow:hidden}.UnifiedModal_statsContainer__bQ4B_::-webkit-scrollbar{display:none}.UnifiedModal_statCard__TTJyN{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:999px;padding:.25rem .5rem;display:inline-flex;align-items:center;gap:.375rem;min-height:24px;box-shadow:var(--shadow-sm);flex:0 0 auto}.UnifiedModal_statCard__TTJyN:before{display:none}.UnifiedModal_statCard__TTJyN:hover{background:var(--bg-hover);border-color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.UnifiedModal_statValue__jJc25{font-size:.75rem;font-weight:700;color:var(--text-primary);line-height:1}.UnifiedModal_statLabel__9cE7v{font-size:.6875rem;color:var(--text-muted);text-transform:none;letter-spacing:0}.UnifiedModal_statCard__TTJyN.UnifiedModal_primary__hXwni .UnifiedModal_statValue__jJc25{color:var(--primary)}.UnifiedModal_statCard__TTJyN.UnifiedModal_primary__hXwni{border-color:color-mix(in srgb,var(--primary) 60%,transparent)}.UnifiedModal_statCard__TTJyN.UnifiedModal_secondary__MpfJL .UnifiedModal_statValue__jJc25{color:var(--secondary)}.UnifiedModal_statCard__TTJyN.UnifiedModal_secondary__MpfJL{border-color:color-mix(in srgb,var(--secondary) 60%,transparent)}.UnifiedModal_statCard__TTJyN.UnifiedModal_success__qHI45 .UnifiedModal_statValue__jJc25{color:#059669}.UnifiedModal_statCard__TTJyN.UnifiedModal_success__qHI45{border-color:rgba(5,150,105,.35)}.UnifiedModal_statCard__TTJyN.UnifiedModal_warning__gfvR0 .UnifiedModal_statValue__jJc25{color:#d97706}.UnifiedModal_statCard__TTJyN.UnifiedModal_warning__gfvR0{border-color:rgba(217,119,6,.35)}.UnifiedModal_statCard__TTJyN.UnifiedModal_danger__cqI2C .UnifiedModal_statValue__jJc25{color:#dc2626}.UnifiedModal_statCard__TTJyN.UnifiedModal_danger__cqI2C{border-color:rgba(220,38,38,.35)}.UnifiedModal_closeButton__u5HK4{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:var(--transition);flex-shrink:0;box-shadow:var(--shadow-md)}.UnifiedModal_closeButton__u5HK4:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--primary);box-shadow:var(--shadow-lg)}.UnifiedModal_tabNavigation__wEHU1{position:sticky;top:0;z-index:99;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:12px;margin:1rem 1.25rem 0;padding:.5rem;box-shadow:var(--shadow-md);flex-shrink:0}.UnifiedModal_tabNavigation__wEHU1:after,.UnifiedModal_tabNavigation__wEHU1:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:32px;height:80%;pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:20px;font-weight:700;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px 0 0 12px}.UnifiedModal_tabNavigation__wEHU1:before{left:0;content:"‹";border-radius:12px 0 0 12px}.UnifiedModal_tabNavigation__wEHU1:after{right:0;content:"›";border-radius:0 12px 12px 0}.UnifiedModal_tabScrollContainer__tkeo8{display:flex;gap:.25rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;position:relative;margin:0 32px}.UnifiedModal_tabScrollContainer__tkeo8::-webkit-scrollbar{display:none}.UnifiedModal_tabButton__vrDOj{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);white-space:nowrap;flex-shrink:0;position:relative}.UnifiedModal_tabButton__vrDOj:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-light)}.UnifiedModal_tabButton__vrDOj.UnifiedModal_activeTab__wl2Xl{background:var(--primary-gradient);color:white;border-color:var(--primary);box-shadow:var(--shadow-md)}.UnifiedModal_tabIcon__COprc{display:flex;align-items:center;font-size:1rem}.UnifiedModal_tabLabel__Un0ve{font-weight:500;display:inline-block!important;white-space:nowrap;color:inherit;font-size:inherit;opacity:1!important;visibility:visible!important}.UnifiedModal_tabBadge__tAxEf{background:var(--primary);color:white;font-size:.65rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;min-width:1.5rem;text-align:center;line-height:1;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 4px rgba(0,0,0,.2)}.UnifiedModal_activeTab__wl2Xl .UnifiedModal_tabBadge__tAxEf{background:rgba(255,255,255,.95);color:var(--primary);border:2px solid var(--primary);font-weight:800}.UnifiedModal_tabError__RVU_B{border-color:rgba(239,68,68,.3)!important;background:rgba(239,68,68,.05)!important}.UnifiedModal_tabError__RVU_B:hover{border-color:rgba(239,68,68,.4)!important;background:rgba(239,68,68,.1)!important}.UnifiedModal_tabErrorIndicator__b18ia{color:#ef4444;display:flex;align-items:center;margin-left:.25rem}.UnifiedModal_tabError__RVU_B.UnifiedModal_activeTab__wl2Xl{background:var(--primary-gradient)!important;border-color:var(--primary)!important}.UnifiedModal_tabError__RVU_B.UnifiedModal_activeTab__wl2Xl .UnifiedModal_tabErrorIndicator__b18ia{color:rgba(255,255,255,.8)}.UnifiedModal_tabError__RVU_B .UnifiedModal_tabBadge__tAxEf{background:#ef4444;color:white;border:2px solid rgba(255,255,255,.5)}.UnifiedModal_tabError__RVU_B.UnifiedModal_activeTab__wl2Xl .UnifiedModal_tabBadge__tAxEf{background:rgba(255,255,255,.95);color:#ef4444;border:2px solid #ef4444}.UnifiedModal_modalContent__W0JcX{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:.25rem;margin-top:.75rem;margin-bottom:.75rem;min-height:0;position:relative}.UnifiedModal_contentContainer___Wa0t{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0 .5rem;min-height:0;height:100%;scrollbar-width:thin;scrollbar-color:var(--border-muted) transparent}.UnifiedModal_tabContent__M5QT9{width:100%;height:100%}.UnifiedModal_modalActions__fUhm0,.UnifiedModal_tabActions__luxFA{position:sticky;bottom:0;display:flex;gap:.75rem;justify-content:flex-end;align-items:center;padding:1rem 1.25rem;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-light);border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-shrink:0;z-index:98}.UnifiedModal_tabActions__luxFA{border-top:none;padding:.75rem 1.25rem;background:transparent}.UnifiedModal_schemaActions__SDdwl{border-top:1px solid var(--border-light);padding:.75rem 1.25rem;background:rgba(249,250,251,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.UnifiedModal_schemaActionsLabel__DDRGr{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.UnifiedModal_schemaActionsContainer__EGCfY{display:flex;gap:.5rem;flex-wrap:wrap}.UnifiedModal_schemaActionButton__U6gcW{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;border:1px solid var(--border-light);border-radius:.375rem;background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all .15s ease;min-height:2rem}.UnifiedModal_schemaActionButton__U6gcW:hover{background:var(--bg-hover);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.UnifiedModal_schemaActionButton__U6gcW:disabled{opacity:.6;cursor:not-allowed;transform:none}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_danger__cqI2C{color:#dc2626}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_danger__cqI2C:hover{background:rgba(220,38,38,.1);border-color:#dc2626}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_success__qHI45{color:#16a34a}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_success__qHI45:hover{background:rgba(22,163,74,.1);border-color:#16a34a}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_warning__gfvR0{color:#d97706}.UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_warning__gfvR0:hover{background:rgba(217,119,6,.1);border-color:#d97706}.UnifiedModal_schemaActionLabel__HEz8R{font-weight:500}[data-theme=dark] .UnifiedModal_schemaActions__SDdwl{background:rgba(31,41,55,.8);border-color:rgba(75,85,99,.3)}[data-theme=dark] .UnifiedModal_schemaActionsLabel__DDRGr{color:rgba(156,163,175,.9)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW{background:rgba(55,65,81,.9);border-color:rgba(75,85,99,.5);color:rgba(229,231,235,.9)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW:hover{background:rgba(75,85,99,.9);border-color:var(--primary);color:rgba(255,255,255,.95)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_danger__cqI2C{color:rgba(248,113,113,.9)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_danger__cqI2C:hover{background:rgba(127,29,29,.3);border-color:rgba(248,113,113,.7);color:rgba(248,113,113,1)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_success__qHI45{color:rgba(74,222,128,.9)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_success__qHI45:hover{background:rgba(20,83,45,.3);border-color:rgba(74,222,128,.7);color:rgba(74,222,128,1)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_warning__gfvR0{color:rgba(251,191,36,.9)}[data-theme=dark] .UnifiedModal_schemaActionButton__U6gcW.UnifiedModal_warning__gfvR0:hover{background:rgba(120,53,15,.3);border-color:rgba(251,191,36,.7);color:rgba(251,191,36,1)}.UnifiedModal_actionButton__B7fOL{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid var(--border-light);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);background:var(--bg-glass);color:var(--text-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-sm)}.UnifiedModal_actionButton__B7fOL:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.UnifiedModal_actionButton__B7fOL:disabled{opacity:.6;cursor:not-allowed;transform:none}.UnifiedModal_actionButton__B7fOL.UnifiedModal_primary__hXwni{background:var(--primary-gradient);color:white;border-color:var(--primary)}.UnifiedModal_actionButton__B7fOL.UnifiedModal_primary__hXwni:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-lg)}.UnifiedModal_actionButton__B7fOL.UnifiedModal_secondary__MpfJL{background:var(--bg-secondary);color:var(--text-muted);border-color:var(--border-light)}.UnifiedModal_actionButton__B7fOL.UnifiedModal_danger__cqI2C{background:rgba(239,68,68,.1);color:#dc2626;border-color:rgba(239,68,68,.3)}.UnifiedModal_actionButton__B7fOL.UnifiedModal_danger__cqI2C:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4)}.UnifiedModal_actionIcon__6Bi1J{display:flex;align-items:center;font-size:1rem}@media (max-width:768px){.UnifiedModal_modalOverlay__63xLi{padding:0}.UnifiedModal_modalContainer__Sjvwz{border-radius:0;max-height:none}.UnifiedModal_modalHeader__wtIt1{padding:.875rem 1rem;gap:.75rem;border-radius:12px}.UnifiedModal_headerContent__Sj_1N{flex-direction:column;align-items:stretch}.UnifiedModal_statsContainer__bQ4B_{display:none}.UnifiedModal_statCard__TTJyN{padding:.25rem .5rem}.UnifiedModal_modalTitle__leObh{font-size:1rem}.UnifiedModal_modalSubtitle__6CgL7{font-size:.8125rem}.UnifiedModal_statsContainer__bQ4B_{gap:.5rem}.UnifiedModal_statCard__TTJyN{padding:.625rem .75rem;min-width:70px}.UnifiedModal_statValue__jJc25{font-size:.875rem}.UnifiedModal_statLabel__9cE7v{font-size:.625rem}.UnifiedModal_closeButton__u5HK4{width:36px;height:36px}.UnifiedModal_tabNavigation__wEHU1{margin:.75rem 1rem 0;padding:.375rem;border-radius:12px}.UnifiedModal_tabButton__vrDOj{padding:.625rem .875rem;font-size:.8125rem}.UnifiedModal_tabIcon__COprc{font-size:.875rem}.UnifiedModal_modalContent__W0JcX{padding:.375rem}.UnifiedModal_contentContainer___Wa0t{padding:0 .5rem}.UnifiedModal_modalActions__fUhm0,.UnifiedModal_tabActions__luxFA{padding:.75rem 1rem;gap:.5rem;border-top-left-radius:10px;border-top-right-radius:10px}.UnifiedModal_actionButton__B7fOL{padding:.625rem 1rem;font-size:.8125rem}}@media (max-width:480px){.UnifiedModal_modalOverlay__63xLi{padding:0}.UnifiedModal_modalContainer__Sjvwz{border-radius:0;max-height:none}.UnifiedModal_modalHeader__wtIt1{padding:.75rem;flex-direction:column;align-items:stretch;gap:.75rem;border-radius:8px}.UnifiedModal_headerContent__Sj_1N{gap:.75rem}.UnifiedModal_closeButton__u5HK4{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px}.UnifiedModal_titleSection__UUKLA{padding-right:2.5rem}.UnifiedModal_statsContainer__bQ4B_{gap:.5rem;margin-top:.5rem}.UnifiedModal_statCard__TTJyN{padding:.5rem .625rem;min-width:60px}.UnifiedModal_statValue__jJc25{font-size:.8125rem}.UnifiedModal_statLabel__9cE7v{font-size:.5625rem}.UnifiedModal_tabNavigation__wEHU1{margin:.5rem .75rem 0;padding:.25rem;border-radius:8px}.UnifiedModal_tabButton__vrDOj{padding:.5rem .75rem;font-size:.75rem}.UnifiedModal_tabButton__vrDOj .UnifiedModal_tabIcon__COprc{font-size:.8125rem}.UnifiedModal_tabButton__vrDOj .UnifiedModal_tabLabel__Un0ve{display:inline-block!important;color:inherit!important;font-size:inherit!important;opacity:1!important;visibility:visible!important}.UnifiedModal_modalContent__W0JcX{padding:.25rem}.UnifiedModal_contentContainer___Wa0t{padding:0 .375rem}.UnifiedModal_modalActions__fUhm0,.UnifiedModal_tabActions__luxFA{padding:.625rem .75rem;flex-direction:column;gap:.5rem;border-top-left-radius:8px;border-top-right-radius:8px}.UnifiedModal_actionButton__B7fOL{padding:.5rem .875rem;font-size:.75rem;width:100%;justify-content:center}}.UnifiedModal_spinner__xoRIB{width:32px;height:32px;border-top:3px solid var(--border-light);border:3px solid var(--border-light);border-top-color:var(--primary);border-radius:50%;animation:UnifiedModal_spin__5ejzi 1s linear infinite;margin:0 auto 1rem}@keyframes UnifiedModal_spin__5ejzi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (hover:none) and (pointer:coarse){.UnifiedModal_actionButton__B7fOL:hover,.UnifiedModal_closeButton__u5HK4:hover,.UnifiedModal_statCard__TTJyN:hover,.UnifiedModal_tabButton__vrDOj:hover{transform:none;background:var(--bg-glass);border-color:var(--border-light);box-shadow:var(--shadow-md)}.UnifiedModal_actionButton__B7fOL.UnifiedModal_primary__hXwni:hover{background:var(--primary-gradient)}}.NotesField_notesField__ZcTlT{width:100%;height:100%;display:flex;flex-direction:column}.NotesField_notesList__zukVH{overflow-y:overlay;margin-bottom:0;padding:.25rem;min-height:0;max-height:400px;flex-shrink:1;scroll-behavior:smooth}.NotesField_notesList__zukVH::-webkit-scrollbar{width:0;background:transparent}.NotesField_notesList__zukVH:hover::-webkit-scrollbar{width:6px}.NotesField_notesList__zukVH::-webkit-scrollbar-track{background:transparent}.NotesField_notesList__zukVH::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.NotesField_notesList__zukVH::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.NotesField_notesList__zukVH{scrollbar-width:none}.NotesField_notesList__zukVH:hover{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.NotesField_emptyState__AT7pW{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted);text-align:center}.NotesField_emptyState__AT7pW svg{margin-bottom:.5rem;opacity:.5}.NotesField_emptyState__AT7pW p{margin:0;font-size:.75rem}.NotesField_noteItem__x1hfJ{padding:.75rem;border:1px solid var(--border-light);background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;border-radius:8px;margin-bottom:.5rem;box-shadow:var(--shadow-sm)}.NotesField_noteItem__x1hfJ:last-child{margin-bottom:0}.NotesField_noteItem__x1hfJ:hover{background:var(--bg-hover);border-color:var(--primary);box-shadow:var(--shadow-md)}.NotesField_noteHeader__2HFeM{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.75rem;position:relative}.NotesField_noteAuthor__aVj1G{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-primary);flex:1;min-width:0;max-width:calc(100% - 50px)}.NotesField_authorInfo__MHqh5{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.NotesField_authorName__XIh2u{font-weight:600;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none}.NotesField_noteTimestamp__QLlTy{display:flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.6875rem;white-space:nowrap;font-weight:400;margin-left:-2rem;padding-left:2rem}.NotesField_deleteButton__7tl9T{display:flex;align-items:center;justify-content:center;padding:.375rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s ease;min-width:28px;height:28px;pointer-events:auto;z-index:10;position:relative}.NotesField_deleteButton__7tl9T:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4);transform:scale(1.05)}.NotesField_deleteButton__7tl9T:disabled{opacity:.5;cursor:not-allowed;transform:none}.NotesField_noteContent__hgyhk{color:var(--text-primary);font-size:.75rem;line-height:1.3;white-space:pre-wrap;word-wrap:break-word;background:var(--bg-secondary);padding:.375rem .5rem;border-radius:4px;border:1px solid var(--border-light);cursor:pointer;transition:all .2s ease;margin-top:.25rem;min-height:1.5rem}.NotesField_noteContent__hgyhk:hover{border-color:var(--primary);background:var(--bg-hover)}.NotesField_noteContent__hgyhk:active,.NotesField_noteContent__hgyhk:focus{background:var(--bg-glass);border-color:var(--primary);outline:none}.NotesField_addNoteSection__Kj2yA{border:1px solid var(--border-light);border-radius:8px;padding:.75rem;margin-top:.75rem;background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.NotesField_addNoteInput__UWo7a{margin-bottom:.5rem}.NotesField_noteTextarea__7arWI{width:100%;padding:.5rem;border:1px solid var(--border-light);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:.75rem;font-family:inherit;resize:vertical;min-height:40px;max-height:80px;transition:all .2s ease}.NotesField_noteTextarea__7arWI:focus{outline:none;border-color:var(--primary);background:var(--bg-primary);box-shadow:0 0 0 3px var(--primary-alpha)}.NotesField_noteTextarea__7arWI::-moz-placeholder{color:var(--text-muted)}.NotesField_noteTextarea__7arWI::placeholder{color:var(--text-muted)}.NotesField_addNoteActions__3PKY7{display:flex;justify-content:flex-end}.NotesField_addNoteButton__Z4PcH{padding:.375rem .75rem;background:var(--primary-gradient);color:white;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:70px;pointer-events:auto;z-index:10;position:relative}.NotesField_addNoteButton__Z4PcH:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.NotesField_addNoteButton__Z4PcH:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.NotesField_notesList__zukVH{max-height:300px}.NotesField_notesList__zukVH:hover::-webkit-scrollbar{width:4px}.NotesField_noteContent__hgyhk{margin-left:0;margin-top:.25rem;padding:.25rem .375rem;font-size:.6875rem}.NotesField_authorName__XIh2u{font-size:.6875rem;max-width:none}.NotesField_noteTimestamp__QLlTy{font-size:.625rem;margin-left:-2rem;padding-left:2rem}.NotesField_noteItem__x1hfJ{padding:.5rem;margin-bottom:.25rem}.NotesField_deleteButton__7tl9T{padding:.25rem;min-width:24px;height:24px}}@media (max-width:480px){.NotesField_notesList__zukVH{max-height:350px}.NotesField_notesList__zukVH:hover::-webkit-scrollbar{width:3px}.NotesField_noteItem__x1hfJ{padding:.5rem}.NotesField_noteContent__hgyhk{font-size:.625rem}.NotesField_authorName__XIh2u{font-size:.625rem;max-width:none}.NotesField_noteTimestamp__QLlTy{font-size:.5625rem;margin-left:-2rem;padding-left:2rem}.NotesField_noteTextarea__7arWI{padding:.375rem;font-size:.6875rem;min-height:32px}.NotesField_addNoteButton__Z4PcH{padding:.25rem .5rem;font-size:.6875rem;min-width:60px}}.Grid_grid__Sii4X{display:grid;gap:1rem;width:100%}.Grid_grid1__68RYv{grid-template-columns:1fr}.Grid_grid2__vwwkY{grid-template-columns:repeat(2,1fr)}.Grid_grid3__ReBLG{grid-template-columns:repeat(3,1fr)}.Grid_grid4___mjrJ{grid-template-columns:repeat(4,1fr)}.Grid_gridAutoFit__Gpw_L{display:grid;gap:1rem;width:100%}.Grid_gridAutoFit200__t_VdE{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Grid_gridAutoFit250__kDI3i{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.Grid_gridAutoFit300__56sGF{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.Grid_gridAutoFit350__yYNef{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.Grid_gridAutoFit400___mStS{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.Grid_gridAutoFill__iriuP{display:grid;gap:1rem;width:100%}.Grid_gridAutoFill200__cjl3U{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.Grid_gridAutoFill250__iIawl{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.Grid_gridAutoFill300__3UlmW{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.Grid_gridAutoFill350__8dWEI{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.Grid_gapSm__hoQQS{gap:.5rem}.Grid_gapMd__E83by{gap:1rem}.Grid_gapLg__soMzT{gap:1.5rem}.Grid_gapXl__hVptY{gap:2rem}.Grid_gap2xl__tAql3{gap:3rem}.Grid_filtersGrid__stvKs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.Grid_filtersGridCompact__pn_8t{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem;align-items:end}@media (min-width:1280px){.Grid_filtersGridCompact__pn_8t{grid-template-columns:1.5fr 1fr 1fr 1fr}}.Grid_productsGrid__daD5H{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.Grid_cardsGrid__CUhfW{gap:1.5rem}.Grid_adminGrid__1RqbJ,.Grid_cardsGrid__CUhfW{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.Grid_adminGrid__1RqbJ{gap:1rem}.Grid_adminGridCompact__VRi8_{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.Grid_settingsGrid__GHe_5{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.Grid_dashboardGrid__sH3oj{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.Grid_analyticsGrid__yXFP6{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.Grid_twoColumnLayout__yp5Cg{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.Grid_twoColumnUnequal__UGIMD{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.Grid_twoColumnReverse__1zHFX{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.Grid_threeColumnLayout__hylax{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.Grid_threeColumnUnequal__Zh9H_{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem}.Grid_tableGrid__JQE8r{display:grid;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--border-muted)}.Grid_tableGrid2__6Ilfv{grid-template-columns:1fr 1fr}.Grid_tableGrid3__3nkI3{grid-template-columns:1fr 1fr 1fr}.Grid_tableGrid4__ywthj{grid-template-columns:1fr 1fr 1fr 1fr}.Grid_tableGrid5__h4ghH{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.Grid_cartItemGrid__PfHTI{grid-template-columns:2fr 1fr 1fr 1fr 60px;padding:1rem}.Grid_cartItemGrid__PfHTI,.Grid_orderItemGrid__C8MSX{display:grid;gap:1rem;align-items:center;border-bottom:1px solid var(--border-muted)}.Grid_orderItemGrid__C8MSX{grid-template-columns:auto 1fr auto auto;padding:.875rem}.Grid_orderInfoGrid__9ZL51{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.Grid_customerDetailGrid__erlh0{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.Grid_summaryGrid__XNDDe{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.Grid_profileOrderGrid__hIBym{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;align-items:center}.Grid_checkoutGrid__xv_Le{display:grid;gap:2rem;padding:2rem}.Grid_checkoutTwoColumn__2hW3u{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}@media (max-width:1024px){.Grid_checkoutTwoColumn__2hW3u,.Grid_twoColumnLayout__yp5Cg,.Grid_twoColumnReverse__1zHFX,.Grid_twoColumnUnequal__UGIMD{grid-template-columns:1fr}.Grid_threeColumnLayout__hylax,.Grid_threeColumnUnequal__Zh9H_{grid-template-columns:repeat(2,1fr)}.Grid_customerDetailGrid__erlh0{grid-template-columns:1fr}.Grid_cartItemGrid__PfHTI{grid-template-columns:1fr;gap:.5rem}}@media (max-width:768px){.Grid_grid2__vwwkY,.Grid_grid3__ReBLG,.Grid_grid4___mjrJ,.Grid_threeColumnLayout__hylax,.Grid_threeColumnUnequal__Zh9H_{grid-template-columns:1fr}.Grid_filtersGridCompact__pn_8t,.Grid_filtersGrid__stvKs{grid-template-columns:1fr;gap:.75rem}.Grid_productsGrid__daD5H{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}.Grid_adminGridCompact__VRi8_,.Grid_adminGrid__1RqbJ,.Grid_cardsGrid__CUhfW,.Grid_dashboardGrid__sH3oj,.Grid_settingsGrid__GHe_5{grid-template-columns:1fr}.Grid_analyticsGrid__yXFP6{grid-template-columns:1fr;gap:1rem}.Grid_profileOrderGrid__hIBym,.Grid_summaryGrid__XNDDe{grid-template-columns:1fr}.Grid_orderItemGrid__C8MSX{grid-template-columns:auto 1fr}.Grid_tableGrid2__6Ilfv,.Grid_tableGrid3__3nkI3,.Grid_tableGrid4__ywthj,.Grid_tableGrid5__h4ghH{grid-template-columns:1fr}}@media (max-width:580px){.Grid_productsGrid__daD5H{grid-template-columns:1fr;gap:1rem}.Grid_gridAutoFill200__cjl3U,.Grid_gridAutoFill250__iIawl,.Grid_gridAutoFill300__3UlmW,.Grid_gridAutoFill350__8dWEI,.Grid_gridAutoFit200__t_VdE,.Grid_gridAutoFit250__kDI3i,.Grid_gridAutoFit300__56sGF,.Grid_gridAutoFit350__yYNef,.Grid_gridAutoFit400___mStS{grid-template-columns:1fr}}.Grid_colSpanFull__lE4bu{grid-column:1/-1}.Grid_col2___wzrs{grid-column:span 2}.Grid_col3__Bg7rc{grid-column:span 3}.Grid_col4__R2sVr{grid-column:span 4}.Grid_row2__mgH2M{grid-row:span 2}.Grid_row3__VkNXA{grid-row:span 3}.Grid_justifyStart__IA0Ro{justify-content:start}.Grid_justifyCenter__PGVnj{justify-content:center}.Grid_justifyEnd__LDuo5{justify-content:end}.Grid_alignStart__elOdV{align-items:start}.Grid_alignCenter__gs6I0{align-items:center}.Grid_alignEnd__3Lx8S{align-items:end}.Grid_gridItemCenter__bUEKh,.Grid_gridItem__YUFdJ{display:flex;flex-direction:column}.Grid_gridItemCenter__bUEKh{align-items:center;text-align:center}.Grid_gridItemStretch__siLM1{display:flex;flex-direction:column;height:100%}.Toggle_container__q1OoF{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Toggle_container__q1OoF:focus-within{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.25);border-radius:8px}.Toggle_track__Ezk_F{position:relative;display:inline-block;border:1px solid var(--border-light);background:var(--bg-secondary);transition:all .2s ease;border-radius:9999px}.Toggle_knob__jGVtH{position:absolute;top:2px;left:2px;background:white;border-radius:9999px;transition:transform .2s ease;box-shadow:0 2px 6px rgba(0,0,0,.15)}.Toggle_md__JEFz1{width:44px;height:24px}.Toggle_md__JEFz1 .Toggle_knob__jGVtH{width:20px;height:20px}.Toggle_sm__bokPP{width:36px;height:20px}.Toggle_sm__bokPP .Toggle_knob__jGVtH{width:16px;height:16px}.Toggle_on__BLPF_{background:linear-gradient(90deg,rgba(102,126,234,.25),rgba(118,75,162,.25));border-color:var(--primary,#667eea)}.Toggle_on__BLPF_ .Toggle_knob__jGVtH{transform:translateX(calc(100% + 2px))}.Toggle_text__oQzuC{color:var(--text-primary);font-size:.875rem}.Toggle_disabled__MlSDd{opacity:.6;cursor:not-allowed}.AdminFilters_filtersSection__JSFCI{margin:.5rem auto;max-width:1440px;padding:0}.AdminFilters_filtersCard__niVav{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:.5rem;box-shadow:var(--shadow-md);position:relative;overflow:hidden;transition:var(--transition);margin:0}.AdminFilters_mobileHeader___oFiJ{display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;border-bottom:1px solid var(--border-light)}.AdminFilters_mobileHeaderActions__2KFRX{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.AdminFilters_inlineActions__bxOE8{display:inline-flex;gap:.375rem}.AdminFilters_tinyBtn__fN_Hk{width:28px;height:28px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-light);border-radius:8px;padding:0;display:inline-flex;align-items:center;justify-content:center}.AdminFilters_mobileHeaderActions__2KFRX .AdminFilters_headerActionButton__X1Ucc{display:flex!important;align-items:center!important;justify-content:center!important;padding:.5rem!important;min-width:2rem!important;height:2rem!important;border-radius:.375rem!important;border:none!important;font-size:0!important;white-space:nowrap!important;overflow:hidden!important}.AdminFilters_mobileHeaderActions__2KFRX .AdminFilters_refreshButton__eia58{padding:.5rem!important;min-width:2rem!important;height:2rem!important;justify-content:center!important;gap:0!important;border-radius:.375rem!important}.AdminFilters_mobileToggle__b_NGp{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:transparent;border:none;color:var(--text-primary);font-weight:600;font-size:.875rem;cursor:pointer;padding:.375rem;border-radius:.375rem;transition:var(--transition);position:relative;flex:1}.AdminFilters_mobileToggle__b_NGp:hover{background:var(--bg-hover)}.AdminFilters_toggleLeft__3H_Ko{display:flex;align-items:center;gap:.5rem}.AdminFilters_collapseIndicator__FtsaD{display:flex;align-items:center;gap:.25rem;position:relative;color:var(--text-muted)}.AdminFilters_activeBadge__MHFIV{position:absolute;top:-.25rem;right:-.25rem;width:8px;height:8px;background:var(--primary);border-radius:50%;box-shadow:0 0 0 2px var(--bg-primary)}.AdminFilters_desktopHeader__3iIkr{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border-light)}.AdminFilters_desktopToggle__GM821{display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;flex:1;padding:0;margin-right:.5rem;transition:var(--transition);border-radius:.25rem}.AdminFilters_desktopToggle__GM821:hover{background:var(--bg-hover)}.AdminFilters_filterTitle__UzXiz{margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:left}.AdminFilters_headerActions__8SHJY{display:flex;align-items:center;gap:.5rem}.AdminFilters_filtersContent__GMazD{padding:.75rem .5rem;transition:all .3s ease;max-height:none;overflow:visible}.AdminFilters_filtersContent__GMazD.AdminFilters_collapsed__jOrcl{max-height:0;padding:0;overflow:hidden}.AdminFilters_filterGroup__qkxPK{position:relative;display:flex;flex-direction:column;gap:0;margin-bottom:0;flex:1}.AdminFilters_filterLabel__5xtcY{position:absolute;left:.625rem;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:500;color:var(--text-muted);background:transparent;padding:0 .375rem;border-radius:2px;pointer-events:none;transition:all .2s ease;transform-origin:left center;z-index:2}.AdminFilters_filterInput__IAPfL,.AdminFilters_filterSelect__4uR79{width:100%;padding:.375rem .5rem .25rem;border:2px solid var(--border-muted);background:var(--bg-primary);color:var(--text-primary);border-radius:4px;font-size:.6875rem;transition:var(--transition);font-family:inherit}.AdminFilters_filterInput__IAPfL:focus,.AdminFilters_filterSelect__4uR79:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(102,126,234,.1);background:var(--bg-primary)}.AdminFilters_filterInput__IAPfL:not(:-moz-placeholder)+.AdminFilters_filterLabel__5xtcY{top:-.875rem!important;left:.5rem!important;font-size:.625rem!important;color:var(--primary)!important;font-weight:600!important;transform:translateY(0) scale(.85)!important;background:transparent!important}.AdminFilters_filterInput__IAPfL:focus+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterInput__IAPfL:not(:placeholder-shown)+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterLabel__5xtcY.AdminFilters_active__Etd_o,.AdminFilters_filterSelect__4uR79:focus+.AdminFilters_filterLabel__5xtcY{top:-.875rem!important;left:.5rem!important;font-size:.625rem!important;color:var(--primary)!important;font-weight:600!important;transform:translateY(0) scale(.85)!important;background:transparent!important}.AdminFilters_filterInput__IAPfL::-moz-placeholder{color:transparent}.AdminFilters_filterInput__IAPfL::placeholder{color:transparent}.AdminFilters_dateRangeGroup__IEqaO{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.AdminFilters_refreshButton__eia58{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--primary);color:white;border:none;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition);white-space:nowrap;min-height:36px;touch-action:manipulation}.AdminFilters_refreshButton__eia58:hover{background:var(--primary-dark);transform:translateY(-1px)}.AdminFilters_clearAllButton__ffbt9{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap;min-height:36px;touch-action:manipulation}.AdminFilters_clearAllButton__ffbt9:hover{background:rgba(239,68,68,.15);color:#dc2626;border-color:rgba(239,68,68,.3);transform:translateY(-1px);box-shadow:0 2px 8px rgba(239,68,68,.15)}.AdminFilters_headerActionButton__X1Ucc{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:var(--primary);color:white;border:none;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition);white-space:nowrap;min-height:32px;touch-action:manipulation}.AdminFilters_headerActionButton__X1Ucc:hover{background:var(--primary-dark);transform:translateY(-1px)}.AdminFilters_mobileActions__Yac1T{padding-top:1rem;border-top:1px solid var(--border-light);margin-top:1rem}.AdminFilters_mobileActions__Yac1T .AdminFilters_clearAllButton__ffbt9{width:100%;justify-content:center}.dark .AdminFilters_filterLabel__5xtcY{color:var(--text-muted);background:transparent}.dark .AdminFilters_filterInput__IAPfL:not(:-moz-placeholder)+.AdminFilters_filterLabel__5xtcY{color:#a5b4fc;background:transparent}.dark .AdminFilters_filterInput__IAPfL:focus+.AdminFilters_filterLabel__5xtcY,.dark .AdminFilters_filterInput__IAPfL:not(:placeholder-shown)+.AdminFilters_filterLabel__5xtcY,.dark .AdminFilters_filterLabel__5xtcY.AdminFilters_active__Etd_o,.dark .AdminFilters_filterSelect__4uR79:focus+.AdminFilters_filterLabel__5xtcY{color:#a5b4fc;background:transparent}@media (max-width:768px){.AdminFilters_filtersSection__JSFCI{margin:.375rem auto .25rem;width:90vw;max-width:90vw;padding:0}.AdminFilters_filtersCard__niVav{border-radius:.5rem}.AdminFilters_desktopHeader__3iIkr{display:none}.AdminFilters_mobileHeader___oFiJ{display:flex;padding:.5rem 0}.AdminFilters_filtersContent__GMazD{padding:.625rem .5rem}.AdminFilters_filterGroup__qkxPK{margin-bottom:.5rem;padding:0}.AdminFilters_filterLabel__5xtcY{font-size:.6875rem;left:.5rem}.AdminFilters_filterInput__IAPfL,.AdminFilters_filterSelect__4uR79{padding:.5rem .5rem .25rem;font-size:.75rem;border-radius:3px}.AdminFilters_filterInput__IAPfL:not(:-moz-placeholder)+.AdminFilters_filterLabel__5xtcY{top:-.75rem;left:.375rem;font-size:.5625rem;transform:translateY(0) scale(.85)}.AdminFilters_filterInput__IAPfL:focus+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterInput__IAPfL:not(:placeholder-shown)+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterLabel__5xtcY.AdminFilters_active__Etd_o,.AdminFilters_filterSelect__4uR79:focus+.AdminFilters_filterLabel__5xtcY{top:-.75rem;left:.375rem;font-size:.5625rem;transform:translateY(0) scale(.85)}.AdminFilters_dateRangeGroup__IEqaO{grid-template-columns:1fr;gap:.5rem}.AdminFilters_refreshButton__eia58{padding:.375rem;min-width:32px;min-height:32px;width:32px;height:32px;justify-content:center;font-size:.75rem}.AdminFilters_clearAllButton__ffbt9{padding:.5rem .75rem;font-size:.75rem;min-height:40px}}@media (max-width:480px){.AdminFilters_filtersSection__JSFCI{padding:0;width:90vw;max-width:90vw}.AdminFilters_filtersCard__niVav{border-radius:.375rem}.AdminFilters_mobileHeader___oFiJ{padding:.5rem 0}.AdminFilters_filtersContent__GMazD{padding:.5rem}.AdminFilters_filterLabel__5xtcY{font-size:.625rem;left:.375rem}.AdminFilters_filterInput__IAPfL,.AdminFilters_filterSelect__4uR79{padding:.375rem .375rem .25rem;font-size:.6875rem;border-radius:3px}.AdminFilters_filterInput__IAPfL:not(:-moz-placeholder)+.AdminFilters_filterLabel__5xtcY{top:-.6875rem;left:.25rem;font-size:.5rem;transform:translateY(0) scale(.8)}.AdminFilters_filterInput__IAPfL:focus+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterInput__IAPfL:not(:placeholder-shown)+.AdminFilters_filterLabel__5xtcY,.AdminFilters_filterLabel__5xtcY.AdminFilters_active__Etd_o,.AdminFilters_filterSelect__4uR79:focus+.AdminFilters_filterLabel__5xtcY{top:-.6875rem;left:.25rem;font-size:.5rem;transform:translateY(0) scale(.8)}.AdminFilters_refreshButton__eia58{padding:.375rem;min-width:32px;min-height:32px;width:32px;height:32px;justify-content:center;font-size:.6875rem}.AdminFilters_clearAllButton__ffbt9{padding:.375rem .5rem;font-size:.6875rem;min-height:36px}}@media (min-width:769px){.AdminFilters_mobileHeader___oFiJ{display:none}.AdminFilters_desktopHeader__3iIkr{display:flex}}.custom-orders_container__zk3ng{background:var(--bg-primary);height:100%;padding:1.5rem;max-width:100%;overflow-x:hidden}.custom-orders_pageHeader__hA6VT{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;padding:.875rem 1.125rem;margin-bottom:1.25rem;box-shadow:0 4px 16px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);transition:all .2s ease}.custom-orders_pageHeader__hA6VT:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.2)}.custom-orders_pageHeaderContent__dzyGi{display:flex;align-items:center;justify-content:space-between;gap:1rem}.custom-orders_pageTitle__awG55{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.custom-orders_pageStats__xaOc4{display:flex;gap:.625rem}.custom-orders_statBadge__r7U3t{background:rgba(102,126,234,.1);color:var(--primary);border:1px solid rgba(102,126,234,.2);padding:.25rem .625rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width:768px){.custom-orders_container__zk3ng{padding:.875rem!important}.custom-orders_tableContainer___vs4s{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:none!important}.custom-orders_tableContainer___vs4s:before{display:none!important}.custom-orders_pagination__BBA2H{gap:.5rem!important;margin-top:1rem!important}.custom-orders_pageButton__wWGol{padding:.5rem 1rem!important;font-size:.8rem!important}.custom-orders_pageInfo__63rjF{font-size:.8rem!important}.custom-orders_emptyState__VDM3_{padding:2rem 1rem!important}.custom-orders_emptyState__VDM3_ h3{font-size:1rem!important}.custom-orders_emptyState__VDM3_ p{font-size:.8rem!important}.custom-orders_pageHeader__hA6VT{padding:.625rem .875rem!important;margin-bottom:.875rem!important}.custom-orders_pageHeaderContent__dzyGi{flex-direction:column!important;align-items:flex-start!important;gap:.625rem!important}.custom-orders_pageTitle__awG55{font-size:1rem!important;gap:.5rem!important}.custom-orders_pageStats__xaOc4{gap:.5rem!important;flex-wrap:wrap}.custom-orders_statBadge__r7U3t{font-size:.7rem!important;padding:.2rem .5rem!important}}.custom-orders_loading__Hp0g3{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--text-secondary)}.custom-orders_spinner__KXEKD{width:40px;height:40px;border-top:3px solid var(--border-muted);border:3px solid var(--border-muted);border-top-color:var(--primary);border-radius:50%;animation:custom-orders_spin__2HL9K 1s linear infinite;margin-bottom:1rem}@keyframes custom-orders_spin__2HL9K{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-orders_filters__9eAWm{display:flex;gap:1rem;margin-bottom:1.25rem;padding:.875rem;background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);flex-wrap:wrap;position:relative;transition:all .2s ease}.custom-orders_filters__9eAWm:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.2)}.custom-orders_filterGroup__oUzr7{display:flex;flex-direction:column;gap:.375rem;min-width:160px;flex:1}.custom-orders_filterGroup__oUzr7 label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.custom-orders_filterGroup__oUzr7 select{padding:.625rem .875rem;border:1px solid var(--border-muted);background:var(--bg-primary);color:var(--text-primary);border-radius:.5rem;font-size:.875rem;transition:var(--transition);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-orders_filterGroup__oUzr7 select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(102,126,234,.1);background:rgba(255,255,255,.02)}.custom-orders_filterGroup__oUzr7 select:hover{border-color:rgba(102,126,234,.5);background:rgba(255,255,255,.02)}@media (max-width:768px){.custom-orders_container__zk3ng .custom-orders_filters__9eAWm{display:flex!important;flex-direction:column!important;gap:.375rem!important;margin-bottom:.625rem!important;padding:.625rem!important}.custom-orders_container__zk3ng .custom-orders_filters__9eAWm .custom-orders_filterGroup__oUzr7{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.625rem!important;min-width:auto!important}.custom-orders_container__zk3ng .custom-orders_filters__9eAWm .custom-orders_filterGroup__oUzr7 label{font-size:.7rem!important;font-weight:600!important;margin-bottom:0!important;color:var(--text-secondary)!important;min-width:75px!important;flex-shrink:0!important;text-transform:uppercase!important;letter-spacing:.05em!important}.custom-orders_container__zk3ng .custom-orders_filters__9eAWm .custom-orders_filterGroup__oUzr7 select{flex:1!important;padding:.5rem .625rem!important;font-size:.75rem!important;border-radius:.375rem!important;background:var(--bg-primary)!important;border:1px solid var(--border-light)!important;min-height:32px!important}.custom-orders_container__zk3ng .custom-orders_filters__9eAWm .custom-orders_filterGroup__oUzr7 select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 2px rgba(102,126,234,.1)!important}}.custom-orders_tableContainer___vs4s{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);position:relative;transition:all .2s ease}.custom-orders_tableContainer___vs4s:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.2)}.custom-orders_table__uMdaV{width:100%;border-collapse:collapse;background:var(--bg-secondary);table-layout:auto}.custom-orders_table__uMdaV colgroup{width:100%}.custom-orders_table__uMdaV col:first-child{min-width:80px;max-width:100px}.custom-orders_table__uMdaV col:nth-child(2){width:70px}.custom-orders_table__uMdaV col:nth-child(3){width:100px}.custom-orders_table__uMdaV col:nth-child(4){min-width:120px}.custom-orders_table__uMdaV col:nth-child(5){min-width:140px}.custom-orders_table__uMdaV col:nth-child(6){min-width:80px;max-width:120px}.custom-orders_table__uMdaV col:nth-child(7){min-width:120px}.custom-orders_table__uMdaV col:nth-child(8){width:50px}.custom-orders_table__uMdaV thead{background:var(--bg-overlay);border-bottom:2px solid var(--border-light)}.custom-orders_table__uMdaV th{padding:.875rem .75rem;text-align:left;font-weight:600;color:var(--text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.custom-orders_table__uMdaV td{padding:.875rem .75rem;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.custom-orders_table__uMdaV tbody tr{transition:var(--transition)}.custom-orders_table__uMdaV tbody tr:hover{background:var(--bg-hover)}.custom-orders_table__uMdaV tbody tr:last-child td{border-bottom:none}.custom-orders_requestNumber__GR15O{color:var(--primary);background:rgba(102,126,234,.1);padding:.25rem .625rem;border-radius:8px;border:1px solid rgba(102,126,234,.2)}.custom-orders_typeCell__HbLNX{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-primary);font-size:.8rem}.custom-orders_titleCell__t1CsL{max-width:100%}.custom-orders_titleCell__t1CsL strong{color:var(--text-primary);display:block;font-size:.85rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.custom-orders_titleCell__t1CsL p{color:var(--text-muted);font-size:.75rem;line-height:1.3;margin:0}.custom-orders_customerCell__BAZjQ{display:flex;flex-direction:column;gap:.2rem}.custom-orders_customerCell__BAZjQ strong{color:var(--text-primary);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.custom-orders_customerCell__BAZjQ span{color:var(--text-muted);font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-orders_stageBadge__HiOGM{background:rgba(59,130,246,.1);color:#2563eb;border:1px solid rgba(59,130,246,.2);border-radius:8px;font-size:.75rem;font-weight:600;text-transform:capitalize;text-align:center;text-transform:uppercase;letter-spacing:.05em}.custom-orders_stageBadge__HiOGM,.custom-orders_statusBadge__EhT88{padding:.25rem .625rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-orders_statusBadge__EhT88{background:rgba(245,158,11,.1);color:#d97706;border:1px solid rgba(245,158,11,.2);border-radius:8px;display:flex;gap:.375rem;justify-content:center}.custom-orders_statusControls__1V3z0 select{padding:.5rem .75rem;border:2px solid var(--status-color,var(--border-muted));background:var(--bg-primary);color:var(--status-color,var(--text-primary));border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:var(--transition);text-transform:capitalize}.custom-orders_statusControls__1V3z0 select:focus{outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.custom-orders_createdDate__6S_Ae{color:var(--text-muted);font-size:.75rem;font-weight:500;line-height:1.3}.custom-orders_actions__sORob{display:flex;gap:.375rem;justify-content:center}.custom-orders_actionButton__DrrOS{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-orders_actionButton__DrrOS:hover{background:var(--primary);color:white;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.2)}.custom-orders_emptyState__VDM3_{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;color:var(--text-muted);background:var(--bg-secondary);border-radius:.75rem;border:1px dashed var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15)}.custom-orders_emptyState__VDM3_ h3{color:var(--text-primary);margin:.75rem 0 .375rem;font-size:1.125rem;font-weight:600}.custom-orders_emptyState__VDM3_ p{margin:0;font-size:.875rem;color:var(--text-secondary)}.custom-orders_pagination__BBA2H{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem}.custom-orders_pageButton__wWGol{padding:.625rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-primary);cursor:pointer;transition:all .2s ease;font-weight:600;font-size:.875rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-orders_pageButton__wWGol:hover:not(:disabled){background:var(--primary);color:white;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.2)}.custom-orders_pageButton__wWGol:disabled{opacity:.5;cursor:not-allowed}.custom-orders_pageInfo__63rjF{color:var(--text-secondary);font-weight:600;font-size:.875rem}.custom-orders_modal__K_ifU{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.custom-orders_modalContent__Eapsb{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(102,126,234,.3);border-radius:1rem;box-shadow:0 20px 60px rgba(102,126,234,.3);width:100%;max-width:1200px;max-height:90vh;overflow:hidden;position:relative}.custom-orders_modalContent__Eapsb:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);z-index:1}.custom-orders_modalHeader__DW8dh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(102,126,234,.2);background:rgba(102,126,234,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.custom-orders_modalHeaderLeft__Gp8rS{display:flex;flex-direction:column;gap:.5rem}.custom-orders_modalTitle__PBQ_d{font-size:1.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.custom-orders_requestNumber__GR15O{background:var(--primary-gradient);color:white;padding:.25rem .75rem;border-radius:.5rem;font-size:.8rem;font-weight:600;display:inline-block;width:-moz-fit-content;width:fit-content}.custom-orders_modalHeaderRight__SAdqf{display:flex;align-items:center;gap:.75rem}.custom-orders_cancelButton__yDbat,.custom-orders_editButton__7qsra,.custom-orders_saveButton__NKbKH{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:var(--transition)}.custom-orders_editButton__7qsra{background:var(--primary-gradient);color:white;border:1px solid transparent}.custom-orders_editButton__7qsra:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.custom-orders_saveButton__NKbKH{background:rgba(16,185,129,.1);color:#059669;border:1px solid rgba(16,185,129,.3)}.custom-orders_saveButton__NKbKH:hover:not(:disabled){background:rgba(16,185,129,.2);border-color:rgba(16,185,129,.4);transform:translateY(-1px)}.custom-orders_saveButton__NKbKH:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.custom-orders_cancelButton__yDbat{background:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.3)}.custom-orders_cancelButton__yDbat:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4);transform:translateY(-1px)}.custom-orders_editActions__DZdAO{display:flex;gap:.5rem}.custom-orders_closeButton__VE_wM{background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);border-radius:.5rem;color:var(--primary);padding:.5rem}.custom-orders_closeButton__VE_wM:hover{background:rgba(102,126,234,.2);border-color:rgba(102,126,234,.4);transform:scale(1.05)}.custom-orders_modalBody__RrJ0P{padding:2rem}.custom-orders_summarySection___hsnY{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.custom-orders_summaryCard___ss4w{background:rgba(102,126,234,.08);border:1px solid rgba(102,126,234,.25);border-radius:.75rem;padding:1.25rem;position:relative;overflow:hidden;transition:var(--transition)}.custom-orders_summaryCard___ss4w:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary-gradient)}.custom-orders_summaryCard___ss4w:hover{background:rgba(102,126,234,.12);border-color:rgba(102,126,234,.35);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.2)}.custom-orders_summaryCard___ss4w h4{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--primary);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.custom-orders_summaryCard___ss4w p{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.custom-orders_contentGrid__ImCi4{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.custom-orders_contentCard__q67fJ{background:rgba(102,126,234,.05);border:1px solid rgba(102,126,234,.2);border-radius:.75rem;padding:1.5rem;transition:var(--transition);position:relative}.custom-orders_contentCard__q67fJ:hover{background:rgba(102,126,234,.08);border-color:rgba(102,126,234,.3);transform:translateY(-1px);box-shadow:0 4px 15px rgba(102,126,234,.15)}.custom-orders_contentCard__q67fJ h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--primary);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(102,126,234,.2)}.custom-orders_contentCard__q67fJ div,.custom-orders_contentCard__q67fJ p{color:var(--text-primary);line-height:1.5;margin-bottom:.5rem}.custom-orders_contentCard__q67fJ p:last-child{margin-bottom:0}.custom-orders_contentCard__q67fJ:last-child{grid-column:1/-1;background:rgba(102,126,234,.03);border:1px solid rgba(102,126,234,.15)}.custom-orders_fileGrid__qEd9U{margin-top:1rem}.custom-orders_fileCard__w4knr{background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.25);padding:1rem}.custom-orders_fileCard__w4knr:hover{background:rgba(102,126,234,.15);border-color:rgba(102,126,234,.35);transform:translateY(-1px)}.custom-orders_fileIcon__ZAYWT{color:var(--primary);background:rgba(102,126,234,.2);padding:.5rem;border-radius:.375rem}.custom-orders_fileInfo__lA52Z a{color:var(--primary);font-weight:600}.custom-orders_fileInfo__lA52Z a:hover{text-decoration:underline}.custom-orders_fileSize__TelUZ{color:var(--text-secondary)}.custom-orders_statusBadge__EhT88{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent}.custom-orders_statusBadge__EhT88.custom-orders_pending__c8bkD{background:rgba(245,158,11,.1);color:#d97706;border-color:rgba(245,158,11,.3)}.custom-orders_statusBadge__EhT88.custom-orders_inProgress__uyup0{background:rgba(102,126,234,.1);color:var(--primary);border-color:rgba(102,126,234,.3)}.custom-orders_statusBadge__EhT88.custom-orders_completed__PYTbw{background:rgba(16,185,129,.1);color:#059669;border-color:rgba(16,185,129,.3)}.custom-orders_statusBadge__EhT88.custom-orders_cancelled__XlC4B{background:rgba(239,68,68,.1);color:#dc2626;border-color:rgba(239,68,68,.3)}.custom-orders_editField__QTBkB{margin-bottom:1rem}.custom-orders_editField__QTBkB label{display:block;color:var(--text-primary);margin-bottom:.5rem}.custom-orders_editInput__eJRpd,.custom-orders_editTextarea___jyDc{width:100%;padding:.75rem;border:1px solid var(--border-muted);border-radius:.5rem;background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;transition:var(--transition)}.custom-orders_editInput__eJRpd:focus,.custom-orders_editTextarea___jyDc:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.custom-orders_editInput__eJRpd::-moz-placeholder,.custom-orders_editTextarea___jyDc::-moz-placeholder{color:var(--text-muted)}.custom-orders_editInput__eJRpd::placeholder,.custom-orders_editTextarea___jyDc::placeholder{color:var(--text-muted)}.custom-orders_fileGrid__qEd9U{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.custom-orders_fileCard__w4knr{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-overlay);border:1px solid var(--border-muted);border-radius:.5rem;transition:var(--transition)}.custom-orders_fileCard__w4knr:hover{border-color:var(--primary);background:var(--bg-hover)}.custom-orders_fileInfo__lA52Z a{font-size:.875rem}@media (max-width:768px){.custom-orders_modalHeader__DW8dh{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.custom-orders_modalHeaderRight__SAdqf{justify-content:space-between}.custom-orders_summaryCards__RwzQM{grid-template-columns:1fr}.custom-orders_contentGrid__ImCi4{grid-template-columns:1fr;gap:1rem}.custom-orders_contentCard__q67fJ,.custom-orders_modal__K_ifU{padding:1rem}.custom-orders_modalContent__Eapsb{max-height:95vh}.custom-orders_modalBody__RrJ0P{padding:1rem}}.custom-orders_orderHeader__BGe28{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:1rem;padding:1rem;margin-bottom:1rem}.custom-orders_orderMeta__9bNrj{margin-bottom:.75rem}.custom-orders_orderMeta__9bNrj h3{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.custom-orders_orderMeta__9bNrj .custom-orders_requestNumber__GR15O{background:var(--primary-gradient);color:white;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;display:inline-block}.custom-orders_orderChips__sesyk{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.custom-orders_orderChipsLeft__kzqnL{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.custom-orders_orderChipsRight__0g_zt{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.custom-orders_equipmentChip__2rqbN,.custom-orders_stageChip__KpcJ0{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.2);transition:var(--transition)}.custom-orders_equipmentChip__2rqbN{background:rgba(102,126,234,.2);color:var(--primary);border:1px solid rgba(102,126,234,.3)}.custom-orders_equipmentChip__2rqbN:hover{background:rgba(102,126,234,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3),inset 0 1px 0 rgba(255,255,255,.3)}.custom-orders_stageChip__KpcJ0{background:rgba(var(--stage-color),.2);color:var(--stage-color);border:1px solid rgba(var(--stage-color),.3)}.custom-orders_stageChip__KpcJ0:hover{background:rgba(var(--stage-color),.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--stage-color),.3),inset 0 1px 0 rgba(255,255,255,.3)}.custom-orders_statusManagement__arQUQ{display:flex;flex-direction:column;gap:.375rem}.custom-orders_statusManagement__arQUQ label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.custom-orders_statusManagement__arQUQ select{padding:.5rem .75rem;border:2px solid var(--border-muted);background:var(--bg-primary);color:var(--text-primary);border-radius:.375rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:var(--transition);text-transform:capitalize}.custom-orders_statusManagement__arQUQ select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(102,126,234,.1)}.custom-orders_detailsGrid__8K1gK{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.custom-orders_section__2KsPJ{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:.5rem}.custom-orders_section__2KsPJ h4{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;padding-bottom:.25rem;border-bottom:2px solid var(--border-light)}.custom-orders_contactInfo__3hb_n{display:flex;flex-direction:column;gap:.375rem}.custom-orders_contactItem__77TQU{display:flex;align-items:center;gap:.75rem;padding:.25rem;background:var(--bg-overlay);border-radius:.5rem;color:var(--text-primary);font-weight:500}.custom-orders_projectDetails__SJUrI p{color:var(--text-secondary);line-height:1.4;margin-bottom:.375rem}.custom-orders_projectDetails__SJUrI strong{color:var(--text-primary);font-weight:600}.custom-orders_detailItem__IwTc9{display:flex;align-items:center;gap:.75rem;padding:.25rem;background:var(--bg-overlay);border-radius:.5rem;margin-bottom:.25rem;color:var(--text-primary);font-weight:500}.custom-orders_additionalDetails__ZkeQD{background:var(--bg-overlay);border-radius:.75rem;padding:.375rem;margin-top:.375rem}.custom-orders_additionalDetails__ZkeQD p{margin:0;line-height:1.4}.custom-orders_additionalDetails__ZkeQD p:first-child{margin-bottom:.25rem}.custom-orders_fileList__CSC3Q{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.375rem}.custom-orders_fileItem__y90BA{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:var(--bg-overlay);border:1px solid var(--border-light);border-radius:.75rem;transition:var(--transition)}.custom-orders_fileItem__y90BA:hover{border-color:var(--primary);background:var(--bg-hover)}.custom-orders_fileIcon__ZAYWT{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--primary-gradient);color:white;border-radius:.5rem;flex-shrink:0}.custom-orders_fileInfo__lA52Z{flex:1;min-width:0}.custom-orders_fileInfo__lA52Z a{color:var(--text-primary);font-weight:500;text-decoration:none;word-break:break-word;display:block;margin-bottom:.25rem}.custom-orders_fileInfo__lA52Z a:hover{color:var(--primary)}.custom-orders_fileSize__TelUZ{font-size:.75rem;color:var(--text-muted)}.custom-orders_statusSection__hobS6{display:none}.custom-orders_section__2KsPJ:nth-child(3),.custom-orders_section__2KsPJ:nth-child(4){grid-column:1/-1}@media (max-width:1200px){.custom-orders_table__uMdaV col:nth-child(4){min-width:100px}.custom-orders_table__uMdaV col:nth-child(5){min-width:120px}.custom-orders_table__uMdaV col:nth-child(7){min-width:100px}}@media (max-width:768px){.custom-orders_container__zk3ng{padding:1rem}.custom-orders_filters__9eAWm{flex-direction:column;gap:1rem}.custom-orders_filterGroup__oUzr7{min-width:auto}.custom-orders_table__uMdaV td,.custom-orders_table__uMdaV th{padding:1rem .5rem}.custom-orders_table__uMdaV col:first-child{min-width:60px;max-width:80px}.custom-orders_table__uMdaV col:nth-child(4){min-width:80px}.custom-orders_table__uMdaV col:nth-child(5){min-width:100px}.custom-orders_table__uMdaV col:nth-child(7){min-width:80px}.custom-orders_modal__K_ifU{padding:1rem}.custom-orders_modalContent__Eapsb{max-height:95vh}.custom-orders_modalBody__RrJ0P,.custom-orders_modalHeader__DW8dh{padding:1.5rem}.custom-orders_detailsGrid__8K1gK{grid-template-columns:1fr;gap:.5rem}.custom-orders_orderHeader__BGe28{padding:.75rem}.custom-orders_orderChips__sesyk{flex-direction:column;align-items:stretch;gap:1rem}.custom-orders_orderChipsLeft__kzqnL{justify-content:center}.custom-orders_orderChipsRight__0g_zt{min-width:auto}.custom-orders_fileList__CSC3Q{grid-template-columns:1fr}}.custom-orders_equipmentGlass__U5T2K{display:flex;align-items:center;justify-content:center;padding:.375rem .5rem;background:rgba(102,126,234,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(102,126,234,.2);border-radius:.5rem;color:var(--primary);font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;margin:0 auto;box-shadow:0 2px 8px rgba(102,126,234,.1);transition:var(--transition)}.custom-orders_equipmentGlass__U5T2K:hover{background:rgba(102,126,234,.15);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.2)}.custom-orders_stageGlass__nHIYx{display:flex;align-items:center;justify-content:center;padding:.375rem .5rem;background:rgba(102,126,234,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(102,126,234,.2);border-radius:.5rem;color:var(--primary);font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;margin:0 auto;box-shadow:0 2px 8px rgba(102,126,234,.1);transition:var(--transition)}.custom-orders_stageGlass__nHIYx:hover{background:rgba(102,126,234,.15);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.2)}.custom-orders_equipmentBadge__MMHEl,.custom-orders_stageBadge__HiOGM{display:none}.custom-orders_closeButton__VE_wM{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--bg-overlay);border:1px solid var(--border-muted);color:var(--text-secondary);cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.custom-orders_closeButton__VE_wM:hover{background:var(--error);color:white;border-color:var(--error)}.custom-orders_modalBody__RrJ0P{padding:1.5rem 2rem 2rem;overflow-y:auto;max-height:calc(90vh - 120px)}.custom-orders_editSelect__Ce_7V{width:100%;border:1px solid rgba(102,126,234,.3);border-radius:.5rem;background:rgba(102,126,234,.05);color:var(--text-primary);font-size:.875rem;font-weight:500;transition:var(--transition);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzY2N0VFQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;padding:.75rem 2.5rem .75rem 1rem}.custom-orders_editSelect__Ce_7V:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(102,126,234,.1);background-color:rgba(102,126,234,.08)}.custom-orders_editSelect__Ce_7V:hover{border-color:rgba(102,126,234,.4);background-color:rgba(102,126,234,.08)}.custom-orders_editSelect__Ce_7V option{background:var(--bg-primary);color:var(--text-primary);padding:.5rem}.custom-orders_editFields__FEWSo{display:flex;flex-direction:column;gap:1rem}.custom-orders_editField__QTBkB{display:flex;flex-direction:column;gap:.5rem}.custom-orders_editField__QTBkB label{font-size:.875rem;font-weight:600;color:var(--primary)}.custom-orders_editInput__eJRpd{padding:.75rem;border:1px solid rgba(102,126,234,.3);border-radius:.5rem;background:rgba(102,126,234,.05);color:var(--text-primary);font-size:.875rem;transition:var(--transition)}.custom-orders_editInput__eJRpd:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(102,126,234,.1);background:rgba(102,126,234,.08)}.custom-orders_editTextarea___jyDc{padding:.75rem;border:1px solid rgba(102,126,234,.3);border-radius:.5rem;background:rgba(102,126,234,.05);color:var(--text-primary);font-size:.875rem;transition:var(--transition);resize:vertical;min-height:80px;font-family:inherit}.custom-orders_editTextarea___jyDc:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(102,126,234,.1);background:rgba(102,126,234,.08)}.custom-orders_adminInfo__ceRWl{display:flex;flex-direction:column;gap:.75rem}.custom-orders_adminNotesSection__d2wsQ{background:rgba(102,126,234,.05);border:1px solid rgba(102,126,234,.2);border-radius:.5rem;padding:1rem;margin-top:.5rem}.custom-orders_adminNotesSection__d2wsQ strong{color:var(--primary);font-weight:600;display:block;margin-bottom:.5rem}.custom-orders_adminNotesSection__d2wsQ p{color:var(--text-primary);line-height:1.5;margin:0}.custom-orders_emptyState__VDM3_{color:var(--text-secondary);font-style:italic;text-align:center;padding:1rem;background:rgba(102,126,234,.03);border-radius:.5rem;border:1px dashed rgba(102,126,234,.2)}@media (max-width:768px){.custom-orders_modal__K_ifU{padding:1rem}.custom-orders_modalContent__Eapsb{max-height:95vh}.custom-orders_modalHeader__DW8dh{padding:1rem 1.5rem;flex-direction:column;gap:1rem;align-items:stretch}.custom-orders_modalHeaderLeft__Gp8rS{align-items:center;text-align:center}.custom-orders_modalHeaderRight__SAdqf{justify-content:center;flex-wrap:wrap}.custom-orders_editActions__DZdAO{order:-1;justify-content:center}.custom-orders_cancelButton__yDbat,.custom-orders_editButton__7qsra,.custom-orders_saveButton__NKbKH{padding:.625rem 1rem;font-size:.8rem}.custom-orders_modalBody__RrJ0P{padding:1.5rem}.custom-orders_contentGrid__ImCi4,.custom-orders_fileGrid__qEd9U,.custom-orders_summarySection___hsnY{grid-template-columns:1fr}.custom-orders_editFields__FEWSo{gap:.75rem}.custom-orders_editInput__eJRpd,.custom-orders_editSelect__Ce_7V,.custom-orders_editTextarea___jyDc{padding:.625rem;font-size:.875rem}}