*,:after,:before{box-sizing:border-box}*{margin:0}body{background:#f9fafb;color:#111827;font-family:system-ui,-apple-system,sans-serif}:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-success:#16a34a;--color-danger:#dc2626;--color-warning:#f59e0b;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-500:#6b7280;--color-gray-700:#374151;--radius-sm:4px;--radius:6px;--radius-lg:10px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow:0 1px 3px rgba(0,0,0,.08)}.container{margin:0 auto;max-width:1200px;padding:var(--space-4)}.space-y-2>*+*{margin-top:var(--space-2)}.space-y-3>*+*{margin-top:var(--space-3)}.space-y-4>*+*{margin-top:var(--space-4)}.space-y-5>*+*{margin-top:var(--space-5)}.space-y-6>*+*{margin-top:var(--space-6)}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-5{margin:var(--space-5)}.m-6{margin:var(--space-6)}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-5{margin-top:var(--space-5)}.mt-6{margin-top:var(--space-6)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-5{margin-bottom:var(--space-5)}.mb-6{margin-bottom:var(--space-6)}.ml-1{margin-left:var(--space-1)}.ml-2{margin-left:var(--space-2)}.ml-3{margin-left:var(--space-3)}.ml-4{margin-left:var(--space-4)}.ml-5{margin-left:var(--space-5)}.ml-6{margin-left:var(--space-6)}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-5{padding:var(--space-5)}.p-6{padding:var(--space-6)}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.w-full{width:100%}.h-full{height:100%}.max-w-sm{max-width:400px}.max-w-md{max-width:600px}.max-w-lg{max-width:900px}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:18px}.text-xl{font-size:22px}.text-gray{color:var(--color-gray-700)}.text-muted{color:#6b7280}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.text-warning{color:var(--color-warning)}.text-info{color:var(--color-primary)}.bg-white{background:#fff}.bg-gray{background:var(--color-gray-100)}.bg-primary{background:var(--color-primary)}.bg-success{background:var(--color-success)}.bg-danger{background:var(--color-danger)}.bg-warning{background:var(--color-warning)}.text-center{text-align:center}.text-right{text-align:right}.grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.fw-500{font-weight:500}.fw-600{font-weight:600}.divider{background:var(--color-gray-100);height:1px;margin:var(--space-3) 0}.disabled{opacity:.5;pointer-events:none}.hover-bg:hover{background:var(--color-gray-100)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:6px}.divider-soft{background:var(--color-gray-200);height:1px;margin:var(--space-4) 0}@media (max-width:1024px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid{grid-template-columns:1fr}}.Card-module__card__rUtWB{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-lg);box-shadow:0 4px 12px rgba(0,0,0,.05);height:auto;padding:var(--space-4);transition:all .2s ease}.Card-module__card--blue__bGKFZ{border-top:3px solid #2563eb;box-shadow:0 4px 16px rgba(0,0,0,.04)}.Card-module__card--green__V639n{border-top:3px solid #16a34a;box-shadow:0 4px 16px rgba(0,0,0,.04)}.Card-module__card--purple__Taajy{border-top:3px solid #7c3aed;box-shadow:0 4px 16px rgba(0,0,0,.04)}.Card-module__card--soft-blue__Smm4J{background:#f8fafc}.Card-module__card--soft-green__wKXCS{background:#f0fdf4}.Card-module__card--soft-purple__AWROM{background:#faf5ff}.Card-module__card__rUtWB h3{color:#6b7280;font-size:14px}.Card-module__card__rUtWB p{font-size:20px;font-weight:600;margin-top:8px}.Card-module__card__rUtWB:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}.Button-module__button__AisLs{border:none;border-radius:var(--radius);cursor:pointer;font-weight:500;padding:8px 16px;transition:.2s}.Button-module__primary__cdc4_{background:var(--color-primary);color:#fff}.Button-module__primary__cdc4_:hover{background:var(--color-primary-hover)}.Button-module__secondary__pJ5lp{background:var(--color-gray-100);color:var(--color-gray-700)}.Button-module__small__hxZpK{font-size:12px}.Button-module__medium__s66qy{font-size:14px}.Button-module__large__o9DYm{font-size:16px}.Table-module__wrapper__T6jwh{display:block;max-height:calc(100vh - 320px);max-width:100%;overflow-x:auto;overflow-y:auto;position:relative;scroll-behavior:smooth;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin;user-select:none;width:100%;z-index:0}.Table-module__table__sMR1V{border-collapse:separate;border-radius:8px;border-spacing:0;table-layout:fixed;width:max-content;width:100%}.Table-module__tableSm__r17kD{font-size:11px}.Table-module__tableMd__oiJjy{font-size:12px}.Table-module__tableLg__hv3Wc{font-size:14px}.Table-module__tableSm__r17kD td,.Table-module__tableSm__r17kD th{padding:4px 6px}.Table-module__tableMd__oiJjy td,.Table-module__tableMd__oiJjy th{padding:6px 8px}.Table-module__tableLg__hv3Wc td,.Table-module__tableLg__hv3Wc th{padding:10px 12px}.Table-module__tableSm__r17kD th{padding-block:8px}.Table-module__tableMd__oiJjy th{padding-block:10px}.Table-module__tableLg__hv3Wc th{padding-block:14px}.Table-module__table__sMR1V td,.Table-module__table__sMR1V th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Table-module__table__sMR1V td{border-bottom:1px solid #f3f4f6}.Table-module__table__sMR1V thead th{background:#1e293b;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 6px rgba(0,0,0,.04);color:#f8fafc;font-weight:600;letter-spacing:.2px;overflow:visible;position:sticky;text-align:left;top:0;z-index:6}.Table-module__sticky__y75zB{background:#fff;box-shadow:3px 0 8px rgba(0,0,0,.03);left:0;position:sticky;z-index:3}.Table-module__table__sMR1V tbody tr:not(.Table-module__highlight__CPaeT):not(.Table-module__danger__yDNsZ):not(.Table-module__selected__YSEbK):nth-child(2n) .Table-module__sticky__y75zB,.Table-module__table__sMR1V tbody tr:not(.Table-module__highlight__CPaeT):not(.Table-module__danger__yDNsZ):not(.Table-module__selected__YSEbK):nth-child(2n) td{background:#f1f5f9}.Table-module__table__sMR1V tbody tr:not(.Table-module__highlight__CPaeT):not(.Table-module__danger__yDNsZ):not(.Table-module__selected__YSEbK):not(.Table-module__footerRow__k5ZZs):hover td{background:#e2e8f0;transition:background .1s ease}.Table-module__table__sMR1V tbody tr:not(.Table-module__highlight__CPaeT):not(.Table-module__danger__yDNsZ):not(.Table-module__selected__YSEbK):not(.Table-module__footerRow__k5ZZs):hover .Table-module__sticky__y75zB{background:#e2e8f0}.Table-module__table__sMR1V td:not(:last-child),.Table-module__table__sMR1V th:not(:last-child){border-right:1px solid #e5e7eb}.Table-module__number__bcvMc{font-variant-numeric:tabular-nums;text-align:right}.Table-module__positive__CvnPX{color:#16a34a;font-weight:500}.Table-module__negative__PR1D0{color:#dc2626;font-weight:500}.Table-module__highlight__CPaeT .Table-module__sticky__y75zB,.Table-module__highlight__CPaeT td{background:#f0fdf4}.Table-module__danger__yDNsZ .Table-module__sticky__y75zB,.Table-module__danger__yDNsZ td{background:#fef2f2}.Table-module__selected__YSEbK td{background:#d3e6ff}.Table-module__selected__YSEbK.Table-module__highlight__CPaeT:before{background:#16a34a}.Table-module__selected__YSEbK.Table-module__danger__yDNsZ:before{background:#dc2626}.Table-module__selected__YSEbK td{background:#dbeafe;border-bottom:1px solid #2563eb;border-top:1px solid #2563eb}.Table-module__selected__YSEbK td:first-child{border-left:2px solid #2563eb;border-radius:6px 0 0 6px}.Table-module__selected__YSEbK td:last-child{border-radius:0 6px 6px 0;border-right:2px solid #2563eb}.Table-module__footerRow__k5ZZs{background:#111827!important;bottom:0;color:#f9fafb;font-weight:600;position:sticky;z-index:5}.Table-module__footerRow__k5ZZs td{background:#111827!important;border-top:2px solid #374151}.Table-module__totalColumn__VNrX2{color:#111827;font-weight:600}.Table-module__thInner__XcTp6{align-items:center;display:flex;justify-content:space-between}.Table-module__filterBtn__r1As_{background:none;border:none;cursor:pointer}.Table-module__filterDropdown__SDWOM{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.12);color:#111;left:0;margin-top:4px;max-height:240px;min-width:180px;overflow-y:auto;padding:8px;position:absolute;top:100%;z-index:999}.Table-module__filterItem__dhXOn{align-items:center;display:flex;font-size:12px;gap:6px;padding:4px}.Table-module__filterActions__kWmUD{display:flex;justify-content:space-between;margin-top:6px}.Table-module__filterSearchWrapper__m8hrf{background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:8px;padding:4px;position:sticky;top:0;z-index:2}.Table-module__filterSearchInput__qLQPq{border:1px solid #cbd5e1;border-radius:4px;font-size:12px;outline:none;padding:6px 8px;width:100%}.Table-module__filterSearchInput__qLQPq:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.Table-module__filterList__XYZeJ{display:flex;flex-direction:column;gap:2px;max-height:160px;overflow-y:auto}.Table-module__filterText__x94JG{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Table-module__chartCell__i6Hgy{align-items:center;display:flex;height:100%;width:100%}.Table-module__chartTd__EP1vt{padding:0!important}.SearchSelect-module__wrapper__j7KSW{position:relative;width:100%}.SearchSelect-module__input__SZ2CR{all:unset;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;height:36px;overflow:hidden;padding:0 12px;width:100%}.SearchSelect-module__inputContent__T5ZC9{align-items:center;display:flex;gap:6px;justify-content:space-between;min-width:0;width:100%}.SearchSelect-module__value__brEQZ{display:flex;flex:1;gap:4px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-ms-overflow-style:none}.SearchSelect-module__placeholder__buuYm{color:#9ca3af;font-size:13px}.SearchSelect-module__tags__eZgQH{display:flex;flex-wrap:nowrap;gap:4px}.SearchSelect-module__tag__iKRp4{background:#f1f5f9;border-radius:4px;flex-shrink:0;font-size:12px;padding:2px 6px}.SearchSelect-module__clear__Ng0h9{all:unset;align-items:center;border-radius:4px;color:#9ca3af;cursor:pointer;display:inline-flex;font-size:12px;height:16px;justify-content:center;width:16px}.SearchSelect-module__clear__Ng0h9:hover{background:#f3f4f6;color:#111827}.SearchSelect-module__clear__Ng0h9:focus-visible{outline:2px solid #2563eb}.SearchSelect-module__dropdown__jXqHv{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 8px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;left:0;margin-top:4px;position:absolute;top:100%;width:100%;z-index:999}.SearchSelect-module__search__wtvfg{border:none;border-bottom:1px solid #e5e7eb;box-sizing:border-box;outline:none;padding:8px;width:100%}.SearchSelect-module__options__hU4oy{max-height:200px;overflow-y:auto}.SearchSelect-module__option__VXWUJ{background:#fff;border:none;cursor:pointer;font-size:13px;padding:8px;text-align:left;width:100%}.SearchSelect-module__option__VXWUJ:hover{background:#f3f4f6}.SearchSelect-module__selected__U63qS{background:#e0f2fe;font-weight:500}.SearchSelect-module__empty__UqVof{color:#6b7280;font-size:12px;padding:8px}.SearchSelect-module__value__brEQZ::-webkit-scrollbar{display:none}.SearchSelect-module__value__brEQZ{scrollbar-width:none}.StockBalance-module__filterGrid__VQXNY{align-items:end;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.StockBalance-module__filterActions__zyEfd{display:flex;justify-content:flex-end}.StockBalance-module__filterHeader__zEbOl{margin-bottom:12px}.StockBalance-module__filterHeader__zEbOl h2{color:#374151;font-size:16px;font-weight:600}.StockBalance-module__resultHeader__dx5a8{align-items:center;display:grid;gap:16px;grid-template-columns:auto 1fr auto;margin-bottom:12px}.StockBalance-module__resultLeft__FjIft{display:flex;flex-direction:column}.StockBalance-module__resultLeft__FjIft h2{font-size:18px;font-weight:600;margin:0}.StockBalance-module__resultCount__FbKH3{color:#6b7280;font-size:12px;margin-top:2px}.StockBalance-module__resultSearch__ygO8K{display:flex;justify-content:center}.StockBalance-module__resultSearch__ygO8K input{max-width:500px;width:100%}.StockBalance-module__resultActions__bYxnU{display:flex;justify-content:flex-end}.StockBalance-module__filterActions__zyEfd button{font-weight:600;min-width:120px}.StockBalance-module__empty__Dt5Q5{color:#6b7280;padding:40px;text-align:center}.Input-module__input__VuK4C{border:1px solid var(--color-gray-300);border-radius:var(--radius);font-size:13px;padding:8px 12px;width:100%}.Input-module__input__VuK4C:focus{border-color:var(--color-primary);outline:none}.MainLayout-module__wrapper__fafwF{display:flex;height:100vh}.MainLayout-module__sidebar__zPhUo{background:#111827;border-right:1px solid #1f2937;color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:16px;position:sticky;top:0;transition:width .28s cubic-bezier(.4,0,.2,1);width:200px}.MainLayout-module__collapsed__IL7xU{padding:16px 8px;width:64px}.MainLayout-module__header__m6ajD{align-items:center;display:flex;justify-content:space-between}.MainLayout-module__toggleBtn__YkozE{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:18px;padding:6px}.MainLayout-module__centerToggle__WnJCQ{display:block;margin:0 auto}.MainLayout-module__toggleBtn__YkozE:hover{color:#fff}.MainLayout-module__content__Y4hSu{background:#f9fafb;flex:1;min-width:0;overflow:auto;padding:24px}.MainLayout-module__nav___pDk9{display:flex;flex-direction:column;gap:6px;margin-top:16px}.MainLayout-module__link__hw7_n{border-radius:6px;color:#d1d5db;font-size:14px;padding:10px 12px;position:relative;text-decoration:none;transition:all .25s ease}.MainLayout-module__collapsed__IL7xU .MainLayout-module__link__hw7_n{padding:10px 0;text-align:center}.MainLayout-module__link__hw7_n:hover{background:#1f2937;color:#fff}.MainLayout-module__active__gxFHp{background:linear-gradient(90deg,#2563eb,#1d4ed8);box-shadow:0 2px 6px rgba(37,99,235,.3);color:#fff}.MainLayout-module__logo__FlspU{font-size:18px;font-weight:600;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.MainLayout-module__collapsed__IL7xU .MainLayout-module__logo__FlspU{display:none;opacity:0;transform:translateX(-10px)}.MainLayout-module__tooltip__rJTBI{background:#111827;border-radius:6px;color:#fff;font-size:12px;left:100%;margin-left:10px;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) translateX(0);transition:all .2s ease;white-space:nowrap}.MainLayout-module__link__hw7_n:hover .MainLayout-module__tooltip__rJTBI{opacity:1;transform:translateY(-50%) translateX(6px)}.MainLayout-module__tooltip__rJTBI:before{border:4px solid transparent;border-right-color:#111827;content:"";left:-4px;position:absolute;top:50%;transform:translateY(-50%)}.MainLayout-module__footer__XMxru{border-top:1px solid #1f2937;margin-top:auto;padding-top:12px}.MainLayout-module__logout__OFMhH{background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:14px;padding:10px 12px;position:relative;text-align:left;transition:all .2s ease;width:100%}.MainLayout-module__collapsed__IL7xU .MainLayout-module__logout__OFMhH{padding:10px 0;text-align:center}.MainLayout-module__logout__OFMhH:hover{background:rgba(220,38,38,.15);color:#f87171}.MainLayout-module__logout__OFMhH:active{transform:scale(.98)}.MainLayout-module__icon__u1ojX{min-width:18px;opacity:.9}.MainLayout-module__collapsed__IL7xU .MainLayout-module__linkContent__jk7nt{justify-content:center}.MainLayout-module__active__gxFHp .MainLayout-module__icon__u1ojX{opacity:1}.MainLayout-module__linkContent__jk7nt span{transition:opacity .2s ease,transform .2s ease}.MainLayout-module__collapsed__IL7xU .MainLayout-module__linkContent__jk7nt span{opacity:0;pointer-events:none;transform:translateX(-10px);transition-delay:0s}.MainLayout-module__linkContent__jk7nt{align-items:center;display:flex;gap:10px;transition:justify-content .25s ease}.MainLayout-module__sidebar__zPhUo:not(.MainLayout-module__collapsed__IL7xU) .MainLayout-module__linkContent__jk7nt span{transition-delay:.1s}.KpiCard-module__card__rChKW{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:8px;padding:16px;transition:all .2s ease}.KpiCard-module__card__rChKW:hover{box-shadow:0 6px 16px rgba(0,0,0,.05);transform:translateY(-2px)}.KpiCard-module__header__tGjMQ{display:flex;justify-content:space-between}.KpiCard-module__titleWrap__OGTMq{align-items:center;display:flex;gap:6px}.KpiCard-module__icon__J0Jcn{font-size:14px}.KpiCard-module__title__rP9sV{color:#6b7280;font-size:13px}.KpiCard-module__value__M7bh5{align-items:center;color:#111827;display:flex;font-size:22px;font-weight:600;gap:4px}.KpiCard-module__suffix__YW6eD{color:#6b7280;font-size:16px}.KpiCard-module__change__tnKtE{align-items:center;display:flex;font-size:13px;gap:4px}.KpiCard-module__percent__KC3z6{font-weight:600}.KpiCard-module__context__UovsL{color:#6b7280}.KpiCard-module__positive__dyKwU{color:#16a34a;font-weight:600}.KpiCard-module__negative___GP92{color:#dc2626;font-weight:600}.KpiCard-module__trendBar__mL44r{background:#f3f4f6;border-radius:999px;height:6px;overflow:hidden;width:100%}.KpiCard-module__trendFill__KfZnS{border-radius:999px;height:100%;transition:width .3s ease}.KpiCard-module__positiveBar__FyjT2{background:#16a34a}.KpiCard-module__negativeBar__y2BMQ{background:#dc2626}.Select-module__select__eatbZ{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill=%27none%27 stroke=%27%236b7280%27 stroke-width=%272%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M19 9l-7 7-7-7%27></path></svg>");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:13px;padding:8px 12px;width:100%}.Select-module__select__eatbZ:focus{border-color:#2563eb;outline:none}.Select-module__smallSelect__UYBOw{width:140px}.Switch-module__wrapper__omK9U{background:#f3f4f6;border-radius:8px;display:inline-flex;padding:4px}.Switch-module__item__VQw87{background:transparent;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .15s ease}.Switch-module__item__VQw87:hover{background:#e5e7eb}.Switch-module__active__h8xsc{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#e04358}.SalesMonitor-module__blockGrid__aGCVY{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.SalesMonitor-module__explorer-controls__SHPo1{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:8px;padding:12px 16px;width:fit-content}.SalesMonitor-module__field__si1RO{display:flex;flex-direction:column;gap:4px}.SalesMonitor-module__field__si1RO label{color:#374151;font-size:12px;font-weight:600}.SalesMonitor-module__filters__vEiEy{display:flex;gap:12px;grid-template-columns:repeat(2,1fr)}.SalesMonitor-module__actions__wBl8R{display:flex}.SalesMonitor-module__actions__wBl8R button{border:1px solid transparent;border-radius:8px;color:#fff;font-weight:600;padding:6px 12px;transition:all .2s ease}.SalesMonitor-module__actions__wBl8R button:hover{box-shadow:0 4px 10px rgba(37,99,235,.3);transform:translateY(-1px)}.SalesMonitor-module__summary__ZLSX0{color:#6b7280;font-size:12px;margin-top:6px}.SalesMonitor-module__layout__Cb4rY{display:flex;flex-direction:column;margin-top:24px;position:relative}.SalesMonitor-module__section__zBMvc{margin-top:16px}.SalesMonitor-module__sectionHeader__si75L{align-items:center;display:flex;gap:8px;margin-bottom:8px}.SalesMonitor-module__sectionHeader__si75L h3{font-size:16px;font-weight:600}.SalesMonitor-module__countSaved__F7KE1{background:#eef2ff;border-radius:999px;color:#4f46e5;font-size:12px;padding:2px 8px}.SalesMonitor-module__collapsedContainer__YX84p{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;margin-bottom:24px;overflow-x:auto;padding:8px 0 10px;position:sticky;position:relative;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin;top:0;white-space:nowrap;z-index:5}.SalesMonitor-module__expandedContainer__lzIqp{display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 200px);overflow-y:auto;padding-bottom:40px}.SalesMonitor-module__collapsedContainer__YX84p::-webkit-scrollbar{height:6px}.SalesMonitor-module__collapsedContainer__YX84p::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.SalesMonitor-module__collapsedContainer__YX84p::-webkit-scrollbar-track{background:transparent}.SalesMonitor-module__collapsedContainer__YX84p::-webkit-scrollbar-thumb:hover{background:#94a3b8}.AnalysisBlockCard-module__collapsedCard__YuHXv{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;flex:0 0 auto;font-size:13px;max-width:320px;min-width:280px;opacity:.85;padding:8px 12px;scroll-snap-align:start;transform:scale(.9);transition:all .2s ease}.AnalysisBlockCard-module__collapsedCard__YuHXv:hover{background:#f1f5f9;transform:translateY(-1px)}.AnalysisBlockCard-module__header__vA6aZ{align-items:center;display:flex;justify-content:space-between}.AnalysisBlockCard-module__headerLeft__ynz8N{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:8px;padding:0;text-align:left}.AnalysisBlockCard-module__chevron__a9Gp3{color:#6b7280;font-size:12px;transition:transform .2s ease}.AnalysisBlockCard-module__closeBtn__DFrHk{align-items:center;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:28px;justify-content:center;line-height:1;transition:all .15s ease;width:28px}.AnalysisBlockCard-module__closeBtn__DFrHk:hover{background:#f3f4f6;color:#111827}.AnalysisBlockCard-module__closeBtn__DFrHk:active{transform:scale(.95)}.AnalysisBlockCard-module__content__x2igu{display:flex;flex-direction:column;gap:16px;overflow:hidden;transition:all .25s ease}.AnalysisBlockCard-module__collapsed__ko_0w{max-height:0;opacity:0;pointer-events:none}.AnalysisBlockCard-module__metaBox__c_Lv2{background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;margin-top:12px;padding:12px}.AnalysisBlockCard-module__meta__vjz_e{display:flex;flex-direction:column;gap:6px;margin-top:8px}.AnalysisBlockCard-module__metaRow__wjwtl{align-items:flex-start;display:flex;gap:8px}.AnalysisBlockCard-module__metaRow__wjwtl .AnalysisBlockCard-module__label__r1A_v{color:#6b7280;font-size:12px;width:90px}.AnalysisBlockCard-module__values__vsQjW{display:flex;flex-wrap:wrap;gap:6px}.AnalysisBlockCard-module__tag__EGTrB{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#111827;font-size:11px;padding:3px 8px}.AnalysisBlockCard-module__tag__EGTrB.AnalysisBlockCard-module__category__C_poO{background:#e0f2fe}.AnalysisBlockCard-module__tag__EGTrB.AnalysisBlockCard-module__group__pwiMw{background:#ede9fe}.AnalysisBlockCard-module__tag__EGTrB.AnalysisBlockCard-module__class__UbJf4{background:#ecfdf5}.AnalysisBlockCard-module__itemButton__qoLfr{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;cursor:pointer;display:inline-flex;font-size:12px;gap:6px;padding:6px 12px;transition:all .2s ease}.AnalysisBlockCard-module__itemButton__qoLfr:hover{background:#e0e7ff}.AnalysisBlockCard-module__count__CawVx{background:#4338ca;border-radius:999px;color:#fff;font-size:11px;padding:2px 6px}.AnalysisBlockCard-module__exportBtnPrimary__DO8kb{align-items:center;background:#16a34a;border:none;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s ease}.AnalysisBlockCard-module__exportBtnPrimary__DO8kb:hover{background:#15803d}.Modal-module__overlay__j0h9h{align-items:center;background:rgba(0,0,0,.4);display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Modal-module__modal__hTXcZ{background:#fff;border-radius:10px;display:flex;flex-direction:column;padding:16px}.SelectItemModal-module__modalContainer__bHKyd{max-width:90vw;width:640px}.SelectItemModal-module__list__ye1CA{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;max-height:500px;min-height:500px;overflow:auto;padding:10px}.SelectItemModal-module__header__ithok{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.SelectItemModal-module__header__ithok h3{font-size:18px;font-weight:600}.SelectItemModal-module__count__nDmb3{background:#eef2ff;border-radius:999px;color:#4338ca;font-size:11px;font-weight:500;padding:4px 10px}.SelectItemModal-module__search__omp6S{margin-bottom:10px}.SelectItemModal-module__topActions__tgNIH{align-items:center;display:flex;font-size:12px;justify-content:space-between;margin-bottom:8px}.SelectItemModal-module__topActions__tgNIH button{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:500}.SelectItemModal-module__topActions__tgNIH button:hover{text-decoration:underline}.SelectItemModal-module__items__IPlYq{display:flex;flex-direction:column;gap:2px}.SelectItemModal-module__row__eDtGi{align-items:center;border-radius:6px;display:flex;gap:10px;padding:8px 10px;transition:background .15s ease}.SelectItemModal-module__row__eDtGi:hover{background:#f1f5f9}.SelectItemModal-module__selected__iSMAB{background:#eef2ff}.SelectItemModal-module__row__eDtGi input{cursor:pointer;transform:scale(1.1)}.SelectItemModal-module__label__Crgsl{font-size:13px}.SelectItemModal-module__footer__dzw2L{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;margin-top:16px;padding-top:14px}.SelectItemModal-module__list__ye1CA::-webkit-scrollbar{width:6px}.SelectItemModal-module__list__ye1CA::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.Login-module__login-container__FkOKG{align-items:center;background:linear-gradient(135deg,#eef2f7,#dfe9f3);display:flex;height:100vh;justify-content:center}.Login-module__login-card__njIRB{background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px;padding:32px;width:360px}.Login-module__login-title__V50c2{color:#333;font-weight:600;margin:0;text-align:center}.Login-module__login-input__QP1O7{border:1px solid #ddd;border-radius:8px;font-size:14px;padding:12px;transition:all .2s ease}.Login-module__login-input__QP1O7:focus{border-color:#4a90e2;box-shadow:0 0 0 2px rgba(74,144,226,.15);outline:none}.Login-module__login-button__wQq7x{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:12px;transition:all .2s ease}.Login-module__login-button__wQq7x:hover{background:#357abd}.Login-module__login-button__wQq7x:disabled{background:#aaa;cursor:not-allowed}.Login-module__login-error__QwmSc{color:#e74c3c;font-size:13px;text-align:center}.HierarchyButton-module__hierarchy-button__vQ5LL{background:#fff;border:1px solid #d0d7de;border-radius:999px;color:#24292f;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;text-transform:capitalize;transition:background-color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease}.HierarchyButton-module__hierarchy-button__vQ5LL:hover{background:#f6f8fa;border-color:#0969da}.HierarchyButton-module__hierarchy-button__vQ5LL:active{transform:translateY(1px)}.HierarchyButton-module__hierarchy-button__vQ5LL:focus-visible{border-color:#0969da;box-shadow:0 0 0 3px rgba(9,105,218,.15);outline:none}.OutletAnalysisTablet-module__analysisTable__Tn8eA{background:#fff;border-collapse:collapse;width:100%}.OutletAnalysisTablet-module__analysisTable__Tn8eA thead th{background:#f8fafc;border-bottom:2px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;padding:6px 8px}.OutletAnalysisTablet-module__analysisTable__Tn8eA tbody td{border-bottom:1px solid #f1f5f9;font-size:13px;padding:6px 8px}.OutletAnalysisTablet-module__analysisTable__Tn8eA tbody tr:hover{background:#fafafa}.OutletAnalysisTablet-module__row__GGNmu{transition:background-color .15s ease}.OutletAnalysisTablet-module__row__GGNmu:hover{background:#f8fafc}.OutletAnalysisTablet-module__labelCell__zMwW7{font-weight:500;white-space:nowrap}.OutletAnalysisTablet-module__valueCell__FY2Vr{font-variant-numeric:tabular-nums;text-align:right}