.app-modal-layer{position:fixed;inset:0;z-index:100;box-sizing:border-box;display:grid;place-items:center;padding:16px 20px clamp(56px,10vh,96px)}.app-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#1b303761;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-modal{width:min(var(--app-modal-width,900px),100%);max-width:1180px;max-height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #bfd3cf;border-radius:10px!important;background:#fff;box-shadow:0 18px 45px #153f3b2e;animation:app-modal-in .18s ease-out}.app-modal-sm{--app-modal-width:430px}.app-modal-md{--app-modal-width:720px}.app-modal-lg{--app-modal-width:900px}.app-modal-xl{--app-modal-width:1120px}.app-modal-xl{height:min(680px,100%)}.app-modal-xl>.app-modal-body{flex:1;display:flex;min-height:0;flex-direction:column}.app-modal-xl :is(.employee-table-wrap,.category-table-wrap){height:auto!important;min-height:0;flex:1}.app-modal-xl :is(.employee-table,.category-table):has(.employee-empty,.category-empty){height:100%}.app-modal-xl :is(.employee-empty,.category-empty){height:auto!important;vertical-align:middle}.app-modal-header{min-height:62px;padding:11px 18px;display:flex;align-items:center;gap:11px;flex:0 0 auto;border-bottom:1px solid #d5e5e2;background:linear-gradient(180deg,#edf8f6,#f8fbfa)}.app-modal-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:#0f8279;border-radius:7px;background:#dff3ef}.app-modal-header>div{min-width:0}.app-modal-header h2{margin:0;color:#243e57;font-size:17px}.app-modal-header p{margin:3px 0 0;color:#72869a;font-size:10px}.app-modal-close{width:36px;height:36px;margin-left:auto;display:grid;place-items:center;flex:0 0 auto;color:#50677d;border:0;background:transparent}.app-modal-close:hover{color:#163a59;background:#e2edf5}.app-modal-body{min-height:0;padding:16px;overflow:auto;overscroll-behavior:contain}.app-modal-footer{min-height:57px;padding:10px 14px;display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:wrap;border-top:1px solid #d5e5e2;background:#f5f9f8}@keyframes app-modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:760px){.app-modal-layer{padding:8px 8px 32px;align-items:center}.app-modal{width:100%;max-height:100%;border-radius:10px!important}.app-modal-xl{height:100%}.app-modal-header{padding:10px 13px}.app-modal-body{padding:12px}.app-modal-footer{padding:9px 10px;overflow-x:visible}.app-modal-footer .employee-button{flex:1 1 auto}.app-modal-header h2{font-size:15px}}@media(prefers-reduced-motion:reduce){.app-modal{animation:none}}body:has(.report-preview-stage) .app-modal-xl{width:min(1180px,100%);height:100%;--app-modal-width:1180px}body:has(.report-preview-stage) .app-modal-body{padding:14px;background:#dfe5e8}.report-preview-stage{min-height:100%;display:flex;justify-content:center;align-items:flex-start;overflow:auto}.report-paper{width:210mm;min-height:297mm;padding:15mm 12mm;flex:0 0 auto;color:#1d2528;background:#fff;box-shadow:0 4px 18px #18272d29;font-family:Arial,sans-serif}.report-paper.landscape{width:297mm;min-height:210mm}.report-document-header{margin-bottom:7mm;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.report-document-header>div{display:grid;gap:3px}.report-document-header strong{font-size:14px}.report-document-header span{font-size:8px}.report-document-header>div:last-child{text-align:right}.report-document-header small{font-size:7px}.report-document-header h3{margin:2px 0 0;font-size:15px}.report-paper table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:7px}.report-paper th,.report-paper td{padding:4px 5px;overflow-wrap:anywhere;border:1px solid #202628;text-align:left;vertical-align:top}.report-paper th{background:#f0f0f0;text-align:center}.report-empty{height:80px;text-align:center!important;vertical-align:middle!important;color:#697579}.report-save-hint{color:#758b88;font-size:9px}@media(max-width:760px){body:has(.report-preview-stage) .app-modal-body{padding:8px}.report-preview-stage{justify-content:flex-start}.report-paper{transform-origin:top left}.report-save-hint{display:none}}@media print{body>*,.app-modal-layer:not(:has(.report-preview-stage)){display:none!important}.app-modal-layer:has(.report-preview-stage){position:static!important;display:block!important;padding:0!important}.app-modal-layer:has(.report-preview-stage) .app-modal-backdrop,.app-modal-layer:has(.report-preview-stage) .app-modal-header,.app-modal-layer:has(.report-preview-stage) .app-modal-footer{display:none!important}.app-modal-layer:has(.report-preview-stage) .app-modal,.app-modal-layer:has(.report-preview-stage) .app-modal-body,.report-preview-stage{width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;padding:0!important;overflow:visible!important;border:0!important;box-shadow:none!important;background:#fff!important}.report-paper{margin:0;box-shadow:none;break-after:page}@page{size:A4 portrait;margin:0}@page{.report-paper.landscape{size:A4 landscape}}}.employee-toolbar{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.employee-toolbar label{width:min(480px,60%);height:40px;padding:0 11px;display:flex;align-items:center;gap:9px;color:#668097;border:1px solid #bdd0df;border-radius:6px;background:#fff}.employee-toolbar label:focus-within{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791f}.employee-toolbar input{width:100%;border:0;outline:0;color:#324b61;background:transparent;font-size:11px}.employee-toolbar>span{color:#718399;font-size:9px;font-weight:700}.employee-table-wrap{max-width:100%;overflow:auto;border:1px solid #d7e2e9;border-radius:5px;background:#fff}.employee-table{width:100%;min-width:960px;border-collapse:collapse;color:#4b6279;font-size:9px}.employee-table th{padding:11px 9px;color:#315955;background:#e2f1ee;text-align:left;white-space:nowrap}.employee-table td{max-width:230px;padding:10px 9px;border-top:1px solid #e4ebf0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-table tbody tr{cursor:pointer}.employee-table tbody tr:hover{background:#f1f8f6}.employee-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.employee-table td strong{color:#344c63}.employee-empty{height:150px;color:#7d91a3;text-align:center!important}.role-chip,.status-chip{padding:4px 7px;border-radius:5px;background:#e5eef7;color:#3e5e79;font-weight:700}.status-chip.active{color:#28764b;background:#dff2e5}.status-chip:not(.active){color:#9b563d;background:#f8e8e1}.employee-button{min-height:35px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;color:#40586f;border:1px solid #d1dde6;background:#f8fbfd;font-size:10px;font-weight:700;cursor:pointer}.employee-button:hover:not(:disabled){background:#e5f1ef}.employee-button:disabled{opacity:.42;cursor:not-allowed}.employee-button.primary{color:#fff;border-color:#0b716a;background:#0f8279;box-shadow:0 4px 10px #0f827933}.employee-button.primary:hover:not(:disabled){background:#0b6f68}.employee-button.danger{color:#be665b;background:#fff8f6}.employee-button.danger-solid{color:#fff;border-color:#c45046;background:#c95a50}.employee-button.close-list{margin-left:auto}.employee-alert{margin:0 0 12px;padding:10px 12px;color:#a94a43;border-radius:5px;background:#fff0ee;font-size:10px}.delete-copy{margin:4px 0 12px;color:#536a7d;font-size:12px}.employee-form{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.employee-form label{min-width:0;display:grid;gap:6px;color:#385955;font-size:10px}.employee-form label b{color:#d15449}.employee-form .wide{grid-column:1/-1}.employee-form input,.employee-form textarea,.employee-form select{width:100%;padding:10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font-size:10px;resize:vertical}.employee-form input{height:40px}.employee-form input:focus,.employee-form textarea:focus,.employee-form select:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.employee-form input:disabled{color:#617874;background:#f0f5f4}.employee-form .active-check{display:flex;align-items:center;gap:8px;align-self:end;min-height:40px}.employee-form .active-check input{width:16px;height:16px;accent-color:#0f8279}.employee-detail{display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow:hidden;border-radius:5px;background:#dce6ed}.employee-detail div{min-height:65px;padding:12px;display:grid;align-content:center;gap:5px;background:#fff}.employee-detail span{color:#7a8da0;font-size:9px}.employee-detail strong{color:#304b63;font-size:11px;overflow-wrap:anywhere}@media(max-width:760px){.employee-toolbar{align-items:stretch;flex-direction:column}.employee-toolbar label{width:100%}.employee-toolbar>span{align-self:flex-end}.employee-button{min-height:38px}.employee-form{grid-template-columns:1fr}.employee-form .wide{grid-column:auto}.employee-detail{grid-template-columns:1fr}.employee-table{min-width:880px}}@media print{body>*{visibility:hidden!important}.app-modal-layer,.app-modal-layer *{visibility:visible!important}.app-modal-layer{position:absolute;inset:0;padding:0}.app-modal-backdrop,.app-modal-header .app-modal-close,.app-modal-footer{display:none!important}.app-modal{max-width:none;max-height:none;border:0;box-shadow:none}.app-modal-body{overflow:visible}}body:has(.category-table-wrap) .app-modal-xl{--app-modal-width: 900px}.category-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.category-table{width:100%;border-collapse:collapse;color:#49635f;font-size:10px}.category-table th{position:sticky;top:0;z-index:1;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.category-table th:first-child{width:155px}.category-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.category-table tbody tr{cursor:pointer}.category-table tbody tr:hover{background:#f1f8f6}.category-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.category-empty{height:180px!important;color:#7a908c;text-align:center}.category-form{display:grid;gap:15px}.category-form label{display:grid;gap:7px;color:#385955;font-size:10px}.category-form label b{color:#d15449}.category-form input{height:40px;padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font-size:10px}.category-form input:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.category-form input:disabled{color:#617874;background:#f0f5f4}.category-report header{margin-bottom:16px;display:flex;justify-content:space-between;color:#315955}.category-report header span{font-size:10px}.category-report table{width:100%;border-collapse:collapse;font-size:10px}.category-report th,.category-report td{padding:9px;border:1px solid #cfddd9;text-align:left}.category-report th{background:#e2f1ee}@media(max-width:760px){.category-table-wrap{height:min(520px,58dvh)}.category-table th:first-child{width:115px}}.size-type-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff;scrollbar-color:#8ba09c #edf3f2}.size-type-table{width:max(100%,1320px);border-collapse:collapse;color:#49635f;font-size:10px}.size-type-table th{position:sticky;top:0;z-index:1;min-width:98px;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.size-type-table th:first-child{left:0;z-index:3;min-width:105px}.size-type-table th:nth-child(2){min-width:178px}.size-type-table td{height:39px;padding:10px;border-top:1px solid #e3ecea;white-space:nowrap}.size-type-table td:first-child{position:sticky;left:0;z-index:2;background:#fff}.size-type-table tbody tr{cursor:pointer}.size-type-table tbody tr:hover td{background:#f1f8f6}.size-type-table tbody tr.selected td{background:#e4f3f0}.size-type-table tbody tr.selected td:first-child{box-shadow:inset 3px 0 #0f8279}.size-type-empty{height:180px!important;color:#7a908c;text-align:center}.size-type-form{display:grid;grid-template-columns:202px 1fr;gap:14px 16px}.size-type-form label{display:grid;gap:7px;color:#385955;font-size:10px}.size-type-form label b{color:#d15449}.size-type-form input{height:40px;padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font-size:10px;text-transform:uppercase}.size-type-form input:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.size-type-divider{grid-column:1/-1;height:1px;margin:4px 0;border-top:1px solid #dce8e5}.size-fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(6,auto);gap:14px 28px}.size-type-error{grid-column:1/-1}@media(max-width:760px){.size-type-table-wrap{height:min(520px,58dvh)}.size-type-form{grid-template-columns:1fr}.size-type-divider,.size-fields,.size-type-error{grid-column:1}.size-fields{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:none;gap:12px}.size-type-table{width:1320px}}.warehouse-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.warehouse-table{width:100%;min-width:680px;border-collapse:collapse;color:#49635f;font-size:10px}.warehouse-table th{position:sticky;top:0;z-index:1;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.warehouse-table th:first-child{width:170px}.warehouse-table th:nth-child(2){width:270px}.warehouse-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.warehouse-table tbody tr{cursor:pointer}.warehouse-table tbody tr:hover{background:#f1f8f6}.warehouse-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.warehouse-empty{height:180px!important;color:#7a908c;text-align:center}.warehouse-form{display:grid;gap:15px}.warehouse-form label{display:grid;gap:7px;color:#385955;font-size:10px}.warehouse-form label b{color:#d15449}.warehouse-form input,.warehouse-form textarea{padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font:inherit}.warehouse-form input{height:40px}.warehouse-form textarea{padding:10px;resize:vertical}.warehouse-form input:focus,.warehouse-form textarea:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.warehouse-form input:disabled{color:#617874;background:#f0f5f4}@media(max-width:760px){.warehouse-table-wrap{height:min(520px,58dvh)}}.brand-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.brand-table{width:100%;min-width:820px;border-collapse:collapse;color:#49635f;font-size:10px}.brand-table th{position:sticky;top:0;z-index:1;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.brand-table th:first-child{width:155px}.brand-table th:nth-child(2),.brand-table th:nth-child(3){width:220px}.brand-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.brand-table tbody tr{cursor:pointer}.brand-table tbody tr:hover{background:#f1f8f6}.brand-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.brand-empty{height:180px!important;color:#7a908c;text-align:center}.brand-form{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px}.brand-form label{display:grid;gap:7px;color:#385955;font-size:10px}.brand-form label b{color:#d15449}.brand-form .wide{grid-column:1/-1}.brand-form input,.brand-form textarea{padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font:inherit}.brand-form input{height:40px}.brand-form textarea{padding:10px;resize:vertical}.brand-form input:focus,.brand-form textarea:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.brand-form input:disabled{color:#617874;background:#f0f5f4}@media(max-width:760px){.brand-table-wrap{height:min(520px,58dvh)}.brand-form{grid-template-columns:1fr}.brand-form .wide{grid-column:1}}.garment-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.garment-table{width:100%;min-width:820px;border-collapse:collapse;color:#49635f;font-size:10px}.garment-table th{position:sticky;top:0;z-index:1;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.garment-table th:first-child{width:155px}.garment-table th:nth-child(2),.garment-table th:nth-child(3){width:220px}.garment-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.garment-table tbody tr{cursor:pointer}.garment-table tbody tr:hover{background:#f1f8f6}.garment-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.garment-empty{height:180px!important;color:#7a908c;text-align:center}.garment-form{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px}.garment-form label{display:grid;gap:7px;color:#385955;font-size:10px}.garment-form label b{color:#d15449}.garment-form .wide{grid-column:1/-1}.garment-form input,.garment-form textarea{padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font:inherit}.garment-form input{height:40px}.garment-form textarea{padding:10px;resize:vertical}.garment-form input:focus,.garment-form textarea:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.garment-form input:disabled{color:#617874;background:#f0f5f4}@media(max-width:760px){.garment-table-wrap{height:min(520px,58dvh)}.garment-form{grid-template-columns:1fr}.garment-form .wide{grid-column:1}}.store-table-wrap{height:min(500px,55dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.store-table{width:100%;min-width:680px;border-collapse:collapse;color:#49635f;font-size:10px}.store-table th{position:sticky;top:0;z-index:1;padding:12px 10px;color:#315955;background:#e2f1ee;text-align:left}.store-table th:first-child{width:170px}.store-table th:nth-child(2){width:270px}.store-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.store-table tbody tr{cursor:pointer}.store-table tbody tr:hover{background:#f1f8f6}.store-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.store-empty{height:180px!important;color:#7a908c;text-align:center}.store-form{display:grid;gap:15px}.store-form label{display:grid;gap:7px;color:#385955;font-size:10px}.store-form label b{color:#d15449}.store-form input,.store-form textarea{padding:0 10px;color:#344f4c;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;font:inherit}.store-form input{height:40px}.store-form textarea{padding:10px;resize:vertical}.store-form input:focus,.store-form textarea:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.store-form input:disabled{color:#617874;background:#f0f5f4}@media(max-width:760px){.store-table-wrap{height:min(520px,58dvh)}}.master-data-toolbar{margin-bottom:16px;display:flex;align-items:flex-end;gap:12px}.master-data-search{min-width:280px;flex:1;display:grid;gap:6px}.master-data-toolbar label>span{color:#486864;font-size:9px;font-weight:700}.master-data-search>div{height:42px;padding:0 12px;display:flex;align-items:center;gap:9px;color:#66817d;border:1px solid #bcd3cf;border-radius:6px;background:#fff}.master-data-search>div:focus-within,.master-data-filter select:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.master-data-search input{width:100%;border:0;outline:0;background:transparent;color:#324f4b;font-size:10px}.master-data-filters{display:flex;align-items:flex-end;gap:10px}.master-data-filter{width:150px;display:grid;gap:6px}.master-data-filter select{width:100%;height:42px;padding:0 10px;border:1px solid #bcd3cf;border-radius:6px;outline:0;background:#fff;color:#3d5a56;font-size:10px}.master-data-summary{min-width:90px;height:42px;padding:0 8px;display:flex;align-items:center;justify-content:flex-end;color:#59736f;font-size:9px;white-space:nowrap}@media(max-width:980px){.master-data-toolbar{display:grid;grid-template-columns:1fr auto}.master-data-search{grid-column:1/-1}.master-data-filters{min-width:0}.master-data-filter{width:min(180px,28vw)}}@media(max-width:760px){.master-data-toolbar{grid-template-columns:1fr}.master-data-search{grid-column:1}.master-data-filters{display:grid;grid-template-columns:1fr}.master-data-filter{width:100%}.master-data-summary{width:max-content;height:auto;padding:0;justify-self:end}}.product-sku-wrap .manual-barcode{width:150px;min-height:30px;height:30px;padding:0 7px;font-size:9px}.product-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 160px 160px 170px auto;gap:9px;align-items:end}.product-toolbar label{height:40px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #bfd5d1;border-radius:5px;background:#fff}.product-toolbar input{width:100%;border:0;outline:0;font-size:10px}.product-toolbar select{height:40px;padding:0 9px;border:1px solid #bfd5d1;border-radius:5px;background:#fff;color:#3d5a56;font-size:10px}.product-toolbar span{padding:13px 4px;color:#5e7773;font-size:9px;white-space:nowrap}.product-table-wrap{height:min(500px,54dvh);overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.product-table{width:100%;min-width:1050px;border-collapse:collapse;color:#49635f;font-size:10px}.product-table th{position:sticky;top:0;z-index:1;padding:12px 10px;background:#e2f1ee;text-align:left}.product-table td{height:42px;padding:9px 10px;border-top:1px solid #e3ecea}.product-table td:first-child{display:grid;gap:2px}.product-table td small{color:#78908c}.product-table tr{cursor:pointer}.product-table tbody tr:hover{background:#f1f8f6}.product-table tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.product-empty{height:180px!important;text-align:center}.product-form{display:grid;grid-template-columns:1fr 1fr;gap:13px 16px}.product-form label{display:grid;gap:6px;color:#385955;font-size:10px}.product-form label b{color:#d15449}.product-form .wide{grid-column:1/-1}.product-form input,.product-form select,.product-form textarea{min-height:40px;padding:0 10px;border:1px solid #c3d7d3;border-radius:5px;outline:0;background:#fff;color:#344f4c;font:inherit}.product-form textarea{padding:10px;resize:vertical}.product-form :focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.product-note{margin:0;padding:10px;border:1px solid #bcdcd6;border-radius:5px;background:#edf8f6;color:#47716b;font-size:9px}.product-sku-wrap{max-height:190px;overflow:auto;border:1px solid #c7dad6;border-radius:5px}.product-sku-wrap table{width:100%;min-width:820px;border-collapse:collapse;font-size:9px}.product-sku-wrap th{position:sticky;top:0;padding:9px;background:#dcefeb}.product-sku-wrap td{padding:8px;border-top:1px solid #dce8e5;text-align:center}@media(max-width:900px){.product-toolbar{grid-template-columns:1fr 1fr}.product-toolbar label{grid-column:1/-1}.product-toolbar span{display:none}}@media(max-width:760px){.product-toolbar,.product-form{grid-template-columns:1fr}.product-form .wide{grid-column:1}.product-table-wrap{height:min(500px,55dvh)}}.app-modal-body:has(>.master-data-toolbar)>.product-table-wrap{height:auto!important;min-height:0;flex:1}.app-modal-body:has(>.master-data-toolbar)>.employee-alert{margin-bottom:12px}@media(max-width:760px){.app-modal-body:has(>.master-data-toolbar)>.product-table-wrap{min-height:260px}}.app-modal-body:has(>.master-data-toolbar)>.inventory-table-wrap{height:auto!important;min-height:0;flex:1}.inventory-table-wrap{overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.inventory-table{width:100%;min-width:1250px;border-collapse:collapse;color:#49635f;font-size:10px}.inventory-table th{position:sticky;top:0;z-index:1;padding:12px 10px;background:#e2f1ee;text-align:left}.inventory-table td{height:48px;padding:9px 10px;border-top:1px solid #e3ecea}.inventory-table td:nth-child(2){display:grid;gap:3px}.inventory-table td small{max-width:260px;overflow:hidden;color:#78908c;text-overflow:ellipsis;white-space:nowrap}.inventory-table tbody tr{cursor:pointer;outline:0}.inventory-table tbody tr:hover,.inventory-table tbody tr:focus{background:#f1f8f6}.inventory-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.inventory-empty{height:180px!important;text-align:center}.inventory-total{margin-left:auto;color:#657d79;font-size:9px;font-weight:700}.inventory-detail{display:grid;gap:14px}.inventory-detail>header{padding:18px;display:flex;justify-content:space-between;gap:18px;border:1px solid #b9d9e2;border-radius:7px;background:#eef8fb}.inventory-detail header small{color:#0f8279;font-size:9px;font-weight:700}.inventory-detail h3{margin:6px 0;color:#173f63;font-size:18px}.inventory-detail header p{margin:0;color:#5e7b91;font-size:10px}.inventory-detail header>div:last-child{padding-left:18px;display:flex;align-items:center;gap:11px;border-left:1px solid #bdd7df;color:#0f8279}.inventory-detail header span{display:grid;gap:3px;color:#78909f;font-size:9px}.inventory-detail header span strong{color:#294b64;font-size:12px}.inventory-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inventory-detail section{padding:14px;border-radius:7px;background:#f7faf9}.inventory-detail h4{margin:0 0 12px;color:#315955;font-size:11px}.inventory-detail dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.inventory-detail dl div{display:grid;gap:5px}.inventory-detail dt{color:#78908c;font-size:9px}.inventory-detail dd{min-height:34px;margin:0;padding:9px;border:1px solid #d3e1de;border-radius:5px;background:#fff;color:#34534e;font-size:10px}.inventory-location-section{border:1px solid #c9deda!important;background:#fff!important}.inventory-location-section h4{display:flex;align-items:center;gap:8px;color:#245b55}.inventory-location-list{display:grid;gap:7px}.inventory-location-list>div{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid #d8e6e3;border-radius:6px;background:#f7fbfa}.inventory-location-list span{display:grid;gap:3px}.inventory-location-list small{color:#78908c;font-size:8px;font-weight:500}.inventory-location-list b{color:#176c61;font-size:14px}.inventory-location-list p{margin:0;padding:14px;color:#78908c;text-align:center}.inventory-location-section footer{margin-top:10px;padding-top:10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d8e6e3;color:#315955;font-size:10px}.inventory-location-section footer strong{color:#0f756b;font-size:17px}.inventory-location-section footer small{font-size:9px}.inventory-readonly{margin:0;color:#78908c;font-size:9px}@media(max-width:760px){.inventory-detail>header,.inventory-detail-grid{grid-template-columns:1fr;display:grid}.inventory-detail header>div:last-child{padding:12px 0 0;border-left:0;border-top:1px solid #bdd7df}.inventory-detail dl{grid-template-columns:1fr}.inventory-table-wrap{min-height:260px}.inventory-total{width:100%;margin:0;text-align:right}}.app-modal-body:has(>.master-data-toolbar)>.payment-method-table-wrap{height:auto!important;min-height:0;flex:1}.payment-method-table-wrap{overflow:auto;border:1px solid #d5e3e0;border-radius:5px;background:#fff}.payment-method-table{width:100%;min-width:680px;border-collapse:collapse;color:#49635f;font-size:10px}.payment-method-table th{position:sticky;top:0;padding:12px 10px;background:#e2f1ee;text-align:left}.payment-method-table td{height:39px;padding:10px;border-top:1px solid #e3ecea}.payment-method-table tbody tr{cursor:pointer}.payment-method-table tbody tr:hover{background:#f1f8f6}.payment-method-table tbody tr.selected{background:#e4f3f0;box-shadow:inset 3px 0 #0f8279}.payment-method-empty{height:180px!important;text-align:center}.payment-method-form{display:grid;grid-template-columns:1fr 214px;gap:14px 16px}.payment-method-form label{display:grid;gap:6px;color:#385955;font-size:10px}.payment-method-form label b{color:#d15449}.payment-method-form .wide{grid-column:1/-1}.payment-method-form input{height:40px;padding:0 10px;border:1px solid #c3d7d3;border-radius:5px;outline:0;color:#344f4c}.payment-method-form input:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.payment-variants{padding:11px;border:1px solid #c7dbd7;border-radius:6px}.payment-variants>header{display:flex;justify-content:space-between;gap:10px}.payment-variants header div{display:grid;gap:3px}.payment-variants header strong{color:#315955;font-size:10px}.payment-variants header small,.payment-variants>p{margin:0;color:#78908c;font-size:8px}.payment-variants header button{height:32px;display:flex;align-items:center;gap:5px;padding:0 10px;color:#0f8279;border:1px solid #a9d4cc;border-radius:5px;background:#eff9f7;font-size:9px}.payment-variant-row{margin-top:10px;display:grid;grid-template-columns:130px 1fr 132px 36px;gap:8px;align-items:end}.payment-variant-row input{height:36px}.variant-delete{height:36px;display:grid;place-items:center;color:#c6554c;border:1px solid #e8bab6;border-radius:5px;background:#fff}.payment-variants>p{padding:12px 0 2px;text-align:center}@media(max-width:760px){.payment-method-form{grid-template-columns:1fr}.payment-method-form .wide{grid-column:1}.payment-variant-row{grid-template-columns:1fr}.variant-delete{width:36px;justify-self:end}}.master-data-filter input{width:100%;height:42px;padding:0 10px;box-sizing:border-box;color:#3d5a56;border:1px solid #bcd3cf;border-radius:6px;outline:0;background:#fff;font-size:10px}.master-data-filter input:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.po-found{margin-left:auto;color:#69817e;font-size:9px;font-weight:700}.po-table-wrap{min-height:0;flex:1;overflow:auto;border:1px solid #d5e2df;border-radius:6px}.po-table{width:100%;min-width:900px;border-collapse:collapse;font-size:9px}.po-table th{height:38px;padding:0 10px;color:#31536f;border-bottom:1px solid #bad1df;background:#e1f0f5;text-align:left;white-space:nowrap}.po-table td{height:43px;padding:6px 10px;color:#435d72;border-bottom:1px solid #e2eaed}.po-table tbody tr{cursor:pointer}.po-table tbody tr:hover,.po-table tbody tr.selected{background:#eaf7f4}.po-table td strong,.po-table td small{display:block}.po-table td small{margin-top:3px;color:#7c929e;font-size:8px}.po-status{padding:4px 7px;color:#8a6409;border-radius:12px;background:#fff1c7;font-size:8px;font-weight:800}.po-status.approved,.po-status.closed{color:#17745c;background:#dff4e9}.po-empty{height:250px!important;color:#778c9c!important;text-align:center!important;vertical-align:middle}.po-form{height:100%;min-height:0;display:flex;flex-direction:column;gap:14px}.po-header-fields{padding:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;border:1px solid #c8dcd8;border-radius:7px;background:#fff}.po-header-fields label,.po-detail-form label{display:block;color:#405a70;font-size:10px;font-weight:700}.po-header-fields b,.po-detail-form b{display:inline;color:#c55148}.po-header-fields input,.po-header-fields select,.po-header-fields textarea,.po-detail-form input,.po-detail-form select{width:100%;margin-top:6px;box-sizing:border-box;color:#2f4c62;border:1px solid #bfd3df;border-radius:6px;outline:0;background:#fff;font:inherit}.po-header-fields input,.po-header-fields select,.po-detail-form input{height:40px;padding:0 10px}.po-header-fields textarea{padding:9px 10px;resize:none}.po-header-fields input:focus,.po-header-fields select:focus,.po-detail-form input:focus,.po-detail-form select:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.po-header-fields input[readonly],.po-header-fields textarea[readonly],.po-detail-form input[readonly]{color:#597184;background:#fff}.po-header-fields .address{grid-column:span 3}.po-detail-section{min-height:0;flex:1;display:flex;flex-direction:column}.po-detail-section>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.po-detail-section>header>div{display:grid;gap:3px;color:#29495f}.po-detail-section>header strong{font-size:11px}.po-detail-section>header small{color:#748a99;font-size:8px}.po-detail-table-wrap{min-height:190px;flex:1;overflow:auto;border:1px solid #ccdcdf;border-radius:6px}.po-detail-table-wrap table{width:100%;min-width:980px;border-collapse:collapse;font-size:9px}.po-detail-table-wrap th{height:37px;padding:0 9px;color:#31536f;border-bottom:1px solid #bad1df;background:#e1f0f5;text-align:left;white-space:nowrap}.po-detail-table-wrap td{height:43px;padding:6px 9px;color:#435d72;border-bottom:1px solid #e3ebed}.po-detail-table-wrap td strong,.po-detail-table-wrap td small{display:block}.po-detail-table-wrap td small{margin-top:2px;color:#80949f;font-size:8px}.po-detail-table-wrap td:last-child{display:flex;align-items:center;gap:4px}.po-detail-table-wrap td:last-child button{width:29px;height:29px;display:grid;place-items:center;color:#56706f;border:1px solid #d2e0df;border-radius:5px;background:#fff}.po-detail-table-wrap td:last-child button.danger{color:#bb554d}.po-detail-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.po-detail-form .wide{grid-column:1/-1}.po-detail-form .employee-alert{margin:0}.po-search-select{position:relative;margin-top:6px}.po-search-select>input{margin-top:0;padding-right:38px}.po-search-select>svg{position:absolute;z-index:2;top:12px;right:12px;color:#64807e;pointer-events:none;transition:transform .15s ease}.po-search-select>svg.open{transform:rotate(180deg)}.po-sku-options{position:absolute;z-index:20;top:calc(100% + 5px);right:0;left:0;max-height:min(220px,35vh);padding:5px;overflow:auto;border:1px solid #b8d2ce;border-radius:7px;background:#fff;box-shadow:0 10px 24px #264b4629}.po-sku-options button{width:100%;padding:8px 9px;display:grid;grid-template-columns:minmax(120px,.8fr) minmax(160px,1.4fr) minmax(90px,.6fr);gap:9px;color:#3c5b58;border:0;border-radius:5px;background:#fff;text-align:left;cursor:pointer}.po-sku-options button:hover,.po-sku-options button[aria-selected=true]{background:#e7f5f2;color:#0b756d}.po-sku-options button strong,.po-sku-options button span,.po-sku-options button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.po-sku-options button small{color:#77908d}.po-sku-options p{margin:0;padding:14px;color:#718885;text-align:center}@media(max-width:980px){.po-header-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.po-header-fields .address{grid-column:span 1}.po-found{width:100%;margin-left:0;order:5;text-align:right}}@media(max-width:760px){.po-header-fields,.po-detail-form{grid-template-columns:1fr}.po-header-fields .address,.po-detail-form .wide{grid-column:auto}.po-detail-section>header{align-items:flex-start;flex-direction:column}.po-detail-section>header button{width:100%}.po-table-wrap,.po-detail-table-wrap{min-height:260px}.po-found{display:none}}.receiving-found{margin-left:auto;color:#69817e;font-size:9px;font-weight:700}.receiving-table-wrap{min-height:0;flex:1;overflow:auto;border:1px solid #d5e2df;border-radius:6px;background:#fff}.receiving-table{width:100%;min-width:1120px;border-collapse:collapse;font-size:9px}.receiving-table th{height:38px;padding:0 10px;color:#31536f;border-bottom:1px solid #bad1df;background:#e1f0f5;text-align:left;white-space:nowrap}.receiving-table td{height:43px;padding:6px 10px;color:#435d72;border-bottom:1px solid #e2eaed}.receiving-table tbody tr{cursor:pointer;outline:0}.receiving-table tbody tr:hover,.receiving-table tbody tr:focus,.receiving-table tbody tr.selected{background:#eaf7f4}.receiving-table td strong,.receiving-table td small{display:block}.receiving-table td small{margin-top:3px;color:#7c929e;font-size:8px}.receiving-status{padding:4px 7px;color:#17745c;border-radius:12px;background:#dff4e9;font-size:8px;font-weight:800;white-space:nowrap}.receiving-empty{height:250px!important;color:#778c9c!important;text-align:center!important;vertical-align:middle}.receiving-form{height:100%;min-height:0;display:flex;flex-direction:column;gap:14px}.receiving-header-fields{padding:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;border:1px solid #c8dcd8;border-radius:7px;background:#fff}.receiving-header-fields label,.receiving-detail-form label{display:block;color:#405a70;font-size:10px;font-weight:700}.receiving-header-fields b,.receiving-detail-form b{display:inline;color:#c55148}.receiving-header-fields input,.receiving-header-fields select,.receiving-header-fields textarea,.receiving-detail-form input{width:100%;margin-top:6px;box-sizing:border-box;color:#2f4c62;border:1px solid #bfd3df;border-radius:6px;outline:0;background:#fff;font:inherit}.receiving-header-fields input,.receiving-header-fields select,.receiving-detail-form input{height:40px;padding:0 10px}.receiving-header-fields textarea{padding:9px 10px;resize:none}.receiving-header-fields input:focus,.receiving-header-fields select:focus,.receiving-detail-form input:focus{border-color:#0f8279;box-shadow:0 0 0 3px #0f82791a}.receiving-header-fields input[readonly],.receiving-header-fields textarea[readonly],.receiving-detail-form input[readonly]{color:#597184;background:#fff}.receiving-header-fields .address{grid-column:span 3}.receiving-detail-section{min-height:0;flex:1;display:flex;flex-direction:column}.receiving-detail-section>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.receiving-detail-section>header>div{display:grid;gap:3px;color:#29495f}.receiving-detail-section>header strong{font-size:11px}.receiving-detail-section>header small{color:#748a99;font-size:8px}.receiving-detail-table{min-height:190px;flex:1;overflow:auto;border:1px solid #ccdcdf;border-radius:6px;background:#fff}.receiving-detail-table table{width:100%;min-width:1100px;border-collapse:collapse;font-size:9px}.receiving-detail-table th{height:37px;padding:0 9px;color:#31536f;border-bottom:1px solid #bad1df;background:#e1f0f5;text-align:left;white-space:nowrap}.receiving-detail-table td{height:43px;padding:6px 9px;color:#435d72;border-bottom:1px solid #e3ebed}.receiving-detail-table td strong,.receiving-detail-table td small{display:block}.receiving-detail-table td small{margin-top:2px;color:#80949f;font-size:8px}.receiving-detail-table td:last-child{display:flex;align-items:center;gap:4px}.receiving-detail-table td:last-child button{width:29px;height:29px;display:grid;place-items:center;color:#56706f;border:1px solid #d2e0df;border-radius:5px;background:#fff}.receiving-detail-table td:last-child button.danger{color:#bb554d}.receiving-detail-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.receiving-detail-form .wide{grid-column:1/-1}.receiving-detail-form .employee-alert{margin:0}.receiving-search-select{position:relative;margin-top:6px}.receiving-search-select>input{margin-top:0;padding-right:38px}.receiving-search-select>svg{position:absolute;z-index:2;top:12px;right:12px;color:#64807e;pointer-events:none;transition:transform .15s ease}.receiving-search-select>svg.open{transform:rotate(180deg)}.receiving-sku-options{position:absolute;z-index:20;top:calc(100% + 5px);right:0;left:0;max-height:min(220px,35vh);padding:5px;overflow:auto;border:1px solid #b8d2ce;border-radius:7px;background:#fff;box-shadow:0 10px 24px #264b4629}.receiving-sku-options button{width:100%;padding:8px 9px;display:grid;grid-template-columns:minmax(120px,.8fr) minmax(160px,1.4fr) minmax(90px,.6fr);gap:9px;color:#3c5b58;border:0;border-radius:5px;background:#fff;text-align:left;cursor:pointer}.receiving-sku-options button:hover,.receiving-sku-options button[aria-selected=true]{background:#e7f5f2;color:#0b756d}.receiving-sku-options button strong,.receiving-sku-options button span,.receiving-sku-options button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receiving-sku-options button small{color:#77908d}.receiving-sku-options p{margin:0;padding:14px;color:#718885;text-align:center}@media(max-width:980px){.receiving-header-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.receiving-header-fields .address{grid-column:span 1}.receiving-found{width:100%;margin-left:0;order:5;text-align:right}}@media(max-width:760px){.receiving-header-fields,.receiving-detail-form{grid-template-columns:1fr}.receiving-header-fields .address,.receiving-detail-form .wide{grid-column:auto}.receiving-detail-section>header{align-items:flex-start;flex-direction:column}.receiving-detail-section>header button{width:100%}.receiving-table-wrap,.receiving-detail-table{min-height:260px}.receiving-found{display:none}.receiving-sku-options button{grid-template-columns:1fr}.receiving-sku-options button small{display:none}}.garment-receiving-table{min-width:1050px}.garment-receiving-header-fields .garment-address{grid-column:1/-1}@media(max-width:760px){.garment-receiving-header-fields .garment-address{grid-column:auto}}.opname-management,.opname-input,.opname-preview{min-height:0;flex:1;display:flex;flex-direction:column;gap:13px;color:#324c43}.opname-filters{display:grid;grid-template-columns:150px 150px minmax(180px,1fr) 130px 84px;align-items:end;gap:10px}.opname-filters label,.opname-form label,.opname-product-picker label{min-width:0;display:grid;gap:6px;color:#435e53;font-size:12px;font-weight:700}.opname-form label b{color:#b8413b}.opname-filters :is(input,select),.opname-form :is(input,select),.opname-product-picker input,.opname-preview-top input{width:100%;min-width:0;min-height:39px;padding:0 10px;color:#304c40;background:#fff;border:1px solid #cbded5;border-radius:6px;font-size:12px}.opname-form :is(input,select):disabled,.opname-form input:read-only{color:#74897f;background:#f5f8f6}.opname-filters :is(input,select):focus-visible,.opname-form :is(input,select):focus-visible,.opname-preview-top input:focus-visible{outline:2px solid #58b8a5;outline-offset:1px}.opname-search-button{min-height:39px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:#0d7967;border:1px solid #0d7967;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.opname-table-wrap{min-height:0;overflow:auto;border:1px solid #d4e3dc;border-radius:6px}.opname-table-wrap.main{flex:1}.opname-table{width:100%;border-collapse:collapse;color:#41594d;font-size:11px}.opname-table th{position:sticky;top:0;z-index:1;padding:11px 10px;color:#314d40;background:#e9f6f1;border-bottom:1px solid #c4ddd2;text-align:left;font-weight:750;white-space:nowrap}.opname-table td{padding:10px;border-bottom:1px solid #e8efeb;vertical-align:middle}.opname-table td strong{color:#294a3d;font-size:11px}.opname-table td small{display:block;margin-top:3px;color:#8ca295;font-size:10px}.opname-table tbody tr[tabindex]{cursor:pointer}.opname-table tbody tr[tabindex]:hover{background:#f5fbf7}.opname-table tbody tr.selected{background:#e8f5ef;box-shadow:inset 3px 0 #0d7967}.opname-table tbody tr[tabindex]:focus-visible{outline:2px solid #58b8a5;outline-offset:-2px}.opname-empty{height:240px;color:#8da095;text-align:center}.opname-management>small,.opname-preview>small{color:#8a9f94;font-size:11px}.opname-footer-count{margin-left:auto;color:#758a7d;font-size:11px}.opname-badge{display:inline-block;padding:5px 7px;border-radius:5px;font-size:10px;font-weight:750}.opname-badge.draft{color:#996a2b;background:#fff3df}.opname-badge.match{color:#23694e;background:#e5f5eb}.opname-badge.excess{color:#9a611b;background:#fff0d7}.opname-badge.short{color:#a13f3b;background:#fee8e7}.opname-short{color:#bc423c;font-weight:750}.opname-excess{color:#ab711f;font-weight:750}.opname-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.opname-form .wide{grid-column:1 / -1}.opname-form label small{color:#91a49a;font-weight:450}.opname-product-picker{position:relative;display:grid;gap:8px}.opname-product-results{max-height:150px;overflow:auto;border:1px solid #d4e3dc;border-radius:6px}.opname-product-results button{width:100%;padding:8px 10px;display:flex;justify-content:space-between;gap:12px;color:#2f5748;background:#fff;border:0;border-bottom:1px solid #edf2ee;text-align:left;cursor:pointer}.opname-product-results button:hover{background:#f0f8f3}.opname-selected-products{display:flex;flex-wrap:wrap;gap:5px}.opname-selected-products>span{padding:4px 5px 4px 8px;display:inline-flex;align-items:center;gap:4px;color:#196a55;background:#eaf6ef;border-radius:5px;font-size:11px}.opname-selected-products button{padding:1px;display:grid;place-items:center;color:inherit;background:transparent;border:0;cursor:pointer}.opname-notice,.opname-warning{padding:10px 12px;color:#805e29;background:#fff8e9;border:1px solid #efd8a7;border-radius:6px;font-size:11px;line-height:1.5}.opname-preview .opname-table-wrap{flex:1}.opname-input-progress{margin-right:auto;color:#6d8778;font-size:11px}.opname-input-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;color:#314d42}.opname-picker{min-width:0;position:relative}.opname-picker-heading{min-height:24px;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;gap:6px}.opname-picker-heading label,.opname-operator label{color:#435e53;font-size:12px;font-weight:700}.opname-picker.custom .opname-picker-heading label{color:#276a51}.opname-picker.reduce .opname-picker-heading label{color:#a7504b}.opname-picker-field,.opname-operator>div{height:40px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #cbded5;border-radius:6px;background:#fff;color:#75908b}.opname-picker.scan .opname-picker-field{border-color:#b9d5e9;background:#f8fbfe}.opname-picker.custom .opname-picker-field{border-color:#b9dfc9;background:#fbfefa}.opname-picker.reduce .opname-picker-field{border-color:#edc1bd;background:#fffcfc}.opname-picker-field:focus-within{outline:2px solid #69bda9;outline-offset:1px}.opname-picker-field input,.opname-operator input{flex:1;min-width:0;width:100%;height:100%;padding:0;color:#314d42;border:0;outline:0;background:transparent;font-size:12px}.opname-picker-field input::placeholder{color:#8ba097}.opname-picker-field>svg:last-child{flex:0 0 auto}.opname-picker-options{position:absolute;z-index:15;top:calc(100% + 4px);left:0;right:0;max-height:210px;overflow:auto;border:1px solid #bbd8cc;border-radius:6px;background:#fff;box-shadow:0 10px 22px #19453824}.opname-picker.reduce .opname-picker-options{top:auto;bottom:calc(100% + 4px)}.opname-picker-options button{width:100%;padding:8px 10px;display:grid;gap:2px;color:#375849;border:0;border-bottom:1px solid #edf2ef;background:#fff;text-align:left;cursor:pointer}.opname-picker-options button:hover,.opname-picker-options button.highlighted{background:#edf8f2}.opname-picker-options button strong{font-size:11px}.opname-picker-options button small,.opname-picker-empty{color:#7f978a;font-size:10px}.opname-picker-empty{display:block;padding:10px}.opname-camera-button{min-height:23px;padding:2px 7px;display:flex;align-items:center;gap:4px;color:#3284aa;background:#f3f9ff;border:1px solid #c5def2;border-radius:5px;font-size:10px;cursor:pointer}.opname-operator{min-width:0}.opname-operator label{min-height:24px;margin-bottom:5px;display:flex;align-items:center}.opname-operator>div{background:#f6faf8}.opname-operator input{color:#70877b;font-weight:650}.opname-custom-qty{grid-column:1 / -1;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) 72px 92px;align-items:end;gap:8px;background:#f2faf6;border:1px solid #cce8d8;border-radius:6px}.opname-custom-qty>span{min-width:0;display:grid;gap:2px}.opname-custom-qty strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.opname-custom-qty small{color:#799486;font-size:10px}.opname-custom-qty label{grid-column:2;color:#4c6b5a;font-size:10px;font-weight:700}.opname-custom-qty input{grid-column:2;width:100%;height:33px;padding:0 7px;color:#304f40;border:1px solid #b8d9c8;border-radius:5px;background:#fff}.opname-custom-qty .employee-button{grid-column:3;grid-row:2;min-height:33px;justify-content:center}.opname-camera-preview,.opname-input-message{grid-column:1 / -1}.opname-camera-preview{display:grid;gap:5px;color:#70877d;font-size:10px}.opname-camera-preview video{width:100%;max-height:230px;object-fit:cover;background:#19392f;border-radius:6px}.opname-input-message{padding:7px 9px;border-radius:5px;font-size:11px}.opname-input-message.success{color:#196549;background:#eaf7ef}.opname-input-message.error{color:#a3423d;background:#fff0ed}.opname-input-footer{width:100%;display:grid;gap:8px}.opname-input-footer>div{display:flex;align-items:center;gap:8px}.opname-input-footer>.employee-button{justify-self:start}.opname-preview-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.opname-preview-top>div{display:grid;gap:3px}.opname-preview-top strong{color:#275a46;font-size:13px}.opname-preview-top span{color:#8a9d91;font-size:11px}.opname-preview-top input{max-width:280px}.opname-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#748d7d;font-size:11px}.opname-pagination>span:first-child{margin-right:auto}.opname-pagination .employee-button{min-height:29px;padding:4px 8px;font-size:11px}.opname-report{min-height:0;flex:1;display:flex;flex-direction:column;gap:12px}.opname-report-filters{display:grid;grid-template-columns:minmax(200px,340px) minmax(170px,335px) 110px 1fr;align-items:end;gap:10px}.opname-report-filters label{min-width:0;display:grid;gap:5px;color:#435e53;font-size:12px;font-weight:700}.opname-report-filters select{width:100%;min-width:0;min-height:39px;padding:0 10px;color:#304c40;background:#fff;border:1px solid #cbded5;border-radius:6px;font-size:12px}.opname-report-filters select:focus-visible{outline:2px solid #58b8a5;outline-offset:1px}.opname-report-filters .opname-search-button:disabled{opacity:.55;cursor:not-allowed}.opname-report-location{align-self:end;justify-self:end;padding-bottom:10px;color:#697f91;font-size:11px;font-weight:700;white-space:nowrap}.opname-report .opname-table-wrap{flex:1}.opname-report .opname-table{min-width:860px}.opname-report .opname-table tfoot td{position:sticky;bottom:0;z-index:1;padding:10px;color:#315548;background:#edf7f3;border-top:2px solid #a9d3c0;font-weight:700}@media(max-width:900px){.opname-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.opname-filters label:nth-child(3){grid-column:1 / -1}.opname-search-button{grid-column:1 / -1}.opname-management .opname-table-wrap{min-height:280px}.opname-table{min-width:780px}.opname-report-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.opname-report-filters .opname-search-button{grid-column:1}.opname-report-location{grid-column:2}}@media(max-width:600px){.opname-form{grid-template-columns:1fr}.opname-form .wide{grid-column:auto}.opname-input-compact{grid-template-columns:1fr}.opname-picker.reduce .opname-picker-options{top:calc(100% + 4px);bottom:auto}.opname-custom-qty{grid-template-columns:minmax(0,1fr) 80px}.opname-custom-qty>span{grid-column:1 / -1}.opname-custom-qty label,.opname-custom-qty input{grid-column:1}.opname-custom-qty .employee-button{grid-column:2;grid-row:3}.opname-input-footer>div{flex-wrap:wrap}.opname-input-progress{width:100%}.opname-preview-top{align-items:stretch;flex-direction:column}.opname-preview-top input{max-width:none}.opname-footer-count{display:none}.opname-pagination{flex-wrap:wrap}.opname-pagination>span:first-child{width:100%}.opname-report-filters{grid-template-columns:1fr}.opname-report-filters .opname-search-button,.opname-report-location{grid-column:1}.opname-report-location{justify-self:start;padding-bottom:0}}.death-stock-filter{margin:2px;padding:16px;display:grid;gap:15px;border:1px solid #cee0dc;background:#fff}.death-stock-filter>label{display:grid;gap:7px;color:#405b57;font-size:12px;font-weight:700}.death-stock-label{color:#405b57}.death-stock-label b{color:#c4493f}.death-stock-filter input,.death-stock-filter select{width:100%;height:40px;padding:0 10px;color:#304a47;border:1px solid #bad2cd;background:#fff;outline:none;font:inherit}.death-stock-filter input:focus,.death-stock-filter select:focus{border-color:#0f8279;box-shadow:0 0 0 2px #0f82791f}.death-stock-months{display:flex;align-items:center;gap:10px}.death-stock-months input{width:110px;flex:0 0 auto}.death-stock-months small{color:#718783;font-size:11px;font-weight:600}.death-stock-filter .employee-alert{margin:0}@media(max-width:520px){.death-stock-filter{padding:13px}.death-stock-months input{width:95px}}.best-category-layout{min-height:0;height:100%;display:flex;flex-direction:column;gap:10px}.best-category-filters{padding:13px;display:grid;grid-template-columns:160px 160px minmax(250px,1fr) minmax(180px,.8fr);gap:10px;align-items:end;border:1px solid #cbdeda;background:#fff}.best-category-filters>label{display:grid;gap:6px;color:#415c58;font-size:11px;font-weight:700}.best-category-filters>label span b{color:#c64b41}.best-category-filters input[type=date],.best-category-filters select{width:100%;height:39px;padding:0 9px;color:#304b47;border:1px solid #bad1cc;background:#fff;outline:none;font:inherit}.best-category-filters input:focus,.best-category-filters select:focus{border-color:#0f8279;box-shadow:0 0 0 2px #0f82791f}.best-category-filters fieldset{min-height:61px;margin:0;padding:8px 12px 10px;display:flex;align-items:center;gap:18px;border:1px solid #bad1cc}.best-category-filters legend{padding:0 4px;color:#415c58;font-size:11px;font-weight:700}.best-category-filters fieldset label{display:flex;align-items:center;gap:7px;color:#405b57;font-size:11px;font-weight:650;white-space:nowrap}.best-category-filters input[type=radio]{width:16px;height:16px;accent-color:#0f8279}.best-category-source{padding:8px 11px;color:#53746e;border:1px solid #cae0db;background:#eef8f6;font-size:11px}.best-category-table-wrap{min-height:180px;flex:1;overflow:auto;border:1px solid #d0e0dd;background:#fff}.best-category-table-wrap table{width:100%;height:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.best-category-table-wrap.has-data table{height:auto}.best-category-table-wrap th{height:38px;padding:8px 10px;color:#345552;background:#e8f4f2;text-align:left}.best-category-table-wrap th:nth-child(1){width:15%}.best-category-table-wrap th:nth-child(2){width:21%}.best-category-table-wrap th:nth-child(3){width:11%}.best-category-table-wrap th:nth-child(4){width:14%}.best-category-table-wrap th:nth-child(5){width:14%}.best-category-table-wrap th:nth-child(6){width:14%}.best-category-table-wrap th:nth-child(7){width:11%}.best-category-table-wrap td{height:39px;padding:8px 10px;color:#48625e;border-top:1px solid #e4ecea}.best-category-table-wrap tbody tr:hover:not(:has(.best-category-empty)){background:#f3faf8}.best-category-table-wrap td:nth-child(n+3){text-align:right;font-variant-numeric:tabular-nums}.best-category-table-wrap strong{color:#2e514b}.best-category-empty{height:100%!important;color:#80938f!important;text-align:center!important;vertical-align:middle}.best-category-table-wrap tfoot td{height:39px;color:#294f4a;border-top:2px solid #9fbdb8;background:#e9f4f2;font-weight:800}.best-category-table-wrap tfoot td:first-child{text-align:left}@media(max-width:900px){.best-category-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.best-category-filters{grid-template-columns:minmax(0,1fr)}.best-category-filters fieldset{flex-wrap:wrap}}.report-paper tfoot td{background:#eaf1f5;font-weight:700}.best-brand-grouped-paper table{font-size:6.7px}.best-brand-grouped-paper th:nth-child(1){width:5%}.best-brand-grouped-paper th:nth-child(2){width:12%}.best-brand-grouped-paper th:nth-child(3){width:25%}.best-brand-grouped-paper th:nth-child(4){width:10%}.best-brand-grouped-paper th:nth-child(5),.best-brand-grouped-paper th:nth-child(6),.best-brand-grouped-paper th:nth-child(7){width:12%}.best-brand-grouped-paper th:nth-child(8){width:12%}.best-brand-grouped-paper td:nth-child(n+4){text-align:right;font-variant-numeric:tabular-nums}.best-brand-grouped-paper .best-brand-group td{padding:5px;background:#e5f0f5;text-align:left}.best-brand-grouped-paper .best-brand-subtotal td{background:#f2f6f8;font-weight:700}.best-product-layout{min-height:0;height:100%;display:flex;flex-direction:column;gap:10px}.best-product-filters{padding:13px;display:grid;grid-template-columns:160px 160px minmax(310px,1.5fr) minmax(170px,.85fr) minmax(170px,.85fr);gap:10px;align-items:end;border:1px solid #cbdeda;background:#fff}.best-product-filters>label{display:grid;gap:6px;color:#415c58;font-size:11px;font-weight:700}.best-product-filters>label span b{color:#c64b41}.best-product-filters input[type=date],.best-product-filters select{width:100%;height:39px;padding:0 9px;color:#304b47;border:1px solid #bad1cc;background:#fff;outline:none;font:inherit}.best-product-filters input:focus,.best-product-filters select:focus{border-color:#0f8279;box-shadow:0 0 0 2px #0f82791f}.best-product-filters fieldset{min-height:61px;margin:0;padding:7px 12px 9px;display:flex;align-content:center;align-items:center;flex-wrap:wrap;column-gap:15px;row-gap:5px;border:1px solid #bad1cc}.best-product-filters legend{padding:0 4px;color:#415c58;font-size:11px;font-weight:700}.best-product-filters fieldset label{display:flex;align-items:center;gap:6px;color:#405b57;font-size:11px;font-weight:650;white-space:nowrap}.best-product-filters input[type=radio]{width:16px;height:16px;accent-color:#0f8279}.best-product-source{padding:8px 11px;color:#53746e;border:1px solid #cae0db;background:#eef8f6;font-size:11px}.best-product-table-wrap{min-height:210px;flex:1;overflow:auto;border:1px solid #d0e0dd;background:#fff}.best-product-table-wrap table{width:100%;height:100%;min-width:960px;border-collapse:collapse;table-layout:fixed;font-size:11px}.best-product-table-wrap.has-data table{height:auto}.best-product-table-wrap th{height:38px;padding:8px 10px;color:#345552;background:#e8f4f2;text-align:left}.best-product-table-wrap th:nth-child(1){width:16%}.best-product-table-wrap th:nth-child(2){width:19%}.best-product-table-wrap th:nth-child(3){width:12%}.best-product-table-wrap th:nth-child(4){width:13%}.best-product-table-wrap th:nth-child(5){width:7%}.best-product-table-wrap th:nth-child(6){width:12%}.best-product-table-wrap th:nth-child(7){width:13%}.best-product-table-wrap th:nth-child(8){width:8%}.best-product-table-wrap td{height:39px;padding:8px 10px;color:#48625e;border-top:1px solid #e4ecea}.best-product-table-wrap tbody tr:hover:not(:has(.best-product-empty)){background:#f3faf8}.best-product-table-wrap td:nth-child(n+3){text-align:right;font-variant-numeric:tabular-nums}.best-product-table-wrap td:nth-child(2){overflow-wrap:anywhere}.best-product-table-wrap strong{color:#2e514b}.best-product-empty{height:100%!important;color:#80938f!important;text-align:center!important;vertical-align:middle}.best-product-table-wrap tfoot td{height:39px;color:#294f4a;border-top:2px solid #9fbdb8;background:#e9f4f2;font-weight:800}.best-product-table-wrap tfoot td:first-child{text-align:left}.best-product-size-paper{padding:12mm 9mm}.best-product-size-paper .report-document-header{margin-bottom:5mm}.best-product-size-paper table{table-layout:fixed;font-size:5.5px}.best-product-size-paper th,.best-product-size-paper td{padding:2.5px 3px;text-align:right}.best-product-size-paper th:nth-child(1),.best-product-size-paper td:nth-child(1){width:11%;text-align:left}.best-product-size-paper th:nth-child(2),.best-product-size-paper td:nth-child(2){width:15%;text-align:left}.best-product-size-paper th:nth-child(3),.best-product-size-paper td:nth-child(3){width:4%;text-align:center}.best-product-size-paper th:nth-child(n+4):nth-child(-n+15),.best-product-size-paper td:nth-child(n+4):nth-child(-n+15){width:3%;text-align:center}.best-product-size-paper th:nth-child(16),.best-product-size-paper td:nth-child(16){width:5%}.best-product-size-paper th:nth-child(n+17),.best-product-size-paper td:nth-child(n+17){width:9%}.best-product-size-paper .best-product-size-type td{background:#e6eef1;font-weight:700;text-align:center}.best-product-size-paper tfoot td{background:#e6eef1;font-weight:800}@media(max-width:1050px){.best-product-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.best-product-filters fieldset{grid-column:span 2}}@media(max-width:560px){.best-product-filters{grid-template-columns:minmax(0,1fr)}.best-product-filters fieldset{grid-column:auto;flex-wrap:wrap}}.best-store-filters{padding:13px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;align-items:end;border:1px solid #cbdeda;background:#fff}.best-store-filters>label{display:grid;grid-column:span 2;gap:6px;color:#415c58;font-size:11px;font-weight:700}.best-store-filters>label:nth-of-type(3){grid-column:span 4}.best-store-filters>label:nth-of-type(4),.best-store-filters>label:nth-of-type(5){grid-column:span 6}.best-store-filters>label span b{color:#c64b41}.best-store-filters input[type=date],.best-store-filters select{width:100%;height:39px;padding:0 9px;color:#304b47;border:1px solid #bad1cc;background:#fff;outline:none;font:inherit}.best-store-filters input:focus,.best-store-filters select:focus{border-color:#0f8279;box-shadow:0 0 0 2px #0f82791f}.best-store-filters fieldset{min-height:61px;margin:0;padding:7px 12px 9px;display:flex;grid-column:span 4;align-content:center;align-items:center;flex-wrap:wrap;column-gap:15px;row-gap:5px;border:1px solid #bad1cc}.best-store-filters legend{padding:0 4px;color:#415c58;font-size:11px;font-weight:700}.best-store-filters fieldset label{display:flex;align-items:center;gap:6px;color:#405b57;font-size:11px;font-weight:650;white-space:nowrap}.best-store-filters input[type=radio]{width:16px;height:16px;accent-color:#0f8279}@media(max-width:900px){.best-store-filters>label,.best-store-filters>label:nth-of-type(3),.best-store-filters>label:nth-of-type(4),.best-store-filters>label:nth-of-type(5),.best-store-filters fieldset{grid-column:span 6}}@media(max-width:560px){.best-store-filters>label,.best-store-filters>label:nth-of-type(3),.best-store-filters>label:nth-of-type(4),.best-store-filters>label:nth-of-type(5),.best-store-filters fieldset{grid-column:1 / -1}}.report-unavailable{min-height:180px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#55716e;text-align:center}.report-unavailable>svg{color:#0d9488}.report-unavailable strong{color:#214944;font-size:15px}.report-unavailable p{max-width:390px;margin:0;font-size:12px;line-height:1.6}.monitoring-dashboard{width:min(1360px,calc(100% - 48px));margin:0 auto;padding:30px 0 34px;color:#284744}.monitoring-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.monitoring-heading>div:first-child{min-width:0}.monitoring-eyebrow{margin:0 0 6px;color:#0f8279;font-size:10px;font-weight:800;letter-spacing:.12em}.monitoring-heading h1{margin:0;color:#1c403c;font-size:clamp(22px,2.3vw,29px);line-height:1.2;letter-spacing:-.025em}.monitoring-heading p:last-child{margin:7px 0 0;color:#6e8581;font-size:13px}.monitoring-refresh{display:flex;align-items:center;gap:14px;flex:0 0 auto}.monitoring-refresh>span{color:#687f7b;font-size:12px}.monitoring-refresh button{min-height:37px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:#0b746b;border:1px solid #c5dcd6;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.monitoring-refresh button:hover:not(:disabled){background:#eaf7f4}.monitoring-refresh button:disabled{opacity:.6;cursor:wait}.monitoring-refresh .is-spinning{animation:monitoring-spin 1s linear infinite}.monitoring-alert{margin-top:16px;padding:10px 13px;color:#9c4a2c;border:1px solid #ebcbb9;background:#fff7ee;font-size:12px}.monitoring-metrics{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.monitoring-metric{min-width:0;min-height:127px;padding:17px;display:flex;align-items:flex-start;gap:12px;color:inherit;border:1px solid #d4e3df;background:#fff;box-shadow:0 2px 9px #183f3b09;text-align:left;cursor:pointer}.monitoring-metric:hover{border-color:#93c9bf;background:#fcfffe;transform:translateY(-2px)}.monitoring-metric:focus-visible,.monitoring-refresh button:focus-visible,.monitoring-panel button:focus-visible,.monitoring-bottom button:focus-visible{outline:2px solid #0f8279;outline-offset:2px}.monitoring-metric-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:#0d8076;background:#e5f4f0}.monitoring-metric-copy{min-width:0;display:grid}.monitoring-metric-copy>span{color:#5c7671;font-size:12px;font-weight:700}.monitoring-metric-copy strong{margin-top:9px;color:#1e4943;font-size:clamp(22px,2.1vw,29px);line-height:1.1;font-variant-numeric:tabular-nums}.monitoring-metric-copy small{margin-top:7px;color:#849692;font-size:11px}.monitoring-metric-arrow{margin-left:auto;color:#9ab3ad;flex:0 0 auto}.monitoring-panels{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);gap:14px;align-items:stretch}.monitoring-panel{min-width:0;border:1px solid #d4e3df;background:#fff;box-shadow:0 2px 9px #183f3b09}.monitoring-panel>header{min-height:76px;padding:18px 20px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #e5eeeb}.monitoring-panel h2{margin:0;color:#254b45;font-size:16px}.monitoring-panel header p{margin:5px 0 0;color:#7c918c;font-size:11px}.monitoring-activity-groups{padding:5px 20px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.monitoring-group-heading{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px}.monitoring-group-heading>span{color:#42625c;font-size:12px;font-weight:800}.monitoring-group-heading button,.monitoring-panel-link,.monitoring-bottom button{display:inline-flex;align-items:center;gap:5px;color:#0d7c71;border:0;background:transparent;font-size:11px;font-weight:750;cursor:pointer}.monitoring-group-heading button:hover,.monitoring-panel-link:hover,.monitoring-bottom button:hover{color:#075a53;text-decoration:underline}.monitoring-activity-row{min-height:63px;display:flex;align-items:center;gap:10px;border-top:1px solid #edf2f0}.monitoring-row-mark{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;background:#e8f4f1;color:#0f8279}.monitoring-row-mark.sale{color:#477e69;background:#edf5e9}.monitoring-row-mark.opname{color:#9a722e;background:#f9f2e4}.monitoring-activity-row>span:nth-child(2),.monitoring-opname-list button>span:nth-child(2){min-width:0;display:grid;gap:3px}.monitoring-activity-row strong,.monitoring-opname-list strong{overflow:hidden;color:#2f514b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.monitoring-activity-row small,.monitoring-opname-list small{overflow:hidden;color:#81938e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.monitoring-activity-row b{margin-left:auto;flex:0 0 auto;color:#43635d;font-size:11px;font-weight:700;white-space:nowrap}.monitoring-empty{min-height:73px;margin:0;padding:19px 0;color:#829590;border-top:1px solid #edf2f0;font-size:11px}.monitoring-count{min-width:29px;height:27px;padding:0 8px;display:grid;place-items:center;color:#916b28;background:#fbf2df;font-size:12px;font-weight:800}.monitoring-opnames{display:flex;flex-direction:column}.monitoring-opname-list{min-height:165px;padding:7px 15px;flex:1}.monitoring-opname-list button{width:100%;min-height:57px;padding:4px 5px;display:flex;align-items:center;gap:10px;color:#708680;border:0;border-bottom:1px solid #edf2f0;background:transparent;text-align:left;cursor:pointer}.monitoring-opname-list button:hover{background:#f4faf8}.monitoring-opname-list button>svg:last-child{margin-left:auto;flex:0 0 auto}.monitoring-opname-empty{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#79908a;text-align:center}.monitoring-opname-empty svg{color:#7aaca3}.monitoring-opname-empty strong{color:#44655e;font-size:12px}.monitoring-opname-empty span{font-size:11px}.monitoring-panel-link{align-self:flex-end;margin:0 18px 17px}.monitoring-bottom{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#80938e;font-size:11px}@keyframes monitoring-spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.monitoring-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.monitoring-panels{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.monitoring-dashboard{width:calc(100% - 28px);padding-top:23px}.monitoring-heading{align-items:flex-start;flex-direction:column;gap:12px}.monitoring-refresh{width:100%;justify-content:space-between}.monitoring-activity-groups{grid-template-columns:minmax(0,1fr);gap:0}.monitoring-activity-group+.monitoring-activity-group{margin-top:10px;border-top:1px solid #e5eeeb}}@media(max-width:520px){.monitoring-metrics{gap:8px}.monitoring-metric{min-height:117px;padding:12px;gap:8px}.monitoring-metric-icon{width:30px;height:30px}.monitoring-metric-copy>span{font-size:11px}.monitoring-metric-copy strong{font-size:22px}.monitoring-metric-copy small{font-size:10px}.monitoring-metric-arrow{display:none}.monitoring-panel>header{padding:15px}.monitoring-activity-groups{padding:5px 15px 14px}.monitoring-activity-row b{font-size:10px}.monitoring-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:360px){.monitoring-metrics{grid-template-columns:minmax(0,1fr)}}.distributor-shell{min-height:100vh;background:#f2f6f5;color:#183b3a}.distributor-header{height:64px;padding:0 28px;display:flex;align-items:center;gap:24px;border-bottom:1px solid #d5e2df;background:#fff;box-shadow:0 2px 10px #114c470a;position:sticky;top:0;z-index:30}.workspace-brand{min-width:218px;display:flex;align-items:center;gap:10px}.workspace-brand>span:last-child{min-width:0;display:grid}.workspace-brand strong{overflow:hidden;color:#133f3b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.workspace-brand small{margin-top:2px;color:#78918e;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.workspace-logo{width:38px;height:38px;display:grid;place-items:center;color:#fff;border-radius:11px;background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 6px 14px #0f766e38}.desktop-navigation{height:100%;display:flex;align-items:center;gap:2px}.desktop-navigation button{height:36px;padding:0 9px;display:flex;align-items:center;gap:6px;color:#58716f;border:0;border-radius:6px;background:transparent;font-size:10px;font-weight:700;white-space:nowrap}.desktop-navigation button:hover,.desktop-navigation button.active{color:#08776f;background:#e7f5f2}.header-actions{margin-left:auto;display:flex;align-items:center;gap:7px}.header-actions>button{width:36px;height:36px;display:grid;place-items:center;color:#607b78;border:1px solid #d7e3e1;border-radius:9px;background:#fff}.notification-button{position:relative}.notification-button i{position:absolute;right:7px;top:7px;width:6px;height:6px;border-radius:50%;background:#f59e0b;border:1px solid white}.header-user{margin-left:4px;padding-left:12px;display:flex;align-items:center;gap:8px;border-left:1px solid #d9e5e3}.header-user>span{width:35px;height:35px;display:grid;place-items:center;color:#08776f;border-radius:50%;background:#dff4f0;font-size:10px;font-weight:800}.header-user>div{min-width:90px;display:grid}.header-user strong{font-size:10px}.header-user small{color:#829592;font-size:8px}.header-user>svg{color:#7b918e}.mobile-menu-button,.mobile-backdrop,.mobile-navigation{display:none}.distributor-dashboard{width:min(1420px,calc(100% - 56px));margin:0 auto;padding:38px 0 32px}.dashboard-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.dashboard-kicker{margin:0 0 7px;color:#0d9488;font-size:9px;font-weight:800;letter-spacing:.15em}.dashboard-welcome h1{margin:0;color:#173f3b;font-size:27px;letter-spacing:-.03em}.dashboard-welcome>div>p:last-child{margin:7px 0 0;color:#708683;font-size:11px}.dashboard-date{display:grid;justify-items:end;gap:5px;color:#738986;font-size:9px}.dashboard-date b{padding:5px 8px;color:#0d7d64;border-radius:20px;background:#dcf7ed;font-size:8px}.distributor-stat-grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:13px}.distributor-stat-grid article{min-height:100px;padding:16px;display:flex;align-items:center;gap:13px;border:1px solid #d5e2df;border-radius:9px;background:#fff;box-shadow:0 4px 14px #133f3b09}.stat-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px}.stat-icon.green{color:#07815f;background:#dff7ed}.stat-icon.blue{color:#1875bd;background:#e3f2ff}.stat-icon.orange{color:#c16d0b;background:#fff0d8}.stat-icon.purple{color:#7b52b5;background:#f0e9fa}.distributor-stat-grid article>div{min-width:0;display:grid}.distributor-stat-grid small{color:#758986;font-size:9px}.distributor-stat-grid strong{margin-top:6px;color:#173f3b;font-size:18px;white-space:nowrap}.distributor-stat-grid em{margin-top:5px;color:#0d8a69;font-size:8px;font-style:normal}.dashboard-surface{border:1px solid #d4e1de;border-radius:10px;background:#fff;box-shadow:0 4px 16px #133f3b09}.surface-heading{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4ecea}.surface-heading span{color:#0d9488;font-size:8px;font-weight:800;letter-spacing:.12em}.surface-heading h2{margin:4px 0 0;color:#234844;font-size:13px}.surface-heading>button{padding:6px 9px;display:flex;align-items:center;gap:5px;color:#55726f;border:1px solid #d5e2df;border-radius:6px;background:#fafdfc;font-size:9px}.surface-heading>svg{color:#0d9488}.distributor-main-grid{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,.62fr);gap:14px}.sales-chart{height:220px;padding:26px 24px 12px 18px;display:grid;grid-template-columns:42px 1fr;gap:6px}.chart-axis{height:160px;display:flex;flex-direction:column;justify-content:space-between;color:#8a9b99;font-size:7px;text-align:right}.chart-bars{height:160px;display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(4px,1vw,12px);align-items:end;border-bottom:1px solid #cad8d5;background:repeating-linear-gradient(to top,transparent 0,transparent 39px,#edf3f2 40px)}.chart-column{height:182px;display:grid;grid-template-rows:160px 22px;align-items:end;text-align:center}.chart-column>span{height:160px;display:flex;align-items:flex-end;justify-content:center}.chart-column i{width:min(28px,70%);min-height:5px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#14b8a6,#0f766e)}.chart-column:hover i{filter:brightness(.85)}.chart-column small{padding-top:7px;color:#768c89;font-size:7px}.sales-overview>footer{padding:12px 18px 15px;display:flex;align-items:center;gap:34px;border-top:1px solid #e4ecea}.sales-overview footer>div{display:grid}.sales-overview footer span{color:#7b8f8c;font-size:8px}.sales-overview footer strong{margin-top:4px;color:#214944;font-size:11px}.sales-overview footer>b{margin-left:auto;color:#0d8a69;font-size:11px}.target-card{display:flex;flex-direction:column}.target-ring{width:122px;height:122px;margin:20px auto 16px;padding:10px;border-radius:50%;background:conic-gradient(#0d9488 0 78%,#dceae7 78%);display:grid;place-items:center}.target-ring>div{width:100%;height:100%;display:grid;place-content:center;text-align:center;border-radius:50%;background:#fff}.target-ring strong{font-size:24px}.target-ring span{color:#758b88;font-size:8px}.target-values{padding:0 20px 18px;display:grid;grid-template-columns:1fr 1fr}.target-values>span{display:grid;text-align:center}.target-values>span+span{border-left:1px solid #dbe6e4}.target-values small{color:#839592;font-size:8px}.target-values strong{margin-top:4px;font-size:11px}.target-card>button,.stock-card>button{margin:auto 16px 15px;padding:10px;display:flex;align-items:center;justify-content:center;gap:6px;color:#08776f;border:1px solid #bcded8;border-radius:7px;background:#effaf8;font-size:9px;font-weight:750}.distributor-lower-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1.15fr .78fr;gap:14px}.quick-actions>div{padding:9px;display:grid;grid-template-columns:1fr 1fr;gap:5px}.quick-actions>div>button{padding:10px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:9px;color:#355b57;border:0;border-radius:7px;background:transparent;text-align:left}.quick-actions>div>button:hover{background:#eef8f6}.quick-actions button>span{width:35px;height:35px;display:grid;place-items:center;color:#0d9488;border-radius:7px;background:#e2f5f1}.quick-actions button>div{display:grid}.quick-actions button strong{font-size:9px}.quick-actions button small{margin-top:3px;color:#839592;font-size:7px}.quick-actions button>svg{color:#8aa09d}.text-button{padding:0!important;border:0!important;background:transparent!important;color:#0d9488!important}.activity-list{padding:7px 14px}.activity-list>div{padding:10px 3px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid #e8efed}.activity-list>div:last-child{border:0}.activity-list>div>span{width:32px;height:32px;display:grid;place-items:center;color:#0d9488;border-radius:50%;background:#e6f7f3}.activity-list>div>div{display:grid}.activity-list strong{font-size:8px}.activity-list small{margin-top:4px;color:#819491;font-size:7px}.activity-list time{color:#8a9c99;font-size:7px}.stock-health{padding:18px}.stock-health>div{display:flex;align-items:baseline;gap:7px}.stock-health strong{font-size:24px}.stock-health span{color:#718885;font-size:8px}.stock-health>i{height:7px;margin-top:9px;display:block;overflow:hidden;border-radius:9px;background:#dce9e6}.stock-health b{height:100%;display:block;border-radius:inherit;background:#10a58f}.stock-card ul{margin:0 18px 14px;padding:0;list-style:none}.stock-card li{padding:7px 0;display:flex;justify-content:space-between;color:#748986;border-bottom:1px solid #e8efed;font-size:8px}.stock-card li strong{color:#284d49}.stock-card .warning{color:#c77708}.stock-card .danger{color:#c14b43}.dashboard-footer{margin-top:24px;padding-top:15px;display:flex;justify-content:space-between;color:#8a9d9a;border-top:1px solid #d9e5e2;font-size:8px}.dashboard-footer>div{display:flex;gap:12px}.dashboard-footer button{display:flex;align-items:center;gap:5px;color:#64807c;border:0;background:transparent;font-size:8px}@media(max-width:1180px){.desktop-navigation button{font-size:0;padding:0 9px}.desktop-navigation button svg:last-child{display:none}.workspace-brand{min-width:190px}.distributor-stat-grid{grid-template-columns:repeat(2,1fr)}.distributor-lower-grid{grid-template-columns:1fr 1fr}.stock-card{grid-column:1/-1}}@media(max-width:760px){.distributor-header{height:58px;padding:0 14px}.desktop-navigation,.header-user>div,.header-user>svg{display:none}.workspace-brand{min-width:0}.header-actions{gap:4px}.mobile-menu-button{width:36px;height:36px;display:grid;place-items:center;order:-1;color:#43615e;border:0;background:transparent}.mobile-backdrop{position:fixed;inset:0;z-index:60;display:block;border:0;background:#062f2c61}.mobile-navigation{position:fixed;z-index:70;left:0;top:0;bottom:0;width:min(310px,85vw);padding:14px;display:flex;flex-direction:column;gap:5px;overflow-y:auto;background:#fff;box-shadow:14px 0 40px #09363233}.mobile-navigation header{margin-bottom:10px;padding-bottom:13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce7e5}.mobile-navigation header button{border:0;background:none}.mobile-navigation>button{padding:11px;display:flex;align-items:center;gap:10px;color:#55716e;border:0;border-radius:7px;background:transparent;font-size:11px;font-weight:700;text-align:left}.mobile-navigation>button.active{color:#0d7d73;background:#e6f6f3}.mobile-navigation .mobile-logout{margin-top:auto;color:#b34d45}.distributor-dashboard{width:min(100% - 28px,700px);padding-top:26px}.dashboard-welcome{align-items:flex-start;flex-direction:column}.dashboard-date{justify-items:start}.distributor-main-grid,.distributor-lower-grid{grid-template-columns:1fr}.stock-card{grid-column:auto}.sales-chart{overflow-x:auto}.chart-bars{min-width:580px}.sales-overview>footer{gap:14px}.quick-actions>div{grid-template-columns:1fr 1fr}}@media(max-width:480px){.workspace-brand small,.header-actions>button:first-child{display:none}.distributor-stat-grid,.quick-actions>div{grid-template-columns:1fr}.dashboard-welcome h1{font-size:23px}.distributor-stat-grid article{min-height:88px}.sales-overview>footer{align-items:flex-start;flex-direction:column}.sales-overview footer>b{margin-left:0}.dashboard-footer{gap:10px;flex-direction:column}.dashboard-footer>div{justify-content:flex-end}}.navigation-dropdown{height:100%;display:flex;align-items:center;position:relative}.navigation-dropdown>button svg:last-child,.mobile-master-data>button svg:last-child{transition:transform .18s ease}.navigation-dropdown>button svg.rotate,.mobile-master-data>button svg.rotate{transform:rotate(180deg)}.profile-dropdown{position:relative;display:flex;align-items:center}.profile-dropdown .header-user{margin-left:4px;padding:0 0 0 12px;border:0;border-left:1px solid #d9e5e3;border-radius:0;background:transparent;cursor:pointer;text-align:left}.profile-dropdown .header-user>svg{transition:transform .18s ease}.profile-dropdown .header-user>svg.rotate{transform:rotate(180deg)}.profile-menu{position:absolute;z-index:50;top:calc(100% + 13px);right:0;width:230px;padding:6px;border:1px solid #d4e2df;border-radius:10px;background:#fff;box-shadow:0 14px 35px #103d3929;animation:master-menu-in .14s ease-out}.profile-menu>button{width:100%;min-height:47px;padding:8px 10px;display:flex;align-items:center;gap:10px;color:#496764;border:0;border-radius:7px;background:transparent;text-align:left}.profile-menu>button:hover{color:#08776f;background:#eaf7f4}.profile-menu>button>svg{flex:0 0 auto}.profile-menu>button>span{min-width:0;display:grid;gap:2px}.profile-menu strong{font-size:10px}.profile-menu small{color:#839895;font-size:8px;font-weight:500}.profile-menu>div{height:1px;margin:5px 4px;background:#e2ebe9}.profile-menu>button.profile-logout{color:#b34d45}.profile-menu>button.profile-logout:hover{color:#a43f38;background:#fff1ef}.master-data-menu{position:absolute;top:56px;left:0;width:210px;padding:6px;display:grid;gap:2px;border:1px solid #d4e2df;border-radius:9px;background:#fff;box-shadow:0 14px 35px #103d3924;animation:master-menu-in .14s ease-out}.desktop-navigation .master-data-menu>button{width:100%;height:34px;padding:0 11px;justify-content:flex-start;color:#496764;font-size:10px;text-align:left}.desktop-navigation .master-data-menu>button:hover{color:#08776f;background:#eaf7f4}.report-menu{left:auto;right:0;width:250px;max-height:min(440px,calc(100vh - 76px));overflow-y:auto;overscroll-behavior:contain}.desktop-navigation .report-menu>button{height:auto;min-height:34px;padding-top:7px;padding-bottom:7px;white-space:normal;line-height:1.35}.transfer-menu{width:190px}.desktop-navigation .transfer-menu-group>button{width:100%;justify-content:space-between;color:#496764;font-size:10px}.transfer-menu-group>button:hover,.transfer-menu-group>button[aria-expanded=true]{color:#08776f;background:#eaf7f4}.transfer-menu-group>button svg{transition:transform .18s ease}.transfer-menu-group>button svg.rotate{transform:rotate(180deg)}.transfer-menu-children{margin:2px 0 5px 10px;padding-left:8px;display:grid;gap:2px;border-left:1px solid #cfe3df}.desktop-navigation .transfer-menu-group>button svg:last-child{display:block}.desktop-navigation .transfer-menu-children>button{width:100%;height:32px;justify-content:flex-start;color:#647e7b;font-size:10px;text-align:left}.desktop-navigation .transfer-menu-children>button:hover{color:#08776f;background:#eef8f6}.mobile-master-data{display:grid}.mobile-master-data>button{padding:11px;display:flex;align-items:center;gap:10px;color:#55716e;border:0;border-radius:7px;background:transparent;font-size:11px;font-weight:700}.mobile-master-data>button svg:last-child{margin-left:auto}.mobile-master-data>button.active{color:#0d7d73;background:#e6f6f3}.mobile-master-data>div{margin:2px 0 5px 20px;padding-left:10px;display:grid;gap:2px;border-left:1px solid #cfe3df}.mobile-master-data>div>button{padding:8px 9px;color:#647e7b;border:0;border-radius:6px;background:transparent;font-size:9px;text-align:left}.mobile-master-data>div>button:hover{color:#0d7d73;background:#eef8f6}.mobile-transfer-group>button{width:100%;padding:8px 9px;display:flex;align-items:center;justify-content:space-between;color:#647e7b;border:0;border-radius:6px;background:transparent;font-size:10px;font-weight:700;text-align:left}.mobile-transfer-group>button:hover,.mobile-transfer-group>button[aria-expanded=true]{color:#0d7d73;background:#eef8f6}.mobile-transfer-group>button svg{transition:transform .18s ease}.mobile-transfer-group>button svg.rotate{transform:rotate(180deg)}.mobile-transfer-group>div{margin-left:10px;padding-left:10px;display:grid;gap:2px;border-left:1px solid #cfe3df}.mobile-transfer-group>div>button{padding:8px 9px;color:#647e7b;border:0;border-radius:6px;background:transparent;font-size:9px;text-align:left}.mobile-transfer-group>div>button:hover{color:#0d7d73;background:#eef8f6}@keyframes master-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.profile-dropdown .header-user{margin-left:0;padding-left:0;border-left:0}.profile-menu{top:calc(100% + 11px);right:-2px}}@media(max-width:480px){.profile-menu{position:fixed;top:55px;right:10px;width:min(230px,calc(100vw - 20px))}}.pos-pay-modal{display:grid;gap:15px;color:#29453d}.pos-pay-total{padding:17px 18px;display:grid;gap:5px;background:#edf8f4;border:1px solid #cfe8df;border-radius:9px}.pos-pay-total span{color:#54776b;font-size:12px;font-weight:700}.pos-pay-total strong{color:#087461;font-size:29px;letter-spacing:-.04em;line-height:1.15}.pos-pay-total small{color:#7b988b;font-size:11px}.pos-pay-modal label{display:grid;gap:7px;color:#3e5a4f;font-size:12px;font-weight:700}.pos-pay-modal label small{display:inline;color:#91a69c;font-weight:450}.pos-pay-modal select,.pos-pay-modal label>input,.pos-pay-paid{width:100%;min-height:42px;padding:0 11px;color:#244339;background:#fff;border:1px solid #cddfd7;border-radius:7px;font-size:13px;font-weight:500}.pos-pay-modal :is(select,input):focus-visible{outline:2px solid #63bba9;outline-offset:1px}.pos-pay-paid{display:flex;align-items:center;gap:6px}.pos-pay-paid>span{color:#779185}.pos-pay-paid input{min-width:0;width:100%;height:39px;padding:0;color:#244339;background:transparent;border:0;outline:0}.pos-pay-paid button{padding:6px 9px;flex:0 0 auto;color:#087461;background:#e4f4ed;border:0;border-radius:5px;font-size:11px;font-weight:700}.pos-pay-change{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6e897b;font-size:12px}.pos-pay-change strong{color:#1e6d59;font-size:15px}.pos-pay-error{padding:10px 12px;color:#a23f34;background:#fff2ef;border:1px solid #f1d7d0;border-radius:6px;font-size:12px}.pos-pay-cancel,.pos-pay-confirm{min-height:37px;padding:0 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.pos-pay-cancel{color:#426256;background:#fff;border:1px solid #cddfd7}.pos-pay-confirm{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#0d7967;border:1px solid #0d7967}.pos-pay-confirm:hover:not(:disabled){background:#096b5a}.pos-pay-cancel:disabled,.pos-pay-confirm:disabled{cursor:not-allowed;opacity:.55}@media(max-width:440px){.pos-pay-confirm{flex:1}}.pos-receipt-paper{width:min(100%,320px);margin:0 auto;padding:20px 16px;color:#26312f;background:#fff;border:1px solid #d7e1df;box-shadow:0 3px 15px #00000012;font-family:Arial,sans-serif;font-size:12px}.pos-receipt-paper>header{display:grid;justify-items:center;gap:3px;padding-bottom:13px;text-align:center;border-bottom:1px dashed #65736f}.pos-receipt-paper>header strong{font-size:17px}.pos-receipt-paper small{color:#6a7773}.pos-receipt-meta{padding:12px 0;display:grid;gap:4px;border-bottom:1px dashed #65736f}.pos-receipt-lines{padding:3px 0}.pos-receipt-lines>div{padding:10px 0;display:grid;gap:3px;border-bottom:1px dotted #b5c2bd}.pos-receipt-lines strong{font-size:12px}.pos-receipt-lines span,.pos-receipt-totals span{display:flex;justify-content:space-between;gap:10px}.pos-receipt-totals{padding:12px 0;display:grid;gap:7px}.pos-receipt-totals .total{padding:8px 0;border-top:1px solid #687671;border-bottom:1px solid #687671;font-size:14px;font-weight:700}.pos-receipt-note{margin:0;padding:8px 0;border-top:1px dashed #b5c2bd}.pos-receipt-paper>footer{padding-top:16px;text-align:center;border-top:1px dashed #65736f}@media print{@page{size:80mm auto;margin:3mm}.pos-receipt-paper,.pos-receipt-paper *{visibility:visible!important}body:has(.pos-receipt-paper)>*{display:none!important}body:has(.pos-receipt-paper) #root{display:block!important}body:has(.pos-receipt-paper) .pos-shell>:not(.app-modal-layer){display:none!important}body:has(.pos-receipt-paper) .app-modal-layer{position:static!important;display:block!important;padding:0!important}body:has(.pos-receipt-paper) .app-modal-backdrop,body:has(.pos-receipt-paper) .app-modal-header,body:has(.pos-receipt-paper) .app-modal-footer{display:none!important}body:has(.pos-receipt-paper) .app-modal,body:has(.pos-receipt-paper) .app-modal-body{width:auto!important;max-width:none!important;max-height:none!important;padding:0!important;overflow:visible!important;border:0!important;box-shadow:none!important}.pos-receipt-paper{width:74mm;margin:0;padding:0;border:0;box-shadow:none;break-after:page}}.pos-tx-modal{display:grid;gap:14px;color:#2b443a}.pos-tx-filters{display:grid;grid-template-columns:150px 150px minmax(0,1fr) 74px 39px;align-items:end;gap:10px}.pos-tx-filters label{min-width:0;display:grid;gap:6px;color:#476254;font-size:12px;font-weight:700}.pos-tx-filters input{width:100%;min-width:0;height:39px;padding:0 10px;color:#2b443a;background:#fff;border:1px solid #cddfd7;border-radius:6px;font-size:12px}.pos-tx-filters input:focus-visible{outline:2px solid #65bdab;outline-offset:1px}.pos-tx-filters button{height:39px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:6px;cursor:pointer}.pos-tx-filters button:disabled,.pos-tx-pagination button:disabled{cursor:not-allowed;opacity:.5}.pos-tx-search{color:#fff;background:#0d7967;border:1px solid #0d7967;font-size:12px;font-weight:700}.pos-tx-reset{color:#426b5b;background:#f4faf6;border:1px solid #cddfd7}.pos-tx-error{padding:10px 12px;color:#a23f34;background:#fff2ef;border:1px solid #f1d7d0;border-radius:6px;font-size:12px}.pos-tx-table{min-height:270px;max-height:min(430px,55vh);overflow-y:auto;border:1px solid #dce9e3;border-radius:7px}.pos-tx-table-head,.pos-tx-row{display:grid;grid-template-columns:minmax(0,1.45fr) 128px minmax(105px,1fr) 105px 125px;align-items:center;gap:10px}.pos-tx-table-head{position:sticky;z-index:1;top:0;min-height:38px;padding:0 12px;color:#416255;background:#eaf6f2;border-bottom:1px solid #d0e2d9;font-size:11px;font-weight:750}.pos-tx-table-head>span:last-child{text-align:right}.pos-tx-row{width:100%;min-height:61px;padding:9px 12px;color:#52695e;text-align:left;background:#fff;border:0;border-bottom:1px solid #ecf1ed;border-radius:0;font-size:11px;cursor:pointer}.pos-tx-row:hover{background:#f4faf6}.pos-tx-row strong{min-width:0;overflow:hidden;color:#275444;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.pos-tx-row strong small{display:block;margin-top:4px;overflow:hidden;color:#90a297;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:450}.pos-tx-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-tx-row>b{color:#126c54;text-align:right;white-space:nowrap;font-size:12px}.pos-tx-empty{min-height:225px;display:grid;place-items:center;padding:20px;color:#8ba397;text-align:center;font-size:12px}.pos-tx-pagination{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#688277;font-size:12px}.pos-tx-pagination>div{display:flex;align-items:center;gap:8px}.pos-tx-pagination button{width:32px;height:32px;display:grid;place-items:center;color:#176e5a;background:#fff;border:1px solid #cddfd7;border-radius:5px;cursor:pointer}@media(max-width:760px){.pos-tx-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 39px}.pos-tx-filters label:nth-child(3){grid-column:1 / 3}.pos-tx-search{grid-column:1 / 3}.pos-tx-reset{grid-column:3;grid-row:2}.pos-tx-table{min-height:180px;max-height:48vh}.pos-tx-table-head{display:none}.pos-tx-row{grid-template-columns:minmax(0,1fr) auto;gap:5px 10px}.pos-tx-row>span:nth-child(2){text-align:right}.pos-tx-row>span:nth-child(4){display:none}.pos-tx-row>b{grid-column:2;grid-row:2}}.header-actions>.header-pos-button{width:auto;min-width:77px;height:34px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:#0f8279;border:1px solid #0f8279;font-size:12px;font-weight:750}.header-actions>.header-pos-button:hover{color:#fff;background:#0b6f68;border-color:#0b6f68}.pos-v2{min-height:100vh;color:#233631;background:#f5f7f6;font-size:14px}.pos-v2 *{box-sizing:border-box}.pos-v2 button,.pos-v2 input,.pos-v2 select{font:inherit}.pos-v2 button{cursor:pointer}.pos-v2 button:disabled{cursor:not-allowed;opacity:.52}.pos-v2 :is(button,input,select):focus-visible{outline:3px solid #6ec8ba;outline-offset:2px}.pos-v2-appbar{height:66px;padding:0 clamp(18px,3vw,42px);display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #e5ece9}.pos-v2-logo{width:35px;height:35px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:#0d756c;border-radius:9px;font-size:18px;font-weight:800}.pos-v2-brand{display:grid;gap:1px}.pos-v2-brand strong{color:#1b3933;font-size:15px;line-height:1.1}.pos-v2-brand span{color:#859792;font-size:11px}.pos-v2-appbar-spacer{flex:1}.pos-v2-cashier{margin-right:12px;color:#7c908b;font-size:12px}.pos-v2-cashier b{margin-left:5px;color:#254139;font-weight:700}.pos-v2-back{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:#36564e;background:#f4f8f6;border:1px solid #dbe8e3;border-radius:7px!important;font-size:12px;font-weight:650}.pos-v2-back:hover{background:#eaf4f0}.pos-v2-transactions-button{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:#0e7565;background:#edf8f4;border:1px solid #cce6dc;border-radius:7px!important;font-size:12px;font-weight:700;white-space:nowrap}.pos-v2-transactions-button:hover{background:#e2f3ec}.pos-v2-workspace{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:26px 0 36px}.pos-v2-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,410px);grid-template-areas:"catalog order";align-items:start;gap:18px}.pos-v2-catalog{grid-area:catalog}.pos-v2-order{grid-area:order}.pos-v2-catalog,.pos-v2-order{min-width:0;overflow:hidden;background:#fff;border:1px solid #e1eae6;border-radius:12px;box-shadow:0 3px 18px #17392f0b}.pos-v2-controls{padding:20px 20px 19px;display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr) 42px;align-items:end;gap:11px}.pos-v2-controls label{min-width:0;display:grid;gap:8px;color:#456057;font-size:12px;font-weight:700}.pos-v2-controls label>div{min-height:43px;padding:0 11px;display:flex;align-items:center;gap:8px;color:#78948a;background:#fff;border:1px solid #d6e3dd;border-radius:7px;transition:border-color .15s,box-shadow .15s}.pos-v2-controls label>div:focus-within{border-color:#3aa697;box-shadow:0 0 0 3px #dff5ef}.pos-v2-controls :is(input,select):focus-visible{outline:0}.pos-v2-controls select,.pos-v2-controls input{width:100%;min-width:0;height:40px;padding:0;color:#24423a;background:transparent;border:0;outline:0;font-size:13px}.pos-v2-controls select{cursor:pointer}.pos-v2-search div>button{width:25px;height:25px;padding:0;flex:0 0 auto;display:grid;place-items:center;color:#849a92;background:transparent;border:0}.pos-v2-refresh{width:42px;height:43px;display:grid;place-items:center;color:#257c6f;background:#eef7f3;border:1px solid #d7e9e1;border-radius:7px!important}.pos-v2-refresh:hover{background:#e2f2eb}.pos-v2-catalog-meta{padding:15px 21px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eef2f0;border-bottom:1px solid #e7eeea}.pos-v2-catalog-meta>div{min-width:0;display:grid;gap:3px}.pos-v2-catalog-meta strong{color:#28423a;font-size:14px}.pos-v2-catalog-meta span{overflow:hidden;color:#889b94;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pos-v2-catalog-meta small{color:#728d81;font-size:11px;white-space:nowrap}.pos-v2-product-list{min-height:285px;max-height:min(540px,57vh);overflow-y:auto}.pos-v2-product-head,.pos-v2-product-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 135px 68px 34px;align-items:center;gap:12px}.pos-v2-product-head{position:sticky;z-index:1;top:0;height:38px;padding:0 20px;color:#95a6a0;background:#fafcfb;border-bottom:1px solid #e9efec;font-size:10px;font-weight:800;letter-spacing:.075em}.pos-v2-product-head>:nth-child(2),.pos-v2-product-head>:nth-child(3){text-align:right}.pos-v2-product-row{min-height:72px;padding:11px 20px;color:#29463d;text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1ee;border-radius:0!important;transition:background .15s}.pos-v2-product-row:hover{background:#f3faf6}.pos-v2-product-main{min-width:0;display:flex;align-items:center;gap:11px}.pos-v2-product-monogram{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;color:#147d6f;background:#e6f4ee;border-radius:8px;font-size:14px;font-weight:800}.pos-v2-product-main>span:last-child{min-width:0;display:grid;gap:4px}.pos-v2-product-main strong{overflow:hidden;color:#263e36;font-size:14px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.pos-v2-product-main small{overflow:hidden;color:#8a9f96;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pos-v2-product-row>b{color:#264b3e;font-size:14px;text-align:right;white-space:nowrap}.pos-v2-stock{padding:5px 7px;justify-self:end;color:#247a60;background:#e8f6ec;border-radius:5px;font-size:11px;font-weight:750}.pos-v2-row-add{width:29px;height:29px;display:grid;place-items:center;color:#128572;background:#e6f5ef;border-radius:6px}.pos-v2-product-row:hover .pos-v2-row-add{color:#fff;background:#128572}.pos-v2-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#90a59a;text-align:center}.pos-v2-empty strong{color:#476a59;font-size:14px}.pos-v2-empty span{max-width:310px;font-size:12px}.pos-v2-catalog-footer{min-height:38px;padding:11px 20px;color:#93a49d;border-top:1px solid #e8efeb;font-size:11px}.pos-v2-order{position:sticky;top:18px;max-height:calc(100vh - 36px);overflow-y:auto;display:flex;flex-direction:column}.pos-v2-order-head{min-height:68px;padding:15px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ebf0ed}.pos-v2-order-head>div{display:flex;align-items:center;gap:10px}.pos-v2-cart-symbol{width:37px;height:37px;display:grid;place-items:center;color:#0b7b6b;background:#e6f5ee;border-radius:8px}.pos-v2-order-head>div>span:last-child{display:grid;gap:3px}.pos-v2-order-head strong{color:#254035;font-size:15px}.pos-v2-order-head small{color:#90a299;font-size:11px}.pos-v2-order-head>button{width:32px;height:32px;display:grid;place-items:center;color:#aa6a61;background:transparent;border:0;border-radius:5px!important}.pos-v2-order-head>button:hover{background:#fff0ed}.pos-v2-cart-list{min-height:105px;max-height:245px;overflow-y:auto}.pos-v2-cart-empty{min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#91a79b}.pos-v2-cart-empty strong{color:#527363;font-size:13px}.pos-v2-cart-empty span{font-size:11px}.pos-v2-cart-line{padding:13px 19px;border-bottom:1px solid #eef2ef}.pos-v2-cart-line-top,.pos-v2-cart-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-v2-cart-line-top>span{min-width:0;display:grid;gap:3px}.pos-v2-cart-line-top strong{overflow:hidden;color:#2b443a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.pos-v2-cart-line-top small{overflow:hidden;color:#91a399;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pos-v2-cart-line-top button{padding:2px;display:grid;place-items:center;color:#ad796e;background:transparent;border:0}.pos-v2-cart-line-bottom{margin-top:10px}.pos-v2-cart-line-bottom>strong{color:#1d6250;font-size:13px}.pos-v2-qty{display:flex;overflow:hidden;border:1px solid #d6e5dc;border-radius:6px}.pos-v2-qty button{width:29px;height:29px;display:grid;place-items:center;color:#267b63;background:#f3f9f5;border:0}.pos-v2-qty input{width:40px;height:29px;padding:0 2px;color:#29463b;text-align:center;border:0;outline:0;-moz-appearance:textfield}.pos-v2-qty input::-webkit-inner-spin-button,.pos-v2-qty input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.pos-v2-stock-error{display:block;margin-top:6px;color:#ad5646;font-size:11px}.pos-v2-total{padding:16px 19px 14px;display:grid;gap:9px;background:#f8fbf9;border-top:1px solid #e8efeb}.pos-v2-total>div{display:flex;justify-content:space-between;gap:10px;color:#7a9184;font-size:12px}.pos-v2-total b{color:#354f40}.pos-v2-total .pos-v2-grand{margin-top:4px;padding-top:12px;align-items:baseline;color:#2a4438;border-top:1px dashed #cbdcd1;font-size:13px;font-weight:700}.pos-v2-grand strong{color:#0a765f;font-size:22px;letter-spacing:-.03em}.pos-v2-error{margin:10px 19px 0;padding:10px;color:#a23f34;background:#fff2ef;border:1px solid #f1d7d0;border-radius:6px;font-size:11px}.pos-v2-complete{min-height:46px;margin:13px 19px 0;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:#0d7967;border:1px solid #0d7967;border-radius:7px!important;font-size:14px;font-weight:750}.pos-v2-complete:not(:disabled):hover{background:#096b5a}.pos-v2-order-foot{padding:10px 19px 15px;color:#94a59a;font-size:10px;text-align:center}@media(min-width:1081px){.pos-v2{height:100vh;height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pos-v2-appbar{flex:0 0 60px;height:60px}.pos-v2-workspace{width:calc(100% - 32px);max-width:none;min-height:0;padding:14px 0;flex:1;display:flex;flex-direction:column}.pos-v2-layout{min-height:0;flex:1;grid-template-columns:minmax(0,1fr) minmax(350px,390px);grid-template-rows:minmax(0,1fr);align-items:stretch;gap:12px}.pos-v2-catalog{min-height:0;display:flex;flex-direction:column}.pos-v2-controls,.pos-v2-catalog-meta,.pos-v2-catalog-footer{flex:0 0 auto}.pos-v2-product-list{min-height:0;max-height:none;flex:1;overflow-y:auto;overscroll-behavior:contain}.pos-v2-order{position:static;top:auto;height:100%;min-height:0;max-height:none;overflow:hidden}.pos-v2-order-head,.pos-v2-total,.pos-v2-complete,.pos-v2-order-foot{flex:0 0 auto}.pos-v2-cart-list{min-height:0;max-height:none;flex:1;overflow-y:auto;overscroll-behavior:contain}.pos-v2-cart-empty{height:100%}}@media(min-width:1081px)and (max-height:700px){.pos-v2-workspace{padding:9px 0}.pos-v2-layout{grid-template-rows:minmax(0,1fr)}.pos-v2-controls{padding-top:12px;padding-bottom:12px}.pos-v2-catalog-meta{padding-top:9px;padding-bottom:9px}}@media(max-width:1080px){.pos-v2-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"catalog" "order"}.pos-v2-order{position:static;max-height:none;overflow:visible}.pos-v2-cart-list{max-height:300px}}@media(max-width:650px){.header-actions>.header-pos-button{min-width:68px;padding:0 8px}.pos-v2-appbar{height:61px;padding:0 13px}.pos-v2-brand span,.pos-v2-cashier{display:none}.pos-v2-back{padding:0 9px;font-size:11px}.pos-v2-transactions-button{padding:0 8px;font-size:11px}.pos-v2-workspace{width:calc(100% - 24px);padding:19px 0 28px}.pos-v2-controls{padding:14px;grid-template-columns:minmax(0,1fr) 42px;gap:10px}.pos-v2-warehouse{grid-column:1 / -1}.pos-v2-product-head,.pos-v2-product-row{grid-template-columns:minmax(0,1fr) 88px 46px 27px;gap:5px}.pos-v2-product-head,.pos-v2-product-row{padding-left:12px;padding-right:12px}.pos-v2-product-monogram{width:30px;height:30px}.pos-v2-product-main{gap:7px}.pos-v2-product-main strong,.pos-v2-product-row>b{font-size:12px}.pos-v2-product-main small{font-size:10px}.pos-v2-product-row{min-height:67px}.pos-v2-row-add{width:25px;height:25px}.pos-v2-product-list{min-height:255px;max-height:min(500px,60vh)}.pos-v2-catalog-meta{padding:13px 14px}.pos-v2-catalog-footer{padding:10px 14px}}@media(max-width:385px){.pos-v2-transactions-button{width:35px;padding:0;justify-content:center}.pos-v2-transactions-button span{display:none}.pos-v2-product-head,.pos-v2-product-row{grid-template-columns:minmax(0,1fr) 80px 27px}.pos-v2-product-head>:nth-child(3),.pos-v2-stock{display:none}}.stock-quantity-screen{width:100%;height:100dvh;min-height:520px;display:flex;flex-direction:column;overflow:hidden;color:#2c4c48;background:#f8fbfa}.stock-quantity-appbar{min-height:70px;padding:12px 24px;display:flex;align-items:center;gap:12px;flex:0 0 auto;border-bottom:1px solid #d3e4e0;background:linear-gradient(180deg,#edf8f6,#fff)}.stock-quantity-appbar-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;color:#0f8279;border-radius:8px;background:#dff3ef}.stock-quantity-appbar>div{min-width:0}.stock-quantity-appbar h1{margin:0;color:#243e57;font-size:19px}.stock-quantity-appbar p{margin:3px 0 0;color:#72869a;font-size:11px}.stock-quantity-appbar>button{min-height:36px;margin-left:auto;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:#466661;border:1px solid #cbded9;border-radius:6px;background:#fff;font-size:11px;font-weight:750;cursor:pointer}.stock-quantity-appbar>button:hover{color:#0b766c;background:#f1faf8}.stock-quantity-workspace{min-height:0;padding:18px 24px 14px;flex:1;overflow:hidden}.stock-quantity-page{min-height:0;height:100%;display:flex;flex-direction:column;gap:12px}.stock-quantity-scopes{display:flex;gap:6px;flex:0 0 auto}.stock-quantity-scopes button{padding:8px 13px;color:#55716e;border:1px solid #cfe1dd;border-radius:7px;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.stock-quantity-scopes button:hover{color:#08776f;background:#eff9f7}.stock-quantity-scopes button.selected{color:#fff;border-color:#0e7d73;background:#0e7d73;box-shadow:0 2px 6px #0f766e2e}.stock-quantity-filters{display:flex;flex-wrap:wrap;align-items:end;gap:9px;flex:0 0 auto}.stock-quantity-filters label{min-width:125px;flex:1 1 150px;display:grid;gap:5px;color:#415a58;font-size:11px;font-weight:700}.stock-quantity-filters label:nth-child(4){flex-grow:1.5}.stock-quantity-filters input,.stock-quantity-filters select{width:100%;height:39px;padding:0 10px;color:#354c4a;border:1px solid #bcd4cf;border-radius:6px;outline:none;background:#fff;font:inherit;font-weight:600}.stock-quantity-filters input:focus,.stock-quantity-filters select:focus{border-color:#0d9488;box-shadow:0 0 0 2px #0d94881f}.stock-quantity-filters input:disabled{color:#657c79;opacity:1;background:#f4f8f7;cursor:not-allowed}.stock-quantity-search{height:39px;min-width:112px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;border:1px solid #0c766d;border-radius:6px;background:#0e7d73;font-size:11px;font-weight:750;cursor:pointer}.stock-quantity-search:disabled{opacity:.55;cursor:wait}.stock-quantity-error{padding:8px 10px;flex:0 0 auto;color:#ad3f35;border:1px solid #f0c8c3;border-radius:6px;background:#fff1ef;font-size:11px}.stock-quantity-table-wrap{min-height:0;flex:1;overflow:auto;overscroll-behavior:contain;border:1px solid #c9ded9;border-radius:7px;background:#fff}.stock-quantity-table{width:100%;min-width:1530px;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#3d5553;font-size:11px}.stock-quantity-table th,.stock-quantity-table td{padding:8px 9px;border-right:1px solid #d2e2df;border-bottom:1px solid #e1eae8;vertical-align:middle}.stock-quantity-table tr>:last-child{border-right:0}.stock-quantity-table thead th{color:#345452;background:#eaf5f3;font-weight:750;text-align:center}.stock-quantity-table thead tr:first-child th{height:36px}.stock-quantity-table thead .size-legend th{height:28px;padding:5px;color:#516b68;background:#f2f9f7;font-size:10px;font-weight:650}.stock-quantity-table .product-col{width:205px;text-align:left}.stock-quantity-table .description-col{width:230px;text-align:left}.stock-quantity-table thead tr:first-child th:nth-child(3){width:72px}.stock-quantity-table thead tr:first-child th:nth-child(n+4):nth-child(-n+15){width:60px}.stock-quantity-table tbody tr:nth-child(odd){background:#f6faf9}.stock-quantity-table tbody tr:hover{background:#edf7f5}.stock-quantity-table tbody td:first-child strong{display:block;color:#304b49;font-size:11px}.stock-quantity-table tbody td:first-child small{display:block;margin-top:4px;color:#809490;font-size:9px}.stock-quantity-table .type-cell{color:#466460;font-weight:700;text-align:center}.stock-quantity-table .quantity-cell{text-align:center;font-variant-numeric:tabular-nums}.stock-quantity-table .money-cell{white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.stock-quantity-table .total-cell{color:#244b45;font-weight:750}.stock-quantity-table .stock-quantity-empty{height:180px;color:#7e928e;text-align:center}.stock-quantity-table tfoot td{position:sticky;bottom:0;z-index:1;color:#28504b;border-top:2px solid #b9d9d2;border-bottom:0;background:#eaf6f3;font-weight:750}.stock-quantity-pagination{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;color:#667e7a;font-size:10px}.stock-quantity-pagination>div{display:flex;align-items:center;gap:7px}.stock-quantity-pagination label{display:flex;align-items:center;gap:5px;color:#445d59;font-weight:700}.stock-quantity-pagination select,.stock-quantity-pagination button{height:29px;padding:0 8px;color:#365a55;border:1px solid #cbded9;border-radius:5px;background:#fff;font:inherit}.stock-quantity-pagination button{cursor:pointer}.stock-quantity-pagination button:disabled{opacity:.5;cursor:default}.stock-quantity-note{color:#6d837f;font-size:10px}.stock-quantity-summary{margin-right:auto;color:#617976;font-size:11px;font-weight:700}.stock-quantity-footer{min-height:60px;padding:10px 24px;display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:wrap;border-top:1px solid #d3e4e0;background:#f5f9f8}@media(max-width:760px){.stock-quantity-screen{min-height:0}.stock-quantity-appbar{min-height:62px;padding:10px 12px}.stock-quantity-appbar h1{font-size:16px}.stock-quantity-appbar p{font-size:9px}.stock-quantity-appbar>button{padding:0 8px;font-size:0}.stock-quantity-appbar>button svg{width:19px;height:19px}.stock-quantity-workspace{padding:10px 8px}.stock-quantity-page{gap:10px}.stock-quantity-scopes{overflow-x:auto}.stock-quantity-scopes button{flex:0 0 auto}.stock-quantity-filters{max-height:220px;overflow-y:auto}.stock-quantity-filters label{flex-basis:145px}.stock-quantity-search{flex:1 1 100%}.stock-quantity-pagination{align-items:flex-start;flex-direction:column}.stock-quantity-pagination>div{width:100%;justify-content:space-between}.stock-quantity-footer{padding:8px;gap:6px}.stock-quantity-summary{flex:1 1 100%}}:root{font-family:Plus Jakarta Sans Variable,sans-serif;color:#183b3a;background:#f3faf8}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(450px,1.05fr) minmax(500px,.95fr)}.brand-panel{position:relative;overflow:hidden;padding:54px 7vw 38px;color:#fff;background:radial-gradient(circle at 80% 15%,rgba(94,234,212,.3),transparent 33%),linear-gradient(145deg,#064e49,#0f766e 52%,#0d9488);display:flex;flex-direction:column}.brand-panel:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-230px;bottom:-250px;box-shadow:0 0 0 75px #ffffff09,0 0 0 150px #ffffff06}.brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.08em}.brand b{color:#99f6e4}.brand-mark{width:58px;height:58px;border-radius:18px;background:#ffffff24;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22)}.brand-copy{margin:auto 0;max-width:640px;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.17em;color:#99f6e4}.eyebrow.dark{color:#0f766e}.brand-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.08;margin:22px 0}.brand-copy h1 em{font-style:normal;color:#99f6e4}.brand-copy>p:last-child{font-size:18px;line-height:1.8;color:#ccfbf1;max-width:540px}.feature-row{display:flex;gap:14px;flex-wrap:wrap;z-index:1}.feature-row span{display:flex;gap:8px;align-items:center;padding:10px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:13px}.copyright{font-size:12px;color:#99f6e4;margin:28px 0 0}.copyright span{display:block;margin-top:5px}.form-panel{display:flex;align-items:center;justify-content:center;padding:48px;background:#f8fffd}.auth-card{width:min(440px,100%)}.form-heading h2{font-size:32px;margin:9px 0}.form-heading>p:last-child{color:#66817f;line-height:1.65}.account-switch{display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:13px;background:#e3f3ef;margin:28px 0 24px}.account-switch button{border:0;border-radius:10px;padding:11px;background:transparent;color:#567572;font-weight:700;display:flex;gap:7px;justify-content:center}.account-switch button.active{background:#fff;color:#0f766e;box-shadow:0 3px 12px #0f766e21}form{display:grid;gap:17px}label{font-size:13px;font-weight:700;color:#294d4a}.input-wrap{margin-top:8px;height:50px;border:1px solid #c9dcda;border-radius:12px;background:#fff;display:flex;align-items:center;padding:0 14px;gap:10px;color:#70918e}.input-wrap:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}.input-wrap input{border:0;outline:0;width:100%;height:100%;color:#173f3b;background:transparent}.eye{border:0;background:none;color:#64827f;display:grid;place-items:center}label>small{color:#dc5454;display:block;min-height:4px;margin-top:4px}.remember{display:flex;align-items:flex-start;gap:10px}.remember input{accent-color:#0f766e;margin-top:4px}.remember span{display:grid;gap:3px}.remember small{color:#79918f;font-weight:500}.primary-button{height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 24px #0f766e3d;cursor:pointer}.primary-button:disabled{opacity:.65}.alert{padding:12px;border-radius:10px;background:#fff0ef;color:#b73b36;font-size:13px}.sales-copy{text-align:center;color:#718b89;font-size:13px;margin-top:26px}.sales-copy button{border:0;background:none;color:#0f766e;font-weight:800}.mobile-brand{display:none}.loading{min-height:100vh;display:grid;place-items:center}.dashboard{min-height:100vh;background:#f3faf8}.dashboard header{height:74px;padding:0 6vw;background:#075e58;color:#fff;display:flex;align-items:center;justify-content:space-between}.dashboard header button{border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:9px 16px;border-radius:10px}.dashboard>section{max-width:1100px;margin:auto;padding:70px 30px}.dashboard h1{font-size:42px;margin:10px 0}.dashboard>section>p{color:#66817f}.placeholder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.placeholder-grid article{background:#fff;border:1px solid #dcebe8;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f4e480d}.placeholder-grid span{font-size:11px;color:#0d9488;font-weight:800;text-transform:uppercase}.placeholder-grid h2{font-size:17px}@media(max-width:900px){.auth-shell{display:block}.brand-panel{display:none}.form-panel{min-height:100vh;padding:30px 22px}.mobile-brand{display:flex;align-items:center;justify-content:center;gap:10px;color:#0f766e;margin-bottom:40px}.placeholder-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.placeholder-grid{grid-template-columns:1fr}.form-heading h2{font-size:27px}}:root{--teal-700:#0b6f68;--teal-600:#0f8279;--teal-100:#e4f2f0;--ink:#233b3a;--muted:#687e7c;--line:#ccd9d7;--surface:#fff;--canvas:#f1f4f4}body{background:var(--canvas)}button{border-radius:3px!important}.distributor-shell{background:var(--canvas)}.distributor-header{height:58px;padding:0 22px;gap:18px;border-color:var(--line);box-shadow:0 1px 2px #19373514}.workspace-brand{min-width:210px}.workspace-logo{width:34px;height:34px;border-radius:4px;background:var(--teal-700);box-shadow:none}.workspace-brand strong{font-size:12px}.desktop-navigation button{height:32px;padding:0 9px;border-radius:3px!important;color:#526765;font-size:10px}.desktop-navigation button:hover{background:#edf2f1}.desktop-navigation button.active{color:#075f59;background:var(--teal-100);box-shadow:inset 0 -2px var(--teal-600)}.header-actions>button{width:32px;height:32px;border-color:transparent;border-radius:3px!important;background:transparent}.header-actions>button:hover{border-color:var(--line);background:#f5f7f7}.header-user>span{width:32px;height:32px;border-radius:3px;background:#dceceb}.distributor-dashboard{width:min(1380px,calc(100% - 44px));padding:28px 0 24px}.dashboard-welcome h1{font-size:23px;font-weight:680}.dashboard-welcome>div>p:last-child{margin-top:5px}.dashboard-date b{padding:4px 7px;border:1px solid #badbd5;border-radius:3px;background:#edf8f6}.distributor-stat-grid{margin-top:18px;gap:10px}.distributor-stat-grid article{min-height:88px;padding:13px;border-color:var(--line);border-radius:5px;background:var(--surface);box-shadow:none}.stat-icon{width:38px;height:38px;border-radius:4px}.distributor-stat-grid strong{font-size:17px}.dashboard-surface{border-color:var(--line);border-radius:5px;box-shadow:none}.distributor-main-grid,.distributor-lower-grid{margin-top:10px;gap:10px}.surface-heading{padding:13px 15px;border-color:#dce5e3}.surface-heading h2{font-size:12px}.surface-heading>button{border-radius:3px;background:#f6f8f8}.sales-chart{height:205px;padding-top:20px}.chart-bars{background:repeating-linear-gradient(to top,transparent 0,transparent 39px,#e7edec 40px)}.chart-column i{border-radius:2px 2px 0 0;background:var(--teal-600)}.sales-overview>footer{padding:10px 15px 12px}.target-ring{width:112px;height:112px;margin-top:17px;padding:8px;background:conic-gradient(var(--teal-600) 0 78%,#dae3e1 78%)}.target-ring>div{border-radius:50%}.target-card>button,.stock-card>button{padding:8px;border-radius:3px!important;background:#f1f7f6}.quick-actions>div>button{border-radius:3px!important}.quick-actions>div>button:hover{background:#edf3f2}.quick-actions button>span{border-radius:3px;background:#e3efed}.activity-list>div>span{border-radius:3px;background:#e4efed}.stock-health>i{border-radius:2px}.stock-health b{border-radius:0}.dashboard-footer{margin-top:18px}.mobile-navigation{box-shadow:4px 0 16px #0936322e}.mobile-navigation>button{border-radius:3px!important}.brand-panel{background:linear-gradient(145deg,#075b56,#0b756d)}.brand-panel:after{display:none}.brand-mark{border-radius:5px;background:#ffffff1a}.feature-row span{border-radius:3px;background:#ffffff12}.account-switch{padding:3px;border:1px solid #cadbd8;border-radius:4px;background:#e9f0ef}.account-switch button{border-radius:2px!important}.account-switch button.active{box-shadow:0 1px 2px #1437341f}.input-wrap{height:46px;border-radius:3px}.input-wrap:focus-within{box-shadow:inset 0 -2px var(--teal-600)}.primary-button{height:46px;border-radius:3px!important;background:var(--teal-700);box-shadow:none}.alert{border:1px solid #e6c8c5;border-radius:3px}.auth-card{max-width:420px}.form-heading h2{font-size:28px}@media(max-width:760px){.distributor-header{height:54px;padding:0 10px}.distributor-dashboard{width:calc(100% - 22px);padding-top:20px}.mobile-navigation{border-right:1px solid var(--line)}}.distributor-shell{background:#edf2f1}.distributor-header{border:0;background:#fffffff5;box-shadow:0 2px 9px #1c423e17}.desktop-navigation button.active{box-shadow:inset 0 -2px var(--teal-600)}.header-actions>button{border:0}.header-actions>button:hover{border:0;background:#eaf1f0}.header-user{border-left:0}.dashboard-date b{border:0}.distributor-stat-grid article,.dashboard-surface{position:relative;overflow:hidden;border:0;background:#fff;box-shadow:0 2px 7px #183f3b12}.distributor-stat-grid article:before{position:absolute;left:0;top:14px;bottom:14px;width:3px;content:"";border-radius:0 3px 3px 0;background:#0f8279}.distributor-stat-grid article:nth-child(2):before{background:#3789c6}.distributor-stat-grid article:nth-child(3):before{background:#dc8a25}.distributor-stat-grid article:nth-child(4):before{background:#8768ad}.surface-heading{border:0;background:#f8faf9}.sales-overview>footer{border:0;background:#f8faf9}.surface-heading>button{border:0;background:#e9efee}.chart-bars{border:0}.target-values>span+span{border:0}.target-values>span+span:before{position:absolute;width:1px;height:28px;margin-left:-1px;content:"";background:#e2e9e8}.target-card>button,.stock-card>button{border:0;background:#e4f2f0}.quick-actions>div>button:hover{background:#e6f1ef;transform:translateY(-1px)}.quick-actions>div>button{transition:background .15s,transform .15s}.activity-list>div{border:0}.activity-list>div+div{box-shadow:inset 0 1px #edf1f0}.stock-card li{border:0}.stock-card li+li{box-shadow:inset 0 1px #edf1f0}.dashboard-footer{border:0}.mobile-navigation{border:0!important}.mobile-navigation header{border:0}.mobile-navigation>button.active{box-shadow:inset 3px 0 var(--teal-600)}.account-switch{border:0;background:#e2ebe9}.input-wrap{border:0;background:#f0f4f3;box-shadow:inset 0 0 0 1px transparent}.input-wrap:hover{background:#eaf0ef}.input-wrap:focus-within{background:#fff;box-shadow:inset 0 -2px var(--teal-600),0 2px 8px #17504a14}.feature-row span,.alert{border:0}.form-panel{background:#f7faf9}.target-values>span{position:relative}html,body,#root{max-width:100%}body{overflow-x:hidden}button,input{-webkit-tap-highlight-color:transparent}button{transition:color .16s ease,background-color .16s ease,opacity .16s ease,transform .16s ease}@media(max-width:1024px){.distributor-header{height:58px;padding:0 16px;gap:10px}.desktop-navigation{display:none}.mobile-menu-button{width:38px;height:38px;display:grid;place-items:center;order:-1;flex:0 0 auto;color:#43615e;border:0;background:transparent}.workspace-brand{min-width:0;max-width:min(250px,34vw)}.header-actions{min-width:0}.header-user>div,.header-user>svg{display:none}.header-user{margin-left:0;padding-left:0}.mobile-backdrop{position:fixed;inset:0;z-index:60;display:block;border:0;background:#062f2c61;animation:backdrop-in .18s ease}.mobile-navigation{position:fixed;z-index:70;left:0;top:0;bottom:0;width:min(320px,88vw);padding:14px;display:flex;flex-direction:column;gap:5px;overflow-y:auto;background:#fff;box-shadow:8px 0 28px #09363233;animation:drawer-in .2s ease-out}.mobile-navigation header{margin-bottom:10px;padding-bottom:13px;display:flex;align-items:center;justify-content:space-between}.mobile-navigation header button{width:38px;height:38px;display:grid;place-items:center;border:0;background:none}.mobile-navigation>button{min-height:42px;padding:11px;display:flex;align-items:center;gap:10px;color:#55716e;border:0;background:transparent;font-size:11px;font-weight:700;text-align:left}.mobile-navigation>button.active{color:#0d7d73;background:#e6f6f3}.mobile-navigation .mobile-logout{margin-top:auto;color:#b34d45}.mobile-master-data>button{min-height:42px}.mobile-master-data>div>button{min-height:36px;font-size:10px}.form-panel{min-height:100vh;min-height:100dvh;padding:32px 24px;flex-direction:column;align-items:center;justify-content:center}.mobile-brand{width:min(420px,100%);margin:0 0 32px;justify-content:flex-start}.auth-card{width:min(420px,100%)}}@media(max-width:760px){.distributor-dashboard{width:calc(100% - 24px);padding:22px 0 24px}.dashboard-welcome{gap:14px}.dashboard-date{width:100%;display:flex;align-items:center;justify-content:space-between}.distributor-main-grid,.distributor-lower-grid{grid-template-columns:minmax(0,1fr)}.dashboard-surface,.distributor-stat-grid article{min-width:0}.sales-chart{max-width:100%;overscroll-behavior-inline:contain;scrollbar-width:thin}.activity-list>div{grid-template-columns:32px minmax(0,1fr) auto}.activity-list strong,.activity-list small{overflow-wrap:anywhere}}@media(max-width:520px){.distributor-header{height:56px;padding:0 10px}.workspace-brand{max-width:calc(100vw - 158px)}.workspace-logo{width:32px;height:32px}.workspace-brand strong{font-size:11px}.workspace-brand small{display:none}.header-actions>button:first-child{display:none}.header-actions>button,.mobile-menu-button{width:36px;height:36px}.dashboard-welcome h1{font-size:clamp(21px,7vw,25px)}.dashboard-welcome>div>p:last-child{line-height:1.55}.distributor-stat-grid{grid-template-columns:minmax(0,1fr);gap:9px}.distributor-stat-grid article{min-height:84px}.surface-heading{padding:12px 13px}.quick-actions>div{grid-template-columns:minmax(0,1fr)}.quick-actions>div>button{min-height:52px}.sales-overview>footer{width:100%;gap:10px;align-items:flex-start;flex-direction:column}.sales-overview footer>b{margin-left:0}.dashboard-footer{align-items:flex-start}.form-panel{justify-content:flex-start;padding:max(24px,env(safe-area-inset-top)) 18px 28px}.mobile-brand{margin-bottom:26px}.form-heading h2{font-size:clamp(24px,8vw,28px);line-height:1.2}.form-heading>p:last-child{margin-bottom:0;font-size:13px}.account-switch{margin:22px 0 20px}.account-switch button{min-height:42px;padding:9px 5px;font-size:12px}form{gap:14px}.input-wrap{height:46px;padding:0 12px}.remember{line-height:1.35}.primary-button{min-height:46px}.sales-copy{margin:20px 0 0;line-height:1.55}}@keyframes drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{body *{visibility:hidden!important}.app-modal-layer:has(.report-preview-stage),.app-modal-layer:has(.report-preview-stage) *{visibility:visible!important}.app-modal-layer:not(:has(.report-preview-stage)):not(:has(.pos-receipt-paper)){display:none!important}.app-modal-layer:has(.report-preview-stage){position:absolute!important;inset:0!important;display:block!important;padding:0!important}.app-modal-layer:has(.report-preview-stage) :is(.app-modal-backdrop,.app-modal-header,.app-modal-footer){display:none!important}.app-modal-layer:has(.report-preview-stage) :is(.app-modal,.app-modal-body,.report-preview-stage){width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;padding:0!important;overflow:visible!important;border:0!important;box-shadow:none!important;background:#fff!important}.report-paper{margin:0!important;box-shadow:none!important}}:root{font-family:Segoe UI Variable,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.45}button,input,select,textarea{font-family:inherit}.workspace-brand strong{font-size:14px}.workspace-brand small,.header-user small{font-size:10px}.desktop-navigation button,.header-user strong,.profile-menu strong{font-size:12px}.profile-menu small{font-size:10px}.desktop-navigation .master-data-menu>button,.desktop-navigation .transfer-menu-group>button,.desktop-navigation .transfer-menu-children>button{font-size:12px}.master-data-menu{width:230px}.transfer-menu{width:220px}.dashboard-kicker,.surface-heading span{font-size:10px}.dashboard-welcome>div>p:last-child,.dashboard-date,.dashboard-date b,.distributor-stat-grid small,.distributor-stat-grid em,.surface-heading>button,.target-values small,.target-card>button,.stock-card>button,.quick-actions button strong,.activity-list strong,.stock-card li,.sales-overview footer strong{font-size:11px}.surface-heading h2{font-size:14px}.distributor-stat-grid strong{font-size:19px}.sales-overview footer span,.quick-actions button small,.activity-list small,.activity-list time,.dashboard-footer{font-size:10px}.chart-column small,.chart-axis{font-size:9px}.app-modal-header h2{font-size:18px}.app-modal-header p{font-size:12px}.employee-button{min-height:38px;font-size:12px}.employee-alert,.master-data-toolbar label>span,.master-data-summary,.receiving-found,.po-found,.inventory-total,.report-save-hint{font-size:11px}.master-data-search input,.master-data-filter select,.master-data-filter input,.product-toolbar input,.product-toolbar select,.app-modal form label{font-size:12px}.app-modal :is(input,select,textarea){font-size:12px;line-height:1.4}.app-modal:not(:has(.report-preview-stage)) table{font-size:12px;line-height:1.4}.app-modal:not(:has(.report-preview-stage)) table td small{font-size:10px}.receiving-status,.po-status{font-size:10px}.receiving-detail-section>header strong,.po-detail-section>header strong,.inventory-detail h4{font-size:13px}.receiving-detail-section>header small,.po-detail-section>header small,.product-note,.inventory-readonly{font-size:11px}.inventory-detail :is(dt,dd),.inventory-detail header p,.inventory-location-section footer{font-size:12px}.inventory-detail header span,.inventory-detail header small,.inventory-location-list small{font-size:11px}.employee-detail span{font-size:11px}.employee-detail strong{font-size:13px}.receiving-sku-options :is(button,p),.po-sku-options :is(button,p){font-size:12px}@media(max-width:1180px)and (min-width:1025px){.desktop-navigation>button,.desktop-navigation>.navigation-dropdown>button{font-size:0}}@media(max-width:1024px){.mobile-navigation>button,.mobile-master-data>button{font-size:13px}.mobile-master-data>div>button,.mobile-transfer-group>button,.mobile-transfer-group>div>button{font-size:12px}}@media(max-width:760px){.app-modal-header h2{font-size:17px}.workspace-brand strong{font-size:13px}.app-modal-footer .employee-button{min-height:40px}}.report-paper{line-height:1.35}
