*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5}#root{height:100%;overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.Toastify__toast{border-radius:8px!important;font-family:inherit!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_loginPage__H1EGS{align-items:center;background:#0f172a;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;min-height:100dvh;padding:24px}.Login_loginContainer__LPxMm{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000059;display:flex;max-width:920px;min-height:560px;overflow:hidden;width:100%}.Login_leftSide__PoaPR{background:#0f172a;border-right:1px solid #ffffff0f;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:48px;position:relative}.Login_brandRow__5czBU{align-items:center;display:flex;gap:14px;margin-bottom:48px}.Login_brandLogo__wqAh6{align-items:center;background:#fff;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.Login_brandLogo__wqAh6 img{height:100%;object-fit:contain;width:100%}.Login_brandName__lf8iI{color:#fff;font-size:18px;font-weight:700;letter-spacing:-.01em}.Login_brandTagline__heIai{color:#94a3b8;font-size:12px;margin-top:2px}.Login_heroBlock__VQn1O{display:flex;flex:1 1;flex-direction:column;justify-content:center}.Login_heroTitle__v7syC{color:#fff;font-size:30px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}.Login_heroSubtitle__0IaF4{color:#94a3b8;font-size:14px;line-height:1.6;margin-bottom:36px;max-width:320px}.Login_featureList__LOAAj{display:flex;flex-direction:column;gap:18px}.Login_featureItem__2\+Bu8{align-items:center;color:#e2e8f0;display:flex;font-size:14px;font-weight:500;gap:14px}.Login_featureIcon__wXBSt{align-items:center;background:#16a34a1f;border-radius:9px;color:#16a34a;display:flex;flex-shrink:0;font-size:14px;height:36px;justify-content:center;width:36px}.Login_leftFooter__ojHsu{color:#475569;font-size:12px;margin-top:36px}.Login_rightSide__BWF\+H{background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:48px}.Login_formWrapper__e3t\+V{margin:0 auto;max-width:340px;width:100%}.Login_formTitle__jCR\+1{color:#0f172a;font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.Login_formSubtitle__D05VI{color:#64748b;font-size:14px;margin-bottom:28px}.Login_statusDot__oWoR1{align-items:center;display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:22px}.Login_dot__kWtZo{border-radius:50%;flex-shrink:0;height:8px;width:8px}.Login_dotOnline__sTJvZ{background:#16a34a;box-shadow:0 0 0 3px #16a34a26}.Login_dotChecking__F2ZjO{animation:Login_pulse__ix0eB 1.2s ease-in-out infinite;background:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.Login_dotOffline__1KU8V{background:#dc2626;box-shadow:0 0 0 3px #dc262626}.Login_statusText__SWB2Z{color:#475569}@keyframes Login_pulse__ix0eB{0%,to{opacity:1}50%{opacity:.4}}.Login_retryBtn__N00W7{background:#0000;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:600;margin-left:4px;padding:2px 9px}.Login_retryBtn__N00W7:hover{background:#fef2f2}.Login_errorAlert__aGa9W{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:13px;gap:10px;line-height:1.4;margin-bottom:20px;padding:11px 13px}.Login_fieldLabel__XrS6m{color:#334155;display:block;font-size:13px;font-weight:600;margin-bottom:7px}.Login_inputGroup__9bytG{margin-bottom:18px}.Login_inputWrapper__4aCfO{align-items:center;display:flex;position:relative}.Login_formInput__fo1w\+{background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;color:#0f172a;font-size:14px;padding:12px 44px 12px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.Login_formInput__fo1w\+:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f;outline:none}.Login_formInput__fo1w\+::placeholder{color:#94a3b8}.Login_formInput__fo1w\+:disabled{background:#f8fafc;cursor:not-allowed}.Login_togglePassword__uNsPg{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;font-size:15px;padding:5px;position:absolute;right:12px}.Login_togglePassword__uNsPg:hover{color:#16a34a}.Login_submitBtn__8oglK{align-items:center;background:#16a34a;border:none;border-radius:9px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;margin-top:4px;padding:13px;transition:background .15s;width:100%}.Login_submitBtn__8oglK:hover:not(:disabled){background:#15803d}.Login_submitBtn__8oglK:disabled{cursor:not-allowed;opacity:.55}.Login_spinner__lxCli{animation:Login_spin__FXwHm .6s linear infinite;border:2px solid #ffffff59;border-radius:50%;border-top-color:#fff;height:17px;width:17px}@keyframes Login_spin__FXwHm{to{transform:rotate(1turn)}}.Login_formFooter__mr55J{border-top:1px solid #f1f5f9;color:#94a3b8;font-size:12px;margin-top:28px;padding-top:20px;text-align:center}.Login_formFooter__mr55J strong{color:#64748b;font-weight:600}@media (max-width:820px){.Login_loginPage__H1EGS{align-items:stretch;padding:16px}.Login_loginContainer__LPxMm{flex-direction:column;margin:auto;max-width:440px;min-height:0}.Login_leftSide__PoaPR{border-bottom:1px solid #ffffff0f;border-right:none;padding:32px 32px 28px}.Login_brandRow__5czBU{margin-bottom:28px}.Login_heroBlock__VQn1O{flex:none}.Login_heroTitle__v7syC{font-size:24px;margin-bottom:10px}.Login_heroSubtitle__0IaF4{margin-bottom:0}.Login_featureList__LOAAj,.Login_leftFooter__ojHsu{display:none}.Login_rightSide__BWF\+H{padding:32px}}@media (max-width:480px){.Login_loginPage__H1EGS{padding:0}.Login_loginContainer__LPxMm{border-radius:0;box-shadow:none;max-width:100%;min-height:100vh;min-height:100dvh}.Login_leftSide__PoaPR{padding:28px 24px 24px}.Login_heroTitle__v7syC{font-size:22px}.Login_heroSubtitle__0IaF4{font-size:13px}.Login_rightSide__BWF\+H{flex:1 1;padding:28px 24px 40px}.Login_formWrapper__e3t\+V{max-width:100%}}@media (max-height:560px) and (max-width:820px){.Login_loginPage__H1EGS{align-items:flex-start}.Login_loginContainer__LPxMm{min-height:0}}@media (prefers-reduced-motion:reduce){.Login_spinner__lxCli{animation-duration:1.4s}.Login_dotChecking__F2ZjO{animation:none}.Login_formInput__fo1w\+,.Login_submitBtn__8oglK{transition:none}}.CompanySelector_selectorWrapper__1Lof1{border-bottom:1px solid #ffffff14;padding:12px 16px;position:relative}.CompanySelector_selectorTrigger__2gnlb{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:10px 12px;transition:all .2s ease;width:100%}.CompanySelector_selectorTrigger__2gnlb:hover{background:#ffffff1a;border-color:#ffffff26}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_open__9CtHO{background:#ffffff1f;border-color:#14b8a6}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_empty__F5ruN{background:#14b8a614;border-color:#14b8a64d;border-style:dashed}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_empty__F5ruN:hover{background:#14b8a61f;border-color:#14b8a680}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_empty__F5ruN .CompanySelector_selectorValue__lRCv2{color:#94a3b8;font-style:italic}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_empty__F5ruN .CompanySelector_selectorIcon__bUbpW{background:#14b8a633;color:#14b8a6}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_disabled__bDQcv{cursor:not-allowed;opacity:.6}.CompanySelector_selectorIcon__bUbpW{align-items:center;background:#ffffff1a;border-radius:8px;color:#e2e8f0;display:flex;flex-shrink:0;font-size:14px;height:36px;justify-content:center;width:36px}.CompanySelector_companyLogo__k5O8q,.CompanySelector_selectorIcon__bUbpW img{border-radius:8px;height:100%;object-fit:cover;width:100%}.CompanySelector_selectorText__iyUlo{flex:1 1;min-width:0;text-align:left}.CompanySelector_selectorLabel__iolgP{color:#010101;display:block;font-size:9px;font-weight:600;letter-spacing:.5px;margin-bottom:2px}.CompanySelector_selectorValue__lRCv2{color:#000;display:block;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CompanySelector_selectorActions__oLmpA{align-items:center;display:flex;gap:4px}.CompanySelector_clearBtn__zAP1Z{align-items:center;background:#ef444433;border:none;border-radius:5px;color:#fca5a5;cursor:pointer;display:flex;font-size:10px;height:22px;justify-content:center;transition:all .15s ease;width:22px}.CompanySelector_clearBtn__zAP1Z:hover{background:#ef444466;color:#fff}.CompanySelector_selectorArrow__gBXGI{color:#64748b;font-size:10px;transition:transform .2s ease}.CompanySelector_selectorTrigger__2gnlb.CompanySelector_open__9CtHO .CompanySelector_selectorArrow__gBXGI{transform:rotate(180deg)}.CompanySelector_dropdown__K2IDJ{animation:CompanySelector_dropdownIn__HBrpR .15s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000040,0 0 0 1px #0000000d;left:16px;margin-top:4px;overflow:hidden;position:absolute;right:16px;top:100%;z-index:1000}@keyframes CompanySelector_dropdownIn__HBrpR{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CompanySelector_dropdownSearch__Ygdqw{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;padding:12px 14px}.CompanySelector_dropdownSearch__Ygdqw i{color:#94a3b8;font-size:13px}.CompanySelector_dropdownSearch__Ygdqw input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:13px;outline:none}.CompanySelector_dropdownSearch__Ygdqw input::placeholder{color:#94a3b8}.CompanySelector_clearSearch__IQgtt{align-items:center;background:#e2e8f0;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;font-size:10px;height:20px;justify-content:center;width:20px}.CompanySelector_clearSearch__IQgtt:hover{background:#cbd5e1}.CompanySelector_dropdownList__XUP5Z{max-height:280px;overflow-y:auto;padding:6px}.CompanySelector_dropdownItem__1eadl{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px;text-align:left;transition:background .15s ease;width:100%}.CompanySelector_dropdownItem__1eadl:hover{background:#f1f5f9}.CompanySelector_dropdownItem__1eadl.CompanySelector_selected__BbXI-{background:linear-gradient(135deg,#ccfbf1,#d1fae5)}.CompanySelector_dropdownItem__1eadl.CompanySelector_selected__BbXI- .CompanySelector_itemName__8t\+je{color:#0d9488;font-weight:600}.CompanySelector_dropdownItem__1eadl.CompanySelector_selected__BbXI- i{color:#0d9488}.CompanySelector_itemIcon__xV8TK{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:6px;display:flex;flex-shrink:0;height:34px;justify-content:center;overflow:hidden;width:34px}.CompanySelector_itemIcon__xV8TK img{height:100%;object-fit:cover;width:100%}.CompanySelector_itemInitials__TytwP{color:#64748b;font-size:11px;font-weight:700}.CompanySelector_itemText__jz-mI{flex:1 1;min-width:0}.CompanySelector_itemName__8t\+je{color:#1e293b;display:block;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CompanySelector_itemMeta__AO-4i{color:#94a3b8;display:block;font-size:11px;margin-top:1px}.CompanySelector_loadingState__6qmRH,.CompanySelector_noResults__Odw3w{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:30px 20px}.CompanySelector_loadingState__6qmRH i,.CompanySelector_noResults__Odw3w i{font-size:20px;opacity:.5}.CompanySelector_loadingState__6qmRH span,.CompanySelector_noResults__Odw3w span{font-size:12px;text-align:center}.CompanySelector_dropdownFooter__j-KD7{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.CompanySelector_refreshBtn__jzcJb{align-items:center;background:#0000;border:none;border-radius:5px;color:#64748b;cursor:pointer;display:flex;font-size:11px;font-weight:500;gap:6px;padding:6px 10px;transition:all .15s ease}.CompanySelector_refreshBtn__jzcJb:hover{background:#e2e8f0;color:#1e293b}.CompanySelector_refreshBtn__jzcJb i{font-size:10px}.CompanySelector_companyCount__B7vf6{color:#94a3b8;font-size:11px}#Layout_root__oCzRO,body,html{height:100%;margin:0;padding:0}.Layout_layoutWrapper__JYMBq,.Layout_layout__nyxwR{background:#eef2f6;display:flex;min-height:100vh;min-height:100dvh}.Layout_sidebar__\+dtBh{background:#e5e7eb;border-right:1px solid #b8b8b9;flex-direction:column;left:0;position:fixed;top:0;width:260px;z-index:100}.Layout_mainWrapper__YIyEM,.Layout_sidebar__\+dtBh{display:flex;height:100vh;height:100dvh;overflow:hidden}.Layout_mainWrapper__YIyEM{flex:1 1;flex-direction:column;margin-left:260px}.Layout_mainContent__6OoEY{background:#eef2f6;flex:1 1;overflow-y:auto;padding:24px}.Layout_backdrop__F1\+VD{display:none}.Layout_sidebarHeader__n4L5D{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 16px}.Layout_logo__r3Zvy{align-items:center;display:flex;gap:12px;text-decoration:none}.Layout_logoIcon__a8lb-{align-items:center;background:#16a34a;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.Layout_logoText__tg3\+x{display:flex;flex-direction:column}.Layout_logoTitle__Yxu78{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.Layout_logoSub__We00m{color:#94a3b8;font-size:11px;font-weight:500}.Layout_drawerClose__utxyS{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:none;font-size:16px;height:34px;justify-content:center;width:34px}.Layout_drawerClose__utxyS:hover{background:#e2e8f0;color:#0f172a}.Layout_sidebarSearch__hVObn{padding:14px 16px;position:relative}.Layout_searchBox__IvnuW{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:10px;padding:9px 13px;transition:border-color .15s,background .15s,box-shadow .15s}.Layout_searchBox__IvnuW:hover{border-color:#cbd5e1}.Layout_searchBox__IvnuW.Layout_searchFocused__Xw0R3{background:#fff;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.Layout_searchBox__IvnuW i{color:#94a3b8;font-size:14px}.Layout_searchBox__IvnuW input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:13px;min-width:0;outline:none}.Layout_searchBox__IvnuW input::placeholder{color:#94a3b8}.Layout_searchClear__QbChR{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:2px}.Layout_searchClear__QbChR:hover{color:#64748b}.Layout_searchResults__eusc3{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 32px #0f172a1f;left:16px;margin-top:6px;max-height:320px;overflow-y:auto;position:absolute;right:16px;top:100%;z-index:200}.Layout_searchResultItem__ZLaCx{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:12px;padding:11px 14px;transition:background .15s}.Layout_searchResultItem__ZLaCx:last-child{border-bottom:none}.Layout_searchResultItem__ZLaCx:hover{background:#f0fdf4}.Layout_searchResultItem__ZLaCx i{color:#94a3b8;flex-shrink:0;font-size:14px;text-align:center;width:20px}.Layout_searchResultText__QZuA2{display:flex;flex-direction:column;gap:2px}.Layout_searchResultLabel__XoQ0W{color:#1e293b;font-size:13px;font-weight:500}.Layout_searchResultGroup__w8YIH{color:#94a3b8;font-size:10px;letter-spacing:.5px;text-transform:uppercase}.Layout_searchHighlight__QzbmG{background:#16a34a2e;border-radius:2px;color:#15803d;font-weight:600;padding:0 1px}.Layout_searchNoResults__TmmXZ{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px}.Layout_searchNoResults__TmmXZ i{color:#cbd5e1;font-size:22px}.Layout_searchNoResults__TmmXZ span{color:#94a3b8;font-size:13px}.Layout_sidebarNav__uaMH6{flex:1 1;overflow-y:auto;padding:8px 12px}.Layout_sidebarNav__uaMH6::-webkit-scrollbar{width:5px}.Layout_sidebarNav__uaMH6::-webkit-scrollbar-track{background:#0000}.Layout_sidebarNav__uaMH6::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.Layout_sidebarNav__uaMH6::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.Layout_navSection__wy80-{padding:14px 8px 6px}.Layout_navSectionLabel__uTcca{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.Layout_navItem__Otzlh{align-items:center;border-radius:8px;color:#475569;display:flex;font-size:13px;font-weight:500;gap:12px;margin-bottom:2px;padding:9px 12px;text-decoration:none;transition:background .15s,color .15s}.Layout_navItem__Otzlh i{color:#94a3b8;flex-shrink:0;font-size:14px;text-align:center;transition:color .15s;width:20px}.Layout_navItem__Otzlh:hover{background:#fff;color:#0f172a}.Layout_navItem__Otzlh:hover i{color:#64748b}.Layout_navItem__Otzlh.Layout_active__HkKpp{background:#dcfce7;color:#15803d;font-weight:600}.Layout_navItem__Otzlh.Layout_active__HkKpp i{color:#16a34a}.Layout_navGroup__F8E5g{margin-bottom:2px}.Layout_navGroupHeader__iqfjA{align-items:center;background:#0000;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:space-between;padding:9px 12px;transition:background .15s,color .15s;width:100%}.Layout_navGroupHeader__iqfjA:hover{background:#fff;color:#0f172a}.Layout_navGroupTitle__WRytt{align-items:center;display:flex;gap:12px}.Layout_navGroupTitle__WRytt i{color:#94a3b8;font-size:14px;text-align:center;width:20px}.Layout_navGroupArrow__MODBY{color:#cbd5e1;font-size:10px;transition:transform .2s}.Layout_navGroupHeader__iqfjA.Layout_expanded__EhLC8 .Layout_navGroupArrow__MODBY{transform:rotate(180deg)}.Layout_navGroupHeader__iqfjA.Layout_expanded__EhLC8{color:#0f172a}.Layout_navGroupItems__Tnpj3{padding:4px 0 4px 20px}.Layout_navSubItem__NDDbo{align-items:center;border-left:2px solid #0000;border-radius:6px;color:#64748b;display:flex;font-size:12px;font-weight:500;gap:10px;margin-bottom:1px;padding:8px 12px;text-decoration:none;transition:background .15s,color .15s}.Layout_navSubItem__NDDbo i{font-size:12px;text-align:center;width:18px}.Layout_navSubItem__NDDbo:hover{background:#fff;color:#0f172a}.Layout_navSubItem__NDDbo.Layout_active__HkKpp{background:#f0fdf4;border-left-color:#16a34a;color:#15803d}.Layout_sidebarFooter__6CnYF{border-top:1px solid #e2e8f0;padding:14px 16px}.Layout_userProfile__4eHxW{align-items:center;display:flex;gap:12px}.Layout_userAvatar__Etf2m{align-items:center;background:#16a34a;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:38px;justify-content:center;width:38px}.Layout_userInfo__ix9\+1{flex:1 1;min-width:0}.Layout_userName__fd\+PY{color:#0f172a;display:block;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Layout_userRole__K\+X-W{color:#94a3b8;display:block;font-size:11px}.Layout_logoutBtn__BifWQ{align-items:center;background:#fef2f2;border:none;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;transition:background .15s,color .15s;width:34px}.Layout_logoutBtn__BifWQ:hover{background:#ef4444;color:#fff}.Layout_topbar__hERco{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;height:60px;justify-content:space-between;padding:0 24px}.Layout_topbarLeft__W8pNt{align-items:center;display:flex;gap:14px}.Layout_topbarTitle__5JJY\+{color:#0f172a;font-size:17px;font-weight:600;letter-spacing:-.01em}.Layout_topbarRight__-cBK7{align-items:center;display:flex;gap:10px}.Layout_hamburger__8mnIE{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#334155;cursor:pointer;display:none;font-size:17px;height:40px;justify-content:center;width:40px}.Layout_hamburger__8mnIE:hover{background:#f8fafc}@media (max-width:1024px){.Layout_sidebar__\+dtBh{width:240px}.Layout_mainWrapper__YIyEM{margin-left:240px}}@media (max-width:768px){.Layout_sidebar__\+dtBh{box-shadow:0 0 40px #0f172a2e;transform:translateX(-100%);transition:transform .28s ease;width:280px}.Layout_sidebar__\+dtBh.Layout_open__iZ1gE{transform:translateX(0)}.Layout_mainWrapper__YIyEM{margin-left:0}.Layout_backdrop__F1\+VD{background:#0f172a73;display:block;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .28s ease;z-index:99}.Layout_backdrop__F1\+VD.Layout_show__I4mRx{opacity:1;pointer-events:auto}.Layout_drawerClose__utxyS,.Layout_hamburger__8mnIE{display:flex}.Layout_mainContent__6OoEY{padding:16px}.Layout_topbar__hERco{padding:0 14px}.Layout_topbarTitle__5JJY\+{font-size:16px}}@media (max-width:480px){.Layout_mainContent__6OoEY{padding:14px}.Layout_topbarTitle__5JJY\+{font-size:15px}}@media (prefers-reduced-motion:reduce){.Layout_backdrop__F1\+VD,.Layout_sidebar__\+dtBh{transition:none}}.ImportActivation_pageHeader__-5\+x7{margin-bottom:24px}.ImportActivation_pageTitle__pcQy-{color:#111827;font-size:24px;font-weight:700;margin:0 0 6px}.ImportActivation_pageSubtitle__a\+CqE{color:#6b7280;font-size:14px;line-height:1.6;margin:0;max-width:720px}.ImportActivation_dropZone__4Ocwp{background:#eef2ff;border:3px dashed #6366f1;border-radius:16px;cursor:default;padding:60px 30px;text-align:center;transition:all .2s}.ImportActivation_dropZoneActive__xwAF-,.ImportActivation_dropZone__4Ocwp:hover{background:#e0e7ff;border-color:#4f46e5;transform:scale(1.01)}.ImportActivation_dropIcon__sH76R{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:20px;box-shadow:0 8px 20px #6366f14d;color:#fff;display:flex;font-size:32px;height:80px;justify-content:center;margin:0 auto 16px;width:80px}.ImportActivation_dropTitle__7RFo-{color:#111827;font-size:20px;font-weight:600;margin:0 0 6px}.ImportActivation_dropSubtitle__FYF-R{color:#6b7280;font-size:14px;margin:0 0 20px}.ImportActivation_dropButton__ovlDR{align-items:center;background:#6366f1;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:10px;padding:12px 24px;transition:all .15s}.ImportActivation_dropButton__ovlDR:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f159;transform:translateY(-1px)}.ImportActivation_dropHint__HcB5c{color:#9ca3af;font-size:12px;margin:16px 0 0}.ImportActivation_dropHint__HcB5c code{background:#6366f114;border-radius:4px;color:#4f46e5;font-family:Consolas,Monaco,monospace;font-size:11px;padding:2px 6px}.ImportActivation_previewCard__4mAU7{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 16px #0000000a;overflow:hidden}.ImportActivation_previewHeader__tEwdZ{align-items:center;background:#ecfdf5;border-bottom:1px solid #d1fae5;display:flex;gap:14px;padding:18px 24px}.ImportActivation_previewIcon__1RMH5{align-items:center;background:#10b981;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:44px;justify-content:center;width:44px}.ImportActivation_previewHeaderText__\+zuIq{flex:1 1;min-width:0}.ImportActivation_previewHeaderText__\+zuIq h3{color:#065f46;font-size:16px;font-weight:600;margin:0}.ImportActivation_previewFileName__vdr\+e{color:#047857;font-family:Consolas,Monaco,monospace;font-size:13px}.ImportActivation_clearBtn__YQTfZ{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:18px;padding:6px 10px}.ImportActivation_clearBtn__YQTfZ:hover{background:#0000000d;color:#374151}.ImportActivation_previewBody__1OSRZ{padding:24px}.ImportActivation_previewSection__tLX81{margin-bottom:24px}.ImportActivation_previewSection__tLX81:last-child{margin-bottom:0}.ImportActivation_previewSection__tLX81 h4{align-items:center;color:#6b7280;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.ImportActivation_previewSection__tLX81 h4 i{color:#6366f1}.ImportActivation_previewGrid__cmmt1{grid-gap:10px 24px;background:#f9fafb;border-radius:10px;display:grid;gap:10px 24px;grid-template-columns:1fr 1fr;padding:16px 20px}.ImportActivation_previewRow__ws5Xv{display:flex;flex-direction:column;gap:2px;min-width:0}.ImportActivation_previewLabel__CBMJa{color:#6b7280;font-size:11px;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.ImportActivation_previewValue__8DxEf{color:#111827;font-size:14px;font-weight:500;word-break:break-all}.ImportActivation_previewValueMono__QP0X2{color:#4f46e5;font-family:Consolas,Monaco,monospace;font-size:12px}.ImportActivation_infoBox__v3lGr{align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;display:flex;font-size:13px;gap:10px;line-height:1.5;margin-top:8px;padding:12px 16px}.ImportActivation_infoBox__v3lGr i{color:#3b82f6;flex-shrink:0;font-size:16px;margin-top:1px}.ImportActivation_errorBox__Qg9gU{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;display:inline-flex;font-size:13px;gap:8px;margin-top:16px;padding:10px 14px}.ImportActivation_previewActions__YAuW0{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.ImportActivation_btnPrimary__aaTVt,.ImportActivation_btnSecondary__guS5y{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .15s}.ImportActivation_btnPrimary__aaTVt{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.ImportActivation_btnPrimary__aaTVt:hover:not(:disabled){box-shadow:0 4px 12px #6366f159;transform:translateY(-1px)}.ImportActivation_btnPrimary__aaTVt:disabled{cursor:not-allowed;opacity:.6}.ImportActivation_btnSecondary__guS5y{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.ImportActivation_btnSecondary__guS5y:hover:not(:disabled){background:#e5e7eb}.ImportActivation_successCard__RVN7u{background:#fff;border:1px solid #d1fae5;border-radius:16px;box-shadow:0 8px 24px #10b9811f;margin:60px auto;max-width:560px;padding:48px 32px;text-align:center}.ImportActivation_successIcon__PFfrT{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 8px 20px #10b9814d;color:#fff;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.ImportActivation_successTitle__oqSuk{color:#065f46;font-size:24px;font-weight:700;margin:0 0 8px}.ImportActivation_successSubtitle__9lzz\+{color:#047857;font-size:16px;margin:0 0 14px}.ImportActivation_successHint__qlJE9{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 24px}.ImportActivation_successActions__fFXcO{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.ImportActivation_successActions__fFXcO a,.ImportActivation_successActions__fFXcO button{text-decoration:none}.ImportActivation_spinner__-9H3a{animation:ImportActivation_spin__Nq5s0 .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;width:14px}@keyframes ImportActivation_spin__Nq5s0{to{transform:rotate(1turn)}}@media (max-width:680px){.ImportActivation_previewGrid__cmmt1{grid-template-columns:1fr}.ImportActivation_previewActions__YAuW0{flex-direction:column-reverse}.ImportActivation_previewActions__YAuW0 a,.ImportActivation_previewActions__YAuW0 button{justify-content:center;width:100%}}.NoCompanySelected_container__PS\+bu{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:40px}.NoCompanySelected_content__bAsSb{max-width:420px;text-align:center}.NoCompanySelected_iconWrapper__mTfih{margin-bottom:28px}.NoCompanySelected_iconOuter__Gv9gA{align-items:center;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto;position:relative;width:120px}.NoCompanySelected_iconOuter__Gv9gA:before{animation:NoCompanySelected_rotate__2A4XU 20s linear infinite;border:2px dashed #99f6e4;border-radius:50%;content:"";inset:-8px;position:absolute}@keyframes NoCompanySelected_rotate__2A4XU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NoCompanySelected_iconInner__TVUH\+{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;box-shadow:0 8px 24px #14b8a659;color:#fff;display:flex;font-size:32px;height:80px;justify-content:center;width:80px}.NoCompanySelected_title__RK7EK{color:#1e293b;font-size:24px;font-weight:700;margin:0 0 12px}.NoCompanySelected_message__TtMDV{color:#64748b;font-size:15px;line-height:1.6;margin:0 0 32px}.NoCompanySelected_instructions__gcvaO{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.NoCompanySelected_step__LF9qD{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:12px;max-width:320px;padding:12px 20px;width:100%}.NoCompanySelected_stepNumber__cYBEr{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:28px;justify-content:center;width:28px}.NoCompanySelected_stepText__9s8iH{color:#475569;font-size:13px;text-align:left}.NoCompanySelected_stepArrow__G3Vck{color:#cbd5e1;font-size:12px}.NoCompanySelected_hint__O7qpA{align-items:center;background:#fffbeb;border:1px solid #fef3c7;border-radius:10px;color:#b45309;display:inline-flex;font-size:12px;gap:10px;padding:12px 20px}.NoCompanySelected_hint__O7qpA i{color:#f59e0b}.Dashboard_dashboard__ved4I{padding:0}.Dashboard_loading__ZZjUO{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.Dashboard_loading__ZZjUO i{color:#16a34a;font-size:30px}.Dashboard_loading__ZZjUO span{font-size:14px}.Dashboard_companyHeader__fMIDB{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px;padding:20px 24px}.Dashboard_companyInfo__tQBZS{align-items:center;display:flex;gap:16px;min-width:0}.Dashboard_companyIcon__fMO\+A{align-items:center;background:#16a34a;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:22px;height:54px;justify-content:center;overflow:hidden;width:54px}.Dashboard_companyIcon__fMO\+A img{height:100%;object-fit:cover;width:100%}.Dashboard_companyDetails__uCE0a{min-width:0}.Dashboard_companyDetails__uCE0a h2{color:#0f172a;font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboard_companyDetails__uCE0a span{color:#64748b;font-size:13px}.Dashboard_companyActions__In6D2{display:flex;flex-shrink:0;gap:10px}.Dashboard_viewCompanyBtn__lvhM5{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#334155;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px;text-decoration:none;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.Dashboard_viewCompanyBtn__lvhM5:hover{background:#f0fdf4;border-color:#16a34a;color:#15803d}.Dashboard_statsGrid__BeO8w{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.Dashboard_statCard__OQDQL{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;gap:15px;padding:18px;position:relative;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s}.Dashboard_statCard__OQDQL:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #0f172a14;transform:translateY(-2px)}.Dashboard_statIcon__zXaZ3{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:21px;height:50px;justify-content:center;width:50px}.Dashboard_statIcon__zXaZ3.Dashboard_primary__EOANJ{background:#f0fdf4;color:#16a34a}.Dashboard_statIcon__zXaZ3.Dashboard_neutral__SX8FU{background:#f1f5f9;color:#475569}.Dashboard_statIcon__zXaZ3.Dashboard_warn__FMBO5{background:#fffbeb;color:#d97706}.Dashboard_statIcon__zXaZ3.Dashboard_danger__2w7Cu{background:#fef2f2;color:#dc2626}.Dashboard_statInfo__puOaM{flex:1 1;min-width:0}.Dashboard_statValue__m3fLD{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.02em;line-height:1.15}.Dashboard_statLabel__LVKUQ{color:#64748b;font-size:13px;margin-top:3px}.Dashboard_statArrow__3fSLH{color:#cbd5e1;flex-shrink:0;font-size:12px;opacity:0;transform:translateX(-4px);transition:opacity .15s,transform .15s,color .15s}.Dashboard_statCard__OQDQL:hover .Dashboard_statArrow__3fSLH{color:#16a34a;opacity:1;transform:translateX(0)}.Dashboard_quickActions__N9IFC{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 24px}.Dashboard_sectionTitle__jOPEw{color:#0f172a;font-size:15px;font-weight:700;letter-spacing:-.01em;margin:0 0 16px}.Dashboard_actionsGrid__Kw0wv{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,1fr)}.Dashboard_actionCard__TnuPo{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;display:flex;flex-direction:column;gap:10px;padding:18px 14px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s}.Dashboard_actionCard__TnuPo:hover{background:#f0fdf4;border-color:#16a34a;transform:translateY(-2px)}.Dashboard_actionIcon__fw1T7{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:11px;color:#16a34a;display:flex;font-size:18px;height:42px;justify-content:center;transition:border-color .15s;width:42px}.Dashboard_actionCard__TnuPo:hover .Dashboard_actionIcon__fw1T7{border-color:#bbf7d0}.Dashboard_actionLabel__zPR3r{color:#475569;font-size:12px;font-weight:600;text-align:center}.Dashboard_actionCard__TnuPo:hover .Dashboard_actionLabel__zPR3r{color:#15803d}@media (max-width:1200px){.Dashboard_statsGrid__BeO8w{grid-template-columns:repeat(3,1fr)}.Dashboard_actionsGrid__Kw0wv{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.Dashboard_statsGrid__BeO8w{grid-template-columns:repeat(2,1fr)}.Dashboard_actionsGrid__Kw0wv{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.Dashboard_companyHeader__fMIDB{align-items:flex-start;flex-direction:column;gap:14px;padding:18px}.Dashboard_companyActions__In6D2{width:100%}.Dashboard_viewCompanyBtn__lvhM5{justify-content:center;width:100%}.Dashboard_actionsGrid__Kw0wv{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Dashboard_statsGrid__BeO8w{gap:12px;grid-template-columns:repeat(2,1fr)}.Dashboard_statCard__OQDQL{align-items:flex-start;flex-direction:column;gap:12px;padding:14px}.Dashboard_statIcon__zXaZ3{font-size:18px;height:42px;width:42px}.Dashboard_statValue__m3fLD{font-size:22px}.Dashboard_statLabel__LVKUQ{font-size:12px}.Dashboard_statArrow__3fSLH{display:none}.Dashboard_quickActions__N9IFC{padding:18px 16px}}@media (max-width:360px){.Dashboard_actionsGrid__Kw0wv,.Dashboard_statsGrid__BeO8w{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.Dashboard_actionCard__TnuPo,.Dashboard_actionIcon__fw1T7,.Dashboard_statArrow__3fSLH,.Dashboard_statCard__OQDQL,.Dashboard_viewCompanyBtn__lvhM5{transition:none}.Dashboard_actionCard__TnuPo:hover,.Dashboard_statCard__OQDQL:hover{transform:none}}.Companies_pageHeader__YuVdo{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.Companies_headerLeft__itJDH{flex:1 1}.Companies_pageTitle__BtOas{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.Companies_breadcrumb__Bu3Yp{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.Companies_breadcrumb__Bu3Yp a{color:#6366f1;text-decoration:none}.Companies_headerActions__y4Ggk{align-items:center;display:flex;gap:10px}.Companies_btnIcon__PvorI{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.Companies_btnIcon__PvorI:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Companies_btnIcon__PvorI.Companies_active__KE-k\+{background:#6366f1;border-color:#6366f1;color:#fff}.Companies_btnPrimary__vPPnT{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.Companies_btnPrimary__vPPnT:hover{background:#4f46e5}.Companies_btnSecondary__mR0yj{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.Companies_btnSecondary__mR0yj:hover{background:#f9fafb}.Companies_statsRow__rMCno{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.Companies_statCard__ikrIh{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.Companies_statIcon__9GjZN{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.Companies_statIcon__9GjZN.Companies_blue__iFH\+s{background:#eff6ff;color:#3b82f6}.Companies_statIcon__9GjZN.Companies_green__Efd\+k{background:#f0fdf4;color:#22c55e}.Companies_statIcon__9GjZN.Companies_orange__TuIQb{background:#fff7ed;color:#f97316}.Companies_statIcon__9GjZN.Companies_purple__\+OeFG{background:#faf5ff;color:#a855f7}.Companies_statInfo__r3BFJ{flex:1 1}.Companies_statValue__ieBPw{color:#111827;font-size:20px;font-weight:700}.Companies_statLabel__-0Grs{color:#6b7280;font-size:12px}.Companies_card__xhS8k{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.Companies_toolbar__stVZR{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.Companies_toolbarLeft__298Ro,.Companies_toolbar__stVZR{align-items:center;display:flex;gap:10px}.Companies_toolbarRight__bwhbw{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Companies_searchBox__3f8Gv{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.Companies_searchBox__3f8Gv i{color:#9ca3af;font-size:13px}.Companies_searchBox__3f8Gv input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.Companies_toolbarBtn__8bfw2{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.Companies_toolbarBtn__8bfw2:hover{border-color:#6366f1;color:#6366f1}.Companies_toolbarBtn__8bfw2.Companies_active__KE-k\+{background:#eef2ff;border-color:#6366f1;color:#6366f1}.Companies_toolbarBtn__8bfw2 .Companies_badge__4kiHs{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.Companies_toolbarSelect__-3yDK{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.Companies_layoutToggle__Hk9kW{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.Companies_layoutToggle__Hk9kW button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.Companies_layoutToggle__Hk9kW button:first-child{border-right:1px solid #e5e7eb}.Companies_layoutToggle__Hk9kW button.Companies_active__KE-k\+{background:#6366f1;color:#fff}.Companies_layoutToggle__Hk9kW button:hover:not(.Companies_active__KE-k\+){background:#f3f4f6}.Companies_dropdownWrapper__3Uymb{position:relative}.Companies_dropdownMenu__wdfe4{animation:Companies_fadeIn__z84iO .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes Companies_fadeIn__z84iO{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Companies_dropdownHeader__I3qKZ{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.Companies_dropdownItem__-sPHq{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.Companies_dropdownItem__-sPHq:hover{background:#f9fafb}.Companies_dropdownItem__-sPHq i{color:#9ca3af;width:16px}.Companies_dropdownItem__-sPHq button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.Companies_dropdownItem__-sPHq button:hover{color:#ef4444}.Companies_dropdownEmpty__0jJT6{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.Companies_dropdownFooter__WNoZG{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.Companies_dropdownFooter__WNoZG button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.Companies_dropdownFooter__WNoZG button:hover{text-decoration:underline}.Companies_checkboxItem__feCvI{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.Companies_checkboxItem__feCvI:hover{background:#f9fafb}.Companies_checkboxItem__feCvI input{accent-color:#6366f1}.Companies_filterPanel__Y-b52{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.Companies_filterGroup__37MRR{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.Companies_filterGroup__37MRR.Companies_subgroup__6dY8g{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.Companies_subgroupHeader__F3YUo{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.Companies_removeSubgroupBtn__oeV\+C{background:none;border:none;color:#d1d5db;cursor:pointer}.Companies_removeSubgroupBtn__oeV\+C:hover{color:#ef4444}.Companies_conditionsList__\+sCFH{display:flex;flex-direction:column;gap:6px}.Companies_conditionRow__LlVlN{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.Companies_conditionHandle__5zd6P{color:#d1d5db;cursor:grab;font-size:11px}.Companies_logicLabel__DVgwI,.Companies_whereLabel__dx0Bc{color:#6b7280;font-size:12px;min-width:42px}.Companies_fieldSelect__xO9Im,.Companies_operatorSelect__u6U6Q,.Companies_valueInput__JSeFj,.Companies_valueSelect__m99Es{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Companies_fieldSelect__xO9Im{min-width:120px}.Companies_operatorSelect__u6U6Q{min-width:90px}.Companies_valueInput__JSeFj,.Companies_valueSelect__m99Es{flex:1 1;max-width:160px;min-width:120px}.Companies_fieldSelect__xO9Im:focus,.Companies_operatorSelect__u6U6Q:focus,.Companies_valueInput__JSeFj:focus,.Companies_valueSelect__m99Es:focus{border-color:#6366f1;outline:none}.Companies_removeBtn__85vqH{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.Companies_removeBtn__85vqH:hover{color:#ef4444}.Companies_subgroupsContainer__mVreK{margin-top:8px}.Companies_groupActions__T9Usc{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.Companies_logicToggle__TRg8y{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.Companies_logicBtn__KrLNy{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.Companies_logicBtn__KrLNy.Companies_active__KE-k\+{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.Companies_addConditionBtn__PCbrr,.Companies_addSubgroupBtn__RWfDL{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.Companies_addConditionBtn__PCbrr:hover,.Companies_addSubgroupBtn__RWfDL:hover{text-decoration:underline}.Companies_filterPanelFooter__vgEHP{display:flex;justify-content:space-between;margin-top:10px}.Companies_addGroupBtn__7KCJk{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.Companies_clearAllBtn__Y5XFJ{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.Companies_clearAllBtn__Y5XFJ:hover{color:#ef4444}.Companies_bulkActionsBar__kUf2f{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.Companies_bulkInfo__xFEYX{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.Companies_bulkInfo__xFEYX input{accent-color:#6366f1}.Companies_clearSelectionBtn__jBPpF{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.Companies_bulkButtons__WFTDC{display:flex;gap:6px}.Companies_bulkButtons__WFTDC button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.Companies_bulkButtons__WFTDC button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.Companies_bulkButtons__WFTDC button.Companies_dangerBtn__39nIk{border-color:#fecaca;color:#dc2626}.Companies_bulkButtons__WFTDC button.Companies_dangerBtn__39nIk:hover{background:#dc2626;border-color:#dc2626;color:#fff}.Companies_bulkButtons__WFTDC button:disabled{cursor:not-allowed;opacity:.5}.Companies_trashBanner__NUdrN{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.Companies_resultsBar__zvdHN{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.Companies_groupHeader__lPyos{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.Companies_groupCount__19LwC{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.Companies_tableWrapper__EqL58{overflow-x:auto}.Companies_table__S4cVD{border-collapse:collapse;width:100%}.Companies_table__S4cVD thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.Companies_table__S4cVD tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.Companies_table__S4cVD tbody tr:hover{background:#f9fafb}.Companies_selectedRow__4ZFqi{background:#eef2ff!important}.Companies_idCell__8Iudh{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.Companies_companyInfo__jxjPe{align-items:center;display:flex;gap:10px}.Companies_companyLogo__jnEuj{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.Companies_companyDetails__gpNvn h4{color:#111827;font-size:13px;font-weight:500;margin:0}.Companies_companyDetails__gpNvn span{color:#6b7280;font-size:11px}.Companies_typeTag__2zigj{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px}.Companies_planBadge__jNPmE{background:#fef3c7;border-radius:4px;color:#d97706;font-size:10px;font-weight:600;padding:2px 8px;text-transform:uppercase}.Companies_statusBadge__0MrBD{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.Companies_statusBadge__0MrBD.Companies_active__KE-k\+{background:#d1fae5;color:#059669}.Companies_statusBadge__0MrBD.Companies_inactive__\+ms1K{background:#fee2e2;color:#dc2626}.Companies_statusBadge__0MrBD.Companies_trial__ea\+e4{background:#fed7aa;color:#ea580c}.Companies_actions__LKIhN{display:flex;gap:4px}.Companies_actionBtn__oZB9g{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.Companies_actionBtn__oZB9g.Companies_view__VAEDP{background:#eff6ff;color:#3b82f6}.Companies_actionBtn__oZB9g.Companies_view__VAEDP:hover{background:#3b82f6;color:#fff}.Companies_actionBtn__oZB9g.Companies_edit__OV-6F{background:#fef3c7;color:#d97706}.Companies_actionBtn__oZB9g.Companies_edit__OV-6F:hover{background:#d97706;color:#fff}.Companies_actionBtn__oZB9g.Companies_delete__UjicG{background:#fee2e2;color:#dc2626}.Companies_actionBtn__oZB9g.Companies_delete__UjicG:hover{background:#dc2626;color:#fff}.Companies_actionBtn__oZB9g.Companies_restore__i99fH{background:#d1fae5;color:#059669}.Companies_actionBtn__oZB9g.Companies_restore__i99fH:hover{background:#059669;color:#fff}.Companies_cardsGrid__mDJ-h{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.Companies_companyCard__DsDyx{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.Companies_companyCard__DsDyx:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.Companies_companyCard__DsDyx.Companies_selected__uHydT{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.Companies_cardHeader__KDWhM{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.Companies_cardHeader__KDWhM input{accent-color:#6366f1}.Companies_cardLogo__2KXIL{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.Companies_cardHeader__KDWhM .Companies_statusBadge__0MrBD{margin-left:auto}.Companies_cardBody__u\+NIP{padding:14px}.Companies_cardBody__u\+NIP h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.Companies_cardCode__2ToSv{color:#6b7280;font-family:monospace;font-size:11px}.Companies_cardMeta__herfg{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:10px}.Companies_cardMeta__herfg span{align-items:center;display:flex;gap:4px}.Companies_cardMeta__herfg i{font-size:11px}.Companies_cardEmail__QPfBV{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.Companies_cardEmail__QPfBV i{font-size:11px}.Companies_cardFooter__mBFFZ{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.Companies_cardActions__Niyr7{display:flex;gap:4px}.Companies_cardActions__Niyr7 button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.Companies_cardActions__Niyr7 button:hover{background:#6366f1;color:#fff}.Companies_pagination__iMEl\+{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.Companies_pageInfo__VzFoR{color:#6b7280;font-size:12px}.Companies_pageInfo__VzFoR strong{color:#111827}.Companies_pageControls__FdMJr{align-items:center;display:flex;gap:8px}.Companies_perPageSelect__xiErF{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Companies_pageButtons__zDZfx{display:flex;gap:2px}.Companies_pageBtn__Va2hL{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Companies_pageBtn__Va2hL:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Companies_pageBtn__Va2hL:disabled{cursor:not-allowed;opacity:.4}.Companies_pageNum__\+7M0u{color:#6b7280;font-size:12px;padding:0 8px}.Companies_modalOverlay__e6qPB{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Companies_modal__lVEiX{animation:Companies_modalIn__dMpO8 .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes Companies_modalIn__dMpO8{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Companies_modalHeader__\+J4X7{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.Companies_modalHeader__\+J4X7 h3{color:#111827;font-size:16px;font-weight:600;margin:0}.Companies_modalHeader__\+J4X7 button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.Companies_modalHeader__\+J4X7 button:hover{color:#374151}.Companies_modalBody__nbFTT{padding:20px}.Companies_modalBody__nbFTT p{color:#6b7280;font-size:14px;margin:0 0 16px}.Companies_modalBody__nbFTT .Companies_hint__--0px{color:#9ca3af;font-size:12px;margin-top:12px}.Companies_formGroup__SyZZ0{margin-bottom:14px}.Companies_formGroup__SyZZ0 label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.Companies_formGroup__SyZZ0 input,.Companies_formGroup__SyZZ0 select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.Companies_formGroup__SyZZ0 input:focus,.Companies_formGroup__SyZZ0 select:focus{border-color:#6366f1;outline:none}.Companies_modalFooter__wt9lH{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.Companies_loading__Nfz9Q{align-items:center;display:flex;justify-content:center;padding:50px}.Companies_spinner__4ztpw{animation:Companies_spin__A2QS3 .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes Companies_spin__A2QS3{to{transform:rotate(1turn)}}.Companies_emptyState__MzjvY{padding:50px 20px;text-align:center}.Companies_emptyIcon__6Y6eB{color:#d1d5db;font-size:36px;margin-bottom:10px}.Companies_emptyState__MzjvY h3{color:#374151;font-size:15px;font-weight:500;margin:0}@media (max-width:1024px){.Companies_statsRow__rMCno{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Companies_statsRow__rMCno{grid-template-columns:1fr 1fr}.Companies_toolbar__stVZR{align-items:stretch;flex-direction:column}.Companies_toolbarLeft__298Ro,.Companies_toolbarRight__bwhbw{width:100%}.Companies_toolbarRight__bwhbw{flex-wrap:wrap;justify-content:flex-start}.Companies_searchBox__3f8Gv{width:100%}.Companies_bulkActionsBar__kUf2f{align-items:flex-start;flex-direction:column;gap:10px}.Companies_bulkButtons__WFTDC{flex-wrap:wrap}}@media (max-width:480px){.Companies_cardsGrid__mDJ-h,.Companies_statsRow__rMCno{grid-template-columns:1fr}}.CompanyForm_formCard__R9o98{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-top:24px;overflow:hidden}.CompanyForm_cardHeader__J1DI\+{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e5e7eb;padding:24px 32px}.CompanyForm_cardTitle__2yo6X{align-items:center;color:#111827;display:flex;font-size:18px;font-weight:700;gap:12px;margin:0}.CompanyForm_cardTitle__2yo6X i{color:#667eea;font-size:20px}.CompanyForm_formBody__UFv\+p{padding:32px}.CompanyForm_formRow__k31-r{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.CompanyForm_formGroup__\+ICL5{display:flex;flex-direction:column;gap:8px}.CompanyForm_formGroup__\+ICL5.CompanyForm_full__HsZAZ{grid-column:1/-1}.CompanyForm_formLabel__bz41k{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:4px}.CompanyForm_required__8wJ4w{color:#ef4444;font-size:12px;font-weight:500}.CompanyForm_formInput__eW-w5,.CompanyForm_formSelect__fLvrh,.CompanyForm_formTextarea__XfzkV{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#1e293b;font-family:inherit;font-size:14px;padding:10px 14px;transition:all .2s ease;width:100%}.CompanyForm_formInput__eW-w5:focus,.CompanyForm_formSelect__fLvrh:focus,.CompanyForm_formTextarea__XfzkV:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.CompanyForm_formInput__eW-w5:hover:not(:disabled),.CompanyForm_formSelect__fLvrh:hover:not(:disabled),.CompanyForm_formTextarea__XfzkV:hover:not(:disabled){border-color:#cbd5e1}.CompanyForm_formInput__eW-w5:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.CompanyForm_formSelect__fLvrh{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;cursor:pointer;padding-right:40px}.CompanyForm_formTextarea__XfzkV{min-height:80px;resize:vertical}.CompanyForm_checkboxLabel__jCfRk{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;-webkit-user-select:none;user-select:none}.CompanyForm_checkboxLabel__jCfRk input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.CompanyForm_checkboxLabel__jCfRk span{margin-top:2px}.CompanyForm_formError__DtVZO{align-items:center;animation:CompanyForm_shake__6p6hM .3s ease;color:#ef4444;display:flex;font-size:12px;gap:6px;margin-top:4px}.CompanyForm_formError__DtVZO:before{content:"⚠";font-size:12px}@keyframes CompanyForm_shake__6p6hM{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.CompanyForm_formActions__1EepD{background:#fafbfc;border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:flex-end;padding:20px 32px}.CompanyForm_btnCancel__sV\+fE{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;text-decoration:none;transition:all .2s}.CompanyForm_btnCancel__sV\+fE:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.CompanyForm_btnSubmit__ovLV6{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;padding:10px 28px;transition:all .2s}.CompanyForm_btnSubmit__ovLV6:hover:not(:disabled){box-shadow:0 6px 20px #667eea4d;transform:translateY(-2px)}.CompanyForm_btnSubmit__ovLV6:active:not(:disabled){transform:translateY(0)}.CompanyForm_btnSubmit__ovLV6:disabled{cursor:not-allowed;opacity:.6}.CompanyForm_pageHeader__nr5mX{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.CompanyForm_pageTitle__b-4wT{align-items:center;color:#111827;display:flex;font-size:28px;font-weight:700;gap:12px;margin:0 0 8px}.CompanyForm_pageTitle__b-4wT i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.CompanyForm_breadcrumb__P8Jps{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.CompanyForm_breadcrumb__P8Jps a{color:#667eea;text-decoration:none;transition:color .2s}.CompanyForm_breadcrumb__P8Jps a:hover{color:#5a67d8;text-decoration:underline}.CompanyForm_loading__joHb2{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:80px}.CompanyForm_loading__joHb2 i{animation:CompanyForm_spin__SuIxe 1s linear infinite;color:#667eea;font-size:48px}.CompanyForm_loading__joHb2 span{color:#64748b;font-size:16px}@keyframes CompanyForm_spin__SuIxe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.CompanyForm_formBody__UFv\+p{padding:24px}.CompanyForm_formRow__k31-r{gap:20px;margin-bottom:20px}.CompanyForm_formActions__1EepD{padding:20px 24px}}@media (max-width:768px){.CompanyForm_formRow__k31-r{gap:16px;grid-template-columns:1fr;margin-bottom:16px}.CompanyForm_cardHeader__J1DI\+,.CompanyForm_formBody__UFv\+p{padding:20px}.CompanyForm_formActions__1EepD{flex-direction:column-reverse;gap:12px}.CompanyForm_btnCancel__sV\+fE,.CompanyForm_btnSubmit__ovLV6{justify-content:center;width:100%}.CompanyForm_pageTitle__b-4wT{font-size:24px}.CompanyForm_formInput__eW-w5,.CompanyForm_formSelect__fLvrh,.CompanyForm_formTextarea__XfzkV{padding:8px 12px}}@media (max-width:480px){.CompanyForm_cardHeader__J1DI\+,.CompanyForm_formBody__UFv\+p{padding:16px}.CompanyForm_cardTitle__2yo6X{font-size:16px}.CompanyForm_formLabel__bz41k{font-size:13px}.CompanyForm_formInput__eW-w5,.CompanyForm_formSelect__fLvrh,.CompanyForm_formTextarea__XfzkV{font-size:13px;padding:8px 10px}.CompanyForm_btnCancel__sV\+fE,.CompanyForm_btnSubmit__ovLV6{font-size:13px;padding:10px 20px}}@keyframes CompanyForm_slideIn__zzIfZ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CompanyForm_formCard__R9o98{animation:CompanyForm_slideIn__zzIfZ .3s ease-out}.CompanyForm_inputGroup__qqYti{align-items:center;display:flex;position:relative}.CompanyForm_inputGroup__qqYti .CompanyForm_formInput__eW-w5{padding-left:36px}.CompanyForm_inputIcon__E\+TH1{color:#94a3b8;font-size:14px;left:12px;pointer-events:none;position:absolute}.CompanyForm_formHelper__iuFXX{align-items:center;color:#94a3b8;display:flex;font-size:11px;gap:4px;margin-top:4px}.CompanyForm_formHelper__iuFXX i{font-size:10px}.CompanyForm_formInput__eW-w5.CompanyForm_success__MW1w3{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#10b981}.CompanyForm_formInput__eW-w5.CompanyForm_warning__rk6dh{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b}.CompanyForm_charCounter__H3aRm{color:#94a3b8;font-size:11px;margin-top:4px;text-align:right}.CompanyForm_charCounter__H3aRm.CompanyForm_warning__rk6dh{color:#f59e0b}.CompanyForm_charCounter__H3aRm.CompanyForm_danger__FE8w4{color:#ef4444}.CompanyForm_fieldTooltip__md65o{align-items:center;display:inline-flex;margin-left:6px;position:relative}.CompanyForm_fieldTooltip__md65o i{color:#94a3b8;cursor:help;font-size:12px;transition:color .2s}.CompanyForm_fieldTooltip__md65o i:hover{color:#667eea}.CompanyForm_fieldTooltip__md65o:hover .CompanyForm_tooltipContent__dcDZ1{opacity:1;transform:translateY(0);visibility:visible}.CompanyForm_tooltipContent__dcDZ1{background:#1e293b;border-radius:8px;bottom:100%;color:#fff;font-size:11px;font-weight:400;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(-8px);transition:all .2s;visibility:hidden;white-space:nowrap;z-index:1000}.CompanyForm_tooltipContent__dcDZ1:after{border:4px solid #0000;border-top-color:#1e293b;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.CompanyForm_formSection__9wBXa{border-top:2px solid #e2e8f0;margin-top:32px;padding-top:24px}.CompanyForm_formSection__9wBXa:first-of-type{border-top:none;margin-top:0;padding-top:0}.CompanyForm_sectionTitle__K9x5Z{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:700;gap:10px;margin-bottom:20px}.CompanyForm_sectionTitle__K9x5Z i{color:#667eea;font-size:18px}.CompanyForm_formRowThree__P\+l1x{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}@media (max-width:768px){.CompanyForm_formRowThree__P\+l1x{gap:16px;grid-template-columns:1fr}}.CompanyForm_floatingLabelGroup__-8HB2{position:relative}.CompanyForm_floatingLabelGroup__-8HB2 .CompanyForm_formInput__eW-w5{padding-bottom:8px;padding-top:20px}.CompanyForm_floatingLabelGroup__-8HB2 .CompanyForm_floatingLabel__gd22Y{color:#94a3b8;font-size:14px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s}.CompanyForm_floatingLabelGroup__-8HB2 .CompanyForm_formInput__eW-w5:focus+.CompanyForm_floatingLabel__gd22Y,.CompanyForm_floatingLabelGroup__-8HB2 .CompanyForm_formInput__eW-w5:not(:placeholder-shown)+.CompanyForm_floatingLabel__gd22Y{color:#667eea;font-size:10px;top:8px}@media print{.CompanyForm_btnCancel__sV\+fE,.CompanyForm_btnSubmit__ovLV6,.CompanyForm_formActions__1EepD{display:none}.CompanyForm_formCard__R9o98{border:1px solid #ddd;box-shadow:none}.CompanyForm_formInput__eW-w5,.CompanyForm_formSelect__fLvrh,.CompanyForm_formTextarea__XfzkV{background:#fff;border:1px solid #ddd}}.CompanyForm_formBody__UFv\+p::-webkit-scrollbar{width:8px}.CompanyForm_formBody__UFv\+p::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.CompanyForm_formBody__UFv\+p::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.CompanyForm_formBody__UFv\+p::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.CompanyForm_formInput__eW-w5:focus-visible,.CompanyForm_formSelect__fLvrh:focus-visible,.CompanyForm_formTextarea__XfzkV:focus-visible{outline:2px solid #667eea;outline-offset:2px}.CompanyForm_formGroup__\+ICL5{transition:all .2s ease}.CompanyForm_loadingOverlay__B0oyg{position:relative}.CompanyForm_loadingOverlay__B0oyg:after{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffc;bottom:0;content:"";display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.CompanyForm_successMessage__kYcWZ{animation:CompanyForm_slideInRight__ane4J .3s ease;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;font-size:14px;font-weight:500;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:1000}@keyframes CompanyForm_slideInRight__ane4J{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes CompanyForm_highlight__hGxey{0%{background-color:#fee2e2;border-color:#ef4444}to{background-color:#fff;border-color:#e2e8f0}}.CompanyForm_formInput__eW-w5.CompanyForm_error__Z79Ps{animation:CompanyForm_highlight__hGxey .5s ease}.CompanyView_pageHeader__Fv8WO{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.CompanyView_pageTitle__q1oTT{align-items:center;color:#111827;display:flex;font-size:28px;font-weight:700;gap:12px;margin:0 0 8px}.CompanyView_breadcrumb__F1RWD{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.CompanyView_breadcrumb__F1RWD a{color:#667eea;text-decoration:none;transition:color .2s}.CompanyView_breadcrumb__F1RWD a:hover{color:#5a67d8;text-decoration:underline}.CompanyView_headerActions__rlso-{align-items:center;display:flex;gap:12px}.CompanyView_btnSecondary__AA8yk{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 20px;text-decoration:none;transition:all .2s}.CompanyView_btnSecondary__AA8yk:hover{background:#f9fafb;border-color:#667eea;color:#667eea;transform:translateY(-1px)}.CompanyView_btnDanger__PZflA{align-items:center;background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 20px;transition:all .2s}.CompanyView_btnDanger__PZflA:hover{background:#fee2e2;border-color:#dc2626;transform:translateY(-1px)}.CompanyView_btnPrimary__8YhHO{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:8px 20px;text-decoration:none;transition:all .2s}.CompanyView_btnPrimary__8YhHO:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.CompanyView_statsRow__VoZNE{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.CompanyView_statCard__MT82o{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:20px;transition:all .3s ease}.CompanyView_statCard__MT82o:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.CompanyView_statIcon__quiV1{align-items:center;border-radius:12px;display:flex;font-size:24px;height:48px;justify-content:center;transition:all .3s ease;width:48px}.CompanyView_statIcon__quiV1.CompanyView_blue__F-iUW{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0284c7}.CompanyView_statIcon__quiV1.CompanyView_green__efQbW{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#059669}.CompanyView_statIcon__quiV1.CompanyView_purple__E9Qdi{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#7c3aed}.CompanyView_statIcon__quiV1.CompanyView_orange__Jxu9j{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#ea580c}.CompanyView_statInfo__ox110{flex:1 1}.CompanyView_statValue__Zjz-J{color:#111827;display:block;font-size:32px;font-weight:800;line-height:1;margin-bottom:4px}.CompanyView_statLabel__IS7Cc{color:#6b7280;font-size:14px;font-weight:500}.CompanyView_tabs__mw1A7{background:#fff;border-bottom:2px solid #e5e7eb;border-radius:12px 12px 0 0;display:flex;gap:8px;margin-bottom:24px;padding:0 24px}.CompanyView_tab__DM0RY{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;position:relative;transition:all .2s}.CompanyView_tab__DM0RY:hover{color:#667eea}.CompanyView_tab__DM0RY i{font-size:16px}.CompanyView_activeTab__TSw4G{color:#667eea}.CompanyView_activeTab__TSw4G:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.CompanyView_card__jyQwc{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;overflow:hidden}.CompanyView_detailsGrid__Zn5yw{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:24px}.CompanyView_detailGroup__fmwiE{background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:12px;transition:all .2s}.CompanyView_detailGroup__fmwiE:hover{background:#f3f4f6;transform:translateX(4px)}.CompanyView_detailGroup__fmwiE.CompanyView_full__T3R9b{grid-column:1/-1}.CompanyView_detailLabel__BfV\+o{align-items:center;color:#6b7280;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;text-transform:uppercase}.CompanyView_detailLabel__BfV\+o:before{color:#667eea;content:"•";font-size:14px;font-weight:700}.CompanyView_detailValue__kkLB\+{color:#111827;font-size:15px;font-weight:500;word-break:break-word}.CompanyView_detailValue__kkLB\+ a{color:#667eea;text-decoration:none;transition:color .2s}.CompanyView_detailValue__kkLB\+ a:hover{color:#5a67d8;text-decoration:underline}.CompanyView_idCell__ngiDl{background:#f3f4f6;border-radius:6px;color:#dc2626;display:inline-block;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.CompanyView_badge__oXLWk{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 12px;width:fit-content}.CompanyView_badgeActive__\+r\+wn{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.CompanyView_badgeInactive__38-3s{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.CompanyView_badgePlan__DNyrl{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;text-transform:capitalize}.CompanyView_tableWrapper__S\+Yfd{overflow-x:auto;padding:0}.CompanyView_table__\+pDEi{border-collapse:collapse;width:100%}.CompanyView_table__\+pDEi thead th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase}.CompanyView_table__\+pDEi tbody td{border-bottom:1px solid #f3f4f6;color:#111827;font-size:14px;padding:16px 20px}.CompanyView_table__\+pDEi tbody tr{transition:all .2s}.CompanyView_table__\+pDEi tbody tr:hover{background:#f9fafb;transform:scale(1.01)}.CompanyView_emptyState__8GfOD{background:#fff;border-radius:16px;padding:60px 20px;text-align:center}.CompanyView_emptyIcon__L7OJo{color:#cbd5e1;font-size:64px;margin-bottom:16px}.CompanyView_emptyState__8GfOD h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 8px}.CompanyView_emptyState__8GfOD p{color:#6b7280;margin:0}.CompanyView_loading__HZ-QS{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px}.CompanyView_loading__HZ-QS i{animation:CompanyView_spin__UdhDO 1s linear infinite;color:#667eea;font-size:48px}.CompanyView_loading__HZ-QS span{color:#6b7280;font-size:16px}@keyframes CompanyView_spin__UdhDO{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.CompanyView_detailsGrid__Zn5yw{gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px}}@media (max-width:768px){.CompanyView_pageHeader__Fv8WO{align-items:stretch;flex-direction:column}.CompanyView_headerActions__rlso-{justify-content:flex-start}.CompanyView_statsRow__VoZNE{gap:12px;grid-template-columns:repeat(2,1fr)}.CompanyView_statCard__MT82o{padding:16px}.CompanyView_statValue__Zjz-J{font-size:24px}.CompanyView_tabs__mw1A7{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0 16px}.CompanyView_tab__DM0RY{padding:10px 16px;white-space:nowrap}.CompanyView_detailsGrid__Zn5yw{gap:12px;grid-template-columns:1fr;padding:16px}.CompanyView_detailGroup__fmwiE{padding:10px}.CompanyView_table__\+pDEi tbody td,.CompanyView_table__\+pDEi thead th{padding:12px 16px}}@media (max-width:480px){.CompanyView_statsRow__VoZNE{grid-template-columns:1fr}.CompanyView_statCard__MT82o{padding:12px}.CompanyView_statIcon__quiV1{font-size:20px;height:40px;width:40px}.CompanyView_statValue__Zjz-J{font-size:20px}.CompanyView_pageTitle__q1oTT{font-size:24px}.CompanyView_btnDanger__PZflA,.CompanyView_btnPrimary__8YhHO,.CompanyView_btnSecondary__AA8yk{font-size:13px;padding:6px 16px}.CompanyView_detailLabel__BfV\+o{font-size:11px}.CompanyView_detailValue__kkLB\+{font-size:13px}.CompanyView_badge__oXLWk{font-size:11px;padding:3px 10px}}@media print{.CompanyView_btnDanger__PZflA,.CompanyView_btnPrimary__8YhHO,.CompanyView_btnSecondary__AA8yk,.CompanyView_headerActions__rlso-,.CompanyView_tabs__mw1A7{display:none}.CompanyView_card__jyQwc{border:1px solid #ddd;box-shadow:none}.CompanyView_detailGroup__fmwiE,.CompanyView_statCard__MT82o{break-inside:avoid;page-break-inside:avoid}}@keyframes CompanyView_fadeInUp__lopi4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CompanyView_detailGroup__fmwiE,.CompanyView_statCard__MT82o,.CompanyView_tab__DM0RY{animation:CompanyView_fadeInUp__lopi4 .3s ease-out}.CompanyView_tableWrapper__S\+Yfd::-webkit-scrollbar{height:8px}.CompanyView_tableWrapper__S\+Yfd::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.CompanyView_tableWrapper__S\+Yfd::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.CompanyView_tableWrapper__S\+Yfd::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.CompanyView_detailGroup__fmwiE{position:relative}.CompanyView_detailGroup__fmwiE:after{background:linear-gradient(90deg,#0000,#667eea,#0000);bottom:-4px;content:"";height:1px;left:12px;opacity:0;position:absolute;right:12px;transition:opacity .2s}.CompanyView_detailGroup__fmwiE:hover:after{opacity:.5}.CompanyView_statusIndicator__d7\+iy{align-items:center;display:inline-flex;gap:6px}.CompanyView_statusDot__0kzOs{animation:CompanyView_pulse__WycO\+ 2s ease-in-out infinite;border-radius:50%;display:inline-block;height:8px;width:8px}.CompanyView_statusDot__0kzOs.CompanyView_active__84Ubm{background:#10b981;box-shadow:0 0 0 0 #10b98166}.CompanyView_statusDot__0kzOs.CompanyView_inactive__tNXrK{background:#ef4444}@keyframes CompanyView_pulse__WycO\+{0%{box-shadow:0 0 0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.CompanyView_copyableId__lWGsE{align-items:center;cursor:pointer;display:inline-flex;gap:8px;transition:all .2s}.CompanyView_copyableId__lWGsE:hover{opacity:.8}.CompanyView_copyableId__lWGsE i{color:#6b7280;font-size:12px;opacity:0;transition:opacity .2s}.CompanyView_copyableId__lWGsE:hover i{opacity:1}.ConfirmModal_overlay__0aANc{align-items:center;animation:ConfirmModal_fadeIn__\+VWwM .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes ConfirmModal_fadeIn__\+VWwM{0%{opacity:0}to{opacity:1}}.ConfirmModal_modal__eRvV7{animation:ConfirmModal_slideIn__csUld .25s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:400px;padding:32px;text-align:center;width:100%}@keyframes ConfirmModal_slideIn__csUld{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ConfirmModal_iconWrapper__j-Lsx{align-items:center;border-radius:50%;display:flex;font-size:28px;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.ConfirmModal_danger__u9RDV .ConfirmModal_iconWrapper__j-Lsx{background:#fef2f2;color:#ef4444}.ConfirmModal_warning__ncyjd .ConfirmModal_iconWrapper__j-Lsx{background:#fffbeb;color:#f59e0b}.ConfirmModal_info__Ru5jn .ConfirmModal_iconWrapper__j-Lsx{background:#eff6ff;color:#3b82f6}.ConfirmModal_success__wHsoK .ConfirmModal_iconWrapper__j-Lsx{background:#f0fdf4;color:#22c55e}.ConfirmModal_title__nuHSH{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}.ConfirmModal_message__XHaPY{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 24px}.ConfirmModal_actions__DSWoI{display:flex;gap:12px;justify-content:center}.ConfirmModal_btnCancel__vVAjJ,.ConfirmModal_btnConfirm__6YWYw{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-width:100px;padding:10px 24px;transition:all .2s ease}.ConfirmModal_btnCancel__vVAjJ{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.ConfirmModal_btnCancel__vVAjJ:hover:not(:disabled){background:#e2e8f0;color:#475569}.ConfirmModal_btnConfirm__6YWYw{border:none;color:#fff}.ConfirmModal_btnDanger__2DfgZ{background:linear-gradient(135deg,#ef4444,#dc2626)}.ConfirmModal_btnDanger__2DfgZ:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.ConfirmModal_btnWarning__l4niL{background:linear-gradient(135deg,#f59e0b,#d97706)}.ConfirmModal_btnWarning__l4niL:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.ConfirmModal_btnInfo__7svZK{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ConfirmModal_btnInfo__7svZK:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.ConfirmModal_btnSuccess__mz8Ct{background:linear-gradient(135deg,#22c55e,#16a34a)}.ConfirmModal_btnSuccess__mz8Ct:hover:not(:disabled){background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.ConfirmModal_btnCancel__vVAjJ:disabled,.ConfirmModal_btnConfirm__6YWYw:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.ConfirmModal_spinner__9vN8T{animation:ConfirmModal_spin__2xwcN .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes ConfirmModal_spin__2xwcN{to{transform:rotate(1turn)}}@media (max-width:480px){.ConfirmModal_modal__eRvV7{margin:16px;padding:24px}.ConfirmModal_actions__DSWoI{flex-direction:column-reverse}.ConfirmModal_btnCancel__vVAjJ,.ConfirmModal_btnConfirm__6YWYw{width:100%}}.AlertModal_overlay__r2EYA{align-items:center;animation:AlertModal_fadeIn__PCtld .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes AlertModal_fadeIn__PCtld{0%{opacity:0}to{opacity:1}}.AlertModal_modal__NfWE6{animation:AlertModal_slideIn__4xzn1 .25s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:380px;padding:32px;text-align:center;width:100%}@keyframes AlertModal_slideIn__4xzn1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.AlertModal_iconWrapper__sd-s2{align-items:center;border-radius:50%;display:flex;font-size:28px;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.AlertModal_error__yq2MH .AlertModal_iconWrapper__sd-s2{animation:AlertModal_shake__kx6Pa .5s ease-in-out;background:#fef2f2;color:#ef4444}@keyframes AlertModal_shake__kx6Pa{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.AlertModal_warning__yUhAq .AlertModal_iconWrapper__sd-s2{background:#fffbeb;color:#f59e0b}.AlertModal_info__q09wX .AlertModal_iconWrapper__sd-s2{background:#eff6ff;color:#3b82f6}.AlertModal_success__NknBB .AlertModal_iconWrapper__sd-s2{animation:AlertModal_pop__4as8d .3s ease-out;background:#f0fdf4;color:#22c55e}@keyframes AlertModal_pop__4as8d{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.AlertModal_title__TZSiA{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}.AlertModal_message__x1JLR{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 24px}.AlertModal_btnClose__\+4oHR{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;min-width:120px;padding:10px 32px;transition:all .2s ease}.AlertModal_btnError__03inG{background:linear-gradient(135deg,#ef4444,#dc2626)}.AlertModal_btnError__03inG:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.AlertModal_btnWarning__vamV9{background:linear-gradient(135deg,#f59e0b,#d97706)}.AlertModal_btnWarning__vamV9:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.AlertModal_btnInfo__p2YxT{background:linear-gradient(135deg,#3b82f6,#2563eb)}.AlertModal_btnInfo__p2YxT:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.AlertModal_btnSuccess__4w8Iv{background:linear-gradient(135deg,#22c55e,#16a34a)}.AlertModal_btnSuccess__4w8Iv:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}@media (max-width:480px){.AlertModal_modal__NfWE6{margin:16px;padding:24px}.AlertModal_btnClose__\+4oHR{width:100%}}.BulkUpdateModal_modalOverlay__QusC0{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.BulkUpdateModal_modal__3R4Ip{animation:BulkUpdateModal_modalIn__Xr9nZ .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:85vh;max-width:640px;width:100%}@keyframes BulkUpdateModal_modalIn__Xr9nZ{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.BulkUpdateModal_modalHeader__DCPGJ{align-items:flex-start;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:18px 20px}.BulkUpdateModal_modalHeader__DCPGJ h3{color:#111827;font-size:17px;font-weight:600;margin:0}.BulkUpdateModal_subtitle__dz\+WZ{color:#6b7280;font-size:13px;margin:4px 0 0}.BulkUpdateModal_subtitle__dz\+WZ strong{color:#6366f1;font-weight:600}.BulkUpdateModal_closeBtn__0lI19{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px;margin:-4px -4px 0 0;padding:4px;transition:color .15s}.BulkUpdateModal_closeBtn__0lI19:hover{color:#374151}.BulkUpdateModal_searchWrapper__CwiV9{align-items:center;background:#fafafa;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;padding:12px 20px}.BulkUpdateModal_searchBox__5P7I\+{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex:1 1;gap:8px;padding:0 12px}.BulkUpdateModal_searchBox__5P7I\+ i{color:#9ca3af;font-size:13px}.BulkUpdateModal_searchBox__5P7I\+ input{background:none;border:none;font-size:13px;outline:none;padding:9px 0;width:100%}.BulkUpdateModal_clearSearch__y-Qes{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.BulkUpdateModal_clearSearch__y-Qes:hover{color:#6b7280}.BulkUpdateModal_selectedBadge__gtj1Q{background:#eef2ff;border-radius:20px;color:#6366f1;font-size:12px;font-weight:500;padding:6px 12px;white-space:nowrap}.BulkUpdateModal_modalBody__80Gu\+{flex:1 1;overflow-y:auto;padding:0}.BulkUpdateModal_fieldsContainer__F9Ac7{padding:8px 0}.BulkUpdateModal_fieldRow__rBrOw{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:16px;padding:10px 20px;transition:background .15s}.BulkUpdateModal_fieldRow__rBrOw:hover{background:#fafafa}.BulkUpdateModal_fieldRowSelected__6fujd{background:#f0f5ff}.BulkUpdateModal_fieldRowSelected__6fujd:hover{background:#e8f0fe}.BulkUpdateModal_fieldCheckbox__u-\+EC{align-items:center;display:flex;flex-shrink:0;gap:10px;min-width:180px}.BulkUpdateModal_fieldCheckbox__u-\+EC input[type=checkbox]{accent-color:#6366f1;cursor:pointer;height:16px;width:16px}.BulkUpdateModal_fieldLabel__OURV0{color:#374151;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:2px}.BulkUpdateModal_fieldKey__2RTWP{color:#9ca3af;font-family:SF Mono,Consolas,monospace;font-size:11px;font-weight:400}.BulkUpdateModal_fieldValue__uvNmj{flex:1 1}.BulkUpdateModal_fieldInput__Fj-iE{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:8px 12px;transition:all .15s;width:100%}.BulkUpdateModal_fieldInput__Fj-iE:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.BulkUpdateModal_fieldInput__Fj-iE:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.BulkUpdateModal_fieldTextarea__EYxzj{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:inherit;font-size:13px;min-height:60px;padding:8px 12px;resize:vertical;transition:all .15s;width:100%}.BulkUpdateModal_fieldTextarea__EYxzj:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.BulkUpdateModal_fieldTextarea__EYxzj:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.BulkUpdateModal_emptySearch__frGln{color:#9ca3af;padding:40px 20px;text-align:center}.BulkUpdateModal_emptySearch__frGln i{display:block;font-size:24px;margin-bottom:10px}.BulkUpdateModal_emptySearch__frGln p{font-size:13px;margin:0}.BulkUpdateModal_modalFooter__y\+5xG{align-items:center;background:#f9fafb;border-radius:0 0 12px 12px;border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:space-between;padding:14px 20px}.BulkUpdateModal_footerInfo__bdtuF{flex:1 1}.BulkUpdateModal_updateSummary__mMr2C{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px}.BulkUpdateModal_updateSummary__mMr2C i{color:#6366f1}.BulkUpdateModal_footerActions__6BGpK{display:flex;gap:10px}.BulkUpdateModal_btnSecondary__gi1TS{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:9px 16px;transition:all .15s}.BulkUpdateModal_btnSecondary__gi1TS:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.BulkUpdateModal_btnSecondary__gi1TS:disabled{cursor:not-allowed;opacity:.5}.BulkUpdateModal_btnPrimary__-OJPn{align-items:center;background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:9px 18px;transition:all .15s}.BulkUpdateModal_btnPrimary__-OJPn:hover:not(:disabled){background:#4f46e5}.BulkUpdateModal_btnPrimary__-OJPn:disabled{background:#a5b4fc;cursor:not-allowed}.BulkUpdateModal_spinner__58ohl{animation:BulkUpdateModal_spin__dYBYv .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}@keyframes BulkUpdateModal_spin__dYBYv{to{transform:rotate(1turn)}}@media (max-width:640px){.BulkUpdateModal_modal__3R4Ip{border-radius:10px;margin:10px;max-height:90vh;max-width:100%}.BulkUpdateModal_modalHeader__DCPGJ{border-radius:10px 10px 0 0;padding:14px 16px}.BulkUpdateModal_searchWrapper__CwiV9{align-items:stretch;flex-direction:column;gap:10px;padding:10px 16px}.BulkUpdateModal_selectedBadge__gtj1Q{text-align:center}.BulkUpdateModal_fieldRow__rBrOw{align-items:stretch;flex-direction:column;gap:8px;padding:12px 16px}.BulkUpdateModal_fieldCheckbox__u-\+EC{min-width:auto}.BulkUpdateModal_modalFooter__y\+5xG{border-radius:0 0 10px 10px;flex-direction:column;gap:12px;padding:12px 16px}.BulkUpdateModal_footerActions__6BGpK{width:100%}.BulkUpdateModal_footerActions__6BGpK button{flex:1 1}}.BranchesList_pageHeader__FbI7B{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.BranchesList_headerLeft__5Bgg2{flex:1 1}.BranchesList_pageTitle__LFipy{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.BranchesList_breadcrumb__YgVQn{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.BranchesList_breadcrumb__YgVQn a{color:#16a34a;text-decoration:none}.BranchesList_headerActions__k5OK0{align-items:center;display:flex;gap:10px}.BranchesList_btnIcon__TvtHq{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.BranchesList_btnIcon__TvtHq:hover{background:#f3f4f6;border-color:#16a34a;color:#16a34a}.BranchesList_btnIcon__TvtHq.BranchesList_active__Z3bUe{background:#16a34a;border-color:#16a34a;color:#fff}.BranchesList_btnPrimary__vkwMK{align-items:center;background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.BranchesList_btnPrimary__vkwMK:hover{background:#15803d}.BranchesList_btnSecondary__np2Qq{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.BranchesList_btnSecondary__np2Qq:hover{background:#f9fafb}.BranchesList_statsRow__orG1l{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.BranchesList_statCard__X6fIr{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.BranchesList_statIcon__2mmXw{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.BranchesList_statIcon__2mmXw.BranchesList_blue__IOgGX{background:#f1f5f9;color:#16a34a}.BranchesList_statIcon__2mmXw.BranchesList_green__eAh6t{background:#f0fdf4;color:#22c55e}.BranchesList_statIcon__2mmXw.BranchesList_orange__oI9iJ{background:#fff7ed;color:#f97316}.BranchesList_statIcon__2mmXw.BranchesList_purple__hCVxq{background:#f8fafc;color:#475569}.BranchesList_statInfo__9K3pe{flex:1 1}.BranchesList_statValue__g\+ZLI{color:#111827;font-size:20px;font-weight:700}.BranchesList_statLabel__GkjFg{color:#6b7280;font-size:12px}.BranchesList_card__vJ6-0{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.BranchesList_toolbar__birTm{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.BranchesList_toolbarLeft__3UewZ,.BranchesList_toolbar__birTm{align-items:center;display:flex;gap:10px}.BranchesList_toolbarRight__qhUww{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.BranchesList_searchBox__7eOOP{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.BranchesList_searchBox__7eOOP i{color:#9ca3af;font-size:13px}.BranchesList_searchBox__7eOOP input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.BranchesList_toolbarBtn__I66wd{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.BranchesList_toolbarBtn__I66wd:hover{border-color:#16a34a;color:#16a34a}.BranchesList_toolbarBtn__I66wd.BranchesList_active__Z3bUe{background:#f0fdf4;border-color:#16a34a;color:#16a34a}.BranchesList_toolbarBtn__I66wd .BranchesList_badge__mlBNO{background:#16a34a;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.BranchesList_toolbarSelect__tlu8l{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.BranchesList_layoutToggle__emaTu{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.BranchesList_layoutToggle__emaTu button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.BranchesList_layoutToggle__emaTu button:first-child{border-right:1px solid #e5e7eb}.BranchesList_layoutToggle__emaTu button.BranchesList_active__Z3bUe{background:#16a34a;color:#fff}.BranchesList_layoutToggle__emaTu button:hover:not(.BranchesList_active__Z3bUe){background:#f3f4f6}.BranchesList_dropdownWrapper__FOjmi{position:relative}.BranchesList_dropdownMenu__AfP6H{animation:BranchesList_fadeIn__sdCuf .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes BranchesList_fadeIn__sdCuf{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.BranchesList_dropdownHeader__aqpBN{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.BranchesList_dropdownItem__oLImK{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.BranchesList_dropdownItem__oLImK:hover{background:#f9fafb}.BranchesList_dropdownItem__oLImK i{color:#9ca3af;width:16px}.BranchesList_dropdownItem__oLImK button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.BranchesList_dropdownItem__oLImK button:hover{color:#ef4444}.BranchesList_dropdownEmpty__xlUWt{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.BranchesList_dropdownFooter__v6DT1{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.BranchesList_dropdownFooter__v6DT1 button{background:none;border:none;color:#16a34a;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.BranchesList_dropdownFooter__v6DT1 button:hover{text-decoration:underline}.BranchesList_checkboxItem__i9azG{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.BranchesList_checkboxItem__i9azG:hover{background:#f9fafb}.BranchesList_checkboxItem__i9azG input{accent-color:#16a34a}.BranchesList_filterPanel__Nbtkl{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.BranchesList_filterGroup__Ih5Aa{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.BranchesList_filterGroup__Ih5Aa.BranchesList_subgroup__\+OHRy{background:#f9fafb;border:1px solid #dcfce7;margin-left:20px;margin-top:10px}.BranchesList_subgroupHeader__RiqU2{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.BranchesList_removeSubgroupBtn__cqi93{background:none;border:none;color:#d1d5db;cursor:pointer}.BranchesList_removeSubgroupBtn__cqi93:hover{color:#ef4444}.BranchesList_conditionsList__qsJl5{display:flex;flex-direction:column;gap:6px}.BranchesList_conditionRow__NoFpj{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.BranchesList_conditionHandle__nwYwK{color:#d1d5db;cursor:grab;font-size:11px}.BranchesList_logicLabel__ZIJG4,.BranchesList_whereLabel__RDrhw{color:#6b7280;font-size:12px;min-width:42px}.BranchesList_fieldSelect__B6aBT,.BranchesList_operatorSelect__lgkgP,.BranchesList_valueInput__ghAEf,.BranchesList_valueSelect__LU\+KK{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.BranchesList_fieldSelect__B6aBT{min-width:120px}.BranchesList_operatorSelect__lgkgP{min-width:90px}.BranchesList_valueInput__ghAEf,.BranchesList_valueSelect__LU\+KK{flex:1 1;max-width:160px;min-width:120px}.BranchesList_fieldSelect__B6aBT:focus,.BranchesList_operatorSelect__lgkgP:focus,.BranchesList_valueInput__ghAEf:focus,.BranchesList_valueSelect__LU\+KK:focus{border-color:#16a34a;outline:none}.BranchesList_removeBtn__CODvf{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.BranchesList_removeBtn__CODvf:hover{color:#ef4444}.BranchesList_subgroupsContainer__-WpSl{margin-top:8px}.BranchesList_groupActions__hRPKQ{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.BranchesList_logicToggle__DP2ox{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.BranchesList_logicBtn__Px4FO{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.BranchesList_logicBtn__Px4FO.BranchesList_active__Z3bUe{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.BranchesList_addConditionBtn__6a8HP,.BranchesList_addSubgroupBtn__3KNz\+{align-items:center;background:none;border:none;color:#16a34a;cursor:pointer;display:flex;font-size:11px;gap:4px}.BranchesList_addConditionBtn__6a8HP:hover,.BranchesList_addSubgroupBtn__3KNz\+:hover{text-decoration:underline}.BranchesList_filterPanelFooter__\+pMGz{display:flex;justify-content:space-between;margin-top:10px}.BranchesList_addGroupBtn__rYT-T{align-items:center;background:none;border:none;color:#16a34a;cursor:pointer;display:flex;font-size:11px;gap:4px}.BranchesList_clearAllBtn__581OH{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.BranchesList_clearAllBtn__581OH:hover{color:#ef4444}.BranchesList_bulkActionsBar__4KPDb{align-items:center;background:#f0fdf4;border-bottom:1px solid #bbf7d0;display:flex;justify-content:space-between;padding:10px 16px}.BranchesList_bulkInfo__PwfKT{align-items:center;color:#15803d;display:flex;font-size:13px;font-weight:500;gap:10px}.BranchesList_bulkInfo__PwfKT input{accent-color:#16a34a}.BranchesList_clearSelectionBtn__D-PmT{background:none;border:none;color:#16a34a;cursor:pointer;font-size:12px}.BranchesList_bulkButtons__dSzwk{display:flex;gap:6px}.BranchesList_bulkButtons__dSzwk button{align-items:center;background:#fff;border:1px solid #bbf7d0;border-radius:6px;color:#15803d;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.BranchesList_bulkButtons__dSzwk button:hover{background:#16a34a;border-color:#16a34a;color:#fff}.BranchesList_bulkButtons__dSzwk button.BranchesList_dangerBtn__XWeQH{border-color:#fecaca;color:#dc2626}.BranchesList_bulkButtons__dSzwk button.BranchesList_dangerBtn__XWeQH:hover{background:#dc2626;border-color:#dc2626;color:#fff}.BranchesList_bulkButtons__dSzwk button:disabled{cursor:not-allowed;opacity:.5}.BranchesList_trashBanner__bryfV{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.BranchesList_resultsBar__PvFXS{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.BranchesList_groupHeader__0nYQr{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.BranchesList_groupCount__oxI9F{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.BranchesList_tableWrapper__uoE\+s{overflow-x:auto}.BranchesList_table__ahzFu{border-collapse:collapse;width:100%}.BranchesList_table__ahzFu thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.BranchesList_table__ahzFu tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.BranchesList_table__ahzFu tbody tr:hover{background:#f9fafb}.BranchesList_selectedRow__ixtwX{background:#f0fdf4!important}.BranchesList_idCell__\+EXS1{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.BranchesList_branchInfo__LqvBb{align-items:center;display:flex;gap:10px}.BranchesList_branchLogo__Njexe{align-items:center;background:#16a34a;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.BranchesList_branchDetails__3lG8P h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.BranchesList_branchDetails__3lG8P span{color:#6b7280;font-size:11px}.BranchesList_mainBadge__J-03P{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.BranchesList_companyCell__1RB2Z{display:flex;flex-direction:column}.BranchesList_companyCell__1RB2Z span{color:#111827;font-size:13px}.BranchesList_companyCell__1RB2Z small{color:#9ca3af;font-size:11px}.BranchesList_typeTag__yTsDf{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px;text-transform:capitalize}.BranchesList_statusBadge__OwIGl{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.BranchesList_statusBadge__OwIGl.BranchesList_active__Z3bUe{background:#d1fae5;color:#15803d}.BranchesList_statusBadge__OwIGl.BranchesList_inactive__onvz2{background:#fee2e2;color:#dc2626}.BranchesList_actions__93FDI{display:flex;gap:4px}.BranchesList_actionBtn__\+90j4{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.BranchesList_actionBtn__\+90j4.BranchesList_view__coru0{background:#f1f5f9;color:#475569}.BranchesList_actionBtn__\+90j4.BranchesList_view__coru0:hover{background:#475569;color:#fff}.BranchesList_actionBtn__\+90j4.BranchesList_edit__poj68{background:#fef3c7;color:#d97706}.BranchesList_actionBtn__\+90j4.BranchesList_edit__poj68:hover{background:#d97706;color:#fff}.BranchesList_actionBtn__\+90j4.BranchesList_delete__nrEtW{background:#fee2e2;color:#dc2626}.BranchesList_actionBtn__\+90j4.BranchesList_delete__nrEtW:hover{background:#dc2626;color:#fff}.BranchesList_actionBtn__\+90j4.BranchesList_restore__oHa4r{background:#d1fae5;color:#15803d}.BranchesList_actionBtn__\+90j4.BranchesList_restore__oHa4r:hover{background:#15803d;color:#fff}.BranchesList_cardsGrid__IhHfL{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.BranchesList_branchCard__FYLJ0{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.BranchesList_branchCard__FYLJ0:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.BranchesList_branchCard__FYLJ0.BranchesList_selected__XqWQU{border-color:#16a34a;box-shadow:0 0 0 2px #bbf7d0}.BranchesList_cardHeader__S5Pbq{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.BranchesList_cardHeader__S5Pbq input{accent-color:#16a34a}.BranchesList_cardLogo__XMcMW{align-items:center;background:#16a34a;border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.BranchesList_cardHeader__S5Pbq .BranchesList_statusBadge__OwIGl{margin-left:auto}.BranchesList_cardBody__AE7\+5{padding:14px}.BranchesList_cardBody__AE7\+5 h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.BranchesList_cardCode__pqMqS{color:#6b7280;font-family:monospace;font-size:11px}.BranchesList_cardCompany__yMcVb{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.BranchesList_cardCompany__yMcVb i{font-size:11px}.BranchesList_cardMeta__ywV1V{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.BranchesList_cardMeta__ywV1V span{align-items:center;display:flex;gap:4px}.BranchesList_cardMeta__ywV1V i{font-size:11px}.BranchesList_cardCity__thLk3{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:6px}.BranchesList_cardCity__thLk3 i{font-size:11px}.BranchesList_cardFooter__qnftO{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.BranchesList_cardActions__UYvGw{display:flex;gap:4px}.BranchesList_cardActions__UYvGw button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.BranchesList_cardActions__UYvGw button:hover{background:#16a34a;color:#fff}.BranchesList_pagination__QAuLd{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.BranchesList_pageInfo__VrEAP{color:#6b7280;font-size:12px}.BranchesList_pageInfo__VrEAP strong{color:#111827}.BranchesList_pageControls__lKLQ7{align-items:center;display:flex;gap:8px}.BranchesList_perPageSelect__Ks-Cg{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.BranchesList_pageButtons__a4Mgc{display:flex;gap:2px}.BranchesList_pageBtn__uyunY{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.BranchesList_pageBtn__uyunY:hover:not(:disabled){background:#f3f4f6;border-color:#16a34a;color:#16a34a}.BranchesList_pageBtn__uyunY:disabled{cursor:not-allowed;opacity:.4}.BranchesList_pageNum__BLWvj{color:#6b7280;font-size:12px;padding:0 8px}.BranchesList_modalOverlay__MywiW{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.BranchesList_modal__224Q7{animation:BranchesList_modalIn__BZtsX .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes BranchesList_modalIn__BZtsX{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.BranchesList_modalHeader__JCxAS{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.BranchesList_modalHeader__JCxAS h3{color:#111827;font-size:16px;font-weight:600;margin:0}.BranchesList_modalHeader__JCxAS button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.BranchesList_modalHeader__JCxAS button:hover{color:#374151}.BranchesList_modalBody__aTTC1{padding:20px}.BranchesList_modalBody__aTTC1 p{color:#6b7280;font-size:14px;margin:0 0 16px}.BranchesList_modalBody__aTTC1 .BranchesList_hint__7wrfK{color:#9ca3af;font-size:12px;margin-top:12px}.BranchesList_formGroup__zHbRZ{margin-bottom:14px}.BranchesList_formGroup__zHbRZ label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.BranchesList_formGroup__zHbRZ input,.BranchesList_formGroup__zHbRZ select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.BranchesList_formGroup__zHbRZ input:focus,.BranchesList_formGroup__zHbRZ select:focus{border-color:#16a34a;outline:none}.BranchesList_modalFooter__VJ1vb{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.BranchesList_loading__YtvXO{align-items:center;display:flex;justify-content:center;padding:50px}.BranchesList_spinner__HzMjN{animation:BranchesList_spin__Ce-bu .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#16a34a;height:30px;width:30px}@keyframes BranchesList_spin__Ce-bu{to{transform:rotate(1turn)}}.BranchesList_emptyState__5XG9R{padding:50px 20px;text-align:center}.BranchesList_emptyIcon__\+w45j{color:#d1d5db;font-size:36px;margin-bottom:10px}.BranchesList_emptyState__5XG9R h3{color:#374151;font-size:15px;font-weight:500;margin:0}@media (max-width:1024px){.BranchesList_statsRow__orG1l{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BranchesList_statsRow__orG1l{grid-template-columns:1fr 1fr}.BranchesList_toolbar__birTm{align-items:stretch;flex-direction:column}.BranchesList_toolbarLeft__3UewZ,.BranchesList_toolbarRight__qhUww{width:100%}.BranchesList_toolbarRight__qhUww{flex-wrap:wrap;justify-content:flex-start}.BranchesList_searchBox__7eOOP{width:100%}.BranchesList_bulkActionsBar__4KPDb{align-items:flex-start;flex-direction:column;gap:10px}.BranchesList_bulkButtons__dSzwk{flex-wrap:wrap}}@media (max-width:480px){.BranchesList_statsRow__orG1l{gap:10px;grid-template-columns:1fr 1fr}.BranchesList_statCard__X6fIr{padding:12px}.BranchesList_cardsGrid__IhHfL{grid-template-columns:1fr;padding:12px}.BranchesList_pageHeader__FbI7B{align-items:stretch;flex-direction:column;gap:12px}.BranchesList_headerActions__k5OK0{justify-content:space-between}.BranchesList_pagination__QAuLd{align-items:stretch;flex-direction:column;gap:12px}.BranchesList_pageControls__lKLQ7{justify-content:space-between}}@media (prefers-reduced-motion:reduce){.BranchesList_branchCard__FYLJ0:hover{transform:none}}.BranchForm_pageHeader__XAwrX{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.BranchForm_headerLeft__14gnA{align-items:center;display:flex;gap:16px}.BranchForm_backButton__7\+tDd{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.BranchForm_backButton__7\+tDd:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.BranchForm_titleGroup__xw3Tf{display:flex;flex-direction:column;gap:4px}.BranchForm_pageTitle__GLYdl{color:#1a202c;font-size:24px;font-weight:700;margin:0}.BranchForm_breadcrumb__i\+EWM{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.BranchForm_breadcrumb__i\+EWM a{color:#16a34a;text-decoration:none}.BranchForm_breadcrumb__i\+EWM a:hover{text-decoration:underline}.BranchForm_breadcrumb__i\+EWM span{color:#94a3b8}.BranchForm_tabsNav__w2g9F{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;gap:4px;padding:16px 24px}.BranchForm_tabBtn__3ZQND{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.BranchForm_tabBtn__3ZQND:hover{background:#fff;color:#1a202c}.BranchForm_tabBtn__3ZQND i{font-size:15px}.BranchForm_tabBtn__3ZQND.BranchForm_active__vrk3J{background:#fff;box-shadow:0 2px 8px #00000014;color:#16a34a}.BranchForm_tabContent__op-Qc{background:#f8fafc;border-radius:0 0 16px 16px;padding:24px}.BranchForm_formCard__odD9g{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;margin-bottom:20px;overflow:hidden}.BranchForm_formCard__odD9g:last-child{margin-bottom:0}.BranchForm_cardHeader__tp4RY{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px}.BranchForm_cardHeader__tp4RY h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0}.BranchForm_cardHeader__tp4RY h3 i{color:#16a34a;font-size:16px}.BranchForm_formBody__ngZvg{padding:24px}.BranchForm_formRow__gI9O8{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.BranchForm_formRow__gI9O8:last-child{margin-bottom:0}.BranchForm_formGroup__b9kw8{display:flex;flex-direction:column;gap:8px}.BranchForm_formGroup__b9kw8.BranchForm_full__flo8X{grid-column:span 2}.BranchForm_formGroup__b9kw8 label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:4px}.BranchForm_required__MYeul{color:#ef4444;font-weight:700}.BranchForm_formInput__d-vog,.BranchForm_formSelect__LHhes,.BranchForm_formTextarea__yf5ZL{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:14px;padding:12px 14px;transition:all .2s;width:100%}.BranchForm_formInput__d-vog:focus,.BranchForm_formSelect__LHhes:focus,.BranchForm_formTextarea__yf5ZL:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f;outline:none}.BranchForm_formInput__d-vog:disabled,.BranchForm_formSelect__LHhes:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.BranchForm_formInput__d-vog::placeholder{color:#94a3b8}.BranchForm_formTextarea__yf5ZL{min-height:100px;resize:vertical}.BranchForm_formSelect__LHhes{cursor:pointer}.BranchForm_checkboxLabel__vv-np{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:8px 0}.BranchForm_checkboxLabel__vv-np input[type=checkbox]{accent-color:#16a34a;cursor:pointer;height:20px;width:20px}.BranchForm_helpText__3hVmG{color:#64748b;font-size:12px;font-style:italic;margin-top:4px}.BranchForm_scheduleGrid__T2wF9{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:20px}.BranchForm_dayCard__qB48G{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s}.BranchForm_dayCard__qB48G:hover{border-color:#cbd5e1}.BranchForm_dayCard__qB48G.BranchForm_dayClosed__k\+lHZ{background:#fef2f2;border-color:#fecaca;opacity:.6}.BranchForm_dayHeader__SGRRZ{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.BranchForm_dayHeader__SGRRZ h4{color:#1a202c;font-size:14px;font-weight:700;margin:0;text-transform:capitalize}.BranchForm_toggleLabel__uf8l7{align-items:center;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:6px}.BranchForm_toggleLabel__uf8l7 input{accent-color:#ef4444}.BranchForm_shiftsContainer__T2qjY{display:flex;flex-direction:column;gap:10px}.BranchForm_shiftRow__0daL4{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;padding:10px 12px}.BranchForm_shiftRow__0daL4.BranchForm_shiftInactive__dcCXy{background:#f1f5f9;opacity:.4}.BranchForm_shiftRow__0daL4 label{align-items:center;display:flex}.BranchForm_shiftRow__0daL4 input[type=checkbox]{accent-color:#16a34a;height:16px;width:16px}.BranchForm_shiftName__D4xnd{color:#374151;font-size:13px;font-weight:600;min-width:80px}.BranchForm_timeInput__FlmHc{border:1px solid #e2e8f0;border-radius:6px;font-size:13px;padding:8px 10px;width:110px}.BranchForm_timeInput__FlmHc:focus{border-color:#16a34a;outline:none}.BranchForm_timeInput__FlmHc:disabled{background:#f1f5f9;color:#94a3b8}.BranchForm_settingsGrid__8\+uWz{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.BranchForm_settingItem__3onF8{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;gap:14px;padding:16px;transition:all .2s}.BranchForm_settingItem__3onF8:hover{background:#f0fdf4;border-color:#bbf7d0}.BranchForm_settingItem__3onF8.BranchForm_enabled__BjSXg{background:#f0fdf4;border-color:#16a34a}.BranchForm_settingItem__3onF8 input{display:none}.BranchForm_settingItem__3onF8 i{color:#94a3b8;font-size:20px;text-align:center;width:24px}.BranchForm_settingItem__3onF8.BranchForm_enabled__BjSXg i{color:#16a34a}.BranchForm_settingItem__3onF8 span{color:#374151;font-size:14px;font-weight:500}.BranchForm_radioGroup__rjP3V{display:flex;gap:12px}.BranchForm_radioOption__lr\+jL{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex:1 1;gap:10px;padding:14px 18px;transition:all .2s}.BranchForm_radioOption__lr\+jL:hover{background:#f0fdf4}.BranchForm_radioOption__lr\+jL.BranchForm_selected__\+tlY0{background:#f0fdf4;border-color:#16a34a}.BranchForm_radioOption__lr\+jL input{display:none}.BranchForm_radioOption__lr\+jL i{color:#94a3b8;font-size:16px}.BranchForm_radioOption__lr\+jL.BranchForm_selected__\+tlY0 i{color:#16a34a}.BranchForm_formActions__MoI0q{background:#fff;border-radius:0 0 16px 16px;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding:20px 24px}.BranchForm_btnCancel__Hjfzk{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.BranchForm_btnCancel__Hjfzk:hover{background:#f8fafc;border-color:#cbd5e1}.BranchForm_btnCancel__Hjfzk:disabled{cursor:not-allowed;opacity:.5}.BranchForm_btnSubmit__744c\+{align-items:center;background:#16a34a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 28px;transition:all .2s}.BranchForm_btnSubmit__744c\+:hover{box-shadow:0 4px 12px #16a34a40;transform:translateY(-1px)}.BranchForm_btnSubmit__744c\+:disabled{cursor:not-allowed;opacity:.6;transform:none}.BranchForm_btnSpinner__m3Dqx{animation:BranchForm_spin__5ofWP .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes BranchForm_spin__5ofWP{to{transform:rotate(1turn)}}.BranchForm_loading__F1JOA{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.BranchForm_spinner__vzdxg{animation:BranchForm_spin__5ofWP .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#16a34a;height:44px;width:44px}@media (max-width:768px){.BranchForm_formRow__gI9O8{grid-template-columns:1fr}.BranchForm_formGroup__b9kw8.BranchForm_full__flo8X{grid-column:span 1}.BranchForm_tabsNav__w2g9F{flex-wrap:wrap;padding:12px 16px}.BranchForm_tabBtn__3ZQND{font-size:13px;padding:10px 16px}.BranchForm_radioGroup__rjP3V{flex-direction:column}.BranchForm_scheduleGrid__T2wF9{grid-template-columns:1fr}.BranchForm_headerLeft__14gnA{align-items:flex-start;flex-direction:column;gap:12px}}@media (max-width:480px){.BranchForm_formBody__ngZvg,.BranchForm_tabContent__op-Qc{padding:16px}.BranchForm_formActions__MoI0q{flex-direction:column-reverse;padding:16px}.BranchForm_btnCancel__Hjfzk,.BranchForm_btnSubmit__744c\+{justify-content:center;width:100%}.BranchForm_settingsGrid__8\+uWz{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.BranchForm_btnSubmit__744c\+:hover{transform:none}}.BranchForm_companyDisplay__RbjOG{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#15803d;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 14px}.BranchForm_companyDisplay__RbjOG i{color:#16a34a;font-size:16px}.BranchForm_codeDisplay__9jLBF{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#15803d;display:flex;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;font-weight:500;gap:10px;padding:10px 14px}.BranchForm_codeDisplay__9jLBF i{color:#22c55e;font-size:16px}.BranchForm_codeDisplay__9jLBF i.BranchForm_fa-magic__dZzQd{color:#475569}.BranchForm_codeDisplay__9jLBF:has(i.BranchForm_fa-magic__dZzQd){background:#f8fafc;border-color:#e2e8f0;color:#475569;font-family:inherit;font-style:italic}.BranchView_pageHeader__IF1ss{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.BranchView_headerLeft__cC98j{align-items:center;display:flex;gap:16px}.BranchView_backButton__s0UfS{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.BranchView_backButton__s0UfS:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.BranchView_titleGroup__EqkBy{display:flex;flex-direction:column;gap:4px}.BranchView_pageTitle__CNbvG{align-items:center;color:#1a202c;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.BranchView_mainBadge__XtNew{background:#fef3c7;border-radius:12px;color:#92400e;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.BranchView_breadcrumb__vXTVO{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.BranchView_breadcrumb__vXTVO a{color:#16a34a;text-decoration:none}.BranchView_breadcrumb__vXTVO a:hover{text-decoration:underline}.BranchView_breadcrumb__vXTVO span{color:#94a3b8}.BranchView_headerActions__KXtUY{align-items:center;display:flex;gap:10px}.BranchView_btnSecondary__ICyHE{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s}.BranchView_btnSecondary__ICyHE:hover{background:#f8fafc;border-color:#cbd5e1}.BranchView_btnDanger__1B4E-{align-items:center;background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.BranchView_btnDanger__1B4E-:hover{box-shadow:0 4px 12px #dc262640;transform:translateY(-1px)}.BranchView_btnPrimary__kdUQZ{align-items:center;background:#16a34a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none}.BranchView_btnPrimary__kdUQZ:hover{box-shadow:0 4px 12px #16a34a40;transform:translateY(-1px)}.BranchView_statsRow__qwXPV{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.BranchView_statCard__surW2{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.BranchView_statCard__surW2:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.BranchView_statIcon__VE6F2{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.BranchView_statIcon__VE6F2.BranchView_blue__QYTiq{background:#f1f5f9;color:#475569}.BranchView_statIcon__VE6F2.BranchView_green__mFC5N{background:#f0fdf4;color:#16a34a}.BranchView_statIcon__VE6F2.BranchView_purple__ccNzs{background:#f1f5f9;color:#475569}.BranchView_statIcon__VE6F2.BranchView_orange__\+MJWW{background:#fffbeb;color:#d97706}.BranchView_statInfo__8zaMe{display:flex;flex-direction:column;gap:2px}.BranchView_statValue__liteo{color:#1a202c;font-size:26px;font-weight:700;line-height:1}.BranchView_statLabel__j304i{color:#64748b;font-size:13px;font-weight:500}.BranchView_card__Cbnu0{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.BranchView_tabsNav__CEI0U{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:4px;padding:16px 24px}.BranchView_tabBtn__1xHik{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.BranchView_tabBtn__1xHik:hover{background:#fff;color:#1a202c}.BranchView_tabBtn__1xHik i{font-size:15px}.BranchView_tabBtn__1xHik.BranchView_active__YNtXg{background:#fff;box-shadow:0 2px 8px #00000014;color:#16a34a}.BranchView_tabBtn__1xHik.BranchView_active__YNtXg:hover{background:#fff}.BranchView_detailsGrid__4zOW0{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.BranchView_detailGroup__bByPN{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:12px 0}.BranchView_detailGroup__bByPN:last-child{border-bottom:none}.BranchView_detailLabel__a-ToN{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.BranchView_detailValue__B0C62{color:#1a202c;font-size:15px;font-weight:500}.BranchView_detailValue__B0C62 a{color:#16a34a;font-weight:600;text-decoration:none}.BranchView_detailValue__B0C62 a:hover{text-decoration:underline}.BranchView_statusBadge__hilOX{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:5px 12px}.BranchView_statusBadge__hilOX.BranchView_active__YNtXg{background:#dcfce7;color:#15803d}.BranchView_statusBadge__hilOX.BranchView_active__YNtXg:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.BranchView_statusBadge__hilOX.BranchView_inactive__fkDPH{background:#fee2e2;color:#991b1b}.BranchView_typeTag__F1pnD{background:#f1f5f9;border-radius:8px;color:#475569;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px;text-transform:capitalize}.BranchView_scheduleView__fd3Gh{padding:24px}.BranchView_scheduleGrid__sYge9{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.BranchView_dayCard__JSHd-{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s}.BranchView_dayCard__JSHd-:hover{border-color:#cbd5e1}.BranchView_dayCard__JSHd-.BranchView_dayClosed__ZF0km{background:#fef2f2;border-color:#fecaca;opacity:.5}.BranchView_dayHeader__pp9pB{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.BranchView_dayHeader__pp9pB h4{color:#1a202c;font-size:14px;font-weight:700;margin:0;text-transform:capitalize}.BranchView_closedTag__M9Fay{background:#fee2e2;border-radius:6px;color:#991b1b;font-size:10px;font-weight:700;padding:3px 8px;text-transform:uppercase}.BranchView_shiftRow__m\+zqJ{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px 12px}.BranchView_shiftRow__m\+zqJ:last-child{margin-bottom:0}.BranchView_shiftRow__m\+zqJ.BranchView_shiftInactive__Ue1Vh{opacity:.4}.BranchView_shiftName__NtcGt{color:#374151;font-size:13px;font-weight:600}.BranchView_inactiveTag__rYJo6{color:#94a3b8;font-size:11px;font-style:italic}.BranchView_emptyState__uSSzj{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.BranchView_emptyState__uSSzj h3{color:#1a202c;font-size:18px;margin:0 0 16px}.BranchView_emptyState__uSSzj p{color:#64748b;font-size:14px;margin:0}.BranchView_loading__IzcXu{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.BranchView_spinner__XZXVL{animation:BranchView_spin__fjBtw .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#16a34a;height:44px;width:44px}@keyframes BranchView_spin__fjBtw{to{transform:rotate(1turn)}}@media (max-width:1024px){.BranchView_statsRow__qwXPV{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BranchView_statsRow__qwXPV{grid-template-columns:1fr}.BranchView_pageHeader__IF1ss{align-items:stretch;flex-direction:column}.BranchView_headerLeft__cC98j{align-items:flex-start;flex-direction:column;gap:12px}.BranchView_headerActions__KXtUY{justify-content:flex-start}.BranchView_tabsNav__CEI0U{flex-wrap:wrap;padding:12px 16px}.BranchView_tabBtn__1xHik{padding:10px 16px}.BranchView_detailsGrid__4zOW0{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.BranchView_btnDanger__1B4E-:hover,.BranchView_btnPrimary__kdUQZ:hover,.BranchView_statCard__surW2:hover{transform:none}}.CategoriesList_pageHeader__oXdA6{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.CategoriesList_headerLeft__I-\+E8{flex:1 1}.CategoriesList_pageTitle__F\+fA4{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.CategoriesList_breadcrumb__F27Fz{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.CategoriesList_breadcrumb__F27Fz a{color:#6366f1;text-decoration:none}.CategoriesList_headerActions__MGr4-{align-items:center;display:flex;gap:10px}.CategoriesList_btnIcon__Ky4su{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.CategoriesList_btnIcon__Ky4su:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.CategoriesList_btnIcon__Ky4su.CategoriesList_active__SvSeI{background:#6366f1;border-color:#6366f1;color:#fff}.CategoriesList_btnPrimary__CBzVe{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.CategoriesList_btnPrimary__CBzVe:hover{background:#4f46e5}.CategoriesList_btnSecondary__LYG0S{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.CategoriesList_btnSecondary__LYG0S:hover{background:#f9fafb}.CategoriesList_statsRow__Jy9qj{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.CategoriesList_statCard__izoY2{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.CategoriesList_statIcon__wkIVg{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.CategoriesList_statIcon__wkIVg.CategoriesList_blue__cfVDp{background:#eff6ff;color:#3b82f6}.CategoriesList_statIcon__wkIVg.CategoriesList_green__SVPGR{background:#f0fdf4;color:#22c55e}.CategoriesList_statIcon__wkIVg.CategoriesList_orange__q4Ded{background:#fff7ed;color:#f97316}.CategoriesList_statIcon__wkIVg.CategoriesList_purple__CeAYe{background:#faf5ff;color:#a855f7}.CategoriesList_statInfo__BGUHU{flex:1 1}.CategoriesList_statValue__Bihbt{color:#111827;font-size:20px;font-weight:700}.CategoriesList_statLabel__63-27{color:#6b7280;font-size:12px}.CategoriesList_card__xwFpP{box-shadow:0 1px 3px #0000000d}.CategoriesList_toolbar__2rSFs{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.CategoriesList_toolbarLeft__xBGh3,.CategoriesList_toolbar__2rSFs{align-items:center;display:flex;gap:10px}.CategoriesList_toolbarRight__VpPNJ{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.CategoriesList_searchBox__RQ-Pp{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.CategoriesList_searchBox__RQ-Pp i{color:#9ca3af;font-size:13px}.CategoriesList_searchBox__RQ-Pp input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.CategoriesList_toolbarBtn__2lioD{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.CategoriesList_toolbarBtn__2lioD:hover{border-color:#6366f1;color:#6366f1}.CategoriesList_toolbarBtn__2lioD.CategoriesList_active__SvSeI{background:#eef2ff;border-color:#6366f1;color:#6366f1}.CategoriesList_toolbarBtn__2lioD .CategoriesList_badge__L\+QYq{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.CategoriesList_toolbarSelect__GXmj9{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.CategoriesList_layoutToggle__s1xGJ{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.CategoriesList_layoutToggle__s1xGJ button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.CategoriesList_layoutToggle__s1xGJ button:first-child{border-right:1px solid #e5e7eb}.CategoriesList_layoutToggle__s1xGJ button.CategoriesList_active__SvSeI{background:#6366f1;color:#fff}.CategoriesList_layoutToggle__s1xGJ button:hover:not(.CategoriesList_active__SvSeI){background:#f3f4f6}.CategoriesList_dropdownWrapper__QbKtr{position:relative}.CategoriesList_dropdownMenu__NHG58{animation:CategoriesList_fadeIn__Mzu8L .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes CategoriesList_fadeIn__Mzu8L{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.CategoriesList_dropdownHeader__Mrcla{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.CategoriesList_dropdownItem__cID\+A{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.CategoriesList_dropdownItem__cID\+A:hover{background:#f9fafb}.CategoriesList_dropdownItem__cID\+A i{color:#9ca3af;width:16px}.CategoriesList_dropdownItem__cID\+A button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.CategoriesList_dropdownItem__cID\+A button:hover{color:#ef4444}.CategoriesList_dropdownEmpty__pfNb7{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.CategoriesList_dropdownFooter__n2Nsa{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.CategoriesList_dropdownFooter__n2Nsa button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.CategoriesList_dropdownFooter__n2Nsa button:hover{text-decoration:underline}.CategoriesList_checkboxItem__Mtp-w{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.CategoriesList_checkboxItem__Mtp-w:hover{background:#f9fafb}.CategoriesList_checkboxItem__Mtp-w input{accent-color:#6366f1}.CategoriesList_filterPanel__R2oXI{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.CategoriesList_filterGroup__FLkP9{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.CategoriesList_filterGroup__FLkP9.CategoriesList_subgroup__jPGqf{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.CategoriesList_subgroupHeader__1MOSR{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.CategoriesList_removeSubgroupBtn__2RD8E{background:none;border:none;color:#d1d5db;cursor:pointer}.CategoriesList_removeSubgroupBtn__2RD8E:hover{color:#ef4444}.CategoriesList_conditionsList__uXe-H{display:flex;flex-direction:column;gap:6px}.CategoriesList_conditionRow__hlhN0{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.CategoriesList_conditionHandle__djOB2{color:#d1d5db;cursor:grab;font-size:11px}.CategoriesList_logicLabel__fPpKd,.CategoriesList_whereLabel__YLbYh{color:#6b7280;font-size:12px;min-width:42px}.CategoriesList_fieldSelect__g8zLZ,.CategoriesList_operatorSelect__LWQg6,.CategoriesList_valueInput__yyArc,.CategoriesList_valueSelect__eUpjA{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.CategoriesList_fieldSelect__g8zLZ{min-width:120px}.CategoriesList_operatorSelect__LWQg6{min-width:90px}.CategoriesList_valueInput__yyArc,.CategoriesList_valueSelect__eUpjA{flex:1 1;max-width:160px;min-width:120px}.CategoriesList_fieldSelect__g8zLZ:focus,.CategoriesList_operatorSelect__LWQg6:focus,.CategoriesList_valueInput__yyArc:focus,.CategoriesList_valueSelect__eUpjA:focus{border-color:#6366f1;outline:none}.CategoriesList_removeBtn__v\+I9J{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.CategoriesList_removeBtn__v\+I9J:hover{color:#ef4444}.CategoriesList_subgroupsContainer__dxUQ0{margin-top:8px}.CategoriesList_groupActions__dI\+Cv{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.CategoriesList_logicToggle__JpNcU{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.CategoriesList_logicBtn__3wvmb{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.CategoriesList_logicBtn__3wvmb.CategoriesList_active__SvSeI{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.CategoriesList_addConditionBtn__EHk7l,.CategoriesList_addSubgroupBtn__tC1iD{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.CategoriesList_addConditionBtn__EHk7l:hover,.CategoriesList_addSubgroupBtn__tC1iD:hover{text-decoration:underline}.CategoriesList_filterPanelFooter__T8Ro0{display:flex;justify-content:space-between;margin-top:10px}.CategoriesList_addGroupBtn__S5ffU{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.CategoriesList_clearAllBtn__4xFL3{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.CategoriesList_clearAllBtn__4xFL3:hover{color:#ef4444}.CategoriesList_bulkActionsBar__Bbbe6{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.CategoriesList_bulkInfo__9KmnO{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.CategoriesList_bulkInfo__9KmnO input{accent-color:#6366f1}.CategoriesList_clearSelectionBtn__l4WIk{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.CategoriesList_bulkButtons__P73Zn{display:flex;gap:6px}.CategoriesList_bulkButtons__P73Zn button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.CategoriesList_bulkButtons__P73Zn button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.CategoriesList_bulkButtons__P73Zn button.CategoriesList_dangerBtn__BFAJN{border-color:#fecaca;color:#dc2626}.CategoriesList_bulkButtons__P73Zn button.CategoriesList_dangerBtn__BFAJN:hover{background:#dc2626;border-color:#dc2626;color:#fff}.CategoriesList_bulkButtons__P73Zn button:disabled{cursor:not-allowed;opacity:.5}.CategoriesList_trashBanner__TVEgf{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.CategoriesList_resultsBar__4f6z8{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.CategoriesList_groupHeader__o20km{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.CategoriesList_groupCount__6I8C1{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.CategoriesList_tableWrapper__obush{overflow-x:auto}.CategoriesList_table__5r0Fy{border-collapse:collapse;width:100%}.CategoriesList_table__5r0Fy thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.CategoriesList_table__5r0Fy tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.CategoriesList_table__5r0Fy tbody tr:hover{background:#f9fafb}.CategoriesList_selectedRow__zShJU{background:#eef2ff!important}.CategoriesList_idCell__1\+J1W{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.CategoriesList_branchInfo__i\+6is{align-items:center;display:flex;gap:10px}.CategoriesList_branchLogo__GkAge{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.CategoriesList_branchDetails__-uB0i h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.CategoriesList_branchDetails__-uB0i span{color:#6b7280;font-size:11px}.CategoriesList_mainBadge__9Ax1f{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.CategoriesList_companyCell__oIw\+U{display:flex;flex-direction:column}.CategoriesList_companyCell__oIw\+U span{color:#111827;font-size:13px}.CategoriesList_companyCell__oIw\+U small{color:#9ca3af;font-size:11px}.CategoriesList_typeTag__GOQ36{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px;text-transform:capitalize}.CategoriesList_statusBadge__v6CPN{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.CategoriesList_statusBadge__v6CPN.CategoriesList_active__SvSeI{background:#d1fae5;color:#059669}.CategoriesList_statusBadge__v6CPN.CategoriesList_inactive__-dQAT{background:#fee2e2;color:#dc2626}.CategoriesList_actions__ZFwym{display:flex;gap:4px}.CategoriesList_actionBtn__NNRDI{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.CategoriesList_actionBtn__NNRDI.CategoriesList_view__jNYIC{background:#eff6ff;color:#3b82f6}.CategoriesList_actionBtn__NNRDI.CategoriesList_view__jNYIC:hover{background:#3b82f6;color:#fff}.CategoriesList_actionBtn__NNRDI.CategoriesList_edit__gZN5V{background:#fef3c7;color:#d97706}.CategoriesList_actionBtn__NNRDI.CategoriesList_edit__gZN5V:hover{background:#d97706;color:#fff}.CategoriesList_actionBtn__NNRDI.CategoriesList_delete__diHbz{background:#fee2e2;color:#dc2626}.CategoriesList_actionBtn__NNRDI.CategoriesList_delete__diHbz:hover{background:#dc2626;color:#fff}.CategoriesList_actionBtn__NNRDI.CategoriesList_restore__gvhS4{background:#d1fae5;color:#059669}.CategoriesList_actionBtn__NNRDI.CategoriesList_restore__gvhS4:hover{background:#059669;color:#fff}.CategoriesList_cardsGrid__038PS{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.CategoriesList_branchCard__ZjYGK{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.CategoriesList_branchCard__ZjYGK:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.CategoriesList_branchCard__ZjYGK.CategoriesList_selected__Cetrw{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.CategoriesList_cardHeader__2RZ4\+{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.CategoriesList_cardHeader__2RZ4\+ input{accent-color:#6366f1}.CategoriesList_cardLogo__NWL5b{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.CategoriesList_cardHeader__2RZ4\+ .CategoriesList_statusBadge__v6CPN{margin-left:auto}.CategoriesList_cardBody__KakQf{padding:14px}.CategoriesList_cardBody__KakQf h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.CategoriesList_cardCode__TyscK{color:#6b7280;font-family:monospace;font-size:11px}.CategoriesList_cardCompany__D\+gdc{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.CategoriesList_cardCompany__D\+gdc i{font-size:11px}.CategoriesList_cardMeta__ryZ-4{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.CategoriesList_cardMeta__ryZ-4 span{align-items:center;display:flex;gap:4px}.CategoriesList_cardMeta__ryZ-4 i{font-size:11px}.CategoriesList_cardCity__KKFfO{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:6px}.CategoriesList_cardCity__KKFfO i{font-size:11px}.CategoriesList_cardFooter__\+88cu{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.CategoriesList_cardActions__MIxhw{display:flex;gap:4px}.CategoriesList_cardActions__MIxhw button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.CategoriesList_cardActions__MIxhw button:hover{background:#6366f1;color:#fff}.CategoriesList_pagination__BXQA2{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.CategoriesList_pageInfo__uB6Q-{color:#6b7280;font-size:12px}.CategoriesList_pageInfo__uB6Q- strong{color:#111827}.CategoriesList_pageControls__v6Mtw{align-items:center;display:flex;gap:8px}.CategoriesList_perPageSelect__pU6\+w{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.CategoriesList_pageButtons__vvA-l{display:flex;gap:2px}.CategoriesList_pageBtn__4oaBP{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.CategoriesList_pageBtn__4oaBP:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.CategoriesList_pageBtn__4oaBP:disabled{cursor:not-allowed;opacity:.4}.CategoriesList_pageNum__TnyIg{color:#6b7280;font-size:12px;padding:0 8px}.CategoriesList_modalOverlay__mhI3r{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.CategoriesList_modal__4o\+lp{animation:CategoriesList_modalIn__2hL7L .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes CategoriesList_modalIn__2hL7L{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.CategoriesList_modalHeader__DF5Tu{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.CategoriesList_modalHeader__DF5Tu h3{color:#111827;font-size:16px;font-weight:600;margin:0}.CategoriesList_modalHeader__DF5Tu button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.CategoriesList_modalHeader__DF5Tu button:hover{color:#374151}.CategoriesList_modalBody__1VpIF{padding:20px}.CategoriesList_modalBody__1VpIF p{color:#6b7280;font-size:14px;margin:0 0 16px}.CategoriesList_modalBody__1VpIF .CategoriesList_hint__64Nnt{color:#9ca3af;font-size:12px;margin-top:12px}.CategoriesList_formGroup__rs6B6{margin-bottom:14px}.CategoriesList_formGroup__rs6B6 label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.CategoriesList_formGroup__rs6B6 input,.CategoriesList_formGroup__rs6B6 select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.CategoriesList_formGroup__rs6B6 input:focus,.CategoriesList_formGroup__rs6B6 select:focus{border-color:#6366f1;outline:none}.CategoriesList_modalFooter__JrJWq{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.CategoriesList_loading__uNStq{align-items:center;display:flex;justify-content:center;padding:50px}.CategoriesList_spinner__gL4wl{animation:CategoriesList_spin__IRY1p .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes CategoriesList_spin__IRY1p{to{transform:rotate(1turn)}}.CategoriesList_emptyState__Lmnjp{padding:50px 20px;text-align:center}.CategoriesList_emptyIcon__H-mrO{color:#d1d5db;font-size:36px;margin-bottom:10px}.CategoriesList_emptyState__Lmnjp h3{color:#374151;font-size:15px;font-weight:500;margin:0}@media (max-width:1024px){.CategoriesList_statsRow__Jy9qj{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CategoriesList_statsRow__Jy9qj{grid-template-columns:1fr 1fr}.CategoriesList_toolbar__2rSFs{align-items:stretch;flex-direction:column}.CategoriesList_toolbarLeft__xBGh3,.CategoriesList_toolbarRight__VpPNJ{width:100%}.CategoriesList_toolbarRight__VpPNJ{flex-wrap:wrap;justify-content:flex-start}.CategoriesList_searchBox__RQ-Pp{width:100%}.CategoriesList_bulkActionsBar__Bbbe6{align-items:flex-start;flex-direction:column;gap:10px}.CategoriesList_bulkButtons__P73Zn{flex-wrap:wrap}}@media (max-width:480px){.CategoriesList_cardsGrid__038PS,.CategoriesList_statsRow__Jy9qj{grid-template-columns:1fr}}.CategoriesList_categoryInfo__-2jjZ{align-items:center;display:flex;gap:10px}.CategoriesList_categoryLogo__M2f-f{align-items:center;background:#667eea;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:14px;height:32px;justify-content:center;width:32px}.CategoriesList_categoryDetails__qGy-3 h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.CategoriesList_categoryDetails__qGy-3 span{color:#6b7280;font-size:11px}.CategoriesList_defaultBadge__XIDz7{background:#dbeafe;border-radius:3px;color:#2563eb;font-size:9px;font-weight:600;padding:2px 5px}.CategoriesList_defaultRow__snUcs{background:#f0f9ff}.CategoriesList_mainCard__M6nyx{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.CategoriesList_card__xwFpP{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.CategoriesList_card__xwFpP:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.CategoriesList_card__xwFpP.CategoriesList_selected__Cetrw{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.CategoryForm_loading__Vqv15{align-items:center;display:flex;justify-content:center;padding:4rem}.CategoryForm_spinner__V6cjr{animation:CategoryForm_spin__4cFd8 .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes CategoryForm_spin__4cFd8{to{transform:rotate(1turn)}}.CategoryForm_pageHeader__RcuXx{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.CategoryForm_headerLeft__qjM4D{align-items:center;display:flex;gap:1rem}.CategoryForm_backButton__a5fRD{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.CategoryForm_backButton__a5fRD:hover{background:#f9fafb;color:#111827}.CategoryForm_pageTitle__is2Ra{color:#111827;font-size:1.5rem;font-weight:700}.CategoryForm_breadcrumb__JOhUl{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-top:.25rem}.CategoryForm_breadcrumb__JOhUl a{color:#667eea;text-decoration:none}.CategoryForm_breadcrumb__JOhUl a:hover{text-decoration:underline}.CategoryForm_formGrid__W0bM3{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}@media (max-width:1024px){.CategoryForm_formGrid__W0bM3{grid-template-columns:1fr}}.CategoryForm_formCard__uYgej{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.CategoryForm_cardHeader__Emxd4{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.CategoryForm_cardHeader__Emxd4 h3{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:600;gap:.5rem}.CategoryForm_cardHeader__Emxd4 h3 i{color:#667eea}.CategoryForm_formBody__Z2dhG{padding:1.25rem}.CategoryForm_formRow__N2yRi{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.CategoryForm_formRow__N2yRi{grid-template-columns:1fr}}.CategoryForm_formGroup__BJuSD{margin-bottom:1rem}.CategoryForm_formGroup__BJuSD label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.CategoryForm_formInput__-MGH\+,.CategoryForm_formSelect__eI9tv,.CategoryForm_formTextarea__RDDDb{border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.875rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.CategoryForm_formInput__-MGH\+:focus,.CategoryForm_formSelect__eI9tv:focus,.CategoryForm_formTextarea__RDDDb:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.CategoryForm_formInput__-MGH\+:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.CategoryForm_formTextarea__RDDDb{min-height:80px;resize:vertical}.CategoryForm_iconGrid__WLfan{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(8,1fr)}@media (max-width:640px){.CategoryForm_iconGrid__WLfan{grid-template-columns:repeat(6,1fr)}}.CategoryForm_iconOption__NnAd1{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;transition:all .15s;width:40px}.CategoryForm_iconOption__NnAd1:hover{border-color:#667eea;color:#667eea}.CategoryForm_iconOption__NnAd1.CategoryForm_selected__CqM\+p{background:#667eea;border-color:#667eea;color:#fff}.CategoryForm_colorGrid__OicGi{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(9,1fr)}@media (max-width:640px){.CategoryForm_colorGrid__OicGi{grid-template-columns:repeat(6,1fr)}}.CategoryForm_colorOption__A8EBc{border:3px solid #0000;border-radius:8px;cursor:pointer;height:32px;transition:all .15s;width:32px}.CategoryForm_colorOption__A8EBc:hover{transform:scale(1.1)}.CategoryForm_colorOption__A8EBc.CategoryForm_selected__CqM\+p{border-color:#111827;box-shadow:inset 0 0 0 2px #fff}.CategoryForm_previewBox__pJPub{background:#f9fafb;border-radius:8px;margin-top:1rem;padding:1rem;text-align:center}.CategoryForm_previewLabel__wuY0C{color:#6b7280;font-size:.75rem;margin-bottom:.75rem;text-transform:uppercase}.CategoryForm_categoryPreview__xTds4{align-items:center;border-radius:8px;color:#fff;display:inline-flex;font-weight:500;gap:.75rem;padding:.75rem 1.25rem}.CategoryForm_categoryPreview__xTds4 i{font-size:1.25rem}.CategoryForm_statusGrid__zvm1X{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.CategoryForm_statusOption__dH7C0{align-items:flex-start;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .15s}.CategoryForm_statusOption__dH7C0 input{display:none}.CategoryForm_statusOption__dH7C0 i{color:#9ca3af;font-size:1.25rem;margin-top:.125rem}.CategoryForm_statusOption__dH7C0 div{flex:1 1}.CategoryForm_statusOption__dH7C0 span{color:#374151;display:block;font-weight:500}.CategoryForm_statusOption__dH7C0 small{color:#9ca3af;font-size:.75rem}.CategoryForm_statusOption__dH7C0:hover{border-color:#667eea}.CategoryForm_statusOption__dH7C0.CategoryForm_active__wvYil{background:#ecfdf5;border-color:#10b981}.CategoryForm_statusOption__dH7C0.CategoryForm_active__wvYil i{color:#10b981}.CategoryForm_statusOption__dH7C0.CategoryForm_default__3dNSJ{background:#fffbeb;border-color:#f59e0b}.CategoryForm_statusOption__dH7C0.CategoryForm_default__3dNSJ i{color:#f59e0b}.CategoryForm_helpText__EHe2V{align-items:center;color:#6b7280;display:flex;font-size:.8125rem;gap:.5rem;margin-top:.5rem}.CategoryForm_helpText__EHe2V i{color:#9ca3af}.CategoryForm_formActions__sse4j{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 0}.CategoryForm_btnCancel__eT3zo{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background .2s}.CategoryForm_btnCancel__eT3zo:hover{background:#e5e7eb}.CategoryForm_btnCancel__eT3zo:disabled{cursor:not-allowed;opacity:.5}.CategoryForm_btnSubmit__qtlJd{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background .2s}.CategoryForm_btnSubmit__qtlJd:hover{background:#5a67d8}.CategoryForm_btnSubmit__qtlJd:disabled{cursor:not-allowed;opacity:.7}.CategoryForm_btnSpinner__QlUnE{animation:CategoryForm_spin__4cFd8 .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.CategoryView_loading__PmoRJ{align-items:center;display:flex;justify-content:center;padding:4rem}.CategoryView_spinner__7kSsB{animation:CategoryView_spin__uMAev .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes CategoryView_spin__uMAev{to{transform:rotate(1turn)}}.CategoryView_emptyState__H7FGY{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.CategoryView_emptyState__H7FGY i{color:#d1d5db;font-size:3rem;margin-bottom:1rem}.CategoryView_emptyState__H7FGY h3{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.CategoryView_emptyState__H7FGY p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.CategoryView_pageHeader__kYtft{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.CategoryView_headerLeft__63Phj{align-items:center;display:flex;gap:1rem}.CategoryView_backButton__AVSvC{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.CategoryView_backButton__AVSvC:hover{background:#f9fafb;color:#111827}.CategoryView_categoryBadge__T0sbs{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.CategoryView_pageTitle__V\+sjN{align-items:center;color:#111827;display:flex;flex-wrap:wrap;font-size:1.5rem;font-weight:700;gap:.75rem}.CategoryView_defaultBadge__I4tFT{background:#fef3c7;border-radius:4px;color:#92400e;font-size:.6875rem;font-weight:500;padding:.25rem .5rem}.CategoryView_statusBadge__V-Kn4{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.CategoryView_statusBadge__V-Kn4.CategoryView_active__RpD07{background:#d1fae5;color:#059669}.CategoryView_statusBadge__V-Kn4.CategoryView_inactive__D5CVY{background:#fee2e2;color:#dc2626}.CategoryView_breadcrumb__2eeiF{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-top:.25rem}.CategoryView_breadcrumb__2eeiF a{color:#667eea;text-decoration:none}.CategoryView_breadcrumb__2eeiF a:hover{text-decoration:underline}.CategoryView_headerActions__1xWhY{display:flex;gap:.75rem}.CategoryView_btnSecondary__je0zT{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;text-decoration:none;transition:all .2s}.CategoryView_btnSecondary__je0zT:hover{background:#f9fafb}.CategoryView_btnDanger__lguUn{align-items:center;background:#fee2e2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.CategoryView_btnDanger__lguUn:hover{background:#fecaca}.CategoryView_btnPrimary__pbifC{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;text-decoration:none;transition:all .2s}.CategoryView_btnPrimary__pbifC:hover{background:#5a67d8}.CategoryView_statsRow__rWvU7{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}@media (max-width:1024px){.CategoryView_statsRow__rWvU7{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.CategoryView_statsRow__rWvU7{grid-template-columns:1fr}}.CategoryView_statCard__dyslO{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:1rem;padding:1.25rem}.CategoryView_statIcon__V1JpV{align-items:center;border-radius:12px;display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.CategoryView_statIcon__V1JpV.CategoryView_blue__OVppP{background:#667eea1a;color:#667eea}.CategoryView_statIcon__V1JpV.CategoryView_green__Eicnb{background:#10b9811a;color:#10b981}.CategoryView_statIcon__V1JpV.CategoryView_purple__Yk55N{background:#8b5cf61a;color:#8b5cf6}.CategoryView_statIcon__V1JpV.CategoryView_orange__oEVd-{background:#f59e0b1a;color:#f59e0b}.CategoryView_statInfo__ORIvN{flex:1 1}.CategoryView_statValue__G2nwv{color:#111827;font-size:1.5rem;font-weight:700}.CategoryView_statLabel__Opfzm{color:#6b7280;font-size:.875rem}.CategoryView_card__q0KsO{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.CategoryView_tabsNav__kQsn-{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.CategoryView_tabBtn__IvGQ8{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:-1px;padding:1rem 1.5rem;transition:all .2s}.CategoryView_tabBtn__IvGQ8:hover{color:#374151}.CategoryView_tabBtn__IvGQ8.CategoryView_active__RpD07{background:#fff;border-bottom-color:#667eea;color:#667eea}.CategoryView_detailsGrid__7a1YR{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}@media (max-width:768px){.CategoryView_detailsGrid__7a1YR{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.CategoryView_detailsGrid__7a1YR{grid-template-columns:1fr}}.CategoryView_detailGroup__vBzNs{display:flex;flex-direction:column;gap:.25rem}.CategoryView_detailLabel__UcCm2{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase}.CategoryView_detailValue__xJR\+z{color:#111827;font-size:.9375rem}.CategoryView_typeTag__0Cer6{background:#f3f4f6;border-radius:4px;color:#374151;display:inline-block;font-size:.8125rem;padding:.25rem .5rem;text-transform:capitalize}.CategoryView_subCategoriesTab__2li0y{padding:1.5rem}.CategoryView_subHeader__bGnZT{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.CategoryView_subHeader__bGnZT h3{color:#111827;font-size:1.125rem;font-weight:600}.CategoryView_subList__yCHUC{display:flex;flex-direction:column;gap:.75rem}.CategoryView_subItem__Ayu5-{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.CategoryView_subIcon__ceQTd{align-items:center;background:#e5e7eb;border-radius:8px;color:#6b7280;display:flex;font-size:1rem;height:40px;justify-content:center;width:40px}.CategoryView_subInfo__NLzc-{flex:1 1}.CategoryView_subInfo__NLzc- h4{align-items:center;color:#111827;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem}.CategoryView_subCode__3ZqEI{background:#e5e7eb;border-radius:4px;color:#9ca3af;font-size:.75rem;font-weight:400;padding:.125rem .375rem}.CategoryView_subInfo__NLzc- p{color:#6b7280;font-size:.8125rem;margin-top:.25rem}.CategoryView_subMeta__FBzbu{color:#9ca3af;display:flex;font-size:.75rem;gap:1rem;margin-top:.5rem}.CategoryView_subMeta__FBzbu span{align-items:center;display:flex;gap:.25rem}.CategoryView_subActions__6TnHm{display:flex;gap:.5rem}.CategoryView_deleteBtn__AEsCh,.CategoryView_editBtn__lcTCV{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s;width:32px}.CategoryView_editBtn__lcTCV{background:#fef3c7;color:#d97706}.CategoryView_editBtn__lcTCV:hover{background:#fde68a}.CategoryView_deleteBtn__AEsCh{background:#fee2e2;color:#dc2626}.CategoryView_deleteBtn__AEsCh:hover{background:#fecaca}.CategoryView_modalOverlay__plFzW{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.CategoryView_modal__GJDqr{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:480px;width:100%}.CategoryView_modalHeader__e3N26{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.25rem}.CategoryView_modalHeader__e3N26 h3{color:#111827;font-size:1.125rem;font-weight:600}.CategoryView_modalHeader__e3N26 button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;height:32px;width:32px}.CategoryView_modalBody__MxYH6{padding:1.25rem}.CategoryView_formGroup__t-k8H{margin-bottom:1rem}.CategoryView_formGroup__t-k8H label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.CategoryView_formGroup__t-k8H input,.CategoryView_formGroup__t-k8H select{border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.875rem;padding:.625rem .75rem;width:100%}.CategoryView_formGroup__t-k8H input:focus,.CategoryView_formGroup__t-k8H select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.CategoryView_formRow__2AorG{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.CategoryView_checkboxLabel__maFf-{align-items:center;cursor:pointer;display:flex;gap:.5rem}.CategoryView_checkboxLabel__maFf- input[type=checkbox]{width:auto}.CategoryView_modalFooter__So\+mP{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.ChartOfAccountsList_pageHeader__5Q8Ki{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.ChartOfAccountsList_headerLeft__vcOsL{flex:1 1}.ChartOfAccountsList_pageTitle__lSV8f{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.ChartOfAccountsList_breadcrumb__70n7s{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.ChartOfAccountsList_breadcrumb__70n7s a{color:#6366f1;text-decoration:none}.ChartOfAccountsList_headerActions__pvw-Y{align-items:center;display:flex;gap:10px}.ChartOfAccountsList_btnIcon__In2Bm{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.ChartOfAccountsList_btnIcon__In2Bm:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.ChartOfAccountsList_btnIcon__In2Bm.ChartOfAccountsList_active__gja9z{background:#6366f1;border-color:#6366f1;color:#fff}.ChartOfAccountsList_btnPrimary__vSiU3{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.ChartOfAccountsList_btnPrimary__vSiU3:hover{background:#4f46e5}.ChartOfAccountsList_btnSecondary__qAV\+P{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.ChartOfAccountsList_btnSecondary__qAV\+P:hover{background:#f9fafb}.ChartOfAccountsList_card__BWb6r{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.ChartOfAccountsList_toolbar__zbGpT{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.ChartOfAccountsList_toolbarLeft__DXfjp,.ChartOfAccountsList_toolbar__zbGpT{align-items:center;display:flex;gap:10px}.ChartOfAccountsList_toolbarRight__oN0QD{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ChartOfAccountsList_searchBox__Do1Ih{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.ChartOfAccountsList_searchBox__Do1Ih i{color:#9ca3af;font-size:13px}.ChartOfAccountsList_searchBox__Do1Ih input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.ChartOfAccountsList_toolbarBtn__Iishl{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.ChartOfAccountsList_toolbarBtn__Iishl:hover{border-color:#6366f1;color:#6366f1}.ChartOfAccountsList_toolbarBtn__Iishl.ChartOfAccountsList_active__gja9z{background:#eef2ff;border-color:#6366f1;color:#6366f1}.ChartOfAccountsList_toolbarBtn__Iishl .ChartOfAccountsList_badge__3pX1W{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.ChartOfAccountsList_toolbarSelect__vRZg2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.ChartOfAccountsList_layoutToggle__FRVVK{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.ChartOfAccountsList_layoutToggle__FRVVK button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.ChartOfAccountsList_layoutToggle__FRVVK button:not(:last-child){border-right:1px solid #e5e7eb}.ChartOfAccountsList_layoutToggle__FRVVK button.ChartOfAccountsList_active__gja9z{background:#6366f1;color:#fff}.ChartOfAccountsList_layoutToggle__FRVVK button:hover:not(.ChartOfAccountsList_active__gja9z){background:#f3f4f6}.ChartOfAccountsList_dropdownWrapper__-1z1f{position:relative}.ChartOfAccountsList_dropdownMenu__-0AW9{animation:ChartOfAccountsList_fadeIn__4lIb\+ .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes ChartOfAccountsList_fadeIn__4lIb\+{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ChartOfAccountsList_dropdownHeader__cJgUC{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.ChartOfAccountsList_dropdownItem__VQQRw{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.ChartOfAccountsList_dropdownItem__VQQRw:hover{background:#f9fafb}.ChartOfAccountsList_dropdownItem__VQQRw i{color:#9ca3af;width:16px}.ChartOfAccountsList_dropdownItem__VQQRw button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.ChartOfAccountsList_dropdownItem__VQQRw button:hover{color:#ef4444}.ChartOfAccountsList_dropdownEmpty__8vBtg{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.ChartOfAccountsList_dropdownFooter__uhj7X{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.ChartOfAccountsList_dropdownFooter__uhj7X button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.ChartOfAccountsList_dropdownFooter__uhj7X button:hover{text-decoration:underline}.ChartOfAccountsList_checkboxItem__9gFCO{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.ChartOfAccountsList_checkboxItem__9gFCO:hover{background:#f9fafb}.ChartOfAccountsList_checkboxItem__9gFCO input{accent-color:#6366f1}.ChartOfAccountsList_filterPanel__rssP-{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.ChartOfAccountsList_filterGroup__4oF9n{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.ChartOfAccountsList_filterGroup__4oF9n.ChartOfAccountsList_subgroup__a1fhH{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.ChartOfAccountsList_subgroupHeader__EKJTz{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.ChartOfAccountsList_removeSubgroupBtn__wYxmm{background:none;border:none;color:#d1d5db;cursor:pointer}.ChartOfAccountsList_removeSubgroupBtn__wYxmm:hover{color:#ef4444}.ChartOfAccountsList_conditionsList__x1O8k{display:flex;flex-direction:column;gap:6px}.ChartOfAccountsList_conditionRow__xLhU8{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.ChartOfAccountsList_conditionHandle__ETJV9{color:#d1d5db;cursor:grab;font-size:11px}.ChartOfAccountsList_logicLabel__A83G7,.ChartOfAccountsList_whereLabel__CS4vA{color:#6b7280;font-size:12px;min-width:42px}.ChartOfAccountsList_fieldSelect__MFgM4,.ChartOfAccountsList_operatorSelect__x827w,.ChartOfAccountsList_valueInput__wIShP,.ChartOfAccountsList_valueSelect__58U9o{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.ChartOfAccountsList_fieldSelect__MFgM4{min-width:120px}.ChartOfAccountsList_operatorSelect__x827w{min-width:90px}.ChartOfAccountsList_valueInput__wIShP,.ChartOfAccountsList_valueSelect__58U9o{flex:1 1;max-width:160px;min-width:120px}.ChartOfAccountsList_fieldSelect__MFgM4:focus,.ChartOfAccountsList_operatorSelect__x827w:focus,.ChartOfAccountsList_valueInput__wIShP:focus,.ChartOfAccountsList_valueSelect__58U9o:focus{border-color:#6366f1;outline:none}.ChartOfAccountsList_removeBtn__Bz7Rw{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.ChartOfAccountsList_removeBtn__Bz7Rw:hover{color:#ef4444}.ChartOfAccountsList_subgroupsContainer__FDfWC{margin-top:8px}.ChartOfAccountsList_groupActions__uwLGZ{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.ChartOfAccountsList_logicToggle__JzKmc{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.ChartOfAccountsList_logicBtn__ZsnAg{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.ChartOfAccountsList_logicBtn__ZsnAg.ChartOfAccountsList_active__gja9z{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.ChartOfAccountsList_addConditionBtn__FEB6c,.ChartOfAccountsList_addSubgroupBtn__xdFWd{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.ChartOfAccountsList_addConditionBtn__FEB6c:hover,.ChartOfAccountsList_addSubgroupBtn__xdFWd:hover{text-decoration:underline}.ChartOfAccountsList_filterPanelFooter__SCCpZ{display:flex;justify-content:space-between;margin-top:10px}.ChartOfAccountsList_addGroupBtn__Cy0BF{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.ChartOfAccountsList_clearAllBtn__t2qUA{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.ChartOfAccountsList_clearAllBtn__t2qUA:hover{color:#ef4444}.ChartOfAccountsList_bulkActionsBar__WF5dA{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.ChartOfAccountsList_bulkInfo__c1lba{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.ChartOfAccountsList_bulkInfo__c1lba input{accent-color:#6366f1}.ChartOfAccountsList_clearSelectionBtn__s8m0B{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.ChartOfAccountsList_bulkButtons__sx-Jv{display:flex;gap:6px}.ChartOfAccountsList_bulkButtons__sx-Jv button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.ChartOfAccountsList_bulkButtons__sx-Jv button:hover:not(:disabled){background:#6366f1;border-color:#6366f1;color:#fff}.ChartOfAccountsList_bulkButtons__sx-Jv button.ChartOfAccountsList_dangerBtn__jqwYg{border-color:#fecaca;color:#dc2626}.ChartOfAccountsList_bulkButtons__sx-Jv button.ChartOfAccountsList_dangerBtn__jqwYg:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff}.ChartOfAccountsList_bulkButtons__sx-Jv button:disabled{cursor:not-allowed;opacity:.5}.ChartOfAccountsList_trashBanner__TrKim{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.ChartOfAccountsList_resultsBar__RRQEo{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.ChartOfAccountsList_groupHeader__EOXVJ{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.ChartOfAccountsList_groupCount__iSZyW{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.ChartOfAccountsList_tableWrapper__8jHG9{overflow-x:auto}.ChartOfAccountsList_table__dT2t-{border-collapse:collapse;width:100%}.ChartOfAccountsList_table__dT2t- thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.ChartOfAccountsList_table__dT2t- tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.ChartOfAccountsList_table__dT2t- tbody tr:hover{background:#f9fafb}.ChartOfAccountsList_selectedRow__Xr2Kr{background:#eef2ff!important}.ChartOfAccountsList_idCell__kewGi{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.ChartOfAccountsList_accountInfo__\+EQ2O{align-items:center;display:flex;gap:10px}.ChartOfAccountsList_accountBadge__99xFP{align-items:center;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:32px;justify-content:center;width:32px}.ChartOfAccountsList_accountDetails__Bifl5 h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.ChartOfAccountsList_accountDetails__Bifl5 span{color:#6b7280;font-size:11px}.ChartOfAccountsList_headerBadge__\+HfcP{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px;text-transform:uppercase}.ChartOfAccountsList_parentCell__DLyQ9{color:#6b7280;font-size:12px}.ChartOfAccountsList_levelBadge__fnrN\+{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;font-weight:600;padding:2px 8px}.ChartOfAccountsList_balanceCell__WanFL{color:#111827;font-family:monospace;font-size:12px;font-weight:500}.ChartOfAccountsList_typeTag__MVG2-{border-radius:4px;font-size:11px;font-weight:500;padding:2px 8px;text-transform:capitalize}.ChartOfAccountsList_typeAsset__G8t6a{background:#dbeafe;color:#1e40af}.ChartOfAccountsList_typeLiability__a2jPe{background:#fee2e2;color:#991b1b}.ChartOfAccountsList_typeEquity__q9h1r{background:#e9d5ff;color:#6b21a8}.ChartOfAccountsList_typeRevenue__1OyBe{background:#dcfce7;color:#166534}.ChartOfAccountsList_typeExpense__6sxcT{background:#fed7aa;color:#9a3412}.ChartOfAccountsList_accountBadge__99xFP.ChartOfAccountsList_typeAsset__G8t6a{background:linear-gradient(135deg,#3b82f6,#1e40af)}.ChartOfAccountsList_accountBadge__99xFP.ChartOfAccountsList_typeLiability__a2jPe{background:linear-gradient(135deg,#ef4444,#991b1b)}.ChartOfAccountsList_accountBadge__99xFP.ChartOfAccountsList_typeEquity__q9h1r{background:linear-gradient(135deg,#a855f7,#6b21a8)}.ChartOfAccountsList_accountBadge__99xFP.ChartOfAccountsList_typeRevenue__1OyBe{background:linear-gradient(135deg,#22c55e,#166534)}.ChartOfAccountsList_accountBadge__99xFP.ChartOfAccountsList_typeExpense__6sxcT{background:linear-gradient(135deg,#f97316,#9a3412)}.ChartOfAccountsList_statusBadge__60ysG{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.ChartOfAccountsList_statusBadge__60ysG.ChartOfAccountsList_active__gja9z{background:#d1fae5;color:#059669}.ChartOfAccountsList_statusBadge__60ysG.ChartOfAccountsList_inactive__ZVzIv{background:#fee2e2;color:#dc2626}.ChartOfAccountsList_flagsRow__nxcZN{display:flex;flex-wrap:wrap;gap:4px}.ChartOfAccountsList_flag__d-TCX{align-items:center;background:#eef2ff;border-radius:4px;color:#4f46e5;display:inline-flex;font-size:10px;height:22px;justify-content:center;width:22px}.ChartOfAccountsList_actions__oKmcY{display:flex;gap:4px}.ChartOfAccountsList_actionBtn__oXnSS{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_view__TcbRV{background:#eff6ff;color:#3b82f6}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_view__TcbRV:hover:not(:disabled){background:#3b82f6;color:#fff}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_edit__HWMjP{background:#fef3c7;color:#d97706}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_edit__HWMjP:hover:not(:disabled){background:#d97706;color:#fff}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_delete__yDaUL{background:#fee2e2;color:#dc2626}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_delete__yDaUL:hover:not(:disabled){background:#dc2626;color:#fff}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_restore__mUWeX{background:#d1fae5;color:#059669}.ChartOfAccountsList_actionBtn__oXnSS.ChartOfAccountsList_restore__mUWeX:hover:not(:disabled){background:#059669;color:#fff}.ChartOfAccountsList_actionBtn__oXnSS:disabled{cursor:not-allowed;opacity:.4}.ChartOfAccountsList_cardsGrid__XXqKu{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.ChartOfAccountsList_accountCard__JeCwN{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.ChartOfAccountsList_accountCard__JeCwN:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.ChartOfAccountsList_accountCard__JeCwN.ChartOfAccountsList_selected__1TyLh{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.ChartOfAccountsList_cardHeader__VMmHx{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.ChartOfAccountsList_cardHeader__VMmHx input{accent-color:#6366f1}.ChartOfAccountsList_cardBadge__l5\+Nn{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.ChartOfAccountsList_cardHeader__VMmHx .ChartOfAccountsList_statusBadge__60ysG{margin-left:auto}.ChartOfAccountsList_cardBody__HicxZ{padding:14px}.ChartOfAccountsList_cardBody__HicxZ h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.ChartOfAccountsList_cardCode__YTtF9{color:#6b7280;font-family:monospace;font-size:11px}.ChartOfAccountsList_cardMeta__MvrdR{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.ChartOfAccountsList_cardMeta__MvrdR span{align-items:center;display:flex;gap:4px}.ChartOfAccountsList_cardMeta__MvrdR i{font-size:11px}.ChartOfAccountsList_cardBalance__r4pXY{background:#f9fafb;border-radius:6px;color:#111827;font-family:monospace;font-size:16px;font-weight:600;margin-top:10px;padding:8px 10px;text-align:right}.ChartOfAccountsList_cardFooter__yxRR9{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.ChartOfAccountsList_cardActions__h13Zy{display:flex;gap:4px}.ChartOfAccountsList_cardActions__h13Zy button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.ChartOfAccountsList_cardActions__h13Zy button:hover:not(:disabled){background:#6366f1;color:#fff}.ChartOfAccountsList_cardActions__h13Zy button:disabled{cursor:not-allowed;opacity:.4}.ChartOfAccountsList_pagination__GIpMz{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.ChartOfAccountsList_pageInfo__I9RoG{color:#6b7280;font-size:12px}.ChartOfAccountsList_pageInfo__I9RoG strong{color:#111827}.ChartOfAccountsList_pageControls__cno3F{align-items:center;display:flex;gap:8px}.ChartOfAccountsList_perPageSelect__MAY0w{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.ChartOfAccountsList_pageButtons__nyTkP{display:flex;gap:2px}.ChartOfAccountsList_pageBtn__0uKgf{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.ChartOfAccountsList_pageBtn__0uKgf:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.ChartOfAccountsList_pageBtn__0uKgf:disabled{cursor:not-allowed;opacity:.4}.ChartOfAccountsList_pageNum__icV7J{color:#6b7280;font-size:12px;padding:0 8px}.ChartOfAccountsList_modalOverlay__\+AzpF{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.ChartOfAccountsList_modal__3UpPf{animation:ChartOfAccountsList_modalIn__ztEvn .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes ChartOfAccountsList_modalIn__ztEvn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ChartOfAccountsList_modalHeader__n29P8{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.ChartOfAccountsList_modalHeader__n29P8 h3{color:#111827;font-size:16px;font-weight:600;margin:0}.ChartOfAccountsList_modalHeader__n29P8 button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.ChartOfAccountsList_modalHeader__n29P8 button:hover{color:#374151}.ChartOfAccountsList_modalBody__mIWPM{padding:20px}.ChartOfAccountsList_modalBody__mIWPM p{color:#6b7280;font-size:14px;margin:0 0 16px}.ChartOfAccountsList_modalBody__mIWPM .ChartOfAccountsList_hint__x5UGu{color:#9ca3af;font-size:12px;margin-top:12px}.ChartOfAccountsList_formGroup__RVAkW{margin-bottom:14px}.ChartOfAccountsList_formGroup__RVAkW label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.ChartOfAccountsList_formGroup__RVAkW input,.ChartOfAccountsList_formGroup__RVAkW select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.ChartOfAccountsList_formGroup__RVAkW input:focus,.ChartOfAccountsList_formGroup__RVAkW select:focus{border-color:#6366f1;outline:none}.ChartOfAccountsList_modalFooter__cYdqK{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.ChartOfAccountsList_loading__mv\+FF{align-items:center;display:flex;justify-content:center;padding:50px}.ChartOfAccountsList_spinner__YMXJ8{animation:ChartOfAccountsList_spin__K34JU .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes ChartOfAccountsList_spin__K34JU{to{transform:rotate(1turn)}}.ChartOfAccountsList_emptyState__GA5EB{padding:50px 20px;text-align:center}.ChartOfAccountsList_emptyIcon__IdOlh{color:#d1d5db;font-size:36px;margin-bottom:10px}.ChartOfAccountsList_emptyState__GA5EB h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 6px}.ChartOfAccountsList_emptyState__GA5EB p{color:#9ca3af;font-size:13px;margin:0}@media (max-width:1024px){.ChartOfAccountsList_cardsGrid__XXqKu{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ChartOfAccountsList_toolbar__zbGpT{align-items:stretch;flex-direction:column}.ChartOfAccountsList_toolbarLeft__DXfjp,.ChartOfAccountsList_toolbarRight__oN0QD{width:100%}.ChartOfAccountsList_toolbarRight__oN0QD{flex-wrap:wrap;justify-content:flex-start}.ChartOfAccountsList_searchBox__Do1Ih{width:100%}.ChartOfAccountsList_bulkActionsBar__WF5dA{align-items:flex-start;flex-direction:column;gap:10px}.ChartOfAccountsList_bulkButtons__sx-Jv{flex-wrap:wrap}}@media (max-width:480px){.ChartOfAccountsList_cardsGrid__XXqKu{grid-template-columns:1fr}}.ChartOfAccountsForm_pageHeader__gTwG9{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.ChartOfAccountsForm_headerLeft__ho8Y4{align-items:center;display:flex;gap:16px}.ChartOfAccountsForm_backButton__Wgqel{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.ChartOfAccountsForm_backButton__Wgqel:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.ChartOfAccountsForm_titleGroup__clcxT{display:flex;flex-direction:column;gap:4px}.ChartOfAccountsForm_pageTitle__r08-2{color:#1a202c;font-size:24px;font-weight:700;margin:0}.ChartOfAccountsForm_breadcrumb__e\+JB1{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.ChartOfAccountsForm_breadcrumb__e\+JB1 a{color:#3b82f6;text-decoration:none}.ChartOfAccountsForm_breadcrumb__e\+JB1 a:hover{text-decoration:underline}.ChartOfAccountsForm_breadcrumb__e\+JB1 span{color:#94a3b8}.ChartOfAccountsForm_tabsNav__zS-we{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;gap:4px;padding:16px 24px}.ChartOfAccountsForm_tabBtn__I2spn{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.ChartOfAccountsForm_tabBtn__I2spn:hover{background:#fff;color:#1a202c}.ChartOfAccountsForm_tabBtn__I2spn i{font-size:15px}.ChartOfAccountsForm_tabBtn__I2spn.ChartOfAccountsForm_active__aXaMI{background:#fff;box-shadow:0 2px 8px #00000014;color:#10b981}.ChartOfAccountsForm_tabContent__gHyaw{background:#f8fafc;border-radius:0 0 16px 16px;padding:24px}.ChartOfAccountsForm_formCard__MNwR2{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;margin-bottom:20px;overflow:hidden}.ChartOfAccountsForm_formCard__MNwR2:last-child{margin-bottom:0}.ChartOfAccountsForm_cardHeader__Zokaq{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:16px 20px}.ChartOfAccountsForm_cardHeader__Zokaq h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0}.ChartOfAccountsForm_cardHeader__Zokaq h3 i{color:#10b981;font-size:16px}.ChartOfAccountsForm_formBody__nARer{padding:24px}.ChartOfAccountsForm_formRow__oMvMt{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.ChartOfAccountsForm_formRow__oMvMt:last-child{margin-bottom:0}.ChartOfAccountsForm_formGroup__ZIQKZ{display:flex;flex-direction:column;gap:8px}.ChartOfAccountsForm_formGroup__ZIQKZ.ChartOfAccountsForm_full__0cnxJ{grid-column:span 2}.ChartOfAccountsForm_formGroup__ZIQKZ label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:4px}.ChartOfAccountsForm_required__wuhOb{color:#ef4444;font-weight:700}.ChartOfAccountsForm_formInput__Es-o6,.ChartOfAccountsForm_formSelect__aw\+j-,.ChartOfAccountsForm_formTextarea__5TcWK{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:14px;padding:12px 14px;transition:all .2s;width:100%}.ChartOfAccountsForm_formInput__Es-o6:focus,.ChartOfAccountsForm_formSelect__aw\+j-:focus,.ChartOfAccountsForm_formTextarea__5TcWK:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.ChartOfAccountsForm_formInput__Es-o6:disabled,.ChartOfAccountsForm_formSelect__aw\+j-:disabled,.ChartOfAccountsForm_formTextarea__5TcWK:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.ChartOfAccountsForm_formInput__Es-o6::placeholder{color:#94a3b8}.ChartOfAccountsForm_formTextarea__5TcWK{min-height:100px;resize:vertical}.ChartOfAccountsForm_formSelect__aw\+j-{cursor:pointer}.ChartOfAccountsForm_checkboxLabel__MVUHs{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:8px 0}.ChartOfAccountsForm_checkboxLabel__MVUHs input[type=checkbox]{accent-color:#10b981;cursor:pointer;height:20px;width:20px}.ChartOfAccountsForm_helpText__uR1co{color:#64748b;font-size:12px;font-style:italic;margin-top:4px}.ChartOfAccountsForm_helpBlock__BYsnz{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-top:20px;padding:14px 16px}.ChartOfAccountsForm_helpBlock__BYsnz p{color:#166534;font-size:12px;margin:0 0 6px}.ChartOfAccountsForm_helpBlock__BYsnz p:last-child{margin-bottom:0}.ChartOfAccountsForm_helpBlock__BYsnz strong{color:#064e3b;font-weight:700}.ChartOfAccountsForm_systemWarning__Qvel0{align-items:flex-start;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;display:flex;gap:14px;padding:16px}.ChartOfAccountsForm_systemWarning__Qvel0 i{color:#ea580c;flex-shrink:0;font-size:22px;margin-top:2px}.ChartOfAccountsForm_systemWarning__Qvel0 strong{color:#7c2d12;display:block;font-size:14px;margin-bottom:4px}.ChartOfAccountsForm_systemWarning__Qvel0 p{color:#9a3412;font-size:13px;line-height:1.5;margin:0}.ChartOfAccountsForm_settingsGrid__mQrv9{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ChartOfAccountsForm_settingItem__ThoHX{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;gap:14px;padding:16px;transition:all .2s}.ChartOfAccountsForm_settingItem__ThoHX:hover{background:#f0fdf4;border-color:#bbf7d0}.ChartOfAccountsForm_settingItem__ThoHX.ChartOfAccountsForm_enabled__CWODC{background:#f0fdf4;border-color:#10b981}.ChartOfAccountsForm_settingItem__ThoHX input{display:none}.ChartOfAccountsForm_settingItem__ThoHX i{color:#94a3b8;font-size:20px;text-align:center;width:24px}.ChartOfAccountsForm_settingItem__ThoHX.ChartOfAccountsForm_enabled__CWODC i{color:#10b981}.ChartOfAccountsForm_settingItem__ThoHX span{color:#374151;font-size:14px;font-weight:500}.ChartOfAccountsForm_radioGroup__jwElJ{display:flex;gap:12px}.ChartOfAccountsForm_radioOption__vv3c0{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex:1 1;gap:10px;padding:14px 18px;transition:all .2s}.ChartOfAccountsForm_radioOption__vv3c0:hover{background:#f0fdf4}.ChartOfAccountsForm_radioOption__vv3c0.ChartOfAccountsForm_selected__FbWuU{background:#f0fdf4;border-color:#10b981}.ChartOfAccountsForm_radioOption__vv3c0 input{display:none}.ChartOfAccountsForm_radioOption__vv3c0 i{color:#94a3b8;font-size:16px}.ChartOfAccountsForm_radioOption__vv3c0.ChartOfAccountsForm_selected__FbWuU i{color:#10b981}.ChartOfAccountsForm_formActions__5qyNM{background:#fff;border-radius:0 0 16px 16px;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding:20px 24px}.ChartOfAccountsForm_btnCancel__JIIAj{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.ChartOfAccountsForm_btnCancel__JIIAj:hover{background:#f8fafc;border-color:#cbd5e1}.ChartOfAccountsForm_btnCancel__JIIAj:disabled{cursor:not-allowed;opacity:.5}.ChartOfAccountsForm_btnSubmit__yXKjn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 28px;transition:all .2s}.ChartOfAccountsForm_btnSubmit__yXKjn:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.ChartOfAccountsForm_btnSubmit__yXKjn:disabled{cursor:not-allowed;opacity:.6;transform:none}.ChartOfAccountsForm_btnSpinner__KEg5A{animation:ChartOfAccountsForm_spin__9QOQH .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes ChartOfAccountsForm_spin__9QOQH{to{transform:rotate(1turn)}}.ChartOfAccountsForm_loading__OSFcf{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.ChartOfAccountsForm_spinner__aMNcG{animation:ChartOfAccountsForm_spin__9QOQH .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:44px;width:44px}.ChartOfAccountsForm_companyDisplay__Urj4I{align-items:center;background:#f0f5ff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 14px}.ChartOfAccountsForm_companyDisplay__Urj4I i{color:#6366f1;font-size:16px}.ChartOfAccountsForm_codeDisplay__HjKWt{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 14px}.ChartOfAccountsForm_codeDisplay__HjKWt i{color:#22c55e;font-size:16px}@media (max-width:768px){.ChartOfAccountsForm_formRow__oMvMt{grid-template-columns:1fr}.ChartOfAccountsForm_formGroup__ZIQKZ.ChartOfAccountsForm_full__0cnxJ{grid-column:span 1}.ChartOfAccountsForm_tabsNav__zS-we{flex-wrap:wrap;padding:12px 16px}.ChartOfAccountsForm_tabBtn__I2spn{font-size:13px;padding:10px 16px}.ChartOfAccountsForm_radioGroup__jwElJ{flex-direction:column}.ChartOfAccountsForm_headerLeft__ho8Y4{align-items:flex-start;flex-direction:column;gap:12px}}.ChartOfAccountsView_pageHeader__iAsPR{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.ChartOfAccountsView_headerLeft__Yn--n{align-items:center;display:flex;gap:16px}.ChartOfAccountsView_backButton__QjL41{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.ChartOfAccountsView_backButton__QjL41:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.ChartOfAccountsView_titleGroup__rGb1C{display:flex;flex-direction:column;gap:4px}.ChartOfAccountsView_pageTitle__inQVm{align-items:center;color:#1a202c;display:flex;flex-wrap:wrap;font-size:22px;font-weight:700;gap:12px;margin:0}.ChartOfAccountsView_accountCode__LggfL{background:#f1f5f9;border-radius:6px;color:#475569;font-family:monospace;font-size:16px;font-weight:700;padding:4px 10px}.ChartOfAccountsView_mainBadge__O3Sev{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.ChartOfAccountsView_mainBadge__O3Sev,.ChartOfAccountsView_systemBadge__rZZIr{border-radius:12px;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.ChartOfAccountsView_systemBadge__rZZIr{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.ChartOfAccountsView_lockedBadge__HhNDm{align-items:center;background:#fee2e2;border-radius:12px;color:#991b1b;display:inline-flex;font-size:11px;font-weight:700;gap:5px;padding:4px 10px;text-transform:uppercase}.ChartOfAccountsView_breadcrumb__erE2S{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.ChartOfAccountsView_breadcrumb__erE2S a{color:#3b82f6;text-decoration:none}.ChartOfAccountsView_breadcrumb__erE2S a:hover{text-decoration:underline}.ChartOfAccountsView_breadcrumb__erE2S span{color:#94a3b8}.ChartOfAccountsView_headerActions__BdLTu{align-items:center;display:flex;gap:10px}.ChartOfAccountsView_btnSecondary__gx6UA{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s}.ChartOfAccountsView_btnSecondary__gx6UA:hover{background:#f8fafc;border-color:#cbd5e1}.ChartOfAccountsView_btnDanger__z6Sag{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.ChartOfAccountsView_btnDanger__z6Sag:hover:not(:disabled){box-shadow:0 4px 12px #ef444459;transform:translateY(-1px)}.ChartOfAccountsView_btnDanger__z6Sag:disabled{cursor:not-allowed;opacity:.5}.ChartOfAccountsView_btnPrimary__gGZ2Q{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none}.ChartOfAccountsView_btnPrimary__gGZ2Q:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.ChartOfAccountsView_statsRow__SotAj{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.ChartOfAccountsView_statCard__bK\+0v{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.ChartOfAccountsView_statCard__bK\+0v:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.ChartOfAccountsView_statIcon__AS7Su{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.ChartOfAccountsView_statIcon__AS7Su.ChartOfAccountsView_blue__pQHzO{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.ChartOfAccountsView_statIcon__AS7Su.ChartOfAccountsView_green__n1f01{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#10b981}.ChartOfAccountsView_statIcon__AS7Su.ChartOfAccountsView_purple__q466X{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#8b5cf6}.ChartOfAccountsView_statIcon__AS7Su.ChartOfAccountsView_orange__IRojT{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#f97316}.ChartOfAccountsView_statInfo__3h7Uk{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.ChartOfAccountsView_statValue__N9FF0{font-feature-settings:"tnum";color:#1a202c;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChartOfAccountsView_statLabel__\+6Z4B{color:#64748b;font-size:13px;font-weight:500}.ChartOfAccountsView_card__xEI9M{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.ChartOfAccountsView_tabsNav__Ie0jH{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:4px;padding:16px 24px}.ChartOfAccountsView_tabBtn__ckqRG{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.ChartOfAccountsView_tabBtn__ckqRG:hover{background:#fff;color:#1a202c}.ChartOfAccountsView_tabBtn__ckqRG i{font-size:15px}.ChartOfAccountsView_tabBtn__ckqRG.ChartOfAccountsView_active__6znPJ{background:#fff;box-shadow:0 2px 8px #00000014;color:#10b981}.ChartOfAccountsView_tabBtn__ckqRG.ChartOfAccountsView_active__6znPJ:hover{background:#fff}.ChartOfAccountsView_detailsGrid__rnwCu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.ChartOfAccountsView_detailGroup__Ssvfk{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:12px 0}.ChartOfAccountsView_detailGroup__Ssvfk:last-child{border-bottom:none}.ChartOfAccountsView_detailGroup__Ssvfk.ChartOfAccountsView_fullWidth__hdGCj{grid-column:1/-1}.ChartOfAccountsView_detailLabel__dr39q{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ChartOfAccountsView_detailValue__6llXe{color:#1a202c;font-size:15px;font-weight:500;line-height:1.5}.ChartOfAccountsView_detailValue__6llXe a{color:#3b82f6;font-weight:600;text-decoration:none}.ChartOfAccountsView_detailValue__6llXe a:hover{text-decoration:underline}.ChartOfAccountsView_codeBox__8vFHu{background:#f1f5f9;border-radius:6px;color:#475569;display:inline-block;font-family:monospace;font-size:13px;font-weight:600;padding:3px 10px}.ChartOfAccountsView_sectionTitle__594MF{align-items:center;color:#1a202c;display:flex;font-size:14px;font-weight:700;gap:10px;letter-spacing:.5px;margin:0;padding:16px 24px;text-transform:uppercase}.ChartOfAccountsView_sectionTitle__594MF i{color:#10b981;font-size:14px}.ChartOfAccountsView_sectionDivider__PmauP{background:#f1f5f9;height:1px;margin:0 24px}.ChartOfAccountsView_statusBadge__Zscyo{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:5px 12px}.ChartOfAccountsView_statusBadge__Zscyo.ChartOfAccountsView_active__6znPJ{background:#dcfce7;color:#166534}.ChartOfAccountsView_statusBadge__Zscyo.ChartOfAccountsView_active__6znPJ:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.ChartOfAccountsView_statusBadge__Zscyo.ChartOfAccountsView_inactive__kTDPy{background:#fee2e2;color:#991b1b}.ChartOfAccountsView_levelBadge__Ml30e{background:#f1f5f9;border-radius:20px;color:#475569;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px}.ChartOfAccountsView_typeTag__u4FaU{border-radius:8px;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px;text-transform:capitalize}.ChartOfAccountsView_typeAsset__F2rNu{background:#dbeafe;color:#1e40af}.ChartOfAccountsView_typeLiability__TX2Gb{background:#fee2e2;color:#991b1b}.ChartOfAccountsView_typeEquity__cfmy-{background:#e9d5ff;color:#6b21a8}.ChartOfAccountsView_typeRevenue__0wZj\+{background:#dcfce7;color:#166534}.ChartOfAccountsView_typeExpense__EVm-W{background:#fed7aa;color:#9a3412}.ChartOfAccountsView_flagsSection__8m3L5{padding:0 24px 24px}.ChartOfAccountsView_flagsGrid__ie8Pc{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ChartOfAccountsView_flagCard__41KBx{align-items:center;border:2px solid #0000;border-radius:12px;display:flex;gap:14px;padding:16px;transition:all .2s}.ChartOfAccountsView_flagCard__41KBx i{font-size:22px;text-align:center;width:28px}.ChartOfAccountsView_flagCard__41KBx div{display:flex;flex-direction:column;gap:2px}.ChartOfAccountsView_flagCard__41KBx strong{color:#1a202c;font-size:14px}.ChartOfAccountsView_flagCard__41KBx span{font-size:12px;font-weight:600;text-transform:uppercase}.ChartOfAccountsView_flagOn__t\+V2h{background:#f0fdf4;border-color:#bbf7d0}.ChartOfAccountsView_flagOn__t\+V2h i,.ChartOfAccountsView_flagOn__t\+V2h span{color:#10b981}.ChartOfAccountsView_flagOff__LkfQW{background:#f8fafc;border-color:#e2e8f0;opacity:.7}.ChartOfAccountsView_flagOff__LkfQW i,.ChartOfAccountsView_flagOff__LkfQW span{color:#94a3b8}.ChartOfAccountsView_hierarchyView__iX7qD{padding:8px 0 24px}.ChartOfAccountsView_hierarchyCard__AwfYJ{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;margin:0 24px 10px;padding:14px 18px;transition:all .2s}.ChartOfAccountsView_hierarchyCard__AwfYJ:hover{background:#fff;border-color:#cbd5e1}.ChartOfAccountsView_hierarchyCard__AwfYJ.ChartOfAccountsView_currentNode__nN2ER{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.ChartOfAccountsView_hierarchyInfo__eQ\+98{align-items:center;display:flex;gap:14px}.ChartOfAccountsView_hierarchyInfo__eQ\+98>div{display:flex;flex-direction:column;gap:2px}.ChartOfAccountsView_hierarchyInfo__eQ\+98 strong{color:#1a202c;font-size:14px}.ChartOfAccountsView_hierarchyInfo__eQ\+98 span{color:#64748b;font-size:12px}.ChartOfAccountsView_childrenList__d7ob4{display:flex;flex-direction:column;gap:0}.ChartOfAccountsView_childActions__3666l{align-items:center;display:flex;gap:10px}.ChartOfAccountsView_linkBtn__-m5\+u{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#3b82f6;display:flex;font-size:13px;height:34px;justify-content:center;min-width:34px;padding:0 10px;text-decoration:none;transition:all .2s;white-space:nowrap;width:34px}.ChartOfAccountsView_linkBtn__-m5\+u,.ChartOfAccountsView_linkBtn__-m5\+u:has(i+*){gap:6px}.ChartOfAccountsView_linkBtn__-m5\+u:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.ChartOfAccountsView_transactionsView__fFtkw{padding:0}.ChartOfAccountsView_tableWrapper__2pIOn{overflow-x:auto;padding:0 0 20px}.ChartOfAccountsView_txnTable__Sh3Zc{border-collapse:collapse;font-size:13px;width:100%}.ChartOfAccountsView_txnTable__Sh3Zc thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.ChartOfAccountsView_txnTable__Sh3Zc tbody td{border-bottom:1px solid #f1f5f9;color:#1a202c;padding:12px 16px}.ChartOfAccountsView_txnTable__Sh3Zc tbody tr:hover{background:#f8fafc}.ChartOfAccountsView_txnTable__Sh3Zc .ChartOfAccountsView_numeric__fndOj{font-feature-settings:"tnum";font-family:monospace;font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.ChartOfAccountsView_txnTable__Sh3Zc tbody td.ChartOfAccountsView_numeric__fndOj{font-weight:500}.ChartOfAccountsView_emptyState__xH1-x{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px;text-align:center}.ChartOfAccountsView_emptyState__xH1-x h3{color:#1a202c;font-size:18px;margin:0}.ChartOfAccountsView_emptyState__xH1-x p{color:#64748b;font-size:14px;margin:0}.ChartOfAccountsView_emptyBlock__K9cyT{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:50px 20px;text-align:center}.ChartOfAccountsView_emptyBlock__K9cyT i{color:#cbd5e1;font-size:36px}.ChartOfAccountsView_emptyBlock__K9cyT p{color:#64748b;font-size:14px;margin:0}.ChartOfAccountsView_loading__jsaTi{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.ChartOfAccountsView_spinner__zcY9Y{animation:ChartOfAccountsView_spin__BcQ-w .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:44px;width:44px}@keyframes ChartOfAccountsView_spin__BcQ-w{to{transform:rotate(1turn)}}@media (max-width:1024px){.ChartOfAccountsView_statsRow__SotAj{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ChartOfAccountsView_statsRow__SotAj{grid-template-columns:1fr}.ChartOfAccountsView_pageHeader__iAsPR{align-items:stretch;flex-direction:column}.ChartOfAccountsView_headerLeft__Yn--n{align-items:flex-start;flex-direction:column;gap:12px}.ChartOfAccountsView_headerActions__BdLTu{justify-content:flex-start}.ChartOfAccountsView_tabsNav__Ie0jH{flex-wrap:wrap;padding:12px 16px}.ChartOfAccountsView_tabBtn__ckqRG{padding:10px 16px}.ChartOfAccountsView_detailsGrid__rnwCu{grid-template-columns:1fr;padding:16px}.ChartOfAccountsView_hierarchyCard__AwfYJ{flex-wrap:wrap;margin:0 16px 10px}.ChartOfAccountsView_flagsSection__8m3L5{padding:0 16px 16px}.ChartOfAccountsView_sectionTitle__594MF{padding:14px 16px}.ChartOfAccountsView_sectionDivider__PmauP{margin:0 16px}}.JournalEntriesList_pageHeader__LI4As{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.JournalEntriesList_headerLeft__wWkPU{flex:1 1}.JournalEntriesList_pageTitle__ZQF-K{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.JournalEntriesList_pageTitle__ZQF-K i{color:#6366f1}.JournalEntriesList_breadcrumb__A9AHy{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.JournalEntriesList_breadcrumb__A9AHy a{color:#6366f1;text-decoration:none}.JournalEntriesList_breadcrumb__A9AHy a:hover{text-decoration:underline}.JournalEntriesList_breadcrumb__A9AHy span:not(:first-child){color:#d1d5db}.JournalEntriesList_headerActions__e1V0h{align-items:center;display:flex;gap:10px}.JournalEntriesList_btnIcon__gqE8k{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.JournalEntriesList_btnIcon__gqE8k:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.JournalEntriesList_btnIcon__gqE8k.JournalEntriesList_active__A\+B0J{background:#6366f1;border-color:#6366f1;color:#fff}.JournalEntriesList_btnPrimary__qhU59{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.JournalEntriesList_btnPrimary__qhU59:hover{background:#4f46e5}.JournalEntriesList_btnSecondary__Cl4Lj{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.JournalEntriesList_btnSecondary__Cl4Lj:hover{background:#f9fafb}.JournalEntriesList_card__lE\+ol{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.JournalEntriesList_toolbar__RsS4K{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.JournalEntriesList_toolbarLeft__iYCmL,.JournalEntriesList_toolbar__RsS4K{align-items:center;display:flex;gap:10px}.JournalEntriesList_toolbarRight__28vLN{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.JournalEntriesList_searchBox__uAyZK{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.JournalEntriesList_searchBox__uAyZK i{color:#9ca3af;font-size:13px}.JournalEntriesList_searchBox__uAyZK input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.JournalEntriesList_toolbarBtn__Wnzu8{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.JournalEntriesList_toolbarBtn__Wnzu8:hover{border-color:#6366f1;color:#6366f1}.JournalEntriesList_toolbarBtn__Wnzu8.JournalEntriesList_active__A\+B0J{background:#eef2ff;border-color:#6366f1;color:#6366f1}.JournalEntriesList_badge__lmS3V{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.JournalEntriesList_toolbarSelect__iBP1m{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.JournalEntriesList_layoutToggle__SrRFT{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.JournalEntriesList_layoutToggle__SrRFT button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.JournalEntriesList_layoutToggle__SrRFT button:first-child{border-right:1px solid #e5e7eb}.JournalEntriesList_layoutToggle__SrRFT button.JournalEntriesList_active__A\+B0J{background:#6366f1;color:#fff}.JournalEntriesList_layoutToggle__SrRFT button:hover:not(.JournalEntriesList_active__A\+B0J){background:#f3f4f6}.JournalEntriesList_dropdownWrapper__\+Z9\+w{position:relative}.JournalEntriesList_dropdownMenu__etdRj{animation:JournalEntriesList_fadeIn__xSEN\+ .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes JournalEntriesList_fadeIn__xSEN\+{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.JournalEntriesList_dropdownHeader__vPeit{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.JournalEntriesList_dropdownItem__yEf62{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.JournalEntriesList_dropdownItem__yEf62:hover{background:#f9fafb}.JournalEntriesList_dropdownItem__yEf62 i{color:#9ca3af;width:16px}.JournalEntriesList_dropdownItem__yEf62 button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.JournalEntriesList_dropdownItem__yEf62 button:hover{color:#ef4444}.JournalEntriesList_dropdownEmpty__zO\+lv{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.JournalEntriesList_dropdownFooter__7aI7q{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.JournalEntriesList_dropdownFooter__7aI7q button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.JournalEntriesList_dropdownFooter__7aI7q button:hover{text-decoration:underline}.JournalEntriesList_checkboxItem__tP5SK{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.JournalEntriesList_checkboxItem__tP5SK:hover{background:#f9fafb}.JournalEntriesList_checkboxItem__tP5SK input{accent-color:#6366f1}.JournalEntriesList_filterPanel__cHkeO{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.JournalEntriesList_filterGroup__4eeDm{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.JournalEntriesList_filterGroup__4eeDm.JournalEntriesList_subgroup__0tk6V{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.JournalEntriesList_subgroupHeader__yDMo2{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.JournalEntriesList_removeSubgroupBtn__tMEM2{background:none;border:none;color:#d1d5db;cursor:pointer}.JournalEntriesList_removeSubgroupBtn__tMEM2:hover{color:#ef4444}.JournalEntriesList_conditionsList__IU50Q{display:flex;flex-direction:column;gap:6px}.JournalEntriesList_conditionRow__UnsX\+{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.JournalEntriesList_conditionHandle__9Ie-O{color:#d1d5db;cursor:grab;font-size:11px}.JournalEntriesList_logicLabel__nBsHA,.JournalEntriesList_whereLabel__9PmpV{color:#6b7280;font-size:12px;min-width:42px}.JournalEntriesList_fieldSelect__uidFW,.JournalEntriesList_operatorSelect__S1Fqz,.JournalEntriesList_valueInput__H8-5T,.JournalEntriesList_valueSelect__Opr7w{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.JournalEntriesList_fieldSelect__uidFW{min-width:120px}.JournalEntriesList_operatorSelect__S1Fqz{min-width:90px}.JournalEntriesList_valueInput__H8-5T,.JournalEntriesList_valueSelect__Opr7w{flex:1 1;max-width:160px;min-width:120px}.JournalEntriesList_fieldSelect__uidFW:focus,.JournalEntriesList_operatorSelect__S1Fqz:focus,.JournalEntriesList_valueInput__H8-5T:focus,.JournalEntriesList_valueSelect__Opr7w:focus{border-color:#6366f1;outline:none}.JournalEntriesList_removeBtn__vRzmN{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.JournalEntriesList_removeBtn__vRzmN:hover{color:#ef4444}.JournalEntriesList_subgroupsContainer__-Xkah{margin-top:8px}.JournalEntriesList_groupActions__hvmqB{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.JournalEntriesList_logicToggle__s\+0DI{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.JournalEntriesList_logicBtn__Nxl\+T{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.JournalEntriesList_logicBtn__Nxl\+T.JournalEntriesList_active__A\+B0J{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.JournalEntriesList_addConditionBtn__uVLaY,.JournalEntriesList_addSubgroupBtn__Y5OuM{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.JournalEntriesList_addConditionBtn__uVLaY:hover,.JournalEntriesList_addSubgroupBtn__Y5OuM:hover{text-decoration:underline}.JournalEntriesList_filterPanelFooter__W1mHQ{display:flex;justify-content:space-between;margin-top:10px}.JournalEntriesList_addGroupBtn__8NC8K{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.JournalEntriesList_clearAllBtn__\+-J5Z{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.JournalEntriesList_clearAllBtn__\+-J5Z:hover{color:#ef4444}.JournalEntriesList_bulkActionsBar__zPb2F{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.JournalEntriesList_bulkInfo__Ebgjz{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.JournalEntriesList_bulkInfo__Ebgjz input{accent-color:#6366f1}.JournalEntriesList_clearSelectionBtn__QQhXf{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.JournalEntriesList_bulkButtons__K\+Dm4{display:flex;gap:6px}.JournalEntriesList_bulkButtons__K\+Dm4 button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.JournalEntriesList_bulkButtons__K\+Dm4 button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.JournalEntriesList_bulkButtons__K\+Dm4 button.JournalEntriesList_dangerBtn__WpEps{border-color:#fecaca;color:#dc2626}.JournalEntriesList_bulkButtons__K\+Dm4 button.JournalEntriesList_dangerBtn__WpEps:hover{background:#dc2626;border-color:#dc2626;color:#fff}.JournalEntriesList_bulkButtons__K\+Dm4 button:disabled{cursor:not-allowed;opacity:.5}.JournalEntriesList_trashBanner__312Hk{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.JournalEntriesList_resultsBar__aK8IY{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.JournalEntriesList_groupHeader__fJap\+{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.JournalEntriesList_groupCount__WPEXv{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.JournalEntriesList_tableWrapper__GvN8D{overflow-x:auto}.JournalEntriesList_table__LjUh0{border-collapse:collapse;width:100%}.JournalEntriesList_table__LjUh0 thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.JournalEntriesList_table__LjUh0 tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.JournalEntriesList_table__LjUh0 tbody tr:hover{background:#f9fafb}.JournalEntriesList_selectedRow__a3IEX{background:#eef2ff!important}.JournalEntriesList_entryNumberCell__UfM5b{background:#eef2ff;border-radius:4px;color:#6366f1;font-family:monospace;font-size:11px;font-weight:600;padding:2px 6px}.JournalEntriesList_descriptionCell__Up8oR{display:flex;flex-direction:column;gap:2px;max-width:320px}.JournalEntriesList_descPrimary__oLNq\+{color:#111827;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.JournalEntriesList_descSecondary__AIHyS{color:#9ca3af;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.JournalEntriesList_sourceTag__gvJol{background:#f3f4f6;color:#374151}.JournalEntriesList_sourceTag__gvJol,.JournalEntriesList_typeTag__54TeY{border-radius:4px;display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;text-transform:uppercase}.JournalEntriesList_typeTag__54TeY{background:#eef2ff;color:#4338ca}.JournalEntriesList_moneyCell__tMDJG{color:#111827;display:inline-block;font-family:monospace;font-weight:600;text-align:right}.JournalEntriesList_statusBadge__WubiA{border-radius:4px;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase}.JournalEntriesList_status_draft__VvVgE{background:#f3f4f6;color:#6b7280}.JournalEntriesList_status_submitted__UtXf5{background:#dbeafe;color:#1e40af}.JournalEntriesList_status_approved__UgLVC{background:#d1fae5;color:#059669}.JournalEntriesList_status_posted__8DKOk{background:#e0e7ff;color:#4338ca}.JournalEntriesList_status_reversed__nZWaN{background:#ede9fe;color:#6d28d9}.JournalEntriesList_status_rejected__TN2l2{background:#fee2e2;color:#dc2626}.JournalEntriesList_actions__CxBRQ{display:flex;gap:4px}.JournalEntriesList_actionBtn__rs57u{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_view__dL0qg{background:#eff6ff;color:#3b82f6}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_view__dL0qg:hover{background:#3b82f6;color:#fff}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_edit__L3ZQX{background:#fef3c7;color:#d97706}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_edit__L3ZQX:hover{background:#d97706;color:#fff}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_delete__NNOxy{background:#fee2e2;color:#dc2626}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_delete__NNOxy:hover{background:#dc2626;color:#fff}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_restore__6-207{background:#d1fae5;color:#059669}.JournalEntriesList_actionBtn__rs57u.JournalEntriesList_restore__6-207:hover{background:#059669;color:#fff}.JournalEntriesList_cardsGrid__DwXkd{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.JournalEntriesList_entryCard__tNAka{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.JournalEntriesList_entryCard__tNAka:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.JournalEntriesList_entryCard__tNAka.JournalEntriesList_selected__F\+ucP{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.JournalEntriesList_cardHeader__Z0r6L{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.JournalEntriesList_cardHeader__Z0r6L input{accent-color:#6366f1}.JournalEntriesList_cardEntryNumber__vvMUe{color:#6366f1;flex:1 1;font-family:monospace;font-size:12px;font-weight:600}.JournalEntriesList_cardBody__fwNcF{padding:14px}.JournalEntriesList_cardBody__fwNcF h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.4;margin:0 0 6px;overflow:hidden}.JournalEntriesList_cardReference__PvHPb{color:#9ca3af;font-size:11px;margin-bottom:6px}.JournalEntriesList_cardReference__PvHPb i{margin-right:4px}.JournalEntriesList_cardMeta__clx5g{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:6px}.JournalEntriesList_cardMeta__clx5g span{align-items:center;display:flex;gap:4px}.JournalEntriesList_cardMeta__clx5g i{font-size:11px}.JournalEntriesList_cardAmounts__BfbDs{background:#f9fafb;border-radius:6px;display:flex;gap:10px;margin-top:8px;padding:8px}.JournalEntriesList_cardAmounts__BfbDs>div{display:flex;flex:1 1;flex-direction:column;gap:2px}.JournalEntriesList_amountLabel__M38Fj{color:#9ca3af;font-size:10px;font-weight:600;text-transform:uppercase}.JournalEntriesList_cardFooter__\+93nT{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.JournalEntriesList_cardActions__BijoH{display:flex;gap:4px}.JournalEntriesList_cardActions__BijoH button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.JournalEntriesList_cardActions__BijoH button:hover{background:#6366f1;color:#fff}.JournalEntriesList_pagination__kgkDo{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.JournalEntriesList_pageInfo__\+AX4U{color:#6b7280;font-size:12px}.JournalEntriesList_pageInfo__\+AX4U strong{color:#111827}.JournalEntriesList_pageControls__UsyQB{align-items:center;display:flex;gap:8px}.JournalEntriesList_perPageSelect__UFHUW{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.JournalEntriesList_pageButtons__GB297{display:flex;gap:2px}.JournalEntriesList_pageBtn__cJ2Jm{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.JournalEntriesList_pageBtn__cJ2Jm:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.JournalEntriesList_pageBtn__cJ2Jm:disabled{cursor:not-allowed;opacity:.4}.JournalEntriesList_pageNum__A\+51H{color:#6b7280;font-size:12px;padding:0 8px}.JournalEntriesList_modalOverlay__dqFGW{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.JournalEntriesList_modal__1NR-k{animation:JournalEntriesList_modalIn__ZUIYD .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes JournalEntriesList_modalIn__ZUIYD{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.JournalEntriesList_modalHeader__doszu{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.JournalEntriesList_modalHeader__doszu h3{color:#111827;font-size:16px;font-weight:600;margin:0}.JournalEntriesList_modalHeader__doszu button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.JournalEntriesList_modalHeader__doszu button:hover{color:#374151}.JournalEntriesList_modalBody__HZZKB{padding:20px}.JournalEntriesList_modalBody__HZZKB p{color:#6b7280;font-size:14px;margin:0 0 16px}.JournalEntriesList_modalBody__HZZKB .JournalEntriesList_hint__KIc0d{color:#9ca3af;font-size:12px;margin-top:12px}.JournalEntriesList_formGroup__YPkr7{margin-bottom:14px}.JournalEntriesList_formGroup__YPkr7 label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.JournalEntriesList_formGroup__YPkr7 input,.JournalEntriesList_formGroup__YPkr7 select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.JournalEntriesList_formGroup__YPkr7 input:focus,.JournalEntriesList_formGroup__YPkr7 select:focus{border-color:#6366f1;outline:none}.JournalEntriesList_modalFooter__eUBeI{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.JournalEntriesList_loading__acJHd{align-items:center;display:flex;justify-content:center;padding:50px}.JournalEntriesList_spinner__wfmOk{animation:JournalEntriesList_spin__kp9jp .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes JournalEntriesList_spin__kp9jp{to{transform:rotate(1turn)}}.JournalEntriesList_emptyState__n\+PEh{padding:50px 20px;text-align:center}.JournalEntriesList_emptyIcon__nu7fa{color:#d1d5db;font-size:36px;margin-bottom:10px}.JournalEntriesList_emptyState__n\+PEh h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 6px}.JournalEntriesList_emptyState__n\+PEh p{color:#9ca3af;font-size:13px;margin:0}@media (max-width:768px){.JournalEntriesList_toolbar__RsS4K{align-items:stretch;flex-direction:column}.JournalEntriesList_toolbarLeft__iYCmL,.JournalEntriesList_toolbarRight__28vLN{width:100%}.JournalEntriesList_toolbarRight__28vLN{flex-wrap:wrap;justify-content:flex-start}.JournalEntriesList_searchBox__uAyZK{width:100%}.JournalEntriesList_bulkActionsBar__zPb2F{align-items:flex-start;flex-direction:column;gap:10px}.JournalEntriesList_bulkButtons__K\+Dm4{flex-wrap:wrap}}@media (max-width:480px){.JournalEntriesList_cardsGrid__DwXkd{grid-template-columns:1fr}}.JournalEntryForm_pageHeader__jSYcb{justify-content:space-between;margin-bottom:24px}.JournalEntryForm_headerLeft__yOwlC,.JournalEntryForm_pageHeader__jSYcb{align-items:center;display:flex;gap:16px}.JournalEntryForm_backButton__o8OhY{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;font-size:16px;height:44px;justify-content:center;transition:all .2s;width:44px}.JournalEntryForm_backButton__o8OhY:hover{background:#f1f5f9;border-color:#cbd5e1}.JournalEntryForm_pageTitle__Vqbi4{color:#1e293b;font-size:26px;font-weight:700;margin:0 0 4px}.JournalEntryForm_breadcrumb__6n5Kp{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.JournalEntryForm_breadcrumb__6n5Kp a{color:#10b981;text-decoration:none}.JournalEntryForm_breadcrumb__6n5Kp a:hover{text-decoration:underline}.JournalEntryForm_breadcrumb__6n5Kp span:not(:first-child){color:#cbd5e1}.JournalEntryForm_formContainer__S4YLA{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:visible}.JournalEntryForm_tabs__6sSgN{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;padding:0 20px}.JournalEntryForm_tab__Vlo3C{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:-1px;padding:14px 20px;transition:all .2s}.JournalEntryForm_tab__Vlo3C:hover{color:#10b981}.JournalEntryForm_tab__Vlo3C.JournalEntryForm_active__4CqeT{background:#fff;border-bottom-color:#10b981;color:#10b981}.JournalEntryForm_tabBadge__m\+LWX{background:#10b981;border-radius:10px;color:#fff;font-size:11px;font-weight:700;padding:1px 8px}.JournalEntryForm_tabPanel__RMWWs{display:flex;flex-direction:column;gap:20px;padding:24px}.JournalEntryForm_formCard__edshl{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.JournalEntryForm_formCardHeader__12ICF{align-items:center;background:#f0fdf4;border-bottom:1px solid #d1fae5;display:flex;gap:10px;padding:14px 20px}.JournalEntryForm_formCardHeader__12ICF i{color:#10b981;font-size:16px}.JournalEntryForm_formCardHeader__12ICF h3{color:#065f46;font-size:15px;font-weight:600;margin:0}.JournalEntryForm_formGrid__ZHJtu{grid-gap:16px 20px;display:grid;gap:16px 20px;grid-template-columns:repeat(2,1fr);padding:20px}.JournalEntryForm_formFieldFull__Q1u-C,.JournalEntryForm_formField__GvXME{display:flex;flex-direction:column;gap:6px}.JournalEntryForm_formFieldFull__Q1u-C{grid-column:1/-1}.JournalEntryForm_formFieldFull__Q1u-C label,.JournalEntryForm_formField__GvXME label{color:#475569;font-size:13px;font-weight:500}.JournalEntryForm_hint__7p25b{color:#94a3b8;font-size:11px;font-weight:400;margin-left:4px}.JournalEntryForm_required__Dr5NP{color:#dc2626}.JournalEntryForm_formFieldFull__Q1u-C input,.JournalEntryForm_formFieldFull__Q1u-C select,.JournalEntryForm_formFieldFull__Q1u-C textarea,.JournalEntryForm_formField__GvXME input,.JournalEntryForm_formField__GvXME select,.JournalEntryForm_formField__GvXME textarea{border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit;font-size:14px;padding:10px 14px;transition:all .2s}.JournalEntryForm_formFieldFull__Q1u-C input:focus,.JournalEntryForm_formFieldFull__Q1u-C select:focus,.JournalEntryForm_formFieldFull__Q1u-C textarea:focus,.JournalEntryForm_formField__GvXME input:focus,.JournalEntryForm_formField__GvXME select:focus,.JournalEntryForm_formField__GvXME textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.JournalEntryForm_formField__GvXME select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.JournalEntryForm_readOnlyInput__hIfcp{background:#f8fafc;color:#64748b;cursor:not-allowed}.JournalEntryForm_toggleRow__hBHZz{align-items:center;display:flex;gap:8px;padding:10px 0}.JournalEntryForm_toggleRow__hBHZz input[type=checkbox]{cursor:pointer;height:18px;width:18px}.JournalEntryForm_toggleRow__hBHZz label{cursor:pointer;font-weight:400;margin:0}.JournalEntryForm_warningBox__qJkUY{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:6px;display:flex;gap:12px;margin:0 20px 20px;padding:14px 20px}.JournalEntryForm_warningBox__qJkUY i{color:#f59e0b;font-size:20px;margin-top:2px}.JournalEntryForm_warningBox__qJkUY strong{color:#92400e;display:block;font-size:13px;margin-bottom:2px}.JournalEntryForm_warningBox__qJkUY p{color:#78350f;font-size:12px;margin:0}.JournalEntryForm_linesCard__QYy7s{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.JournalEntryForm_linesHeader__C0FM-{align-items:center;background:#f0fdf4;border-bottom:1px solid #d1fae5;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.JournalEntryForm_linesHeader__C0FM- h3{align-items:center;color:#065f46;display:flex;font-size:16px;font-weight:600;gap:10px;margin:0 0 4px}.JournalEntryForm_linesHeader__C0FM- h3 i{color:#10b981}.JournalEntryForm_linesSubtitle__sKo\+S{color:#047857;font-size:12px;margin:0}.JournalEntryForm_linesActions__hf-Vn{display:flex;gap:8px}.JournalEntryForm_autoBalanceBtn__Ed5bU{align-items:center;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;color:#92400e;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px}.JournalEntryForm_autoBalanceBtn__Ed5bU:hover:not(:disabled){background:#fde68a}.JournalEntryForm_autoBalanceBtn__Ed5bU:disabled{cursor:not-allowed;opacity:.4}.JournalEntryForm_addLineBtn__XFd3b{align-items:center;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px}.JournalEntryForm_addLineBtn__XFd3b:hover{background:#059669}.JournalEntryForm_linesTableWrapper__KGn5u{overflow-x:auto}.JournalEntryForm_linesTable__dyH1D{border-collapse:collapse;min-width:900px;width:100%}.JournalEntryForm_linesTable__dyH1D thead{background:#f8fafc}.JournalEntryForm_linesTable__dyH1D th{border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.JournalEntryForm_linesTable__dyH1D td{border-bottom:1px solid #f1f5f9;padding:8px 12px;vertical-align:middle}.JournalEntryForm_linesTable__dyH1D tbody tr:hover{background:#f8fafc}.JournalEntryForm_lineNumber__Xkejp{color:#94a3b8;font-family:Courier New,monospace;font-size:13px;font-weight:600;text-align:center}.JournalEntryForm_lineInput__epxaw{background:#0000;border:1px solid #0000;border-radius:6px;color:#1e293b;font-family:inherit;font-size:13px;padding:8px 10px;transition:all .15s;width:100%}.JournalEntryForm_lineInput__epxaw:hover{background:#fff;border-color:#e2e8f0}.JournalEntryForm_lineInput__epxaw:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 2px #10b9811a;outline:none}.JournalEntryForm_moneyInput__izYMw{font-family:Courier New,monospace;font-weight:600;text-align:right}.JournalEntryForm_lineActions__TjEkR{display:flex;gap:4px}.JournalEntryForm_lineActionBtn__IBE8d{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-size:11px;height:28px;justify-content:center;width:28px}.JournalEntryForm_lineActionBtn__IBE8d:hover{background:#f0fdf4;border-color:#10b981;color:#10b981}.JournalEntryForm_lineActionBtn__IBE8d.JournalEntryForm_removeAct__MDkYt:hover{background:#fee2e2;border-color:#dc2626;color:#dc2626}.JournalEntryForm_linesTable__dyH1D tfoot{background:#f8fafc}.JournalEntryForm_totalsRow__4puC6 td{border-top:2px solid #e2e8f0;padding:12px}.JournalEntryForm_totalsLabel__hmJ-Y{color:#475569;font-weight:600;text-align:right}.JournalEntryForm_totalCell__Ew9zZ{color:#1e293b;font-family:Courier New,monospace;font-size:14px;font-weight:700;text-align:right}.JournalEntryForm_balanceRow__V11dJ td{padding:10px 12px}.JournalEntryForm_balanceCell__Bj6q4{align-items:center;display:flex;font-family:Courier New,monospace;font-size:14px;font-weight:700;gap:6px;justify-content:flex-end;text-align:right}.JournalEntryForm_balanceCell__Bj6q4.JournalEntryForm_balanced__eVW99{color:#059669}.JournalEntryForm_balanceCell__Bj6q4.JournalEntryForm_unbalanced__vxPWZ{color:#dc2626}.JournalEntryForm_formActions__id33u{align-items:center;background:#f8fafc;border-radius:0 0 12px 12px;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 24px}.JournalEntryForm_formActionsLeft__RnPGS{align-items:center;display:flex}.JournalEntryForm_formActionsRight__B\+EUh{display:flex;gap:10px}.JournalEntryForm_balanceIndicator__ItDLO{align-items:center;border-radius:8px;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:8px 14px}.JournalEntryForm_balanceIndicator__ItDLO.JournalEntryForm_indBalanced__WOSlb{background:#d1fae5;color:#065f46}.JournalEntryForm_balanceIndicator__ItDLO.JournalEntryForm_indUnbalanced__iEYvw{background:#fee2e2;color:#991b1b}.JournalEntryForm_btnCancel__zW6He{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.JournalEntryForm_btnCancel__zW6He:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.JournalEntryForm_btnCancel__zW6He:disabled{cursor:not-allowed;opacity:.5}.JournalEntryForm_btnSubmit__xmdPx{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.JournalEntryForm_btnSubmit__xmdPx:hover:not(:disabled){box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.JournalEntryForm_btnSubmit__xmdPx:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.JournalEntryForm_loading__9I49y{align-items:center;display:flex;justify-content:center;padding:60px}.JournalEntryForm_spinner__PKNYG{animation:JournalEntryForm_spin__qv8Qc .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:40px;width:40px}@keyframes JournalEntryForm_spin__qv8Qc{to{transform:rotate(1turn)}}@media (max-width:768px){.JournalEntryForm_formGrid__ZHJtu{grid-template-columns:1fr}.JournalEntryForm_linesHeader__C0FM-{align-items:stretch;flex-direction:column}.JournalEntryForm_linesActions__hf-Vn{justify-content:stretch}.JournalEntryForm_addLineBtn__XFd3b,.JournalEntryForm_autoBalanceBtn__Ed5bU{flex:1 1;justify-content:center}.JournalEntryForm_formActions__id33u{align-items:stretch;flex-direction:column}.JournalEntryForm_formActionsRight__B\+EUh{width:100%}.JournalEntryForm_formActionsRight__B\+EUh button{flex:1 1;justify-content:center}}.JournalEntriesView_pageHeader__lQ5Mh{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.JournalEntriesView_headerLeft__b\+Qdo{align-items:center;display:flex;gap:16px}.JournalEntriesView_backButton__C9mEK{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.JournalEntriesView_backButton__C9mEK:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.JournalEntriesView_titleGroup__E-IYk{display:flex;flex-direction:column;gap:6px}.JournalEntriesView_pageTitle__7JMWa{align-items:center;color:#1a202c;display:flex;flex-wrap:wrap;font-family:Courier New,monospace;font-size:24px;font-weight:700;gap:12px;margin:0}.JournalEntriesView_breadcrumb__JoGE4{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.JournalEntriesView_breadcrumb__JoGE4 a{color:#3b82f6;text-decoration:none}.JournalEntriesView_breadcrumb__JoGE4 a:hover{text-decoration:underline}.JournalEntriesView_breadcrumb__JoGE4 span{color:#94a3b8}.JournalEntriesView_headerActions__f4XmH{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.JournalEntriesView_btnDanger__I1-pu,.JournalEntriesView_btnInfo__n\+rQr,.JournalEntriesView_btnPrimary__G3nsH,.JournalEntriesView_btnSecondary__rEgvq,.JournalEntriesView_btnSuccess__ye9I9,.JournalEntriesView_btnWarning__-r6eo{align-items:center;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s}.JournalEntriesView_btnSecondary__rEgvq{background:#fff;border:1px solid #e2e8f0;color:#475569}.JournalEntriesView_btnSecondary__rEgvq:hover{background:#f8fafc;border-color:#cbd5e1}.JournalEntriesView_btnInfo__n\+rQr{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;color:#fff}.JournalEntriesView_btnInfo__n\+rQr:hover:not(:disabled){box-shadow:0 4px 12px #3b82f659;transform:translateY(-1px)}.JournalEntriesView_btnSuccess__ye9I9{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.JournalEntriesView_btnSuccess__ye9I9:hover:not(:disabled){box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.JournalEntriesView_btnWarning__-r6eo{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;color:#fff}.JournalEntriesView_btnWarning__-r6eo:hover:not(:disabled){box-shadow:0 4px 12px #f59e0b59;transform:translateY(-1px)}.JournalEntriesView_btnDanger__I1-pu{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;color:#fff}.JournalEntriesView_btnDanger__I1-pu:hover{box-shadow:0 4px 12px #ef444459;transform:translateY(-1px)}.JournalEntriesView_btnPrimary__G3nsH{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.JournalEntriesView_btnPrimary__G3nsH:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.JournalEntriesView_btnInfo__n\+rQr:disabled,.JournalEntriesView_btnSecondary__rEgvq:disabled,.JournalEntriesView_btnSuccess__ye9I9:disabled,.JournalEntriesView_btnWarning__-r6eo:disabled{cursor:not-allowed;opacity:.6}.JournalEntriesView_statusBadge__nZKO-{border-radius:14px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 12px;text-transform:uppercase}.JournalEntriesView_status_draft__OEhzu{background:#f1f5f9;color:#475569}.JournalEntriesView_status_submitted__ohg\+1{background:#dbeafe;color:#1e40af}.JournalEntriesView_status_approved__AkdQ8{background:#d1fae5;color:#065f46}.JournalEntriesView_status_posted__qjduY{background:#e0e7ff;color:#4338ca}.JournalEntriesView_status_reversed__eC2E5{background:#ede9fe;color:#6d28d9}.JournalEntriesView_status_rejected__TH0p0{background:#fee2e2;color:#b91c1c}.JournalEntriesView_trashBadge__OHaLt{align-items:center;background:#fee2e2;color:#b91c1c;display:inline-flex;gap:6px}.JournalEntriesView_trashBadge__OHaLt,.JournalEntriesView_typeBadge__KFIvX{border-radius:14px;font-size:11px;font-weight:700;padding:4px 12px;text-transform:uppercase}.JournalEntriesView_typeBadge__KFIvX{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;display:inline-block}.JournalEntriesView_statsRow__ysDJq{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.JournalEntriesView_statCard__tH-sb{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.JournalEntriesView_statCard__tH-sb:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.JournalEntriesView_statIcon__5uZTK{align-items:center;border-radius:14px;display:flex;flex-shrink:0;font-size:22px;height:52px;justify-content:center;width:52px}.JournalEntriesView_statIcon__5uZTK.JournalEntriesView_blue__gZmtH{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.JournalEntriesView_statIcon__5uZTK.JournalEntriesView_green__66DKF{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#10b981}.JournalEntriesView_statIcon__5uZTK.JournalEntriesView_purple__51xRf{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#8b5cf6}.JournalEntriesView_statIcon__5uZTK.JournalEntriesView_red__\+clRU{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#ef4444}.JournalEntriesView_statIcon__5uZTK.JournalEntriesView_orange__UmvWv{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#f97316}.JournalEntriesView_statInfo__dr62T{display:flex;flex-direction:column;gap:2px;min-width:0}.JournalEntriesView_statValue__qu6RQ{color:#1a202c;font-family:Courier New,monospace;font-size:22px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.JournalEntriesView_statLabel__N3abb{color:#64748b;font-size:13px;font-weight:500}.JournalEntriesView_card__nfNcL{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.JournalEntriesView_tabsNav__NxFAB{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:4px;padding:16px 24px}.JournalEntriesView_tabBtn__s-IIj{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.JournalEntriesView_tabBtn__s-IIj:hover{background:#fff;color:#1a202c}.JournalEntriesView_tabBtn__s-IIj i{font-size:15px}.JournalEntriesView_tabBtn__s-IIj.JournalEntriesView_active__jc-Y3{background:#fff;box-shadow:0 2px 8px #00000014;color:#10b981}.JournalEntriesView_detailsGrid__YDVbA{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.JournalEntriesView_detailGroup__Pr0Co{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:12px 0}.JournalEntriesView_detailGroup__Pr0Co.JournalEntriesView_wide__aP17R{grid-column:1/-1}.JournalEntriesView_detailLabel__cPqWP{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.JournalEntriesView_detailValue__Jpalt{align-items:center;color:#1a202c;display:flex;flex-wrap:wrap;font-size:15px;font-weight:500;gap:8px}.JournalEntriesView_detailValue__Jpalt a{color:#3b82f6;font-weight:600;text-decoration:none}.JournalEntriesView_detailValue__Jpalt a:hover{text-decoration:underline}.JournalEntriesView_monoValue__jpYRs{color:#4338ca;font-family:Courier New,monospace}.JournalEntriesView_typeTag__3lR1q{background:#eef2ff;color:#6366f1}.JournalEntriesView_sourceTag__ZL3Il,.JournalEntriesView_typeTag__3lR1q{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.JournalEntriesView_sourceTag__ZL3Il{background:#f1f5f9;color:#475569}.JournalEntriesView_closedTag__g1ZT3{background:#fee2e2;border-radius:10px;color:#991b1b;display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;text-transform:uppercase}.JournalEntriesView_linesWrapper__tKc\+4{padding:24px}.JournalEntriesView_tableWrapper__J3yfp{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.JournalEntriesView_linesTable__NuofN{border-collapse:collapse;width:100%}.JournalEntriesView_linesTable__NuofN thead{background:#f8fafc}.JournalEntriesView_linesTable__NuofN th{border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px;font-weight:600;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.JournalEntriesView_linesTable__NuofN td{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:14px;padding:14px 16px;vertical-align:top}.JournalEntriesView_linesTable__NuofN tbody tr:hover{background:#f8fafc}.JournalEntriesView_linesTable__NuofN tfoot td{background:#f8fafc;color:#1e293b;font-size:14px;padding:14px 16px}.JournalEntriesView_lineNum__HFcxc{color:#94a3b8;font-family:Courier New,monospace;font-weight:700;text-align:center}.JournalEntriesView_accountCell__BkMFq{display:flex;flex-direction:column;gap:2px}.JournalEntriesView_accountCode__eLl1P{color:#4338ca;font-family:Courier New,monospace;font-size:13px;font-weight:700}.JournalEntriesView_accountName__k--Pz{color:#1e293b;font-size:14px}.JournalEntriesView_accountType__f6uNV{color:#94a3b8;font-size:11px;text-transform:uppercase}.JournalEntriesView_taxInfo__45uKO{color:#475569;font-size:13px}.JournalEntriesView_taxAmount__gqXdT{color:#94a3b8;font-family:Courier New,monospace;font-size:12px}.JournalEntriesView_moneyCell__ngNUt{color:#1e293b;font-family:Courier New,monospace;font-weight:600;text-align:right;white-space:nowrap}.JournalEntriesView_reconciledYes__uyj5l{color:#10b981}.JournalEntriesView_reconciledNo__IWs1b{color:#cbd5e1}.JournalEntriesView_totalsRow__oIvIL td{background:#eef2ff!important;border-top:2px solid #c7d2fe;color:#1e293b}.JournalEntriesView_balancedRow__l3BwC td{background:#d1fae5!important;border-top:1px solid #a7f3d0;color:#065f46}.JournalEntriesView_balancedRow__l3BwC td i{color:#10b981;margin-right:6px}.JournalEntriesView_unbalancedRow__0\+hau td{background:#fee2e2!important;border-top:1px solid #fecaca;color:#b91c1c}.JournalEntriesView_unbalancedRow__0\+hau td i{color:#dc2626;margin-right:6px}.JournalEntriesView_lifecycleWrapper__xd0vc{padding:24px}.JournalEntriesView_timeline__R2zWv{padding-left:28px;position:relative}.JournalEntriesView_timeline__R2zWv:before{background:#e2e8f0;bottom:8px;content:"";left:22px;position:absolute;top:8px;width:2px}.JournalEntriesView_timelineEvent__17vqc{display:flex;gap:16px;margin-bottom:24px;position:relative}.JournalEntriesView_timelineEvent__17vqc:last-child{margin-bottom:0}.JournalEntriesView_timelineIcon__\+ci67{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;height:36px;justify-content:center;margin-left:-24px;position:relative;width:36px;z-index:1}.JournalEntriesView_bgGray__9XunQ{background:linear-gradient(135deg,#94a3b8,#64748b)}.JournalEntriesView_bgBlue__oKaTZ{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.JournalEntriesView_bgGreen__Bytbl{background:linear-gradient(135deg,#10b981,#059669)}.JournalEntriesView_bgRed__9jmIP{background:linear-gradient(135deg,#ef4444,#dc2626)}.JournalEntriesView_bgIndigo__kwCe9{background:linear-gradient(135deg,#6366f1,#4338ca)}.JournalEntriesView_bgPurple__GNJIN{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.JournalEntriesView_timelineContent__dryiP{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1 1;padding:14px 16px}.JournalEntriesView_timelineHeader__tAHb-{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:6px}.JournalEntriesView_timelineAction__LHZom{color:#1a202c;font-size:14px;font-weight:700}.JournalEntriesView_timelineDate__MAkNj{color:#64748b;font-size:12px}.JournalEntriesView_timelineDetail__V6tb5{color:#475569;font-size:13px}.JournalEntriesView_timelineDetail__V6tb5 a{color:#3b82f6;font-weight:600;text-decoration:none}.JournalEntriesView_timelineDetail__V6tb5 a:hover{text-decoration:underline}.JournalEntriesView_timelineNote__LPbND{background:#fff;border-left:3px solid #10b981;border-radius:4px;color:#475569;font-size:13px;font-style:italic;margin-top:8px;padding:8px 12px}.JournalEntriesView_relatedWrapper__Mm7Rg{display:flex;flex-direction:column;gap:24px;padding:24px}.JournalEntriesView_relatedSection__gIVBR{display:flex;flex-direction:column;gap:12px}.JournalEntriesView_relatedTitle__5Mo\+s{align-items:center;color:#1a202c;display:flex;font-size:16px;font-weight:700;gap:10px;margin:0}.JournalEntriesView_relatedTitle__5Mo\+s i{color:#10b981}.JournalEntriesView_relatedCard__tZXkV{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;transition:all .2s}.JournalEntriesView_relatedCard__tZXkV:hover{background:#fff;border-color:#10b981}.JournalEntriesView_relatedCardHeader__xmzxX{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:6px}.JournalEntriesView_relatedCardLink__en6TK{color:#4338ca;font-family:Courier New,monospace;font-size:14px;font-weight:700;text-decoration:none}.JournalEntriesView_relatedCardLink__en6TK:hover{text-decoration:underline}.JournalEntriesView_relatedCardBody__a\+zQg{color:#64748b;font-size:13px}.JournalEntriesView_relatedCardBody__a\+zQg code{background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#475569;font-size:12px;padding:2px 6px}.JournalEntriesView_emptyState__XSG-x{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px;text-align:center}.JournalEntriesView_emptyState__XSG-x i{color:#cbd5e1;font-size:64px}.JournalEntriesView_emptyState__XSG-x h3{color:#1a202c;font-size:18px;margin:0}.JournalEntriesView_emptyTab__2LEG5{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:12px;padding:60px 20px;text-align:center}.JournalEntriesView_emptyTab__2LEG5 i{color:#cbd5e1;font-size:40px}.JournalEntriesView_emptyTab__2LEG5 p{font-size:14px;margin:0}.JournalEntriesView_loading__m\+krI{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.JournalEntriesView_spinner__DRuLN{animation:JournalEntriesView_spin__sou6A .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:44px;width:44px}@keyframes JournalEntriesView_spin__sou6A{to{transform:rotate(1turn)}}@media (max-width:1024px){.JournalEntriesView_statsRow__ysDJq{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.JournalEntriesView_statsRow__ysDJq{grid-template-columns:1fr}.JournalEntriesView_pageHeader__lQ5Mh{align-items:stretch;flex-direction:column}.JournalEntriesView_headerActions__f4XmH{overflow-x:auto;width:100%}.JournalEntriesView_detailsGrid__YDVbA{grid-template-columns:1fr;padding:16px}.JournalEntriesView_tabsNav__NxFAB{overflow-x:auto;padding:12px 16px}.JournalEntriesView_tabBtn__s-IIj{padding:10px 16px;white-space:nowrap}.JournalEntriesView_lifecycleWrapper__xd0vc,.JournalEntriesView_linesWrapper__tKc\+4,.JournalEntriesView_relatedWrapper__Mm7Rg{padding:16px}}.LicensesList_pageHeader__DVaJd{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.LicensesList_headerLeft__2sIPf{flex:1 1}.LicensesList_pageTitle__eaaJv{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.LicensesList_breadcrumb__0pxo8{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.LicensesList_breadcrumb__0pxo8 a{color:#6366f1;text-decoration:none}.LicensesList_headerActions__c66CO{align-items:center;display:flex;gap:10px}.LicensesList_btnIcon__lwGQp{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.LicensesList_btnIcon__lwGQp:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.LicensesList_btnIcon__lwGQp.LicensesList_active__\+5Pki{background:#6366f1;border-color:#6366f1;color:#fff}.LicensesList_btnPrimary__XFzsz{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.LicensesList_btnPrimary__XFzsz:hover{background:#4f46e5}.LicensesList_btnSecondary__1uYrN{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.LicensesList_btnSecondary__1uYrN:hover{background:#f9fafb}.LicensesList_statsRow__Xrt47{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(5,1fr);margin-bottom:20px}.LicensesList_statCard__pR0wr{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.LicensesList_statIcon__M2qBw{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.LicensesList_statIcon__M2qBw.LicensesList_blue__0cKdG{background:#eff6ff;color:#3b82f6}.LicensesList_statIcon__M2qBw.LicensesList_green__HAv0a{background:#f0fdf4;color:#22c55e}.LicensesList_statIcon__M2qBw.LicensesList_orange__FfaG5{background:#fff7ed;color:#f97316}.LicensesList_statIcon__M2qBw.LicensesList_purple__gjTWq{background:#faf5ff;color:#a855f7}.LicensesList_statIcon__M2qBw.LicensesList_red__jYkL7{background:#fef2f2;color:#ef4444}.LicensesList_statIcon__M2qBw.LicensesList_gray__ZhU1t{background:#f3f4f6;color:#6b7280}.LicensesList_statIcon__M2qBw.LicensesList_teal__4DwEA{background:#f0fdfa;color:#14b8a6}.LicensesList_statInfo__P43dG{flex:1 1}.LicensesList_statValue__m5zxx{color:#111827;display:block;font-size:20px;font-weight:700}.LicensesList_statLabel__BEZiP{color:#6b7280;font-size:12px}.LicensesList_statBadge__vxcSb{border-radius:6px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.LicensesList_card__NaQiF{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.LicensesList_toolbar__fMN-V{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.LicensesList_toolbarLeft__4qyiH,.LicensesList_toolbar__fMN-V{align-items:center;display:flex;gap:10px}.LicensesList_toolbarRight__het2O{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.LicensesList_searchBox__qhxXy{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.LicensesList_searchBox__qhxXy i{color:#9ca3af;font-size:13px}.LicensesList_searchBox__qhxXy input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.LicensesList_toolbarBtn__iqKtb{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.LicensesList_toolbarBtn__iqKtb:hover{border-color:#6366f1;color:#6366f1}.LicensesList_toolbarBtn__iqKtb.LicensesList_active__\+5Pki{background:#eef2ff;border-color:#6366f1;color:#6366f1}.LicensesList_toolbarBtn__iqKtb .LicensesList_badge__tirjZ{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.LicensesList_toolbarSelect__9bH8P{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.LicensesList_layoutToggle__hF-XM{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.LicensesList_layoutToggle__hF-XM button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.LicensesList_layoutToggle__hF-XM button:first-child{border-right:1px solid #e5e7eb}.LicensesList_layoutToggle__hF-XM button.LicensesList_active__\+5Pki{background:#6366f1;color:#fff}.LicensesList_layoutToggle__hF-XM button:hover:not(.LicensesList_active__\+5Pki){background:#f3f4f6}.LicensesList_dropdownWrapper__EIC3o{position:relative}.LicensesList_dropdownMenu__NqBYj{animation:LicensesList_fadeIn__qBq-K .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes LicensesList_fadeIn__qBq-K{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.LicensesList_dropdownHeader__2PmZA{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.LicensesList_dropdownItem__91u7F{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.LicensesList_dropdownItem__91u7F:hover{background:#f9fafb}.LicensesList_dropdownItem__91u7F i{color:#9ca3af;width:16px}.LicensesList_dropdownItem__91u7F button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.LicensesList_dropdownItem__91u7F button:hover{color:#ef4444}.LicensesList_dropdownEmpty__tMsR-{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.LicensesList_dropdownFooter__Sl6z-{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.LicensesList_dropdownFooter__Sl6z- button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.LicensesList_dropdownFooter__Sl6z- button:hover{text-decoration:underline}.LicensesList_checkboxItem__Jw6zx{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.LicensesList_checkboxItem__Jw6zx:hover{background:#f9fafb}.LicensesList_checkboxItem__Jw6zx input{accent-color:#6366f1}.LicensesList_filterPanel__nLBLo{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.LicensesList_filterGroup__CI7gf{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.LicensesList_filterGroup__CI7gf.LicensesList_subgroup__gEOAr{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.LicensesList_subgroupHeader__FfmgV{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.LicensesList_removeSubgroupBtn__AjIAp{background:none;border:none;color:#d1d5db;cursor:pointer}.LicensesList_removeSubgroupBtn__AjIAp:hover{color:#ef4444}.LicensesList_conditionsList__6aJ8s{display:flex;flex-direction:column;gap:6px}.LicensesList_conditionRow__R4vNn{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.LicensesList_conditionHandle__7S0G6{color:#d1d5db;cursor:grab;font-size:11px}.LicensesList_logicLabel__DUnf7,.LicensesList_whereLabel__ypx7O{color:#6b7280;font-size:12px;min-width:42px}.LicensesList_fieldSelect__K3Ltu,.LicensesList_operatorSelect__QCcXO,.LicensesList_valueInput__zgqif,.LicensesList_valueSelect__n2apH{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.LicensesList_fieldSelect__K3Ltu{min-width:120px}.LicensesList_operatorSelect__QCcXO{min-width:90px}.LicensesList_valueInput__zgqif,.LicensesList_valueSelect__n2apH{flex:1 1;max-width:160px;min-width:120px}.LicensesList_fieldSelect__K3Ltu:focus,.LicensesList_operatorSelect__QCcXO:focus,.LicensesList_valueInput__zgqif:focus,.LicensesList_valueSelect__n2apH:focus{border-color:#6366f1;outline:none}.LicensesList_removeBtn__HtbUa{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.LicensesList_removeBtn__HtbUa:hover{color:#ef4444}.LicensesList_subgroupsContainer__pKlgT{margin-top:8px}.LicensesList_groupActions__W9gtD{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.LicensesList_logicToggle__0ANLT{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.LicensesList_logicBtn__9G\+1d{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.LicensesList_logicBtn__9G\+1d.LicensesList_active__\+5Pki{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.LicensesList_addConditionBtn__EwbW\+,.LicensesList_addSubgroupBtn__zq8yn{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.LicensesList_addConditionBtn__EwbW\+:hover,.LicensesList_addSubgroupBtn__zq8yn:hover{text-decoration:underline}.LicensesList_filterPanelFooter__44DZ8{display:flex;justify-content:space-between;margin-top:10px}.LicensesList_addGroupBtn__lcGlO{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.LicensesList_clearAllBtn__kJPRo{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.LicensesList_clearAllBtn__kJPRo:hover{color:#ef4444}.LicensesList_bulkActionsBar__HN7t2{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.LicensesList_bulkInfo__Ye-el{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.LicensesList_bulkInfo__Ye-el input{accent-color:#6366f1}.LicensesList_clearSelectionBtn__toRVE{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.LicensesList_bulkButtons__IUT7o{display:flex;gap:6px}.LicensesList_bulkButtons__IUT7o button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.LicensesList_bulkButtons__IUT7o button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.LicensesList_bulkButtons__IUT7o button.LicensesList_dangerBtn__texC2{border-color:#fecaca;color:#dc2626}.LicensesList_bulkButtons__IUT7o button.LicensesList_dangerBtn__texC2:hover{background:#dc2626;border-color:#dc2626;color:#fff}.LicensesList_bulkButtons__IUT7o button:disabled{cursor:not-allowed;opacity:.5}.LicensesList_resultsBar__vKqqZ{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.LicensesList_groupHeader__J1mr2{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.LicensesList_groupCount__r2Lr2{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.LicensesList_tableWrapper__hk3J1{overflow-x:auto}.LicensesList_table__Is2M9{border-collapse:collapse;width:100%}.LicensesList_table__Is2M9 thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.LicensesList_table__Is2M9 tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.LicensesList_table__Is2M9 tbody tr:hover{background:#f9fafb}.LicensesList_selectedRow__0YPeO{background:#eef2ff!important}.LicensesList_idCell__nTE\+m{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.LicensesList_branchInfo__Bc7NT{align-items:center;display:flex;gap:10px}.LicensesList_branchLogo__AnDgr{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.LicensesList_branchDetails__tWEbu h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.LicensesList_branchDetails__tWEbu span{color:#6b7280;font-size:11px}.LicensesList_mainBadge__R7ytw{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.LicensesList_companyCell__MnSdN{display:flex;flex-direction:column}.LicensesList_companyCell__MnSdN span{color:#111827;font-size:13px}.LicensesList_companyCell__MnSdN small{color:#9ca3af;font-size:11px}.LicensesList_typeTag__ZtPuf{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px;text-transform:capitalize}.LicensesList_keyCell__rqtaJ{align-items:center;background:#f0fdf4;border:1px dashed #86efac;border-radius:6px;cursor:pointer;display:inline-flex;gap:6px;padding:4px 8px;transition:all .15s}.LicensesList_keyCell__rqtaJ:hover{background:#dcfce7;border-color:#22c55e}.LicensesList_keyCell__rqtaJ code{color:#166534;font-family:Consolas,Monaco,monospace;font-size:11px;letter-spacing:.5px}.LicensesList_keyCell__rqtaJ i{color:#22c55e;font-size:10px;opacity:0;transition:opacity .15s}.LicensesList_keyCell__rqtaJ:hover i{opacity:1}.LicensesList_accessCell__y09k\+{align-items:center;background:#eff6ff;border:1px dashed #93c5fd;border-radius:6px;cursor:pointer;display:inline-flex;gap:6px;padding:4px 8px;transition:all .15s}.LicensesList_accessCell__y09k\+:hover{background:#dbeafe;border-color:#3b82f6}.LicensesList_accessCell__y09k\+ code{color:#1e40af;font-family:Consolas,Monaco,monospace;font-size:11px;letter-spacing:.5px}.LicensesList_accessCell__y09k\+ i{color:#3b82f6;font-size:10px;opacity:0;transition:opacity .15s}.LicensesList_accessCell__y09k\+:hover i{opacity:1}.LicensesList_noLicense__Ooeje{color:#9ca3af;font-size:11px;font-style:italic}.LicensesList_noCode__2Q5Gs{color:#d1d5db;font-size:11px}.LicensesList_statusBadge__59aL3{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:capitalize}.LicensesList_statusActive__dTbD-,.LicensesList_statusBadge__59aL3.LicensesList_active__\+5Pki{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.LicensesList_statusBadge__59aL3.LicensesList_inactive__SzUVT,.LicensesList_statusInactive__Y8Xgx{background:#f3f4f6;color:#6b7280}.LicensesList_statusPending__ACyd0{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.LicensesList_statusSuspended__M1ibe{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.LicensesList_statusExpired__eZePR{background:#f3f4f6;color:#6b7280}.LicensesList_expiredDate__nzJM3{color:#dc2626;font-weight:500}.LicensesList_actions__662-B{display:flex;gap:4px}.LicensesList_actionBtn__Xbnas{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.LicensesList_actionBtn__Xbnas.LicensesList_view__S\+LU2{background:#eff6ff;color:#3b82f6}.LicensesList_actionBtn__Xbnas.LicensesList_view__S\+LU2:hover{background:#3b82f6;color:#fff}.LicensesList_actionBtn__Xbnas.LicensesList_edit__6Uf52{background:#fef3c7;color:#d97706}.LicensesList_actionBtn__Xbnas.LicensesList_edit__6Uf52:hover{background:#d97706;color:#fff}.LicensesList_actionBtn__Xbnas.LicensesList_delete__LhSpc{background:#fee2e2;color:#dc2626}.LicensesList_actionBtn__Xbnas.LicensesList_delete__LhSpc:hover{background:#dc2626;color:#fff}.LicensesList_cardsGrid__d5ZY5{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:16px}.LicensesList_branchCard__uaQ6s{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.LicensesList_branchCard__uaQ6s:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.LicensesList_branchCard__uaQ6s.LicensesList_selected__WnJNE{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.LicensesList_cardHeader__NTeZk{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.LicensesList_cardHeader__NTeZk input{accent-color:#6366f1}.LicensesList_cardLogo__61sCy{align-items:center;background:#fff3;border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.LicensesList_cardHeader__NTeZk .LicensesList_mainBadge__R7ytw{background:#ffffffe6;color:#d97706}.LicensesList_cardHeader__NTeZk .LicensesList_statusBadge__59aL3{background:#ffffffe6;margin-left:auto}.LicensesList_cardBody__JfzfR{padding:14px}.LicensesList_cardBody__JfzfR h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.LicensesList_cardCode__XN-GJ{color:#6b7280;font-family:monospace;font-size:11px}.LicensesList_cardCompany__Kp5rU{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.LicensesList_cardCompany__Kp5rU i{font-size:11px}.LicensesList_cardKey__xDDxg{align-items:center;background:#f0fdf4;border:1px dashed #86efac;border-radius:6px;display:flex;font-size:11px;gap:6px;margin-top:10px;padding:8px}.LicensesList_cardKey__xDDxg i{color:#22c55e}.LicensesList_cardKey__xDDxg code{color:#166534;font-family:Consolas,monospace;letter-spacing:.3px}.LicensesList_cardAccess__Po\+uZ{color:#1e40af}.LicensesList_cardAccess__Po\+uZ,.LicensesList_cardExpiry__zbGzR{align-items:center;display:flex;font-size:11px;gap:6px;margin-top:6px}.LicensesList_cardExpiry__zbGzR{color:#6b7280}.LicensesList_cardFooter__LXuUq{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.LicensesList_pagination__UEVmu{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.LicensesList_pageInfo__DZdcJ{color:#6b7280;font-size:12px}.LicensesList_pageInfo__DZdcJ strong{color:#111827}.LicensesList_pageControls__cr\+ez{align-items:center;display:flex;gap:8px}.LicensesList_perPageSelect__EmMt-{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.LicensesList_pageButtons__JFZLE{display:flex;gap:2px}.LicensesList_pageBtn__7PMjc{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.LicensesList_pageBtn__7PMjc:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.LicensesList_pageBtn__7PMjc:disabled{cursor:not-allowed;opacity:.4}.LicensesList_pageNum__Q5V55{color:#6b7280;font-size:12px;padding:0 8px}.LicensesList_modalOverlay__bT9ei{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.LicensesList_modal__c2SaT{animation:LicensesList_modalIn__ptDiH .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes LicensesList_modalIn__ptDiH{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.LicensesList_modalHeader__X4k11{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.LicensesList_modalHeader__X4k11 h3{color:#111827;font-size:16px;font-weight:600;margin:0}.LicensesList_modalHeader__X4k11 button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.LicensesList_modalHeader__X4k11 button:hover{color:#374151}.LicensesList_modalBody__JnVm4{padding:20px}.LicensesList_modalBody__JnVm4 p{color:#6b7280;font-size:14px;margin:0 0 16px}.LicensesList_modalBody__JnVm4 .LicensesList_hint__CN1Em{color:#9ca3af;font-size:12px;margin-top:12px}.LicensesList_formGroup__pAvt4{margin-bottom:14px}.LicensesList_formGroup__pAvt4 label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.LicensesList_formGroup__pAvt4 input,.LicensesList_formGroup__pAvt4 select,.LicensesList_formGroup__pAvt4 textarea{border:1px solid #e5e7eb;border-radius:6px;font-family:inherit;font-size:13px;padding:9px 12px;width:100%}.LicensesList_formGroup__pAvt4 input:focus,.LicensesList_formGroup__pAvt4 select:focus,.LicensesList_formGroup__pAvt4 textarea:focus{border-color:#6366f1;outline:none}.LicensesList_modalFooter__MZmeb{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.LicensesList_loading__drPZv{align-items:center;display:flex;justify-content:center;padding:50px}.LicensesList_spinner__gbgFs{animation:LicensesList_spin__cVPj9 .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes LicensesList_spin__cVPj9{to{transform:rotate(1turn)}}.LicensesList_emptyState__ZVGLT{padding:50px 20px;text-align:center}.LicensesList_emptyIcon__rwxVx{color:#d1d5db;font-size:36px;margin-bottom:10px}.LicensesList_emptyState__ZVGLT h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 6px}.LicensesList_emptyState__ZVGLT p{color:#9ca3af;font-size:13px;margin:0}@media (max-width:1200px){.LicensesList_statsRow__Xrt47{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.LicensesList_statsRow__Xrt47{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.LicensesList_statsRow__Xrt47{grid-template-columns:1fr 1fr}.LicensesList_toolbar__fMN-V{align-items:stretch;flex-direction:column}.LicensesList_toolbarLeft__4qyiH,.LicensesList_toolbarRight__het2O{width:100%}.LicensesList_toolbarRight__het2O{flex-wrap:wrap;justify-content:flex-start}.LicensesList_searchBox__qhxXy{width:100%}.LicensesList_bulkActionsBar__HN7t2{align-items:flex-start;flex-direction:column;gap:10px}.LicensesList_bulkButtons__IUT7o{flex-wrap:wrap}}@media (max-width:480px){.LicensesList_cardsGrid__d5ZY5,.LicensesList_statsRow__Xrt47{grid-template-columns:1fr}}.LicenseView_pageHeader__g8k2V{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.LicenseView_headerLeft__3XFEC{align-items:flex-start;display:flex;gap:12px}.LicenseView_backButton__xaXxP{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;margin-top:2px;width:36px}.LicenseView_backButton__xaXxP:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.LicenseView_pageTitle__FDLn\+{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.LicenseView_breadcrumb__TPGmc{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.LicenseView_breadcrumb__TPGmc a{color:#6366f1;text-decoration:none}.LicenseView_mainBadge__QpJJc{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:4px;color:#d97706;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 8px}.LicenseView_headerActions__j9LKj{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.LicenseView_btnSecondary__XvYo2{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.LicenseView_btnSecondary__XvYo2:hover{background:#f9fafb;border-color:#6366f1;color:#6366f1}.LicenseView_btnPrimary__gK8fd{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.LicenseView_btnPrimary__gK8fd:hover{background:#4f46e5}.LicenseView_statsRow__z4XMh{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.LicenseView_statCard__qKyJL{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.LicenseView_statIcon__1jOyQ{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.LicenseView_statIcon__1jOyQ.LicenseView_blue__Xc6Ee{background:#eff6ff;color:#3b82f6}.LicenseView_statIcon__1jOyQ.LicenseView_green__\+QKHU{background:#f0fdf4;color:#22c55e}.LicenseView_statIcon__1jOyQ.LicenseView_orange__sWFXZ{background:#fff7ed;color:#f97316}.LicenseView_statIcon__1jOyQ.LicenseView_purple__zdgHE{background:#faf5ff;color:#a855f7}.LicenseView_statIcon__1jOyQ.LicenseView_red__nua1Y{background:#fef2f2;color:#ef4444}.LicenseView_statIcon__1jOyQ.LicenseView_teal__SKl0L{background:#f0fdfa;color:#14b8a6}.LicenseView_statInfo__\+QUYt{display:flex;flex:1 1;flex-direction:column;gap:2px}.LicenseView_statLabel__Z\+nyT{color:#6b7280;font-size:11px;letter-spacing:.3px;text-transform:uppercase}.LicenseView_statValue__Xlkuv{color:#111827;font-size:18px;font-weight:700}.LicenseView_statBadge__PLbwz{border-radius:6px;display:inline-block;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.LicenseView_licenseCard__HDmJ-{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.LicenseView_licenseHeader__NLbD0{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:space-between;padding:16px 20px}.LicenseView_licenseHeader__NLbD0 h2{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.LicenseView_licenseActions__evKhH{display:flex;gap:8px}.LicenseView_actionButton__vfEJR{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:5px;padding:6px 14px;transition:all .15s}.LicenseView_actionButton__vfEJR.LicenseView_success__37d8E{background:#ffffffe6;color:#059669}.LicenseView_actionButton__vfEJR.LicenseView_success__37d8E:hover{background:#d1fae5}.LicenseView_actionButton__vfEJR.LicenseView_warning__r3jUH{background:#ffffffe6;color:#d97706}.LicenseView_actionButton__vfEJR.LicenseView_warning__r3jUH:hover{background:#fef3c7}.LicenseView_actionButton__vfEJR:disabled{cursor:not-allowed;opacity:.6}.LicenseView_licenseBody__m5NyF{padding:24px}.LicenseView_noLicenseState__lt8bC{padding:40px 20px;text-align:center}.LicenseView_noLicenseIcon__oJrHI{align-items:center;animation:LicenseView_pulse__lVfhr 2s infinite;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;color:#9ca3af;display:flex;font-size:32px;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@keyframes LicenseView_pulse__lVfhr{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.LicenseView_noLicenseState__lt8bC h3{color:#374151;font-size:18px;font-weight:600;margin:0 0 8px}.LicenseView_noLicenseState__lt8bC p{color:#6b7280;font-size:14px;margin:0 0 20px}.LicenseView_generateLicenseBtn__06wQx{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px}.LicenseView_generateLicenseBtn__06wQx:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.LicenseView_keySection__5lmq4{margin-bottom:20px}.LicenseView_keyHeader__OFLP3{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.LicenseView_keyTitle__KVO1s{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:500;gap:8px}.LicenseView_keyTitle__KVO1s i{color:#6366f1}.LicenseView_permanentBadge__FMOvZ{align-items:center;background:#f3f4f6;border-radius:4px;color:#6b7280;display:inline-flex;font-size:10px;gap:4px;padding:3px 8px}.LicenseView_keyDisplay__SAHkC{align-items:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:10px;display:flex;gap:10px;padding:14px 16px;transition:all .2s}.LicenseView_keyDisplay__SAHkC:hover{background:#f5f3ff;border-color:#6366f1}.LicenseView_keyValue__tYtn9{color:#166534}.LicenseView_accessValue__07cww,.LicenseView_keyValue__tYtn9{flex:1 1;font-family:Consolas,Monaco,monospace;font-size:18px;font-weight:600;letter-spacing:1px}.LicenseView_accessValue__07cww{color:#1e40af}.LicenseView_copyBtn__AxxJI{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;transition:all .15s;width:36px}.LicenseView_copyBtn__AxxJI:hover{background:#6366f1;border-color:#6366f1;color:#fff}.LicenseView_copyBtn__AxxJI.LicenseView_copied__DSlVB{background:#22c55e;border-color:#22c55e;color:#fff}.LicenseView_copyBothBtn__q0EP5{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;margin-bottom:24px;padding:10px;width:100%}.LicenseView_copyBothBtn__q0EP5:hover{opacity:.9}.LicenseView_detailsGrid__Uykio{grid-gap:16px;border-top:1px solid #e5e7eb;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);padding-top:20px}.LicenseView_detailLabel__1d1iX{color:#6b7280;display:block;font-size:11px;font-weight:500;letter-spacing:.3px;margin-bottom:4px;text-transform:uppercase}.LicenseView_detailValue__nCLmE{color:#111827;display:flex;flex-direction:column;font-size:14px;gap:2px}.LicenseView_detailValue__nCLmE a{color:#6366f1;text-decoration:none}.LicenseView_detailValue__nCLmE a:hover{text-decoration:underline}.LicenseView_detailValue__nCLmE small{color:#9ca3af;font-size:11px}.LicenseView_detailValue__nCLmE.LicenseView_expired__tmQGo{color:#dc2626}.LicenseView_expiredTag__FYeYY{background:#fee2e2;border-radius:3px;color:#dc2626;display:inline-block;font-size:9px;font-weight:600;margin-left:6px;padding:2px 6px}.LicenseView_typeTag__5p1Pi{background:#f3f4f6;border-radius:4px;color:#374151;font-size:12px;padding:3px 10px}.LicenseView_activeBadge__Wg2\+k{border-radius:4px;font-size:11px;font-weight:500;padding:3px 10px}.LicenseView_activeBadge__Wg2\+k.LicenseView_yes__Ygb2R{background:#d1fae5;color:#059669}.LicenseView_activeBadge__Wg2\+k.LicenseView_no__n2QQe{background:#fee2e2;color:#dc2626}.LicenseView_statusActive__o7jZl{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.LicenseView_statusPending__l7XLN{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.LicenseView_statusSuspended__BAthI{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.LicenseView_statusExpired__8q9ox,.LicenseView_statusInactive__xQy1U{background:#f3f4f6;color:#6b7280}.LicenseView_daysOk__m0j54{color:#059669}.LicenseView_daysWarning__MHmnQ{color:#d97706}.LicenseView_daysExpired__8hCRK{color:#dc2626}.LicenseView_modalOverlay__TEqnI{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.LicenseView_modal__Ga8uL{animation:LicenseView_modalIn__wgP5W .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes LicenseView_modalIn__wgP5W{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.LicenseView_modalHeader__ATdo\+{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.LicenseView_modalHeader__ATdo\+ h3{align-items:center;color:#111827;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.LicenseView_modalClose__dWKeU{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:18px;padding:4px}.LicenseView_modalClose__dWKeU:hover{color:#374151}.LicenseView_modalBody__xLcs9{padding:20px}.LicenseView_formGroup__5Vi1S{margin-bottom:16px}.LicenseView_formGroup__5Vi1S:last-child{margin-bottom:0}.LicenseView_formGroup__5Vi1S label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.LicenseView_formGroup__5Vi1S input,.LicenseView_formGroup__5Vi1S select,.LicenseView_formGroup__5Vi1S textarea{border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:10px 12px;width:100%}.LicenseView_formGroup__5Vi1S input:focus,.LicenseView_formGroup__5Vi1S select:focus,.LicenseView_formGroup__5Vi1S textarea:focus{border-color:#6366f1;outline:none}.LicenseView_modalFooter__hUlSx{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.LicenseView_warningBox__8UEU-{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;display:flex;gap:12px;margin-bottom:16px;padding:12px}.LicenseView_warningBox__8UEU- i{color:#d97706;flex-shrink:0;font-size:16px;margin-top:2px}.LicenseView_warningBox__8UEU- div{color:#92400e;font-size:13px;line-height:1.5}.LicenseView_infoBox__mlsLe{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:13px;gap:10px;margin-bottom:16px;padding:12px}.LicenseView_dangerBox__N53hg{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;display:flex;gap:12px;margin-bottom:16px;padding:12px}.LicenseView_dangerBox__N53hg i{color:#dc2626;flex-shrink:0;font-size:16px;margin-top:2px}.LicenseView_dangerBox__N53hg div{color:#991b1b;font-size:13px;line-height:1.5}.LicenseView_btnCancel__OeyLu{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;padding:8px 16px}.LicenseView_btnCancel__OeyLu:hover{background:#f9fafb}.LicenseView_btnGenerate__KDyHV{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.LicenseView_btnGenerate__KDyHV:hover{opacity:.9}.LicenseView_btnGenerate__KDyHV:disabled{cursor:not-allowed;opacity:.6}.LicenseView_btnSave__fHPo5{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.LicenseView_btnSave__fHPo5:hover{background:#4f46e5}.LicenseView_btnSave__fHPo5:disabled{cursor:not-allowed;opacity:.6}.LicenseView_btnDanger__E7XyF{align-items:center;background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.LicenseView_btnDanger__E7XyF:hover{background:#b91c1c}.LicenseView_btnDanger__E7XyF:disabled{cursor:not-allowed;opacity:.6}.LicenseView_loading__9l1OJ{align-items:center;display:flex;justify-content:center;padding:80px}.LicenseView_spinner__h8-jM{animation:LicenseView_spin__NnrP4 .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:32px;width:32px}@keyframes LicenseView_spin__NnrP4{to{transform:rotate(1turn)}}.LicenseView_emptyState__NHuhL{padding:60px 20px;text-align:center}.LicenseView_emptyState__NHuhL h3{color:#374151;font-size:16px;font-weight:500;margin:0 0 12px}@media (max-width:900px){.LicenseView_statsRow__z4XMh{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.LicenseView_pageHeader__g8k2V{align-items:flex-start;flex-direction:column}.LicenseView_headerActions__j9LKj{justify-content:flex-start;width:100%}.LicenseView_detailsGrid__Uykio{grid-template-columns:1fr}}@media (max-width:480px){.LicenseView_statsRow__z4XMh{grid-template-columns:1fr}.LicenseView_accessValue__07cww,.LicenseView_keyValue__tYtn9{font-size:14px}}.LicenseView_modalWide__M4Rgd{max-width:620px!important}.LicenseView_modal__Ga8uL{display:flex;flex-direction:column;max-height:90vh}.LicenseView_modalBody__xLcs9{flex:1 1;overflow-y:auto}.LicenseView_radioRow__WYJ1T{display:flex;flex-wrap:wrap;gap:16px}.LicenseView_radioOption__eS7YK{align-items:center;cursor:pointer;display:inline-flex;font-size:13px;gap:6px;white-space:nowrap}.LicenseView_presetGrid__KzLqw{display:flex;flex-wrap:wrap;gap:8px}.LicenseView_presetBtn__zJ01c{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px}.LicenseView_presetBtn__zJ01c:hover{border-color:#6366f1;color:#6366f1}.LicenseView_presetBtnActive__I\+6uW{background:#6366f1!important;border-color:#6366f1!important;color:#fff!important}.LicenseView_expiryHint__I6waq{color:#6b7280;display:block;font-size:12px;margin-top:4px}.LicenseView_tracksGrid__pq7aL{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.LicenseView_trackCard__q5WOB{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.LicenseView_trackHeader__7r4H8{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 18px}.LicenseView_trackTitle__O8U2Z{align-items:center;display:flex;gap:12px}.LicenseView_trackTitle__O8U2Z i{color:#16a34a;font-size:20px;text-align:center;width:24px}.LicenseView_trackTitle__O8U2Z h3{color:#0f172a;font-size:16px;font-weight:700;margin:0}.LicenseView_trackTitle__O8U2Z small{color:#64748b;font-size:12px}.LicenseView_trackEmpty__Pinm9{padding:28px 18px;text-align:center}.LicenseView_trackEmptyIcon__B5wDa{color:#cbd5e1;font-size:32px;margin-bottom:10px}.LicenseView_trackEmpty__Pinm9 p{color:#64748b;font-size:13px;margin:0 0 16px}.LicenseView_trackBody__wsztx{padding:18px}.LicenseView_trackStats__v--u2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:16px}.LicenseView_trackStat__0McHf{background:#f8fafc;border-radius:8px;padding:12px}.LicenseView_trackStatLabel__B0sLF{color:#94a3b8;display:block;font-size:11px;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.LicenseView_trackStatValue__aVCGp{color:#0f172a;font-size:16px;font-weight:700}.LicenseView_trackActions__bGD-9{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.LicenseView_trialBar__7kLN0{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px;padding:16px 18px}.LicenseView_trialBarLabel__Bi22I{align-items:center;display:flex;gap:12px}.LicenseView_trialBarLabel__Bi22I i{color:#16a34a;font-size:20px}.LicenseView_trialBarLabel__Bi22I strong{color:#0f172a;display:block;font-size:14px}.LicenseView_trialBarLabel__Bi22I small{color:#64748b;display:block;font-size:12px;max-width:480px}.LicenseView_trialBarInput__ePFrd{align-items:center;display:flex;gap:8px}.LicenseView_trialBarInput__ePFrd input{border:1px solid #cbd5e1;border-radius:8px;font-size:14px;padding:8px 10px;text-align:center;width:90px}.LicenseView_trialBarInput__ePFrd input:focus{border-color:#16a34a;outline:none}.LicenseView_trialBarInput__ePFrd span{color:#64748b;font-size:13px}.LicenseView_accessCard__Qtmr3,.LicenseView_historyCard__Fs39M{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:18px}.LicenseView_historyCard__Fs39M h3{color:#0f172a;font-size:15px;font-weight:700;margin:0 0 14px}.LicenseView_typeTag__5p1Pi{border-radius:5px;display:inline-block;font-size:11px;font-weight:600;padding:2px 7px;text-transform:capitalize}.LicenseView_typeSoftware__SDnxV{background:#dcfce7;color:#15803d}.LicenseView_typeOnline__czklk{background:#e0f2fe;color:#0369a1}@media (max-width:768px){.LicenseView_tracksGrid__pq7aL{grid-template-columns:1fr}.LicenseView_trialBar__7kLN0{align-items:stretch;flex-direction:column}}.LicenseView_radioCardGroup__egoSk{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:4px}.LicenseView_radioCardOption__KO7nj{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:12px 14px;position:relative;transition:border-color .12s ease,background-color .12s ease}.LicenseView_radioCardOption__KO7nj:hover{border-color:#cbd5e1}.LicenseView_radioCardOption__KO7nj input[type=radio]{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.LicenseView_radioCardOption__KO7nj .LicenseView_radioCardIcon__9hUm2{color:#6b7280;font-size:16px}.LicenseView_radioCardOption__KO7nj .LicenseView_radioCardTitle__yYXg\+{color:#0f172a;font-size:13px;font-weight:600;line-height:1.2}.LicenseView_radioCardOption__KO7nj .LicenseView_radioCardSubtitle__-R5s4{color:#6b7280;font-size:11px;line-height:1.3}.LicenseView_radioCardOption__KO7nj.LicenseView_radioCardSelected__ScHlo{background:#f0fdf4;border-color:#16a34a}.LicenseView_radioCardOption__KO7nj.LicenseView_radioCardSelected__ScHlo .LicenseView_radioCardIcon__9hUm2{color:#16a34a}@media (max-width:640px){.LicenseView_radioCardGroup__egoSk{grid-template-columns:1fr}}.SuperAdmins_pageHeader__ZBnmL{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.SuperAdmins_headerLeft__sr-Z7{flex:1 1}.SuperAdmins_pageTitle__XLFzo{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.SuperAdmins_breadcrumb__z2pRC{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.SuperAdmins_breadcrumb__z2pRC a{color:#6366f1;text-decoration:none}.SuperAdmins_headerActions__hiV4b{align-items:center;display:flex;gap:10px}.SuperAdmins_btnIcon__X1ZQq{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.SuperAdmins_btnIcon__X1ZQq:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.SuperAdmins_btnIcon__X1ZQq.SuperAdmins_active__xBAjw{background:#6366f1;border-color:#6366f1;color:#fff}.SuperAdmins_btnPrimary__YnqMp{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.SuperAdmins_btnPrimary__YnqMp:hover{background:#4f46e5}.SuperAdmins_btnSecondary__ucPJ6{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.SuperAdmins_btnSecondary__ucPJ6:hover{background:#f9fafb}.SuperAdmins_statsRow__StSlY{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.SuperAdmins_statCard__kPjFl{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.SuperAdmins_statIcon__SUVjO{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.SuperAdmins_statIcon__SUVjO.SuperAdmins_blue__Aghni{background:#eff6ff;color:#3b82f6}.SuperAdmins_statIcon__SUVjO.SuperAdmins_green__hpeYF{background:#f0fdf4;color:#22c55e}.SuperAdmins_statIcon__SUVjO.SuperAdmins_orange__HhG7J{background:#fff7ed;color:#f97316}.SuperAdmins_statIcon__SUVjO.SuperAdmins_purple__K5ntn{background:#faf5ff;color:#a855f7}.SuperAdmins_statInfo__2r\+y9{flex:1 1}.SuperAdmins_statValue__S038v{color:#111827;font-size:20px;font-weight:700}.SuperAdmins_statLabel__qRo8k{color:#6b7280;font-size:12px}.SuperAdmins_card__Gapku{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.SuperAdmins_toolbar__ES\+rp{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.SuperAdmins_toolbarLeft__sRHof,.SuperAdmins_toolbar__ES\+rp{align-items:center;display:flex;gap:10px}.SuperAdmins_toolbarRight__ICvcH{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.SuperAdmins_searchBox__QkLYj{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.SuperAdmins_searchBox__QkLYj i{color:#9ca3af;font-size:13px}.SuperAdmins_searchBox__QkLYj input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.SuperAdmins_toolbarBtn__i7v4B{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.SuperAdmins_toolbarBtn__i7v4B:hover{border-color:#6366f1;color:#6366f1}.SuperAdmins_toolbarBtn__i7v4B.SuperAdmins_active__xBAjw{background:#eef2ff;border-color:#6366f1;color:#6366f1}.SuperAdmins_toolbarBtn__i7v4B .SuperAdmins_badge__PG-eG{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.SuperAdmins_toolbarSelect__jAAH\+{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.SuperAdmins_layoutToggle__342zm{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.SuperAdmins_layoutToggle__342zm button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.SuperAdmins_layoutToggle__342zm button:first-child{border-right:1px solid #e5e7eb}.SuperAdmins_layoutToggle__342zm button.SuperAdmins_active__xBAjw{background:#6366f1;color:#fff}.SuperAdmins_layoutToggle__342zm button:hover:not(.SuperAdmins_active__xBAjw){background:#f3f4f6}.SuperAdmins_dropdownWrapper__1sffA{position:relative}.SuperAdmins_dropdownMenu__gaARM{animation:SuperAdmins_fadeIn__CQT-G .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes SuperAdmins_fadeIn__CQT-G{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.SuperAdmins_dropdownHeader__kt4Lu{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.SuperAdmins_dropdownItem__xsP2u{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.SuperAdmins_dropdownItem__xsP2u:hover{background:#f9fafb}.SuperAdmins_dropdownItem__xsP2u i{color:#9ca3af;width:16px}.SuperAdmins_dropdownItem__xsP2u button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.SuperAdmins_dropdownItem__xsP2u button:hover{color:#ef4444}.SuperAdmins_dropdownEmpty__b9h45{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.SuperAdmins_dropdownFooter__Qtizg{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.SuperAdmins_dropdownFooter__Qtizg button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.SuperAdmins_dropdownFooter__Qtizg button:hover{text-decoration:underline}.SuperAdmins_checkboxItem__1oobq{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.SuperAdmins_checkboxItem__1oobq:hover{background:#f9fafb}.SuperAdmins_checkboxItem__1oobq input{accent-color:#6366f1}.SuperAdmins_filterPanel__K6HXg{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.SuperAdmins_filterGroup__XY28x{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.SuperAdmins_filterGroup__XY28x.SuperAdmins_subgroup__UkJPT{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.SuperAdmins_subgroupHeader__BC\+\+Z{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.SuperAdmins_removeSubgroupBtn__UDVWN{background:none;border:none;color:#d1d5db;cursor:pointer}.SuperAdmins_removeSubgroupBtn__UDVWN:hover{color:#ef4444}.SuperAdmins_conditionsList__4sBxI{display:flex;flex-direction:column;gap:6px}.SuperAdmins_conditionRow__05tUg{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.SuperAdmins_conditionHandle__HEn4v{color:#d1d5db;cursor:grab;font-size:11px}.SuperAdmins_logicLabel__T\+Q61,.SuperAdmins_whereLabel__lMTwp{color:#6b7280;font-size:12px;min-width:42px}.SuperAdmins_fieldSelect__jO0i6,.SuperAdmins_operatorSelect__E3FwB,.SuperAdmins_valueInput__zlaHM,.SuperAdmins_valueSelect__3C1Lm{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SuperAdmins_fieldSelect__jO0i6{min-width:120px}.SuperAdmins_operatorSelect__E3FwB{min-width:90px}.SuperAdmins_valueInput__zlaHM,.SuperAdmins_valueSelect__3C1Lm{flex:1 1;max-width:160px;min-width:120px}.SuperAdmins_fieldSelect__jO0i6:focus,.SuperAdmins_operatorSelect__E3FwB:focus,.SuperAdmins_valueInput__zlaHM:focus,.SuperAdmins_valueSelect__3C1Lm:focus{border-color:#6366f1;outline:none}.SuperAdmins_removeBtn__C8vMg{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.SuperAdmins_removeBtn__C8vMg:hover{color:#ef4444}.SuperAdmins_subgroupsContainer__Jjbar{margin-top:8px}.SuperAdmins_groupActions__GZAJ1{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.SuperAdmins_logicToggle__UqwQl{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.SuperAdmins_logicBtn__0sAU1{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.SuperAdmins_logicBtn__0sAU1.SuperAdmins_active__xBAjw{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.SuperAdmins_addConditionBtn__a5y9j,.SuperAdmins_addSubgroupBtn__zRbmF{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.SuperAdmins_addConditionBtn__a5y9j:hover,.SuperAdmins_addSubgroupBtn__zRbmF:hover{text-decoration:underline}.SuperAdmins_filterPanelFooter__lRlVe{display:flex;justify-content:space-between;margin-top:10px}.SuperAdmins_addGroupBtn__8S8Eo{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.SuperAdmins_clearAllBtn__8NWTP{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.SuperAdmins_clearAllBtn__8NWTP:hover{color:#ef4444}.SuperAdmins_bulkActionsBar__NFFbh{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.SuperAdmins_bulkInfo__gaMdJ{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.SuperAdmins_bulkInfo__gaMdJ input{accent-color:#6366f1}.SuperAdmins_clearSelectionBtn__olg-I{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.SuperAdmins_bulkButtons__1-uSu{display:flex;gap:6px}.SuperAdmins_bulkButtons__1-uSu button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.SuperAdmins_bulkButtons__1-uSu button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.SuperAdmins_bulkButtons__1-uSu button.SuperAdmins_dangerBtn__MQzHJ{border-color:#fecaca;color:#dc2626}.SuperAdmins_bulkButtons__1-uSu button.SuperAdmins_dangerBtn__MQzHJ:hover{background:#dc2626;border-color:#dc2626;color:#fff}.SuperAdmins_bulkButtons__1-uSu button:disabled{cursor:not-allowed;opacity:.5}.SuperAdmins_trashBanner__nyRJ3{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.SuperAdmins_resultsBar__fjkg3{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.SuperAdmins_groupHeader__z2gl3{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.SuperAdmins_groupCount__YFzrs{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.SuperAdmins_tableWrapper__KwLI0{overflow-x:auto}.SuperAdmins_table__6SyRj{border-collapse:collapse;width:100%}.SuperAdmins_table__6SyRj thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.SuperAdmins_table__6SyRj tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.SuperAdmins_table__6SyRj tbody tr:hover{background:#f9fafb}.SuperAdmins_selectedRow__IiyvK{background:#eef2ff!important}.SuperAdmins_idCell__gcng7{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.SuperAdmins_branchInfo__p20bI{align-items:center;display:flex;gap:10px}.SuperAdmins_branchLogo__9GGYc{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.SuperAdmins_branchDetails__Y7wS4 h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.SuperAdmins_branchDetails__Y7wS4 span{color:#6b7280;font-size:11px}.SuperAdmins_mainBadge__ESJZ4{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.SuperAdmins_companyCell__2TUu5{display:flex;flex-direction:column}.SuperAdmins_companyCell__2TUu5 span{color:#111827;font-size:13px}.SuperAdmins_companyCell__2TUu5 small{color:#9ca3af;font-size:11px}.SuperAdmins_typeTag__cVsfG{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px;text-transform:capitalize}.SuperAdmins_statusBadge__xt1i8{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.SuperAdmins_statusBadge__xt1i8.SuperAdmins_active__xBAjw{background:#d1fae5;color:#059669}.SuperAdmins_statusBadge__xt1i8.SuperAdmins_inactive__FEda9{background:#fee2e2;color:#dc2626}.SuperAdmins_actions__VEwM9{display:flex;gap:4px}.SuperAdmins_actionBtn__s5PJC{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_view__4ySBV{background:#eff6ff;color:#3b82f6}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_view__4ySBV:hover{background:#3b82f6;color:#fff}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_edit__XzWze{background:#fef3c7;color:#d97706}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_edit__XzWze:hover{background:#d97706;color:#fff}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_delete__aqLX7{background:#fee2e2;color:#dc2626}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_delete__aqLX7:hover{background:#dc2626;color:#fff}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_restore__zDv5w{background:#d1fae5;color:#059669}.SuperAdmins_actionBtn__s5PJC.SuperAdmins_restore__zDv5w:hover{background:#059669;color:#fff}.SuperAdmins_cardsGrid__u03pl{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.SuperAdmins_branchCard__IE0jg{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.SuperAdmins_branchCard__IE0jg:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.SuperAdmins_branchCard__IE0jg.SuperAdmins_selected__INYlh{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.SuperAdmins_cardHeader__rRhSP{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.SuperAdmins_cardHeader__rRhSP input{accent-color:#6366f1}.SuperAdmins_cardLogo__AKa\+E{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.SuperAdmins_cardHeader__rRhSP .SuperAdmins_statusBadge__xt1i8{margin-left:auto}.SuperAdmins_cardBody__fvACs{padding:14px}.SuperAdmins_cardBody__fvACs h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.SuperAdmins_cardCode__yRd7t{color:#6b7280;font-family:monospace;font-size:11px}.SuperAdmins_cardCompany__0Lzem{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.SuperAdmins_cardCompany__0Lzem i{font-size:11px}.SuperAdmins_cardMeta__3eMDF{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.SuperAdmins_cardMeta__3eMDF span{align-items:center;display:flex;gap:4px}.SuperAdmins_cardMeta__3eMDF i{font-size:11px}.SuperAdmins_cardCity__Y6lHg{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:6px}.SuperAdmins_cardCity__Y6lHg i{font-size:11px}.SuperAdmins_cardFooter__mIN6M{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.SuperAdmins_cardActions__S9N8Z{display:flex;gap:4px}.SuperAdmins_cardActions__S9N8Z button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.SuperAdmins_cardActions__S9N8Z button:hover{background:#6366f1;color:#fff}.SuperAdmins_pagination__LpKXH{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.SuperAdmins_pageInfo__Zwb4y{color:#6b7280;font-size:12px}.SuperAdmins_pageInfo__Zwb4y strong{color:#111827}.SuperAdmins_pageControls__Fzfs\+{align-items:center;display:flex;gap:8px}.SuperAdmins_perPageSelect__8TyEh{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SuperAdmins_pageButtons__iKQzu{display:flex;gap:2px}.SuperAdmins_pageBtn__GYYrc{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.SuperAdmins_pageBtn__GYYrc:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.SuperAdmins_pageBtn__GYYrc:disabled{cursor:not-allowed;opacity:.4}.SuperAdmins_pageNum__93X\+2{color:#6b7280;font-size:12px;padding:0 8px}.SuperAdmins_modalOverlay__v3Alr{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.SuperAdmins_modal__PR75G{animation:SuperAdmins_modalIn__10Lza .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes SuperAdmins_modalIn__10Lza{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.SuperAdmins_modalHeader__FiYPn{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.SuperAdmins_modalHeader__FiYPn h3{color:#111827;font-size:16px;font-weight:600;margin:0}.SuperAdmins_modalHeader__FiYPn button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.SuperAdmins_modalHeader__FiYPn button:hover{color:#374151}.SuperAdmins_modalBody__bkuhJ{padding:20px}.SuperAdmins_modalBody__bkuhJ p{color:#6b7280;font-size:14px;margin:0 0 16px}.SuperAdmins_modalBody__bkuhJ .SuperAdmins_hint__j6Q9u{color:#9ca3af;font-size:12px;margin-top:12px}.SuperAdmins_formGroup__cSS6E{margin-bottom:14px}.SuperAdmins_formGroup__cSS6E label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.SuperAdmins_formGroup__cSS6E input,.SuperAdmins_formGroup__cSS6E select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.SuperAdmins_formGroup__cSS6E input:focus,.SuperAdmins_formGroup__cSS6E select:focus{border-color:#6366f1;outline:none}.SuperAdmins_modalFooter__31YhT{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.SuperAdmins_loading__NRZ6e{align-items:center;display:flex;justify-content:center;padding:50px}.SuperAdmins_spinner__OACh-{animation:SuperAdmins_spin__eC4Wr .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes SuperAdmins_spin__eC4Wr{to{transform:rotate(1turn)}}.SuperAdmins_emptyState__fxkO6{padding:50px 20px;text-align:center}.SuperAdmins_emptyIcon__oFbIG{color:#d1d5db;font-size:36px;margin-bottom:10px}.SuperAdmins_emptyState__fxkO6 h3{color:#374151;font-size:15px;font-weight:500;margin:0}@media (max-width:1024px){.SuperAdmins_statsRow__StSlY{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SuperAdmins_statsRow__StSlY{grid-template-columns:1fr 1fr}.SuperAdmins_toolbar__ES\+rp{align-items:stretch;flex-direction:column}.SuperAdmins_toolbarLeft__sRHof,.SuperAdmins_toolbarRight__ICvcH{width:100%}.SuperAdmins_toolbarRight__ICvcH{flex-wrap:wrap;justify-content:flex-start}.SuperAdmins_searchBox__QkLYj{width:100%}.SuperAdmins_bulkActionsBar__NFFbh{align-items:flex-start;flex-direction:column;gap:10px}.SuperAdmins_bulkButtons__1-uSu{flex-wrap:wrap}}@media (max-width:480px){.SuperAdmins_cardsGrid__u03pl,.SuperAdmins_statsRow__StSlY{grid-template-columns:1fr}}.SuperAdminForm_formCard__JsfpR{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-top:24px;overflow:hidden}.SuperAdminForm_cardHeader__R6kvU{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e5e7eb;padding:24px 32px}.SuperAdminForm_cardTitle__9y9\+Q{align-items:center;color:#111827;display:flex;font-size:18px;font-weight:700;gap:12px;margin:0}.SuperAdminForm_cardTitle__9y9\+Q i{color:#667eea;font-size:20px}.SuperAdminForm_formBody__a5JpS{padding:32px}.SuperAdminForm_formRow__lR\+v7{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.SuperAdminForm_formGroup__0gkxs{display:flex;flex-direction:column;gap:8px}.SuperAdminForm_formGroup__0gkxs.SuperAdminForm_full__Wi-8V{grid-column:1/-1}.SuperAdminForm_formLabel__duSta{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:4px}.SuperAdminForm_required__tKmyL{color:#ef4444;font-size:12px;font-weight:500}.SuperAdminForm_formInput__7bqh5,.SuperAdminForm_formSelect__1E71m,.SuperAdminForm_formTextarea__aEHfz{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#1e293b;font-family:inherit;font-size:14px;padding:10px 14px;transition:all .2s ease;width:100%}.SuperAdminForm_formInput__7bqh5:focus,.SuperAdminForm_formSelect__1E71m:focus,.SuperAdminForm_formTextarea__aEHfz:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.SuperAdminForm_formInput__7bqh5:hover:not(:disabled),.SuperAdminForm_formSelect__1E71m:hover:not(:disabled),.SuperAdminForm_formTextarea__aEHfz:hover:not(:disabled){border-color:#cbd5e1}.SuperAdminForm_formInput__7bqh5:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.SuperAdminForm_formSelect__1E71m{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;cursor:pointer;padding-right:40px}.SuperAdminForm_formTextarea__aEHfz{min-height:80px;resize:vertical}.SuperAdminForm_checkboxLabel__g6LXN{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;-webkit-user-select:none;user-select:none}.SuperAdminForm_checkboxLabel__g6LXN input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.SuperAdminForm_checkboxLabel__g6LXN span{margin-top:2px}.SuperAdminForm_formError__bJtNJ{align-items:center;animation:SuperAdminForm_shake__oHj63 .3s ease;color:#ef4444;display:flex;font-size:12px;gap:6px;margin-top:4px}.SuperAdminForm_formError__bJtNJ:before{content:"⚠";font-size:12px}@keyframes SuperAdminForm_shake__oHj63{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.SuperAdminForm_formActions__WH5pm{background:#fafbfc;border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:flex-end;padding:20px 32px}.SuperAdminForm_btnCancel__JxRo8{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;text-decoration:none;transition:all .2s}.SuperAdminForm_btnCancel__JxRo8:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.SuperAdminForm_btnSubmit__bMV9a{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;padding:10px 28px;transition:all .2s}.SuperAdminForm_btnSubmit__bMV9a:hover:not(:disabled){box-shadow:0 6px 20px #667eea4d;transform:translateY(-2px)}.SuperAdminForm_btnSubmit__bMV9a:active:not(:disabled){transform:translateY(0)}.SuperAdminForm_btnSubmit__bMV9a:disabled{cursor:not-allowed;opacity:.6}.SuperAdminForm_pageHeader__EvWPn{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.SuperAdminForm_pageTitle__XqN4N{align-items:center;color:#111827;display:flex;font-size:28px;font-weight:700;gap:12px;margin:0 0 8px}.SuperAdminForm_pageTitle__XqN4N i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.SuperAdminForm_breadcrumb__A3X6H{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.SuperAdminForm_breadcrumb__A3X6H a{color:#667eea;text-decoration:none;transition:color .2s}.SuperAdminForm_breadcrumb__A3X6H a:hover{color:#5a67d8;text-decoration:underline}.SuperAdminForm_loading__0YEOs{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:80px}.SuperAdminForm_loading__0YEOs i{animation:SuperAdminForm_spin__ekCuA 1s linear infinite;color:#667eea;font-size:48px}.SuperAdminForm_loading__0YEOs span{color:#64748b;font-size:16px}@keyframes SuperAdminForm_spin__ekCuA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.SuperAdminForm_formBody__a5JpS{padding:24px}.SuperAdminForm_formRow__lR\+v7{gap:20px;margin-bottom:20px}.SuperAdminForm_formActions__WH5pm{padding:20px 24px}}@media (max-width:768px){.SuperAdminForm_formRow__lR\+v7{gap:16px;grid-template-columns:1fr;margin-bottom:16px}.SuperAdminForm_cardHeader__R6kvU,.SuperAdminForm_formBody__a5JpS{padding:20px}.SuperAdminForm_formActions__WH5pm{flex-direction:column-reverse;gap:12px}.SuperAdminForm_btnCancel__JxRo8,.SuperAdminForm_btnSubmit__bMV9a{justify-content:center;width:100%}.SuperAdminForm_pageTitle__XqN4N{font-size:24px}.SuperAdminForm_formInput__7bqh5,.SuperAdminForm_formSelect__1E71m,.SuperAdminForm_formTextarea__aEHfz{padding:8px 12px}}@media (max-width:480px){.SuperAdminForm_cardHeader__R6kvU,.SuperAdminForm_formBody__a5JpS{padding:16px}.SuperAdminForm_cardTitle__9y9\+Q{font-size:16px}.SuperAdminForm_formLabel__duSta{font-size:13px}.SuperAdminForm_formInput__7bqh5,.SuperAdminForm_formSelect__1E71m,.SuperAdminForm_formTextarea__aEHfz{font-size:13px;padding:8px 10px}.SuperAdminForm_btnCancel__JxRo8,.SuperAdminForm_btnSubmit__bMV9a{font-size:13px;padding:10px 20px}}@keyframes SuperAdminForm_slideIn__c0BPY{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SuperAdminForm_formCard__JsfpR{animation:SuperAdminForm_slideIn__c0BPY .3s ease-out}.SuperAdminForm_inputGroup__yJniM{align-items:center;display:flex;position:relative}.SuperAdminForm_inputGroup__yJniM .SuperAdminForm_formInput__7bqh5{padding-left:36px}.SuperAdminForm_inputIcon__lMg7O{color:#94a3b8;font-size:14px;left:12px;pointer-events:none;position:absolute}.SuperAdminForm_formHelper__GseNV{align-items:center;color:#94a3b8;display:flex;font-size:11px;gap:4px;margin-top:4px}.SuperAdminForm_formHelper__GseNV i{font-size:10px}.SuperAdminForm_formInput__7bqh5.SuperAdminForm_success__-X8ec{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#10b981}.SuperAdminForm_formInput__7bqh5.SuperAdminForm_warning__D97NY{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b}.SuperAdminForm_charCounter__p2lho{color:#94a3b8;font-size:11px;margin-top:4px;text-align:right}.SuperAdminForm_charCounter__p2lho.SuperAdminForm_warning__D97NY{color:#f59e0b}.SuperAdminForm_charCounter__p2lho.SuperAdminForm_danger__F5NfD{color:#ef4444}.SuperAdminForm_fieldTooltip__4JNr8{align-items:center;display:inline-flex;margin-left:6px;position:relative}.SuperAdminForm_fieldTooltip__4JNr8 i{color:#94a3b8;cursor:help;font-size:12px;transition:color .2s}.SuperAdminForm_fieldTooltip__4JNr8 i:hover{color:#667eea}.SuperAdminForm_fieldTooltip__4JNr8:hover .SuperAdminForm_tooltipContent__99Lvp{opacity:1;transform:translateY(0);visibility:visible}.SuperAdminForm_tooltipContent__99Lvp{background:#1e293b;border-radius:8px;bottom:100%;color:#fff;font-size:11px;font-weight:400;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(-8px);transition:all .2s;visibility:hidden;white-space:nowrap;z-index:1000}.SuperAdminForm_tooltipContent__99Lvp:after{border:4px solid #0000;border-top-color:#1e293b;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.SuperAdminForm_formSection__lLK0Q{border-top:2px solid #e2e8f0;margin-top:32px;padding-top:24px}.SuperAdminForm_formSection__lLK0Q:first-of-type{border-top:none;margin-top:0;padding-top:0}.SuperAdminForm_sectionTitle__rHCpj{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:700;gap:10px;margin-bottom:20px}.SuperAdminForm_sectionTitle__rHCpj i{color:#667eea;font-size:18px}.SuperAdminForm_formRowThree__8D5rW{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}@media (max-width:768px){.SuperAdminForm_formRowThree__8D5rW{gap:16px;grid-template-columns:1fr}}.SuperAdminForm_floatingLabelGroup__i7BQe{position:relative}.SuperAdminForm_floatingLabelGroup__i7BQe .SuperAdminForm_formInput__7bqh5{padding-bottom:8px;padding-top:20px}.SuperAdminForm_floatingLabelGroup__i7BQe .SuperAdminForm_floatingLabel__YEEJV{color:#94a3b8;font-size:14px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s}.SuperAdminForm_floatingLabelGroup__i7BQe .SuperAdminForm_formInput__7bqh5:focus+.SuperAdminForm_floatingLabel__YEEJV,.SuperAdminForm_floatingLabelGroup__i7BQe .SuperAdminForm_formInput__7bqh5:not(:placeholder-shown)+.SuperAdminForm_floatingLabel__YEEJV{color:#667eea;font-size:10px;top:8px}@media print{.SuperAdminForm_btnCancel__JxRo8,.SuperAdminForm_btnSubmit__bMV9a,.SuperAdminForm_formActions__WH5pm{display:none}.SuperAdminForm_formCard__JsfpR{border:1px solid #ddd;box-shadow:none}.SuperAdminForm_formInput__7bqh5,.SuperAdminForm_formSelect__1E71m,.SuperAdminForm_formTextarea__aEHfz{background:#fff;border:1px solid #ddd}}.SuperAdminForm_formBody__a5JpS::-webkit-scrollbar{width:8px}.SuperAdminForm_formBody__a5JpS::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.SuperAdminForm_formBody__a5JpS::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.SuperAdminForm_formBody__a5JpS::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.SuperAdminForm_formInput__7bqh5:focus-visible,.SuperAdminForm_formSelect__1E71m:focus-visible,.SuperAdminForm_formTextarea__aEHfz:focus-visible{outline:2px solid #667eea;outline-offset:2px}.SuperAdminForm_formGroup__0gkxs{transition:all .2s ease}.SuperAdminForm_loadingOverlay__36c6U{position:relative}.SuperAdminForm_loadingOverlay__36c6U:after{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffc;bottom:0;content:"";display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.SuperAdminForm_successMessage__WH1cz{animation:SuperAdminForm_slideInRight__vofSC .3s ease;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;font-size:14px;font-weight:500;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:1000}@keyframes SuperAdminForm_slideInRight__vofSC{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes SuperAdminForm_highlight__4VYdQ{0%{background-color:#fee2e2;border-color:#ef4444}to{background-color:#fff;border-color:#e2e8f0}}.SuperAdminForm_formInput__7bqh5.SuperAdminForm_error__8bBpp{animation:SuperAdminForm_highlight__4VYdQ .5s ease}.SuperAdminView_pageHeader__rItyV{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.SuperAdminView_pageTitle__k5u\+y{align-items:center;color:#111827;display:flex;font-size:28px;font-weight:700;gap:12px;margin:0 0 8px}.SuperAdminView_breadcrumb__qsQEb{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.SuperAdminView_breadcrumb__qsQEb a{color:#667eea;text-decoration:none;transition:color .2s}.SuperAdminView_breadcrumb__qsQEb a:hover{color:#5a67d8;text-decoration:underline}.SuperAdminView_headerActions__QSOkz{align-items:center;display:flex;gap:12px}.SuperAdminView_btnSecondary__qR5md{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 20px;text-decoration:none;transition:all .2s}.SuperAdminView_btnSecondary__qR5md:hover{background:#f9fafb;border-color:#667eea;color:#667eea;transform:translateY(-1px)}.SuperAdminView_btnDanger__w5Zp\+{align-items:center;background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 20px;transition:all .2s}.SuperAdminView_btnDanger__w5Zp\+:hover{background:#fee2e2;border-color:#dc2626;transform:translateY(-1px)}.SuperAdminView_btnPrimary__EBwJe{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:8px 20px;text-decoration:none;transition:all .2s}.SuperAdminView_btnPrimary__EBwJe:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.SuperAdminView_statsRow__CjcC1{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.SuperAdminView_statCard__vu9TS{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:20px;transition:all .3s ease}.SuperAdminView_statCard__vu9TS:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.SuperAdminView_statIcon__T93fq{align-items:center;border-radius:12px;display:flex;font-size:24px;height:48px;justify-content:center;transition:all .3s ease;width:48px}.SuperAdminView_statIcon__T93fq.SuperAdminView_blue__96nq0{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0284c7}.SuperAdminView_statIcon__T93fq.SuperAdminView_green__hkdeu{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#059669}.SuperAdminView_statIcon__T93fq.SuperAdminView_purple__zUkX5{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#7c3aed}.SuperAdminView_statIcon__T93fq.SuperAdminView_orange__G2J7M{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#ea580c}.SuperAdminView_statInfo__kBlT9{flex:1 1}.SuperAdminView_statValue__eOk1Y{color:#111827;display:block;font-size:32px;font-weight:800;line-height:1;margin-bottom:4px}.SuperAdminView_statLabel__pzxMR{color:#6b7280;font-size:14px;font-weight:500}.SuperAdminView_tabs__YFCZ4{background:#fff;border-bottom:2px solid #e5e7eb;border-radius:12px 12px 0 0;display:flex;gap:8px;margin-bottom:24px;padding:0 24px}.SuperAdminView_tab__BdIeI{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;position:relative;transition:all .2s}.SuperAdminView_tab__BdIeI:hover{color:#667eea}.SuperAdminView_tab__BdIeI i{font-size:16px}.SuperAdminView_activeTab__5\+7RB{color:#667eea}.SuperAdminView_activeTab__5\+7RB:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.SuperAdminView_card__SLu7U{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;overflow:hidden}.SuperAdminView_detailsGrid__H\+-EG{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:24px}.SuperAdminView_detailGroup__skbD1{background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:12px;transition:all .2s}.SuperAdminView_detailGroup__skbD1:hover{background:#f3f4f6;transform:translateX(4px)}.SuperAdminView_detailGroup__skbD1.SuperAdminView_full__10b-6{grid-column:1/-1}.SuperAdminView_detailLabel__Bpt3r{align-items:center;color:#6b7280;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;text-transform:uppercase}.SuperAdminView_detailLabel__Bpt3r:before{color:#667eea;content:"•";font-size:14px;font-weight:700}.SuperAdminView_detailValue__033qM{color:#111827;font-size:15px;font-weight:500;word-break:break-word}.SuperAdminView_detailValue__033qM a{color:#667eea;text-decoration:none;transition:color .2s}.SuperAdminView_detailValue__033qM a:hover{color:#5a67d8;text-decoration:underline}.SuperAdminView_idCell__E1z\+N{background:#f3f4f6;border-radius:6px;color:#dc2626;display:inline-block;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.SuperAdminView_badge__Evs90{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 12px;width:fit-content}.SuperAdminView_badgeActive__lo5Ei{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.SuperAdminView_badgeInactive__6fyEr{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.SuperAdminView_badgePlan__XVaGa{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;text-transform:capitalize}.SuperAdminView_tableWrapper__gdsF7{overflow-x:auto;padding:0}.SuperAdminView_table__Bl1Pz{border-collapse:collapse;width:100%}.SuperAdminView_table__Bl1Pz thead th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase}.SuperAdminView_table__Bl1Pz tbody td{border-bottom:1px solid #f3f4f6;color:#111827;font-size:14px;padding:16px 20px}.SuperAdminView_table__Bl1Pz tbody tr{transition:all .2s}.SuperAdminView_table__Bl1Pz tbody tr:hover{background:#f9fafb;transform:scale(1.01)}.SuperAdminView_emptyState__aWLov{background:#fff;border-radius:16px;padding:60px 20px;text-align:center}.SuperAdminView_emptyIcon__-0ZHi{color:#cbd5e1;font-size:64px;margin-bottom:16px}.SuperAdminView_emptyState__aWLov h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 8px}.SuperAdminView_emptyState__aWLov p{color:#6b7280;margin:0}.SuperAdminView_loading__tItIn{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px}.SuperAdminView_loading__tItIn i{animation:SuperAdminView_spin__8VP5J 1s linear infinite;color:#667eea;font-size:48px}.SuperAdminView_loading__tItIn span{color:#6b7280;font-size:16px}@keyframes SuperAdminView_spin__8VP5J{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.SuperAdminView_detailsGrid__H\+-EG{gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px}}@media (max-width:768px){.SuperAdminView_pageHeader__rItyV{align-items:stretch;flex-direction:column}.SuperAdminView_headerActions__QSOkz{justify-content:flex-start}.SuperAdminView_statsRow__CjcC1{gap:12px;grid-template-columns:repeat(2,1fr)}.SuperAdminView_statCard__vu9TS{padding:16px}.SuperAdminView_statValue__eOk1Y{font-size:24px}.SuperAdminView_tabs__YFCZ4{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0 16px}.SuperAdminView_tab__BdIeI{padding:10px 16px;white-space:nowrap}.SuperAdminView_detailsGrid__H\+-EG{gap:12px;grid-template-columns:1fr;padding:16px}.SuperAdminView_detailGroup__skbD1{padding:10px}.SuperAdminView_table__Bl1Pz tbody td,.SuperAdminView_table__Bl1Pz thead th{padding:12px 16px}}@media (max-width:480px){.SuperAdminView_statsRow__CjcC1{grid-template-columns:1fr}.SuperAdminView_statCard__vu9TS{padding:12px}.SuperAdminView_statIcon__T93fq{font-size:20px;height:40px;width:40px}.SuperAdminView_statValue__eOk1Y{font-size:20px}.SuperAdminView_pageTitle__k5u\+y{font-size:24px}.SuperAdminView_btnDanger__w5Zp\+,.SuperAdminView_btnPrimary__EBwJe,.SuperAdminView_btnSecondary__qR5md{font-size:13px;padding:6px 16px}.SuperAdminView_detailLabel__Bpt3r{font-size:11px}.SuperAdminView_detailValue__033qM{font-size:13px}.SuperAdminView_badge__Evs90{font-size:11px;padding:3px 10px}}@media print{.SuperAdminView_btnDanger__w5Zp\+,.SuperAdminView_btnPrimary__EBwJe,.SuperAdminView_btnSecondary__qR5md,.SuperAdminView_headerActions__QSOkz,.SuperAdminView_tabs__YFCZ4{display:none}.SuperAdminView_card__SLu7U{border:1px solid #ddd;box-shadow:none}.SuperAdminView_detailGroup__skbD1,.SuperAdminView_statCard__vu9TS{break-inside:avoid;page-break-inside:avoid}}@keyframes SuperAdminView_fadeInUp__edhwb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SuperAdminView_detailGroup__skbD1,.SuperAdminView_statCard__vu9TS,.SuperAdminView_tab__BdIeI{animation:SuperAdminView_fadeInUp__edhwb .3s ease-out}.SuperAdminView_tableWrapper__gdsF7::-webkit-scrollbar{height:8px}.SuperAdminView_tableWrapper__gdsF7::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.SuperAdminView_tableWrapper__gdsF7::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.SuperAdminView_tableWrapper__gdsF7::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.SuperAdminView_detailGroup__skbD1{position:relative}.SuperAdminView_detailGroup__skbD1:after{background:linear-gradient(90deg,#0000,#667eea,#0000);bottom:-4px;content:"";height:1px;left:12px;opacity:0;position:absolute;right:12px;transition:opacity .2s}.SuperAdminView_detailGroup__skbD1:hover:after{opacity:.5}.SuperAdminView_statusIndicator__B0ogA{align-items:center;display:inline-flex;gap:6px}.SuperAdminView_statusDot__OXz4q{animation:SuperAdminView_pulse__iR\+aX 2s ease-in-out infinite;border-radius:50%;display:inline-block;height:8px;width:8px}.SuperAdminView_statusDot__OXz4q.SuperAdminView_active__CGd8\+{background:#10b981;box-shadow:0 0 0 0 #10b98166}.SuperAdminView_statusDot__OXz4q.SuperAdminView_inactive__XoL\+D{background:#ef4444}@keyframes SuperAdminView_pulse__iR\+aX{0%{box-shadow:0 0 0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.SuperAdminView_copyableId__qKv0\+{align-items:center;cursor:pointer;display:inline-flex;gap:8px;transition:all .2s}.SuperAdminView_copyableId__qKv0\+:hover{opacity:.8}.SuperAdminView_copyableId__qKv0\+ i{color:#6b7280;font-size:12px;opacity:0;transition:opacity .2s}.SuperAdminView_copyableId__qKv0\+:hover i{opacity:1}.toast-success{background:linear-gradient(135deg,#10b981,#059669)!important}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706)!important}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb)!important}.SuperAdminView_codeBlock__Ace2x{background:#1e293b;border-radius:8px;color:#e2e8f0;font-family:Courier New,monospace;font-size:13px;margin:0;overflow-x:auto;padding:16px;white-space:pre-wrap;word-break:break-word}.SuperAdminView_modalOverlay__Dq9oT{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.SuperAdminView_modal__y5P9V{animation:SuperAdminView_slideIn__8YEw\+ .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:450px;width:100%}@keyframes SuperAdminView_slideIn__8YEw\+{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SuperAdminView_modalHeader__mo4YA{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.SuperAdminView_modalHeader__mo4YA h3{color:#111827;font-size:18px;font-weight:600;margin:0}.SuperAdminView_modalHeader__mo4YA button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:16px;padding:4px}.SuperAdminView_modalHeader__mo4YA button:hover{color:#111827}.SuperAdminView_modalBody__5lamX{padding:24px}.SuperAdminView_modalBody__5lamX p{color:#6b7280;margin:0 0 16px}.SuperAdminView_modalInput__m0APG{border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;padding:12px 16px;transition:all .2s;width:100%}.SuperAdminView_modalInput__m0APG:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.SuperAdminView_modalFooter__CSi69{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.Users_pageHeader__y2jPN{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.Users_headerLeft__QBPZJ{flex:1 1}.Users_pageTitle__3ZlO9{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.Users_breadcrumb__YSkAE{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.Users_breadcrumb__YSkAE a{color:#6366f1;text-decoration:none}.Users_headerActions__ILSDj{align-items:center;display:flex;gap:10px}.Users_btnIcon__blbl1{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.Users_btnIcon__blbl1:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Users_btnIcon__blbl1.Users_active__AyZVJ{background:#6366f1;border-color:#6366f1;color:#fff}.Users_btnPrimary__3dCsX{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.Users_btnPrimary__3dCsX:hover{background:#4f46e5}.Users_btnSecondary__b7VJQ{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.Users_btnSecondary__b7VJQ:hover{background:#f9fafb}.Users_statsRow__tnqyt{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.Users_statCard__MiKam{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.Users_statIcon__wN3sE{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.Users_statIcon__wN3sE.Users_blue__yWm5q{background:#eff6ff;color:#3b82f6}.Users_statIcon__wN3sE.Users_green__cyZ9P{background:#f0fdf4;color:#22c55e}.Users_statIcon__wN3sE.Users_orange__34NJ9{background:#fff7ed;color:#f97316}.Users_statIcon__wN3sE.Users_purple__JEtUB{background:#faf5ff;color:#a855f7}.Users_statInfo__NRFq3{flex:1 1}.Users_statValue__k3OLH{color:#111827;font-size:20px;font-weight:700}.Users_statLabel__m\+9Bq{color:#6b7280;font-size:12px}.Users_card__CjhDD{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.Users_toolbar__FIL1n{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.Users_toolbarLeft__\+eb3Y,.Users_toolbar__FIL1n{align-items:center;display:flex;gap:10px}.Users_toolbarRight__OaqRk{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Users_searchBox__cMguj{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.Users_searchBox__cMguj i{color:#9ca3af;font-size:13px}.Users_searchBox__cMguj input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.Users_toolbarBtn__i6VhT{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.Users_toolbarBtn__i6VhT:hover{border-color:#6366f1;color:#6366f1}.Users_toolbarBtn__i6VhT.Users_active__AyZVJ{background:#eef2ff;border-color:#6366f1;color:#6366f1}.Users_toolbarBtn__i6VhT .Users_badge__cSY73{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.Users_toolbarSelect__og9-M{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.Users_layoutToggle__HmBS8{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.Users_layoutToggle__HmBS8 button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.Users_layoutToggle__HmBS8 button:first-child{border-right:1px solid #e5e7eb}.Users_layoutToggle__HmBS8 button.Users_active__AyZVJ{background:#6366f1;color:#fff}.Users_layoutToggle__HmBS8 button:hover:not(.Users_active__AyZVJ){background:#f3f4f6}.Users_dropdownWrapper__yLtrJ{position:relative}.Users_dropdownMenu__kdaKJ{animation:Users_fadeIn__jXMbc .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes Users_fadeIn__jXMbc{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Users_dropdownHeader__vECgi{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.Users_dropdownItem__hE8Qh{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.Users_dropdownItem__hE8Qh:hover{background:#f9fafb}.Users_dropdownItem__hE8Qh i{color:#9ca3af;width:16px}.Users_dropdownItem__hE8Qh button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.Users_dropdownItem__hE8Qh button:hover{color:#ef4444}.Users_dropdownEmpty__3U8cQ{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.Users_dropdownFooter__gz4sS{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.Users_dropdownFooter__gz4sS button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.Users_dropdownFooter__gz4sS button:hover{text-decoration:underline}.Users_checkboxItem__Lsyj6{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.Users_checkboxItem__Lsyj6:hover{background:#f9fafb}.Users_checkboxItem__Lsyj6 input{accent-color:#6366f1}.Users_filterPanel__ikK3G{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.Users_filterGroup__Yx90M{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.Users_filterGroup__Yx90M.Users_subgroup__mlszv{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.Users_subgroupHeader__lxV1u{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.Users_removeSubgroupBtn__gH\+pP{background:none;border:none;color:#d1d5db;cursor:pointer}.Users_removeSubgroupBtn__gH\+pP:hover{color:#ef4444}.Users_conditionsList__csQOh{display:flex;flex-direction:column;gap:6px}.Users_conditionRow__0e1zD{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.Users_conditionHandle__0jO9X{color:#d1d5db;cursor:grab;font-size:11px}.Users_logicLabel__XbDZ4,.Users_whereLabel__FdIBk{color:#6b7280;font-size:12px;min-width:42px}.Users_fieldSelect__9c3Q6,.Users_operatorSelect__-\+8W7,.Users_valueInput__2pc-Y,.Users_valueSelect__hePSt{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Users_fieldSelect__9c3Q6{min-width:120px}.Users_operatorSelect__-\+8W7{min-width:90px}.Users_valueInput__2pc-Y,.Users_valueSelect__hePSt{flex:1 1;max-width:160px;min-width:120px}.Users_fieldSelect__9c3Q6:focus,.Users_operatorSelect__-\+8W7:focus,.Users_valueInput__2pc-Y:focus,.Users_valueSelect__hePSt:focus{border-color:#6366f1;outline:none}.Users_removeBtn__nUgpx{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.Users_removeBtn__nUgpx:hover{color:#ef4444}.Users_subgroupsContainer__3SuAq{margin-top:8px}.Users_groupActions__rMzaO{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.Users_logicToggle__PieIi{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.Users_logicBtn__DUke5{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.Users_logicBtn__DUke5.Users_active__AyZVJ{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.Users_addConditionBtn__rDKIx,.Users_addSubgroupBtn__I5TOE{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.Users_addConditionBtn__rDKIx:hover,.Users_addSubgroupBtn__I5TOE:hover{text-decoration:underline}.Users_filterPanelFooter__I3nTP{display:flex;justify-content:space-between;margin-top:10px}.Users_addGroupBtn__9CRNZ{align-items:center;color:#6366f1;display:flex;gap:4px}.Users_addGroupBtn__9CRNZ,.Users_clearAllBtn__OmC1o{background:none;border:none;cursor:pointer;font-size:11px}.Users_clearAllBtn__OmC1o{color:#9ca3af}.Users_clearAllBtn__OmC1o:hover{color:#ef4444}.Users_bulkActionsBar__mLRJa{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.Users_bulkInfo__m-ZzS{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.Users_bulkInfo__m-ZzS input{accent-color:#6366f1}.Users_clearSelectionBtn__ukXOI{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.Users_bulkButtons__iiJYW{display:flex;gap:6px}.Users_bulkButtons__iiJYW button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.Users_bulkButtons__iiJYW button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.Users_bulkButtons__iiJYW button.Users_dangerBtn__AodUp{border-color:#fecaca;color:#dc2626}.Users_bulkButtons__iiJYW button.Users_dangerBtn__AodUp:hover{background:#dc2626;border-color:#dc2626;color:#fff}.Users_bulkButtons__iiJYW button:disabled{cursor:not-allowed;opacity:.5}.Users_trashBanner__USmk-{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.Users_resultsBar__OJp3z{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.Users_groupHeader__Cm9fw{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.Users_groupCount__mIiHj{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.Users_tableWrapper__K\+HzX{overflow-x:auto}.Users_table__u3H3S{border-collapse:collapse;width:100%}.Users_table__u3H3S thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.Users_table__u3H3S tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.Users_table__u3H3S tbody tr:hover{background:#f9fafb}.Users_selectedRow__09Hcw{background:#eef2ff!important}.Users_idCell__j9H3U{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.Users_branchInfo__eJutm{align-items:center;display:flex;gap:10px}.Users_branchLogo__slAxr{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:32px;justify-content:center;width:32px}.Users_branchDetails__gOSQL h4{align-items:center;color:#111827;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.Users_branchDetails__gOSQL span{color:#6b7280;font-size:11px}.Users_mainBadge__11WbF{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.Users_companyCell__kEBTo{display:flex;flex-direction:column}.Users_companyCell__kEBTo span{color:#111827;font-size:13px}.Users_companyCell__kEBTo small{color:#9ca3af;font-size:11px}.Users_typeTag__d7QPX{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px;text-transform:capitalize}.Users_statusBadge__QFzp7{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.Users_statusBadge__QFzp7.Users_active__AyZVJ{background:#d1fae5;color:#059669}.Users_statusBadge__QFzp7.Users_inactive__HgcmL{background:#fee2e2;color:#dc2626}.Users_actions__Tfg0L{display:flex;gap:4px}.Users_actionBtn__BpNya{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.Users_actionBtn__BpNya.Users_view__W4YpL{background:#eff6ff;color:#3b82f6}.Users_actionBtn__BpNya.Users_view__W4YpL:hover{background:#3b82f6;color:#fff}.Users_actionBtn__BpNya.Users_edit__BmIl-{background:#fef3c7;color:#d97706}.Users_actionBtn__BpNya.Users_edit__BmIl-:hover{background:#d97706;color:#fff}.Users_actionBtn__BpNya.Users_delete__7AVNJ{background:#fee2e2;color:#dc2626}.Users_actionBtn__BpNya.Users_delete__7AVNJ:hover{background:#dc2626;color:#fff}.Users_actionBtn__BpNya.Users_restore__lzbFL{background:#d1fae5;color:#059669}.Users_actionBtn__BpNya.Users_restore__lzbFL:hover{background:#059669;color:#fff}.Users_cardsGrid__2QcBC{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.Users_branchCard__ytaie{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.Users_branchCard__ytaie:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.Users_branchCard__ytaie.Users_selected__8FuvF{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.Users_cardHeader__kxfnv{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.Users_cardHeader__kxfnv input{accent-color:#6366f1}.Users_cardLogo__J7p7W{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.Users_cardHeader__kxfnv .Users_statusBadge__QFzp7{margin-left:auto}.Users_cardBody__GijdN{padding:14px}.Users_cardBody__GijdN h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.Users_cardCode__OHtN8{color:#6b7280;font-family:monospace;font-size:11px}.Users_cardCompany__HeI6b{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.Users_cardCompany__HeI6b i{font-size:11px}.Users_cardMeta__CVIQ5{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.Users_cardMeta__CVIQ5 span{align-items:center;display:flex;gap:4px}.Users_cardMeta__CVIQ5 i{font-size:11px}.Users_cardCity__cGt18{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:6px}.Users_cardCity__cGt18 i{font-size:11px}.Users_cardFooter__bQU9J{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.Users_cardActions__LNRet{display:flex;gap:4px}.Users_cardActions__LNRet button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.Users_cardActions__LNRet button:hover{background:#6366f1;color:#fff}.Users_pagination__GNhok{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.Users_pageInfo__sR2T1{color:#6b7280;font-size:12px}.Users_pageInfo__sR2T1 strong{color:#111827}.Users_pageControls__KMP2o{align-items:center;display:flex;gap:8px}.Users_perPageSelect__coDc-{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Users_pageButtons__uzQpX{display:flex;gap:2px}.Users_pageBtn__fNmQ6{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Users_pageBtn__fNmQ6:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Users_pageBtn__fNmQ6:disabled{cursor:not-allowed;opacity:.4}.Users_pageNum__BD--E{color:#6b7280;font-size:12px;padding:0 8px}.Users_modalOverlay__ONl\+g{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Users_modal__1B\+02{animation:Users_modalIn__bPdmL .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes Users_modalIn__bPdmL{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Users_modalHeader__B4km\+{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.Users_modalHeader__B4km\+ h3{color:#111827;font-size:16px;font-weight:600;margin:0}.Users_modalHeader__B4km\+ button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.Users_modalHeader__B4km\+ button:hover{color:#374151}.Users_modalBody__0OPjd{padding:20px}.Users_modalBody__0OPjd p{color:#6b7280;font-size:14px;margin:0 0 16px}.Users_modalBody__0OPjd .Users_hint__p65Aa{color:#9ca3af;font-size:12px;margin-top:12px}.Users_formGroup__lCpJH{margin-bottom:14px}.Users_formGroup__lCpJH label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.Users_formGroup__lCpJH input,.Users_formGroup__lCpJH select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.Users_formGroup__lCpJH input:focus,.Users_formGroup__lCpJH select:focus{border-color:#6366f1;outline:none}.Users_modalFooter__wVqTc{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.Users_loading__p\+pOI{align-items:center;display:flex;justify-content:center;padding:50px}.Users_spinner__DUVRf{animation:Users_spin__Kojlb .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes Users_spin__Kojlb{to{transform:rotate(1turn)}}.Users_emptyState__XJ167{padding:50px 20px;text-align:center}.Users_emptyIcon__tylJC{color:#d1d5db;font-size:36px;margin-bottom:10px}.Users_emptyState__XJ167 h3{color:#374151;font-size:15px;font-weight:500;margin:0}@media (max-width:1024px){.Users_statsRow__tnqyt{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Users_statsRow__tnqyt{grid-template-columns:1fr 1fr}.Users_toolbar__FIL1n{align-items:stretch;flex-direction:column}.Users_toolbarLeft__\+eb3Y,.Users_toolbarRight__OaqRk{width:100%}.Users_toolbarRight__OaqRk{flex-wrap:wrap;justify-content:flex-start}.Users_searchBox__cMguj{width:100%}.Users_bulkActionsBar__mLRJa{align-items:flex-start;flex-direction:column;gap:10px}.Users_bulkButtons__iiJYW{flex-wrap:wrap}}@media (max-width:480px){.Users_cardsGrid__2QcBC,.Users_statsRow__tnqyt{grid-template-columns:1fr}}.UserForm_pageHeader__H6MD4{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.UserForm_headerLeft__CSbpA{align-items:center;display:flex;gap:16px}.UserForm_backButton__tc39H{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .15s;width:40px}.UserForm_backButton__tc39H:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.UserForm_pageTitle__292xf{color:#111827;font-size:22px;font-weight:600;margin:0 0 4px}.UserForm_breadcrumb__A1ubI{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.UserForm_breadcrumb__A1ubI a{color:#6366f1;text-decoration:none}.UserForm_breadcrumb__A1ubI a:hover{text-decoration:underline}.UserForm_tabsNav__S5WaR{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:4px;margin-bottom:20px;padding:6px}.UserForm_tabBtn__yDlNt{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .15s}.UserForm_tabBtn__yDlNt:hover{background:#f3f4f6;color:#374151}.UserForm_tabBtn__yDlNt.UserForm_active__e5Mj5{background:#6366f1;color:#fff}.UserForm_tabBtn__yDlNt i{font-size:14px}.UserForm_tabContent__5hFbl{display:flex;flex-direction:column;gap:20px}.UserForm_formCard__qqM8v{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.UserForm_cardHeader__krsGZ{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 20px}.UserForm_cardHeader__krsGZ h3{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0}.UserForm_cardHeader__krsGZ i{color:#6366f1}.UserForm_formBody__m0o6e{padding:20px}.UserForm_formRow__iR5\+D{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.UserForm_formRow__iR5\+D:last-child{margin-bottom:0}.UserForm_formGroup__pV6qt{display:flex;flex-direction:column}.UserForm_formGroup__pV6qt label{color:#374151;font-size:13px;font-weight:500;margin-bottom:6px}.UserForm_required__wQO5D{color:#ef4444}.UserForm_formInput__hmKVz,.UserForm_formSelect__TTY\+i,.UserForm_formTextarea__BI9AD{border:1px solid #e5e7eb;border-radius:6px;color:#111827;font-size:13px;padding:10px 12px;transition:all .15s}.UserForm_formInput__hmKVz:focus,.UserForm_formSelect__TTY\+i:focus,.UserForm_formTextarea__BI9AD:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.UserForm_formInput__hmKVz::placeholder{color:#9ca3af}.UserForm_formTextarea__BI9AD{min-height:80px;resize:vertical}.UserForm_formSelect__TTY\+i{background:#fff;cursor:pointer}.UserForm_helpText__aZcYD{color:#9ca3af;font-size:11px;margin-top:4px}.UserForm_inputWithButton__KonOu{display:flex;gap:6px}.UserForm_inputWithButton__KonOu .UserForm_formInput__hmKVz{flex:1 1}.UserForm_generateBtn__rxvRz{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .15s;width:38px}.UserForm_generateBtn__rxvRz:hover{background:#6366f1;border-color:#6366f1;color:#fff}.UserForm_checkboxLabel__hXU1T{align-items:center;cursor:pointer;display:flex;font-weight:400!important;gap:8px}.UserForm_checkboxLabel__hXU1T input{accent-color:#6366f1;height:16px;width:16px}.UserForm_rolePreview__hEJsO{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:16px;padding:12px 16px}.UserForm_rolePreview__hEJsO h4{color:#166534;font-size:14px;margin:0 0 4px}.UserForm_rolePreview__hEJsO p{color:#15803d;font-size:12px;margin:0}.UserForm_formActions__a\+rsH{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px}.UserForm_btnCancel__VIq0x{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 20px;transition:all .15s}.UserForm_btnCancel__VIq0x:hover{background:#f3f4f6}.UserForm_btnCancel__VIq0x:disabled{cursor:not-allowed;opacity:.5}.UserForm_btnSubmit__i7cP4{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 24px;transition:all .15s}.UserForm_btnSubmit__i7cP4:hover{background:#4f46e5}.UserForm_btnSubmit__i7cP4:disabled{cursor:not-allowed;opacity:.6}.UserForm_btnSpinner__x6LMU{animation:UserForm_spin__rgI90 .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}.UserForm_loading__wbFPx{align-items:center;display:flex;justify-content:center;min-height:300px}.UserForm_spinner__Zfkr3{animation:UserForm_spin__rgI90 .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6366f1;height:36px;width:36px}@keyframes UserForm_spin__rgI90{to{transform:rotate(1turn)}}@media (max-width:768px){.UserForm_formRow__iR5\+D{grid-template-columns:1fr}.UserForm_tabsNav__S5WaR{flex-wrap:wrap}.UserForm_tabBtn__yDlNt{flex:none;width:calc(50% - 2px)}.UserForm_pageHeader__H6MD4{flex-direction:column;gap:16px}}.UserView_pageHeader__SGAlr{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.UserView_headerLeft__GKhLh{align-items:center;display:flex;gap:16px}.UserView_backButton__5sfw7{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .15s;width:40px}.UserView_backButton__5sfw7:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.UserView_userHeaderInfo__MgbM3{align-items:center;display:flex;gap:14px}.UserView_userAvatar__d8-iZ{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:600;height:52px;justify-content:center;overflow:hidden;width:52px}.UserView_userAvatar__d8-iZ img{height:100%;object-fit:cover;width:100%}.UserView_pageTitle__Q9brw{align-items:center;color:#111827;display:flex;flex-wrap:wrap;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.UserView_breadcrumb__qPL\+W{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.UserView_breadcrumb__qPL\+W a{color:#6366f1;text-decoration:none}.UserView_breadcrumb__qPL\+W a:hover{text-decoration:underline}.UserView_headerActions__fuapW{display:flex;flex-wrap:wrap;gap:10px}.UserView_btnSecondary__vMzzx{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px;text-decoration:none;transition:all .15s}.UserView_btnSecondary__vMzzx:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.UserView_btnPrimary__nt5HX{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.UserView_btnPrimary__nt5HX:hover{background:#4f46e5}.UserView_btnDanger__oGBg5{align-items:center;background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px;transition:all .15s}.UserView_btnDanger__oGBg5:hover{background:#dc2626;border-color:#dc2626;color:#fff}.UserView_statsRow__P4g1H{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.UserView_statCard__o2pwG{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.UserView_statIcon__KzJ0v{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.UserView_statIcon__KzJ0v.UserView_blue__ZL\+0p{background:#eff6ff;color:#3b82f6}.UserView_statIcon__KzJ0v.UserView_green__N6hbS{background:#f0fdf4;color:#22c55e}.UserView_statIcon__KzJ0v.UserView_orange__hPZpU{background:#fff7ed;color:#f97316}.UserView_statIcon__KzJ0v.UserView_purple__wCns7{background:#faf5ff;color:#a855f7}.UserView_statInfo__7V7ir{flex:1 1}.UserView_statValue__utT-v{color:#111827;display:block;font-size:20px;font-weight:700}.UserView_statLabel__0fc7m{color:#6b7280;font-size:12px}.UserView_card__WTjGl{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.UserView_tabsNav__qlYBB{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:0;padding:0 16px}.UserView_tabBtn__Y3khK{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:-1px;padding:14px 20px;transition:all .15s}.UserView_tabBtn__Y3khK:hover{color:#6366f1}.UserView_tabBtn__Y3khK.UserView_active__CWrdg{background:#fff;border-bottom-color:#6366f1;color:#6366f1}.UserView_tabBtn__Y3khK i{font-size:13px}.UserView_detailsGrid__ljk6t{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr);padding:0}.UserView_detailGroup__hw-jn{border-bottom:1px solid #f3f4f6;padding:16px 20px}.UserView_detailGroup__hw-jn:nth-child(odd){border-right:1px solid #f3f4f6}.UserView_detailGroup__hw-jn.UserView_fullWidth__FpRiS{border-right:none;grid-column:1/-1}.UserView_detailLabel__81eTx{color:#6b7280;display:block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.UserView_detailValue__oE2IZ{color:#111827;font-size:14px}.UserView_detailValue__oE2IZ a{color:#6366f1;text-decoration:none}.UserView_detailValue__oE2IZ a:hover{text-decoration:underline}.UserView_typeTag__nrhzd{background:#f3f4f6;color:#374151;font-size:12px;text-transform:capitalize}.UserView_statusBadge__p40lG,.UserView_typeTag__nrhzd{border-radius:4px;display:inline-block;padding:3px 10px}.UserView_statusBadge__p40lG{font-size:11px;font-weight:600}.UserView_statusBadge__p40lG.UserView_active__CWrdg{background:#d1fae5;color:#059669}.UserView_statusBadge__p40lG.UserView_inactive__jLcbE{background:#fee2e2;color:#dc2626}.UserView_activitySection__RLYxJ{padding:20px}.UserView_activityList__Ygw3-{display:flex;flex-direction:column;gap:12px}.UserView_activityItem__Cuw2B{background:#f9fafb;border-radius:8px;display:flex;gap:12px;padding:12px}.UserView_activityIcon__xI0Gz{align-items:center;background:#e0e7ff;border-radius:8px;color:#6366f1;display:flex;flex-shrink:0;font-size:12px;height:32px;justify-content:center;width:32px}.UserView_activityContent__TAiVZ{flex:1 1}.UserView_activityContent__TAiVZ p{color:#374151;font-size:13px;margin:0 0 4px}.UserView_activityTime__Aln7H{color:#9ca3af;font-size:11px}.UserView_loading__enHWI{align-items:center;display:flex;justify-content:center;min-height:300px}.UserView_spinner__V\+QF\+{animation:UserView_spin__YO48I .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6366f1;height:36px;width:36px}@keyframes UserView_spin__YO48I{to{transform:rotate(1turn)}}.UserView_emptyState__VCure{padding:50px 20px;text-align:center}.UserView_emptyState__VCure i{color:#d1d5db;font-size:36px;margin-bottom:10px}.UserView_emptyState__VCure h3{color:#374151;font-size:16px;margin:0 0 8px}.UserView_emptyState__VCure p{color:#9ca3af;font-size:13px;margin:0 0 16px}@media (max-width:1024px){.UserView_statsRow__P4g1H{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.UserView_statsRow__P4g1H{grid-template-columns:1fr 1fr}.UserView_detailsGrid__ljk6t{grid-template-columns:1fr}.UserView_detailGroup__hw-jn{border-right:none!important}.UserView_headerActions__fuapW{justify-content:flex-start;width:100%}.UserView_pageHeader__SGAlr{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.UserView_statsRow__P4g1H{grid-template-columns:1fr}}.SalesInvoices_pageHeader__b26\+5{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.SalesInvoices_headerLeft__SoRPp{flex:1 1}.SalesInvoices_pageTitle__H6oyo{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.SalesInvoices_pageTitle__H6oyo i{color:#0891b2}.SalesInvoices_breadcrumb__7TaTP{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.SalesInvoices_breadcrumb__7TaTP a{color:#0891b2;text-decoration:none}.SalesInvoices_breadcrumb__7TaTP a:hover{text-decoration:underline}.SalesInvoices_headerActions__g78k8{align-items:center;display:flex;gap:10px}.SalesInvoices_btnIcon__tJqJN{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.SalesInvoices_btnIcon__tJqJN:hover{background:#f3f4f6;border-color:#0891b2;color:#0891b2}.SalesInvoices_btnIcon__tJqJN.SalesInvoices_active__0D\+6K{background:#0891b2;border-color:#0891b2;color:#fff}.SalesInvoices_btnPrimary__Z0sDP{border-radius:8px;font-size:13px}.SalesInvoices_btnSecondary__vN4Ha{border:1px solid #e5e7eb;color:#374151;font-weight:500}.SalesInvoices_btnSecondary__vN4Ha:hover{background:#f9fafb}.SalesInvoices_statsRow__DUK8i{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.SalesInvoices_statCard__ya22Q{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.SalesInvoices_statIcon__t8WBJ{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_blue__0qzbq{background:#eff6ff;color:#3b82f6}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_green__Mtpgy{background:#f0fdf4;color:#22c55e}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_orange__vrYUb{background:#fff7ed;color:#f97316}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_red__QGNEB{background:#fef2f2;color:#ef4444}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_purple__e2-my{background:#faf5ff;color:#a855f7}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_gray__N\+fq8{background:#f3f4f6;color:#6b7280}.SalesInvoices_statInfo__rymHj{flex:1 1}.SalesInvoices_statValue__kSo5W{color:#111827;font-size:20px;font-weight:700}.SalesInvoices_statLabel__At500{color:#6b7280;font-size:12px;text-transform:uppercase}.SalesInvoices_card__Om4UQ{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.SalesInvoices_toolbar__qTUDn{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.SalesInvoices_toolbarLeft__NdJyJ,.SalesInvoices_toolbar__qTUDn{align-items:center;display:flex;gap:10px}.SalesInvoices_toolbarRight__dEfuB{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.SalesInvoices_searchBox__oqpoO{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.SalesInvoices_searchBox__oqpoO i{color:#9ca3af;font-size:13px}.SalesInvoices_searchBox__oqpoO input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.SalesInvoices_searchBox__oqpoO input::placeholder{color:#9ca3af}.SalesInvoices_toolbarBtn__bdj1F{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.SalesInvoices_toolbarBtn__bdj1F:hover{border-color:#0891b2;color:#0891b2}.SalesInvoices_toolbarBtn__bdj1F.SalesInvoices_active__0D\+6K{background:#ecfeff;border-color:#0891b2;color:#0891b2}.SalesInvoices_toolbarBtn__bdj1F .SalesInvoices_badge__hamoa{background:#0891b2;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.SalesInvoices_toolbarSelect__WRFtJ{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.SalesInvoices_layoutToggle__ORNg4{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.SalesInvoices_layoutToggle__ORNg4 button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.SalesInvoices_layoutToggle__ORNg4 button:first-child{border-right:1px solid #e5e7eb}.SalesInvoices_layoutToggle__ORNg4 button.SalesInvoices_active__0D\+6K{background:#0891b2;color:#fff}.SalesInvoices_layoutToggle__ORNg4 button:hover:not(.SalesInvoices_active__0D\+6K){background:#f3f4f6}.SalesInvoices_dropdownWrapper__0bO9P{position:relative}.SalesInvoices_dropdownMenu__fg5Ws{animation:SalesInvoices_fadeIn__t3bVA .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes SalesInvoices_fadeIn__t3bVA{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.SalesInvoices_dropdownHeader__u6uOH{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.SalesInvoices_dropdownItem__d0Fm3{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.SalesInvoices_dropdownItem__d0Fm3:hover{background:#f9fafb}.SalesInvoices_dropdownItem__d0Fm3 i{color:#9ca3af;width:16px}.SalesInvoices_dropdownItem__d0Fm3 button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.SalesInvoices_dropdownItem__d0Fm3 button:hover{color:#ef4444}.SalesInvoices_dropdownEmpty__9iWwU{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.SalesInvoices_dropdownFooter__NJGEp{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.SalesInvoices_dropdownFooter__NJGEp button{background:none;border:none;color:#0891b2;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.SalesInvoices_dropdownFooter__NJGEp button:hover{text-decoration:underline}.SalesInvoices_checkboxItem__\+k\+qp{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.SalesInvoices_checkboxItem__\+k\+qp:hover{background:#f9fafb}.SalesInvoices_checkboxItem__\+k\+qp input{accent-color:#0891b2}.SalesInvoices_filterPanel__ieS4V{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.SalesInvoices_filterGroup__k88QZ{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.SalesInvoices_filterGroup__k88QZ.SalesInvoices_subgroup__JtK7z{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.SalesInvoices_subgroupHeader__TuY0Y{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.SalesInvoices_removeSubgroupBtn__d2QCB{background:none;border:none;color:#d1d5db;cursor:pointer}.SalesInvoices_removeSubgroupBtn__d2QCB:hover{color:#ef4444}.SalesInvoices_conditionsList__wARAe{display:flex;flex-direction:column;gap:6px}.SalesInvoices_conditionRow__T7Tuv{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.SalesInvoices_conditionHandle__INRDB{color:#d1d5db;cursor:grab;font-size:11px}.SalesInvoices_logicLabel__yppfU,.SalesInvoices_whereLabel__PUs\+R{color:#6b7280;font-size:12px;min-width:42px}.SalesInvoices_fieldSelect__-i4D-,.SalesInvoices_operatorSelect__i8no\+,.SalesInvoices_valueInput__jGC5C,.SalesInvoices_valueSelect__C-IC1{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SalesInvoices_fieldSelect__-i4D-{min-width:120px}.SalesInvoices_operatorSelect__i8no\+{min-width:90px}.SalesInvoices_valueInput__jGC5C,.SalesInvoices_valueSelect__C-IC1{flex:1 1;max-width:160px;min-width:120px}.SalesInvoices_fieldSelect__-i4D-:focus,.SalesInvoices_operatorSelect__i8no\+:focus,.SalesInvoices_valueInput__jGC5C:focus,.SalesInvoices_valueSelect__C-IC1:focus{border-color:#0891b2;outline:none}.SalesInvoices_removeBtn__szXaI{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.SalesInvoices_removeBtn__szXaI:hover{color:#ef4444}.SalesInvoices_subgroupsContainer__B2Nl6{margin-top:8px}.SalesInvoices_groupActions__5Q6jR{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.SalesInvoices_logicToggle__1wWQ7{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.SalesInvoices_logicBtn__Utzbx{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.SalesInvoices_logicBtn__Utzbx.SalesInvoices_active__0D\+6K{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.SalesInvoices_addConditionBtn__UjPVx,.SalesInvoices_addSubgroupBtn__eP8tE{align-items:center;background:none;border:none;color:#0891b2;cursor:pointer;display:flex;font-size:11px;gap:4px}.SalesInvoices_addConditionBtn__UjPVx:hover,.SalesInvoices_addSubgroupBtn__eP8tE:hover{text-decoration:underline}.SalesInvoices_filterPanelFooter__9qMDn{display:flex;justify-content:space-between;margin-top:10px}.SalesInvoices_addGroupBtn__lp-bI{align-items:center;background:none;border:none;color:#0891b2;cursor:pointer;display:flex;font-size:11px;gap:4px}.SalesInvoices_clearAllBtn__Gf-PG{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.SalesInvoices_clearAllBtn__Gf-PG:hover{color:#ef4444}.SalesInvoices_bulkActionsBar__XJUgK{align-items:center;background:#ecfeff;border-bottom:1px solid #a5f3fc;display:flex;justify-content:space-between;padding:10px 16px}.SalesInvoices_bulkInfo__ndby6{align-items:center;color:#0e7490;display:flex;font-size:13px;font-weight:500;gap:10px}.SalesInvoices_bulkInfo__ndby6 input{accent-color:#0891b2}.SalesInvoices_clearSelectionBtn__n6QcR{background:none;border:none;color:#0891b2;cursor:pointer;font-size:12px}.SalesInvoices_bulkButtons__ryN1f{display:flex;gap:6px}.SalesInvoices_bulkButtons__ryN1f button{align-items:center;background:#fff;border:1px solid #a5f3fc;border-radius:6px;color:#0e7490;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.SalesInvoices_bulkButtons__ryN1f button:hover{background:#0891b2;border-color:#0891b2;color:#fff}.SalesInvoices_bulkButtons__ryN1f button.SalesInvoices_dangerBtn__uIt5u{border-color:#fecaca;color:#dc2626}.SalesInvoices_bulkButtons__ryN1f button.SalesInvoices_dangerBtn__uIt5u:hover{background:#dc2626;border-color:#dc2626;color:#fff}.SalesInvoices_bulkButtons__ryN1f button:disabled{cursor:not-allowed;opacity:.5}.SalesInvoices_trashBanner__TL93t{background:#fef2f2;color:#b91c1c;gap:8px;padding:10px 16px}.SalesInvoices_resultsBar__hSMF7{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.SalesInvoices_tableGroup__sb6Ym{margin-bottom:0}.SalesInvoices_groupHeader__qXwC7{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-size:13px;gap:8px}.SalesInvoices_groupCount__NrbBc{background:#e5e7eb;color:#6b7280;font-size:11px;font-weight:500}.SalesInvoices_tableWrapper__qjZNy{overflow-x:auto}.SalesInvoices_table__m0T3M{border-collapse:collapse;width:100%}.SalesInvoices_table__m0T3M thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.SalesInvoices_table__m0T3M tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.SalesInvoices_table__m0T3M tbody tr:hover{background:#f9fafb}.SalesInvoices_selectedRow__pd9q8{background:#ecfeff!important}.SalesInvoices_invoiceNumber__ZoHzn{color:#0891b2;font-weight:500}.SalesInvoices_trashedBadge__RJnHa{background:#fef3c7;border-radius:3px;color:#92400e;font-size:9px;font-weight:600;margin-left:6px;padding:2px 5px}.SalesInvoices_customerCell__8TXkL{display:flex;flex-direction:column}.SalesInvoices_customerCell__8TXkL span{color:#111827;font-size:13px}.SalesInvoices_customerCell__8TXkL small{color:#9ca3af;font-size:11px}.SalesInvoices_itemsCount__puSk-{background:#f3f4f6;border-radius:4px;color:#374151;font-size:11px;font-weight:500;padding:3px 8px}.SalesInvoices_amount__QNwe8{color:#111827;font-weight:600}.SalesInvoices_statusBadge__8\+yEu{border-radius:4px;font-size:10px;padding:3px 8px}.SalesInvoices_statusCompleted__s8YDf{background:#d1fae5;color:#059669}.SalesInvoices_statusPending__YdUQQ{color:#d97706}.SalesInvoices_statusCancelled__QnowH{color:#dc2626}.SalesInvoices_statusDefault__f2XpG,.SalesInvoices_statusDraft__6\+eXJ{background:#f3f4f6;color:#6b7280}.SalesInvoices_paymentBadge__vqV50{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.SalesInvoices_paymentPaid__KbSkY{background:#d1fae5;color:#059669}.SalesInvoices_paymentPartial__TugBz{background:#dbeafe;color:#2563eb}.SalesInvoices_paymentPending__ceHPs{background:#fef3c7;color:#d97706}.SalesInvoices_paymentRefunded__iwHaz{background:#f3e8ff;color:#7c3aed}.SalesInvoices_paymentDefault__Jh5dj{background:#f3f4f6;color:#6b7280}.SalesInvoices_actions__KTdeV{display:flex;gap:4px}.SalesInvoices_actionBtn__F\+Cwh{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_view__ZxTtW{background:#ecfeff;color:#0891b2}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_view__ZxTtW:hover{background:#0891b2;color:#fff}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_edit__mKHi4{background:#fef3c7;color:#d97706}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_edit__mKHi4:hover{background:#d97706;color:#fff}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_delete__pZktq{background:#fee2e2;color:#dc2626}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_delete__pZktq:hover{background:#dc2626;color:#fff}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_restore__UzVyC{background:#d1fae5}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_restore__UzVyC:hover{background:#059669;color:#fff}.SalesInvoices_cardsGroup__UqPbd{padding:16px}.SalesInvoices_cardsGrid__oZjiw{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.SalesInvoices_invoiceCard__1wHkJ{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.SalesInvoices_invoiceCard__1wHkJ:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.SalesInvoices_invoiceCard__1wHkJ.SalesInvoices_selected__4fxKH{border-color:#0891b2;box-shadow:0 0 0 2px #a5f3fc}.SalesInvoices_cardHeader__ckI0G{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.SalesInvoices_cardHeader__ckI0G input{accent-color:#0891b2}.SalesInvoices_cardLogo__mK1tm{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:8px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;width:36px}.SalesInvoices_cardHeader__ckI0G .SalesInvoices_statusBadge__8\+yEu{margin-left:auto}.SalesInvoices_cardBody__Ay1wI{padding:14px}.SalesInvoices_cardBody__Ay1wI h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.SalesInvoices_cardCustomer__LRDvC,.SalesInvoices_cardMeta__vayvy{color:#6b7280;font-size:12px}.SalesInvoices_cardMeta__vayvy span{display:flex}.SalesInvoices_cardMeta__vayvy i{font-size:11px}.SalesInvoices_cardAmount__93kQJ{color:#0891b2;font-size:18px;font-weight:700;margin-top:10px}.SalesInvoices_cardFooter__kzw-P{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.SalesInvoices_cardActions__HbEGU{gap:4px}.SalesInvoices_cardActions__HbEGU button{background:#f3f4f6;border:none;color:#6b7280;font-size:12px}.SalesInvoices_cardActions__HbEGU button:hover{background:#0891b2;color:#fff}.SalesInvoices_pagination__eteo5{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.SalesInvoices_pageInfo__hqj2J{color:#6b7280;font-size:12px}.SalesInvoices_pageInfo__hqj2J strong{color:#111827}.SalesInvoices_pageControls__8Uv2o{align-items:center;display:flex;gap:8px}.SalesInvoices_perPageSelect__bpg25{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SalesInvoices_pageButtons__TcjyO{display:flex;gap:2px}.SalesInvoices_pageBtn__4tE5h{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.SalesInvoices_pageBtn__4tE5h:hover:not(:disabled){background:#f3f4f6;border-color:#0891b2;color:#0891b2}.SalesInvoices_pageBtn__4tE5h:disabled{cursor:not-allowed;opacity:.4}.SalesInvoices_pageNum__NCUCA{color:#6b7280;font-size:12px;padding:0 8px}.SalesInvoices_modal__VRMRs{animation:SalesInvoices_modalIn__G3ZBx .2s ease;box-shadow:0 20px 60px #0003;max-width:440px}@keyframes SalesInvoices_modalIn__G3ZBx{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.SalesInvoices_modalHeader__JsJ7P{border-bottom:1px solid #e5e7eb}.SalesInvoices_modalHeader__JsJ7P h3{color:#111827;font-size:16px}.SalesInvoices_modalHeader__JsJ7P button{background:none;color:#9ca3af;font-size:16px}.SalesInvoices_modalHeader__JsJ7P button:hover{color:#374151}.SalesInvoices_modalBody__LwOfn p{color:#6b7280;font-size:14px;margin:0 0 16px}.SalesInvoices_modalBody__LwOfn .SalesInvoices_hint__wrPZs{color:#9ca3af;font-size:12px;margin-top:12px}.SalesInvoices_formGroup__UxpvR{margin-bottom:14px}.SalesInvoices_formGroup__UxpvR label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.SalesInvoices_formGroup__UxpvR input,.SalesInvoices_formGroup__UxpvR select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.SalesInvoices_formGroup__UxpvR input:focus,.SalesInvoices_formGroup__UxpvR select:focus{border-color:#0891b2;outline:none}.SalesInvoices_modalFooter__NKeNg{border-top:1px solid #e5e7eb;gap:10px;padding:16px 20px}.SalesInvoices_loading__Ox0w3{align-items:center;padding:50px}.SalesInvoices_spinner__t39\+6{border:3px solid #f3f4f6;height:30px;width:30px}.SalesInvoices_emptyState__8-Z5O{padding:50px 20px}.SalesInvoices_emptyIcon__YJt2o{color:#d1d5db;font-size:36px;margin-bottom:10px}.SalesInvoices_emptyState__8-Z5O h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 4px}.SalesInvoices_emptyState__8-Z5O p{color:#6b7280;margin:0}@media (max-width:1024px){.SalesInvoices_statsRow__DUK8i{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SalesInvoices_statsRow__DUK8i{grid-template-columns:1fr 1fr}.SalesInvoices_toolbar__qTUDn{align-items:stretch;flex-direction:column}.SalesInvoices_toolbarLeft__NdJyJ,.SalesInvoices_toolbarRight__dEfuB{width:100%}.SalesInvoices_toolbarRight__dEfuB{flex-wrap:wrap;justify-content:flex-start}.SalesInvoices_searchBox__oqpoO{width:100%}.SalesInvoices_bulkActionsBar__XJUgK{align-items:flex-start;flex-direction:column;gap:10px}.SalesInvoices_bulkButtons__ryN1f{flex-wrap:wrap}}@media (max-width:480px){.SalesInvoices_cardsGrid__oZjiw,.SalesInvoices_statsRow__DUK8i{grid-template-columns:1fr}}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_cyan__-vWpz{background:linear-gradient(135deg,#0891b2,#0e7490)}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_green__Mtpgy{background:linear-gradient(135deg,#059669,#047857)}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_orange__vrYUb{background:linear-gradient(135deg,#ea580c,#c2410c)}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_blue__0qzbq{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.SalesInvoices_paymentDefault__Jh5dj{background:#f1f5f9;color:#475569}.SalesInvoices_typeBadge__JxoeY{align-items:center;background:#e0f2fe;border-radius:12px;color:#075985;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.SalesInvoices_backButton__jv6IY{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;height:36px;justify-content:center;margin-right:12px;transition:all .2s;width:36px}.SalesInvoices_backButton__jv6IY:hover{background:#f1f5f9;color:#0891b2}.SalesInvoices_titleGroup__8MglR{display:flex;flex-direction:column;gap:4px}.SalesInvoices_headerLeft__SoRPp{align-items:center;display:flex}.SalesInvoices_viewCard__9hF3J{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.SalesInvoices_viewHeader__pLP\+D{align-items:center;background:linear-gradient(90deg,#f0fdfa,#fff);border-bottom:1px solid #f1f5f9;display:flex;gap:20px;padding:24px}.SalesInvoices_itemIcon__Fj4L7{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:22px;height:56px;justify-content:center;width:56px}.SalesInvoices_itemInfo__49xmr{flex:1 1}.SalesInvoices_itemInfo__49xmr h2{color:#1a202c;font-size:20px;font-weight:700;margin:0 0 4px}.SalesInvoices_itemCode__EZWqp{color:#64748b;font-size:13px;margin:0 0 10px}.SalesInvoices_statusTags__3PV79{display:flex;flex-wrap:wrap;gap:8px}.SalesInvoices_itemTotal__sqYLb{display:flex;flex-direction:column;gap:4px;text-align:right}.SalesInvoices_totalLabel__3sNsE{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.SalesInvoices_totalValue__pg-v4{color:#0891b2;font-size:26px;font-weight:700}.SalesInvoices_viewGrid__4vGDS{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);padding:24px}.SalesInvoices_viewSection__OXFgL{background:#fafbfc;border:1px solid #f1f5f9;border-radius:10px;padding:16px}.SalesInvoices_viewSection__OXFgL h4{align-items:center;border-bottom:1px solid #e2e8f0;color:#1a202c;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;margin:0 0 12px;padding-bottom:10px;text-transform:uppercase}.SalesInvoices_viewSection__OXFgL h4 i{color:#0891b2}.SalesInvoices_detailRow__zoQj8{align-items:center;display:flex;font-size:12px;justify-content:space-between;padding:6px 0}.SalesInvoices_detailRow__zoQj8 span:first-child{color:#64748b;font-weight:500}.SalesInvoices_detailRow__zoQj8 span:last-child{color:#1a202c;font-weight:600;text-align:right}.SalesInvoices_detailRow__zoQj8.SalesInvoices_grandTotal__epazF{border-top:2px solid #0891b2;margin-top:6px;padding-top:10px}.SalesInvoices_detailRow__zoQj8.SalesInvoices_grandTotal__epazF span{color:#0891b2;font-size:14px;font-weight:700}.SalesInvoices_detailRow__zoQj8 .SalesInvoices_pending__IbQXt{color:#ea580c!important}.SalesInvoices_itemsSection__GAcGB{border-top:1px solid #f1f5f9;padding:24px}.SalesInvoices_itemsSection__GAcGB h4{align-items:center;color:#1a202c;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.SalesInvoices_itemsSection__GAcGB h4 i{color:#0891b2}.SalesInvoices_notesSection__QWaTa{background:#fffbeb;border-top:1px solid #f1f5f9;padding:20px 24px}.SalesInvoices_notesSection__QWaTa h4{align-items:center;color:#92400e;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.SalesInvoices_notesSection__QWaTa p{color:#78350f;font-size:13px;line-height:1.5;margin:0}.SalesInvoices_viewFooter__vZI1d{background:#f8fafc;border-top:1px solid #f1f5f9;color:#94a3b8;display:flex;font-size:11px;justify-content:flex-end;padding:12px 24px}.SalesInvoices_productCode__MOZLb{background:#f0fdfa;border-radius:4px;color:#0891b2;font-family:Monaco,Consolas,monospace;font-size:11px;font-weight:600;padding:2px 6px}.SalesInvoices_approvedBadge__rc4Sm{align-items:center;background:#cffafe;border-radius:8px;color:#0891b2;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:8px 16px}.SalesInvoices_formCard__CKCJV{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:20px;overflow:hidden}.SalesInvoices_formGrid__6zTMO{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.SalesInvoices_formGroup__UxpvR{margin-bottom:12px}.SalesInvoices_formGroup__UxpvR label{letter-spacing:.3px;text-transform:uppercase}.SalesInvoices_formGroup__UxpvR input,.SalesInvoices_formGroup__UxpvR select,.SalesInvoices_formGroup__UxpvR textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;font-family:inherit;font-size:13px;padding:9px 12px;transition:all .2s}.SalesInvoices_formGroup__UxpvR input:focus,.SalesInvoices_formGroup__UxpvR select:focus,.SalesInvoices_formGroup__UxpvR textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.SalesInvoices_formGroup__UxpvR textarea{min-height:72px;resize:vertical}.SalesInvoices_formFooter__DO1HI{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.SalesInvoices_btnCancel__YC9Pc{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:9px 20px;transition:all .2s}.SalesInvoices_btnCancel__YC9Pc:hover:not(:disabled){background:#f1f5f9}.SalesInvoices_btnSave__SjQ9I{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:9px 20px;transition:all .2s}.SalesInvoices_btnSave__SjQ9I:hover:not(:disabled){box-shadow:0 4px 10px #0891b24d;transform:translateY(-1px)}.SalesInvoices_btnCancel__YC9Pc:disabled,.SalesInvoices_btnSave__SjQ9I:disabled{cursor:not-allowed;opacity:.6}.SalesInvoices_btnSecondary__vN4Ha{align-items:center;border-radius:8px;display:inline-flex;font-size:13px;gap:6px;padding:8px 14px;text-decoration:none;transition:all .2s}.SalesInvoices_btnSecondary__vN4Ha:hover{border-color:#0891b2;color:#0891b2}.SalesInvoices_customerName__QgPy9{color:#1a202c;font-weight:600}.SalesInvoices_amountDue__7So3o{color:#ea580c;font-weight:600}.SalesInvoices_cardTotal__Npy40{color:#0891b2}.SalesInvoices_cardMeta__vayvy{color:#64748b;display:flex;font-size:11px;gap:12px;margin-top:8px}.SalesInvoices_cardMeta__vayvy span{align-items:center;display:inline-flex;gap:4px}.SalesInvoices_cardActions__HbEGU{display:flex;gap:6px}.SalesInvoices_cardActions__HbEGU button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;transition:all .2s;width:28px}.SalesInvoices_cardActions__HbEGU button:hover{border-color:#0891b2;color:#0891b2}.SalesInvoices_groupCount__NrbBc{background:#0891b2}.SalesInvoices_btnPrimary__Z0sDP{background:#0891b2;text-decoration:none}.SalesInvoices_btnPrimary__Z0sDP:hover{background:#0e7490}.SalesInvoices_infoGrid__IhZDt{grid-gap:12px;background:#f8fafc;border-radius:8px;display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:12px}.SalesInvoices_infoItem__YuQqE{display:flex;flex-direction:column;gap:2px}.SalesInvoices_infoLabel__LIAN0{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.SalesInvoices_infoValue__StDIl{color:#1a202c;font-size:13px;font-weight:600}.SalesInvoices_loading__Ox0w3{display:flex;justify-content:center;padding:60px}.SalesInvoices_spinner__t39\+6{animation:SalesInvoices_spin__JUuhA .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0891b2;height:40px;width:40px}@keyframes SalesInvoices_spin__JUuhA{to{transform:rotate(1turn)}}.SalesInvoices_emptyState__8-Z5O{padding:60px 20px;text-align:center}.SalesInvoices_emptyIcon__YJt2o{color:#cbd5e0;font-size:48px;margin-bottom:16px}.SalesInvoices_emptyState__8-Z5O h3{color:#1a202c;font-size:16px;font-weight:600;margin:0 0 6px}.SalesInvoices_emptyState__8-Z5O p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1024px){.SalesInvoices_viewGrid__4vGDS{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SalesInvoices_formGrid__6zTMO,.SalesInvoices_viewGrid__4vGDS{grid-template-columns:1fr}.SalesInvoices_viewHeader__pLP\+D{align-items:flex-start;flex-direction:column}.SalesInvoices_itemTotal__sqYLb{text-align:left}}.SalesInvoices_statIcon__t8WBJ.SalesInvoices_red__QGNEB{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.SalesInvoices_trashBanner__TL93t{align-items:center;background:linear-gradient(135deg,#fef2f2,#fff1f2);border-bottom:1px solid #fecaca;color:#991b1b;display:flex;font-size:13px;font-weight:600;gap:10px;padding:12px 20px}.SalesInvoices_trashBanner__TL93t i{color:#dc2626;font-size:15px}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_restore__UzVyC{border-color:#a7f3d0;color:#059669}.SalesInvoices_actionBtn__F\+Cwh.SalesInvoices_restore__UzVyC:hover{background:#ecfdf5;border-color:#059669}.SalesInvoices_statusBadge__8\+yEu{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.SalesInvoices_statusApproved__CwdeR{background:#d1fae5;color:#065f46}.SalesInvoices_statusPending__YdUQQ{background:#fef3c7;color:#92400e}.SalesInvoices_statusDraft__6\+eXJ{background:#f1f5f9;color:#475569}.SalesInvoices_statusCancelled__QnowH{background:#fee2e2;color:#991b1b}.SalesInvoices_statusDefault__f2XpG{background:#f1f5f9;color:#475569}.SalesInvoices_cardQty__vh4gQ{color:#64748b;font-size:12px;margin-top:6px}.SalesInvoices_cardTotal__Npy40{color:#ea580c;font-size:20px;font-weight:700;margin-top:8px}.SalesInvoices_tableGroup__sb6Ym{margin-bottom:20px}.SalesInvoices_groupHeader__qXwC7{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;border-top:1px solid #f1f5f9;color:#475569;display:flex;font-size:12px;font-weight:600;gap:10px;letter-spacing:.3px;padding:10px 16px;text-transform:uppercase}.SalesInvoices_groupCount__NrbBc{background:#ea580c;border-radius:10px;color:#fff;font-size:10px;padding:2px 8px}.SalesInvoices_cardsGroup__UqPbd{margin-bottom:20px}.SalesInvoices_modalOverlay__LrIYA{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.SalesInvoices_modal__VRMRs{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0003;max-width:420px;overflow:hidden;width:100%}.SalesInvoices_modalHeader__JsJ7P{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.SalesInvoices_modalHeader__JsJ7P h3{color:#1a202c;font-size:15px;font-weight:600;margin:0}.SalesInvoices_modalHeader__JsJ7P button{align-items:center;background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.SalesInvoices_modalBody__LwOfn{padding:20px}.SalesInvoices_modalBody__LwOfn .SalesInvoices_hint__wrPZs{color:#94a3b8;font-size:11px;margin:8px 0 0}.SalesInvoices_modalFooter__NKeNg{background:#f8fafc;display:flex;gap:8px;justify-content:flex-end;padding:12px 20px}.SalesInvoices_btnPrimary__Z0sDP{align-items:center;background:#ea580c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:8px 16px}.SalesInvoices_btnPrimary__Z0sDP:hover{background:#c2410c}.SalesInvoices_btnSecondary__vN4Ha{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px}.SalesInvoices_btnSecondary__vN4Ha:hover{border-color:#ea580c;color:#ea580c}.SalesInvoices_formGroup__UxpvR{display:flex;flex-direction:column;gap:6px}.SalesInvoices_formGroup__UxpvR label{color:#475569;font-size:12px;font-weight:600}.SalesInvoices_formGroup__UxpvR input{border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;font-size:13px;padding:9px 12px}.SalesInvoices_formGroup__UxpvR input:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a;outline:none}.SalesItemsList_pageHeader__3ruNZ{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.SalesItemsList_headerLeft__\+DmFV{align-items:center;display:flex;gap:16px}.SalesItemsList_backButton__LwUzJ{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.SalesItemsList_backButton__LwUzJ:hover{background:#f8fafc;color:#1a202c}.SalesItemsList_titleGroup__cQq0O{display:flex;flex-direction:column;gap:4px}.SalesItemsList_pageTitle__z3tM2{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.SalesItemsList_pageTitle__z3tM2 i{color:#ea580c;font-size:20px}.SalesItemsList_breadcrumb__xdis\+{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.SalesItemsList_breadcrumb__xdis\+ a{color:#ea580c;text-decoration:none}.SalesItemsList_breadcrumb__xdis\+ a:hover{text-decoration:underline}.SalesItemsList_headerActions__tnsQr{align-items:center;display:flex;gap:8px}.SalesItemsList_btnIcon__38D8c{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;position:relative;transition:all .2s;width:36px}.SalesItemsList_btnIcon__38D8c.SalesItemsList_active__4c06B,.SalesItemsList_btnIcon__38D8c:hover{background:#fff7ed;border-color:#ea580c;color:#ea580c}.SalesItemsList_btnPrimary__DRZIB{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.SalesItemsList_btnPrimary__DRZIB:hover{box-shadow:0 4px 12px #ea580c59;transform:translateY(-1px)}.SalesItemsList_btnSecondary__NRIE5{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.SalesItemsList_btnSecondary__NRIE5:hover{background:#f8fafc;border-color:#cbd5e1}.SalesItemsList_btnCancel__TurXa{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.SalesItemsList_btnCancel__TurXa:hover{background:#f8fafc}.SalesItemsList_btnSave__lsth\+{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.SalesItemsList_btnSave__lsth\+:hover{box-shadow:0 4px 12px #ea580c59}.SalesItemsList_btnSave__lsth\+:disabled{cursor:not-allowed;opacity:.6}.SalesItemsList_statsRow__zEHnn{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.SalesItemsList_statCard__jVoH5{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px;transition:all .2s}.SalesItemsList_statCard__jVoH5:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.SalesItemsList_statIcon__zypj\+{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.SalesItemsList_statIcon__zypj\+.SalesItemsList_blue__a12XA{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.SalesItemsList_statIcon__zypj\+.SalesItemsList_green__3DdzS{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#10b981}.SalesItemsList_statIcon__zypj\+.SalesItemsList_purple__9ePC\+{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed}.SalesItemsList_statIcon__zypj\+.SalesItemsList_orange__U2g\+g{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.SalesItemsList_statIcon__zypj\+.SalesItemsList_red__KnmKD{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.SalesItemsList_statInfo__kLOvs{display:flex;flex-direction:column;gap:2px}.SalesItemsList_statLabel__87ncx{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.SalesItemsList_statValue__fXlnO{color:#1a202c;font-size:18px;font-weight:700;line-height:1}.SalesItemsList_card__npKsp{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.SalesItemsList_toolbar__7LAmW{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:10px 16px}.SalesItemsList_toolbarLeft__bP2u9,.SalesItemsList_toolbar__7LAmW{align-items:center;display:flex;gap:10px}.SalesItemsList_searchBox__XLQXp,.SalesItemsList_toolbarRight__x7uGx{align-items:center;display:flex;gap:8px}.SalesItemsList_searchBox__XLQXp{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:0 10px;width:220px}.SalesItemsList_searchBox__XLQXp:focus-within{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.SalesItemsList_searchBox__XLQXp i{color:#9ca3af;font-size:13px}.SalesItemsList_searchBox__XLQXp input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.SalesItemsList_searchBox__XLQXp input::placeholder{color:#9ca3af}.SalesItemsList_toolbarBtn__2U4Sk{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;transition:all .15s;white-space:nowrap}.SalesItemsList_toolbarBtn__2U4Sk:hover{border-color:#ea580c;color:#ea580c}.SalesItemsList_toolbarBtn__2U4Sk.SalesItemsList_active__4c06B{background:#fff7ed;border-color:#ea580c;color:#ea580c}.SalesItemsList_toolbarSelect__dF8lz{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.SalesItemsList_badge__y7CAU{background:#ea580c;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.SalesItemsList_layoutToggle__oEixR{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.SalesItemsList_layoutToggle__oEixR button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.SalesItemsList_layoutToggle__oEixR button:first-child{border-right:1px solid #e5e7eb}.SalesItemsList_layoutToggle__oEixR button.SalesItemsList_active__4c06B{background:#ea580c;color:#fff}.SalesItemsList_layoutToggle__oEixR button:hover:not(.SalesItemsList_active__4c06B){background:#f3f4f6}.SalesItemsList_dropdownWrapper__YgktT{position:relative}.SalesItemsList_dropdownMenu__Bf8J3{animation:SalesItemsList_fadeIn__1Xpvd .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes SalesItemsList_fadeIn__1Xpvd{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.SalesItemsList_dropdownHeader__LMKze{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.SalesItemsList_dropdownItem__aJPc\+{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.SalesItemsList_dropdownItem__aJPc\+:hover{background:#fff7ed}.SalesItemsList_dropdownItem__aJPc\+ i{color:#ea580c;width:16px}.SalesItemsList_dropdownItem__aJPc\+ button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.SalesItemsList_dropdownItem__aJPc\+ button:hover{color:#ef4444}.SalesItemsList_dropdownEmpty__6JVYK{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.SalesItemsList_dropdownFooter__cJ6sE{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.SalesItemsList_dropdownFooter__cJ6sE button{background:none;border:none;color:#ea580c;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.SalesItemsList_dropdownFooter__cJ6sE button:hover{text-decoration:underline}.SalesItemsList_checkboxItem__64CYi{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.SalesItemsList_checkboxItem__64CYi:hover{background:#f9fafb}.SalesItemsList_checkboxItem__64CYi input{accent-color:#ea580c}.SalesItemsList_filterPanel__KqiSo{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.SalesItemsList_filterGroup__uGZWM{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.SalesItemsList_filterGroup__uGZWM.SalesItemsList_subgroup__hwinS{background:#f9fafb;border:1px solid #e0e7ff;border-left:3px solid #ea580c;margin-left:20px;margin-top:10px}.SalesItemsList_subgroupHeader__4TQOV{align-items:center;border-bottom:1px dashed #e5e7eb;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.SalesItemsList_subgroupHeader__4TQOV span{color:#6b7280;font-size:12px;font-style:italic}.SalesItemsList_removeSubgroupBtn__gN6Wt{background:none;border:none;color:#d1d5db;cursor:pointer}.SalesItemsList_removeSubgroupBtn__gN6Wt:hover{color:#ef4444}.SalesItemsList_conditionsList__AzrDo{display:flex;flex-direction:column;gap:6px}.SalesItemsList_conditionRow__lM4O4{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.SalesItemsList_conditionHandle__X8yOJ{color:#d1d5db;cursor:grab;font-size:11px}.SalesItemsList_logicLabel__ITyfN,.SalesItemsList_whereLabel__TllwU{color:#6b7280;font-size:12px;min-width:42px}.SalesItemsList_fieldSelect__4jcQR,.SalesItemsList_operatorSelect__z1s3I,.SalesItemsList_valueInput__BI7p7,.SalesItemsList_valueSelect__HsM7G{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SalesItemsList_fieldSelect__4jcQR{min-width:120px}.SalesItemsList_operatorSelect__z1s3I{min-width:90px}.SalesItemsList_valueInput__BI7p7,.SalesItemsList_valueSelect__HsM7G{flex:1 1;max-width:160px;min-width:120px}.SalesItemsList_fieldSelect__4jcQR:focus,.SalesItemsList_operatorSelect__z1s3I:focus,.SalesItemsList_valueInput__BI7p7:focus,.SalesItemsList_valueSelect__HsM7G:focus{border-color:#ea580c;outline:none}.SalesItemsList_removeBtn__09lfo{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.SalesItemsList_removeBtn__09lfo:hover{color:#ef4444}.SalesItemsList_subgroupsContainer__15N3K{margin-top:8px}.SalesItemsList_groupActions__OpbN5{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.SalesItemsList_logicToggle__\+ZkZs{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.SalesItemsList_logicBtn__cILuf{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.SalesItemsList_logicBtn__cILuf.SalesItemsList_active__4c06B{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.SalesItemsList_addConditionBtn__ycqUM,.SalesItemsList_addSubgroupBtn__jR7zR{align-items:center;background:none;border:none;color:#ea580c;cursor:pointer;display:flex;font-size:11px;gap:4px}.SalesItemsList_addConditionBtn__ycqUM:hover,.SalesItemsList_addSubgroupBtn__jR7zR:hover{text-decoration:underline}.SalesItemsList_filterPanelFooter__W7hbl{display:flex;justify-content:space-between;margin-top:10px}.SalesItemsList_addGroupBtn__4u561{align-items:center;background:none;border:none;color:#ea580c;cursor:pointer;display:flex;font-size:11px;gap:4px}.SalesItemsList_clearAllBtn__0NGoN{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.SalesItemsList_clearAllBtn__0NGoN:hover{color:#ef4444}.SalesItemsList_bulkActionsBar__BneXM{align-items:center;background:#fff7ed;border-bottom:1px solid #fed7aa;display:flex;justify-content:space-between;padding:10px 16px}.SalesItemsList_bulkInfo__mpv9u{align-items:center;color:#9a3412;display:flex;font-size:13px;font-weight:500;gap:10px}.SalesItemsList_bulkInfo__mpv9u input{accent-color:#ea580c}.SalesItemsList_clearSelectionBtn__scu2v{background:none;border:none;color:#ea580c;cursor:pointer;font-size:12px}.SalesItemsList_bulkButtons__s6Str{display:flex;gap:6px}.SalesItemsList_bulkButtons__s6Str button{align-items:center;background:#fff;border:1px solid #fed7aa;border-radius:6px;color:#9a3412;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px;transition:all .15s}.SalesItemsList_bulkButtons__s6Str button:hover{background:#ea580c;border-color:#ea580c;color:#fff}.SalesItemsList_bulkButtons__s6Str button.SalesItemsList_dangerBtn__PLoiQ{border-color:#fecaca;color:#dc2626}.SalesItemsList_bulkButtons__s6Str button.SalesItemsList_dangerBtn__PLoiQ:hover{background:#dc2626;border-color:#dc2626;color:#fff}.SalesItemsList_bulkButtons__s6Str button:disabled{cursor:not-allowed;opacity:.5}.SalesItemsList_trashBanner__R\+p8C{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.SalesItemsList_trashBanner__R\+p8C i{color:#dc2626}.SalesItemsList_statusBadge__xKggs{align-items:center;border-radius:4px;display:inline-flex;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.SalesItemsList_statusApproved__BN86a{background:#d1fae5;color:#059669}.SalesItemsList_statusPending__DLzi3{background:#fef3c7;color:#d97706}.SalesItemsList_statusDraft__BscEJ{background:#f3f4f6;color:#6b7280}.SalesItemsList_statusCancelled__kJmtN{background:#fee2e2;color:#dc2626}.SalesItemsList_statusDefault__vBRSl{background:#f3f4f6;color:#6b7280}.SalesItemsList_resultsBar__e-\+Yr{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.SalesItemsList_tableGroup__\+OQuq{margin-bottom:0}.SalesItemsList_groupHeader__8pa01{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.SalesItemsList_groupCount__19SrY{background:#ea580c;border-radius:10px;color:#fff;font-size:11px;font-weight:500;padding:2px 8px}.SalesItemsList_tableWrapper__CMMed{overflow-x:auto}.SalesItemsList_table__42BEd{border-collapse:collapse;width:100%}.SalesItemsList_table__42BEd thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.SalesItemsList_table__42BEd tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.SalesItemsList_table__42BEd tbody tr:hover{background:#f9fafb}.SalesItemsList_selectedRow__UqKv6{background:#fff7ed!important}.SalesItemsList_productCode__hwxdL{background:#fff7ed;border-radius:4px;color:#ea580c;font-family:Monaco,Consolas,monospace;font-size:11px;font-weight:600;padding:2px 6px}.SalesItemsList_invoiceLink__Wqop8{color:#ea580c;font-family:monospace;font-size:12px;font-weight:500}.SalesItemsList_lineTotal__\+IWDw{color:#1a202c;font-weight:600}.SalesItemsList_actions__brSO5{display:flex;gap:4px}.SalesItemsList_actionBtn__Dq59R{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_view__wvXXK{background:#fff7ed;color:#ea580c}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_view__wvXXK:hover{background:#ea580c;color:#fff}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_edit__Qy5jM{background:#fef3c7;color:#d97706}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_edit__Qy5jM:hover{background:#d97706;color:#fff}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_delete__BRCbr{background:#fee2e2;color:#dc2626}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_delete__BRCbr:hover{background:#dc2626;color:#fff}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_restore__3OZQo{background:#d1fae5;color:#059669}.SalesItemsList_actionBtn__Dq59R.SalesItemsList_restore__3OZQo:hover{background:#059669;color:#fff}.SalesItemsList_cardsGroup__i1x\+1{padding:16px}.SalesItemsList_cardsGrid__K5\+n8{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.SalesItemsList_itemCard__TXk2W{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.SalesItemsList_itemCard__TXk2W:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.SalesItemsList_itemCard__TXk2W.SalesItemsList_selected__LHTFK{border-color:#ea580c;box-shadow:0 0 0 2px #fed7aa}.SalesItemsList_cardHeader__Z3U5R{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.SalesItemsList_cardHeader__Z3U5R input{accent-color:#ea580c}.SalesItemsList_cardLogo__NZAKc{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:8px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;width:36px}.SalesItemsList_cardHeader__Z3U5R .SalesItemsList_statusBadge__xKggs{margin-left:auto}.SalesItemsList_cardBody__zlhJg{padding:14px}.SalesItemsList_cardBody__zlhJg h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.SalesItemsList_cardCode__atsnO{color:#ea580c;font-family:monospace;font-size:11px;font-weight:600}.SalesItemsList_cardMeta__TW\+WB{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.SalesItemsList_cardMeta__TW\+WB span{align-items:center;display:flex;gap:4px}.SalesItemsList_cardMeta__TW\+WB i{font-size:11px}.SalesItemsList_cardQty__KEHTU{color:#64748b;font-size:12px;margin-top:6px}.SalesItemsList_cardTotal__tJBjn{color:#ea580c;font-size:18px;font-weight:700;margin-top:8px}.SalesItemsList_cardFooter__jE-9O{align-items:center;border-top:1px solid #f3f4f6;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;padding:10px 14px}.SalesItemsList_cardActions__IyWek{display:flex;gap:4px}.SalesItemsList_cardActions__IyWek button{align-items:center;background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:12px;height:28px;justify-content:center;width:28px}.SalesItemsList_cardActions__IyWek button:hover{background:#ea580c;color:#fff}.SalesItemsList_pagination__wdh9\+{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.SalesItemsList_pageInfo__VLtmR{color:#6b7280;font-size:12px}.SalesItemsList_pageInfo__VLtmR strong{color:#111827}.SalesItemsList_pageControls__ysIv2{align-items:center;display:flex;gap:8px}.SalesItemsList_perPageSelect__C96Gy{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.SalesItemsList_pageButtons__Nl6wt{display:flex;gap:2px}.SalesItemsList_pageBtn__JhDC5{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.SalesItemsList_pageBtn__JhDC5:hover:not(:disabled){background:#f3f4f6;border-color:#ea580c;color:#ea580c}.SalesItemsList_pageBtn__JhDC5:disabled{cursor:not-allowed;opacity:.4}.SalesItemsList_pageNum__LZoeY{color:#6b7280;font-size:12px;padding:0 8px}.SalesItemsList_modalOverlay__rT8e4{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.SalesItemsList_modal__KxaoU{animation:SalesItemsList_modalIn__rCT6B .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:420px;overflow:hidden;width:100%}@keyframes SalesItemsList_modalIn__rCT6B{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.SalesItemsList_modalHeader__0qyrF{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.SalesItemsList_modalHeader__0qyrF h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.SalesItemsList_modalHeader__0qyrF button{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;font-size:16px;justify-content:center}.SalesItemsList_modalHeader__0qyrF button:hover{color:#374151}.SalesItemsList_modalBody__3TYat{padding:20px}.SalesItemsList_modalBody__3TYat .SalesItemsList_hint__siavi{color:#9ca3af;font-size:12px;margin-top:12px}.SalesItemsList_formGroup__otcY-{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.SalesItemsList_formGroup__otcY- label{color:#374151;font-size:13px;font-weight:500}.SalesItemsList_formGroup__otcY- input,.SalesItemsList_formGroup__otcY- select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.SalesItemsList_formGroup__otcY- input:focus,.SalesItemsList_formGroup__otcY- select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a;outline:none}.SalesItemsList_modalFooter__W3fU7{background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.SalesItemsList_loading__-q7V1{align-items:center;display:flex;justify-content:center;padding:60px 20px}.SalesItemsList_spinner__utG3r{animation:SalesItemsList_spin__keiPO .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#ea580c;height:36px;width:36px}@keyframes SalesItemsList_spin__keiPO{to{transform:rotate(1turn)}}.SalesItemsList_emptyState__pRkhZ{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.SalesItemsList_emptyIcon__esTEy{align-items:center;background:#fff7ed;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.SalesItemsList_emptyIcon__esTEy i{color:#ea580c;font-size:24px}.SalesItemsList_emptyState__pRkhZ h3{color:#1a202c;font-size:16px;margin:0 0 4px}.SalesItemsList_emptyState__pRkhZ p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.SalesItemsList_statsRow__zEHnn{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SalesItemsList_statsRow__zEHnn{grid-template-columns:1fr}.SalesItemsList_pageHeader__3ruNZ,.SalesItemsList_toolbar__7LAmW{align-items:stretch;flex-direction:column}.SalesItemsList_toolbarLeft__bP2u9,.SalesItemsList_toolbarRight__x7uGx{width:100%}.SalesItemsList_toolbarRight__x7uGx{flex-wrap:wrap;justify-content:flex-start}.SalesItemsList_searchBox__XLQXp{width:100%}.SalesItemsList_bulkActionsBar__BneXM{align-items:flex-start;flex-direction:column;gap:10px}.SalesItemsList_bulkButtons__s6Str{flex-wrap:wrap}.SalesItemsList_cardsGrid__K5\+n8{grid-template-columns:1fr}.SalesItemsList_conditionRow__lM4O4{flex-wrap:wrap}.SalesItemsList_fieldSelect__4jcQR,.SalesItemsList_operatorSelect__z1s3I,.SalesItemsList_valueInput__BI7p7{min-width:100%}}@media (max-width:480px){.SalesItemsList_cardsGrid__K5\+n8,.SalesItemsList_statsRow__zEHnn{grid-template-columns:1fr}}.SalesItems_pageHeader__sS5mQ{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.SalesItems_headerLeft__0OEc9{align-items:center;display:flex;gap:16px}.SalesItems_backButton__ZVAeU{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.SalesItems_backButton__ZVAeU:hover{background:#f8fafc;color:#1a202c}.SalesItems_titleGroup__h09QV{display:flex;flex-direction:column;gap:4px}.SalesItems_pageTitle__aiEZK{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.SalesItems_pageTitle__aiEZK i{color:#ea580c;font-size:20px}.SalesItems_breadcrumb__fmu17{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.SalesItems_breadcrumb__fmu17 a{color:#ea580c;text-decoration:none}.SalesItems_breadcrumb__fmu17 a:hover{text-decoration:underline}.SalesItems_headerActions__AHbfp{align-items:center;display:flex;gap:8px}.SalesItems_btnIcon__1YrIF{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;position:relative;transition:all .2s;width:36px}.SalesItems_btnIcon__1YrIF.SalesItems_active__sfZV7,.SalesItems_btnIcon__1YrIF:hover{background:#fff7ed;border-color:#ea580c;color:#ea580c}.SalesItems_filterBadge__2KsRR{background:#ef4444;border-radius:50%;height:8px;position:absolute;right:-2px;top:-2px;width:8px}.SalesItems_btnPrimary__AGEK\+{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.SalesItems_btnPrimary__AGEK\+:hover{box-shadow:0 4px 12px #ea580c59;transform:translateY(-1px)}.SalesItems_btnSecondary__KbQxl{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.SalesItems_btnSecondary__KbQxl:hover{background:#f8fafc;border-color:#cbd5e1}.SalesItems_btnCancel__r0xWC{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.SalesItems_btnCancel__r0xWC:hover{background:#f8fafc}.SalesItems_btnSave__eE-f1{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.SalesItems_btnSave__eE-f1:hover{box-shadow:0 4px 12px #ea580c59}.SalesItems_btnSave__eE-f1:disabled{cursor:not-allowed;opacity:.6}.SalesItems_statsRow__ft64W{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.SalesItems_statCard__dzDav{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px;transition:all .2s}.SalesItems_statCard__dzDav:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.SalesItems_statIcon__NkgK4{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.SalesItems_statIcon__NkgK4.SalesItems_blue__56lji{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.SalesItems_statIcon__NkgK4.SalesItems_green__YXpI1{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#10b981}.SalesItems_statIcon__NkgK4.SalesItems_purple__s85af{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed}.SalesItems_statIcon__NkgK4.SalesItems_teal__X9Ele{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);color:#0d9488}.SalesItems_statIcon__NkgK4.SalesItems_orange__7rWct{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.SalesItems_statInfo__1ed8h{display:flex;flex-direction:column;gap:2px}.SalesItems_statLabel__2N88o{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.SalesItems_statValue__ulqLV{color:#1a202c;font-size:18px;font-weight:700;line-height:1}.SalesItems_filtersCard__RpsVW{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:16px;overflow:hidden}.SalesItems_filtersHeader__EalwW{align-items:center;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-bottom:1px solid #fed7aa;display:flex;justify-content:space-between;padding:12px 16px}.SalesItems_filtersHeader__EalwW h3{align-items:center;color:#9a3412;display:flex;font-size:13px;font-weight:600;gap:8px;margin:0}.SalesItems_clearAllBtn__1SKaT{align-items:center;background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px;padding:6px 12px}.SalesItems_filtersGrid__VzZHt{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:16px}.SalesItems_filterItem__c9KJ2{display:flex;flex-direction:column;gap:4px}.SalesItems_filterItem__c9KJ2 label{color:#64748b;font-size:10px;font-weight:600;text-transform:uppercase}.SalesItems_filterItem__c9KJ2 input,.SalesItems_filterItem__c9KJ2 select{border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px;transition:all .2s}.SalesItems_filterItem__c9KJ2 input:focus,.SalesItems_filterItem__c9KJ2 select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a;outline:none}.SalesItems_bulkPanel__x-R\+N{align-items:center;background:linear-gradient(135deg,#ea580c,#c2410c);border-radius:12px;color:#fff;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 16px}.SalesItems_bulkInfo__G\+0mA{align-items:center;display:flex;gap:10px}.SalesItems_bulkCount__YNd0y{background:#fff;border-radius:6px;color:#ea580c;font-size:14px;font-weight:700;padding:4px 10px}.SalesItems_bulkActions__bIlCc{align-items:center;display:flex;gap:8px}.SalesItems_bulkBtnClear__3C5-j{align-items:center;background:#ffffffe6;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s}.SalesItems_bulkBtnClear__3C5-j:hover{background:#fff}.SalesItems_card__PkiZ4{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.SalesItems_toolbar__nwSYD{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 16px}.SalesItems_toolbarLeft__FlC4F{align-items:center;display:flex;gap:12px}.SalesItems_toolbarRight__hLPtn{align-items:center;display:flex;gap:10px}.SalesItems_resultCount__KfZ4l{color:#374151;font-size:13px;font-weight:600}.SalesItems_filteredTag__nLpMU{align-items:center;background:#ffedd5;border-radius:4px;color:#9a3412;display:flex;font-size:11px;gap:4px;padding:3px 8px}.SalesItems_sortSelect__Dl7qD{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.SalesItems_tableWrapper__xIYAE{overflow-x:auto}.SalesItems_table__oFCKq{border-collapse:collapse;width:100%}.SalesItems_table__oFCKq th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.SalesItems_table__oFCKq td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px;vertical-align:middle}.SalesItems_table__oFCKq tbody tr:hover{background:#fff7ed}.SalesItems_selectedRow__VBuyh{background:#fff7ed!important}.SalesItems_productCell__5Kmhx{display:flex;flex-direction:column;gap:1px}.SalesItems_productName__ZX5R8{color:#1a202c;font-weight:500}.SalesItems_productCode__O3rCj{color:#64748b;font-family:monospace;font-size:11px}.SalesItems_invoiceLink__m\+xLQ{color:#ea580c;font-family:monospace;font-weight:500}.SalesItems_qty__Z33n2{background:#f1f5f9;border-radius:4px;font-weight:600;padding:2px 8px}.SalesItems_amount__t2rey{color:#0f766e;font-weight:600}.SalesItems_actions__n1I5A{display:flex;gap:4px}.SalesItems_actionBtn__UQxs5{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;transition:all .2s;width:28px}.SalesItems_actionBtn__UQxs5.SalesItems_view__DUSqT{background:#fff7ed;color:#ea580c}.SalesItems_actionBtn__UQxs5.SalesItems_view__DUSqT:hover{background:#ea580c;color:#fff}.SalesItems_actionBtn__UQxs5.SalesItems_edit__EF6Xd{background:#e0f2fe;color:#0369a1}.SalesItems_actionBtn__UQxs5.SalesItems_edit__EF6Xd:hover{background:#0369a1;color:#fff}.SalesItems_pagination__p\+F6m{align-items:center;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 16px}.SalesItems_pageInfo__3z4eq{color:#64748b;font-size:12px}.SalesItems_pageInfo__3z4eq strong{color:#1a202c}.SalesItems_pageControls__l-O0l{align-items:center;display:flex;gap:8px}.SalesItems_perPageSelect__OjXp2{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:5px 8px}.SalesItems_pageButtons__GibTb{align-items:center;display:flex;gap:4px}.SalesItems_pageBtn__t\+g\+W{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.SalesItems_pageBtn__t\+g\+W:hover:not(:disabled){background:#fff7ed;border-color:#ea580c;color:#ea580c}.SalesItems_pageBtn__t\+g\+W:disabled{cursor:not-allowed;opacity:.4}.SalesItems_pageNum__757eu{color:#64748b;font-size:12px;padding:0 8px}.SalesItems_viewCard__PIDw4{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.SalesItems_viewHeader__IIVel{align-items:center;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-bottom:1px solid #fed7aa;display:flex;gap:20px;padding:24px}.SalesItems_productIcon__AXcwj{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:16px;box-shadow:0 4px 12px #ea580c4d;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.SalesItems_productInfo__KUVdT h2{color:#1a202c;font-size:22px;font-weight:700;margin:0 0 4px}.SalesItems_productInfo__KUVdT .SalesItems_productCode__O3rCj{background:#fff;border-radius:4px;color:#64748b;display:inline-block;font-family:monospace;font-size:14px;margin-bottom:8px;padding:2px 10px}.SalesItems_categoryBadge__vOzKW{background:#ea580c;border-radius:12px;color:#fff;font-size:11px;font-weight:600;padding:4px 12px}.SalesItems_viewGrid__Od-kQ{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.SalesItems_viewSection__C3qBO{border-bottom:1px solid #f1f5f9;padding:24px}.SalesItems_viewSection__C3qBO:nth-child(odd){border-right:1px solid #f1f5f9}.SalesItems_viewSection__C3qBO h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.SalesItems_viewSection__C3qBO h4 i{color:#ea580c}.SalesItems_detailRow__Gw8wP{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:8px 0}.SalesItems_detailRow__Gw8wP:last-child{border-bottom:none}.SalesItems_detailRow__Gw8wP span:first-child{color:#64748b;font-size:13px}.SalesItems_detailRow__Gw8wP span:last-child{color:#1a202c;font-size:13px;font-weight:500}.SalesItems_invoiceLinkLarge__0Eayr{color:#ea580c;font-family:monospace;font-size:14px;font-weight:600;text-decoration:none}.SalesItems_invoiceLinkLarge__0Eayr:hover{text-decoration:underline}.SalesItems_qtyBadge__EOTSY{background:#ea580c;border-radius:6px;color:#fff;font-weight:700;padding:4px 12px}.SalesItems_viewTotals__ADZxg{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:16px;padding:24px}.SalesItems_totalBox__3Mfeh{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;flex:1 1;padding:16px;text-align:center}.SalesItems_totalBoxLabel__xdKSN{color:#64748b;display:block;font-size:11px;font-weight:600;margin-bottom:6px;text-transform:uppercase}.SalesItems_totalBoxValue__ynCGL{color:#1a202c;font-size:20px;font-weight:700}.SalesItems_totalBoxValue__ynCGL.SalesItems_highlight__kImb8{color:#ea580c}.SalesItems_profitBox__rw5Z\+{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.SalesItems_profitBox__rw5Z\+ .SalesItems_totalBoxValue__ynCGL{color:#16a34a}.SalesItems_lossBox__uhL\+F{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.SalesItems_lossBox__uhL\+F .SalesItems_totalBoxValue__ynCGL{color:#dc2626}.SalesItems_viewFooter__UdLPx{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding:16px 24px}.SalesItems_formCard__mvGk2{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;overflow:hidden}.SalesItems_formSection__SZUan{border-bottom:1px solid #f1f5f9;padding:24px}.SalesItems_formSection__SZUan:last-of-type{border-bottom:none}.SalesItems_formSection__SZUan h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 20px}.SalesItems_formSection__SZUan h3 i{color:#ea580c}.SalesItems_formGrid__Jd\+yd{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.SalesItems_formGroup__-gszL{display:flex;flex-direction:column;gap:6px}.SalesItems_formGroup__-gszL label{color:#374151;font-size:12px;font-weight:600}.SalesItems_formGroup__-gszL input,.SalesItems_formGroup__-gszL select{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px;transition:all .2s}.SalesItems_formGroup__-gszL input:focus,.SalesItems_formGroup__-gszL select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a;outline:none}.SalesItems_formFooter__tsa-T{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;justify-content:flex-end;padding:20px}.SalesItems_productInfoGrid__GirQy{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.SalesItems_productInfoItem__B4Mkw{background:#f8fafc;border-radius:8px;padding:12px 16px}.SalesItems_infoLabel__TiHkk{color:#64748b;display:block;font-size:10px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.SalesItems_infoValue__Q41zC{color:#1a202c;font-size:14px;font-weight:500}.SalesItems_totalsGrid__D41D-{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.SalesItems_totalItem__0Fm9y{background:#f8fafc;border-radius:10px;padding:16px;text-align:center}.SalesItems_totalLabel__zTOQ-{color:#64748b;display:block;font-size:11px;font-weight:600;margin-bottom:6px;text-transform:uppercase}.SalesItems_totalValue__Cg6VK{color:#1a202c;font-size:18px;font-weight:700}.SalesItems_totalItem__0Fm9y .SalesItems_discount__vY8QQ{color:#dc2626}.SalesItems_totalItem__0Fm9y.SalesItems_lineTotal__ncoQd{background:linear-gradient(135deg,#fff7ed,#ffedd5)}.SalesItems_totalItem__0Fm9y.SalesItems_lineTotal__ncoQd .SalesItems_totalValue__Cg6VK{color:#ea580c}.SalesItems_totalItem__0Fm9y.SalesItems_profitPositive__gD1fL{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.SalesItems_totalItem__0Fm9y.SalesItems_profitPositive__gD1fL .SalesItems_totalValue__Cg6VK{color:#16a34a}.SalesItems_totalItem__0Fm9y.SalesItems_profitNegative__Firo5{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.SalesItems_totalItem__0Fm9y.SalesItems_profitNegative__Firo5 .SalesItems_totalValue__Cg6VK{color:#dc2626}.SalesItems_loading__Q3k03{align-items:center;display:flex;justify-content:center;padding:60px 20px}.SalesItems_spinner__juCKq{animation:SalesItems_spin__zaD6y .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#ea580c;height:36px;width:36px}@keyframes SalesItems_spin__zaD6y{to{transform:rotate(1turn)}}.SalesItems_emptyState__zqrI1{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.SalesItems_emptyIcon__cuS-e{align-items:center;background:#fff7ed;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.SalesItems_emptyIcon__cuS-e i{color:#ea580c;font-size:24px}.SalesItems_emptyState__zqrI1 h3{color:#1a202c;font-size:16px;margin:0 0 4px}.SalesItems_emptyState__zqrI1 p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.SalesItems_statsRow__ft64W{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SalesItems_statsRow__ft64W{grid-template-columns:1fr}.SalesItems_pageHeader__sS5mQ{align-items:stretch;flex-direction:column}.SalesItems_bulkPanel__x-R\+N{flex-direction:column}.SalesItems_viewGrid__Od-kQ{grid-template-columns:1fr}.SalesItems_viewSection__C3qBO:nth-child(odd){border-right:none}.SalesItems_viewTotals__ADZxg{flex-direction:column}.SalesItems_formGrid__Jd\+yd,.SalesItems_productInfoGrid__GirQy{grid-template-columns:1fr}.SalesItems_totalsGrid__D41D-{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.SalesItems_totalsGrid__D41D-{grid-template-columns:1fr}}.CreditNotes_pageHeader__nvI0W{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.CreditNotes_headerLeft__r64GP{align-items:center;display:flex;gap:16px}.CreditNotes_pageTitle__lPywr{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.CreditNotes_pageTitle__lPywr i{color:#e11d48;font-size:20px}.CreditNotes_breadcrumb__wCAxV{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.CreditNotes_breadcrumb__wCAxV a{color:#e11d48;text-decoration:none}.CreditNotes_breadcrumb__wCAxV a:hover{text-decoration:underline}.CreditNotes_headerActions__dDgF\+{align-items:center;display:flex;gap:8px}.CreditNotes_btnIcon__eada9{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;transition:all .2s;width:36px}.CreditNotes_btnIcon__eada9.CreditNotes_active__XiM\+i,.CreditNotes_btnIcon__eada9:hover{background:#fff1f2;border-color:#e11d48;color:#e11d48}.CreditNotes_btnPrimary__vkQf9{align-items:center;background:linear-gradient(135deg,#f43f5e,#e11d48);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.CreditNotes_btnPrimary__vkQf9:hover{box-shadow:0 4px 12px #e11d4859}.CreditNotes_btnSecondary__74JHg{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.CreditNotes_btnSecondary__74JHg:hover{background:#f8fafc}.CreditNotes_statsRow__gDTWi{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.CreditNotes_statCard__1G7yF{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.CreditNotes_statCard__1G7yF:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.CreditNotes_statIcon__ZUB2T{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.CreditNotes_statIcon__ZUB2T.CreditNotes_rose__KH1IR{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#e11d48}.CreditNotes_statIcon__ZUB2T.CreditNotes_orange__Cd\+xc{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.CreditNotes_statIcon__ZUB2T.CreditNotes_green__MjMn2{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.CreditNotes_statIcon__ZUB2T.CreditNotes_blue__trYua{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.CreditNotes_statInfo__hsHgr{display:flex;flex-direction:column;gap:2px}.CreditNotes_statLabel__BRDMZ{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.CreditNotes_statValue__qoenp{color:#1a202c;font-size:18px;font-weight:700}.CreditNotes_card__TQUAT{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.CreditNotes_toolbar__CfIbv{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:12px 16px}.CreditNotes_toolbarLeft__MPUl-,.CreditNotes_toolbar__CfIbv{align-items:center;display:flex;gap:12px}.CreditNotes_toolbarRight__KAWRo{align-items:center;display:flex;gap:10px}.CreditNotes_searchBox__IaHpx{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.CreditNotes_searchBox__IaHpx:focus-within{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.CreditNotes_searchBox__IaHpx i{color:#94a3b8;font-size:13px}.CreditNotes_searchBox__IaHpx input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.CreditNotes_toolbarBtn__LFrux{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s;white-space:nowrap}.CreditNotes_toolbarBtn__LFrux.CreditNotes_active__XiM\+i,.CreditNotes_toolbarBtn__LFrux:hover{background:#fff1f2;border-color:#e11d48;color:#e11d48}.CreditNotes_toolbarSelect__qt\+B1{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.CreditNotes_badge__wIHlN{background:#e11d48;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.CreditNotes_layoutToggle__B0bGD{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.CreditNotes_layoutToggle__B0bGD button{background:#fff;border:none;color:#64748b;cursor:pointer;font-size:12px;padding:7px 10px}.CreditNotes_layoutToggle__B0bGD button:first-child{border-right:1px solid #e2e8f0}.CreditNotes_layoutToggle__B0bGD button.CreditNotes_active__XiM\+i{background:#e11d48;color:#fff}.CreditNotes_dropdownWrapper__U\+ILh{position:relative}.CreditNotes_dropdownMenu__NKy7h{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.CreditNotes_dropdownHeader__f450k{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.CreditNotes_dropdownItem__ywn\+K{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.CreditNotes_dropdownItem__ywn\+K:hover{background:#fff1f2}.CreditNotes_dropdownItem__ywn\+K i{color:#e11d48;width:16px}.CreditNotes_dropdownItem__ywn\+K span{flex:1 1}.CreditNotes_dropdownItem__ywn\+K button{background:none;border:none;color:#94a3b8;cursor:pointer}.CreditNotes_dropdownEmpty__NVbIf{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.CreditNotes_dropdownFooter__IyxNZ{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.CreditNotes_dropdownFooter__IyxNZ button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.CreditNotes_checkboxItem__0buMb{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.CreditNotes_checkboxItem__0buMb:hover{background:#f8fafc}.CreditNotes_checkboxItem__0buMb input{accent-color:#e11d48}.CreditNotes_checkboxItem__0buMb span{color:#334155;font-size:13px}.CreditNotes_filterPanel__sSspJ{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.CreditNotes_filterGroup__0GbEj{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.CreditNotes_filterGroup__0GbEj.CreditNotes_subgroup__vJaO-{border-left:3px solid #e11d48;margin-left:24px;margin-top:12px}.CreditNotes_subgroupHeader__jlL-t{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.CreditNotes_subgroupHeader__jlL-t span{color:#64748b;font-size:12px}.CreditNotes_removeSubgroupBtn__NFtpS{background:none;border:none;color:#94a3b8;cursor:pointer}.CreditNotes_conditionsList__I394S{display:flex;flex-direction:column;gap:8px}.CreditNotes_conditionRow__wxloJ{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.CreditNotes_conditionHandle__VRLyj{color:#cbd5e1;cursor:grab;padding:4px}.CreditNotes_whereLabel__7vpx7{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.CreditNotes_logicLabel__YCbDa{background:#fff1f2;border-radius:4px;color:#e11d48;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.CreditNotes_fieldSelect__\+1rtF,.CreditNotes_operatorSelect__nySB4,.CreditNotes_valueInput__Zav6O,.CreditNotes_valueSelect__TUxyP{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.CreditNotes_fieldSelect__\+1rtF{min-width:140px}.CreditNotes_operatorSelect__nySB4{min-width:100px}.CreditNotes_valueInput__Zav6O{flex:1 1;min-width:120px}.CreditNotes_valueSelect__TUxyP{min-width:120px}.CreditNotes_fieldSelect__\+1rtF:focus,.CreditNotes_operatorSelect__nySB4:focus,.CreditNotes_valueInput__Zav6O:focus,.CreditNotes_valueSelect__TUxyP:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a;outline:none}.CreditNotes_removeBtn__biQnl{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.CreditNotes_removeBtn__biQnl:hover{background:#fee2e2;color:#ef4444}.CreditNotes_subgroupsContainer__ZJ9mU{margin-top:12px}.CreditNotes_groupActions__OHWej{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.CreditNotes_logicToggle__LDbRO{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.CreditNotes_logicBtn__j\+gli{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.CreditNotes_logicBtn__j\+gli.CreditNotes_active__XiM\+i{background:#e11d48;color:#fff}.CreditNotes_addConditionBtn__PWtYx,.CreditNotes_addSubgroupBtn__rA4xE{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.CreditNotes_addConditionBtn__PWtYx:hover,.CreditNotes_addSubgroupBtn__rA4xE:hover{background:#fff1f2;border-color:#e11d48;color:#e11d48}.CreditNotes_filterPanelFooter__VwvM4{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.CreditNotes_addGroupBtn__pjQMT{align-items:center;background:#fff1f2;border:1px dashed #e11d48;border-radius:6px;color:#e11d48;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.CreditNotes_clearAllBtn__EDGFD{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.CreditNotes_bulkActionsBar__pO1fW{align-items:center;background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.CreditNotes_bulkInfo__5JlZr{align-items:center;display:flex;gap:12px}.CreditNotes_bulkInfo__5JlZr span{font-size:13px;font-weight:500}.CreditNotes_clearSelectionBtn__ODb0i{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.CreditNotes_bulkButtons__OTRUT{display:flex;gap:8px}.CreditNotes_bulkButtons__OTRUT button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.CreditNotes_bulkButtons__OTRUT .CreditNotes_dangerBtn__JzFqE{background:#fef2f2;color:#dc2626}.CreditNotes_trashBanner__aBb69{align-items:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-bottom:1px solid #fecaca;color:#be123c;display:flex;font-size:13px;font-weight:500;gap:8px;padding:12px 16px}.CreditNotes_resultsBar__CbBl5{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.CreditNotes_tableGroup__nAmbC{margin-bottom:0}.CreditNotes_groupHeader__YK9gq{align-items:center;background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-bottom:1px solid #fecdd3;display:flex;gap:10px;padding:12px 16px}.CreditNotes_groupHeader__YK9gq span:first-child{color:#be123c;font-weight:600}.CreditNotes_groupCount__5VKpr{background:#e11d48;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.CreditNotes_tableWrapper__tNy8B{overflow-x:auto}.CreditNotes_table__\+2iMH{border-collapse:collapse;width:100%}.CreditNotes_table__\+2iMH th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.CreditNotes_table__\+2iMH td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.CreditNotes_table__\+2iMH tbody tr:hover{background:#fff1f2}.CreditNotes_selectedRow__u0PfP{background:#fff1f2!important}.CreditNotes_cnNumber__7\+yeE{color:#e11d48;font-family:monospace;font-weight:600}.CreditNotes_invoiceLink__ME2b\+{color:#0891b2;font-family:monospace;font-weight:500}.CreditNotes_amount__BEqZ3{color:#be123c;font-weight:600}.CreditNotes_reasonText__EK1Fk{color:#64748b;font-size:12px}.CreditNotes_typeBadge__6Kh6i{background:#f1f5f9;border-radius:4px;color:#475569;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.CreditNotes_trashedBadge__5ii-i{background:#fee2e2;border-radius:4px;color:#dc2626;font-size:9px;margin-left:6px;padding:2px 6px}.CreditNotes_statusBadge__O3AUB{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;text-transform:capitalize}.CreditNotes_statusApproved__rAtd5{background:#dcfce7;color:#16a34a}.CreditNotes_statusPending__thM26{background:#fef3c7;color:#d97706}.CreditNotes_statusRejected__EYwUO{background:#fee2e2;color:#dc2626}.CreditNotes_statusDefault__fBC4r,.CreditNotes_statusDraft__XOZeB{background:#f1f5f9;color:#64748b}.CreditNotes_refundBadge__NCYf1{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.CreditNotes_refundCompleted__V\+viQ{background:#dcfce7;color:#16a34a}.CreditNotes_refundProcessing__p5q5Q{background:#dbeafe;color:#2563eb}.CreditNotes_refundPending__KNz0J{background:#fef3c7;color:#d97706}.CreditNotes_refundFailed__IPg\+g{background:#fee2e2;color:#dc2626}.CreditNotes_refundDefault__nzWxV{background:#f1f5f9;color:#64748b}.CreditNotes_actions__wLg6p{display:flex;gap:4px}.CreditNotes_actionBtn__Kz7l9{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;transition:all .2s;width:28px}.CreditNotes_actionBtn__Kz7l9.CreditNotes_view__gpOhi{background:#fff1f2;color:#e11d48}.CreditNotes_actionBtn__Kz7l9.CreditNotes_view__gpOhi:hover{background:#e11d48;color:#fff}.CreditNotes_actionBtn__Kz7l9.CreditNotes_edit__lWjVf{background:#e0f2fe;color:#0369a1}.CreditNotes_actionBtn__Kz7l9.CreditNotes_edit__lWjVf:hover{background:#0369a1;color:#fff}.CreditNotes_actionBtn__Kz7l9.CreditNotes_delete__ks12A{background:#fee2e2;color:#dc2626}.CreditNotes_actionBtn__Kz7l9.CreditNotes_delete__ks12A:hover{background:#dc2626;color:#fff}.CreditNotes_actionBtn__Kz7l9.CreditNotes_restore__5jOze{background:#dcfce7;color:#16a34a}.CreditNotes_actionBtn__Kz7l9.CreditNotes_restore__5jOze:hover{background:#16a34a;color:#fff}.CreditNotes_cardsGroup__fsRjX{margin-bottom:0}.CreditNotes_cardsGrid__3v0OQ{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.CreditNotes_cnCard__LPsXF{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.CreditNotes_cnCard__LPsXF:hover{border-color:#e11d48;box-shadow:0 4px 12px #e11d4826;transform:translateY(-2px)}.CreditNotes_cnCard__LPsXF.CreditNotes_selected__gdIIt{background:#fff1f2;border-color:#e11d48}.CreditNotes_cardHeader__tQ5Zw{align-items:center;background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-bottom:1px solid #fecdd3;display:flex;justify-content:space-between;padding:12px}.CreditNotes_cardLogo__hEi4K{align-items:center;background:linear-gradient(135deg,#f43f5e,#e11d48);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.CreditNotes_cardBody__y0FAc{padding:14px}.CreditNotes_cardBody__y0FAc h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.CreditNotes_cardInvoice__Cp7fk{color:#0891b2;font-family:monospace;font-size:12px}.CreditNotes_cardMeta__toUFq{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.CreditNotes_cardMeta__toUFq i{color:#e11d48;margin-right:4px}.CreditNotes_cardAmount__\+MKlB{color:#e11d48;font-size:18px;font-weight:700}.CreditNotes_cardFooter__LCP\+j{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.CreditNotes_cardActions__IJJSP{display:flex;gap:6px}.CreditNotes_cardActions__IJJSP button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.CreditNotes_cardActions__IJJSP button:hover{background:#e11d48;color:#fff}.CreditNotes_pagination__hZp6o{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.CreditNotes_pageInfo__Pd3MR{color:#64748b;font-size:13px}.CreditNotes_pageInfo__Pd3MR strong{color:#1a202c}.CreditNotes_pageControls__87y7H{align-items:center;display:flex;gap:12px}.CreditNotes_perPageSelect__QSiB5{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.CreditNotes_pageButtons__l4\+Me{align-items:center;display:flex;gap:4px}.CreditNotes_pageBtn__gn5v0{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.CreditNotes_pageBtn__gn5v0:hover:not(:disabled){background:#fff1f2;border-color:#e11d48;color:#e11d48}.CreditNotes_pageBtn__gn5v0:disabled{cursor:not-allowed;opacity:.4}.CreditNotes_pageNum__ve1ZM{color:#64748b;font-size:12px;padding:0 8px}.CreditNotes_modalOverlay__NrZ-m{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.CreditNotes_modal__Y7eg7{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.CreditNotes_modalHeader__GUaKU{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.CreditNotes_modalHeader__GUaKU h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.CreditNotes_modalHeader__GUaKU button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.CreditNotes_modalBody__xjlwU{padding:20px}.CreditNotes_formGroup__4iX7G{display:flex;flex-direction:column;gap:6px}.CreditNotes_formGroup__4iX7G label{color:#374151;font-size:12px;font-weight:600}.CreditNotes_formGroup__4iX7G input{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.CreditNotes_formGroup__4iX7G input:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a;outline:none}.CreditNotes_hint__UfMLF{color:#64748b;font-size:12px;margin:12px 0 0}.CreditNotes_modalFooter__FbuuF{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.CreditNotes_loading__gRTy1{align-items:center;display:flex;justify-content:center;padding:60px 20px}.CreditNotes_spinner__WS5yF{animation:CreditNotes_spin__gcC4C .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#e11d48;height:44px;width:44px}@keyframes CreditNotes_spin__gcC4C{to{transform:rotate(1turn)}}.CreditNotes_emptyState__r9cqd{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.CreditNotes_emptyIcon__s6iKw{align-items:center;background:#fff1f2;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.CreditNotes_emptyIcon__s6iKw i{color:#e11d48;font-size:24px}.CreditNotes_emptyState__r9cqd h3{color:#1a202c;font-size:16px;margin:0 0 4px}.CreditNotes_emptyState__r9cqd p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.CreditNotes_statsRow__gDTWi{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CreditNotes_statsRow__gDTWi{grid-template-columns:1fr}.CreditNotes_pageHeader__nvI0W{align-items:stretch;flex-direction:column}.CreditNotes_headerLeft__r64GP{align-items:flex-start;flex-direction:column;gap:12px}.CreditNotes_toolbar__CfIbv{align-items:stretch;flex-direction:column}.CreditNotes_toolbarRight__KAWRo{flex-wrap:wrap}}.CreditNoteView_pageHeader__zxX8h{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.CreditNoteView_headerLeft__j142H{align-items:center;display:flex;gap:16px}.CreditNoteView_backButton__6pxRm{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.CreditNoteView_backButton__6pxRm:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.CreditNoteView_pageTitle__2DPep{align-items:center;color:#1a202c;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.CreditNoteView_breadcrumb__vQh3h{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.CreditNoteView_breadcrumb__vQh3h a{color:#e11d48;text-decoration:none}.CreditNoteView_breadcrumb__vQh3h a:hover{text-decoration:underline}.CreditNoteView_breadcrumb__vQh3h span{color:#94a3b8}.CreditNoteView_headerActions__3oykJ{align-items:center;display:flex;gap:10px}.CreditNoteView_btnSecondary__LrmNN{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s}.CreditNoteView_btnSecondary__LrmNN:hover{background:#f8fafc;border-color:#cbd5e1}.CreditNoteView_btnDanger__Kj0d2{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.CreditNoteView_btnDanger__Kj0d2:hover{box-shadow:0 4px 12px #ef444459;transform:translateY(-1px)}.CreditNoteView_btnPrimary__P0qKf{align-items:center;background:linear-gradient(135deg,#f43f5e,#e11d48);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none}.CreditNoteView_btnPrimary__P0qKf:hover{box-shadow:0 4px 12px #e11d4859;transform:translateY(-1px)}.CreditNoteView_statsRow__mpUbV{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.CreditNoteView_statCard__6YASV{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.CreditNoteView_statCard__6YASV:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.CreditNoteView_statIcon__Wki9C{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.CreditNoteView_statIcon__Wki9C.CreditNoteView_blue__GQKlb{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.CreditNoteView_statIcon__Wki9C.CreditNoteView_rose__pkxq7{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#e11d48}.CreditNoteView_statIcon__Wki9C.CreditNoteView_green__PGnTw{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.CreditNoteView_statIcon__Wki9C.CreditNoteView_orange__qif9V{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#f97316}.CreditNoteView_statInfo__nAccA{display:flex;flex-direction:column;gap:2px}.CreditNoteView_statValue__OwnXD{color:#1a202c;font-size:26px;font-weight:700;line-height:1}.CreditNoteView_statLabel__AW6Y1{color:#64748b;font-size:13px;font-weight:500}.CreditNoteView_card__71cHN{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.CreditNoteView_tabsNav__Pz\+tO{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:4px;padding:16px 24px}.CreditNoteView_tabBtn__6qo3B{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.CreditNoteView_tabBtn__6qo3B:hover{background:#fff;color:#1a202c}.CreditNoteView_tabBtn__6qo3B i{font-size:15px}.CreditNoteView_tabBtn__6qo3B.CreditNoteView_active__0Blrl{background:#fff;box-shadow:0 2px 8px #00000014;color:#e11d48}.CreditNoteView_detailsContent__VKY3I{padding:0}.CreditNoteView_detailsGrid__TrQ7n{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.CreditNoteView_detailGroup__DuHDP{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:12px 0}.CreditNoteView_detailGroup__DuHDP:last-child{border-bottom:none}.CreditNoteView_detailLabel__RED1O{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.CreditNoteView_detailValue__RMsJQ{color:#1a202c;font-size:15px;font-weight:500}.CreditNoteView_detailValue__RMsJQ a{color:#e11d48;font-weight:600;text-decoration:none}.CreditNoteView_detailValue__RMsJQ a:hover{text-decoration:underline}.CreditNoteView_invoiceLinkLarge__xjevW{color:#0891b2;font-family:monospace;font-size:14px;font-weight:600;text-decoration:none}.CreditNoteView_invoiceLinkLarge__xjevW:hover{text-decoration:underline}.CreditNoteView_statusBadge__Jm745{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:5px 12px}.CreditNoteView_statusApproved__KWl4s{background:#dcfce7;color:#166534}.CreditNoteView_statusApproved__KWl4s:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.CreditNoteView_statusPending__pX-nf{background:#fef3c7;color:#92400e}.CreditNoteView_statusRejected__9oAj5{background:#fee2e2;color:#991b1b}.CreditNoteView_statusDefault__U6HTk,.CreditNoteView_statusDraft__y3C2S{background:#f1f5f9;color:#64748b}.CreditNoteView_typeBadge__\+ZGm3{background:#e0f2fe;border-radius:8px;color:#0369a1;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px;text-transform:capitalize}.CreditNoteView_refundBadge__cvzAb{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.CreditNoteView_refundCompleted__\+pgS8{background:#dcfce7;color:#16a34a}.CreditNoteView_refundProcessing__L-mj3{background:#dbeafe;color:#2563eb}.CreditNoteView_refundPending__Q6cFf{background:#fef3c7;color:#d97706}.CreditNoteView_refundFailed__xa4e7{background:#fee2e2;color:#dc2626}.CreditNoteView_refundDefault__srk-u{background:#f1f5f9;color:#64748b}.CreditNoteView_reasonSection__ISJZB{border-bottom:1px solid #f1f5f9;padding:24px}.CreditNoteView_reasonSection__ISJZB h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.CreditNoteView_reasonSection__ISJZB h4 i{color:#e11d48}.CreditNoteView_reasonSection__ISJZB p{background:#f8fafc;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;margin:0;padding:14px}.CreditNoteView_itemsContent__TZ78W{padding:24px}.CreditNoteView_itemsTableWrapper__C-Puc{overflow-x:auto}.CreditNoteView_itemsTable__r1ru3{border-collapse:collapse;width:100%}.CreditNoteView_itemsTable__r1ru3 th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase}.CreditNoteView_itemsTable__r1ru3 td{border-bottom:1px solid #f1f5f9;font-size:13px;padding:10px 12px}.CreditNoteView_productCell__GrkGT{display:flex;flex-direction:column;gap:2px}.CreditNoteView_productName__cE6mx{color:#1a202c;font-weight:500}.CreditNoteView_productCode__mAiRP{color:#64748b;font-family:monospace;font-size:11px}.CreditNoteView_qtyBadge__odGP7{background:#e11d48;border-radius:6px;color:#fff;font-size:12px;font-weight:600;padding:3px 10px}.CreditNoteView_itemAmount__ZjvQ7{color:#be123c;font-weight:600}.CreditNoteView_itemReason__38vqz{color:#64748b;font-size:12px}.CreditNoteView_timelineContent__YNC01{padding:24px}.CreditNoteView_timeline__YUmkJ{display:flex;flex-direction:column;gap:20px}.CreditNoteView_timelineItem__NiprZ{align-items:flex-start;display:flex;gap:14px}.CreditNoteView_timelineDot__DokyO{border-radius:50%;flex-shrink:0;height:14px;margin-top:4px;width:14px}.CreditNoteView_timelineDot__DokyO.CreditNoteView_created__7pPky{background:#94a3b8}.CreditNoteView_timelineDot__DokyO.CreditNoteView_approved__2gv5A{background:#16a34a}.CreditNoteView_timelineDot__DokyO.CreditNoteView_rejected__dnk9C{background:#dc2626}.CreditNoteView_timelineDot__DokyO.CreditNoteView_processing__EKlIK{background:#2563eb}.CreditNoteView_timelineDot__DokyO.CreditNoteView_refunded__HteUe{background:#3b82f6}.CreditNoteView_timelineBody__UqIrE{flex:1 1}.CreditNoteView_timelineLabel__xFZKg{color:#1a202c;display:block;font-size:14px;font-weight:500}.CreditNoteView_timelineDate__MqRgu{color:#64748b;font-size:12px}.CreditNoteView_timelineReason__-f1kJ{background:#fef2f2;border-radius:4px;color:#dc2626;display:inline-block;font-size:12px;margin-top:6px;padding:6px 10px}.CreditNoteView_emptyState__VHEau{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.CreditNoteView_emptyIcon__rEajn{align-items:center;background:#fff1f2;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.CreditNoteView_emptyIcon__rEajn i{color:#e11d48;font-size:24px}.CreditNoteView_emptyState__VHEau h3{color:#1a202c;font-size:18px;margin:0 0 16px}.CreditNoteView_emptyState__VHEau p{color:#64748b;font-size:14px;margin:0}.CreditNoteView_loading__9V9Wp{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.CreditNoteView_spinner__Wra9u{animation:CreditNoteView_spin__GIXvL .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#e11d48;height:44px;width:44px}@keyframes CreditNoteView_spin__GIXvL{to{transform:rotate(1turn)}}@media (max-width:1024px){.CreditNoteView_statsRow__mpUbV{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CreditNoteView_statsRow__mpUbV{grid-template-columns:1fr}.CreditNoteView_pageHeader__zxX8h{align-items:stretch;flex-direction:column}.CreditNoteView_headerLeft__j142H{align-items:flex-start;flex-direction:column;gap:12px}.CreditNoteView_headerActions__3oykJ{justify-content:flex-start}.CreditNoteView_tabsNav__Pz\+tO{flex-wrap:wrap;padding:12px 16px}.CreditNoteView_tabBtn__6qo3B{padding:10px 16px}.CreditNoteView_detailsGrid__TrQ7n{grid-template-columns:1fr}}.CreditNoteForm_pageHeader__HlnSx{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.CreditNoteForm_headerLeft__nkeX2{align-items:center;display:flex;gap:14px}.CreditNoteForm_backButton__YoqJJ{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.CreditNoteForm_backButton__YoqJJ:hover{background:#f8fafc;color:#1a202c}.CreditNoteForm_titleGroup__2uVMN{display:flex;flex-direction:column;gap:2px}.CreditNoteForm_pageTitle__1OT2x{color:#1a202c;font-size:22px;font-weight:700;margin:0}.CreditNoteForm_breadcrumb__KV\+3\+{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.CreditNoteForm_breadcrumb__KV\+3\+ a{color:#e11d48;text-decoration:none}.CreditNoteForm_breadcrumb__KV\+3\+ a:hover{text-decoration:underline}.CreditNoteForm_codeTag__BG55t{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#059669;display:flex;font-family:monospace;font-size:13px;font-weight:600;gap:8px;padding:8px 16px}.CreditNoteForm_codeTag__BG55t i{color:#059669}.CreditNoteForm_twoColumnLayout__C8uFv{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 380px;margin-bottom:16px}.CreditNoteForm_columnLeft__bAyC9,.CreditNoteForm_columnRight__VrOqc{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;padding:20px}.CreditNoteForm_sectionHeader__nE4Zn{align-items:center;border-bottom:1px solid #f1f5f9;color:#1a202c;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0 0 16px;padding-bottom:12px}.CreditNoteForm_sectionHeader__nE4Zn i{color:#e11d48;font-size:15px}.CreditNoteForm_fieldRow__Jq8\+s{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:14px}.CreditNoteForm_field__vglGr{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.CreditNoteForm_fieldFull__KoIWX{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.CreditNoteForm_fieldFull__KoIWX label,.CreditNoteForm_field__vglGr label{color:#374151;font-size:12px;font-weight:600}.CreditNoteForm_req__xfaeL{color:#ef4444}.CreditNoteForm_hint__wzoHm{color:#94a3b8;font-size:11px;font-style:italic;margin-top:2px}.CreditNoteForm_fieldFull__KoIWX input,.CreditNoteForm_fieldFull__KoIWX select,.CreditNoteForm_fieldFull__KoIWX textarea,.CreditNoteForm_field__vglGr input,.CreditNoteForm_field__vglGr select,.CreditNoteForm_field__vglGr textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:13px;padding:9px 12px;transition:all .2s;width:100%}.CreditNoteForm_fieldFull__KoIWX input:focus,.CreditNoteForm_fieldFull__KoIWX select:focus,.CreditNoteForm_fieldFull__KoIWX textarea:focus,.CreditNoteForm_field__vglGr input:focus,.CreditNoteForm_field__vglGr select:focus,.CreditNoteForm_field__vglGr textarea:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d4814;outline:none}.CreditNoteForm_fieldFull__KoIWX textarea,.CreditNoteForm_field__vglGr textarea{min-height:60px;resize:vertical}.CreditNoteForm_fieldFull__KoIWX select,.CreditNoteForm_field__vglGr select{cursor:pointer}.CreditNoteForm_readOnly__5UGxl{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;padding:9px 12px}.CreditNoteForm_readOnly__5UGxl a{color:#0891b2;font-weight:600;text-decoration:none}.CreditNoteForm_readOnly__5UGxl a:hover{text-decoration:underline}.CreditNoteForm_totalsSummary__kLqKn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:8px;padding:14px}.CreditNoteForm_totalLine__fMSEI{border-bottom:1px solid #e2e8f0;color:#475569;display:flex;font-size:13px;justify-content:space-between;padding:8px 0}.CreditNoteForm_totalLine__fMSEI:last-child{border-bottom:none}.CreditNoteForm_totalHighlight__9o7mW{color:#1a202c;font-size:15px;font-weight:700}.CreditNoteForm_totalHighlight__9o7mW span:last-child{color:#e11d48}.CreditNoteForm_itemsCard__YDt8H{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;padding:20px}.CreditNoteForm_itemsTableWrap__RKBV6{overflow-x:auto}.CreditNoteForm_itemsTable__iokk2{border-collapse:collapse;width:100%}.CreditNoteForm_itemsTable__iokk2 th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:8px 10px;text-align:left;text-transform:uppercase}.CreditNoteForm_itemsTable__iokk2 td{border-bottom:1px solid #f1f5f9;font-size:13px;padding:8px 10px;vertical-align:middle}.CreditNoteForm_itemsTable__iokk2 td input{border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;font-size:13px;padding:7px 10px;width:100%}.CreditNoteForm_itemsTable__iokk2 td input:focus{border-color:#e11d48;outline:none}.CreditNoteForm_prodName__fN1D\+{color:#1a202c;display:block;font-weight:500}.CreditNoteForm_prodCode__5DaKl{color:#64748b;font-family:monospace;font-size:11px}.CreditNoteForm_amtCell__38iIK{color:#be123c;font-weight:600;white-space:nowrap}.CreditNoteForm_formActions__nbgVO{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.CreditNoteForm_btnCancel__PaPn8{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.CreditNoteForm_btnCancel__PaPn8:hover{background:#f8fafc}.CreditNoteForm_btnCancel__PaPn8:disabled{cursor:not-allowed;opacity:.5}.CreditNoteForm_btnSubmit__hlm76{align-items:center;background:linear-gradient(135deg,#f43f5e,#e11d48);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 24px;transition:all .2s}.CreditNoteForm_btnSubmit__hlm76:hover{box-shadow:0 4px 12px #e11d4859}.CreditNoteForm_btnSubmit__hlm76:disabled{cursor:not-allowed;opacity:.6}.CreditNoteForm_btnApprove__MHQVy{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 24px;transition:all .2s}.CreditNoteForm_btnApprove__MHQVy:hover{box-shadow:0 4px 12px #16a34a59}.CreditNoteForm_btnApprove__MHQVy:disabled{cursor:not-allowed;opacity:.6}.CreditNoteForm_btnSpinner__mt6yT{animation:CreditNoteForm_spin__Q9ApA .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}@keyframes CreditNoteForm_spin__Q9ApA{to{transform:rotate(1turn)}}.CreditNoteForm_loading__7-GRm{align-items:center;display:flex;justify-content:center;padding:60px 20px}.CreditNoteForm_spinner__6fNAS{animation:CreditNoteForm_spin__Q9ApA .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#e11d48;height:40px;width:40px}.CreditNoteForm_emptyState__l6kzH{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.CreditNoteForm_emptyIcon__vpJwa{align-items:center;background:#fff1f2;border-radius:50%;display:flex;height:56px;justify-content:center;margin-bottom:12px;width:56px}.CreditNoteForm_emptyIcon__vpJwa i{color:#e11d48;font-size:22px}.CreditNoteForm_emptyState__l6kzH h3{color:#1a202c;font-size:16px;margin:0 0 12px}@media (max-width:900px){.CreditNoteForm_fieldRow__Jq8\+s,.CreditNoteForm_twoColumnLayout__C8uFv{grid-template-columns:1fr}.CreditNoteForm_pageHeader__HlnSx{flex-direction:column;gap:12px}.CreditNoteForm_formActions__nbgVO{flex-direction:column}.CreditNoteForm_formActions__nbgVO button{justify-content:center;width:100%}}.DeliveryNotes_pageHeader__QPNMA{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.DeliveryNotes_headerLeft__FJQbV{align-items:center;display:flex;gap:16px}.DeliveryNotes_backButton__p9LOi{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;width:42px}.DeliveryNotes_backButton__p9LOi:hover{background:#f8fafc;color:#1a202c}.DeliveryNotes_titleGroup__olVDG{display:flex;flex-direction:column;gap:4px}.DeliveryNotes_pageTitle__XANl7{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.DeliveryNotes_pageTitle__XANl7 i{color:#4f46e5;font-size:20px}.DeliveryNotes_breadcrumb__nJZ4C{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.DeliveryNotes_breadcrumb__nJZ4C a{color:#4f46e5;text-decoration:none}.DeliveryNotes_breadcrumb__nJZ4C a:hover{text-decoration:underline}.DeliveryNotes_headerActions__CaSiL{align-items:center;display:flex;gap:8px}.DeliveryNotes_deliveredBadge__hwi1D{align-items:center;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:8px;color:#16a34a;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.DeliveryNotes_btnIcon__N\+o9d{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;width:36px}.DeliveryNotes_btnIcon__N\+o9d.DeliveryNotes_active__TcGXE,.DeliveryNotes_btnIcon__N\+o9d:hover{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.DeliveryNotes_btnPrimary__BQs37{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.DeliveryNotes_btnPrimary__BQs37:hover{box-shadow:0 4px 12px #4f46e559}.DeliveryNotes_btnSecondary__-0nCU{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.DeliveryNotes_btnSecondary__-0nCU:hover{background:#f8fafc}.DeliveryNotes_btnCancel__ayGQg{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.DeliveryNotes_btnSave__BTUlF{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.DeliveryNotes_btnSave__BTUlF:disabled{cursor:not-allowed;opacity:.6}.DeliveryNotes_btnApprove__5dlBF{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.DeliveryNotes_btnApprove__5dlBF:disabled{cursor:not-allowed;opacity:.6}.DeliveryNotes_statsRow__LcPCU{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.DeliveryNotes_statCard__zjh90{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px}.DeliveryNotes_statIcon__4vS-F{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.DeliveryNotes_statIcon__4vS-F.DeliveryNotes_indigo__aUIUj{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5}.DeliveryNotes_statIcon__4vS-F.DeliveryNotes_orange__IT-Xv{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.DeliveryNotes_statIcon__4vS-F.DeliveryNotes_blue__7wM7R{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.DeliveryNotes_statIcon__4vS-F.DeliveryNotes_green__rY86A{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.DeliveryNotes_statInfo__SryRj{display:flex;flex-direction:column;gap:2px}.DeliveryNotes_statLabel__dNOBq{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.DeliveryNotes_statValue__ISAmT{color:#1a202c;font-size:18px;font-weight:700}.DeliveryNotes_card__\+8SAz{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.DeliveryNotes_toolbar__C6Lde{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.DeliveryNotes_toolbarLeft__9jBkw{align-items:center;display:flex;flex-shrink:0;gap:12px}.DeliveryNotes_toolbarRight__rBc9a{align-items:center;display:flex;flex-wrap:nowrap;gap:10px}.DeliveryNotes_searchBox__l1mpa{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.DeliveryNotes_searchBox__l1mpa:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.DeliveryNotes_searchBox__l1mpa i{color:#94a3b8;font-size:13px}.DeliveryNotes_searchBox__l1mpa input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.DeliveryNotes_toolbarBtn__5oF\+D{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;white-space:nowrap}.DeliveryNotes_toolbarBtn__5oF\+D.DeliveryNotes_active__TcGXE,.DeliveryNotes_toolbarBtn__5oF\+D:hover{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.DeliveryNotes_toolbarSelect__\+6pzH{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.DeliveryNotes_badge__vcpoF{background:#4f46e5;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.DeliveryNotes_layoutToggle__tW8Bj{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.DeliveryNotes_layoutToggle__tW8Bj button{background:#fff;border:none;color:#64748b;cursor:pointer;padding:7px 10px}.DeliveryNotes_layoutToggle__tW8Bj button:first-child{border-right:1px solid #e2e8f0}.DeliveryNotes_layoutToggle__tW8Bj button.DeliveryNotes_active__TcGXE{background:#4f46e5;color:#fff}.DeliveryNotes_dropdownWrapper__HTyLA{position:relative}.DeliveryNotes_dropdownMenu__neAOZ{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.DeliveryNotes_dropdownHeader__ZSHDQ{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.DeliveryNotes_dropdownItem__RSQsW{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.DeliveryNotes_dropdownItem__RSQsW:hover{background:#eef2ff}.DeliveryNotes_dropdownItem__RSQsW i{color:#4f46e5;width:16px}.DeliveryNotes_dropdownItem__RSQsW span{flex:1 1}.DeliveryNotes_dropdownItem__RSQsW button{background:none;border:none;color:#94a3b8;cursor:pointer}.DeliveryNotes_dropdownEmpty__CyqhV{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.DeliveryNotes_dropdownFooter__Otxjo{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.DeliveryNotes_dropdownFooter__Otxjo button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.DeliveryNotes_checkboxItem__JilnR{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.DeliveryNotes_checkboxItem__JilnR:hover{background:#f8fafc}.DeliveryNotes_checkboxItem__JilnR input{accent-color:#4f46e5}.DeliveryNotes_checkboxItem__JilnR span{color:#334155;font-size:13px}.DeliveryNotes_filterPanel__L0S4Z{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.DeliveryNotes_filterGroup__DOs4b{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.DeliveryNotes_filterGroup__DOs4b.DeliveryNotes_subgroup__Xs0dT{border-left:3px solid #4f46e5;margin-left:24px;margin-top:12px}.DeliveryNotes_subgroupHeader__olWRH{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.DeliveryNotes_subgroupHeader__olWRH span{color:#64748b;font-size:12px}.DeliveryNotes_removeSubgroupBtn__yozbY{background:none;border:none;color:#94a3b8;cursor:pointer}.DeliveryNotes_conditionsList__RFT4Q{display:flex;flex-direction:column;gap:8px}.DeliveryNotes_conditionRow__JPS5T{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.DeliveryNotes_conditionHandle__-bxPM{color:#cbd5e1;cursor:grab;padding:4px}.DeliveryNotes_whereLabel__Eiju0{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.DeliveryNotes_logicLabel__wz5Ie{background:#eef2ff;border-radius:4px;color:#4f46e5;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.DeliveryNotes_fieldSelect__d5h8i,.DeliveryNotes_operatorSelect__ooEWW,.DeliveryNotes_valueInput__zpFEm,.DeliveryNotes_valueSelect__4i14a{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.DeliveryNotes_fieldSelect__d5h8i{min-width:140px}.DeliveryNotes_operatorSelect__ooEWW{min-width:100px}.DeliveryNotes_valueInput__zpFEm{flex:1 1;min-width:120px}.DeliveryNotes_valueSelect__4i14a{min-width:120px}.DeliveryNotes_fieldSelect__d5h8i:focus,.DeliveryNotes_operatorSelect__ooEWW:focus,.DeliveryNotes_valueInput__zpFEm:focus,.DeliveryNotes_valueSelect__4i14a:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.DeliveryNotes_removeBtn__JEmZr{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.DeliveryNotes_removeBtn__JEmZr:hover{background:#fee2e2;color:#ef4444}.DeliveryNotes_subgroupsContainer__dC4du{margin-top:12px}.DeliveryNotes_groupActions__P4Z0p{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.DeliveryNotes_logicToggle__\+itKs{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.DeliveryNotes_logicBtn__foSMf{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.DeliveryNotes_logicBtn__foSMf.DeliveryNotes_active__TcGXE{background:#4f46e5;color:#fff}.DeliveryNotes_addConditionBtn__9No5X,.DeliveryNotes_addSubgroupBtn__bAUtr{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.DeliveryNotes_addConditionBtn__9No5X:hover,.DeliveryNotes_addSubgroupBtn__bAUtr:hover{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.DeliveryNotes_filterPanelFooter__Sl6xk{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.DeliveryNotes_addGroupBtn__TRu5a{align-items:center;background:#eef2ff;border:1px dashed #4f46e5;border-radius:6px;color:#4f46e5;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.DeliveryNotes_clearAllBtn__2dWpn{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.DeliveryNotes_bulkActionsBar__O8oVk{align-items:center;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.DeliveryNotes_bulkInfo__SBPMg{align-items:center;display:flex;gap:12px}.DeliveryNotes_bulkInfo__SBPMg span{font-size:13px;font-weight:500}.DeliveryNotes_clearSelectionBtn__fro7-{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.DeliveryNotes_bulkButtons__2MibC{display:flex;gap:8px}.DeliveryNotes_bulkButtons__2MibC button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.DeliveryNotes_resultsBar__bOXsU{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.DeliveryNotes_tableGroup__S2F9F{margin-bottom:0}.DeliveryNotes_groupHeader__B3mNj{align-items:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-bottom:1px solid #c7d2fe;display:flex;gap:10px;padding:12px 16px}.DeliveryNotes_groupHeader__B3mNj span:first-child{color:#4338ca;font-weight:600}.DeliveryNotes_groupCount__y0D1g{background:#4f46e5;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.DeliveryNotes_tableWrapper__DGKaJ{overflow-x:auto}.DeliveryNotes_table__\+VJH3{border-collapse:collapse;width:100%}.DeliveryNotes_table__\+VJH3 th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.DeliveryNotes_table__\+VJH3 td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.DeliveryNotes_table__\+VJH3 tbody tr:hover{background:#eef2ff}.DeliveryNotes_selectedRow__x26e6{background:#eef2ff!important}.DeliveryNotes_challanNumber__OyfVC{color:#4f46e5;font-family:monospace;font-weight:600}.DeliveryNotes_invoiceLink__1klyJ{color:#0891b2;font-family:monospace;font-weight:500}.DeliveryNotes_addressText__kMpX1{color:#64748b;font-size:12px}.DeliveryNotes_statusBadge__gz8Ms{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.DeliveryNotes_statusDelivered__fmVfu{background:#dcfce7;color:#16a34a}.DeliveryNotes_statusDispatched__0VBdN{background:#dbeafe;color:#2563eb}.DeliveryNotes_statusPending__maELU{background:#fef3c7;color:#d97706}.DeliveryNotes_statusFailed__U8fQy{background:#fee2e2;color:#dc2626}.DeliveryNotes_statusDefault__VtNGT{background:#f1f5f9;color:#64748b}.DeliveryNotes_actions__JlLYa{display:flex;gap:4px}.DeliveryNotes_actionBtn__s0yCu{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.DeliveryNotes_actionBtn__s0yCu.DeliveryNotes_view__wG2uC{background:#eef2ff;color:#4f46e5}.DeliveryNotes_actionBtn__s0yCu.DeliveryNotes_view__wG2uC:hover{background:#4f46e5;color:#fff}.DeliveryNotes_actionBtn__s0yCu.DeliveryNotes_edit__tbtA0{background:#e0f2fe;color:#0369a1}.DeliveryNotes_actionBtn__s0yCu.DeliveryNotes_edit__tbtA0:hover{background:#0369a1;color:#fff}.DeliveryNotes_cardsGroup__gtAHg{margin-bottom:0}.DeliveryNotes_cardsGrid__7\+jge{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:16px}.DeliveryNotes_dnCard__4LbKf{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.DeliveryNotes_dnCard__4LbKf:hover{border-color:#4f46e5;box-shadow:0 4px 12px #4f46e526;transform:translateY(-2px)}.DeliveryNotes_dnCard__4LbKf.DeliveryNotes_selected__3XQwg{background:#eef2ff;border-color:#4f46e5}.DeliveryNotes_cardHeader__zPdvn{align-items:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:12px}.DeliveryNotes_cardLogo__EbdE2{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.DeliveryNotes_cardBody__DCMVA{padding:14px}.DeliveryNotes_cardBody__DCMVA h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.DeliveryNotes_cardInvoice__F3NOH{color:#0891b2;font-family:monospace;font-size:12px}.DeliveryNotes_cardMeta__BFrS6{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.DeliveryNotes_cardMeta__BFrS6 i{color:#4f46e5;margin-right:4px}.DeliveryNotes_cardAddress__3X078{align-items:flex-start;color:#64748b;display:flex;font-size:12px;gap:6px}.DeliveryNotes_cardAddress__3X078 i{color:#4f46e5;margin-top:2px}.DeliveryNotes_cardFooter__rfJff{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.DeliveryNotes_driverBadge__51lxh{align-items:center;color:#475569;display:flex;font-size:11px;gap:4px}.DeliveryNotes_driverBadge__51lxh i{color:#4f46e5}.DeliveryNotes_cardActions__VKOdR{display:flex;gap:6px}.DeliveryNotes_cardActions__VKOdR button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.DeliveryNotes_cardActions__VKOdR button:hover{background:#4f46e5;color:#fff}.DeliveryNotes_pagination__F97F8{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.DeliveryNotes_pageInfo__o1XTs{color:#64748b;font-size:13px}.DeliveryNotes_pageInfo__o1XTs strong{color:#1a202c}.DeliveryNotes_pageControls__WPmb\+{align-items:center;display:flex;gap:12px}.DeliveryNotes_perPageSelect__KbHt0{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.DeliveryNotes_pageButtons__kpc9t{align-items:center;display:flex;gap:4px}.DeliveryNotes_pageBtn__E66lm{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.DeliveryNotes_pageBtn__E66lm:hover:not(:disabled){background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.DeliveryNotes_pageBtn__E66lm:disabled{cursor:not-allowed;opacity:.4}.DeliveryNotes_pageNum__EfNBB{color:#64748b;font-size:12px;padding:0 8px}.DeliveryNotes_viewCard__XqjRG{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.DeliveryNotes_viewHeader__FZfZX{align-items:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-bottom:1px solid #c7d2fe;display:flex;gap:20px;padding:24px}.DeliveryNotes_dnIcon__MB8fu{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:16px;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.DeliveryNotes_dnInfo__Fu-2I{flex:1 1}.DeliveryNotes_dnInfo__Fu-2I h2{color:#1a202c;font-size:22px;font-weight:700;margin:0 0 4px}.DeliveryNotes_dnDate__eYWeF{color:#64748b;font-size:13px;margin-bottom:10px}.DeliveryNotes_viewGrid__WeRqx{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.DeliveryNotes_viewSection__bGJkn{border-bottom:1px solid #f1f5f9;padding:24px}.DeliveryNotes_viewSection__bGJkn:nth-child(odd){border-right:1px solid #f1f5f9}.DeliveryNotes_viewSection__bGJkn h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.DeliveryNotes_viewSection__bGJkn h4 i{color:#4f46e5}.DeliveryNotes_detailRow__XjsRO{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:8px 0}.DeliveryNotes_detailRow__XjsRO:last-child{border-bottom:none}.DeliveryNotes_detailRow__XjsRO span:first-child{color:#64748b;font-size:13px}.DeliveryNotes_detailRow__XjsRO span:last-child{color:#1a202c;font-size:13px;font-weight:500}.DeliveryNotes_invoiceLinkLarge__BAqHR{color:#0891b2;font-family:monospace;font-size:14px;font-weight:600;text-decoration:none}.DeliveryNotes_invoiceLinkLarge__BAqHR:hover{text-decoration:underline}.DeliveryNotes_addressSection__5oleb,.DeliveryNotes_driverSection__jrlQ\+,.DeliveryNotes_notesSection__WH5pa,.DeliveryNotes_timelineSection__0dffs{border-bottom:1px solid #f1f5f9;padding:24px}.DeliveryNotes_addressSection__5oleb h4,.DeliveryNotes_driverSection__jrlQ\+ h4,.DeliveryNotes_notesSection__WH5pa h4,.DeliveryNotes_timelineSection__0dffs h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.DeliveryNotes_addressSection__5oleb h4 i,.DeliveryNotes_driverSection__jrlQ\+ h4 i,.DeliveryNotes_notesSection__WH5pa h4 i,.DeliveryNotes_timelineSection__0dffs h4 i{color:#4f46e5}.DeliveryNotes_addressBox__DDXL1{background:#f8fafc;border-radius:10px;padding:16px}.DeliveryNotes_recipientName__fv\+b3{color:#1a202c;font-size:16px;font-weight:600;margin-bottom:8px}.DeliveryNotes_addressText__kMpX1{color:#475569;font-size:14px;line-height:1.5}.DeliveryNotes_recipientPhone__WQSPe{align-items:center;color:#4f46e5;display:flex;font-size:13px;gap:6px;margin-top:10px}.DeliveryNotes_notesSection__WH5pa p{background:#f8fafc;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;margin:0;padding:14px}.DeliveryNotes_driverGrid__KVS0-{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.DeliveryNotes_driverCard__PwolJ{align-items:center;background:#f8fafc;border-radius:10px;display:flex;gap:14px;padding:16px}.DeliveryNotes_driverCard__PwolJ i{color:#4f46e5;font-size:24px}.DeliveryNotes_driverLabel__2vAoI{color:#64748b;display:block;font-size:10px;text-transform:uppercase}.DeliveryNotes_driverValue__QMPCi{color:#1a202c;display:block;font-size:14px;font-weight:600}.DeliveryNotes_driverPhone__Ebner{color:#64748b;font-size:12px}.DeliveryNotes_timeline__XV3mt{display:flex;flex-direction:column;gap:16px}.DeliveryNotes_timelineItem__fTf8X{align-items:flex-start;display:flex;gap:12px}.DeliveryNotes_timelineDot__uHYhH{border-radius:50%;height:12px;margin-top:4px;width:12px}.DeliveryNotes_timelineContent__F6kdH{flex:1 1}.DeliveryNotes_timelineDate__DL9-I{color:#64748b;font-size:12px;margin-left:8px}.DeliveryNotes_timelineNotes__n4rqT{background:#f8fafc;border-radius:4px;color:#64748b;display:block;font-size:12px;margin-top:4px;padding:6px 10px}.DeliveryNotes_viewFooter__IPe0U{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding:16px 24px}.DeliveryNotes_formCard__teNRG{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;overflow:hidden}.DeliveryNotes_formSection__0HtCd{border-bottom:1px solid #f1f5f9;padding:24px}.DeliveryNotes_formSection__0HtCd:last-of-type{border-bottom:none}.DeliveryNotes_formSection__0HtCd h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 20px}.DeliveryNotes_formSection__0HtCd h3 i{color:#4f46e5}.DeliveryNotes_formGrid__T63\+f{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.DeliveryNotes_formGroup__Ttn8s{display:flex;flex-direction:column;gap:6px}.DeliveryNotes_formGroup__Ttn8s label{color:#374151;font-size:12px;font-weight:600}.DeliveryNotes_formGroup__Ttn8s input,.DeliveryNotes_formGroup__Ttn8s select,.DeliveryNotes_formGroup__Ttn8s textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.DeliveryNotes_formGroup__Ttn8s input:focus,.DeliveryNotes_formGroup__Ttn8s select:focus,.DeliveryNotes_formGroup__Ttn8s textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.DeliveryNotes_formGroup__Ttn8s textarea{min-height:80px;resize:vertical}.DeliveryNotes_formFooter__7b6lM{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;justify-content:flex-end;padding:20px}.DeliveryNotes_infoGrid__pxNXg{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.DeliveryNotes_infoItem__6RGKY{background:#f8fafc;border-radius:8px;padding:12px 16px}.DeliveryNotes_infoLabel__Pw5pD{color:#64748b;display:block;font-size:10px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.DeliveryNotes_infoValue__WnDDr{color:#1a202c;font-size:14px;font-weight:500}.DeliveryNotes_modalOverlay__0qQq-{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.DeliveryNotes_modal__I6bQQ{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.DeliveryNotes_modalHeader__yP4tW{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.DeliveryNotes_modalHeader__yP4tW h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.DeliveryNotes_modalHeader__yP4tW button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.DeliveryNotes_modalBody__OBmWk{padding:20px}.DeliveryNotes_hint__FfzPv{color:#64748b;font-size:12px;margin:12px 0 0}.DeliveryNotes_modalFooter__U6uLn{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.DeliveryNotes_loading__8u9\+z{align-items:center;display:flex;justify-content:center;padding:60px 20px}.DeliveryNotes_spinner__sMFZw{animation:DeliveryNotes_spin__wicYf .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#4f46e5;height:36px;width:36px}@keyframes DeliveryNotes_spin__wicYf{to{transform:rotate(1turn)}}.DeliveryNotes_emptyState__kpRGf{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.DeliveryNotes_emptyIcon__7bej6{align-items:center;background:#eef2ff;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.DeliveryNotes_emptyIcon__7bej6 i{color:#4f46e5;font-size:24px}.DeliveryNotes_emptyState__kpRGf h3{color:#1a202c;font-size:16px;margin:0 0 4px}.DeliveryNotes_emptyState__kpRGf p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.DeliveryNotes_statsRow__LcPCU{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.DeliveryNotes_statsRow__LcPCU,.DeliveryNotes_viewGrid__WeRqx{grid-template-columns:1fr}.DeliveryNotes_viewSection__bGJkn:nth-child(odd){border-right:none}.DeliveryNotes_formGrid__T63\+f,.DeliveryNotes_infoGrid__pxNXg{grid-template-columns:1fr}}.PurchaseOrders_pageHeader__r8PL-{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.PurchaseOrders_headerLeft__VijAV{align-items:center;display:flex;gap:16px}.PurchaseOrders_backButton__didkm{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.PurchaseOrders_backButton__didkm:hover{background:#f8fafc;color:#1a202c}.PurchaseOrders_titleGroup__ZqOlv{display:flex;flex-direction:column;gap:4px}.PurchaseOrders_pageTitle__kAJrc{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.PurchaseOrders_pageTitle__kAJrc i{color:#059669;font-size:20px}.PurchaseOrders_breadcrumb__jYx9v{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.PurchaseOrders_breadcrumb__jYx9v a{color:#059669;text-decoration:none}.PurchaseOrders_breadcrumb__jYx9v a:hover{text-decoration:underline}.PurchaseOrders_headerActions__JIuuU{align-items:center;display:flex;gap:8px}.PurchaseOrders_approvedBadge__ydhER{align-items:center;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:8px;color:#16a34a;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.PurchaseOrders_btnIcon__SMwZU{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;transition:all .2s;width:36px}.PurchaseOrders_btnIcon__SMwZU.PurchaseOrders_active__tZbry,.PurchaseOrders_btnIcon__SMwZU:hover{background:#ecfdf5;border-color:#059669;color:#059669}.PurchaseOrders_btnPrimary__TrdGC{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.PurchaseOrders_btnPrimary__TrdGC:hover{box-shadow:0 4px 12px #05966959}.PurchaseOrders_btnSecondary__7srLa{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.PurchaseOrders_btnSecondary__7srLa:hover{background:#f8fafc}.PurchaseOrders_btnCancel__In6Yp{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.PurchaseOrders_btnCancel__In6Yp:hover{background:#f8fafc}.PurchaseOrders_btnSave__InFs7{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.PurchaseOrders_btnSave__InFs7:hover{box-shadow:0 4px 12px #05966959}.PurchaseOrders_btnSave__InFs7:disabled{cursor:not-allowed;opacity:.6}.PurchaseOrders_btnApprove__L1ScD{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.PurchaseOrders_btnApprove__L1ScD:disabled{cursor:not-allowed;opacity:.6}.PurchaseOrders_btnDanger__F9XE9{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.PurchaseOrders_btnDanger__F9XE9:hover{box-shadow:0 4px 12px #ef444459}.PurchaseOrders_statsRow__MglxT{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.PurchaseOrders_statCard__rfJZv{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.PurchaseOrders_statCard__rfJZv:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.PurchaseOrders_statIcon__GaP5g{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.PurchaseOrders_statIcon__GaP5g.PurchaseOrders_emerald__C-RIA{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669}.PurchaseOrders_statIcon__GaP5g.PurchaseOrders_orange__20Skm{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.PurchaseOrders_statIcon__GaP5g.PurchaseOrders_green__4Q9BX{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.PurchaseOrders_statIcon__GaP5g.PurchaseOrders_blue__7\+7Gc{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.PurchaseOrders_statInfo__AE39f{display:flex;flex-direction:column;gap:2px}.PurchaseOrders_statLabel__Hkksk{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.PurchaseOrders_statValue__bnNRE{color:#1a202c;font-size:18px;font-weight:700}.PurchaseOrders_card__8dnWw{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.PurchaseOrders_toolbar__h0mGU{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseOrders_toolbarLeft__3Wskj{align-items:center;display:flex;flex-shrink:0;gap:12px}.PurchaseOrders_toolbarRight__QeaZQ{align-items:center;display:flex;gap:10px}.PurchaseOrders_searchBox__ptxlO{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.PurchaseOrders_searchBox__ptxlO:focus-within{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.PurchaseOrders_searchBox__ptxlO i{color:#94a3b8;font-size:13px}.PurchaseOrders_searchBox__ptxlO input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.PurchaseOrders_toolbarBtn__0SxcY{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s;white-space:nowrap}.PurchaseOrders_toolbarBtn__0SxcY.PurchaseOrders_active__tZbry,.PurchaseOrders_toolbarBtn__0SxcY:hover{background:#ecfdf5;border-color:#059669;color:#059669}.PurchaseOrders_toolbarSelect__j3Wsy{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.PurchaseOrders_badge__PHJwF{background:#059669;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.PurchaseOrders_layoutToggle__4P-AW{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.PurchaseOrders_layoutToggle__4P-AW button{background:#fff;border:none;color:#64748b;cursor:pointer;font-size:12px;padding:7px 10px}.PurchaseOrders_layoutToggle__4P-AW button:first-child{border-right:1px solid #e2e8f0}.PurchaseOrders_layoutToggle__4P-AW button.PurchaseOrders_active__tZbry{background:#059669;color:#fff}.PurchaseOrders_dropdownWrapper__PV792{position:relative}.PurchaseOrders_dropdownMenu__Tann2{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.PurchaseOrders_dropdownHeader__oMGNQ{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.PurchaseOrders_dropdownItem__UOIik{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.PurchaseOrders_dropdownItem__UOIik:hover{background:#ecfdf5}.PurchaseOrders_dropdownItem__UOIik i{color:#059669;width:16px}.PurchaseOrders_dropdownItem__UOIik span{flex:1 1}.PurchaseOrders_dropdownItem__UOIik button{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseOrders_dropdownEmpty__yxqG-{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.PurchaseOrders_dropdownFooter__52U4x{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.PurchaseOrders_dropdownFooter__52U4x button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.PurchaseOrders_checkboxItem__sXOW-{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.PurchaseOrders_checkboxItem__sXOW-:hover{background:#f8fafc}.PurchaseOrders_checkboxItem__sXOW- input{accent-color:#059669}.PurchaseOrders_checkboxItem__sXOW- span{color:#334155;font-size:13px}.PurchaseOrders_filterPanel__o4ZAg{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.PurchaseOrders_filterGroup__qEEB6{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.PurchaseOrders_filterGroup__qEEB6.PurchaseOrders_subgroup__rAJgC{border-left:3px solid #059669;margin-left:24px;margin-top:12px}.PurchaseOrders_subgroupHeader__o0dIS{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.PurchaseOrders_subgroupHeader__o0dIS span{color:#64748b;font-size:12px}.PurchaseOrders_removeSubgroupBtn__980BP{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseOrders_conditionsList__pgtbX{display:flex;flex-direction:column;gap:8px}.PurchaseOrders_conditionRow__CnUY-{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PurchaseOrders_conditionHandle__y1TFH{color:#cbd5e1;cursor:grab;padding:4px}.PurchaseOrders_whereLabel__5YRlk{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.PurchaseOrders_logicLabel__pMxjw{background:#ecfdf5;border-radius:4px;color:#059669;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.PurchaseOrders_fieldSelect__FkZYs,.PurchaseOrders_operatorSelect__eVawH,.PurchaseOrders_valueInput__SbOZM,.PurchaseOrders_valueSelect__eYtAR{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.PurchaseOrders_fieldSelect__FkZYs{min-width:140px}.PurchaseOrders_operatorSelect__eVawH{min-width:100px}.PurchaseOrders_valueInput__SbOZM{flex:1 1;min-width:120px}.PurchaseOrders_valueSelect__eYtAR{min-width:120px}.PurchaseOrders_fieldSelect__FkZYs:focus,.PurchaseOrders_operatorSelect__eVawH:focus,.PurchaseOrders_valueInput__SbOZM:focus,.PurchaseOrders_valueSelect__eYtAR:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.PurchaseOrders_removeBtn__Em1hZ{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.PurchaseOrders_removeBtn__Em1hZ:hover{background:#fee2e2;color:#ef4444}.PurchaseOrders_subgroupsContainer__vvT2T{margin-top:12px}.PurchaseOrders_groupActions__iZlfJ{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.PurchaseOrders_logicToggle__0TcHi{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.PurchaseOrders_logicBtn__4NZN7{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.PurchaseOrders_logicBtn__4NZN7.PurchaseOrders_active__tZbry{background:#059669;color:#fff}.PurchaseOrders_addConditionBtn__0MTbq,.PurchaseOrders_addSubgroupBtn__3yoGg{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.PurchaseOrders_addConditionBtn__0MTbq:hover,.PurchaseOrders_addSubgroupBtn__3yoGg:hover{background:#ecfdf5;border-color:#059669;color:#059669}.PurchaseOrders_filterPanelFooter__IhLel{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.PurchaseOrders_addGroupBtn__qUrDE{align-items:center;background:#ecfdf5;border:1px dashed #059669;border-radius:6px;color:#059669;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.PurchaseOrders_clearAllBtn__DQ7Wh{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.PurchaseOrders_bulkActionsBar__79nfh{align-items:center;background:linear-gradient(135deg,#059669,#047857);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.PurchaseOrders_bulkInfo__bVcCk{align-items:center;display:flex;gap:12px}.PurchaseOrders_bulkInfo__bVcCk span{font-size:13px;font-weight:500}.PurchaseOrders_clearSelectionBtn__3hSL4{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.PurchaseOrders_bulkButtons__wj5gd{display:flex;gap:8px}.PurchaseOrders_bulkButtons__wj5gd button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.PurchaseOrders_bulkButtons__wj5gd .PurchaseOrders_dangerBtn__k8t\+T{background:#fef2f2;color:#dc2626}.PurchaseOrders_trashBanner__u1RGN{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-bottom:1px solid #a7f3d0;color:#047857;display:flex;font-size:13px;font-weight:500;gap:8px;padding:12px 16px}.PurchaseOrders_resultsBar__BkRv4{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.PurchaseOrders_tableGroup__DXF4t{margin-bottom:0}.PurchaseOrders_groupHeader__GvzG5{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-bottom:1px solid #a7f3d0;display:flex;gap:10px;padding:12px 16px}.PurchaseOrders_groupHeader__GvzG5 span:first-child{color:#047857;font-weight:600}.PurchaseOrders_groupCount__C-65P{background:#059669;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.PurchaseOrders_tableWrapper__bU9pd{overflow-x:auto}.PurchaseOrders_table__CBlwL{border-collapse:collapse;width:100%}.PurchaseOrders_table__CBlwL th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.PurchaseOrders_table__CBlwL td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.PurchaseOrders_table__CBlwL tbody tr:hover{background:#ecfdf5}.PurchaseOrders_selectedRow__sKVnh{background:#ecfdf5!important}.PurchaseOrders_poNumber__KbGN1{color:#059669;font-family:monospace;font-size:12px;font-weight:600}.PurchaseOrders_vendorName__LCGpg{color:#1a202c;font-weight:500}.PurchaseOrders_amount__KZ95n{color:#047857;font-weight:600}.PurchaseOrders_amountDue__suclb{color:#dc2626;font-weight:600}.PurchaseOrders_statusBadge__6j\+TZ{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;text-transform:capitalize}.PurchaseOrders_statusApproved__UBKSc{background:#dcfce7;color:#16a34a}.PurchaseOrders_statusApproved__UBKSc:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.PurchaseOrders_statusPending__Q84Vg{background:#fef3c7;color:#d97706}.PurchaseOrders_statusPartial__YjcNj{background:#dbeafe;color:#2563eb}.PurchaseOrders_statusDraft__ICRhf{background:#f1f5f9;color:#64748b}.PurchaseOrders_statusCancelled__43Oc3{background:#fee2e2;color:#dc2626}.PurchaseOrders_statusDefault__Enk8s{background:#f1f5f9;color:#64748b}.PurchaseOrders_paymentBadge__5Y1JS{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.PurchaseOrders_paymentPaid__GpHx-{background:#dcfce7;color:#16a34a}.PurchaseOrders_paymentPartial__tcURy{background:#fef3c7;color:#d97706}.PurchaseOrders_paymentPending__E3ieB{background:#fee2e2;color:#dc2626}.PurchaseOrders_paymentDefault__jZyyV{background:#f1f5f9;color:#64748b}.PurchaseOrders_actions__laaPl{display:flex;gap:4px}.PurchaseOrders_actionBtn__mZU1w{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;transition:all .2s;width:28px}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_view__dScIq{background:#ecfdf5;color:#059669}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_view__dScIq:hover{background:#059669;color:#fff}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_edit__rmDe3{background:#e0f2fe;color:#0369a1}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_edit__rmDe3:hover{background:#0369a1;color:#fff}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_delete__8g8Yd{background:#fee2e2;color:#dc2626}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_delete__8g8Yd:hover{background:#dc2626;color:#fff}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_restore__gUNVy{background:#dcfce7;color:#16a34a}.PurchaseOrders_actionBtn__mZU1w.PurchaseOrders_restore__gUNVy:hover{background:#16a34a;color:#fff}.PurchaseOrders_cardsGroup__qXnNV{margin-bottom:0}.PurchaseOrders_cardsGrid__IPrtY{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.PurchaseOrders_poCard__We2yP{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.PurchaseOrders_poCard__We2yP:hover{border-color:#059669;box-shadow:0 4px 12px #05966926;transform:translateY(-2px)}.PurchaseOrders_poCard__We2yP.PurchaseOrders_selected__dxUjt{background:#ecfdf5;border-color:#059669}.PurchaseOrders_cardHeader__aDSJo{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-bottom:1px solid #a7f3d0;display:flex;justify-content:space-between;padding:12px}.PurchaseOrders_cardLogo__-FAwq{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.PurchaseOrders_cardBody__cYYIu{padding:14px}.PurchaseOrders_cardBody__cYYIu h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.PurchaseOrders_cardVendor__L9-pE{color:#059669;font-size:12px;font-weight:500}.PurchaseOrders_cardMeta__-T8su{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.PurchaseOrders_cardMeta__-T8su i{color:#059669;margin-right:4px}.PurchaseOrders_cardTotal__yFFRS{color:#059669;font-size:18px;font-weight:700}.PurchaseOrders_cardFooter__ewI-e{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.PurchaseOrders_cardActions__HVmvc{display:flex;gap:6px}.PurchaseOrders_cardActions__HVmvc button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.PurchaseOrders_cardActions__HVmvc button:hover{background:#059669;color:#fff}.PurchaseOrders_poHeader__EdEfI{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:20px;padding:24px}.PurchaseOrders_poIcon__JsRkS{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.PurchaseOrders_poInfo__br8Ft{flex:1 1}.PurchaseOrders_poInfo__br8Ft h2{color:#1a202c;font-size:22px;font-weight:700;margin:0 0 4px}.PurchaseOrders_poDate__8ZE9A{color:#64748b;font-size:13px;margin-bottom:10px}.PurchaseOrders_statusTags__BUj1R{display:flex;flex-wrap:wrap;gap:8px}.PurchaseOrders_poTotal__Iwc8h{text-align:right}.PurchaseOrders_totalLabel__CrFuX{color:#64748b;display:block;font-size:11px;text-transform:uppercase}.PurchaseOrders_totalValue__xpL\+Q{color:#059669;font-size:24px;font-weight:700}.PurchaseOrders_viewGrid__gQ1kj{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.PurchaseOrders_viewSection__qvH-f{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseOrders_viewSection__qvH-f:nth-child(odd){border-right:1px solid #f1f5f9}.PurchaseOrders_viewSection__qvH-f h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.PurchaseOrders_viewSection__qvH-f h4 i{color:#059669}.PurchaseOrders_detailRow__sTX1Q{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:8px 0}.PurchaseOrders_detailRow__sTX1Q:last-child{border-bottom:none}.PurchaseOrders_detailRow__sTX1Q span:first-child{color:#64748b;font-size:13px}.PurchaseOrders_detailRow__sTX1Q span:last-child{color:#1a202c;font-size:13px;font-weight:500}.PurchaseOrders_itemsSection__RRLmU{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseOrders_itemsSection__RRLmU h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.PurchaseOrders_itemsSection__RRLmU h4 i{color:#059669}.PurchaseOrders_itemsTableWrapper__YVI77{overflow-x:auto}.PurchaseOrders_itemsTable__jCB76{border-collapse:collapse;width:100%}.PurchaseOrders_itemsTable__jCB76 th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase}.PurchaseOrders_itemsTable__jCB76 td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px;padding:10px 12px}.PurchaseOrders_itemsTable__jCB76 tbody tr:hover{background:#f8fafc}.PurchaseOrders_productCode__wUFhb{color:#059669;font-family:monospace;font-weight:500}.PurchaseOrders_lineTotal__5LgWm{color:#1a202c;font-weight:600}.PurchaseOrders_totalsSection__DxGVE{border-bottom:1px solid #f1f5f9;display:flex;justify-content:flex-end;padding:24px}.PurchaseOrders_totalsGrid__liHlj{width:300px}.PurchaseOrders_totalRow__Xck8d{border-bottom:1px solid #f1f5f9;display:flex;font-size:13px;justify-content:space-between;padding:8px 0}.PurchaseOrders_totalRow__Xck8d span:first-child{color:#64748b}.PurchaseOrders_totalRow__Xck8d span:last-child{color:#1a202c;font-weight:500}.PurchaseOrders_totalRow__Xck8d.PurchaseOrders_grandTotal__hYHmN{border-top:2px solid #059669;font-size:16px;font-weight:700;margin-top:8px;padding-top:12px}.PurchaseOrders_totalRow__Xck8d.PurchaseOrders_grandTotal__hYHmN span:last-child{color:#059669}.PurchaseOrders_notesSection__CGg1g{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseOrders_notesSection__CGg1g h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseOrders_notesSection__CGg1g h4 i{color:#059669}.PurchaseOrders_notesSection__CGg1g p{background:#f8fafc;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;margin:0;padding:14px}.PurchaseOrders_approvalSection__6ByVH{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseOrders_approvalSection__6ByVH h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseOrders_approvalSection__6ByVH h4 i{color:#16a34a}.PurchaseOrders_approvalInfo__XCmr5{background:#dcfce7;border-radius:8px;color:#334155;display:flex;font-size:13px;gap:20px;padding:14px}.PurchaseOrders_viewFooter__1ejC2{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding:16px 24px}.PurchaseOrders_formCard__x5hm6{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;overflow:hidden}.PurchaseOrders_formSection__D7YOi{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseOrders_formSection__D7YOi:last-of-type{border-bottom:none}.PurchaseOrders_formSection__D7YOi h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 20px}.PurchaseOrders_formSection__D7YOi h3 i{color:#059669}.PurchaseOrders_formGrid__MUOxy{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseOrders_formGroup__\+kD86{display:flex;flex-direction:column;gap:6px}.PurchaseOrders_formGroup__\+kD86 label{color:#374151;font-size:12px;font-weight:600}.PurchaseOrders_formGroup__\+kD86 input,.PurchaseOrders_formGroup__\+kD86 select,.PurchaseOrders_formGroup__\+kD86 textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.PurchaseOrders_formGroup__\+kD86 input:focus,.PurchaseOrders_formGroup__\+kD86 select:focus,.PurchaseOrders_formGroup__\+kD86 textarea:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.PurchaseOrders_formGroup__\+kD86 textarea{min-height:80px;resize:vertical}.PurchaseOrders_formFooter__c9Jrl{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;justify-content:flex-end;padding:20px}.PurchaseOrders_infoGrid__eupcy{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseOrders_infoItem__oaCNI{background:#f8fafc;border-radius:8px;padding:12px 16px}.PurchaseOrders_infoLabel__X-H3p{color:#64748b;display:block;font-size:10px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.PurchaseOrders_infoValue__U7tW4{color:#1a202c;font-size:14px;font-weight:500}.PurchaseOrders_pagination__Tbcos{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseOrders_pageInfo__eWvzS{color:#64748b;font-size:13px}.PurchaseOrders_pageInfo__eWvzS strong{color:#1a202c}.PurchaseOrders_pageControls__CApGL{align-items:center;display:flex;gap:12px}.PurchaseOrders_perPageSelect__WaaK5{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.PurchaseOrders_pageButtons__n9c3r{align-items:center;display:flex;gap:4px}.PurchaseOrders_pageBtn__cS92f{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.PurchaseOrders_pageBtn__cS92f:hover:not(:disabled){background:#ecfdf5;border-color:#059669;color:#059669}.PurchaseOrders_pageBtn__cS92f:disabled{cursor:not-allowed;opacity:.4}.PurchaseOrders_pageNum__6PuA2{color:#64748b;font-size:12px;padding:0 8px}.PurchaseOrders_modalOverlay__vJ934{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.PurchaseOrders_modal__wzQa9{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.PurchaseOrders_modalHeader__sw9Aj{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.PurchaseOrders_modalHeader__sw9Aj h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.PurchaseOrders_modalHeader__sw9Aj button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.PurchaseOrders_modalBody__6xDk7{padding:20px}.PurchaseOrders_hint__3Pdon{color:#64748b;font-size:12px;margin:12px 0 0}.PurchaseOrders_modalFooter__\+92Ts{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.PurchaseOrders_loading__jXDdg{align-items:center;display:flex;justify-content:center;padding:60px 20px}.PurchaseOrders_spinner__EuSKB{animation:PurchaseOrders_spin__6oVZX .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#059669;height:44px;width:44px}@keyframes PurchaseOrders_spin__6oVZX{to{transform:rotate(1turn)}}.PurchaseOrders_emptyState__ulvKt{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.PurchaseOrders_emptyIcon__OWlq6{align-items:center;background:#ecfdf5;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.PurchaseOrders_emptyIcon__OWlq6 i{color:#059669;font-size:24px}.PurchaseOrders_emptyState__ulvKt h3{color:#1a202c;font-size:16px;margin:0 0 4px}.PurchaseOrders_emptyState__ulvKt p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.PurchaseOrders_statsRow__MglxT{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PurchaseOrders_statsRow__MglxT{grid-template-columns:1fr}.PurchaseOrders_pageHeader__r8PL-,.PurchaseOrders_toolbar__h0mGU{align-items:stretch;flex-direction:column}.PurchaseOrders_toolbarRight__QeaZQ{flex-wrap:wrap}.PurchaseOrders_viewGrid__gQ1kj{grid-template-columns:1fr}.PurchaseOrders_viewSection__qvH-f:nth-child(odd){border-right:none}.PurchaseOrders_formGrid__MUOxy,.PurchaseOrders_infoGrid__eupcy{grid-template-columns:1fr}}.PurchaseItems_pageHeader__sfKby{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.PurchaseItems_headerLeft__fHjhf{align-items:center;display:flex;gap:16px}.PurchaseItems_backButton__cqZl3{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;width:42px}.PurchaseItems_backButton__cqZl3:hover{background:#f8fafc;color:#1a202c}.PurchaseItems_titleGroup__aID1S{display:flex;flex-direction:column;gap:4px}.PurchaseItems_pageTitle__SgTol{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.PurchaseItems_pageTitle__SgTol i{color:#0d9488;font-size:20px}.PurchaseItems_breadcrumb__Md9nY{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.PurchaseItems_breadcrumb__Md9nY a{color:#0d9488;text-decoration:none}.PurchaseItems_breadcrumb__Md9nY a:hover{text-decoration:underline}.PurchaseItems_headerActions__fdaT9{align-items:center;display:flex;gap:8px}.PurchaseItems_receivedBadge__aU8BA{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-radius:8px;color:#0d9488;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.PurchaseItems_btnIcon__qhKol{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;width:36px}.PurchaseItems_btnIcon__qhKol.PurchaseItems_active__FdQID,.PurchaseItems_btnIcon__qhKol:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.PurchaseItems_btnPrimary__s2rSX{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.PurchaseItems_btnPrimary__s2rSX:hover{box-shadow:0 4px 12px #0d948859}.PurchaseItems_btnSecondary__EkANe{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.PurchaseItems_btnSecondary__EkANe:hover{background:#f8fafc}.PurchaseItems_btnCancel__QDHZA{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.PurchaseItems_btnSave__oGa1\+{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.PurchaseItems_btnSave__oGa1\+:disabled{cursor:not-allowed;opacity:.6}.PurchaseItems_btnApprove__Jqr0m{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.PurchaseItems_btnApprove__Jqr0m:disabled{cursor:not-allowed;opacity:.6}.PurchaseItems_statsRow__9GI-\+{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.PurchaseItems_statCard__DWmC8{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px}.PurchaseItems_statIcon__K47q1{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.PurchaseItems_statIcon__K47q1.PurchaseItems_teal__TdGei{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488}.PurchaseItems_statIcon__K47q1.PurchaseItems_orange__p\+w25{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.PurchaseItems_statIcon__K47q1.PurchaseItems_green__852Ep{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.PurchaseItems_statIcon__K47q1.PurchaseItems_blue__tYAqz{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.PurchaseItems_statInfo__P-qki{display:flex;flex-direction:column;gap:2px}.PurchaseItems_statLabel__YOLUN{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.PurchaseItems_statValue__uuTl-{color:#1a202c;font-size:18px;font-weight:700}.PurchaseItems_card__gcrk-{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.PurchaseItems_toolbar__JQ2q5{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseItems_toolbarLeft__RgU3O{align-items:center;display:flex;flex-shrink:0;gap:12px}.PurchaseItems_toolbarRight__sTkxJ{align-items:center;display:flex;flex-wrap:nowrap;gap:10px}.PurchaseItems_searchBox__\+KQ14{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.PurchaseItems_searchBox__\+KQ14:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.PurchaseItems_searchBox__\+KQ14 i{color:#94a3b8;font-size:13px}.PurchaseItems_searchBox__\+KQ14 input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.PurchaseItems_toolbarBtn__qYskB{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;white-space:nowrap}.PurchaseItems_toolbarBtn__qYskB.PurchaseItems_active__FdQID,.PurchaseItems_toolbarBtn__qYskB:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.PurchaseItems_toolbarSelect__zZuCs{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.PurchaseItems_badge__OHEIL{background:#0d9488;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.PurchaseItems_layoutToggle__euSy5{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.PurchaseItems_layoutToggle__euSy5 button{background:#fff;border:none;color:#64748b;cursor:pointer;padding:7px 10px}.PurchaseItems_layoutToggle__euSy5 button:first-child{border-right:1px solid #e2e8f0}.PurchaseItems_layoutToggle__euSy5 button.PurchaseItems_active__FdQID{background:#0d9488;color:#fff}.PurchaseItems_dropdownWrapper__3k810{position:relative}.PurchaseItems_dropdownMenu__yw7vx{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.PurchaseItems_dropdownHeader__nNwcJ{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.PurchaseItems_dropdownItem__vXnW4{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.PurchaseItems_dropdownItem__vXnW4:hover{background:#ccfbf1}.PurchaseItems_dropdownItem__vXnW4 i{color:#0d9488;width:16px}.PurchaseItems_dropdownItem__vXnW4 span{flex:1 1}.PurchaseItems_dropdownItem__vXnW4 button{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseItems_dropdownEmpty__JvnvT{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.PurchaseItems_dropdownFooter__rUiaO{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.PurchaseItems_dropdownFooter__rUiaO button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.PurchaseItems_checkboxItem__Ziwgz{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.PurchaseItems_checkboxItem__Ziwgz:hover{background:#f8fafc}.PurchaseItems_checkboxItem__Ziwgz input{accent-color:#0d9488}.PurchaseItems_checkboxItem__Ziwgz span{color:#334155;font-size:13px}.PurchaseItems_filterPanel__v7F8O{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.PurchaseItems_filterGroup__d8oBF{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.PurchaseItems_filterGroup__d8oBF.PurchaseItems_subgroup__Q41bF{border-left:3px solid #0d9488;margin-left:24px;margin-top:12px}.PurchaseItems_subgroupHeader__pMRbd{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.PurchaseItems_subgroupHeader__pMRbd span{color:#64748b;font-size:12px}.PurchaseItems_removeSubgroupBtn__Ovqam{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseItems_conditionsList__MHE07{display:flex;flex-direction:column;gap:8px}.PurchaseItems_conditionRow__HM-lp{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PurchaseItems_conditionHandle__zNAen{color:#cbd5e1;cursor:grab;padding:4px}.PurchaseItems_whereLabel__bWgGn{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.PurchaseItems_logicLabel__aEEoq{background:#ccfbf1;border-radius:4px;color:#0d9488;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.PurchaseItems_fieldSelect__sMr5o,.PurchaseItems_operatorSelect__mQOOd,.PurchaseItems_valueInput__lg4Tz,.PurchaseItems_valueSelect__UBJdn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.PurchaseItems_fieldSelect__sMr5o{min-width:140px}.PurchaseItems_operatorSelect__mQOOd{min-width:100px}.PurchaseItems_valueInput__lg4Tz{flex:1 1;min-width:120px}.PurchaseItems_valueSelect__UBJdn{min-width:120px}.PurchaseItems_fieldSelect__sMr5o:focus,.PurchaseItems_operatorSelect__mQOOd:focus,.PurchaseItems_valueInput__lg4Tz:focus,.PurchaseItems_valueSelect__UBJdn:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.PurchaseItems_removeBtn__iF8F2{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.PurchaseItems_removeBtn__iF8F2:hover{background:#fee2e2;color:#ef4444}.PurchaseItems_subgroupsContainer__YWK8n{margin-top:12px}.PurchaseItems_groupActions__hGuy2{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.PurchaseItems_logicToggle__NZG4O{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.PurchaseItems_logicBtn__A6cWI{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.PurchaseItems_logicBtn__A6cWI.PurchaseItems_active__FdQID{background:#0d9488;color:#fff}.PurchaseItems_addConditionBtn__LmCUw,.PurchaseItems_addSubgroupBtn__sDjcB{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.PurchaseItems_addConditionBtn__LmCUw:hover,.PurchaseItems_addSubgroupBtn__sDjcB:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.PurchaseItems_filterPanelFooter__aeH72{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.PurchaseItems_addGroupBtn__iF0P\+{align-items:center;background:#ccfbf1;border:1px dashed #0d9488;border-radius:6px;color:#0d9488;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.PurchaseItems_clearAllBtn__5Sb1A{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.PurchaseItems_bulkActionsBar__rGNcj{align-items:center;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.PurchaseItems_bulkInfo__METVw{align-items:center;display:flex;gap:12px}.PurchaseItems_bulkInfo__METVw span{font-size:13px;font-weight:500}.PurchaseItems_clearSelectionBtn__2WvCR{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.PurchaseItems_bulkButtons__1YpxR{display:flex;gap:8px}.PurchaseItems_bulkButtons__1YpxR button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.PurchaseItems_resultsBar__cLgQz{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.PurchaseItems_tableGroup__L9rMz{margin-bottom:0}.PurchaseItems_groupHeader__V4HV4{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-bottom:1px solid #5eead4;display:flex;gap:10px;padding:12px 16px}.PurchaseItems_groupHeader__V4HV4 span:first-child{color:#0f766e;font-weight:600}.PurchaseItems_groupCount__bDN0v{background:#0d9488;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.PurchaseItems_tableWrapper__F44Kt{overflow-x:auto}.PurchaseItems_table__-m6NY{border-collapse:collapse;width:100%}.PurchaseItems_table__-m6NY th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.PurchaseItems_table__-m6NY td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.PurchaseItems_table__-m6NY tbody tr:hover{background:#ccfbf1}.PurchaseItems_selectedRow__u048x{background:#ccfbf1!important}.PurchaseItems_poLink__7DKJb{color:#0d9488;font-family:monospace;font-weight:600;text-decoration:none}.PurchaseItems_poLink__7DKJb:hover{text-decoration:underline}.PurchaseItems_productCode__v-T5r{color:#0d9488;font-family:monospace;font-weight:600}.PurchaseItems_productName__qbaY1{color:#1a202c;font-weight:500}.PurchaseItems_amount__cF9Su{color:#1a202c;font-weight:600}.PurchaseItems_pending__-xkLc{color:#d97706;font-weight:600}.PurchaseItems_statusBadge__V1pYW{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.PurchaseItems_statusApproved__n-QJd{background:#ccfbf1;color:#0d9488}.PurchaseItems_statusPending__vxY5-{background:#fef3c7;color:#d97706}.PurchaseItems_statusDefault__XnsBv{background:#f1f5f9;color:#64748b}.PurchaseItems_actions__6d1td{display:flex;gap:4px}.PurchaseItems_actionBtn__ij9aG{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_view__YOflr{background:#ccfbf1;color:#0d9488}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_view__YOflr:hover{background:#0d9488;color:#fff}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_edit__yGlWC{background:#e0f2fe;color:#0369a1}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_edit__yGlWC:hover{background:#0369a1;color:#fff}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_delete__v7mgo{background:#fee2e2;color:#dc2626}.PurchaseItems_actionBtn__ij9aG.PurchaseItems_delete__v7mgo:hover{background:#dc2626;color:#fff}.PurchaseItems_cardsGrid__TpPRW{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:16px}.PurchaseItems_cardHeader__9bLSi{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-bottom:1px solid #5eead4;display:flex;justify-content:space-between;padding:12px}.PurchaseItems_cardLogo__tjuAq{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.PurchaseItems_cardBody__sCVNp{padding:14px}.PurchaseItems_cardBody__sCVNp h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.PurchaseItems_cardCode__07JMz{font-size:13px;font-weight:500}.PurchaseItems_cardMeta__BBaeS{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.PurchaseItems_cardMeta__BBaeS i{color:#0d9488;margin-right:4px}.PurchaseItems_cardAmount__5pcdL{color:#0d9488;font-size:18px;font-weight:700}.PurchaseItems_cardFooter__yObJS{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.PurchaseItems_vendorBadge__eibbc{background:#f1f5f9;border-radius:12px;color:#64748b;font-size:11px;font-weight:500;padding:4px 10px}.PurchaseItems_cardActions__x3Sg7{display:flex;gap:6px}.PurchaseItems_cardActions__x3Sg7 button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.PurchaseItems_cardActions__x3Sg7 button:hover{background:#0d9488;color:#fff}.PurchaseItems_cardActions__x3Sg7 .PurchaseItems_deleteBtn__x0iHW{background:#fee2e2;color:#dc2626}.PurchaseItems_cardActions__x3Sg7 .PurchaseItems_deleteBtn__x0iHW:hover{background:#dc2626;color:#fff}.PurchaseItems_bulkDeleteBtn__xhghN{background:#fee2e2!important;color:#dc2626!important}.PurchaseItems_bulkDeleteBtn__xhghN:hover{background:#dc2626!important;color:#fff!important}.PurchaseItems_pagination__oQ9p-{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseItems_pageInfo__u-3ug{color:#64748b;font-size:13px}.PurchaseItems_pageInfo__u-3ug strong{color:#1a202c}.PurchaseItems_pageControls__ksn5A{align-items:center;display:flex;gap:12px}.PurchaseItems_perPageSelect__r1xRi{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.PurchaseItems_pageButtons__uJrbK{align-items:center;display:flex;gap:4px}.PurchaseItems_pageBtn__bB13u{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.PurchaseItems_pageBtn__bB13u:hover:not(:disabled){background:#ccfbf1;border-color:#0d9488;color:#0d9488}.PurchaseItems_pageBtn__bB13u:disabled{cursor:not-allowed;opacity:.4}.PurchaseItems_pageNum__rDdNQ{color:#64748b;font-size:12px;padding:0 8px}.PurchaseItems_viewCard__vL-mn{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.PurchaseItems_viewHeader__qS7iO{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-bottom:1px solid #5eead4;display:flex;gap:20px;padding:24px}.PurchaseItems_itemIcon__r0l4R{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:16px;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.PurchaseItems_itemInfo__sIyXQ{flex:1 1}.PurchaseItems_itemInfo__sIyXQ h2{color:#1a202c;font-size:22px;font-weight:700;margin:0 0 4px}.PurchaseItems_itemCode__Jxchw{color:#0d9488;font-family:monospace;font-size:14px;font-weight:600;margin-bottom:10px}.PurchaseItems_statusTags__SSe6O{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PurchaseItems_itemTotal__kD0ib{text-align:right}.PurchaseItems_totalLabel__CrQiT{color:#64748b;display:block;font-size:11px;text-transform:uppercase}.PurchaseItems_totalValue__IQ8UD{color:#0d9488;font-size:24px;font-weight:700}.PurchaseItems_viewGrid__PVFw7{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.PurchaseItems_viewSection__L\+0Mo{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseItems_viewSection__L\+0Mo:nth-child(odd){border-right:1px solid #f1f5f9}.PurchaseItems_viewSection__L\+0Mo h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.PurchaseItems_viewSection__L\+0Mo h4 i{color:#0d9488}.PurchaseItems_detailRow__Z7oPC{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:8px 0}.PurchaseItems_detailRow__Z7oPC:last-child{border-bottom:none}.PurchaseItems_detailRow__Z7oPC span:first-child{color:#64748b;font-size:13px}.PurchaseItems_detailRow__Z7oPC span:last-child{color:#1a202c;font-size:13px;font-weight:500}.PurchaseItems_detailRow__Z7oPC.PurchaseItems_grandTotal__V1yth{border-top:2px solid #0d9488;margin-top:8px;padding-top:12px}.PurchaseItems_detailRow__Z7oPC.PurchaseItems_grandTotal__V1yth span:last-child{color:#0d9488;font-size:15px;font-weight:700}.PurchaseItems_notesSection__8QP5\+{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseItems_notesSection__8QP5\+ h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseItems_notesSection__8QP5\+ h4 i{color:#0d9488}.PurchaseItems_notesSection__8QP5\+ p{background:#f8fafc;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;margin:0;padding:14px}.PurchaseItems_viewFooter__ukIN2{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding:16px 24px}.PurchaseItems_formCard__97Y9q{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;overflow:hidden}.PurchaseItems_formSection__BEGaI{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseItems_formSection__BEGaI:last-of-type{border-bottom:none}.PurchaseItems_formSection__BEGaI h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 20px}.PurchaseItems_formSection__BEGaI h3 i{color:#0d9488}.PurchaseItems_formGrid__yZ7RH{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseItems_formGroup__BuEgk{display:flex;flex-direction:column;gap:6px}.PurchaseItems_formGroup__BuEgk label{color:#374151;font-size:12px;font-weight:600}.PurchaseItems_formGroup__BuEgk input,.PurchaseItems_formGroup__BuEgk select,.PurchaseItems_formGroup__BuEgk textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.PurchaseItems_formGroup__BuEgk input:focus,.PurchaseItems_formGroup__BuEgk select:focus,.PurchaseItems_formGroup__BuEgk textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.PurchaseItems_formGroup__BuEgk input.PurchaseItems_disabled__\+lwHb{background:#f1f5f9;color:#64748b;cursor:not-allowed}.PurchaseItems_formGroup__BuEgk textarea{min-height:80px;resize:vertical}.PurchaseItems_formFooter__R0yBM{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;justify-content:flex-end;padding:20px}.PurchaseItems_infoGrid__9y3me{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseItems_infoItem__G7C39{background:#f8fafc;border-radius:8px;padding:12px 16px}.PurchaseItems_infoLabel__79UfM{color:#64748b;display:block;font-size:10px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.PurchaseItems_infoValue__ZbvWd{color:#1a202c;font-size:14px;font-weight:500}.PurchaseItems_modalOverlay__2FHUi{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.PurchaseItems_modal__QC4VI{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.PurchaseItems_modalHeader__MpPFl{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.PurchaseItems_modalHeader__MpPFl h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.PurchaseItems_modalHeader__MpPFl button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.PurchaseItems_modalBody__VQ1xS{padding:20px}.PurchaseItems_hint__N4B4p{color:#64748b;font-size:12px;margin:12px 0 0}.PurchaseItems_modalFooter__AXIHA{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.PurchaseItems_loading__YUhVT{align-items:center;display:flex;justify-content:center;padding:60px 20px}.PurchaseItems_spinner__03a5i{animation:PurchaseItems_spin__q4ohv .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0d9488;height:36px;width:36px}@keyframes PurchaseItems_spin__q4ohv{to{transform:rotate(1turn)}}.PurchaseItems_emptyState__e1Vsv{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.PurchaseItems_emptyIcon__f\+B3W{align-items:center;background:#ccfbf1;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.PurchaseItems_emptyIcon__f\+B3W i{color:#0d9488;font-size:24px}.PurchaseItems_emptyState__e1Vsv h3{color:#1a202c;font-size:16px;margin:0 0 4px}.PurchaseItems_emptyState__e1Vsv p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.PurchaseItems_statsRow__9GI-\+{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PurchaseItems_statsRow__9GI-\+,.PurchaseItems_viewGrid__PVFw7{grid-template-columns:1fr}.PurchaseItems_viewSection__L\+0Mo:nth-child(odd){border-right:none}.PurchaseItems_formGrid__yZ7RH,.PurchaseItems_infoGrid__9y3me{grid-template-columns:1fr}}.PurchaseItems_bulkButtons__1YpxR .PurchaseItems_dangerBtn__T\+zc1{background:#fef2f2;color:#dc2626}.PurchaseItems_lineTotal__IbjVi{color:#1a202c;font-weight:600}.PurchaseItems_statusDraft__-R9fw{background:#f1f5f9;color:#94a3b8}.PurchaseItems_disabled__\+lwHb{background:#f1f5f9!important;color:#64748b!important;cursor:not-allowed!important}.PurchaseItems_itemCard__8nNUZ{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.PurchaseItems_itemCard__8nNUZ:hover{border-color:#0d9488;box-shadow:0 4px 12px #0d948826;transform:translateY(-2px)}.PurchaseItems_itemCard__8nNUZ.PurchaseItems_selected__ZVFft{background:#ccfbf1;border-color:#0d9488}.PurchaseItems_cardCode__07JMz{color:#0d9488;font-family:monospace;font-size:12px;font-weight:600}.PurchaseItems_cardQty__Oun7o{color:#64748b;font-size:11px;margin:6px 0}.PurchaseItems_cardTotal__Fg-fT{color:#0d9488;font-size:18px;font-weight:700}.PurchaseItems_cardPack__LnK5b{background:#f1f5f9;border-radius:4px;color:#64748b;font-size:11px;padding:3px 8px}.PurchaseItems_cardsGroup__oVVBW{margin-bottom:0}.PurchaseReturns_pageHeader__PfxZP{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.PurchaseReturns_headerLeft__AJk5o{align-items:center;display:flex;gap:16px}.PurchaseReturns_backButton__hPkus{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;width:42px}.PurchaseReturns_backButton__hPkus:hover{background:#f8fafc;color:#1a202c}.PurchaseReturns_titleGroup__AirNm{display:flex;flex-direction:column;gap:4px}.PurchaseReturns_pageTitle__-1eBS{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.PurchaseReturns_pageTitle__-1eBS i{color:#d97706;font-size:20px}.PurchaseReturns_breadcrumb__G\+Af0{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.PurchaseReturns_breadcrumb__G\+Af0 a{color:#d97706;text-decoration:none}.PurchaseReturns_breadcrumb__G\+Af0 a:hover{text-decoration:underline}.PurchaseReturns_headerActions__DOuZT{align-items:center;display:flex;gap:8px}.PurchaseReturns_approvedBadge__jFBXZ{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;color:#b45309;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.PurchaseReturns_btnIcon__hQaCh{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;width:36px}.PurchaseReturns_btnIcon__hQaCh.PurchaseReturns_active__9b2RM,.PurchaseReturns_btnIcon__hQaCh:hover{background:#fef3c7;border-color:#d97706;color:#d97706}.PurchaseReturns_btnPrimary__A32Zs{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.PurchaseReturns_btnPrimary__A32Zs:hover{box-shadow:0 4px 12px #d9770659}.PurchaseReturns_btnSecondary__sOCLH{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.PurchaseReturns_btnSecondary__sOCLH:hover{background:#f8fafc}.PurchaseReturns_btnCancel__Cf\+NU{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.PurchaseReturns_btnSave__V-uVh{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.PurchaseReturns_btnSave__V-uVh:disabled{cursor:not-allowed;opacity:.6}.PurchaseReturns_btnApprove__1brsp{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 24px}.PurchaseReturns_btnApprove__1brsp:disabled{cursor:not-allowed;opacity:.6}.PurchaseReturns_statsRow__8O5Yl{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.PurchaseReturns_statCard__6vie6{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px}.PurchaseReturns_statIcon__3f3qe{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.PurchaseReturns_statIcon__3f3qe.PurchaseReturns_amber__MrKxV{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.PurchaseReturns_statIcon__3f3qe.PurchaseReturns_orange__8lzv3{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.PurchaseReturns_statIcon__3f3qe.PurchaseReturns_green__-MVlv{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.PurchaseReturns_statIcon__3f3qe.PurchaseReturns_blue__0o5Tj{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.PurchaseReturns_statInfo__luFjv{display:flex;flex-direction:column;gap:2px}.PurchaseReturns_statLabel__e06js{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.PurchaseReturns_statValue__2kcUG{color:#1a202c;font-size:18px;font-weight:700}.PurchaseReturns_card__BG2wQ{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.PurchaseReturns_toolbar__J5Hop{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseReturns_toolbarLeft__UEySx{align-items:center;display:flex;flex-shrink:0;gap:12px}.PurchaseReturns_toolbarRight__ENkr9{align-items:center;display:flex;flex-wrap:nowrap;gap:10px}.PurchaseReturns_searchBox__Gfvp9{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.PurchaseReturns_searchBox__Gfvp9:focus-within{border-color:#d97706;box-shadow:0 0 0 3px #d977061a}.PurchaseReturns_searchBox__Gfvp9 i{color:#94a3b8;font-size:13px}.PurchaseReturns_searchBox__Gfvp9 input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.PurchaseReturns_toolbarBtn__FEfn1{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;white-space:nowrap}.PurchaseReturns_toolbarBtn__FEfn1.PurchaseReturns_active__9b2RM,.PurchaseReturns_toolbarBtn__FEfn1:hover{background:#fef3c7;border-color:#d97706;color:#d97706}.PurchaseReturns_toolbarSelect__C8tWA{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.PurchaseReturns_badge__d8YLP{background:#d97706;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.PurchaseReturns_layoutToggle__TiZRZ{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.PurchaseReturns_layoutToggle__TiZRZ button{background:#fff;border:none;color:#64748b;cursor:pointer;padding:7px 10px}.PurchaseReturns_layoutToggle__TiZRZ button:first-child{border-right:1px solid #e2e8f0}.PurchaseReturns_layoutToggle__TiZRZ button.PurchaseReturns_active__9b2RM{background:#d97706;color:#fff}.PurchaseReturns_dropdownWrapper__i90p-{position:relative}.PurchaseReturns_dropdownMenu__URVc6{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.PurchaseReturns_dropdownHeader__eOG8Q{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.PurchaseReturns_dropdownItem__52BPG{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.PurchaseReturns_dropdownItem__52BPG:hover{background:#fef3c7}.PurchaseReturns_dropdownItem__52BPG i{color:#d97706;width:16px}.PurchaseReturns_dropdownItem__52BPG span{flex:1 1}.PurchaseReturns_dropdownItem__52BPG button{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseReturns_dropdownEmpty__FxPTR{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.PurchaseReturns_dropdownFooter__WZ0XN{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.PurchaseReturns_dropdownFooter__WZ0XN button{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;flex:1 1;font-size:12px;padding:6px 10px}.PurchaseReturns_checkboxItem__ptT5d{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.PurchaseReturns_checkboxItem__ptT5d:hover{background:#f8fafc}.PurchaseReturns_checkboxItem__ptT5d input{accent-color:#d97706}.PurchaseReturns_checkboxItem__ptT5d span{color:#334155;font-size:13px}.PurchaseReturns_filterPanel__PX4Wd{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.PurchaseReturns_filterGroup__BDexO{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.PurchaseReturns_filterGroup__BDexO.PurchaseReturns_subgroup__VnBLJ{border-left:3px solid #d97706;margin-left:24px;margin-top:12px}.PurchaseReturns_subgroupHeader__6csqA{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.PurchaseReturns_subgroupHeader__6csqA span{color:#64748b;font-size:12px}.PurchaseReturns_removeSubgroupBtn__6IIH6{background:none;border:none;color:#94a3b8;cursor:pointer}.PurchaseReturns_conditionsList__cC3qP{display:flex;flex-direction:column;gap:8px}.PurchaseReturns_conditionRow__XS5rv{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PurchaseReturns_conditionHandle__\+Fu1U{color:#cbd5e1;cursor:grab;padding:4px}.PurchaseReturns_whereLabel__FyLj9{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.PurchaseReturns_logicLabel__440J0{background:#fef3c7;border-radius:4px;color:#d97706;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.PurchaseReturns_fieldSelect__HhYZB,.PurchaseReturns_operatorSelect__3oEP9,.PurchaseReturns_valueInput__fBE9J,.PurchaseReturns_valueSelect__g264P{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.PurchaseReturns_fieldSelect__HhYZB{min-width:140px}.PurchaseReturns_operatorSelect__3oEP9{min-width:100px}.PurchaseReturns_valueInput__fBE9J{flex:1 1;min-width:120px}.PurchaseReturns_valueSelect__g264P{min-width:120px}.PurchaseReturns_fieldSelect__HhYZB:focus,.PurchaseReturns_operatorSelect__3oEP9:focus,.PurchaseReturns_valueInput__fBE9J:focus,.PurchaseReturns_valueSelect__g264P:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a;outline:none}.PurchaseReturns_removeBtn__OhXms{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.PurchaseReturns_removeBtn__OhXms:hover{background:#fee2e2;color:#ef4444}.PurchaseReturns_subgroupsContainer__KMe8q{margin-top:12px}.PurchaseReturns_groupActions__9fMVK{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.PurchaseReturns_logicToggle__hpUv4{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.PurchaseReturns_logicBtn__yfs5h{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.PurchaseReturns_logicBtn__yfs5h.PurchaseReturns_active__9b2RM{background:#d97706;color:#fff}.PurchaseReturns_addConditionBtn__p9n6i,.PurchaseReturns_addSubgroupBtn__S8LjI{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.PurchaseReturns_addConditionBtn__p9n6i:hover,.PurchaseReturns_addSubgroupBtn__S8LjI:hover{background:#fef3c7;border-color:#d97706;color:#d97706}.PurchaseReturns_filterPanelFooter__suNc3{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.PurchaseReturns_addGroupBtn__hxWvm{align-items:center;background:#fef3c7;border:1px dashed #d97706;border-radius:6px;color:#d97706;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.PurchaseReturns_clearAllBtn__s48Bw{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.PurchaseReturns_bulkActionsBar__qlEa8{align-items:center;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.PurchaseReturns_bulkInfo__Eb4i3{align-items:center;display:flex;gap:12px}.PurchaseReturns_bulkInfo__Eb4i3 span{font-size:13px;font-weight:500}.PurchaseReturns_clearSelectionBtn__X-ys0{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.PurchaseReturns_bulkButtons__DqSbp{display:flex;gap:8px}.PurchaseReturns_bulkButtons__DqSbp button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.PurchaseReturns_resultsBar__rTWBG{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.PurchaseReturns_tableGroup__uF90P{margin-bottom:0}.PurchaseReturns_groupHeader__4qbdf{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:1px solid #fcd34d;display:flex;gap:10px;padding:12px 16px}.PurchaseReturns_groupHeader__4qbdf span:first-child{color:#b45309;font-weight:600}.PurchaseReturns_groupCount__Ugu2F{background:#d97706;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.PurchaseReturns_tableWrapper__7mVWe{overflow-x:auto}.PurchaseReturns_table__JbRvv{border-collapse:collapse;width:100%}.PurchaseReturns_table__JbRvv th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.PurchaseReturns_table__JbRvv td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.PurchaseReturns_table__JbRvv tbody tr:hover{background:#fef3c7}.PurchaseReturns_selectedRow__SpyIG{background:#fef3c7!important}.PurchaseReturns_returnNumber__rVbnv{color:#d97706;font-family:monospace;font-weight:600}.PurchaseReturns_poLink__I-DXx{color:#3b82f6;font-family:monospace;font-weight:600;text-decoration:none}.PurchaseReturns_poLink__I-DXx:hover{text-decoration:underline}.PurchaseReturns_vendorName__EwvE3{color:#1a202c;font-weight:500}.PurchaseReturns_itemsCount__Yx5XH{background:#f1f5f9;border-radius:10px;font-size:11px;font-weight:600;padding:2px 8px}.PurchaseReturns_amount__7hVOt{color:#1a202c;font-weight:600}.PurchaseReturns_statusBadge__GyGyW{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.PurchaseReturns_statusApproved__hcbR6{background:#dcfce7;color:#16a34a}.PurchaseReturns_statusPending__LUNq3{background:#fef3c7;color:#d97706}.PurchaseReturns_statusDraft__aU0ko{background:#f1f5f9;color:#64748b}.PurchaseReturns_statusRejected__x9gqS{background:#fee2e2;color:#dc2626}.PurchaseReturns_statusDefault__F4X72{background:#f1f5f9;color:#64748b}.PurchaseReturns_actions__V2QbG{display:flex;gap:4px}.PurchaseReturns_actionBtn__mYWLI{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_view__R6H\+W{background:#fef3c7;color:#d97706}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_view__R6H\+W:hover{background:#d97706;color:#fff}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_edit__55RHC{background:#e0f2fe;color:#0369a1}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_edit__55RHC:hover{background:#0369a1;color:#fff}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_delete__7Ysuj{background:#fee2e2;color:#dc2626}.PurchaseReturns_actionBtn__mYWLI.PurchaseReturns_delete__7Ysuj:hover{background:#dc2626;color:#fff}.PurchaseReturns_cardsGroup__4pZ1k{margin-bottom:0}.PurchaseReturns_cardsGrid__Oc8oj{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:16px}.PurchaseReturns_returnCard__S4Lfu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.PurchaseReturns_returnCard__S4Lfu:hover{border-color:#d97706;box-shadow:0 4px 12px #d9770626;transform:translateY(-2px)}.PurchaseReturns_returnCard__S4Lfu.PurchaseReturns_selected__o4Uo8{background:#fef3c7;border-color:#d97706}.PurchaseReturns_cardHeader__Gb0xs{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:1px solid #fcd34d;display:flex;justify-content:space-between;padding:12px}.PurchaseReturns_cardLogo__uoXSy{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.PurchaseReturns_cardBody__K89FU{padding:14px}.PurchaseReturns_cardBody__K89FU h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.PurchaseReturns_cardVendor__Ba9HO{color:#d97706;font-size:13px;font-weight:500}.PurchaseReturns_cardMeta__pokQ1{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.PurchaseReturns_cardMeta__pokQ1 i{color:#d97706;margin-right:4px}.PurchaseReturns_cardAmount__6d0pB{color:#d97706;font-size:18px;font-weight:700}.PurchaseReturns_cardFooter__c5PJ\+{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.PurchaseReturns_reasonBadge__WXoIQ{background:#f1f5f9;border-radius:12px;color:#64748b;font-size:11px;font-weight:500;padding:4px 10px}.PurchaseReturns_cardActions__pV1Eq{display:flex;gap:6px}.PurchaseReturns_cardActions__pV1Eq button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.PurchaseReturns_cardActions__pV1Eq button:hover{background:#d97706;color:#fff}.PurchaseReturns_cardActions__pV1Eq .PurchaseReturns_deleteBtn__bl5s5{background:#fee2e2;color:#dc2626}.PurchaseReturns_cardActions__pV1Eq .PurchaseReturns_deleteBtn__bl5s5:hover{background:#dc2626;color:#fff}.PurchaseReturns_bulkDeleteBtn__Rdxgz{background:#fee2e2!important;color:#dc2626!important}.PurchaseReturns_bulkDeleteBtn__Rdxgz:hover{background:#dc2626!important;color:#fff!important}.PurchaseReturns_pagination__z0B7x{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.PurchaseReturns_pageInfo__uQDfO{color:#64748b;font-size:13px}.PurchaseReturns_pageInfo__uQDfO strong{color:#1a202c}.PurchaseReturns_pageControls__rDUR5{align-items:center;display:flex;gap:12px}.PurchaseReturns_perPageSelect__Tof\+m{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.PurchaseReturns_pageButtons__IGQaM{align-items:center;display:flex;gap:4px}.PurchaseReturns_pageBtn__sjmdF{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.PurchaseReturns_pageBtn__sjmdF:hover:not(:disabled){background:#fef3c7;border-color:#d97706;color:#d97706}.PurchaseReturns_pageBtn__sjmdF:disabled{cursor:not-allowed;opacity:.4}.PurchaseReturns_pageNum__0isss{color:#64748b;font-size:12px;padding:0 8px}.PurchaseReturns_viewCard__vtpoE{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.PurchaseReturns_viewHeader__LdyIH{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:1px solid #fcd34d;display:flex;gap:20px;padding:24px}.PurchaseReturns_returnIcon__7Oqcl{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:16px;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.PurchaseReturns_returnInfo__MC\+h1{flex:1 1}.PurchaseReturns_returnInfo__MC\+h1 h2{color:#1a202c;font-size:22px;font-weight:700;margin:0 0 4px}.PurchaseReturns_returnDate__tvUcC{color:#64748b;font-size:13px;margin-bottom:10px}.PurchaseReturns_statusTags__jWnCT{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PurchaseReturns_returnTotal__i9fwV{text-align:right}.PurchaseReturns_totalLabel__knNif{color:#64748b;display:block;font-size:11px;text-transform:uppercase}.PurchaseReturns_totalValue__QMseH{color:#d97706;font-size:24px;font-weight:700}.PurchaseReturns_viewGrid__JAawv{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.PurchaseReturns_viewSection__fq8xK{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_viewSection__fq8xK:nth-child(odd){border-right:1px solid #f1f5f9}.PurchaseReturns_viewSection__fq8xK h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.PurchaseReturns_viewSection__fq8xK h4 i{color:#d97706}.PurchaseReturns_detailRow__o2pC3{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:8px 0}.PurchaseReturns_detailRow__o2pC3:last-child{border-bottom:none}.PurchaseReturns_detailRow__o2pC3 span:first-child{color:#64748b;font-size:13px}.PurchaseReturns_detailRow__o2pC3 span:last-child{color:#1a202c;font-size:13px;font-weight:500}.PurchaseReturns_detailRow__o2pC3.PurchaseReturns_grandTotal__E1LWU{border-top:2px solid #d97706;margin-top:8px;padding-top:12px}.PurchaseReturns_detailRow__o2pC3.PurchaseReturns_grandTotal__E1LWU span:last-child{color:#d97706;font-size:15px;font-weight:700}.PurchaseReturns_itemsSection__rfSV5{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_itemsSection__rfSV5 h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 16px;text-transform:uppercase}.PurchaseReturns_itemsSection__rfSV5 h4 i{color:#d97706}.PurchaseReturns_itemsTableWrapper__DTPHN{overflow-x:auto}.PurchaseReturns_itemsTable__2AB45{border-collapse:collapse;width:100%}.PurchaseReturns_itemsTable__2AB45 th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase}.PurchaseReturns_itemsTable__2AB45 td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px;padding:10px 12px}.PurchaseReturns_itemsTable__2AB45 tbody tr:hover{background:#f8fafc}.PurchaseReturns_productCode__zwD4z{color:#d97706;font-family:monospace;font-weight:500}.PurchaseReturns_lineTotal__JPKeE{color:#1a202c;font-weight:600}.PurchaseReturns_notesSection__dqnI7{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_notesSection__dqnI7 h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseReturns_notesSection__dqnI7 h4 i{color:#d97706}.PurchaseReturns_notesSection__dqnI7 p{background:#f8fafc;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;margin:0;padding:14px}.PurchaseReturns_approvalSection__rY3hU{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_approvalSection__rY3hU h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseReturns_approvalSection__rY3hU h4 i{color:#16a34a}.PurchaseReturns_approvalInfo__7Iov4{background:#dcfce7;border-radius:8px;color:#334155;display:flex;font-size:13px;gap:20px;padding:14px}.PurchaseReturns_rejectionSection__IlNXj{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_rejectionSection__IlNXj h4{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin:0 0 12px;text-transform:uppercase}.PurchaseReturns_rejectionSection__IlNXj h4 i{color:#dc2626}.PurchaseReturns_rejectionInfo__ijIEi{background:#fee2e2;border-radius:8px;color:#334155;display:flex;flex-direction:column;font-size:13px;gap:8px;padding:14px}.PurchaseReturns_rejectionInfo__ijIEi p{font-style:italic;margin:8px 0 0}.PurchaseReturns_viewFooter__W\+0e6{border-top:1px solid #e2e8f0;color:#64748b;font-size:12px;padding:16px 24px}.PurchaseReturns_formCard__RAabs{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;overflow:hidden}.PurchaseReturns_formSection__xRXLM{border-bottom:1px solid #f1f5f9;padding:24px}.PurchaseReturns_formSection__xRXLM:last-of-type{border-bottom:none}.PurchaseReturns_formSection__xRXLM h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 20px}.PurchaseReturns_formSection__xRXLM h3 i{color:#d97706}.PurchaseReturns_formGrid__jk6YR{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseReturns_formGroup__E1mm6{display:flex;flex-direction:column;gap:6px}.PurchaseReturns_formGroup__E1mm6 label{color:#374151;font-size:12px;font-weight:600}.PurchaseReturns_formGroup__E1mm6 input,.PurchaseReturns_formGroup__E1mm6 select,.PurchaseReturns_formGroup__E1mm6 textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.PurchaseReturns_formGroup__E1mm6 input:focus,.PurchaseReturns_formGroup__E1mm6 select:focus,.PurchaseReturns_formGroup__E1mm6 textarea:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a;outline:none}.PurchaseReturns_formGroup__E1mm6 textarea{min-height:80px;resize:vertical}.PurchaseReturns_formFooter__oyEgA{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;justify-content:flex-end;padding:20px}.PurchaseReturns_infoGrid__-py7G{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PurchaseReturns_infoItem__6c9e5{background:#f8fafc;border-radius:8px;padding:12px 16px}.PurchaseReturns_infoLabel__9z51s{color:#64748b;display:block;font-size:10px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.PurchaseReturns_infoValue__oVLoS{color:#1a202c;font-size:14px;font-weight:500}.PurchaseReturns_modalOverlay__oX5TG{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.PurchaseReturns_modal__svztW{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.PurchaseReturns_modalHeader__uwpKA{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.PurchaseReturns_modalHeader__uwpKA h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.PurchaseReturns_modalHeader__uwpKA button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.PurchaseReturns_modalBody__oVppK{padding:20px}.PurchaseReturns_hint__aMOTh{color:#64748b;font-size:12px;margin:12px 0 0}.PurchaseReturns_modalFooter__ZJgTP{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.PurchaseReturns_loading__u-ZQ7{align-items:center;display:flex;justify-content:center;padding:60px 20px}.PurchaseReturns_spinner__Rtcok{animation:PurchaseReturns_spin__RfhKg .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#d97706;height:36px;width:36px}@keyframes PurchaseReturns_spin__RfhKg{to{transform:rotate(1turn)}}.PurchaseReturns_emptyState__yZVxL{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.PurchaseReturns_emptyIcon__jfTxr{align-items:center;background:#fef3c7;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.PurchaseReturns_emptyIcon__jfTxr i{color:#d97706;font-size:24px}.PurchaseReturns_emptyState__yZVxL h3{color:#1a202c;font-size:16px;margin:0 0 4px}.PurchaseReturns_emptyState__yZVxL p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.PurchaseReturns_statsRow__8O5Yl{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PurchaseReturns_statsRow__8O5Yl,.PurchaseReturns_viewGrid__JAawv{grid-template-columns:1fr}.PurchaseReturns_viewSection__fq8xK:nth-child(odd){border-right:none}.PurchaseReturns_formGrid__jk6YR,.PurchaseReturns_infoGrid__-py7G{grid-template-columns:1fr}}.CustomersList_pageHeader__khShI{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.CustomersList_headerLeft__xI7Ls{flex:1 1}.CustomersList_pageTitle__36ihm{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.CustomersList_breadcrumb__xake2{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.CustomersList_breadcrumb__xake2 a{color:#6366f1;text-decoration:none}.CustomersList_headerActions__acVoJ{align-items:center;display:flex;gap:10px}.CustomersList_btnIcon__aJ9Wg{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.CustomersList_btnIcon__aJ9Wg:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.CustomersList_btnIcon__aJ9Wg.CustomersList_active__Avlb6{background:#6366f1;border-color:#6366f1;color:#fff}.CustomersList_btnPrimary__uAw9F{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.CustomersList_btnPrimary__uAw9F:hover{background:#4f46e5}.CustomersList_btnSecondary__bikAZ{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.CustomersList_btnSecondary__bikAZ:hover{background:#f9fafb}.CustomersList_statsRow__KiYy9{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.CustomersList_statCard__1D1Wd{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.CustomersList_statIcon__vGDJx{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.CustomersList_statIcon__vGDJx.CustomersList_blue__xBYh3{background:#eff6ff;color:#3b82f6}.CustomersList_statIcon__vGDJx.CustomersList_green__KDYYu{background:#f0fdf4;color:#22c55e}.CustomersList_statIcon__vGDJx.CustomersList_orange__o614z{background:#fff7ed;color:#f97316}.CustomersList_statIcon__vGDJx.CustomersList_purple__vl-MY{background:#faf5ff;color:#a855f7}.CustomersList_statInfo__UuAKi{flex:1 1}.CustomersList_statValue__3RNAx{color:#111827;font-size:20px;font-weight:700}.CustomersList_statLabel__Dzr5M{color:#6b7280;font-size:12px}.CustomersList_card__7DcRd{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.CustomersList_toolbar__Px\+3Q{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.CustomersList_toolbarLeft__TqQlK,.CustomersList_toolbar__Px\+3Q{align-items:center;display:flex;gap:10px}.CustomersList_toolbarRight__d2W-W{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.CustomersList_searchBox__tgqbq{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.CustomersList_searchBox__tgqbq i{color:#9ca3af;font-size:13px}.CustomersList_searchBox__tgqbq input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.CustomersList_toolbarBtn__JyQ0l{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.CustomersList_toolbarBtn__JyQ0l:hover{border-color:#6366f1;color:#6366f1}.CustomersList_toolbarBtn__JyQ0l.CustomersList_active__Avlb6{background:#eef2ff;border-color:#6366f1;color:#6366f1}.CustomersList_toolbarBtn__JyQ0l .CustomersList_badge__GCp-x{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.CustomersList_toolbarSelect__XE8Mh{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.CustomersList_layoutToggle__brnph{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.CustomersList_layoutToggle__brnph button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.CustomersList_layoutToggle__brnph button:first-child{border-right:1px solid #e5e7eb}.CustomersList_layoutToggle__brnph button.CustomersList_active__Avlb6{background:#6366f1;color:#fff}.CustomersList_layoutToggle__brnph button:hover:not(.CustomersList_active__Avlb6){background:#f3f4f6}.CustomersList_dropdownWrapper__pFbPv{position:relative}.CustomersList_dropdownMenu__4Rw1m{animation:CustomersList_fadeIn__q6Ptn .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes CustomersList_fadeIn__q6Ptn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.CustomersList_dropdownHeader__Qy-ET{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.CustomersList_dropdownItem__kBuTa{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.CustomersList_dropdownItem__kBuTa:hover{background:#f9fafb}.CustomersList_dropdownItem__kBuTa i{color:#9ca3af;width:16px}.CustomersList_dropdownItem__kBuTa button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.CustomersList_dropdownItem__kBuTa button:hover{color:#ef4444}.CustomersList_dropdownEmpty__YVvd3{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.CustomersList_dropdownFooter__GIUSY{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.CustomersList_dropdownFooter__GIUSY button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.CustomersList_dropdownFooter__GIUSY button:hover{text-decoration:underline}.CustomersList_checkboxItem__nSbCj{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.CustomersList_checkboxItem__nSbCj:hover{background:#f9fafb}.CustomersList_checkboxItem__nSbCj input{accent-color:#6366f1}.CustomersList_filterPanel__IEbZ5{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.CustomersList_filterGroup__6DcY4{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.CustomersList_filterGroup__6DcY4.CustomersList_subgroup__aec99{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.CustomersList_subgroupHeader__cyY75{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.CustomersList_removeSubgroupBtn__qNduq{background:none;border:none;color:#d1d5db;cursor:pointer}.CustomersList_removeSubgroupBtn__qNduq:hover{color:#ef4444}.CustomersList_conditionsList__5MeRj{display:flex;flex-direction:column;gap:6px}.CustomersList_conditionRow__UzMlI{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.CustomersList_conditionHandle__sDwmM{color:#d1d5db;cursor:grab;font-size:11px}.CustomersList_logicLabel__lGOxc,.CustomersList_whereLabel__3H1zv{color:#6b7280;font-size:12px;min-width:42px}.CustomersList_fieldSelect__YcSDw,.CustomersList_operatorSelect__oSjVP,.CustomersList_valueInput__9UEAr,.CustomersList_valueSelect__H2TRa{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.CustomersList_fieldSelect__YcSDw{min-width:120px}.CustomersList_operatorSelect__oSjVP{min-width:90px}.CustomersList_valueInput__9UEAr,.CustomersList_valueSelect__H2TRa{flex:1 1;max-width:160px;min-width:120px}.CustomersList_fieldSelect__YcSDw:focus,.CustomersList_operatorSelect__oSjVP:focus,.CustomersList_valueInput__9UEAr:focus,.CustomersList_valueSelect__H2TRa:focus{border-color:#6366f1;outline:none}.CustomersList_removeBtn__sNdUC{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.CustomersList_removeBtn__sNdUC:hover{color:#ef4444}.CustomersList_subgroupsContainer__9vbUS{margin-top:8px}.CustomersList_groupActions__Dstdd{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.CustomersList_logicToggle__ji\+Qa{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.CustomersList_logicBtn__JNTil{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.CustomersList_logicBtn__JNTil.CustomersList_active__Avlb6{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.CustomersList_addConditionBtn__Ln18v,.CustomersList_addSubgroupBtn__xdvd7{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.CustomersList_addConditionBtn__Ln18v:hover,.CustomersList_addSubgroupBtn__xdvd7:hover{text-decoration:underline}.CustomersList_filterPanelFooter__S6OH9{display:flex;justify-content:space-between;margin-top:10px}.CustomersList_addGroupBtn__p9xrd{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.CustomersList_clearAllBtn__jRHw7{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.CustomersList_clearAllBtn__jRHw7:hover{color:#ef4444}.CustomersList_bulkActionsBar__Bmgus{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.CustomersList_bulkInfo__DdbTS{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.CustomersList_bulkInfo__DdbTS input{accent-color:#6366f1}.CustomersList_clearSelectionBtn__1sBx-{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.CustomersList_bulkButtons__1azYC{display:flex;gap:6px}.CustomersList_bulkButtons__1azYC button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.CustomersList_bulkButtons__1azYC button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.CustomersList_bulkButtons__1azYC button.CustomersList_dangerBtn__Y9eyt{border-color:#fecaca;color:#dc2626}.CustomersList_bulkButtons__1azYC button.CustomersList_dangerBtn__Y9eyt:hover{background:#dc2626;border-color:#dc2626;color:#fff}.CustomersList_bulkButtons__1azYC button:disabled{cursor:not-allowed;opacity:.5}.CustomersList_trashBanner__UI2Jk{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.CustomersList_resultsBar__xE6pK{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.CustomersList_groupHeader__l2UmZ{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.CustomersList_groupCount__zlLYk{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.CustomersList_tableWrapper__aNtTY{overflow-x:auto}.CustomersList_table__ZKj0D{border-collapse:collapse;width:100%}.CustomersList_table__ZKj0D thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.CustomersList_table__ZKj0D tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.CustomersList_table__ZKj0D tbody tr:hover{background:#f9fafb}.CustomersList_selectedRow__YVXdn{background:#eef2ff!important}.CustomersList_customerCode__seCBV{align-items:center;background:#f3f4f6;border-radius:4px;color:#6b7280;display:inline-flex;font-family:monospace;font-size:11px;gap:6px;padding:2px 6px}.CustomersList_trashedBadge__bZAWL{background:#fef3c7;border-radius:3px;color:#d97706;font-size:9px;font-weight:600;padding:2px 5px}.CustomersList_customerCell__DkDim{display:flex;flex-direction:column}.CustomersList_customerCell__DkDim span{color:#111827;font-size:13px}.CustomersList_customerCell__DkDim small{color:#9ca3af;font-size:11px}.CustomersList_amount__degvE{color:#374151;font-family:monospace;font-size:14px}.CustomersList_creditAmount__VsuUo{color:#dc2626;font-family:monospace;font-size:14px;font-weight:500}.CustomersList_creditYes__1iEV6{color:#059669;font-weight:500}.CustomersList_creditNo__umy71{color:#6b7280}.CustomersList_typeBadge__i97w3{border-radius:4px;font-size:11px;padding:2px 8px;text-transform:capitalize}.CustomersList_typeBadge__i97w3,.CustomersList_typeRegular__iq1A0{background:#f3f4f6;color:#374151}.CustomersList_typeVip__2OBfb{background:#fef3c7;color:#d97706}.CustomersList_typeWholesale__0JYYo{background:#dbeafe;color:#2563eb}.CustomersList_typeCorporate__52f0p{background:#ede9fe;color:#7c3aed}.CustomersList_statusBadge__Jpyr7{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:capitalize}.CustomersList_statusActive__u4ab1{background:#d1fae5;color:#059669}.CustomersList_statusInactive__5x1\+x{background:#fee2e2;color:#dc2626}.CustomersList_statusDeleted__o0iCm{background:#fef2f2;color:#991b1b}.CustomersList_statusDefault__Q7e5I{background:#f3f4f6;color:#6b7280}.CustomersList_actions__IP589{display:flex;gap:4px}.CustomersList_actionBtn__Ze\+FJ{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.CustomersList_actionBtn__Ze\+FJ.CustomersList_view__0iwMl{background:#eff6ff;color:#3b82f6}.CustomersList_actionBtn__Ze\+FJ.CustomersList_view__0iwMl:hover{background:#3b82f6;color:#fff}.CustomersList_actionBtn__Ze\+FJ.CustomersList_edit__dsH5L{background:#fef3c7;color:#d97706}.CustomersList_actionBtn__Ze\+FJ.CustomersList_edit__dsH5L:hover{background:#d97706;color:#fff}.CustomersList_actionBtn__Ze\+FJ.CustomersList_delete__zdbCn{background:#fee2e2;color:#dc2626}.CustomersList_actionBtn__Ze\+FJ.CustomersList_delete__zdbCn:hover{background:#dc2626;color:#fff}.CustomersList_actionBtn__Ze\+FJ.CustomersList_restore__Nfi8m{background:#d1fae5;color:#059669}.CustomersList_actionBtn__Ze\+FJ.CustomersList_restore__Nfi8m:hover{background:#059669;color:#fff}.CustomersList_cardsGrid__8FcvD{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.CustomersList_customerCard__XQWUc{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.CustomersList_customerCard__XQWUc:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.CustomersList_customerCard__XQWUc.CustomersList_selected__ARwkN{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.CustomersList_cardHeader__GqdoS{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.CustomersList_cardHeader__GqdoS input{accent-color:#6366f1}.CustomersList_cardLogo__dW6pr{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.CustomersList_cardHeader__GqdoS .CustomersList_statusBadge__Jpyr7{margin-left:auto}.CustomersList_cardBody__IPI-a{padding:14px}.CustomersList_cardBody__IPI-a h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.CustomersList_cardSubtitle__Gdvpg{color:#6b7280;font-family:monospace;font-size:11px}.CustomersList_cardMeta__7lJQ-{color:#6b7280;display:flex;font-size:12px;gap:12px;margin-top:8px}.CustomersList_cardMeta__7lJQ- span{align-items:center;display:flex;gap:4px}.CustomersList_cardMeta__7lJQ- i{font-size:11px}.CustomersList_cardAmount__IM27y{color:#111827;font-size:18px;font-weight:700;margin-top:10px}.CustomersList_cardFooter__JzJOv{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.CustomersList_cardActions__LxGc5{display:flex;gap:4px}.CustomersList_cardActions__LxGc5 button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.CustomersList_cardActions__LxGc5 button:hover{background:#6366f1;color:#fff}.CustomersList_pagination__YlBTq{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.CustomersList_pageInfo__IG01s{color:#6b7280;font-size:12px}.CustomersList_pageInfo__IG01s strong{color:#111827}.CustomersList_pageControls__n0ZgU{align-items:center;display:flex;gap:8px}.CustomersList_perPageSelect__Xo5qN{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.CustomersList_pageButtons__Q5AHu{display:flex;gap:2px}.CustomersList_pageBtn__Phzvo{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.CustomersList_pageBtn__Phzvo:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.CustomersList_pageBtn__Phzvo:disabled{cursor:not-allowed;opacity:.4}.CustomersList_pageNum__qdbG1{color:#6b7280;font-size:12px;padding:0 8px}.CustomersList_modalOverlay__dP9WY{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.CustomersList_modal__y3FvQ{animation:CustomersList_modalIn__AwKgB .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes CustomersList_modalIn__AwKgB{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.CustomersList_modalHeader__9XEei{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.CustomersList_modalHeader__9XEei h3{color:#111827;font-size:16px;font-weight:600;margin:0}.CustomersList_modalHeader__9XEei button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.CustomersList_modalHeader__9XEei button:hover{color:#374151}.CustomersList_modalBody__KIuGO{padding:20px}.CustomersList_modalBody__KIuGO p{color:#6b7280;font-size:14px;margin:0 0 16px}.CustomersList_modalBody__KIuGO .CustomersList_hint__ukxf5{color:#9ca3af;font-size:12px;margin-top:12px}.CustomersList_formGroup__tHv7w{margin-bottom:14px}.CustomersList_formGroup__tHv7w label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.CustomersList_formGroup__tHv7w input,.CustomersList_formGroup__tHv7w select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.CustomersList_formGroup__tHv7w input:focus,.CustomersList_formGroup__tHv7w select:focus{border-color:#6366f1;outline:none}.CustomersList_modalFooter__G4t8R{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.CustomersList_loading__Ad48d{align-items:center;display:flex;justify-content:center;padding:50px}.CustomersList_spinner__ybGmk{animation:CustomersList_spin__3BXAX .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes CustomersList_spin__3BXAX{to{transform:rotate(1turn)}}.CustomersList_emptyState__4pgHn{padding:50px 20px;text-align:center}.CustomersList_emptyIcon__voheY{color:#d1d5db;font-size:36px;margin-bottom:10px}.CustomersList_emptyState__4pgHn h3{color:#374151;font-size:15px;font-weight:500;margin:0}.CustomersList_emptyState__4pgHn p{color:#6b7280;font-size:13px;margin:8px 0 16px}@media (max-width:1024px){.CustomersList_statsRow__KiYy9{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CustomersList_statsRow__KiYy9{grid-template-columns:1fr 1fr}.CustomersList_toolbar__Px\+3Q{align-items:stretch;flex-direction:column}.CustomersList_toolbarLeft__TqQlK,.CustomersList_toolbarRight__d2W-W{width:100%}.CustomersList_toolbarRight__d2W-W{flex-wrap:wrap;justify-content:flex-start}.CustomersList_searchBox__tgqbq{width:100%}.CustomersList_bulkActionsBar__Bmgus{align-items:flex-start;flex-direction:column;gap:10px}.CustomersList_bulkButtons__1azYC{flex-wrap:wrap}}@media (max-width:480px){.CustomersList_cardsGrid__8FcvD,.CustomersList_statsRow__KiYy9{grid-template-columns:1fr}}.Customers_pageHeader__FCstB{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.Customers_headerLeft__6dJT6{flex:1 1}.Customers_pageTitle__wx2RR{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.Customers_pageTitle__wx2RR i{color:#0891b2}.Customers_breadcrumb__qhEoz{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.Customers_breadcrumb__qhEoz a{color:#0891b2;text-decoration:none}.Customers_breadcrumb__qhEoz a:hover{text-decoration:underline}.Customers_headerActions__9YmjG{align-items:center;display:flex;gap:10px}.Customers_btnIcon__9Znr6{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.Customers_btnIcon__9Znr6:hover{background:#f3f4f6;border-color:#0891b2;color:#0891b2}.Customers_btnIcon__9Znr6.Customers_active__i9Itl{background:#0891b2;border-color:#0891b2;color:#fff}.Customers_btnPrimary__pN5bw{align-items:center;background:#0891b2;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.Customers_btnPrimary__pN5bw:hover{background:#0e7490}.Customers_btnSecondary__V24dl{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.Customers_btnSecondary__V24dl:hover{background:#f9fafb}.Customers_statsRow__9uMyx{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.Customers_statCard__T5Bky{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.Customers_statIcon__1Qwa1{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.Customers_statIcon__1Qwa1.Customers_blue__7vGvN{background:#eff6ff;color:#3b82f6}.Customers_statIcon__1Qwa1.Customers_green__6yg\+-{background:#f0fdf4;color:#22c55e}.Customers_statIcon__1Qwa1.Customers_orange__Oo\+yj{background:#fff7ed;color:#f97316}.Customers_statIcon__1Qwa1.Customers_red__SxN5G{background:#fef2f2;color:#ef4444}.Customers_statIcon__1Qwa1.Customers_purple__9-teO{background:#faf5ff;color:#a855f7}.Customers_statIcon__1Qwa1.Customers_teal__M76yi{background:#ecfeff;color:#0891b2}.Customers_statIcon__1Qwa1.Customers_gray__IPZCg{background:#f3f4f6;color:#6b7280}.Customers_statInfo__IKaie{flex:1 1}.Customers_statValue__UaFSs{color:#111827;font-size:20px;font-weight:700}.Customers_statLabel__DegeG{color:#6b7280;font-size:12px;text-transform:uppercase}.Customers_card__Hipp5{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.Customers_toolbar__bdOpq{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.Customers_toolbarLeft__iqhSd,.Customers_toolbar__bdOpq{align-items:center;display:flex;gap:10px}.Customers_toolbarRight__1h2t9{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Customers_searchBox__nfEtS{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.Customers_searchBox__nfEtS i{color:#9ca3af;font-size:13px}.Customers_searchBox__nfEtS input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.Customers_searchBox__nfEtS input::placeholder{color:#9ca3af}.Customers_toolbarBtn__0UUdL{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.Customers_toolbarBtn__0UUdL:hover{border-color:#0891b2;color:#0891b2}.Customers_toolbarBtn__0UUdL.Customers_active__i9Itl{background:#ecfeff;border-color:#0891b2;color:#0891b2}.Customers_toolbarBtn__0UUdL .Customers_badge__qJSkO{background:#0891b2;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.Customers_toolbarSelect__JW2O2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.Customers_layoutToggle__tfP9E{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.Customers_layoutToggle__tfP9E button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.Customers_layoutToggle__tfP9E button:first-child{border-right:1px solid #e5e7eb}.Customers_layoutToggle__tfP9E button.Customers_active__i9Itl{background:#0891b2;color:#fff}.Customers_layoutToggle__tfP9E button:hover:not(.Customers_active__i9Itl){background:#f3f4f6}.Customers_dropdownWrapper__-OjKX{position:relative}.Customers_dropdownMenu__iTNVz{animation:Customers_fadeIn__tJRaw .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}@keyframes Customers_fadeIn__tJRaw{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Customers_dropdownHeader__GIoY1{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.Customers_dropdownItem__dTM1H{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 12px}.Customers_dropdownItem__dTM1H:hover{background:#f9fafb}.Customers_dropdownItem__dTM1H i{color:#9ca3af;width:16px}.Customers_dropdownItem__dTM1H button{background:none;border:none;color:#d1d5db;cursor:pointer;padding:2px}.Customers_dropdownItem__dTM1H button:hover{color:#ef4444}.Customers_dropdownEmpty__iznDK{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.Customers_dropdownFooter__X6i-k{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.Customers_dropdownFooter__X6i-k button{background:none;border:none;color:#0891b2;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.Customers_dropdownFooter__X6i-k button:hover{text-decoration:underline}.Customers_checkboxItem__XWmA0{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.Customers_checkboxItem__XWmA0:hover{background:#f9fafb}.Customers_checkboxItem__XWmA0 input{accent-color:#0891b2}.Customers_filterPanel__FcbiE{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.Customers_filterGroup__G7Q8n{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.Customers_filterGroup__G7Q8n.Customers_subgroup__QqY9m{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.Customers_subgroupHeader__SN-Z2{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.Customers_removeSubgroupBtn__w-tze{background:none;border:none;color:#d1d5db;cursor:pointer}.Customers_removeSubgroupBtn__w-tze:hover{color:#ef4444}.Customers_conditionsList__gbLTR{display:flex;flex-direction:column;gap:6px}.Customers_conditionRow__xCOwT{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.Customers_conditionHandle__Kx9o6{color:#d1d5db;cursor:grab;font-size:11px}.Customers_logicLabel__YoO2t,.Customers_whereLabel__iHD80{color:#6b7280;font-size:12px;min-width:42px}.Customers_fieldSelect__HL1T8,.Customers_operatorSelect__aIz3c,.Customers_valueInput__9T574,.Customers_valueSelect__nw2w1{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Customers_fieldSelect__HL1T8{min-width:120px}.Customers_operatorSelect__aIz3c{min-width:90px}.Customers_valueInput__9T574,.Customers_valueSelect__nw2w1{flex:1 1;max-width:160px;min-width:120px}.Customers_fieldSelect__HL1T8:focus,.Customers_operatorSelect__aIz3c:focus,.Customers_valueInput__9T574:focus,.Customers_valueSelect__nw2w1:focus{border-color:#0891b2;outline:none}.Customers_removeBtn__Y79Qi{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.Customers_removeBtn__Y79Qi:hover{color:#ef4444}.Customers_subgroupsContainer__Kr4i3{margin-top:8px}.Customers_groupActions__aMmRz{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.Customers_logicToggle__Mm2zp{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.Customers_logicBtn__lZ4zh{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.Customers_logicBtn__lZ4zh.Customers_active__i9Itl{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.Customers_addConditionBtn__7RI2e,.Customers_addSubgroupBtn__gA-6P{align-items:center;background:none;border:none;color:#0891b2;cursor:pointer;display:flex;font-size:11px;gap:4px}.Customers_addConditionBtn__7RI2e:hover,.Customers_addSubgroupBtn__gA-6P:hover{text-decoration:underline}.Customers_filterPanelFooter__HbDX0{display:flex;justify-content:space-between;margin-top:10px}.Customers_addGroupBtn__j4JYw{align-items:center;background:none;border:none;color:#0891b2;cursor:pointer;display:flex;font-size:11px;gap:4px}.Customers_clearAllBtn__TbVSD{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:11px}.Customers_clearAllBtn__TbVSD:hover{color:#ef4444}.Customers_bulkActionsBar__7G15i{align-items:center;background:#ecfeff;border-bottom:1px solid #a5f3fc;display:flex;justify-content:space-between;padding:10px 16px}.Customers_bulkInfo__MNCNb{align-items:center;color:#0e7490;display:flex;font-size:13px;font-weight:500;gap:10px}.Customers_bulkInfo__MNCNb input{accent-color:#0891b2}.Customers_clearSelectionBtn__ZxYZY{background:none;border:none;color:#0891b2;cursor:pointer;font-size:12px}.Customers_bulkButtons__U2BiP{display:flex;gap:6px}.Customers_bulkButtons__U2BiP button{align-items:center;background:#fff;border:1px solid #a5f3fc;border-radius:6px;color:#0e7490;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.Customers_bulkButtons__U2BiP button:hover{background:#0891b2;border-color:#0891b2;color:#fff}.Customers_bulkButtons__U2BiP button.Customers_dangerBtn__U2WHI{border-color:#fecaca;color:#dc2626}.Customers_bulkButtons__U2BiP button.Customers_dangerBtn__U2WHI:hover{background:#dc2626;border-color:#dc2626;color:#fff}.Customers_bulkButtons__U2BiP button:disabled{cursor:not-allowed;opacity:.5}.Customers_trashBanner__8NZqh{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.Customers_resultsBar__IvyPJ{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.Customers_tableGroup__WKEIy{margin-bottom:0}.Customers_groupHeader__\+U0d0{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px}.Customers_groupCount__XRvbe{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 8px}.Customers_tableWrapper__QfG\+S{overflow-x:auto}.Customers_table__vYFIe{border-collapse:collapse;width:100%}.Customers_table__vYFIe thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.Customers_table__vYFIe tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.Customers_table__vYFIe tbody tr:hover{background:#f9fafb}.Customers_selectedRow__o2CI4{background:#ecfeff!important}.Customers_customerCode__-CD5H{color:#0891b2;font-weight:500}.Customers_trashedBadge__JCl6g{background:#fef3c7;border-radius:3px;color:#92400e;font-size:9px;font-weight:600;margin-left:6px;padding:2px 5px}.Customers_customerCell__yKvV6{display:flex;flex-direction:column}.Customers_customerCell__yKvV6 span{color:#111827;font-size:13px}.Customers_customerCell__yKvV6 small{color:#9ca3af;font-size:11px}.Customers_amount__\+RNmF{color:#111827;font-weight:600}.Customers_creditAmount__7oLLL{color:#dc2626;font-weight:600}.Customers_statusBadge__YsiWD{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.Customers_statusActive__5UMTW{background:#d1fae5;color:#059669}.Customers_statusInactive__0KSBo{background:#fee2e2;color:#dc2626}.Customers_statusPending__3m8Oa{background:#fef3c7;color:#d97706}.Customers_statusDefault__m\+fA2{background:#f3f4f6;color:#6b7280}.Customers_typeBadge__qspp7{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.Customers_typeRegular__kDcwJ{background:#f3f4f6;color:#6b7280}.Customers_typeCredit__vJcZ-{background:#dbeafe;color:#2563eb}.Customers_typeWholesale__s2nqV{background:#f3e8ff;color:#7c3aed}.Customers_typeVip__iVr1L{background:#fef3c7;color:#d97706}.Customers_actions__ot3H9{display:flex;gap:4px}.Customers_actionBtn__x0p\+0{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.Customers_actionBtn__x0p\+0.Customers_view__gHajt{background:#ecfeff;color:#0891b2}.Customers_actionBtn__x0p\+0.Customers_view__gHajt:hover{background:#0891b2;color:#fff}.Customers_actionBtn__x0p\+0.Customers_edit__JlzE2{background:#fef3c7;color:#d97706}.Customers_actionBtn__x0p\+0.Customers_edit__JlzE2:hover{background:#d97706;color:#fff}.Customers_actionBtn__x0p\+0.Customers_delete__kJXA0{background:#fee2e2;color:#dc2626}.Customers_actionBtn__x0p\+0.Customers_delete__kJXA0:hover{background:#dc2626;color:#fff}.Customers_actionBtn__x0p\+0.Customers_restore__qg-rk{background:#d1fae5;color:#059669}.Customers_actionBtn__x0p\+0.Customers_restore__qg-rk:hover{background:#059669;color:#fff}.Customers_cardsGroup__0jDW8{padding:16px}.Customers_cardsGrid__fixdT{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.Customers_customerCard__WMslE{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.Customers_customerCard__WMslE:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.Customers_customerCard__WMslE.Customers_selected__cPf5M{border-color:#0891b2;box-shadow:0 0 0 2px #a5f3fc}.Customers_cardHeader__Mko\+8{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.Customers_cardHeader__Mko\+8 input{accent-color:#0891b2}.Customers_cardLogo__qc5rL{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:8px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;width:36px}.Customers_cardHeader__Mko\+8 .Customers_statusBadge__YsiWD{margin-left:auto}.Customers_cardBody__UadK3{padding:14px}.Customers_cardBody__UadK3 h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.Customers_cardMeta__yn1Ue,.Customers_cardSubtitle__DYl9l{color:#6b7280;font-size:12px}.Customers_cardMeta__yn1Ue{display:flex;gap:12px;margin-top:8px}.Customers_cardMeta__yn1Ue span{align-items:center;display:flex;gap:4px}.Customers_cardMeta__yn1Ue i{font-size:11px}.Customers_cardAmount__vCTR8{color:#0891b2;font-size:18px;font-weight:700;margin-top:10px}.Customers_cardFooter__nGQZb{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.Customers_cardActions__D8T\+p{display:flex;gap:4px}.Customers_cardActions__D8T\+p button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.Customers_cardActions__D8T\+p button:hover{background:#0891b2;color:#fff}.Customers_pagination__q1RWL{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.Customers_pageInfo__liG5A{color:#6b7280;font-size:12px}.Customers_pageInfo__liG5A strong{color:#111827}.Customers_pageControls__wVEOG{align-items:center;display:flex;gap:8px}.Customers_perPageSelect__bzMi7{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Customers_pageButtons__iwt0A{display:flex;gap:2px}.Customers_pageBtn__K1Vsc{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Customers_pageBtn__K1Vsc:hover:not(:disabled){background:#f3f4f6;border-color:#0891b2;color:#0891b2}.Customers_pageBtn__K1Vsc:disabled{cursor:not-allowed;opacity:.4}.Customers_pageNum__fIz5L{color:#6b7280;font-size:12px;padding:0 8px}.Customers_modalOverlay__VYwrU{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Customers_modal__C7NIb{animation:Customers_modalIn__YtdvK .2s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}@keyframes Customers_modalIn__YtdvK{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Customers_modalHeader__Cv644{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.Customers_modalHeader__Cv644 h3{color:#111827;font-size:16px;font-weight:600;margin:0}.Customers_modalHeader__Cv644 button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.Customers_modalHeader__Cv644 button:hover{color:#374151}.Customers_modalBody__TnwO\+{padding:20px}.Customers_modalBody__TnwO\+ p{color:#6b7280;font-size:14px;margin:0 0 16px}.Customers_modalBody__TnwO\+ .Customers_hint__7wS83{color:#9ca3af;font-size:12px;margin-top:12px}.Customers_formGroup__W2qY1 input,.Customers_formGroup__W2qY1 select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:9px 12px;width:100%}.Customers_formGroup__W2qY1 input:focus,.Customers_formGroup__W2qY1 select:focus{border-color:#0891b2;outline:none}.Customers_modalFooter__X\+A6y{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.Customers_loading__5b0mL{align-items:center;display:flex;justify-content:center;padding:50px}.Customers_spinner__gSZdz{animation:Customers_spin__D1Dx6 .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#0891b2;height:30px;width:30px}@keyframes Customers_spin__D1Dx6{to{transform:rotate(1turn)}}.Customers_emptyState__-aiw1{padding:50px 20px;text-align:center}.Customers_emptyIcon__3-Ouw{color:#d1d5db;font-size:36px;margin-bottom:10px}.Customers_emptyState__-aiw1 h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 4px}.Customers_emptyState__-aiw1 p{color:#6b7280;font-size:13px;margin:0}@media (max-width:1024px){.Customers_statsRow__9uMyx{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Customers_statsRow__9uMyx{grid-template-columns:1fr 1fr}.Customers_toolbar__bdOpq{align-items:stretch;flex-direction:column}.Customers_toolbarLeft__iqhSd,.Customers_toolbarRight__1h2t9{width:100%}.Customers_toolbarRight__1h2t9{flex-wrap:wrap;justify-content:flex-start}.Customers_searchBox__nfEtS{width:100%}.Customers_bulkActionsBar__7G15i{align-items:flex-start;flex-direction:column;gap:10px}.Customers_bulkButtons__U2BiP{flex-wrap:wrap}}@media (max-width:480px){.Customers_cardsGrid__fixdT,.Customers_statsRow__9uMyx{grid-template-columns:1fr}}.Customers_viewContainer__8ENST{padding:0}.Customers_viewHeader__QBfPV{flex-wrap:wrap;justify-content:space-between;margin-bottom:24px}.Customers_viewHeaderLeft__gE6gv,.Customers_viewHeader__QBfPV{align-items:center;display:flex;gap:16px}.Customers_viewHeaderLeft__gE6gv h1{color:#111827;font-size:24px;font-weight:600;margin:0}.Customers_viewHeaderRight__OrOat{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.Customers_customerCode__-CD5H,.Customers_vendorCode__yUwEH{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:13px;padding:4px 10px}.Customers_backButton__kh3\+Q{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.Customers_backButton__kh3\+Q:hover{background:#e5e7eb;color:#0891b2}.Customers_viewGrid__WLGM5{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.Customers_viewCard__xx5dm{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.Customers_viewCard__xx5dm h3{align-items:center;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#111827;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0;padding:14px 18px}.Customers_viewCard__xx5dm h3 i{font-size:13px}.Customers_viewCardContent__ipeeY{padding:16px 18px}.Customers_infoRow__15u7O{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 0}.Customers_infoRow__15u7O:last-child{border-bottom:none}.Customers_infoRow__15u7O label{color:#6b7280;font-size:13px;font-weight:500;min-width:120px}.Customers_infoRow__15u7O span{color:#111827;flex:1 1;font-size:13px;text-align:right}.Customers_noData__5xWrN{color:#9ca3af;font-size:13px;font-style:italic;margin:0}.Customers_errorContainer__Pq\+61,.Customers_loadingContainer__qmDrH{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.Customers_errorContainer__Pq\+61 p,.Customers_loadingContainer__qmDrH p{color:#6b7280;margin-top:16px}.Customers_errorContainer__Pq\+61 h2{color:#dc2626;margin-bottom:8px}.Customers_formContainer__ePmXW{max-width:1200px;padding:0}.Customers_formHeader__iP8J2{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.Customers_formHeaderLeft__tut7p{align-items:center;display:flex;gap:16px}.Customers_formHeaderLeft__tut7p h1{color:#111827;font-size:24px;font-weight:600;margin:0}.Customers_form__U0sZI{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px}.Customers_formGrid__Oj-zu{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.Customers_formSection__Afflk{background:#fafafa;border:1px solid #f3f4f6;border-radius:8px;padding:20px}.Customers_formSection__Afflk h3{align-items:center;border-bottom:2px solid #0891b2;color:#0891b2;display:flex;font-size:15px;font-weight:600;gap:8px;margin:0 0 18px;padding-bottom:12px}.Customers_formSection__Afflk h3 i{font-size:14px}.Customers_formRow__8MUpe{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.Customers_formGroup__W2qY1{margin-bottom:14px}.Customers_formGroup__W2qY1 label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.Customers_formGroup__W2qY1 input,.Customers_formGroup__W2qY1 select,.Customers_formGroup__W2qY1 textarea{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:10px 12px;transition:border-color .2s;width:100%}.Customers_formGroup__W2qY1 input:focus,.Customers_formGroup__W2qY1 select:focus,.Customers_formGroup__W2qY1 textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.Customers_formGroup__W2qY1 textarea{min-height:100px;resize:vertical}.Customers_checkboxLabel__vpDIV{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:10px}.Customers_checkboxLabel__vpDIV input[type=checkbox]{accent-color:#0891b2;cursor:pointer;height:18px;width:18px}.Customers_formActions__0IAWm{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.Customers_alert__D6A9k{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}.Customers_alertSuccess__eTQyF{background:#dcfce7;border:1px solid #86efac;color:#166534}.Customers_alertDanger__j98aV{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.Customers_spinnerSmall__tG-mn{animation:Customers_spin__D1Dx6 .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;margin-right:6px;width:14px}@media (max-width:1024px){.Customers_formGrid__Oj-zu,.Customers_viewGrid__WLGM5{grid-template-columns:1fr}}@media (max-width:768px){.Customers_formHeader__iP8J2,.Customers_viewHeader__QBfPV{align-items:flex-start;flex-direction:column}.Customers_viewHeaderRight__OrOat{justify-content:flex-start;width:100%}.Customers_formRow__8MUpe{grid-template-columns:1fr}}.CustomerForm_pageHeader__qJDZR{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.CustomerForm_headerLeft__bm6ux{align-items:center;display:flex;gap:16px}.CustomerForm_backButton__2wURM{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.CustomerForm_backButton__2wURM:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.CustomerForm_pageTitle__uWHIU{color:#1a202c;font-size:24px;font-weight:700;margin:0}.CustomerForm_breadcrumb__GuhIe{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px;margin-top:4px}.CustomerForm_breadcrumb__GuhIe a{color:#3b82f6;text-decoration:none}.CustomerForm_breadcrumb__GuhIe a:hover{text-decoration:underline}.CustomerForm_breadcrumb__GuhIe span{color:#94a3b8}.CustomerForm_codeDisplay__o87hA{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;display:flex;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;font-weight:500;gap:10px;padding:10px 14px}.CustomerForm_codeDisplay__o87hA i{color:#22c55e;font-size:16px}.CustomerForm_formCard__he7Mq{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a;overflow:hidden}.CustomerForm_formGrid__QyQV\+{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.CustomerForm_formGrid__QyQV\+{grid-template-columns:1fr}}.CustomerForm_formSection__fzBPk{border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.CustomerForm_formSection__fzBPk:nth-child(2n){border-right:none}@media (max-width:1024px){.CustomerForm_formSection__fzBPk{border-right:none}}.CustomerForm_sectionHeader__7Qtmk{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:16px 20px}.CustomerForm_sectionHeader__7Qtmk h3{align-items:center;color:#1a202c;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0}.CustomerForm_sectionHeader__7Qtmk h3 i{color:#10b981;font-size:16px}.CustomerForm_sectionBody__ekSP8{padding:20px}.CustomerForm_formRow__IC0qh{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.CustomerForm_formRow__IC0qh:last-child{margin-bottom:0}@media (max-width:640px){.CustomerForm_formRow__IC0qh{grid-template-columns:1fr}}.CustomerForm_formGroup__xZlJl{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.CustomerForm_formGroup__xZlJl:last-child{margin-bottom:0}.CustomerForm_formGroup__xZlJl label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:4px}.CustomerForm_required__PKA06{color:#ef4444;font-weight:700}.CustomerForm_formGroup__xZlJl input[type=date],.CustomerForm_formGroup__xZlJl input[type=email],.CustomerForm_formGroup__xZlJl input[type=number],.CustomerForm_formGroup__xZlJl input[type=tel],.CustomerForm_formGroup__xZlJl input[type=text],.CustomerForm_formGroup__xZlJl select,.CustomerForm_formGroup__xZlJl textarea{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:14px;padding:12px 14px;transition:all .2s;width:100%}.CustomerForm_formGroup__xZlJl input:focus,.CustomerForm_formGroup__xZlJl select:focus,.CustomerForm_formGroup__xZlJl textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.CustomerForm_formGroup__xZlJl input:disabled,.CustomerForm_formGroup__xZlJl select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.CustomerForm_formGroup__xZlJl input::placeholder{color:#94a3b8}.CustomerForm_formGroup__xZlJl textarea{min-height:100px;resize:vertical}.CustomerForm_formGroup__xZlJl select{cursor:pointer}.CustomerForm_checkboxLabel__uwQvb{align-items:center;color:#374151;cursor:pointer;display:flex!important;font-size:14px;font-weight:400!important;gap:12px;padding:8px 0}.CustomerForm_checkboxLabel__uwQvb input[type=checkbox]{accent-color:#10b981;cursor:pointer;height:20px;width:20px}.CustomerForm_helpText__PW0Py{color:#64748b;font-size:12px;font-style:italic;margin-top:4px}.CustomerForm_formActions__WRZWV{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.CustomerForm_btnSecondary__BHyRr{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.CustomerForm_btnSecondary__BHyRr:hover{background:#f8fafc;border-color:#cbd5e1}.CustomerForm_btnSecondary__BHyRr:disabled{cursor:not-allowed;opacity:.5}.CustomerForm_btnPrimary__tyvcu{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 28px;transition:all .2s}.CustomerForm_btnPrimary__tyvcu:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.CustomerForm_btnPrimary__tyvcu:disabled{cursor:not-allowed;opacity:.6;transform:none}.CustomerForm_btnSpinner__aFFvV{animation:CustomerForm_spin__uwGbf .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.CustomerForm_loadingContainer__dLZb8{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.CustomerForm_loadingContainer__dLZb8 p{color:#64748b;font-size:14px}.CustomerForm_spinner__fM-Z3{animation:CustomerForm_spin__uwGbf .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:44px;width:44px}@keyframes CustomerForm_spin__uwGbf{to{transform:rotate(1turn)}}@media (max-width:768px){.CustomerForm_pageHeader__qJDZR{flex-direction:column;gap:16px}.CustomerForm_headerLeft__bm6ux{align-items:flex-start;flex-direction:column;gap:12px}.CustomerForm_formActions__WRZWV{flex-direction:column}.CustomerForm_btnPrimary__tyvcu,.CustomerForm_btnSecondary__BHyRr{justify-content:center;width:100%}}.VendorsList_pageHeader__dqueA{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.VendorsList_headerLeft__QIHCC{align-items:center;display:flex;gap:16px}.VendorsList_pageTitle__BdPTs{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.VendorsList_pageTitle__BdPTs i{color:#0891b2;font-size:20px}.VendorsList_breadcrumb__-zv0b{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.VendorsList_breadcrumb__-zv0b a{color:#0891b2;text-decoration:none}.VendorsList_breadcrumb__-zv0b a:hover{text-decoration:underline}.VendorsList_headerActions__E97Oe{align-items:center;display:flex;gap:8px}.VendorsList_btnIcon__iQfvm{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;transition:all .2s;width:36px}.VendorsList_btnIcon__iQfvm.VendorsList_active__nGwdI,.VendorsList_btnIcon__iQfvm:hover{background:#ecfeff;border-color:#0891b2;color:#0891b2}.VendorsList_btnPrimary__CNS1z{align-items:center;background:linear-gradient(135deg,#06b6d4,#0891b2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.VendorsList_btnPrimary__CNS1z:hover{box-shadow:0 4px 12px #0891b259}.VendorsList_btnSecondary__38EGb{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.VendorsList_btnSecondary__38EGb:hover{background:#f8fafc}.VendorsList_statsRow__fel8A{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.VendorsList_statCard__EUxO0{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.VendorsList_statCard__EUxO0:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.VendorsList_statIcon__nk\+Gg{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.VendorsList_statIcon__nk\+Gg.VendorsList_teal__8kd3r{background:linear-gradient(135deg,#ecfeff,#cffafe);color:#0891b2}.VendorsList_statIcon__nk\+Gg.VendorsList_green__Pf6Us{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.VendorsList_statIcon__nk\+Gg.VendorsList_orange__GH-kX{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.VendorsList_statIcon__nk\+Gg.VendorsList_blue__rq8CW{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.VendorsList_statInfo__CZV-1{display:flex;flex-direction:column;gap:2px}.VendorsList_statLabel__X2SEs{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.VendorsList_statValue__SfovF{color:#1a202c;font-size:18px;font-weight:700}.VendorsList_card__sLklW{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.VendorsList_toolbar__dercH{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:12px 16px}.VendorsList_toolbarLeft__hQ4Lj,.VendorsList_toolbar__dercH{align-items:center;display:flex;gap:12px}.VendorsList_toolbarRight__yWQpY{align-items:center;display:flex;gap:10px}.VendorsList_searchBox__-vGQo{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.VendorsList_searchBox__-vGQo:focus-within{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.VendorsList_searchBox__-vGQo i{color:#94a3b8;font-size:13px}.VendorsList_searchBox__-vGQo input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.VendorsList_toolbarBtn__YfkeO{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s;white-space:nowrap}.VendorsList_toolbarBtn__YfkeO.VendorsList_active__nGwdI,.VendorsList_toolbarBtn__YfkeO:hover{background:#ecfeff;border-color:#0891b2;color:#0891b2}.VendorsList_toolbarSelect__hkgTf{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.VendorsList_badge__I4LCa{background:#0891b2;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.VendorsList_layoutToggle__kGogs{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.VendorsList_layoutToggle__kGogs button{background:#fff;border:none;color:#64748b;cursor:pointer;font-size:12px;padding:7px 10px}.VendorsList_layoutToggle__kGogs button:first-child{border-right:1px solid #e2e8f0}.VendorsList_layoutToggle__kGogs button.VendorsList_active__nGwdI{background:#0891b2;color:#fff}.VendorsList_dropdownWrapper__\+cDHC{position:relative}.VendorsList_dropdownMenu__w1Zap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.VendorsList_dropdownHeader__3li3Q{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.VendorsList_dropdownItem__L11yc{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.VendorsList_dropdownItem__L11yc:hover{background:#ecfeff}.VendorsList_dropdownItem__L11yc i{color:#0891b2;width:16px}.VendorsList_dropdownItem__L11yc span{flex:1 1}.VendorsList_dropdownItem__L11yc button{background:none;border:none;color:#94a3b8;cursor:pointer}.VendorsList_dropdownEmpty__YW-Yw{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.VendorsList_dropdownFooter__RGLPT{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.VendorsList_dropdownFooter__RGLPT button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.VendorsList_checkboxItem__X06gp{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.VendorsList_checkboxItem__X06gp:hover{background:#f8fafc}.VendorsList_checkboxItem__X06gp input{accent-color:#0891b2}.VendorsList_checkboxItem__X06gp span{color:#334155;font-size:13px}.VendorsList_filterPanel__oIebc{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.VendorsList_filterGroup__kY3LQ{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.VendorsList_filterGroup__kY3LQ.VendorsList_subgroup__bh7I3{border-left:3px solid #0891b2;margin-left:24px;margin-top:12px}.VendorsList_subgroupHeader__DGOQv{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.VendorsList_subgroupHeader__DGOQv span{color:#64748b;font-size:12px}.VendorsList_removeSubgroupBtn__3S1TC{background:none;border:none;color:#94a3b8;cursor:pointer}.VendorsList_conditionsList__DAVCw{display:flex;flex-direction:column;gap:8px}.VendorsList_conditionRow__rqU8M{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.VendorsList_conditionHandle__zoECc{color:#cbd5e1;cursor:grab;padding:4px}.VendorsList_whereLabel__VfOiT{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.VendorsList_logicLabel__rvzs3{background:#ecfeff;border-radius:4px;color:#0891b2;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.VendorsList_fieldSelect__eMtSG,.VendorsList_operatorSelect__z7u6u,.VendorsList_valueInput__f73MP,.VendorsList_valueSelect__pkODv{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.VendorsList_fieldSelect__eMtSG{min-width:140px}.VendorsList_operatorSelect__z7u6u{min-width:100px}.VendorsList_valueInput__f73MP{flex:1 1;min-width:120px}.VendorsList_valueSelect__pkODv{min-width:120px}.VendorsList_fieldSelect__eMtSG:focus,.VendorsList_operatorSelect__z7u6u:focus,.VendorsList_valueInput__f73MP:focus,.VendorsList_valueSelect__pkODv:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.VendorsList_removeBtn__qjpXs{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.VendorsList_removeBtn__qjpXs:hover{background:#fee2e2;color:#ef4444}.VendorsList_subgroupsContainer__2s80f{margin-top:12px}.VendorsList_groupActions__hUdrn{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.VendorsList_logicToggle__G7zDX{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.VendorsList_logicBtn__\+XQCQ{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.VendorsList_logicBtn__\+XQCQ.VendorsList_active__nGwdI{background:#0891b2;color:#fff}.VendorsList_addConditionBtn__4DG1v,.VendorsList_addSubgroupBtn__2EcHy{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.VendorsList_addConditionBtn__4DG1v:hover,.VendorsList_addSubgroupBtn__2EcHy:hover{background:#ecfeff;border-color:#0891b2;color:#0891b2}.VendorsList_filterPanelFooter__SPGmd{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.VendorsList_addGroupBtn__Qaqrr{align-items:center;background:#ecfeff;border:1px dashed #0891b2;border-radius:6px;color:#0891b2;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 14px}.VendorsList_clearAllBtn__NPqiY{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.VendorsList_bulkActionsBar__SjHQ1{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.VendorsList_bulkInfo__My6Un{align-items:center;display:flex;gap:12px}.VendorsList_bulkInfo__My6Un span{font-size:13px;font-weight:500}.VendorsList_clearSelectionBtn__soRp\+{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.VendorsList_bulkButtons__Ejs9w{display:flex;gap:8px}.VendorsList_bulkButtons__Ejs9w button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.VendorsList_bulkButtons__Ejs9w .VendorsList_dangerBtn__xIE9r{background:#fef2f2;color:#dc2626}.VendorsList_trashBanner__ITSBv{align-items:center;background:linear-gradient(135deg,#ecfeff,#cffafe);border-bottom:1px solid #a5f3fc;color:#0e7490;display:flex;font-size:13px;font-weight:500;gap:8px;padding:12px 16px}.VendorsList_resultsBar__DEY85{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.VendorsList_tableGroup__aLITd{margin-bottom:0}.VendorsList_groupHeader__1lJPF{align-items:center;background:linear-gradient(135deg,#ecfeff,#cffafe);border-bottom:1px solid #a5f3fc;display:flex;gap:10px;padding:12px 16px}.VendorsList_groupHeader__1lJPF span:first-child{color:#0e7490;font-weight:600}.VendorsList_groupCount__kp1zD{background:#0891b2;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.VendorsList_tableWrapper__k07H\+{overflow-x:auto}.VendorsList_table__oPFlU{border-collapse:collapse;width:100%}.VendorsList_table__oPFlU th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.VendorsList_table__oPFlU td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.VendorsList_table__oPFlU tbody tr:hover{background:#ecfeff}.VendorsList_selectedRow__rsEmH{background:#ecfeff!important}.VendorsList_vendorCode__\+0hsV{color:#0891b2;font-family:monospace;font-size:12px;font-weight:600}.VendorsList_companyName__1onCN{color:#1a202c;font-weight:500}.VendorsList_balance__o5TXO{color:#0e7490;font-weight:600}.VendorsList_statusBadge__Nan-o{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;text-transform:capitalize}.VendorsList_statusActive__RASvh{background:#dcfce7;color:#16a34a}.VendorsList_statusActive__RASvh:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.VendorsList_statusInactive__b6mtf{background:#fef3c7;color:#d97706}.VendorsList_statusSuspended__Fcikz{background:#fee2e2;color:#dc2626}.VendorsList_statusBlacklisted__EsA3P{background:#1e293b;color:#f8fafc}.VendorsList_statusDefault__SgZNH{background:#f1f5f9;color:#64748b}.VendorsList_typeBadge__sP3wb{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:capitalize}.VendorsList_typeSupplier__Nimfs{background:#dbeafe;color:#2563eb}.VendorsList_typeManufacturer__fAMak{background:#f3e8ff;color:#7c3aed}.VendorsList_typeDistributor__NbuyE{background:#fef3c7;color:#d97706}.VendorsList_typeDefault__YsoVC{background:#f1f5f9;color:#64748b}.VendorsList_actions__8Ft\+G{display:flex;gap:4px}.VendorsList_actionBtn__\+BBQi{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;transition:all .2s;width:28px}.VendorsList_actionBtn__\+BBQi.VendorsList_view__ne86i{background:#ecfeff;color:#0891b2}.VendorsList_actionBtn__\+BBQi.VendorsList_view__ne86i:hover{background:#0891b2;color:#fff}.VendorsList_actionBtn__\+BBQi.VendorsList_edit__7yXN8{background:#e0f2fe;color:#0369a1}.VendorsList_actionBtn__\+BBQi.VendorsList_edit__7yXN8:hover{background:#0369a1;color:#fff}.VendorsList_actionBtn__\+BBQi.VendorsList_delete__sW7dw{background:#fee2e2;color:#dc2626}.VendorsList_actionBtn__\+BBQi.VendorsList_delete__sW7dw:hover{background:#dc2626;color:#fff}.VendorsList_actionBtn__\+BBQi.VendorsList_restore__Oia30{background:#dcfce7;color:#16a34a}.VendorsList_actionBtn__\+BBQi.VendorsList_restore__Oia30:hover{background:#16a34a;color:#fff}.VendorsList_cardsGroup__pJa58{margin-bottom:0}.VendorsList_cardsGrid__ZgE4x{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.VendorsList_vendorCard__wAadk{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.VendorsList_vendorCard__wAadk:hover{border-color:#0891b2;box-shadow:0 4px 12px #0891b226;transform:translateY(-2px)}.VendorsList_vendorCard__wAadk.VendorsList_selected__EoWi3{background:#ecfeff;border-color:#0891b2}.VendorsList_cardHeader__lQAUJ{align-items:center;background:linear-gradient(135deg,#ecfeff,#cffafe);border-bottom:1px solid #a5f3fc;display:flex;justify-content:space-between;padding:12px}.VendorsList_cardLogo__UE8Nq{align-items:center;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:8px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.VendorsList_cardBody__dExaJ{padding:14px}.VendorsList_cardBody__dExaJ h3{color:#1a202c;font-size:15px;font-weight:600;margin:0 0 4px}.VendorsList_cardCode__lHyUt{color:#0891b2;font-family:monospace;font-size:12px}.VendorsList_cardMeta__3dYW9{color:#64748b;display:flex;font-size:11px;gap:12px;margin:10px 0}.VendorsList_cardMeta__3dYW9 i{color:#0891b2;margin-right:4px}.VendorsList_cardBalance__q5i8y{color:#0891b2;font-size:18px;font-weight:700}.VendorsList_cardFooter__ICzsz{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.VendorsList_cardActions__xeGUC{display:flex;gap:6px}.VendorsList_cardActions__xeGUC button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.VendorsList_cardActions__xeGUC button:hover{background:#0891b2;color:#fff}.VendorsList_pagination__byYrz{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.VendorsList_pageInfo__\+TFn0{color:#64748b;font-size:13px}.VendorsList_pageInfo__\+TFn0 strong{color:#1a202c}.VendorsList_pageControls__hElaK{align-items:center;display:flex;gap:12px}.VendorsList_perPageSelect__AjxZm{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.VendorsList_pageButtons__tddSZ{align-items:center;display:flex;gap:4px}.VendorsList_pageBtn__2m9J2{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.VendorsList_pageBtn__2m9J2:hover:not(:disabled){background:#ecfeff;border-color:#0891b2;color:#0891b2}.VendorsList_pageBtn__2m9J2:disabled{cursor:not-allowed;opacity:.4}.VendorsList_pageNum__7gwAg{color:#64748b;font-size:12px;padding:0 8px}.VendorsList_modalOverlay__-hn01{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.VendorsList_modal__55DFV{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.VendorsList_modalHeader__E3KlH{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.VendorsList_modalHeader__E3KlH h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.VendorsList_modalHeader__E3KlH button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.VendorsList_modalBody__nnGDI{padding:20px}.VendorsList_formGroup__FTd8-{display:flex;flex-direction:column;gap:6px}.VendorsList_formGroup__FTd8- label{color:#374151;font-size:12px;font-weight:600}.VendorsList_formGroup__FTd8- input{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px}.VendorsList_formGroup__FTd8- input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.VendorsList_hint__dE4cE{color:#64748b;font-size:12px;margin:12px 0 0}.VendorsList_modalFooter__r\+XWD{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.VendorsList_loading__yTUnW{align-items:center;display:flex;justify-content:center;padding:60px 20px}.VendorsList_spinner__MGE6X{animation:VendorsList_spin__LTwKp .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0891b2;height:44px;width:44px}@keyframes VendorsList_spin__LTwKp{to{transform:rotate(1turn)}}.VendorsList_emptyState__GL0Qu{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.VendorsList_emptyIcon__c2IrU{align-items:center;background:#ecfeff;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.VendorsList_emptyIcon__c2IrU i{color:#0891b2;font-size:24px}.VendorsList_emptyState__GL0Qu h3{color:#1a202c;font-size:16px;margin:0 0 4px}.VendorsList_emptyState__GL0Qu p{color:#64748b;font-size:13px;margin:0 0 16px}@media (max-width:1200px){.VendorsList_statsRow__fel8A{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.VendorsList_statsRow__fel8A{grid-template-columns:1fr}.VendorsList_pageHeader__dqueA,.VendorsList_toolbar__dercH{align-items:stretch;flex-direction:column}.VendorsList_toolbarRight__yWQpY{flex-wrap:wrap}}.VendorView_pageHeader__E9ggB{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.VendorView_headerLeft__2yQBm{align-items:center;display:flex;gap:16px}.VendorView_backButton__kzIzF{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s;width:42px}.VendorView_backButton__kzIzF:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a202c}.VendorView_pageTitle__vk\+Bf{align-items:center;color:#1a202c;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.VendorView_verifiedBadge__aoFXO{align-items:center;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:12px;color:#16a34a;display:inline-flex;font-size:11px;font-weight:700;gap:4px;padding:4px 10px}.VendorView_breadcrumb__-LdLp{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.VendorView_breadcrumb__-LdLp a{color:#0891b2;text-decoration:none}.VendorView_breadcrumb__-LdLp a:hover{text-decoration:underline}.VendorView_breadcrumb__-LdLp span{color:#94a3b8}.VendorView_headerActions__JImFA{align-items:center;display:flex;gap:10px}.VendorView_btnSecondary__Yl-CV{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s}.VendorView_btnSecondary__Yl-CV:hover{background:#f8fafc;border-color:#cbd5e1}.VendorView_btnDanger__IDa43{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.VendorView_btnDanger__IDa43:hover{box-shadow:0 4px 12px #ef444459;transform:translateY(-1px)}.VendorView_btnPrimary__PWkRr{align-items:center;background:linear-gradient(135deg,#06b6d4,#0891b2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none}.VendorView_btnPrimary__PWkRr:hover{box-shadow:0 4px 12px #0891b259;transform:translateY(-1px)}.VendorView_statsRow__\+plPQ{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.VendorView_statCard__a\+KK7{align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014;display:flex;gap:16px;padding:20px;transition:all .2s}.VendorView_statCard__a\+KK7:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.VendorView_statIcon__wWWzo{align-items:center;border-radius:14px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.VendorView_statIcon__wWWzo.VendorView_teal__\+oviZ{background:linear-gradient(135deg,#ecfeff,#cffafe);color:#0891b2}.VendorView_statIcon__wWWzo.VendorView_green__N2wKq{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.VendorView_statIcon__wWWzo.VendorView_blue__A2Bnv{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.VendorView_statIcon__wWWzo.VendorView_orange__DP1uW{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#f97316}.VendorView_statInfo__yja4p{display:flex;flex-direction:column;gap:2px}.VendorView_statValue__ILH\+1{color:#1a202c;font-size:26px;font-weight:700;line-height:1}.VendorView_statLabel__tFoDc{color:#64748b;font-size:13px;font-weight:500}.VendorView_card__FshRF{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;overflow:hidden}.VendorView_tabsNav__nVshT{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:4px;padding:16px 24px}.VendorView_tabBtn__WkcfX{align-items:center;background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 24px;transition:all .2s}.VendorView_tabBtn__WkcfX:hover{background:#fff;color:#1a202c}.VendorView_tabBtn__WkcfX i{font-size:15px}.VendorView_tabBtn__WkcfX.VendorView_active__-qRWY{background:#fff;box-shadow:0 2px 8px #00000014;color:#0891b2}.VendorView_detailsGrid__EfBPL{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.VendorView_detailGroup__G\+tfZ{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:12px 0}.VendorView_detailGroup__G\+tfZ:last-child{border-bottom:none}.VendorView_detailGroup__G\+tfZ.VendorView_fullWidth__OU3aQ{grid-column:1/-1}.VendorView_detailLabel__AVlGW{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.VendorView_detailValue__JpIRP{color:#1a202c;font-size:15px;font-weight:500}.VendorView_detailValue__JpIRP a{color:#0891b2;font-weight:600;text-decoration:none}.VendorView_detailValue__JpIRP a:hover{text-decoration:underline}.VendorView_statusBadge__-ASz6{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:5px 12px}.VendorView_statusActive__l0wTv{background:#dcfce7;color:#166534}.VendorView_statusActive__l0wTv:before{background:#22c55e;border-radius:50%;content:"";height:6px;width:6px}.VendorView_statusInactive__WPW2d{background:#fef3c7;color:#92400e}.VendorView_statusSuspended__rjcif{background:#fee2e2;color:#991b1b}.VendorView_statusDefault__5MPBg{background:#f1f5f9;color:#64748b}.VendorView_typeTag__OCnlk{background:#ecfeff;border-radius:8px;color:#0891b2;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px;text-transform:capitalize}.VendorView_tag__o7-5W{background:#f1f5f9;border-radius:4px;color:#475569;display:inline-block;font-size:11px;font-weight:500;margin-right:4px;padding:3px 8px}.VendorView_emptyState__Xv7b8{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.VendorView_emptyState__Xv7b8 h3{color:#1a202c;font-size:18px;margin:0 0 16px}.VendorView_loading__iQkup{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.VendorView_spinner__3gDBG{animation:VendorView_spin__Yhu9K .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0891b2;height:44px;width:44px}@keyframes VendorView_spin__Yhu9K{to{transform:rotate(1turn)}}@media (max-width:1024px){.VendorView_statsRow__\+plPQ{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.VendorView_statsRow__\+plPQ{grid-template-columns:1fr}.VendorView_pageHeader__E9ggB{align-items:stretch;flex-direction:column}.VendorView_headerLeft__2yQBm{align-items:flex-start;flex-direction:column;gap:12px}.VendorView_headerActions__JImFA{justify-content:flex-start}.VendorView_tabsNav__nVshT{flex-wrap:wrap;padding:12px 16px}.VendorView_tabBtn__WkcfX{padding:10px 16px}.VendorView_detailsGrid__EfBPL{grid-template-columns:1fr}}.VendorForm_pageHeader__O1ZTQ{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.VendorForm_headerLeft__qcRBV{align-items:center;display:flex;gap:14px}.VendorForm_backButton__KRBDc{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.VendorForm_backButton__KRBDc:hover{background:#f8fafc;color:#1a202c}.VendorForm_titleGroup__zM7u2{display:flex;flex-direction:column;gap:2px}.VendorForm_pageTitle__\+vCUx{color:#1a202c;font-size:22px;font-weight:700;margin:0}.VendorForm_breadcrumb__6YZpY{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.VendorForm_breadcrumb__6YZpY a{color:#0891b2;text-decoration:none}.VendorForm_breadcrumb__6YZpY a:hover{text-decoration:underline}.VendorForm_codeTag__c4Kwg{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0891b2;display:flex;font-family:monospace;font-size:13px;font-weight:600;gap:8px;padding:8px 16px}.VendorForm_codeTag__c4Kwg i{color:#0891b2}.VendorForm_twoColumnLayout__RIxZt{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 380px;margin-bottom:16px}.VendorForm_columnLeft__TpCIb,.VendorForm_columnRight__j6b7L{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;padding:20px}.VendorForm_sectionHeader__0G5od{align-items:center;border-bottom:1px solid #f1f5f9;color:#1a202c;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0 0 16px;padding-bottom:12px}.VendorForm_sectionHeader__0G5od i{color:#0891b2;font-size:15px}.VendorForm_fieldRow__gp\+Id{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:14px}.VendorForm_field__tOhg7{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.VendorForm_fieldFull__09OGt{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.VendorForm_fieldFull__09OGt label,.VendorForm_field__tOhg7 label{color:#374151;font-size:12px;font-weight:600}.VendorForm_req__1ahll{color:#ef4444}.VendorForm_fieldFull__09OGt input,.VendorForm_fieldFull__09OGt select,.VendorForm_fieldFull__09OGt textarea,.VendorForm_field__tOhg7 input,.VendorForm_field__tOhg7 select,.VendorForm_field__tOhg7 textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:13px;padding:9px 12px;transition:all .2s;width:100%}.VendorForm_fieldFull__09OGt input:focus,.VendorForm_fieldFull__09OGt select:focus,.VendorForm_fieldFull__09OGt textarea:focus,.VendorForm_field__tOhg7 input:focus,.VendorForm_field__tOhg7 select:focus,.VendorForm_field__tOhg7 textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b214;outline:none}.VendorForm_fieldFull__09OGt textarea,.VendorForm_field__tOhg7 textarea{min-height:60px;resize:vertical}.VendorForm_field__tOhg7 select{cursor:pointer}.VendorForm_checkRow__V1RcG{display:flex;gap:24px;margin-bottom:14px;padding:12px 0}.VendorForm_checkLabel__wZ4HB{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px}.VendorForm_checkLabel__wZ4HB input[type=checkbox]{accent-color:#0891b2;cursor:pointer;height:18px;width:18px}.VendorForm_formActions__p2oWT{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.VendorForm_btnCancel__wyzng{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.VendorForm_btnCancel__wyzng:hover{background:#f8fafc}.VendorForm_btnCancel__wyzng:disabled{cursor:not-allowed;opacity:.5}.VendorForm_btnSubmit__NLlBF{align-items:center;background:linear-gradient(135deg,#06b6d4,#0891b2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 24px;transition:all .2s}.VendorForm_btnSubmit__NLlBF:hover{box-shadow:0 4px 12px #0891b259}.VendorForm_btnSubmit__NLlBF:disabled{cursor:not-allowed;opacity:.6}.VendorForm_btnSpinner__ilpos{animation:VendorForm_spin__5L8NI .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}@keyframes VendorForm_spin__5L8NI{to{transform:rotate(1turn)}}.VendorForm_loading__pWYzy{align-items:center;display:flex;justify-content:center;padding:60px 20px}.VendorForm_spinner__BlfzY{animation:VendorForm_spin__5L8NI .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0891b2;height:40px;width:40px}@media (max-width:900px){.VendorForm_fieldRow__gp\+Id,.VendorForm_twoColumnLayout__RIxZt{grid-template-columns:1fr}.VendorForm_pageHeader__O1ZTQ{flex-direction:column;gap:12px}.VendorForm_checkRow__V1RcG{flex-direction:column;gap:10px}.VendorForm_formActions__p2oWT{flex-direction:column}.VendorForm_formActions__p2oWT button{justify-content:center;width:100%}}.Products_pageHeader__z23Zd{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.Products_headerLeft__D44K1{align-items:center;display:flex;gap:16px}.Products_backButton__GuDRY{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:42px;justify-content:center;width:42px}.Products_backButton__GuDRY:hover{background:#f8fafc;color:#1a202c}.Products_titleGroup__Z-3r2{display:flex;flex-direction:column;gap:4px}.Products_pageTitle__t9PcZ{align-items:center;color:#1a202c;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.Products_pageTitle__t9PcZ i{color:#0d9488;font-size:20px}.Products_breadcrumb__R-Wlu{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.Products_breadcrumb__R-Wlu a{color:#0d9488;text-decoration:none}.Products_breadcrumb__R-Wlu a:hover{text-decoration:underline}.Products_headerActions__nJkRi{align-items:center;display:flex;gap:8px}.Products_btnIcon__ZdNa2{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:36px;justify-content:center;width:36px}.Products_btnIcon__ZdNa2.Products_active__m8qkD,.Products_btnIcon__ZdNa2:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.Products_btnPrimary__R8b7N{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.Products_btnPrimary__R8b7N:hover{box-shadow:0 4px 12px #0d948859}.Products_btnPrimary__R8b7N:disabled{cursor:not-allowed;opacity:.6}.Products_btnSecondary__9AXQC{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.Products_btnSecondary__9AXQC:hover{background:#f8fafc}.Products_btnSuccess__gimij{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.Products_btnSuccess__gimij:hover{box-shadow:0 4px 12px #16a34a59}.Products_btnSuccess__gimij:disabled{cursor:not-allowed;opacity:.6}.Products_btnDanger__j9jIK{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.Products_btnDanger__j9jIK:hover{box-shadow:0 4px 12px #dc262659}.Products_statsRow__D3qn\+{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.Products_statCard__vs-Tv{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px}.Products_statIcon__xwLWU{align-items:center;border-radius:12px;display:flex;font-size:20px;height:46px;justify-content:center;width:46px}.Products_statIcon__xwLWU.Products_blue__E4s4v{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.Products_statIcon__xwLWU.Products_green__0OeHI{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.Products_statIcon__xwLWU.Products_orange__iOsZC{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c}.Products_statIcon__xwLWU.Products_purple__swHpN{background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#9333ea}.Products_statInfo__se0Pf{display:flex;flex-direction:column;gap:2px}.Products_statLabel__ZOY9i{color:#64748b;font-size:11px;font-weight:500;text-transform:uppercase}.Products_statValue__luHFW{color:#1a202c;font-size:18px;font-weight:700}.Products_card__1T4GB{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.Products_toolbar__aU\+1j{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.Products_toolbarLeft__LLl\+Z{align-items:center;display:flex;flex-shrink:0;gap:12px}.Products_toolbarRight__SJyCf{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.Products_searchBox__gaD4Y{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;padding:0 12px}.Products_searchBox__gaD4Y:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.Products_searchBox__gaD4Y i{color:#94a3b8;font-size:13px}.Products_searchBox__gaD4Y input{background:#0000;border:none;font-size:13px;outline:none;padding:8px 0;width:180px}.Products_toolbarBtn__Z6d98{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 12px;white-space:nowrap}.Products_toolbarBtn__Z6d98.Products_active__m8qkD,.Products_toolbarBtn__Z6d98:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.Products_toolbarSelect__amYma{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;padding:7px 10px}.Products_badge__gqPwi{background:#0d9488;border-radius:10px;color:#fff;font-size:10px;margin-left:4px;padding:2px 6px}.Products_layoutToggle__KH6qB{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.Products_layoutToggle__KH6qB button{background:#fff;border:none;color:#64748b;cursor:pointer;padding:7px 10px}.Products_layoutToggle__KH6qB button:first-child{border-right:1px solid #e2e8f0}.Products_layoutToggle__KH6qB button.Products_active__m8qkD{background:#0d9488;color:#fff}.Products_dropdownWrapper__edL02{position:relative}.Products_dropdownMenu__7xsqR{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #00000026;margin-top:4px;min-width:200px;position:absolute;right:0;top:100%;z-index:100}.Products_dropdownHeader__lXWWN{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;font-weight:600;padding:10px 14px;text-transform:uppercase}.Products_dropdownItem__BlfAT{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.Products_dropdownItem__BlfAT:hover{background:#ccfbf1}.Products_dropdownItem__BlfAT i{color:#0d9488;width:16px}.Products_dropdownItem__BlfAT span{flex:1 1}.Products_dropdownItem__BlfAT button{background:none;border:none;color:#94a3b8;cursor:pointer}.Products_dropdownEmpty__XRlFz{color:#94a3b8;font-size:13px;padding:16px;text-align:center}.Products_dropdownFooter__kS-0y{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 14px}.Products_dropdownFooter__kS-0y button{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:6px 10px}.Products_checkboxItem__Vqhmo{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 14px}.Products_checkboxItem__Vqhmo:hover{background:#f8fafc}.Products_checkboxItem__Vqhmo input{accent-color:#0d9488}.Products_checkboxItem__Vqhmo span{color:#334155;font-size:13px}.Products_filterPanel__C50g2{background:#fafafa;border-bottom:1px solid #e2e8f0;padding:16px}.Products_filterGroup__aNJVJ{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.Products_subgroup__5eMKw{border-left:3px solid #0d9488;margin-left:24px;margin-top:12px}.Products_subgroupHeader__j3dN4{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.Products_subgroupHeader__j3dN4 span{color:#64748b;font-size:12px}.Products_removeSubgroupBtn__tb8f9{background:none;border:none;color:#94a3b8;cursor:pointer}.Products_conditionsList__kCvmP{display:flex;flex-direction:column;gap:8px}.Products_conditionRow__2ioON{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Products_conditionHandle__1Ps3z{color:#cbd5e1;cursor:grab;padding:4px}.Products_whereLabel__9Nb5x{color:#64748b;font-size:12px;font-weight:500;min-width:50px}.Products_logicLabel__4L9uH{background:#ccfbf1;border-radius:4px;color:#0d9488;font-size:11px;font-weight:600;min-width:50px;padding:4px 8px;text-align:center;text-transform:uppercase}.Products_fieldSelect__CUjED,.Products_operatorSelect__WC0UG,.Products_valueInput__edVaJ,.Products_valueSelect__rNtP7{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:8px 10px}.Products_fieldSelect__CUjED{min-width:140px}.Products_operatorSelect__WC0UG{min-width:100px}.Products_valueInput__edVaJ{flex:1 1;min-width:120px}.Products_valueSelect__rNtP7{min-width:120px}.Products_fieldSelect__CUjED:focus,.Products_operatorSelect__WC0UG:focus,.Products_valueInput__edVaJ:focus,.Products_valueSelect__rNtP7:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.Products_removeBtn__OYTuT{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:6px}.Products_removeBtn__OYTuT:hover{background:#fee2e2;color:#ef4444}.Products_subgroupsContainer__T3ghY{margin-top:12px}.Products_groupActions__5c26A{align-items:center;border-top:1px dashed #e2e8f0;display:flex;gap:12px;margin-top:12px;padding-top:12px}.Products_logicToggle__Z4SI-{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.Products_logicBtn__VeZ\+L{background:#fff;border:none;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.Products_logicBtn__VeZ\+L.Products_active__m8qkD{background:#0d9488;color:#fff}.Products_addConditionBtn__LA8bM,.Products_addSubgroupBtn__uXjMa{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px}.Products_addConditionBtn__LA8bM:hover,.Products_addSubgroupBtn__uXjMa:hover{background:#ccfbf1;border-color:#0d9488;color:#0d9488}.Products_filterPanelFooter__X8cRN{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.Products_addGroupBtn__ZXafz{align-items:center;background:#ccfbf1;border:1px dashed #0d9488;border-radius:6px;color:#0d9488;display:flex;gap:6px}.Products_addGroupBtn__ZXafz,.Products_clearAllBtn__v20RA{cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px}.Products_clearAllBtn__v20RA{background:#fee2e2;border:none;border-radius:6px;color:#dc2626}.Products_bulkActionsBar__VrPNG{align-items:center;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.Products_bulkInfo__NZG3\+{align-items:center;display:flex;gap:12px}.Products_bulkInfo__NZG3\+ span{font-size:13px;font-weight:500}.Products_clearSelectionBtn__Fsapp{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.Products_bulkButtons__kmxZ9{display:flex;gap:8px}.Products_bulkButtons__kmxZ9 button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.Products_bulkButtons__kmxZ9 button:disabled{cursor:not-allowed;opacity:.5}.Products_bulkButtons__kmxZ9 .Products_dangerBtn__tYIG6{background:#fee2e2;color:#dc2626}.Products_trashBanner__5wbHI{align-items:center;background:#fef3c7;color:#92400e;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px}.Products_resultsBar__S20TU{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;padding:10px 16px}.Products_tableGroup__jZvSA{margin-bottom:0}.Products_groupHeader__1n4Gc{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-bottom:1px solid #5eead4;display:flex;gap:10px;padding:12px 16px}.Products_groupHeader__1n4Gc span:first-child{color:#0f766e;font-weight:600}.Products_groupCount__OnMWD{background:#0d9488;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.Products_tableWrapper__Ky2O1{overflow-x:auto}.Products_table__Ga9DM{border-collapse:collapse;width:100%}.Products_table__Ga9DM th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:600;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.Products_table__Ga9DM td{border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;font-size:13px;padding:10px 12px}.Products_table__Ga9DM tbody tr:hover{background:#ccfbf1}.Products_selectedRow__0rrh-{background:#ccfbf1!important}.Products_idCell__k8TUC{color:#0d9488;font-family:monospace;font-size:12px;font-weight:600}.Products_productInfo__l8Rsn{align-items:center;display:flex;gap:10px}.Products_productThumb__\+Pml0{align-items:center;background:#f1f5f9;border-radius:8px;display:flex;flex-shrink:0;height:36px;justify-content:center;overflow:hidden;width:36px}.Products_productThumb__\+Pml0 img{height:100%;object-fit:cover;width:100%}.Products_productThumb__\+Pml0 i{color:#94a3b8;font-size:14px}.Products_productDetails__ilN14 h4{color:#1a202c;font-size:13px;font-weight:500;margin:0}.Products_productDetails__ilN14 span{color:#94a3b8;font-size:11px}.Products_categoryTag__mPW\+E{background:#dbeafe;color:#2563eb;font-weight:500}.Products_categoryTag__mPW\+E,.Products_typeTag__MuuQ3{border-radius:4px;display:inline-block;font-size:11px;padding:3px 8px}.Products_typeTag__MuuQ3{background:#f1f5f9;color:#64748b}.Products_stockCell__zJ9O6{display:flex;flex-direction:column}.Products_stockCell__zJ9O6 span{font-size:13px;font-weight:600}.Products_stockCell__zJ9O6 small{color:#94a3b8;font-size:10px}.Products_priceCell__vh\+g3{color:#059669;font-weight:600}.Products_inStock__Bca2d{color:#16a34a}.Products_lowStock__5jjdK{color:#ea580c}.Products_outOfStock__mjBiv{color:#dc2626}.Products_statusBadge__TijUo{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:3px 10px}.Products_statusBadge__TijUo.Products_active__m8qkD{background:#ccfbf1;color:#0d9488}.Products_statusBadge__TijUo.Products_inactive__lyE1P{background:#fee2e2;color:#dc2626}.Products_tagBadge__IeMRi{align-items:center;background:#f1f5f9;border-radius:4px;color:#64748b;display:inline-flex;font-size:11px;gap:4px;padding:3px 8px}.Products_actions__t9nQq{display:flex;gap:4px}.Products_actionBtn__PFUmc{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Products_actionBtn__PFUmc.Products_view__yXFCU{background:#ccfbf1;color:#0d9488}.Products_actionBtn__PFUmc.Products_view__yXFCU:hover{background:#0d9488;color:#fff}.Products_actionBtn__PFUmc.Products_edit__Cr-pv{background:#e0f2fe;color:#0369a1}.Products_actionBtn__PFUmc.Products_edit__Cr-pv:hover{background:#0369a1;color:#fff}.Products_actionBtn__PFUmc.Products_delete__0ycS0{background:#fee2e2;color:#dc2626}.Products_actionBtn__PFUmc.Products_delete__0ycS0:hover{background:#dc2626;color:#fff}.Products_actionBtn__PFUmc.Products_restore__zuM2u{background:#fef3c7;color:#d97706}.Products_actionBtn__PFUmc.Products_restore__zuM2u:hover{background:#d97706;color:#fff}.Products_cardsGroup__iaMl-{margin-bottom:0}.Products_cardsGrid__db15B{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.Products_productCard__cJXfd{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s}.Products_productCard__cJXfd:hover{border-color:#0d9488;box-shadow:0 4px 12px #0d948826;transform:translateY(-2px)}.Products_productCard__cJXfd.Products_selected__7CSLd{background:#ccfbf1;border-color:#0d9488}.Products_cardHeader__ymy9m{align-items:flex-start;background:#f8fafc;display:flex;padding:12px;position:relative}.Products_cardHeader__ymy9m input{accent-color:#0d9488;height:16px;left:12px;position:absolute;top:12px;width:16px}.Products_cardThumb__QnKRv{align-items:center;background:#fff;border-radius:8px;display:flex;height:56px;justify-content:center;margin:0 auto;overflow:hidden;width:56px}.Products_cardThumb__QnKRv img{height:100%;object-fit:cover;width:100%}.Products_cardThumb__QnKRv i{color:#94a3b8;font-size:20px}.Products_cardHeader__ymy9m .Products_statusBadge__TijUo{position:absolute;right:12px;top:12px}.Products_cardBody__Oieso{padding:12px}.Products_cardBody__Oieso h3{color:#1a202c;font-size:14px;font-weight:600;margin:0 0 4px}.Products_cardCode__Lanm7{color:#0d9488;font-family:monospace;font-size:12px;font-weight:500}.Products_cardMeta__dNl0B{color:#64748b;display:flex;flex-wrap:wrap;font-size:11px;gap:10px;margin-top:10px}.Products_cardMeta__dNl0B span{align-items:center;display:flex;gap:4px}.Products_cardPrices__QMRrf{border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-top:10px;padding-top:10px}.Products_costPrice__2Opvc{color:#64748b;font-size:12px}.Products_sellPrice__TT0xP{color:#059669;font-size:13px;font-weight:600}.Products_cardFooter__0cyN4{align-items:center;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 12px}.Products_cardActions__stB\+K{display:flex;gap:4px}.Products_cardActions__stB\+K button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Products_cardActions__stB\+K button:hover{background:#0d9488;border-color:#0d9488;color:#fff}.Products_pagination__5P34B{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}.Products_pageInfo__nUF-P{color:#64748b;font-size:13px}.Products_pageInfo__nUF-P strong{color:#1a202c}.Products_pageControls__up4Tg{align-items:center;display:flex;gap:12px}.Products_perPageSelect__HWmUw{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 10px}.Products_pageButtons__f0qGf{align-items:center;display:flex;gap:4px}.Products_pageBtn__DUfl0{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:32px;justify-content:center;width:32px}.Products_pageBtn__DUfl0:hover:not(:disabled){background:#ccfbf1;border-color:#0d9488;color:#0d9488}.Products_pageBtn__DUfl0:disabled{cursor:not-allowed;opacity:.4}.Products_pageNum__8L0Tw{color:#64748b;font-size:12px;padding:0 8px}.Products_emptyState__sg\+O0{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.Products_emptyIcon__Jazc3{align-items:center;background:#ccfbf1;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.Products_emptyIcon__Jazc3 i{color:#0d9488;font-size:24px}.Products_emptyState__sg\+O0 h3{color:#1a202c;font-size:16px;margin:0 0 4px}.Products_emptyState__sg\+O0 p{color:#64748b;font-size:13px;margin:0 0 16px}.Products_loading__uCnP2{align-items:center;display:flex;justify-content:center;padding:60px 20px}.Products_spinner__A-85R{animation:Products_spin__FTRri .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0d9488;height:36px;width:36px}@keyframes Products_spin__FTRri{to{transform:rotate(1turn)}}.Products_modalOverlay__OirvY{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.Products_modal__1xTgd{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.Products_modalHeader__X5BiI{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.Products_modalHeader__X5BiI h3{color:#1a202c;font-size:16px;font-weight:600;margin:0}.Products_modalHeader__X5BiI button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.Products_modalBody__Cx6lq{padding:20px}.Products_modalBody__Cx6lq p{color:#64748b;font-size:14px;margin:0 0 16px}.Products_modalFooter__5PD\+9{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.Products_hint__Qapwh{color:#64748b;font-size:12px;margin:12px 0 0}.Products_formGroup__cvOWw{margin-bottom:16px}.Products_formGroup__cvOWw input,.Products_formGroup__cvOWw select{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 14px;width:100%}.Products_formGroup__cvOWw input:focus,.Products_formGroup__cvOWw select:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.Products_viewHeader__dQBvD{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px;padding:20px}.Products_viewHeaderLeft__CVbBW{display:flex;flex:1 1;gap:16px}.Products_productImage__vDKad{border-radius:12px;flex-shrink:0;height:100px;overflow:hidden;width:100px}.Products_productImage__vDKad img{height:100%;object-fit:cover;width:100%}.Products_productImagePlaceholder__\+BuWK{align-items:center;background:#f1f5f9;color:#94a3b8;display:flex;font-size:2.5rem;height:100%;justify-content:center;width:100%}.Products_viewHeaderInfo__G3cbY{display:flex;flex-direction:column;gap:6px}.Products_viewHeaderTop__c3IkD{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Products_productCode__j4IIh{background:#f1f5f9;border-radius:4px;color:#0d9488;font-family:monospace;font-size:12px;font-weight:600;padding:4px 8px}.Products_productTitle__rE9rZ{color:#1a202c;font-size:20px;font-weight:700;margin:0}.Products_productDesc__14r6T{color:#64748b;font-size:13px;margin:0}.Products_viewHeaderMeta__4VTVa{color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;margin-top:6px}.Products_viewHeaderMeta__4VTVa span{align-items:center;display:flex;gap:4px}.Products_viewHeaderRight__TiuL\+{align-items:flex-start;display:flex}.Products_priceCard__GgNAe{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;padding:16px}.Products_priceItem__oONED{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.Products_priceItem__oONED:last-child{margin-bottom:0}.Products_priceLabel__DF4mF{color:#64748b;font-size:10px;text-transform:uppercase}.Products_priceValue__TmpYM{color:#059669;font-size:20px;font-weight:700}.Products_priceValueSmall__9tfm8{color:#1a202c;font-size:14px;font-weight:600}.Products_positive__656jf{color:#16a34a!important}.Products_negative__8iIRl{color:#dc2626!important}.Products_stockOverview__NNxZz{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.Products_stockCard__guL7J{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;padding:16px}.Products_stockIcon__KC-1o{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;font-size:16px;height:42px;justify-content:center;width:42px}.Products_stockIcon__KC-1o.Products_inStock__Bca2d{background:#d1fae5;color:#059669}.Products_stockIcon__KC-1o.Products_lowStock__5jjdK{background:#fed7aa;color:#ea580c}.Products_stockIcon__KC-1o.Products_outOfStock__mjBiv{background:#fee2e2;color:#dc2626}.Products_stockInfo__r1i6E{display:flex;flex-direction:column}.Products_stockValue__FnJt3{color:#1a202c;font-size:18px;font-weight:700}.Products_stockLabel__qObkb{color:#64748b;font-size:11px}.Products_stockStatus__qGKYw{border-radius:12px;font-size:11px;font-weight:600;margin-left:auto;padding:4px 10px}.Products_stockStatus__qGKYw.Products_inStock__Bca2d{background:#d1fae5;color:#059669}.Products_stockStatus__qGKYw.Products_lowStock__5jjdK{background:#fed7aa;color:#ea580c}.Products_stockStatus__qGKYw.Products_outOfStock__mjBiv{background:#fee2e2;color:#dc2626}.Products_tabsContainer__7OFnE{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.Products_tabs__9YH0t{border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto}.Products_tab__3C6Hr{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;font-size:13px;gap:6px;padding:14px 20px;white-space:nowrap}.Products_tab__3C6Hr:hover{background:#f8fafc;color:#0d9488}.Products_tab__3C6Hr.Products_active__m8qkD{border-bottom:2px solid #0d9488;color:#0d9488;margin-bottom:-1px}.Products_tabContent__9bZrW{padding:20px}.Products_detailsGrid__mvibR{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.Products_detailSection__piOWf{background:#fafafa;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.Products_sectionTitle__jYfwt{align-items:center;border-bottom:1px solid #e2e8f0;color:#1a202c;display:flex;font-size:13px;gap:8px;margin:0 0 14px;padding-bottom:10px}.Products_sectionTitle__jYfwt i{color:#0d9488}.Products_detailRows__PeJj8{display:flex;flex-direction:column;gap:10px}.Products_detailRow__xOy5e{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.Products_detailLabel__YEA5r{color:#64748b;flex-shrink:0;font-size:12px}.Products_detailValue__-\+qUs{color:#1a202c;font-size:12px;font-weight:500;text-align:right}.Products_notesContent__EEkmH{color:#475569;font-size:13px;line-height:1.6;white-space:pre-wrap}.Products_emptySection__yuqH-{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;padding:24px;text-align:center}.Products_emptySection__yuqH- i{font-size:24px;margin-bottom:8px}.Products_emptySection__yuqH- p{font-size:13px;margin:0}.Products_emptySection__yuqH- small{font-size:11px}.Products_formTabs__\+g7iy{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.Products_formTab__81gd5{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;gap:6px;padding:10px 16px}.Products_formTab__81gd5:hover{background:#f8fafc;color:#0d9488}.Products_formTab__81gd5.Products_active__m8qkD{background:#0d9488;border-color:#0d9488;color:#fff}.Products_formCard__Z68WI{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;padding:20px}.Products_formGrid__Wc-0U{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.Products_formSection__4a437{background:#fafafa;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.Products_formSection__4a437 .Products_sectionTitle__jYfwt{margin-bottom:16px}.Products_formRow__s5ObH{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.Products_formGroup__cvOWw{margin-bottom:14px}.Products_formGroup__cvOWw:last-child{margin-bottom:0}.Products_formGroup__cvOWw label{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:6px}.Products_formGroup__cvOWw label.Products_required__kQlLt:after{color:#dc2626;content:" *"}.Products_formGroup__cvOWw input,.Products_formGroup__cvOWw select,.Products_formGroup__cvOWw textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:13px;padding:10px 12px;width:100%}.Products_formGroup__cvOWw input:focus,.Products_formGroup__cvOWw select:focus,.Products_formGroup__cvOWw textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.Products_formGroup__cvOWw input.Products_hasError__VfH7C,.Products_formGroup__cvOWw select.Products_hasError__VfH7C{border-color:#dc2626}.Products_errorText__NV6t9{color:#dc2626;display:block;font-size:11px;margin-top:4px}.Products_checkboxGroup__k4Kwd{margin-bottom:12px}.Products_checkboxLabel__jNnC3{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:12px}.Products_checkboxLabel__jNnC3:hover{border-color:#0d9488}.Products_checkboxLabel__jNnC3 input{accent-color:#0d9488;height:16px;margin-top:2px;width:16px}.Products_checkboxText__o5RWp{color:#1a202c;display:block;font-size:13px;font-weight:500}.Products_checkboxLabel__jNnC3 small{color:#64748b;display:block;font-size:11px;margin-top:2px}.Products_marginDisplay__U4H5c{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:14px;padding:12px}.Products_marginItem__jRXsQ{align-items:center;display:flex;gap:10px}.Products_marginLabel__gp0ho{color:#64748b;font-size:12px}.Products_marginValue__Omn79{font-size:14px;font-weight:600}.Products_formFooter__-3UWk{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;padding:16px 20px}.Products_formFooterRight__FTO0S{display:flex;gap:10px}@media (max-width:1200px){.Products_statsRow__D3qn\+,.Products_stockOverview__NNxZz{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Products_statsRow__D3qn\+,.Products_stockOverview__NNxZz{grid-template-columns:1fr}.Products_viewHeader__dQBvD{flex-direction:column}.Products_viewHeaderLeft__CVbBW{align-items:center;flex-direction:column;text-align:center}.Products_viewHeaderMeta__4VTVa{justify-content:center}.Products_formGrid__Wc-0U,.Products_formRow__s5ObH{grid-template-columns:1fr}.Products_formFooter__-3UWk{flex-direction:column;gap:12px}.Products_formFooterRight__FTO0S{width:100%}.Products_formFooterRight__FTO0S button{flex:1 1}}.ProductForm_pageHeader__zOqIn{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px;padding:12px 18px}.ProductForm_headerLeft__rnDvV{display:flex;flex-direction:column;gap:4px;min-width:0}.ProductForm_pageTitle__OBh9\+{align-items:center;color:#0f172a;display:flex;font-size:18px;font-weight:700;gap:10px;letter-spacing:-.01em;line-height:1.2;margin:0}.ProductForm_pageTitle__OBh9\+ i{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:9px;box-shadow:0 2px 6px #4f46e540;color:#fff;display:inline-flex;font-size:13px;height:32px;justify-content:center;width:32px}.ProductForm_breadcrumb__pUDNl{align-items:center;color:#64748b;display:flex;font-size:12.5px;font-weight:500;gap:6px}.ProductForm_breadcrumb__pUDNl a{color:#4f46e5;text-decoration:none;transition:color .15s}.ProductForm_breadcrumb__pUDNl a:hover{color:#4338ca;text-decoration:underline}.ProductForm_breadcrumb__pUDNl span{color:#cbd5e1;font-weight:300}.ProductForm_breadcrumb__pUDNl span:last-child{color:#475569;font-weight:600}.ProductForm_headerActions__zUvKD{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px}.ProductForm_btnPrimary__H6TyS,.ProductForm_btnSecondary__ThUwB,.ProductForm_btnSuccess__FzMjy{align-items:center;border:1px solid #0000;border-radius:7px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12.5px;font-weight:600;gap:7px;padding:7px 14px;transition:all .15s;white-space:nowrap}.ProductForm_btnPrimary__H6TyS{background:linear-gradient(180deg,#6366f1,#4f46e5);box-shadow:0 1px 3px #4f46e54d;color:#fff}.ProductForm_btnPrimary__H6TyS:hover:not(:disabled){background:linear-gradient(180deg,#4f46e5,#4338ca);box-shadow:0 3px 8px #4f46e559}.ProductForm_btnSecondary__ThUwB{background:#fff;border-color:#e2e8f0;color:#475569}.ProductForm_btnSecondary__ThUwB:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.ProductForm_btnSuccess__FzMjy{background:linear-gradient(180deg,#10b981,#059669);box-shadow:0 1px 3px #05966947;color:#fff}.ProductForm_btnSuccess__FzMjy:hover:not(:disabled){background:linear-gradient(180deg,#059669,#047857);box-shadow:0 3px 8px #05966959}.ProductForm_btnPrimary__H6TyS:disabled,.ProductForm_btnSecondary__ThUwB:disabled,.ProductForm_btnSuccess__FzMjy:disabled{box-shadow:none;cursor:not-allowed;opacity:.55}.ProductForm_formCard__sHPOp{animation:ProductForm_fadeIn__bzOfs .18s ease;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a;padding:16px 20px}@keyframes ProductForm_fadeIn__bzOfs{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.ProductForm_formGrid__fLK2T{display:flex;flex-direction:column;gap:16px}.ProductForm_formSection__9D1Lk{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px;padding-bottom:14px}.ProductForm_formSection__9D1Lk:last-child{border-bottom:none;padding-bottom:0}.ProductForm_sectionTitle__3N2dk{align-items:center;border-bottom:1px solid #f1f5f9;color:#0f172a;display:flex;font-size:13.5px;font-weight:700;gap:9px;letter-spacing:-.01em;margin:0 0 2px;padding-bottom:8px}.ProductForm_sectionTitle__3N2dk i{align-items:center;background:#eef2ff;border-radius:7px;color:#4f46e5;display:inline-flex;flex-shrink:0;font-size:12px;height:26px;justify-content:center;width:26px}.ProductForm_formRow__FJL29{grid-gap:10px 14px;display:grid;gap:10px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}.ProductForm_formGroup__Z9l-i{display:flex;flex-direction:column;gap:4px;min-width:0}.ProductForm_formGroup__Z9l-i label{color:#475569;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.ProductForm_required__tQ9\+8:after{color:#ef4444;content:" *";font-weight:700}.ProductForm_formGroup__Z9l-i input[type=date],.ProductForm_formGroup__Z9l-i input[type=email],.ProductForm_formGroup__Z9l-i input[type=number],.ProductForm_formGroup__Z9l-i input[type=password],.ProductForm_formGroup__Z9l-i input[type=tel],.ProductForm_formGroup__Z9l-i input[type=text],.ProductForm_formGroup__Z9l-i input[type=url],.ProductForm_formGroup__Z9l-i select,.ProductForm_formGroup__Z9l-i textarea{background:#fff;border:1px solid #cbd5e1;border-radius:7px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;line-height:1.4;outline:none;padding:7px 10px;transition:all .15s;width:100%}.ProductForm_formGroup__Z9l-i input:not([type=checkbox]):not([type=radio]),.ProductForm_formGroup__Z9l-i select{height:34px}.ProductForm_formGroup__Z9l-i textarea{line-height:1.5;min-height:64px;resize:vertical}.ProductForm_formGroup__Z9l-i input::placeholder,.ProductForm_formGroup__Z9l-i textarea::placeholder{color:#cbd5e1}.ProductForm_formGroup__Z9l-i input:hover,.ProductForm_formGroup__Z9l-i select:hover,.ProductForm_formGroup__Z9l-i textarea:hover{border-color:#94a3b8}.ProductForm_formGroup__Z9l-i input:focus,.ProductForm_formGroup__Z9l-i select:focus,.ProductForm_formGroup__Z9l-i textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.ProductForm_formGroup__Z9l-i input:disabled,.ProductForm_formGroup__Z9l-i select:disabled,.ProductForm_formGroup__Z9l-i textarea:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.ProductForm_formGroup__Z9l-i select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27><path fill=%27%2394a3b8%27 d=%27M0 0l5 6 5-6z%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:10px 6px;cursor:pointer;padding-right:32px}.ProductForm_hasError__2N4gH{background:#fef2f2!important;border-color:#ef4444!important}.ProductForm_hasError__2N4gH:focus{box-shadow:0 0 0 3px #ef444426!important}.ProductForm_errorText__S-Luu{align-items:center;color:#b91c1c;display:inline-flex;font-size:11.5px;font-weight:500;gap:5px;margin-top:2px}.ProductForm_errorText__S-Luu:before{content:"⚠";font-size:11px}.ProductForm_readonlyField__H-MNn{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:7px;cursor:not-allowed;display:flex;height:34px;padding:0 10px}.ProductForm_codeChip__OVRe8{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:5px;color:#4338ca;display:inline-flex;font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:12px;font-weight:700;letter-spacing:.02em;padding:2px 8px}.ProductForm_codePending__opIYq{align-items:center;color:#94a3b8;display:inline-flex;font-size:12px;font-style:italic;font-weight:500;gap:6px}.ProductForm_codePending__opIYq i{color:#6366f1;font-size:11px;font-style:normal}.ProductForm_checkboxGroup__-fsk-{display:flex;margin-bottom:0}.ProductForm_checkboxLabel__DPOrk{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;flex-wrap:wrap;font-size:12.5px;font-weight:500;gap:9px;padding:9px 12px;transition:all .15s;-webkit-user-select:none;user-select:none;width:100%}.ProductForm_checkboxLabel__DPOrk:hover{background:#fafbff;border-color:#c7d2fe;color:#334155}.ProductForm_checkboxLabel__DPOrk input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;flex-shrink:0;height:18px;margin:0;width:18px}.ProductForm_checkboxLabel__DPOrk small{color:#94a3b8;flex:1 1;font-size:11.5px;font-weight:400}.ProductForm_checkboxLabel__DPOrk:has(input[type=checkbox]:checked){background:#eef2ff;border-color:#c7d2fe}.ProductForm_checkboxLabel__DPOrk:has(input[type=checkbox]:checked) .ProductForm_checkboxText__hc1Ld{color:#4338ca}.ProductForm_checkboxText__hc1Ld{color:#334155;font-size:13px;font-weight:600;transition:color .15s}.ProductForm_marginDisplay__veCsn{background:linear-gradient(180deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:8px;display:flex;flex-direction:column;gap:4px;margin-top:4px;padding:10px 14px}.ProductForm_marginItem__wxHLK{align-items:center;display:flex;gap:12px;justify-content:space-between;min-width:0}.ProductForm_marginLabel__QLUIn{color:#065f46;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ProductForm_marginValue__RgIPz{font-feature-settings:"tnum";color:#047857;font-size:16px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em;line-height:1.1}.ProductForm_positive__nJjVl{color:#047857}.ProductForm_negative__f2Oi2{color:#b91c1c}.ProductForm_marginValue__RgIPz.ProductForm_positive__nJjVl{color:#047857}.ProductForm_marginValue__RgIPz.ProductForm_negative__f2Oi2{color:#b91c1c}.ProductForm_marginDisplay__veCsn:has(.ProductForm_negative__f2Oi2){background:linear-gradient(180deg,#fef2f2,#fee2e2);border-color:#fecaca}.ProductForm_marginDisplay__veCsn:has(.ProductForm_negative__f2Oi2) .ProductForm_marginLabel__QLUIn{color:#991b1b}.ProductForm_formFooter__FXEn5{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 -2px 8px #0f172a0a;display:flex;gap:12px;justify-content:space-between;margin-top:12px;padding:10px 16px}.ProductForm_formFooterRight__x9JeV{display:flex;gap:8px;margin-left:auto}.ProductForm_loading__ebWGm{align-items:center;color:#475569;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:14px;justify-content:center;padding:100px 20px}.ProductForm_spinner__CfcAT{animation:ProductForm_spin__YNWSi .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#6366f1;height:36px;width:36px}@keyframes ProductForm_spin__YNWSi{to{transform:rotate(1turn)}}@media (max-width:1100px){.ProductForm_formRow__FJL29{grid-template-columns:1fr}}@media (max-width:768px){.ProductForm_pageHeader__zOqIn{align-items:stretch;flex-direction:column}.ProductForm_headerActions__zUvKD{justify-content:stretch}.ProductForm_headerActions__zUvKD button{flex:1 1;justify-content:center}.ProductForm_pageTitle__OBh9\+{font-size:18px}.ProductForm_pageTitle__OBh9\+ i{font-size:13px;height:32px;width:32px}.ProductForm_formCard__sHPOp{padding:18px 16px}.ProductForm_marginItem__wxHLK{align-items:flex-start;flex-direction:column;gap:4px}.ProductForm_formFooter__FXEn5{align-items:stretch;flex-direction:column}.ProductForm_formFooterRight__x9JeV{flex-wrap:wrap}.ProductForm_formFooterRight__x9JeV button{flex:1 1;justify-content:center}}@media print{.ProductForm_formFooter__FXEn5,.ProductForm_headerActions__zUvKD,.ProductForm_pageHeader__zOqIn{display:none!important}.ProductForm_formCard__sHPOp{border-color:#ddd;box-shadow:none;padding:0}}.Units_pageHeader__WjI5V{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.Units_headerLeft__j6tGQ{align-items:flex-start;display:flex;flex:1 1;gap:12px}.Units_backButton__GLMqn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.Units_backButton__GLMqn:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Units_titleGroup__IqASf{flex:1 1}.Units_pageTitle__mFB6k{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:10px;margin:0 0 4px}.Units_breadcrumb__y\+l3Z{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.Units_breadcrumb__y\+l3Z a{color:#6366f1;text-decoration:none}.Units_headerActions__1tyD8{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.Units_btnIcon__45SpW{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.Units_btnIcon__45SpW:hover{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Units_btnIcon__45SpW.Units_active__qonWB{background:#6366f1;border-color:#6366f1;color:#fff}.Units_btnPrimary__p9Nzd{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.Units_btnPrimary__p9Nzd:hover{background:#4f46e5}.Units_btnPrimary__p9Nzd:disabled{cursor:not-allowed;opacity:.6}.Units_btnSecondary__eOwGI{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none}.Units_btnSecondary__eOwGI:hover{background:#f9fafb;border-color:#6366f1;color:#6366f1}.Units_btnDanger__TebF-{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.Units_btnDanger__TebF-:hover{background:#b91c1c}.Units_statsRow__czyMu{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.Units_statCard__CWt\+e{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;padding:14px 16px}.Units_statIcon__Fk-1p{align-items:center;border-radius:8px;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.Units_statIcon__Fk-1p.Units_blue__sS2lF{background:#eff6ff;color:#3b82f6}.Units_statIcon__Fk-1p.Units_green__79fy6{background:#f0fdf4;color:#22c55e}.Units_statIcon__Fk-1p.Units_orange__wZ-gA{background:#fff7ed;color:#f97316}.Units_statIcon__Fk-1p.Units_purple__IRCQk{background:#faf5ff;color:#a855f7}.Units_statInfo__2iIrl{flex:1 1}.Units_statValue__BpLpy{color:#111827;display:block;font-size:20px;font-weight:700}.Units_statLabel__9WQo8{color:#6b7280;font-size:12px}.Units_card__M6LJT{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.Units_toolbar__GR5l5{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:10px 16px}.Units_toolbarLeft__vxJi8,.Units_toolbar__GR5l5{align-items:center;display:flex;gap:10px}.Units_toolbarRight__OtXdW{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.Units_searchBox__108BW{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:8px;padding:0 10px;width:220px}.Units_searchBox__108BW i{color:#9ca3af;font-size:13px}.Units_searchBox__108BW input{background:none;border:none;font-size:13px;outline:none;padding:7px 0;width:100%}.Units_toolbarBtn__44uuX{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 10px;white-space:nowrap}.Units_toolbarBtn__44uuX:hover{border-color:#6366f1;color:#6366f1}.Units_toolbarBtn__44uuX.Units_active__qonWB{background:#eef2ff;border-color:#6366f1;color:#6366f1}.Units_toolbarBtn__44uuX .Units_badge__obhVe{background:#6366f1;border-radius:8px;color:#fff;font-size:10px;margin-left:3px;padding:1px 5px}.Units_toolbarSelect__ICIS2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.Units_layoutToggle__8OU7R{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.Units_layoutToggle__8OU7R button{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:6px 10px}.Units_layoutToggle__8OU7R button:first-child{border-right:1px solid #e5e7eb}.Units_layoutToggle__8OU7R button.Units_active__qonWB{background:#6366f1;color:#fff}.Units_dropdownWrapper__3SIOV{position:relative}.Units_dropdownMenu__3g0m9{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0000001f;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.Units_dropdownHeader__V9msS{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.Units_dropdownItem__jjj13{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.Units_dropdownItem__jjj13:hover{background:#f9fafb}.Units_dropdownItem__jjj13 i{color:#9ca3af;width:16px}.Units_dropdownEmpty__qyeuH{color:#9ca3af;font-size:12px;padding:20px;text-align:center}.Units_dropdownFooter__ap9\+g{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px 12px}.Units_dropdownFooter__ap9\+g button{background:none;border:none;color:#6366f1;cursor:pointer;flex:1 1;font-size:12px;padding:6px}.Units_checkboxItem__cLZu9{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px}.Units_checkboxItem__cLZu9:hover{background:#f9fafb}.Units_checkboxItem__cLZu9 input{accent-color:#6366f1}.Units_filterPanel__QhqJT{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:14px 16px}.Units_filterGroup__z61uR{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.Units_filterGroup__z61uR.Units_subgroup__5DUv9{background:#f9fafb;border:1px solid #e0e7ff;margin-left:20px;margin-top:10px}.Units_subgroupHeader__3KZsC{align-items:center;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.Units_removeSubgroupBtn__KVNLA{background:none;border:none;color:#d1d5db;cursor:pointer}.Units_removeSubgroupBtn__KVNLA:hover{color:#ef4444}.Units_conditionsList__9D8Bn{display:flex;flex-direction:column;gap:6px}.Units_conditionRow__VcJ0-{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.Units_conditionHandle__6Mxqb{color:#d1d5db;font-size:11px}.Units_logicLabel__YHBsH,.Units_whereLabel__jeIRM{color:#6b7280;font-size:12px;min-width:42px}.Units_fieldSelect__ZWgza,.Units_operatorSelect__JY1\+f,.Units_valueInput__Cekwj,.Units_valueSelect__vHjKv{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Units_fieldSelect__ZWgza{min-width:120px}.Units_operatorSelect__JY1\+f{min-width:90px}.Units_valueInput__Cekwj,.Units_valueSelect__vHjKv{flex:1 1;max-width:160px;min-width:120px}.Units_removeBtn__-SosU{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:11px;padding:4px}.Units_removeBtn__-SosU:hover{color:#ef4444}.Units_subgroupsContainer__dFE6p{margin-top:8px}.Units_groupActions__dLWoI{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;margin-top:10px;padding-top:8px}.Units_logicToggle__DbSWX{background:#f3f4f6;border-radius:5px;display:flex;padding:2px}.Units_logicBtn__tF04t{background:#0000;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:11px;padding:3px 8px}.Units_logicBtn__tF04t.Units_active__qonWB{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}.Units_addConditionBtn__Kf8H8,.Units_addSubgroupBtn__j8oLM{align-items:center;background:none;border:none;color:#6366f1;cursor:pointer;display:flex;font-size:11px;gap:4px}.Units_filterPanelFooter__hx1WI{display:flex;justify-content:space-between;margin-top:10px}.Units_addGroupBtn__2s0IY{align-items:center;color:#6366f1;display:flex;gap:4px}.Units_addGroupBtn__2s0IY,.Units_clearAllBtn__i5-yM{background:none;border:none;cursor:pointer;font-size:11px}.Units_clearAllBtn__i5-yM{color:#9ca3af}.Units_clearAllBtn__i5-yM:hover{color:#ef4444}.Units_bulkActionsBar__t5Auz{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:10px 16px}.Units_bulkInfo__-xS5L{align-items:center;color:#4338ca;display:flex;font-size:13px;font-weight:500;gap:10px}.Units_bulkInfo__-xS5L input{accent-color:#6366f1}.Units_clearSelectionBtn__BErdS{background:none;border:none;color:#6366f1;cursor:pointer;font-size:12px}.Units_bulkButtons__aVUGQ{display:flex;gap:6px}.Units_bulkButtons__aVUGQ button{align-items:center;background:#fff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.Units_bulkButtons__aVUGQ button:hover{background:#6366f1;border-color:#6366f1;color:#fff}.Units_bulkButtons__aVUGQ button.Units_dangerBtn__NawAQ{border-color:#fecaca;color:#dc2626}.Units_bulkButtons__aVUGQ button.Units_dangerBtn__NawAQ:hover{background:#dc2626;border-color:#dc2626;color:#fff}.Units_bulkButtons__aVUGQ button:disabled{cursor:not-allowed;opacity:.5}.Units_trashBanner__wFCBN{align-items:center;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;display:flex;font-size:13px;gap:8px;padding:10px 16px}.Units_resultsBar__NTKKV{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:12px;padding:8px 16px}.Units_tableWrapper__CZ7IS{overflow-x:auto}.Units_table__00gfV{border-collapse:collapse;width:100%}.Units_table__00gfV thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.Units_table__00gfV tbody td{border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;font-size:13px;padding:10px 12px}.Units_table__00gfV tbody tr:hover{background:#f9fafb}.Units_selectedRow__XkWSf{background:#eef2ff!important}.Units_idCell__tc5V0{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:11px;padding:2px 6px}.Units_nameCell__cT5gk{font-weight:500}.Units_symbolCell__fjKnC{background:#eef2ff;border-radius:4px;color:#6366f1;font-family:monospace;font-size:12px;padding:2px 8px}.Units_descCell__tbHpN{color:#6b7280;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Units_statusBadge__pUh27{border-radius:4px;font-size:10px;font-weight:600;padding:3px 8px}.Units_statusBadge__pUh27.Units_active__qonWB{background:#d1fae5;color:#059669}.Units_statusBadge__pUh27.Units_inactive__GiZPY{background:#fee2e2;color:#dc2626}.Units_actions__nmH8P{display:flex;gap:4px}.Units_actionBtn__bpbUr{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:all .15s;width:26px}.Units_actionBtn__bpbUr.Units_view__fq3Nh{background:#eff6ff;color:#3b82f6}.Units_actionBtn__bpbUr.Units_view__fq3Nh:hover{background:#3b82f6;color:#fff}.Units_actionBtn__bpbUr.Units_edit__q0XXs{background:#fef3c7;color:#d97706}.Units_actionBtn__bpbUr.Units_edit__q0XXs:hover{background:#d97706;color:#fff}.Units_actionBtn__bpbUr.Units_delete__Y2LjC{background:#fee2e2;color:#dc2626}.Units_actionBtn__bpbUr.Units_delete__Y2LjC:hover{background:#dc2626;color:#fff}.Units_actionBtn__bpbUr.Units_restore__\+gQDI{background:#d1fae5;color:#059669}.Units_actionBtn__bpbUr.Units_restore__\+gQDI:hover{background:#059669;color:#fff}.Units_cardsGrid__EEv8H{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding:16px}.Units_branchCard__iP3d0{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .15s}.Units_branchCard__iP3d0:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.Units_branchCard__iP3d0.Units_selected__O09y6{border-color:#6366f1;box-shadow:0 0 0 2px #c7d2fe}.Units_cardHeader__H0-VY{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:12px}.Units_cardHeader__H0-VY input{accent-color:#6366f1}.Units_cardLogo__BwIly{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.Units_cardHeader__H0-VY .Units_statusBadge__pUh27{margin-left:auto}.Units_cardBody__2scRN{padding:14px}.Units_cardBody__2scRN h3{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.Units_cardCode__1a6ZF{color:#6b7280;font-family:monospace;font-size:11px}.Units_cardMeta__Wqnen{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.Units_cardMeta__Wqnen i{font-size:11px}.Units_cardFooter__MFrV4{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px}.Units_cardActions__7TD3f{display:flex;gap:4px}.Units_cardActions__7TD3f button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;height:28px;width:28px}.Units_cardActions__7TD3f button:hover{background:#6366f1;color:#fff}.Units_typeTag__koScE{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:11px;max-width:120px;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap}.Units_pagination__dLFje{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.Units_pageInfo__\+cJyd{color:#6b7280;font-size:12px}.Units_pageInfo__\+cJyd strong{color:#111827}.Units_pageControls__Rx6HR{align-items:center;display:flex;gap:8px}.Units_perPageSelect__cwJac{background:#fff;border:1px solid #e5e7eb;border-radius:5px;font-size:12px;padding:5px 8px}.Units_pageButtons__nN98W{display:flex;gap:2px}.Units_pageBtn__YU\+kL{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;width:28px}.Units_pageBtn__YU\+kL:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.Units_pageBtn__YU\+kL:disabled{cursor:not-allowed;opacity:.4}.Units_pageNum__uLUd0{color:#6b7280;font-size:12px;padding:0 8px}.Units_modalOverlay__oL07J{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Units_modal__73bHx{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:440px;width:100%}.Units_modalHeader__OyktF{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.Units_modalHeader__OyktF h3{color:#111827;font-size:16px;font-weight:600;margin:0}.Units_modalHeader__OyktF button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.Units_modalBody__AYfUD{padding:20px}.Units_modalBody__AYfUD p{color:#6b7280;font-size:14px;margin:0 0 16px}.Units_modalFooter__ZoZJ8{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.Units_formCard__nkQF5{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;padding:24px}.Units_formGrid__4fxp6{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.Units_formGroup__61vpe{margin-bottom:0}.Units_formGroup__61vpe.Units_fullWidth__NnqIc{grid-column:1/-1}.Units_formGroup__61vpe label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.Units_formGroup__61vpe .Units_required__quZTL{color:#dc2626}.Units_formGroup__61vpe input,.Units_formGroup__61vpe select,.Units_formGroup__61vpe textarea{border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:9px 12px;width:100%}.Units_formGroup__61vpe input:focus,.Units_formGroup__61vpe select:focus,.Units_formGroup__61vpe textarea:focus{border-color:#6366f1;outline:none}.Units_formActions__yRvcH{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.Units_detailsCard__fdGaz{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.Units_detailsHeader__Z\+TzY{border-bottom:1px solid #e5e7eb;padding:16px 20px}.Units_detailsHeader__Z\+TzY h2{align-items:center;color:#111827;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.Units_detailsGrid__i\+wp5{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);padding:20px}.Units_detailGroup__RjhOq.Units_fullWidth__NnqIc{grid-column:1/-1}.Units_detailLabel__lFk2y{color:#6b7280;display:block;font-size:11px;font-weight:500;letter-spacing:.3px;margin-bottom:4px;text-transform:uppercase}.Units_detailValue__9iNnv{color:#111827;font-size:14px}.Units_loading__Zgrp\+{align-items:center;display:flex;justify-content:center;padding:60px}.Units_spinner__ZDMWQ{animation:Units_spin__IDTLr .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:30px;width:30px}@keyframes Units_spin__IDTLr{to{transform:rotate(1turn)}}.Units_emptyState__htaD0{padding:50px 20px;text-align:center}.Units_emptyIcon__I9NKU{color:#d1d5db;font-size:36px;margin-bottom:10px}.Units_emptyState__htaD0 h3{color:#374151;font-size:15px;font-weight:500;margin:0 0 16px}@media (max-width:768px){.Units_statsRow__czyMu{grid-template-columns:1fr}.Units_pageHeader__WjI5V{align-items:flex-start;flex-direction:column}.Units_headerActions__1tyD8{width:100%}.Units_toolbar__GR5l5{align-items:stretch;flex-direction:column}.Units_searchBox__108BW,.Units_toolbarLeft__vxJi8,.Units_toolbarRight__OtXdW{width:100%}.Units_detailsGrid__i\+wp5,.Units_formGrid__4fxp6{grid-template-columns:1fr}}
/*# sourceMappingURL=main.a291d9fc.css.map*/