@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211f;background:#eef2f1;font-synthesis:none;letter-spacing:0}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}button,input,select,textarea{font:inherit;letter-spacing:0;max-width:100%;min-width:0}button{cursor:pointer}.loading-shell{min-height:100vh;display:grid;place-items:center;gap:12px;color:#29564c}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#eef2f1d1,#e7eeecf5),radial-gradient(circle at top left,rgba(31,118,104,.16),transparent 34%)}.login-card{width:min(100%,440px);display:grid;gap:18px;border:1px solid #d3dfdc;border-radius:8px;background:#fff;padding:24px;box-shadow:0 18px 60px #17211f1f}.login-card p{color:#60726d;line-height:1.5;margin-top:8px}.login-form{display:grid;gap:14px}.demo-login-panel{display:grid;gap:8px;color:#51625e;font-size:12px;font-weight:800}.demo-login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.demo-login-button{min-height:54px;display:grid;align-content:center;gap:2px;border:1px solid #d7e3df;border-radius:8px;background:#f8fbfa;color:#17211f;padding:8px 10px;text-align:left}.demo-login-button:hover,.demo-login-button.selected{border-color:#1f7668;background:#e4efec;color:#174d45}.demo-login-button strong,.demo-login-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-login-button span{color:#60726d;font-size:11px;font-weight:700}.login-form label,.login-field{display:grid;gap:7px;color:#51625e;font-size:12px;font-weight:800}.login-form input,.login-form select,.custom-select-trigger{min-height:42px;width:100%;border:1px solid #cbd8d4;border-radius:8px;background:#fff;color:#17211f;padding:0 12px;font-weight:500}.login-form input:focus-visible,.login-form select:focus-visible,.custom-select-trigger:focus-visible{border-color:#1f7668;box-shadow:0 0 0 3px #1f766824;outline:0}.account-picker{position:relative}.custom-select-trigger{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left}.custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-trigger svg{width:17px;height:17px;color:#1f7668}.custom-select-menu{position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;display:grid;gap:4px;padding:6px;border:1px solid #cbd8d4;border-radius:8px;background:#fff;box-shadow:0 14px 34px #17211f24}.custom-select-option{display:grid;gap:2px;width:100%;border:0;border-radius:6px;background:transparent;color:#17211f;padding:9px 10px;text-align:left}.custom-select-option:hover,.custom-select-option.selected{background:#e4efec;color:#174d45}.custom-select-option span{color:#60726d;font-size:12px;font-weight:700}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{background:#f8faf9;border-right:1px solid #d9e2df;padding:18px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh}.mobile-shell-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-menu-button{display:none}.brand-lockup{display:flex;gap:12px;align-items:center;min-height:56px}.brand-lockup svg{width:34px;height:34px;color:#1f7668}.brand-lockup strong,.brand-lockup span,.item-cell strong,.item-cell small{display:block}.brand-lockup span{color:#66736f;font-size:13px}nav{display:grid;gap:6px}nav button,.export-link{min-height:42px;display:flex;align-items:center;gap:10px;border:0;border-radius:8px;padding:0 12px;color:#44514d;background:transparent;text-decoration:none}nav button svg,.export-link svg,.icon-button svg,.primary-button svg,.secondary-button svg,.text-button svg{width:18px;height:18px;flex:0 0 auto}nav button.active,nav button:hover,.export-link:hover{background:#e4efec;color:#174d45}.export-link{margin-top:auto;background:#f0f5f3}.secondary-export{margin-top:0}.content-shell{min-width:0;padding:24px}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.session-chip{min-height:42px;display:flex;align-items:center;gap:8px;border:1px solid #cbd8d4;background:#fff;border-radius:8px;padding:0 10px;color:#314641}.session-chip svg{width:18px;height:18px;color:#1f7668}.actor-label{display:block;font-size:12px;color:#66736f;font-weight:800;line-height:1.05;text-transform:uppercase;white-space:nowrap}.actor-label span{display:block}.session-identity{min-width:0;display:grid;line-height:1.1}.session-identity strong{overflow:hidden;color:#17211f;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.session-identity small{overflow:hidden;color:#66736f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.session-logout{min-height:42px;white-space:nowrap}.sync-stamp{color:#66736f;font-size:12px;font-weight:700;white-space:nowrap}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.1}h2{font-size:18px;line-height:1.2}h3{font-size:15px;margin-top:18px}.eyebrow{display:block;color:#60726d;font-size:12px;text-transform:uppercase;font-weight:700;margin-bottom:4px}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #cbd8d4;background:#fff;border-radius:8px;color:#29564c}.notice{min-height:42px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:14px}.notice.success{background:#edf8f0;color:#25633d;border:1px solid #bfe3c7}.notice.error{background:#fff1ed;color:#9a341f;border:1px solid #f4c7b8}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card,.infographic-panel,.wide-panel,.work-panel,.detail-panel{min-width:0;border:1px solid #d8e1de;background:#fff;border-radius:8px;box-shadow:0 8px 24px #20302c0f}.stat-card{min-height:132px;text-align:left;padding:16px;display:flex;align-items:flex-start;gap:12px}.stat-card strong{display:block;font-size:25px;line-height:1;margin-bottom:10px;color:#10221e}.stat-card span span,.stat-card small{display:block}.stat-card small{color:#65736f;margin-top:4px}.stat-icon{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;background:#e3f3ef;color:#1f7668}.infographic-panel{grid-column:span 2;padding:18px}.stock-health-track{min-height:78px;display:flex;gap:5px;padding:5px;border-radius:8px;background:#eef4f2;margin-bottom:12px}.stock-health-segment{min-width:58px;border:0;border-radius:6px;padding:10px;display:grid;align-content:center;justify-items:start;gap:4px;text-align:left}.stock-health-segment span,.flow-step span,.infographic-summary span{font-size:11px;line-height:1.15;text-transform:uppercase;font-weight:800;color:#53655f}.stock-health-segment strong,.flow-step strong,.infographic-summary strong{font-size:25px;line-height:1;color:#10221e}.stock-health-segment.low{background:#ffe1d7;color:#82321f}.stock-health-segment.covered{background:#dcecfb;color:#1f5278}.stock-health-segment.healthy{background:#ddf3e4;color:#205b39}.stock-health-legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.health-legend-button{min-width:0;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;border:1px solid #dce6e3;border-radius:8px;background:#fff;padding:9px;text-align:left}.health-legend-button strong,.health-legend-button small{display:block}.health-legend-button small{margin-top:3px;color:#66736f;line-height:1.25}.legend-dot{width:10px;height:10px;border-radius:999px;margin-top:3px}.legend-dot.low{background:#d9654f}.legend-dot.covered{background:#3f7fa5}.legend-dot.healthy{background:#3f8f5f}.flow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.flow-step{position:relative;min-width:0;min-height:118px;display:grid;align-content:start;gap:8px;border:1px solid #dbe5e2;border-radius:8px;background:#f8fbfa;padding:14px 12px 12px;overflow:hidden;text-align:left}.flow-step:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:#2d8b7c}.flow-step.queue:before{background:#d9654f}.flow-step.draft:before{background:#c4922f}.flow-step.sent:before{background:#3f7fa5}.flow-step.receive:before{background:#3f8f5f}.flow-step small{color:#66736f;line-height:1.25}.infographic-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.infographic-summary div{min-height:64px;display:grid;align-content:center;gap:5px;border-radius:8px;background:#f4f8f7;padding:10px}.family-list{display:grid;gap:8px}.family-row{min-width:0;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:8px 12px;align-items:center;border:1px solid #dce6e3;border-radius:8px;background:#fff;padding:10px;text-align:left}.family-row span,.family-row strong,.family-row small{min-width:0}.family-row strong,.family-row small{display:block}.family-row small{margin-top:3px;color:#66736f;line-height:1.25}.family-row b{justify-self:end;font-size:19px;color:#10221e}.family-meter{grid-column:1 / -1;height:7px;border-radius:999px;background:#e4ebe9;overflow:hidden}.family-meter i{display:block;height:100%;border-radius:inherit;background:#2d8b7c}.wide-panel{grid-column:span 2;padding:18px}.panel-heading{min-height:42px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.text-button,.primary-button,.secondary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 14px;border:1px solid transparent}.text-button{background:#f3f7f6;color:#235b51}.primary-button{background:#1f7668;color:#fff}.secondary-button{background:#f7faf9;color:#214f49;border-color:#cbd8d4}.primary-button:disabled{opacity:.45;cursor:not-allowed}.text-button:disabled,.secondary-button:disabled{opacity:.45;cursor:not-allowed}.bar-list,.movement-stack{display:grid;gap:8px}.bar-row,.movement-row{min-height:42px;display:grid;align-items:center;gap:12px;border:0;border-radius:8px;background:#f7faf9;padding:8px 10px;text-align:left}.bar-row{grid-template-columns:120px minmax(0,1fr) 48px}.bar-row div{height:10px;border-radius:999px;background:#e1e8e6;overflow:hidden}.bar-row i{display:block;height:100%;background:#2d8b7c;border-radius:inherit}.movement-row{grid-template-columns:minmax(0,1fr) 64px 118px}.movement-row.static{cursor:default}.movement-stack.compact .movement-row.static{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:4px 12px;padding:10px 12px}.movement-stack.compact .movement-row.static span{min-width:0;line-height:1.35;overflow-wrap:break-word}.movement-stack.compact .movement-row.static strong{grid-column:2;grid-row:1;justify-self:end;min-width:36px;text-align:right;line-height:1.35}.movement-stack.compact .movement-row.static small{grid-column:1 / -1;grid-row:2;font-size:12px;line-height:1.2}.movement-row small{color:#65736f}.reorder-row{grid-template-columns:minmax(0,1fr) 58px minmax(110px,.8fr)}.empty-state{min-height:44px;display:flex;align-items:center;color:#66736f}.items-layout{display:grid;grid-template-columns:minmax(0,1.35fr) 360px;gap:14px}.work-panel,.detail-panel{padding:18px}.create-panel{grid-column:1 / -1}.variant-draft-note{min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #cfe0dc;border-radius:8px;background:#f4faf8;color:#214f49;padding:10px 12px;margin-bottom:14px}.variant-draft-note svg{width:19px;height:19px;color:#1f7668}.variant-draft-note strong,.variant-draft-note span{display:block}.variant-draft-note span{color:#60726d;font-size:13px;line-height:1.35}.filters,.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.filters label,.search-box{min-height:42px;display:flex;align-items:center;gap:8px;border:1px solid #cbd8d4;background:linear-gradient(180deg,#fff,#f8fbfa);border-radius:8px;padding:0 10px;box-shadow:inset 0 1px #fffc}.filters input,.filters select,.search-box input,.form-grid select{min-width:160px;border:0;outline:0;background:transparent}.search-box{flex:1 1 280px}.search-box input{width:100%;color:#17211f}.search-box:focus-within{border-color:#1f7668;box-shadow:0 0 0 3px #1f766824}.search-box svg{width:18px;height:18px;flex:0 0 auto;color:#1f7668}.table-wrap{overflow-x:auto;border:1px solid #e2e9e7;border-radius:8px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:12px;text-align:left;border-bottom:1px solid #edf1f0}th{font-size:12px;text-transform:uppercase;color:#62736f;background:#f7faf9}td small{display:block;color:#66736f;margin-top:3px}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.selected{background:#edf8f5}.items-table-card{overflow-x:hidden}.items-table-card table{min-width:0;table-layout:fixed}.items-table-card th,.items-table-card td{padding:10px 8px;vertical-align:middle;overflow-wrap:anywhere}.items-table-card th{font-size:11px;line-height:1.05;white-space:nowrap}.items-table-card th:nth-child(1){width:28%}.items-table-card th:nth-child(2){width:15%}.items-table-card th:nth-child(3){width:10%}.items-table-card th:nth-child(4){width:18%}.items-table-card th:nth-child(5){width:10%}.items-table-card th:nth-child(6){width:9%}.items-table-card th:nth-child(7){width:10%}.items-table-card td:nth-child(5),.items-table-card td:nth-child(6),.items-table-card td:nth-child(7){overflow-wrap:normal;white-space:nowrap}.items-table-card .item-cell{gap:10px}.items-table-card .item-cell>span:last-child{min-width:0}.items-table-card .item-cell strong{line-height:1.18}.items-table-card .item-cell small{line-height:1.1}.low-stock-table-wrap{overflow:hidden;border-color:#d7e2df;background:#fff}.low-stock-table{min-width:0;table-layout:fixed}.low-stock-col-item{width:26%}.low-stock-col-supplier{width:18%}.low-stock-col-on-hand{width:8%}.low-stock-col-reorder,.low-stock-col-incoming{width:13%}.low-stock-col-suggested{width:8%}.low-stock-col-action{width:14%}.low-stock-table th{height:48px;padding:10px 8px;font-size:11px;line-height:1.05;overflow-wrap:anywhere;white-space:normal}.low-stock-table td{padding:12px 10px;vertical-align:middle}.low-stock-table tbody tr{transition:background .16s ease}.low-stock-table .item-cell{gap:12px}.low-stock-table .item-thumb{width:38px;height:38px}.low-stock-table .low-stock-item-cell .item-cell>span:last-child{min-width:0}.low-stock-table .low-stock-item-cell strong{font-size:15px;line-height:1.18}.low-stock-table .low-stock-item-cell small{margin-top:4px;color:#66736f;font-size:12px;line-height:1.1}.low-stock-supplier-cell{color:#233530;line-height:1.3}.queue-number{min-width:36px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#edf6f3;color:#174d45;font-weight:800;line-height:1}.queue-number.suggested{background:#fff3ca;color:#795200}.queue-mini-metrics{display:flex;align-items:center;gap:6px;min-width:0}.queue-mini-metrics span{min-width:32px;display:grid;gap:2px}.queue-mini-metrics strong{color:#16221f;font-size:14px;line-height:1}.queue-mini-metrics small{margin:0;color:#66736f;font-size:10px;line-height:1;text-transform:uppercase}.low-stock-po-button{width:100%;min-height:36px;justify-content:center;gap:6px;padding:0 8px;border-color:transparent;background:#eef5f3;color:#1b6258;font-size:13px;font-weight:800;white-space:nowrap}.low-stock-po-button:hover{background:#dcefeb}.low-stock-po-button:disabled{border-color:transparent;background:#f2f6f5;color:#6a7a75;cursor:not-allowed}.low-stock-action-full{display:none}.low-stock-queue{overflow:hidden;border:1px solid #d7e2df;border-radius:8px;background:#fff}.low-stock-queue-head,.low-stock-queue-row{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(260px,1.15fr) 68px 130px;align-items:center;gap:10px}.low-stock-queue-head{min-height:58px;padding:0 12px;border-bottom:1px solid #e3ebe8;background:#f7faf9;color:#5c6f69;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase}.low-stock-queue-head>span{align-self:center}.low-stock-queue-head>span:nth-child(3),.low-stock-queue-head>span:nth-child(4){text-align:center}.queue-plan-head{display:grid;gap:8px}.queue-plan-subhead{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;color:#71817c;font-size:9px;font-weight:800;line-height:1}.queue-plan-subhead span{min-width:0;text-align:center}.low-stock-queue-list{display:grid}.low-stock-queue-row{min-height:78px;padding:12px;border-bottom:1px solid #edf1f0;cursor:pointer;transition:background .16s ease}.low-stock-queue-row:last-child{border-bottom:0}.low-stock-queue-row:hover{background:#f8fbfa}.low-stock-queue-row.covered{background:#f7fbfa}.queue-product-block{min-width:0;display:flex;align-items:center;gap:10px}.queue-product-block .item-thumb{width:38px;height:38px;flex:0 0 auto}.queue-product-block>span:last-child{min-width:0}.queue-product-block strong,.queue-product-block small{display:block;min-width:0}.queue-product-block strong{color:#10221e;font-size:14px;line-height:1.18}.queue-product-block small{color:#66736f;font-size:12px;line-height:1.15;margin-top:3px}.queue-plan-grid{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.queue-plan-grid span{min-width:0;min-height:36px;display:grid;align-content:center;justify-items:center;gap:3px;border-radius:8px;background:#f7faf9;padding:6px 7px;text-align:center}.queue-plan-grid small,.queue-plan-grid em{color:#66736f;font-size:10px;font-style:normal;line-height:1;margin:0;text-transform:uppercase;white-space:nowrap}.queue-plan-grid small{display:none}.queue-plan-grid strong{color:#10221e;font-size:15px;line-height:1}.queue-qty-block,.queue-action-block{display:flex;align-items:center;justify-content:center;min-width:0}.low-stock-queue .queue-number{min-width:42px}.low-stock-queue .low-stock-po-button{width:100%;min-width:0;min-height:36px;gap:5px;padding:0 8px;font-size:13px}.item-cell{display:flex;align-items:center;gap:10px}.item-cell small{color:#66736f;margin-top:2px}.item-thumb,.detail-visual{display:grid;place-items:center;border-radius:8px}.item-thumb{width:40px;height:40px}.detail-visual{height:144px;margin-bottom:16px}.detail-visual svg{width:54px;height:54px}.tint-teal{background:#dff4ef;color:#1f7668}.tint-amber{background:#fff2cf;color:#946414}.tint-blue{background:#e2efff;color:#2b65a3}.tint-green{background:#e7f6db;color:#4d7d21}.tint-gray{background:#edf1f0;color:#4f5d59}.detail-panel p{color:#66736f;margin:8px 0 16px}.metric-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.metric-list div{min-height:72px;border-radius:8px;background:#f7faf9;padding:10px}.metric-list dt{color:#66736f;font-size:12px}.metric-list dd{margin:6px 0 0;font-weight:800}.compact{margin-top:10px}.compact-actions{margin:14px 0 0}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.form-grid label{min-width:0;display:grid;gap:6px}.form-grid span{font-size:12px;color:#5f716c;font-weight:700}.form-grid input,.form-grid select{width:100%;min-height:42px;border:1px solid #cbd8d4;border-radius:8px;padding:0 10px;background:#fff}.form-grid.reorder-form{grid-template-columns:minmax(210px,1fr) minmax(210px,1fr) 92px 92px;align-items:end}.compact-number-field input{max-width:112px}.adjustment-layout,.audit-layout,.boundary-layout,.stocktake-layout,.reorder-layout,.supplier-layout,.purchase-layout,.receiving-layout{display:grid;gap:14px}.adjustment-layout,.supplier-layout,.receiving-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.purchase-layout,.reorder-layout{grid-template-columns:1fr}.stocktake-layout{grid-template-columns:minmax(320px,.85fr) minmax(520px,1.15fr)}.labels-layout{display:grid;grid-template-columns:1fr;gap:14px}.reports-layout{display:grid;gap:14px}.adjustment-form{grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(160px,1fr))}.reorder-form{grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(160px,1fr))}.stocktake-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.supplier-form{grid-template-columns:repeat(3,minmax(160px,1fr))}.receiving-form,.vendor-return-form,.decrement-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.label-form{grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) minmax(96px,.45fr) minmax(150px,.8fr)}.wide-field{grid-column:1 / -1}.adjustment-preview{margin-bottom:16px}.stocktake-count-panel,.po-detail-panel,.receiving-history-panel,.label-history-panel,.boundary-history-panel,.report-table-panel{grid-column:1 / -1}.po-lifecycle-wrap{overflow-x:hidden}.po-lifecycle-table{min-width:0;table-layout:fixed}.po-col-number{width:12%}.po-col-supplier{width:20%}.po-col-status{width:10%}.po-col-qty{width:9%}.po-col-total{width:13%}.po-col-action{width:19%}.po-lifecycle-table th,.po-lifecycle-table td{vertical-align:middle}.po-lifecycle-table th:nth-child(4),.po-lifecycle-table th:nth-child(5),.po-lifecycle-table th:nth-child(6),.po-lifecycle-table th:nth-child(7),.po-lifecycle-table .numeric-cell{text-align:right}.po-number,.po-supplier-name{display:block;line-height:1.25}.po-number{white-space:nowrap}.po-supplier-name{max-width:210px}.po-action-stack{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.po-row-action{min-width:104px;justify-content:center;white-space:nowrap}.po-row-cancel{min-width:78px}.po-action-state{min-height:36px;display:inline-flex;align-items:center;justify-content:center;color:#66736f;font-size:12px;font-weight:800;text-align:center}@media(max-width:1320px)and (min-width:761px){.items-layout,.stocktake-layout{grid-template-columns:1fr}}.scope-stack{display:grid;gap:10px}.scope-row{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:68px;border:1px solid #d8e1de;border-radius:8px;background:#f7faf9;padding:12px}.scope-row strong{display:block;margin-bottom:4px}.scope-row small{color:#66736f}.scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.scope-grid div{border:1px solid #d8e1de;border-radius:8px;background:#f7faf9;padding:12px}.scope-grid dt{font-size:12px;font-weight:800;color:#5f716c}.scope-grid dd{margin:6px 0 0;font-weight:800}.stocktake-metrics,.po-metrics,.receiving-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.compact-table{margin-top:10px}.panel-actions{justify-content:flex-end;margin-bottom:0}.scan-strip{min-height:58px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;border:1px solid #d8e1de;border-radius:8px;background:#f7faf9;padding:10px;margin-bottom:14px}.scan-strip label{min-height:40px;display:flex;align-items:center;gap:8px;border:1px solid #cbd8d4;border-radius:8px;background:#fff;padding:0 10px}.scan-hint{flex:1 1 100%;color:#66736f;font-size:12px;font-weight:700}.scan-strip svg{width:18px;height:18px;color:#1f7668}.scan-strip span{font-size:12px;color:#66736f;font-weight:800;text-transform:uppercase}.scan-strip input{width:180px;border:0;outline:0;background:transparent}.label-preview-card{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #d8e1de;border-radius:8px;background:#f7faf9;padding:14px;margin-bottom:16px}.label-preview-card p{color:#66736f;margin-top:6px}.label-preview-code{min-width:220px;border:1px solid #cbd8d4;border-radius:8px;background:#fff;padding:12px;text-align:center}.label-preview-code span,.label-preview-code small{display:block}.label-preview-code span{font-weight:900;letter-spacing:1px}.label-preview-code small{color:#66736f;margin-top:6px}.scan-search-row{display:flex;align-items:stretch;gap:10px}.scan-search-row .search-box{margin:0}.scan-result{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:8px;padding:10px 12px;margin-top:14px}.scan-result.good{background:#edf8f0;color:#25633d}.scan-result.warn{background:#fff6e0;color:#7a4f09}.report-command-panel{display:grid;gap:14px}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.report-tab-row{display:flex;flex-wrap:wrap;gap:8px}.report-tab-row button{min-height:40px;display:inline-flex;align-items:center;gap:8px;border:1px solid #cbd8d4;border-radius:8px;background:#f7faf9;color:#214f49;padding:0 12px}.report-tab-row button.active{border-color:#1f7668;background:#e4efec;color:#174d45}.report-tab-row svg{width:18px;height:18px}.export-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.export-grid a,.export-grid button{min-width:0;text-align:center;text-decoration:none}.table-input,.table-select{min-height:36px;width:110px;border:1px solid #cbd8d4;border-radius:8px;background:#fff;padding:0 8px}select,.form-grid select,.filters select,.table-select{--select-field-bg: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#10221e;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#1f7668 50%),linear-gradient(135deg,#1f7668 50%,transparent 50%),var(--select-field-bg);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%,0 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,100% 100%;padding-right:38px;overflow:hidden;text-overflow:ellipsis}select:focus{outline:0}.form-grid select:focus-visible,.table-select:focus-visible{border-color:#1f7668;box-shadow:0 0 0 3px #1f766824}.filters select:focus-visible{box-shadow:0 0 0 3px #1f76681f}input:disabled,select:disabled{color:#7a8884;cursor:not-allowed;opacity:.68;background-color:#eef3f1}.filters select{--select-field-bg: linear-gradient(180deg, transparent 0%, transparent 100%);background-color:transparent}.filters select{min-height:38px;padding-left:2px}.table-select{padding-right:32px}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.history-list{display:grid;gap:8px;margin-top:10px}.history-list div{min-height:42px;display:grid;grid-template-columns:120px minmax(0,1fr) 180px;align-items:center;gap:10px;border-radius:8px;background:#f7faf9;padding:8px 10px}.history-list span,.history-list small{color:#66736f}.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.role-card{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;border:1px solid #e2e9e7;border-radius:8px;background:#f7faf9;padding:14px}.role-card h3{margin-top:0}.role-card p,.role-card small{color:#66736f}.permission-list{display:flex;flex-wrap:wrap;gap:6px}.permission-list span{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#e4efec;color:#235b51;padding:0 8px;font-size:12px;font-weight:800}.import-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:14px}textarea{width:100%;min-height:300px;resize:vertical;border:1px solid #cbd8d4;border-radius:8px;padding:12px;line-height:1.5}.pill{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.pill.good{color:#25633d;background:#e4f7e9}.pill.bad{color:#9a341f;background:#ffe8df}.setup-panel{max-width:860px}@media(max-width:1120px){.dashboard-grid,.items-layout,.import-layout,.adjustment-layout,.stocktake-layout,.reorder-layout,.supplier-layout,.purchase-layout,.receiving-layout,.labels-layout{grid-template-columns:1fr}.wide-panel,.infographic-panel,.create-panel{grid-column:auto}.flow-steps,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-draft-note{grid-template-columns:auto minmax(0,1fr)}.variant-draft-note .text-button{grid-column:1 / -1;justify-self:start}.form-grid.reorder-form{grid-template-columns:minmax(250px,1.35fr) minmax(205px,1fr) repeat(2,84px);gap:8px}.compact-number-field input{max-width:84px}.role-grid{grid-template-columns:1fr}.stocktake-metrics,.po-metrics,.receiving-metrics,.report-metrics,.export-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.po-lifecycle-wrap{overflow-x:visible;border:0;background:transparent}.po-lifecycle-table{min-width:0;display:block}.po-lifecycle-table colgroup,.po-lifecycle-table thead{display:none}.po-lifecycle-table tbody{display:grid;gap:10px}.po-lifecycle-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;border:1px solid #dfe8e5;border-radius:8px;background:#fff;padding:12px}.po-lifecycle-table tr.selected,.po-lifecycle-table tr:hover{background:#edf8f5}.po-lifecycle-table td{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;align-items:center;border-bottom:0;padding:0;text-align:left}.po-lifecycle-table td:before{color:#62736f;content:attr(data-label);font-size:11px;font-weight:800;text-transform:uppercase}.po-lifecycle-table td:nth-child(1):before{content:"PO"}.po-lifecycle-table td:nth-child(2):before{content:"Supplier"}.po-lifecycle-table td:nth-child(3):before{content:"Status"}.po-lifecycle-table td:nth-child(4):before{content:"Ordered"}.po-lifecycle-table td:nth-child(5):before{content:"Received"}.po-lifecycle-table td:nth-child(6):before{content:"Remaining"}.po-lifecycle-table td:nth-child(7):before{content:"Total"}.po-lifecycle-table td:nth-child(8):before{content:"Action"}.po-lifecycle-table .numeric-cell{text-align:left}.po-lifecycle-table td:nth-child(1),.po-lifecycle-table td:nth-child(2),.po-lifecycle-table td:nth-child(8){grid-column:1 / -1}.po-supplier-name{max-width:none}.po-action-stack{justify-content:flex-start}.po-row-action{min-width:120px}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;z-index:10;height:auto;top:0;border-right:0;border-bottom:1px solid #d9e2df;padding:10px 12px;gap:8px;max-height:none;overflow-x:hidden;overflow-y:visible}.mobile-shell-bar{min-height:42px}.mobile-menu-button{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #cbd8d4;border-radius:8px;color:#174d45;background:#fff}.mobile-menu-button svg{width:20px;height:20px}.brand-lockup{min-height:42px}.brand-lockup svg{width:30px;height:30px}.brand-lockup strong{font-size:14px}.brand-lockup span{font-size:12px}.topbar{align-items:stretch;flex-direction:column;gap:10px;min-height:0;margin-bottom:14px}.topbar-actions{display:grid;grid-template-columns:minmax(0,1fr) auto 42px;align-items:center;justify-content:stretch;gap:8px}.session-chip{grid-column:1 / -1;width:100%;flex:1 1 auto;min-width:0}.sync-stamp{grid-column:1;justify-self:start}.session-logout{grid-column:2;justify-self:end;padding:0 10px}.topbar-actions .icon-button{grid-column:3;justify-self:end}nav{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:8px 0 0;overflow:visible}nav.nav-open{display:grid}nav button{width:100%;min-width:0;min-height:40px;justify-content:flex-start;padding:0 10px}.export-link{flex:0 0 auto;min-height:40px;margin-top:0}.sidebar>.export-link{display:none}.content-shell{padding:14px}h1{font-size:24px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{min-height:104px;padding:12px;gap:10px}.stat-card strong{font-size:21px;margin-bottom:6px}.stat-card span span,.stat-card small{font-size:12px;line-height:1.25}.stat-icon{width:34px;height:34px}.wide-panel,.infographic-panel{grid-column:1 / -1}.work-panel,.detail-panel,.wide-panel,.infographic-panel{padding:14px}.stock-health-legend{grid-template-columns:1fr}.panel-heading{align-items:flex-start}.panel-heading .text-button,.panel-heading .secondary-button,.panel-heading .primary-button{width:100%}.form-grid{grid-template-columns:1fr;gap:10px}.form-grid.reorder-form{grid-template-columns:1fr}.compact-number-field input{max-width:none}.filters,.button-row,.panel-actions,.table-actions{align-items:stretch;flex-direction:column}.filters label,.search-box,.filters input,.filters select,.button-row button,.primary-button,.secondary-button,.text-button{width:100%}.search-box{flex:0 0 auto}.stocktake-metrics,.po-metrics,.receiving-metrics,.report-metrics,.export-grid{grid-template-columns:1fr}.metric-list{grid-template-columns:repeat(2,minmax(0,1fr))}.scan-strip{align-items:stretch;flex-direction:column}.scan-strip label,.scan-strip input{width:100%}.label-preview-card,.scan-search-row,.scan-result{align-items:stretch;flex-direction:column}.label-preview-code{min-width:0;width:100%}.bar-row,.movement-row,.history-list div{grid-template-columns:1fr}.scope-row{align-items:flex-start;flex-direction:column}.scope-grid{grid-template-columns:1fr}.table-wrap{max-width:100%}table{min-width:640px}.items-table-card,.stock-decrement-table-card,.stocktake-session-table-card,.stocktake-table-card{overflow-x:visible;border:0;background:transparent}.items-table-card table,.stock-decrement-table-card table,.stocktake-session-table-card table,.stocktake-table-card table{min-width:0;display:block}.items-table-card thead,.stock-decrement-table-card thead,.stocktake-session-table-card thead,.stocktake-table-card thead{display:none}.items-table-card tbody,.stock-decrement-table-card tbody,.stocktake-session-table-card tbody,.stocktake-table-card tbody{display:grid;gap:10px}.items-table-card tr,.stock-decrement-table-card tr,.stocktake-session-table-card tr,.stocktake-table-card tr{display:grid;gap:8px;border:1px solid #dfe8e5;border-radius:8px;background:#fff;padding:12px}.items-table-card td,.stock-decrement-table-card td,.stocktake-session-table-card td,.stocktake-table-card td{min-width:0;display:grid;grid-template-columns:94px minmax(0,1fr);gap:8px;align-items:center;border-bottom:0;padding:0}.items-table-card td:before,.stock-decrement-table-card td:before,.stocktake-session-table-card td:before,.stocktake-table-card td:before{color:#62736f;font-size:11px;font-weight:800;text-transform:uppercase}.items-table-card td:first-child,.stocktake-table-card td:first-child{grid-column:1 / -1;display:block}.items-table-card td:first-child:before,.stocktake-table-card td:first-child:before{content:none}.items-table-card td:nth-child(2):before{content:"Variant"}.items-table-card td:nth-child(3):before{content:"Category"}.items-table-card td:nth-child(4):before{content:"Supplier"}.items-table-card td:nth-child(5):before{content:"On hand"}.items-table-card td:nth-child(6):before{content:"Incoming"}.items-table-card td:nth-child(7):before{content:"Value"}.stock-decrement-table-card td:nth-child(1):before{content:"Item"}.stock-decrement-table-card td:nth-child(2):before{content:"Qty"}.stock-decrement-table-card td:nth-child(3):before{content:"Before"}.stock-decrement-table-card td:nth-child(4):before{content:"After"}.stock-decrement-table-card td:nth-child(5):before{content:"Source"}.stock-decrement-table-card td:nth-child(6):before{content:"Movement"}.stock-decrement-table-card td:nth-child(7):before{content:"Actor"}.stocktake-session-table-card td:nth-child(1):before{content:"Session"}.stocktake-session-table-card td:nth-child(2):before{content:"Status"}.stocktake-session-table-card td:nth-child(3):before{content:"Scope"}.stocktake-session-table-card td:nth-child(4):before{content:"Counted"}.stocktake-session-table-card td:nth-child(5):before{content:"Variance"}.stocktake-session-table-card td:nth-child(6):before{content:"Owner"}.stocktake-session-table-card td:nth-child(7):before{content:"Action"}.stocktake-table-card td:nth-child(2):before{content:"Expected"}.stocktake-table-card td:nth-child(3):before{content:"Counted"}.stocktake-table-card td:nth-child(4):before{content:"Variance"}.stocktake-table-card td:nth-child(5):before{content:"Method"}.stocktake-table-card td:nth-child(6):before{content:"Action"}.stocktake-table-card .table-input,.stocktake-table-card .table-select,.stocktake-session-table-card .text-button{width:100%}.low-stock-table-wrap{overflow-x:visible;border:0;border-radius:0}.low-stock-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0 10px}.low-stock-table colgroup,.low-stock-table thead{display:none}.low-stock-table tbody{display:grid;gap:10px}.low-stock-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding:12px;border:1px solid #dfe8e5;border-radius:8px;background:#fff}.low-stock-table tbody tr:hover{background:#f8fbfa}.low-stock-table td{min-width:0;display:grid;gap:3px;border-bottom:0;padding:0;font-size:14px;line-height:1.25}.low-stock-table td:before{content:attr(data-label);color:#62736f;font-size:11px;font-weight:800;line-height:1.1;text-transform:uppercase}.low-stock-table .low-stock-item-cell,.low-stock-table .low-stock-action-cell,.low-stock-table .empty-state-cell{grid-column:1 / -1}.low-stock-table .low-stock-item-cell:before,.low-stock-table .low-stock-action-cell:before,.low-stock-table .empty-state-cell:before{content:none}.low-stock-table .item-cell{align-items:flex-start}.low-stock-table .item-cell strong{line-height:1.2}.low-stock-table .low-stock-action-cell .text-button{width:100%}.low-stock-action-short{display:none}.low-stock-action-full{display:inline}.low-stock-table .empty-table-row{display:block}.low-stock-queue{overflow:visible;border:0;border-radius:0;background:transparent}.low-stock-queue-head{display:none}.low-stock-queue-list{gap:10px}.low-stock-queue-row{min-height:0;grid-template-columns:1fr;gap:12px;padding:12px;border:1px solid #dfe8e5;border-radius:8px;background:#fff}.queue-product-block{align-items:flex-start}.queue-product-block strong{font-size:14px}.queue-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.queue-plan-grid span{min-height:48px;justify-items:start;padding:8px 10px;text-align:left}.queue-plan-grid small{display:block}.queue-qty-block{min-height:40px;justify-content:space-between;border-radius:8px;background:#fff9e8;padding:6px 10px}.queue-qty-block:before{content:"Suggested";color:#62736f;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase}.queue-action-block{width:100%}.low-stock-queue .low-stock-po-button{width:100%;font-size:14px}th,td{padding:10px}}@media(max-width:420px){.content-shell{padding:12px}.dashboard-grid{gap:8px}.stat-card{min-height:96px;padding:10px}nav button{min-width:0}.stat-icon{display:none}.stock-health-track{min-height:0;flex-direction:column}.stock-health-segment{min-height:52px;width:100%}.flow-steps,.infographic-summary{grid-template-columns:1fr}.flow-step{min-height:94px}.family-row{grid-template-columns:minmax(0,1fr)}.family-row b{justify-self:start}.metric-list{grid-template-columns:1fr}table{min-width:590px}.low-stock-table{min-width:0}.low-stock-table tr{grid-template-columns:1fr}.low-stock-table td:not(.low-stock-item-cell):not(.low-stock-action-cell):not(.empty-state-cell){grid-template-columns:86px minmax(0,1fr);gap:8px;align-items:baseline}}
