@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#202f2a;background:#f5f7f5;font-synthesis:none;font-weight:400;font-size:18px;line-height:1.5;--green: #18594b;--green-dark: #0d3a30;--muted: #4c5a53;--muted-light: #63716a;--line: #dde4de}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.button{cursor:pointer;border:0;background:var(--green);color:#fff;border-radius:10px;padding:16px 24px;font-size:17px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;min-height:52px;transition:background .15s,transform .15s}button:hover,.button:hover{background:var(--green-dark)}button:active,.button:active{transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible{outline:3px solid #7fb599;outline-offset:3px}a{color:var(--green);text-decoration:none;font-weight:600}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,system-ui,sans-serif}h1{font-size:40px;font-weight:800;letter-spacing:-1px;line-height:1.15;margin:9px 0 12px}h2{font-size:23px;letter-spacing:-.3px;margin-bottom:12px}h3{font-size:18px}p{line-height:1.65;color:var(--muted);font-size:17px}small{display:block}.app{display:flex;min-height:100vh}.sidebar{width:260px;background:#fff;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:30px 16px 22px;overflow-y:auto}.brand{font-family:Manrope,sans-serif;display:flex;align-items:center;font-size:28px;font-weight:800;letter-spacing:-1px;padding:0 12px;color:var(--green-dark)}.brand-icon{font-size:22px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;background:var(--green);border-radius:12px;margin-right:12px}.brand-dot{color:#8cac78}.nav-caption{font-size:13px;font-weight:700;letter-spacing:1.4px;color:var(--muted-light);margin:34px 12px 12px}nav{display:grid;gap:6px}nav a{display:flex;align-items:center;gap:14px;color:#45534c;padding:15px 16px;border-radius:10px;font-size:17px;font-weight:600}nav a>span{font-size:24px;width:28px;text-align:center;line-height:1}nav a:hover{background:#f0f5f0}nav a.active{color:var(--green-dark);background:#dceee2;font-weight:800;box-shadow:inset 4px 0 var(--green)}.sidebar-foot{margin-top:auto;padding:20px 12px 0;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}.sidebar-foot small{color:var(--muted-light);margin:6px 0 0 16px;font-size:13px}.status-dot{background:#4d9c68;width:9px;height:9px;display:inline-block;border-radius:50%;margin-right:9px}.workspace{margin-left:260px;width:calc(100% - 260px)}.topbar{min-height:92px;background:#fff;border-bottom:1px solid var(--line);padding:12px 44px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:15px;gap:16px}.nav-toggle{display:none;background:transparent;color:var(--green-dark);border:2px solid var(--line);border-radius:10px;padding:10px 16px;font-weight:700;font-size:15px;min-height:46px}.nav-toggle:hover{background:#f0f5ef}.nav-toggle span{font-size:19px}.topbar-brand{display:none;align-items:center;gap:8px;font-family:Manrope,sans-serif;font-weight:800;font-size:19px;color:var(--green-dark)}.sidebar-backdrop{display:none}.divider{margin:0 14px;color:#b7c1ba}.user{display:flex;gap:12px;align-items:center}.user strong{font-size:15px;color:#22392f}.user small{font-size:13px;text-transform:capitalize;margin-top:3px;color:var(--muted-light)}.avatar{background:#dceee2;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--green-dark);font-weight:800;font-size:18px}.user .ghost{font-size:15px;margin-left:10px}main{padding:40px 44px 54px;max-width:1650px;margin:auto;min-height:calc(100vh - 160px)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px}.page-heading p{font-size:17px;margin-bottom:0}.compact-page-title{display:flex;align-items:baseline;gap:10px;margin-bottom:22px}.compact-page-title h1{margin:0}.compact-page-title span{color:#b4bdb7}.compact-page-title strong{color:#67776d;font-size:14px;font-weight:600}.eyebrow{font-size:13px;letter-spacing:1.4px;color:var(--muted-light);font-weight:700}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.stat{border:1px solid var(--line);background:#fff;padding:26px;border-radius:14px}.stat>span{color:var(--muted);font-size:15px;font-weight:600}.stat strong{font-family:Manrope,sans-serif;font-size:46px;letter-spacing:-1.5px;display:block;margin:14px 0 8px;font-weight:700;color:#1a3129}.stat small{font-size:14px;color:var(--muted-light)}.stat.accent{background:#e9f0e8;border-color:#cfe3ce}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;margin-bottom:26px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.section-heading h2,.section-heading h3{margin:0}.section-heading p{font-size:15px;margin:7px 0 0}.section-heading>a{font-size:15px}.table-wrap{overflow:auto;max-width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:16px}th{background:#f4f8f4;padding:16px 18px;color:#4c5a53;font-weight:700;font-size:14px;white-space:nowrap;text-transform:capitalize;border-bottom:1px solid var(--line)}td{padding:18px;border-bottom:1px solid #edf0ec;vertical-align:middle}tr:last-child td{border-bottom:0}td small{margin-top:6px;color:var(--muted-light);font-size:14px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.4px;font-size:.95em}.small{font-size:13px}.badge{display:inline-block;background:#f1f3f1;border:1px solid #dfe6e0;color:#4c5a53;font-size:14px;font-weight:600;border-radius:7px;padding:7px 12px;white-space:nowrap}.badge.green{background:#e6f3e3;border-color:#c9e2c4;color:#326030}.badge.amber{background:#fff2cf;border-color:#f0dda0;color:#7a5c11}.workflow{display:flex;align-items:center;justify-content:space-between;padding:24px 8px;color:var(--muted-light);font-size:14px;gap:10px;flex-wrap:wrap}.workflow strong{color:#3d4f43;font-weight:700;margin-left:12px}.workflow>span:nth-child(2n){color:#a7b6a9;font-size:18px}.page-access-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:20px}.page-access-item{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:14px 16px;font-size:16px;font-weight:600;color:#2f4b34;cursor:pointer}.field{display:flex;flex-direction:column;gap:8px;margin:0 0 18px}.field>span{font-size:14px;font-weight:700;text-transform:capitalize;color:#3c4a43}input,select,textarea{border:2px solid #cfd9cf;border-radius:9px;padding:14px 16px;min-width:0;background:#fff;color:#202f2a;outline:none;width:100%;min-height:52px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #dcecdf}input:disabled,select:disabled{background:#f6f8f5}input[type=checkbox]{width:24px;height:24px;accent-color:var(--green);min-height:0}textarea{min-height:100px;resize:vertical}.form-grid{display:grid;grid-template-columns:3fr 1fr;gap:20px}.filter-grid{display:flex;align-items:end;flex-wrap:wrap;gap:16px}.filter-grid>.field{flex:1;min-width:150px;margin-bottom:0}.filter-grid>button{height:52px}.scanner{display:flex;align-items:center;gap:14px;border:2px solid #a9cbb2;background:#f2f9f1;border-radius:12px;padding:10px 14px}.scanner input{background:transparent;border:0;box-shadow:none;flex:1;padding:10px 0;font-size:20px;font-weight:600;min-height:0}.scan-icon{font-size:30px;margin-left:4px;line-height:1}.scanner-hint{font-size:14px;color:var(--muted-light);padding:10px 2px 18px}.scan-section{margin:8px 0 20px}.split{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.split>aside{align-self:start}.scan-list{max-height:420px;overflow:auto}.panel-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-top:22px;gap:14px;flex-wrap:wrap}.muted{color:var(--muted);font-size:15px}.ghost{background:transparent;color:#37573f;padding:10px 12px;min-height:44px}.ghost:hover{background:#eef4ed}.secondary{background:#fff;border:2px solid #c7d5c5;color:#2f4b34}.secondary:hover{background:#eff5ed}.danger-button{background:#a3463a}.danger-button:hover{background:#863629}.notice{padding:18px 20px;border-radius:10px;margin:16px 0;font-size:16px;overflow:auto}.notice pre{white-space:pre-wrap;font-size:14px;max-height:200px}.notice.danger{background:#fdece6;color:#8a3b2b;border:2px solid #f3cdbd;font-weight:600}.notice.success{background:#e8f4e5;color:#2f5c2c;border:2px solid #cbe4c4;font-weight:600}.notice.success p{color:inherit}.empty{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;min-height:200px;padding:28px}.empty span{font-size:44px}.empty p{font-size:16px;max-width:380px;margin:14px 0;color:var(--muted)}.draft-card{display:block;border:2px solid #dfe8db;border-radius:10px;background:#fff;color:#2e4a35;text-align:left;width:100%;margin-bottom:10px;padding:16px;white-space:normal;min-height:0}.draft-card:hover{background:#f2f7ef}.draft-card strong{font-size:17px}.draft-card span,.draft-card small{display:block;font-size:14px;margin-top:8px;color:var(--muted-light)}.draft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tip{background:#f4f8f0;padding:18px;border-radius:9px;margin-top:24px;font-size:15px}.tip strong{font-size:16px}.tip p{font-size:14px;margin:8px 0 0}.sale-summary{display:flex;align-items:center;gap:10px;font-size:15px;white-space:nowrap;color:var(--muted)}.sale-summary strong{font-size:26px;color:#26492c}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}footer{padding:22px 44px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.6px;color:var(--muted-light);border-top:1px solid var(--line)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#162b235e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;padding:24px}.modal{background:#fff;border-radius:16px;max-width:880px;width:100%;padding:30px;max-height:90vh;overflow:auto;box-shadow:0 20px 100px #19332929}.modal>.scanner{margin-top:16px}.modal .table-wrap{max-height:420px}.modal>button{margin-top:16px}.modal .ghost[aria-label=Close]{font-size:22px;padding:8px 12px}.login{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fff}.login-story{background:#e9f0e5;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.login-story .brand{padding:0}.login-story h1{font-size:46px;line-height:1.25;margin:24px 0}.login-story p{font-size:18px}.login-story small{font-size:13px;letter-spacing:1.6px;color:#6f8768}.login-form{max-width:460px;width:100%;margin:auto;padding:36px}.login-form h2{font-size:30px;margin-top:16px}.login-form p{font-size:16px;margin-bottom:30px}.login-form>button{width:100%;margin-top:14px}.loading{padding:60px;color:var(--muted);font-size:20px}.inventory-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:22px}.inventory-tabs button{background:transparent;color:#738078;border-radius:8px 8px 0 0;padding:11px 16px;border-bottom:2px solid transparent}.inventory-tabs button:hover{background:#edf3ee}.inventory-tabs button.active{color:var(--green);background:#eaf2ed;border-bottom-color:var(--green)}.inventory-tabs button span{min-width:23px;padding:2px 7px;border-radius:999px;background:#fff;color:inherit;font-size:10px}.inventory-search{display:flex;align-items:flex-start;gap:12px;margin-bottom:4px}.inventory-search>div{flex:1}.inventory-search>button{margin-top:8px}.inventory-panel{padding:0;overflow:hidden}.bulk-toolbar{min-height:68px;padding:13px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.bulk-toolbar>strong{font-size:12px;color:#65756c}.bulk-toolbar>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.bulk-toolbar button{padding:9px 12px;font-size:11px}.inventory-table{min-width:1180px}.inventory-table th{white-space:nowrap}.inventory-table td{vertical-align:middle}.check-cell{width:44px;text-align:center}.selected-row td{background:#f1f7f2}.table-subtitle{color:#8a958b;font-size:10px;margin-top:5px;white-space:nowrap}.pagination{min-height:58px;border-top:1px solid var(--line);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;color:#78827d;font-size:11px}.pagination>div{display:flex;align-items:center;gap:10px}.imei-groups{display:grid;gap:14px}.imei-groups section{border:1px solid var(--line);border-radius:9px;padding:16px}.imei-copy-list{white-space:pre-wrap;line-height:1.8;max-height:260px;overflow:auto;padding:12px;border-radius:7px;background:#f7f9f7}@media(max-width:900px){.bulk-toolbar,.pagination{align-items:flex-start;flex-direction:column}.bulk-toolbar>div{justify-content:flex-start}.inventory-search{display:block}}@media(max-width:1150px){.sidebar{width:220px}.workspace{margin-left:220px;width:calc(100% - 220px)}main{padding:28px 25px}.topbar{padding:12px 25px}.split{grid-template-columns:1fr}.stats{gap:12px}.stat{padding:20px}.stat strong{font-size:38px}.page-heading{align-items:start}.page-heading h1{font-size:32px}.draft-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:750px){.app{flex-direction:column}.sidebar{width:min(84vw,300px);transform:translate(-100%);transition:transform .25s ease;z-index:70;box-shadow:none}.sidebar.sidebar-open{transform:translate(0);box-shadow:12px 0 40px #0f231c47}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a141073;z-index:60}.nav-toggle{display:inline-flex;padding:9px 14px;font-size:14px;gap:6px}.nav-toggle span{font-size:19px}.topbar-brand{display:none}.workspace{margin-left:0;width:100%}main{padding:22px 16px}.topbar{min-height:66px;padding:0 16px;gap:8px}.topbar>span{display:none}.topbar>.user{margin-left:auto;gap:8px}.user-info{display:none}.user .ghost{margin-left:0;padding:10px 12px}.stats{grid-template-columns:repeat(2,1fr)}.stat strong{font-size:32px}.page-heading{display:block}.page-heading h1{font-size:28px}.page-heading>.actions{margin-top:16px}.panel{padding:18px}.two-columns{grid-template-columns:1fr;gap:0}.form-grid{grid-template-columns:1fr}.workflow{display:none}.panel-footer{flex-wrap:wrap}.scanner{gap:8px}.scanner input{font-size:17px}.scanner button{padding:12px 16px;font-size:15px;min-height:44px}.scan-icon{display:none}.login{display:block}.login-story{padding:26px;min-height:220px}.login-story h1{font-size:27px}.login-story .eyebrow,.login-story p,.login-story small{display:none}.login-form{padding:26px}.modal-backdrop{padding:10px}.modal{padding:20px}footer{padding:18px 16px}footer span{display:none}}.action-menu{position:relative;display:inline-flex;justify-content:flex-end}.menu-trigger{width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;color:#52645a;font-size:21px;line-height:1}.menu-trigger:hover,.menu-trigger[aria-expanded=true]{border-color:#d9e2d7;background:#f0f5ef}.menu-popover{position:fixed;z-index:1000;min-width:180px;padding:6px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 12px 35px #223c2d24}.menu-popover button{display:block;width:100%;padding:9px 11px;border-radius:6px;background:transparent;color:#425348;text-align:left;white-space:nowrap}.menu-popover button:hover{background:#f1f5f0}.menu-popover .danger-menu-item{color:#a3463a}.menu-cell{width:52px;text-align:right}.sale-history-panel{padding:0}.sale-history-page{width:100%}main:has(.sale-history-page){max-width:none}.sale-history-table{min-height:180px}.sale-expanded-row>td{padding:0;background:#f5f8f4;border-bottom:1px solid #dce5db}.sale-inline-detail{margin:10px;padding:22px;border:1px solid #dce5db;border-radius:10px;background:#fff}.sale-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.sale-detail-header h2{margin:5px 0}.sale-detail-header p,.inline-action-form p{margin:0;color:#77847b}.batch-table{overflow:visible;border:1px solid var(--line);border-radius:8px}.device-expanded-row>td{padding:0;background:#f8faf8}.device-inline-detail{padding:18px 22px 22px}.compact-device-table{max-height:340px;border:1px solid #e6ebe5;border-radius:7px}.compact-device-table td,.compact-device-table th{padding-top:10px;padding-bottom:10px}.inline-action-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:16px;margin-top:16px;padding:16px;border:1px solid #dce5db;border-radius:8px;background:#f8faf8}.inline-action-form .field{margin:0}.undo-form{grid-template-columns:minmax(180px,.7fr) minmax(260px,1fr) auto;align-items:center;border-color:#edd2ca;background:#fff7f3}.undo-form h3{margin:0 0 5px}.undo-history{margin-top:18px;border:1px solid #e1e6e0;border-radius:8px}.undo-history summary{padding:13px 16px;color:#66746a;font-weight:700;cursor:pointer}.undo-history[open] summary{border-bottom:1px solid #e1e6e0}@media(max-width:900px){.sale-detail-header,.inline-action-form,.undo-form{display:flex;flex-direction:column;align-items:stretch}.batch-table{overflow:auto}}.reports-page{width:100%}main:has(.reports-page){max-width:none}.report-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.report-tabs button{padding:10px 15px;border:1px solid transparent;background:transparent;color:#6f7d74}.report-tabs button:hover{background:#edf3ee}.report-tabs button.active{border-color:#cfe0d3;background:#e8f1ea;color:var(--green)}.report-view-tabs{display:flex;gap:8px;margin-bottom:18px}.report-view-tabs button{padding:9px 14px;font-size:12px}.report-view-tabs button.active{background:var(--green);color:#fff}.report-filter-panel{padding:18px;margin-bottom:16px}.report-filter-grid>.field{flex:0 1 175px}.report-filter-grid>.field:first-child{min-width:150px}.report-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-bottom:16px}.report-summary-card{min-height:84px;padding:15px 17px;border:1px solid var(--line);border-radius:9px;background:#fff}.report-summary-card span{display:block;margin-bottom:8px;color:#829087;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.report-summary-card strong{color:#294b3a;font-family:Manrope,sans-serif;font-size:22px}.report-results-panel{padding:0;overflow:hidden}.report-results-panel>.section-heading{min-height:72px;padding:15px 18px;border-bottom:1px solid var(--line)}.report-results-panel>.section-heading h2,.report-results-panel>.section-heading p{margin-bottom:0}.report-table-wrap{max-height:calc(100vh - 360px)}.report-table{min-width:1050px}.report-table th{position:sticky;z-index:1;top:0}.report-table td{max-width:260px;vertical-align:middle}.report-loading{min-height:150px;padding:30px}@media(max-width:900px){.report-tabs,.report-view-tabs{overflow-x:auto;flex-wrap:nowrap}.report-filter-grid>.field{flex:1 1 180px}.report-table-wrap{max-height:none}}.inward-sku-editor{margin-bottom:24px;padding:0}.inward-sku-editor>summary{display:flex;align-items:center;gap:14px;list-style:none;cursor:pointer;padding:24px 28px;margin:0}.inward-sku-editor>summary h2{flex:1;margin:0}.inward-sku-editor>summary::-webkit-details-marker{display:none}.inward-sku-editor>summary:after{content:"▾";margin-left:6px;color:var(--muted-light);font-size:18px;transition:transform .15s}.inward-sku-editor[open]>summary{border-bottom:1px solid var(--line)}.inward-sku-editor[open]>summary:after{transform:rotate(180deg)}.inward-sku-editor-body{padding:24px 28px 28px}.inward-sku-editor .filter-grid>.field{min-width:220px}.field-hint{display:block;margin-top:6px;color:#9b6a30;font-size:10px}.field-hint.neutral{color:#78877d}.inward-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px}@media(max-width:700px){.inward-actions{width:100%;justify-content:stretch}.inward-actions button{flex:1}}.search-select{position:relative;width:100%}.search-select-control{display:flex;align-items:center;min-height:52px;border:1px solid #dae2da;border-radius:7px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.search-select.open .search-select-control{border-color:#65957c;box-shadow:0 0 0 3px #ecf3ec}.search-select-control>span{padding-left:11px;color:#789083;font-size:18px}.search-select-control input{min-width:0;border:0;background:transparent;box-shadow:none;overflow:hidden;text-overflow:ellipsis}.search-select-control input:focus{border:0;box-shadow:none}.search-select-control input:disabled{background:transparent}.search-select-control:has(input:disabled){background:#f6f8f5}.search-select-control button{flex:0 0 auto;border:0;background:transparent;color:#718177;padding:8px 9px;line-height:1}.search-select-control button:hover{background:#eef4ee;color:#355a43}.search-select-clear{font-size:18px}.search-select-toggle{font-size:16px}.search-select-menu{position:absolute;z-index:80;top:calc(100% + 5px);right:0;left:0;max-height:250px;overflow-y:auto;padding:5px;border:1px solid #d5dfd6;border-radius:9px;background:#fff;box-shadow:0 14px 32px #1f392b29}.search-select-menu button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:8px;background:#fff;color:#304b3b;text-align:left;font-size:16px;font-weight:500;min-height:0;white-space:normal}.search-select-menu button:hover,.search-select-menu button.active{background:#edf4ed;color:#244a35}.search-select-menu button[aria-selected=true]{color:#1d5b37;font-weight:700}.search-select-menu .search-select-create{display:grid;justify-content:stretch;border-top:1px solid #e5ebe5;border-radius:0 0 6px 6px;color:#356746}.search-select-create span{overflow:hidden;color:#718177;text-overflow:ellipsis;white-space:nowrap}.search-select-empty{padding:13px 11px;color:#8a958b;font-size:14px}main:has(.apex-panel){max-width:none}.apex-group-table{min-width:1080px}.apex-group-table>thead th{white-space:nowrap}.apex-group-table>tbody>tr:not(.apex-detail-row)>td{vertical-align:middle}.apex-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:290px}.apex-row-actions>button{padding:9px 11px;font-size:11px}.apex-detail-row>td{padding:0;background:#f5f8f5}.apex-master-details{margin:0 18px 18px;padding:18px;border:1px solid #dce5dc;border-radius:10px;background:#fff;box-shadow:0 8px 24px #26433112}.apex-master-details .section-heading{margin-bottom:13px}.apex-master-details .section-heading p{margin:4px 0 0;font-size:11px}.apex-master-table{min-width:1120px}.apex-master-table td{vertical-align:middle}.highlighted-master td{background:#fff2c7;box-shadow:inset 0 1px #e8cc72,inset 0 -1px #e8cc72}@media(max-width:900px){.inventory-tabs{overflow-x:auto}.inventory-tabs button{flex:0 0 auto}.apex-row-actions{min-width:260px}}.sale-compose-panel{padding:0;overflow:hidden}.sale-compose-panel>.scanner,.sale-compose-panel>.scanner-hint,.sale-compose-panel>div:not(.sale-top-controls):not(.table-wrap):not(.empty):not(.panel-footer),.sale-compose-panel>p{margin-right:20px;margin-left:20px}.sale-top-controls{display:grid;grid-template-columns:minmax(360px,1.5fr) minmax(240px,.8fr) auto;align-items:end;gap:18px;padding:20px 20px 8px}.sale-top-controls .field{margin:0}.sale-top-controls .sale-summary{min-height:42px;justify-content:flex-end}.sale-product-lock{margin-top:-10px;margin-bottom:16px;color:#718177;font-size:11px}.sale-selection-wrap{margin-top:4px;border-top:1px solid var(--line)}.sale-selection-table{min-width:1040px}.sale-selection-table>tbody>tr:not(.apex-detail-row)>td{vertical-align:middle}.sale-group-actions{min-width:155px}.sale-master-details{margin-top:18px}.sale-master-table{min-width:850px}.sale-compose-panel>.panel-footer{padding:18px 20px 0}@media(max-width:1000px){.sale-top-controls{grid-template-columns:1fr 1fr}.sale-top-controls .sale-summary{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:700px){.sale-top-controls{grid-template-columns:1fr}.sale-top-controls .sale-summary{grid-column:auto}}.printer-setup-button{margin-left:auto}.print-retry-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:10px 0 18px}
