@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#17211e;background:#f3f1e9;font-synthesis:none;--ink:#10231e;--lime:#ddf66a;--paper:#fffef9;--line:#deddd5;--muted:#6f7773;--red:#c94c3e;--blue:#307e96;--amber:#c7862c;--shadow:0 16px 48px rgba(16,35,30,.08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f3f1e9}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3,.logo-lockup b,.metric strong{font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.eyebrow{font-size:.69rem!important;letter-spacing:.16em;font-weight:800;color:#77807c;margin:0 0 .5rem}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.splash{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:1rem;color:var(--muted)}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--lime);color:var(--ink)}.brand-mark svg{width:23px}.logo-lockup{display:flex;align-items:center;gap:.75rem}.logo-lockup b{font-size:1.35rem;letter-spacing:.08em}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(400px,.85fr)}.auth-story{padding:3rem clamp(3rem,7vw,8rem);background:var(--ink);color:#f8f7ef;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-story:after{content:"";width:500px;height:500px;border:1px solid rgba(221,246,106,.2);border-radius:50%;position:absolute;right:-180px;bottom:-180px;box-shadow:0 0 0 70px #ddf66a06,0 0 0 140px #ddf66a05}.auth-story .eyebrow{color:var(--lime)}.auth-story h1{font-size:clamp(2.8rem,5.2vw,5.8rem);line-height:.98;letter-spacing:-.06em;margin:.8rem 0 2rem}.auth-story h1 em{color:var(--lime);font-style:normal}.auth-copy{font-size:1.08rem;line-height:1.65;max-width:520px;color:#b8c2bd}.auth-foot{font-size:.82rem;color:#85918c;margin:0}.auth-panel{display:grid;place-items:center;padding:3rem;background:#f8f6ef}.auth-form{width:min(420px,100%)}.auth-form h2{font-size:2rem;margin:0 0 .5rem;letter-spacing:-.04em}.auth-form>.muted{margin-bottom:2rem}.auth-form .field{margin-bottom:1.1rem}.app-shell{min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:248px;background:var(--ink);color:#eaece7;padding:1.35rem 1rem;display:flex;flex-direction:column;z-index:30}.sidebar-head{padding:.2rem .5rem 1.2rem}.store-chip{display:flex;gap:.7rem;align-items:center;background:#ffffff0f;padding:.8rem;border:1px solid rgba(255,255,255,.07);border-radius:12px;margin-bottom:1rem}.store-chip svg{width:18px;color:var(--lime)}.store-chip div{display:flex;flex-direction:column;min-width:0}.store-chip small{font-size:.56rem;letter-spacing:.14em;color:#8c9c95}.store-chip strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar nav{display:flex;flex-direction:column;gap:.17rem;flex:1}.sidebar nav a{height:43px;display:flex;align-items:center;gap:.8rem;border-radius:10px;padding:0 .85rem;color:#aab5b0;font-size:.87rem;font-weight:600}.sidebar nav a svg{width:18px}.sidebar nav a:hover{background:#ffffff0d;color:#fff}.sidebar nav a.active{background:var(--lime);color:var(--ink)}.profile{background:none;border:0;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:34px 1fr 18px;gap:.65rem;align-items:center;color:#fff;text-align:left;padding:1rem .4rem 0}.profile span:nth-child(2){display:flex;flex-direction:column}.profile strong{font-size:.78rem}.profile small{font-size:.65rem;color:#84928c}.profile>svg{width:16px;color:#78857f}.avatar{width:34px;height:34px;border-radius:10px;background:#315047;color:var(--lime);display:grid;place-items:center;font-size:.68rem;font-weight:800}.avatar.large{width:48px;height:48px;font-size:.8rem}.workspace{margin-left:248px;min-height:100vh}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,3vw,3rem);border-bottom:1px solid #deddd5;background:#f3f1e9e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.topbar>div:first-of-type small{font-size:.58rem;letter-spacing:.15em;color:#909691}.topbar h2{font-size:1rem;margin:0}.top-actions{display:flex;align-items:center}.account-menu{position:relative}.user-button{border:1px solid transparent;border-radius:11px;background:transparent;display:flex;align-items:center;gap:.65rem;padding:.3rem .45rem;color:var(--ink);text-align:left}.user-button:hover,.user-button[aria-expanded=true]{background:var(--paper);border-color:var(--line)}.user-button-copy{display:flex;flex-direction:column;max-width:180px}.user-button-copy small,.account-summary small{font-size:.53rem;letter-spacing:.12em;color:#8a928e}.user-button-copy strong{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-chevron{width:14px;transition:transform .18s}.user-button[aria-expanded=true] .account-chevron{transform:rotate(180deg)}.account-dropdown{position:absolute;right:0;top:calc(100% + .55rem);width:240px;background:var(--paper);border:1px solid var(--line);border-radius:13px;padding:.8rem;box-shadow:var(--shadow)}.account-summary{display:flex;flex-direction:column;padding:.2rem .25rem .75rem;border-bottom:1px solid var(--line)}.account-summary strong{font-size:.82rem;margin-top:.25rem}.account-summary span{font-size:.67rem;color:var(--muted)}.account-logout{margin-top:.75rem;justify-content:flex-start}.account-logout:disabled{cursor:wait;opacity:.65}.account-error{margin:.7rem .25rem 0;color:var(--red);font-size:.67rem;line-height:1.4}.page{padding:clamp(1.25rem,3vw,3rem);max-width:1600px;margin:auto}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.page-header h1{font-size:clamp(2rem,3vw,3.3rem);line-height:1;letter-spacing:-.055em;margin:0 0 .6rem}.page-header>div>p:last-child{color:var(--muted);max-width:690px;margin:0}.header-actions{display:flex;gap:.7rem;flex-shrink:0}.bottom-nav,.mobile-only{display:none!important}.button{border:1px solid var(--line);background:var(--paper);height:42px;border-radius:10px;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:.8rem;color:var(--ink)}.button svg{width:16px}.button.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.button.primary:hover{background:#1d3a32}.button.secondary{background:var(--lime);border-color:#cadf61}.button.ghost{background:transparent}.button.wide{width:100%}.button.tiny{height:30px;padding:0 .6rem;font-size:.67rem;border-radius:7px}.icon-button{border:0;background:transparent;width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:inherit}.icon-button:hover{background:#0000000d}.icon-button svg{width:19px}.icon-button.tiny{width:27px;height:27px}.icon-button.tiny svg{width:14px}.text-button{padding:0;background:none;border:0;color:#2c6a5a;font-size:.76rem;font-weight:800;display:inline-flex;align-items:center;gap:.35rem}.text-button svg{width:14px}.text-button.danger{color:var(--red)}.card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 3px 12px #10231e06}.loading-panel,.alert{padding:1rem;border-radius:10px;display:flex;align-items:center;gap:.7rem}.loading-panel{justify-content:center;color:var(--muted);min-height:150px}.loading-panel svg{width:18px}.alert.error{background:#fae5e1;color:#8c3027;border:1px solid #efc6bf}.alert.info{background:#e9f2ef;color:#285347;border:1px solid #cce0d9}.empty{text-align:center;padding:4rem 2rem;color:var(--muted);display:grid;justify-items:center}.empty>span{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#e8e7de;color:#68726e}.empty h3{color:var(--ink);margin:1rem 0 .4rem}.empty p{max-width:370px;margin:0;line-height:1.5}.status{display:inline-flex;align-items:center;padding:.27rem .55rem;border-radius:99px;background:#e8e7df;color:#5a625e;text-transform:capitalize;font-size:.62rem;font-weight:800}.status.active,.status.completed,.status.customer{background:#e3f0dc;color:#46713d}.status.confirmed,.status.placed,.status.supplier{background:#dcecf1;color:#306a7a}.status.low,.status.cancelled{background:#f8dfd9;color:#9c4035}.status.draft{background:#ece8d2;color:#766b34}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.metric{position:relative;min-height:178px;background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:1.25rem;display:flex;flex-direction:column}.metric-icon{position:absolute;right:1rem;top:1rem;width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.metric-icon svg{width:18px}.metric.lime .metric-icon{background:#edf6c3}.metric.amber .metric-icon{background:#f7ead4}.metric.blue .metric-icon{background:#daebef}.metric.coral .metric-icon{background:#f7dfdb}.metric p{font-size:.74rem;color:var(--muted)}.metric strong{font-size:1.8rem;letter-spacing:-.04em;margin-top:auto}.metric small{color:#87908c;margin-top:.4rem}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem}.action-card{padding:1.5rem}.action-card h2{margin-bottom:1.5rem}.quick-row{width:100%;border:0;border-top:1px solid #e8e6df;background:transparent;padding:1rem 0;display:grid;grid-template-columns:38px 1fr auto 20px;align-items:center;gap:.8rem;text-align:left}.quick-row>span{width:38px;height:38px;border-radius:10px;background:#edeee8;display:grid;place-items:center}.quick-row svg{width:18px}.quick-row div{display:flex;flex-direction:column}.quick-row small{color:var(--muted)}.quick-row>b{font-family:Manrope;font-size:1.2rem}.insight-card{padding:2rem;display:flex;flex-direction:column;align-items:flex-start;background:#dff16f;overflow:hidden}.insight-art{width:100%;height:130px;display:grid;place-items:center;position:relative}.insight-art:before,.insight-art:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(16,35,30,.2);width:120px;height:120px}.insight-art:after{width:85px;height:85px}.insight-art svg{width:48px;height:48px;z-index:1}.insight-card h2{font-size:1.8rem;margin:.2rem 0}.insight-card p:not(.eyebrow){line-height:1.6;color:#40524d}.insight-card .text-button{margin-top:auto;color:var(--ink)}.toolbar{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.search,.scan-search{height:44px;background:var(--paper);border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;padding:0 .8rem;gap:.6rem;flex:1;max-width:560px}.search svg,.scan-search>svg{width:18px;color:#7d8681}.search input,.scan-search input{border:0;outline:0;background:transparent;width:100%}.table-card{overflow:hidden}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.78rem}th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#8b928f;font-size:.6rem;font-weight:800;background:#f8f7f1}th,td{padding:.9rem 1rem;border-bottom:1px solid #e9e7e0;white-space:nowrap}tbody tr:last-child td{border-bottom:0}.clickable{cursor:pointer}.clickable:hover{background:#f9faef}td>small,td>strong{display:block}.product-cell{display:flex;align-items:center;gap:.7rem}.product-cell>span,.product-glyph{width:35px;height:35px;border-radius:9px;background:#e8eee8;display:grid;place-items:center;color:#476057;font-weight:800;font-size:.65rem}.product-cell div{display:flex;flex-direction:column}.product-cell small{color:var(--muted)}.mini-metrics{display:flex;background:var(--ink);border-radius:13px;color:#fff;margin-bottom:1rem;padding:1rem}.mini-metrics span{padding:0 2rem;border-right:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column}.mini-metrics span:first-child{padding-left:.5rem}.mini-metrics span:last-child{border:0}.mini-metrics small{color:#899b94}.mini-metrics b{font-family:Manrope;font-size:1.1rem}.check{display:flex;align-items:center;gap:.5rem;color:#5f6965;font-size:.78rem}.inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stock-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:1.2rem;text-align:left;color:var(--ink)}.stock-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stock-head{display:flex;justify-content:space-between}.stock-head small{color:var(--muted)}.stock-head h3{font-size:1rem;margin:.2rem 0}.stock-number{margin:1.2rem 0 .6rem;display:flex;align-items:baseline;gap:.4rem}.stock-number strong{font-family:Manrope;font-size:2rem}.stock-number span{color:var(--muted);font-size:.7rem}.stock-bar{height:5px;background:#e6e6df;border-radius:9px;overflow:hidden}.stock-bar i{display:block;height:100%;background:#9bb83d}.stock-card footer{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:1rem}.stock-card footer span{display:flex;flex-direction:column;color:#858c89;font-size:.62rem}.stock-card footer b{color:var(--ink);font-size:.75rem}.party-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.party-card{border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:1.2rem;display:grid;grid-template-columns:48px 1fr 18px;gap:1rem;text-align:left;align-items:center}.party-card h3{font-size:.95rem;margin:0}.party-card p{font-size:.72rem;color:var(--muted);margin:.3rem 0}.party-card>svg{width:16px}.tag-row{display:flex;gap:.3rem}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--line);margin-bottom:1rem}.tabs button{border:0;background:none;padding:.8rem 1rem;color:#727b77;font-size:.76rem;font-weight:700;position:relative}.tabs button.active{color:var(--ink)}.tabs button.active:after{content:"";height:2px;background:var(--ink);position:absolute;bottom:-1px;left:.6rem;right:.6rem}.tabs span{background:#e2e2da;padding:.1rem .35rem;border-radius:8px;margin-left:.3rem}.field{display:flex;flex-direction:column;gap:.4rem}.field>span{font-size:.7rem;font-weight:700;color:#55615c}.field>span i{font-weight:400;color:#8b928f}.field input,.field select,.field textarea,.payment-row input,.payment-row select,.builder-lines input{border:1px solid #d7d7cf;background:#fff;border-radius:9px;min-height:42px;padding:.65rem .75rem;outline:none;color:var(--ink)}.field textarea{min-height:80px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#607b72;box-shadow:0 0 0 3px #607b721f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .full{grid-column:1/-1}.form-actions,.modal-footer{display:flex;justify-content:flex-end;gap:.6rem}.check-group{display:flex;gap:1.5rem}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.input-combo{display:flex}.input-combo input{border-radius:9px 0 0 9px;min-width:0}.input-combo select{border-radius:0 9px 9px 0;width:60px}.modal-backdrop{position:fixed;inset:0;background:#08141194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:grid;place-items:center;padding:1rem}.modal{width:min(580px,100%);max-height:92vh;overflow:auto;background:#f9f8f2;border-radius:18px;padding:1.4rem;box-shadow:0 25px 100px #00000047}.modal.wide{width:min(960px,100%)}.modal>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.3rem}.modal>header h2{margin:0;font-size:1.25rem}.modal-footer{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--line)}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:1rem;align-items:start}.pos-products{min-height:600px}.scan-search{max-width:none;height:56px;box-shadow:0 8px 25px #10231e0d}.section-label{font-size:.62rem;font-weight:800;letter-spacing:.13em;color:#808985;margin:1.3rem 0 .7rem;display:flex;justify-content:space-between}.section-label button{border:0;background:none;color:#365f53;font-size:.63rem;font-weight:800;display:flex;align-items:center}.section-label button svg{width:13px}.pos-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.pos-product-grid>button{min-height:116px;background:var(--paper);border:1px solid var(--line);border-radius:13px;padding:1rem;display:grid;grid-template-columns:40px 1fr 18px;gap:.75rem;text-align:left;color:var(--ink)}.pos-product-grid>button:hover{border-color:#9caf5a;background:#fafde9}.pos-product-grid>button>div{display:flex;flex-direction:column;min-width:0}.pos-product-grid small{font-size:.6rem;color:var(--muted)}.pos-product-grid strong{font-size:.8rem;margin:.15rem 0 .5rem;overflow:hidden;text-overflow:ellipsis}.pos-product-grid b{font-size:.78rem}.pos-product-grid>button>svg{width:17px;color:#7e8984}.cart-panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;position:sticky;top:94px;max-height:calc(100vh - 115px);overflow:auto}.cart-panel>header{display:flex;justify-content:space-between;padding:1.2rem;border-bottom:1px solid #e7e6df}.cart-panel>header h2{font-size:1.1rem;margin:0}.cart-lines{min-height:160px}.cart-lines .empty{padding:2.5rem 1rem}.cart-line{display:grid;grid-template-columns:1fr auto auto 27px;gap:.6rem;align-items:center;padding:.8rem 1rem;border-bottom:1px solid #eceae3}.cart-line>div:first-child{display:flex;flex-direction:column}.cart-line strong{font-size:.76rem}.cart-line small{font-size:.62rem;color:var(--muted)}.cart-line>b{font-size:.72rem}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px}.stepper button{border:0;background:transparent;width:25px;height:28px}.stepper b{font-size:.68rem}.checkout{background:#f7f6ef;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.totals{border-top:1px solid var(--line);padding-top:.7rem}.totals>span{display:flex;justify-content:space-between;margin:.35rem 0;font-size:.72rem}.totals .grand{font-size:1.05rem;border-top:1px dashed #c9c9c0;padding-top:.7rem;margin-top:.7rem}.payment-row{display:flex;gap:.4rem;margin-bottom:.45rem}.payment-row select{width:100px}.payment-row>input{min-width:80px;flex:1}.money-input{display:flex;align-items:center;border:1px solid #d7d7cf;background:#fff;border-radius:9px;padding-left:.5rem;flex:1}.money-input input{border:0;min-width:0;width:100%;padding-left:.25rem}.switch{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700}.switch input{display:none}.switch i{width:34px;height:20px;background:#c8cbc6;border-radius:20px;position:relative}.switch i:after{content:"";width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:.2s}.switch input:checked+i{background:#426f61}.switch input:checked+i:after{left:17px}.checkout-button{height:50px}.scanner{position:relative;background:#0c1512;border-radius:12px;overflow:hidden;min-height:350px;display:grid;place-items:center}.scanner video{width:100%;height:350px;object-fit:cover}.scan-frame{position:absolute;width:220px;height:130px;border:2px solid var(--lime);border-radius:14px;box-shadow:0 0 0 100vmax #00000059}.scanner p{position:absolute;bottom:0;left:0;right:0;margin:0;padding:.8rem;background:#000000a6;color:#fff;text-align:center;font-size:.7rem}.document-head{display:flex;justify-content:space-between;align-items:flex-start;background:var(--ink);color:#fff;border-radius:13px;padding:1.25rem;margin-bottom:1rem}.document-head h2{margin:.6rem 0 .2rem}.document-head p{color:#8fa097;margin:0}.document-head>div:last-child{display:flex;flex-direction:column;text-align:right}.document-head>div:last-child small,.document-head>div:last-child span{color:#98a9a1}.document-head>div:last-child strong{font:700 1.5rem Manrope;margin:.2rem 0}.line-list{border:1px solid var(--line);border-radius:11px;overflow:hidden}.line-list-head,.document-line{display:grid;grid-template-columns:2fr repeat(3,.65fr) 1.2fr;gap:.7rem;align-items:center;padding:.75rem}.line-list-head.purchase,.document-line.purchase{grid-template-columns:2fr repeat(3,.7fr) 1fr}.line-list-head{background:#eeede6;color:#7a837f;text-transform:uppercase;font-size:.57rem;font-weight:800}.document-line{border-top:1px solid var(--line);font-size:.72rem}.document-line>div:first-child{display:flex;flex-direction:column}.document-line small{color:var(--muted)}.row-actions{display:flex;gap:.35rem;justify-content:flex-end}.suggestion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.suggestion-card{position:relative;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:1.2rem;text-align:left;color:var(--ink)}.suggestion-card.selected{border-color:#829a39;box-shadow:0 0 0 2px #829a3926;background:#fbfde9}.select-box{position:absolute;right:1rem;top:1rem;width:22px;height:22px;border:1px solid #bdc1b9;border-radius:6px;display:grid;place-items:center}.select-box svg{width:14px}.suggestion-card.selected .select-box{background:var(--ink);color:#fff}.suggestion-card h3{font-size:.9rem;margin:.2rem 0 1rem}.suggestion-card>strong{font-family:Manrope;font-size:1.2rem}.projection{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem;margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--line)}.projection span{display:flex;flex-direction:column}.projection small{font-size:.55rem;color:var(--muted)}.projection b{font-size:.7rem}.builder-lines{border:1px solid var(--line);border-radius:10px;margin:1rem 0;overflow:hidden}.builder-lines>div,.builder-lines>label{display:grid;grid-template-columns:1fr 120px 140px;gap:.7rem;padding:.7rem;align-items:center}.builder-lines>div{background:#eeede6;text-transform:uppercase;font-size:.57rem;font-weight:800;color:#7b837f}.builder-lines>label{border-top:1px solid var(--line)}.builder-lines>label>span{display:flex;flex-direction:column}.builder-lines small{color:var(--muted)}.reports-layout{display:grid;grid-template-columns:320px 1fr;gap:1rem}.report-nav{display:flex;flex-direction:column;gap:.55rem}.report-nav button{display:grid;grid-template-columns:28px 1fr 18px;gap:.7rem;align-items:center;border:1px solid var(--line);border-radius:11px;background:#ffffff73;padding:.9rem;text-align:left;color:var(--ink)}.report-nav button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.report-nav button>span{font-family:Manrope;color:#96a09b}.report-nav button div{display:flex;flex-direction:column}.report-nav button strong{font-size:.76rem}.report-nav button small{font-size:.61rem;color:#84908a;margin-top:.2rem}.report-nav button>svg{width:15px}.report-view{overflow:hidden;min-width:0}.report-view>header{display:flex;justify-content:space-between;padding:1.2rem;border-bottom:1px solid var(--line)}.report-view h2{margin:0}.report-view>header>span{font-size:.7rem;color:var(--muted)}.report-range{display:flex;align-items:end;gap:.7rem;padding:.8rem 1.2rem;border-bottom:1px solid var(--line)}.report-range label{display:flex;flex-direction:column;gap:.25rem;font-size:.62rem;font-weight:800;text-transform:uppercase}.report-range input{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.55rem}.report-range small{margin-left:auto;color:var(--muted)}.pagination-prev{transform:rotate(180deg)}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:1rem}.settings-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.settings-form h2{font-size:1.1rem}.settings-form>.button{align-self:flex-start}.settings-note{padding:1.5rem;background:#e5f274}.settings-note>span{width:48px;height:48px;border:1px solid rgba(16,35,30,.25);border-radius:14px;display:grid;place-items:center}.settings-note h3{margin:1rem 0}.settings-note dl{margin:0}.settings-note dl div{display:flex;justify-content:space-between;border-top:1px solid rgba(16,35,30,.14);padding:.7rem 0;font-size:.72rem}.settings-note dd{font-weight:800}.settings-note p{font-size:.7rem;line-height:1.5;margin-top:1rem}@media(max-width:1150px){.metric-grid,.inventory-grid,.party-grid,.suggestion-grid{grid-template-columns:repeat(2,1fr)}.pos-layout{grid-template-columns:1fr 390px}.pos-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){body{padding-bottom:68px}.sidebar{transform:translate(-105%);transition:.25s;width:min(290px,86vw)}.sidebar.open{transform:none;box-shadow:20px 0 70px #0000004d}.sidebar .mobile-only{display:grid!important}.sidebar-head{display:flex;justify-content:space-between}.scrim{position:fixed;inset:0;background:#00000059;border:0;z-index:25}.workspace{margin-left:0}.topbar{height:66px;padding:0 1rem}.topbar>.mobile-only{display:grid!important}.topbar>div:first-of-type{flex:1;margin-left:.5rem}.user-button-copy{display:none}.account-dropdown{width:min(240px,calc(100vw - 2rem))}.page{padding:1.2rem 1rem}.bottom-nav{position:fixed;display:grid!important;grid-template-columns:repeat(5,1fr);bottom:0;left:0;right:0;height:68px;background:#fffef9;border-top:1px solid var(--line);z-index:50;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.2rem;color:#7d8581;font-size:.54rem}.bottom-nav a svg{width:19px}.bottom-nav a.active{color:var(--ink)}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:1.4rem;gap:1rem}.page-header h1{font-size:2rem}.header-actions,.header-actions .button{width:100%}.dashboard-grid,.pos-layout,.reports-layout,.settings-layout{grid-template-columns:1fr}.cart-panel{position:relative;top:auto;max-height:none}.pos-products{min-height:auto}.report-nav{display:grid;grid-template-columns:1fr 1fr}.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-panel{min-height:100vh;padding:1.5rem}.mini-metrics{overflow:auto}.mini-metrics span{min-width:150px}.table-card{overflow:auto}.modal{max-height:95vh}.metric{min-height:150px}}@media(max-width:560px){.metric-grid,.inventory-grid,.party-grid,.suggestion-grid,.pos-product-grid{grid-template-columns:1fr}.metric{min-height:140px}.action-card{padding:1rem}.insight-card{padding:1.4rem}.toolbar{align-items:stretch;flex-direction:column}.search{max-width:none}.form-grid,.inline-fields{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.payment-row{flex-wrap:wrap}.cart-line{grid-template-columns:1fr auto 27px}.cart-line>.stepper{grid-row:2}.cart-line>b{grid-row:2}.projection{grid-template-columns:repeat(2,1fr)}.report-nav{grid-template-columns:1fr}.line-list{overflow:auto}.line-list-head,.document-line,.line-list-head.purchase,.document-line.purchase{min-width:730px}.document-head{flex-direction:column;gap:1rem}.document-head>div:last-child{text-align:left}.builder-lines{overflow:auto}.builder-lines>div,.builder-lines>label{min-width:600px}.modal-backdrop{padding:.35rem}.modal{border-radius:14px;padding:1rem}.page-header .button{width:100%}}.print-document{display:none}.profit-calculation{margin:0}.profit-calculation>div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem;border-bottom:1px solid var(--line)}.profit-calculation .total{margin-top:.5rem;border:1px solid var(--ink);font-size:1rem}@page{size:A4 portrait;margin:12mm}@media print{html,body{background:#fff!important}body *{visibility:hidden!important}.print-document,.print-document *{visibility:visible!important}.print-document{display:block!important;position:absolute;left:0;top:0;width:100%;color:#000;background:#fff;font-family:Arial,sans-serif;font-size:9pt;line-height:1.35}.print-document header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:4mm;border-bottom:1.5pt solid #000}.print-document h1{margin:0 0 1mm;font-size:18pt;letter-spacing:.08em}.print-document header dl{margin:0}.print-document header dl div{display:flex;gap:5mm;justify-content:space-between}.print-document dt{font-weight:700}.print-document dd{margin:0}.print-parties{display:grid;grid-template-columns:1fr 1fr;gap:8mm;margin:5mm 0}.print-parties section{display:flex;flex-direction:column;min-height:22mm;padding:3mm;border:1pt solid #000}.print-parties h3,.print-section h2{margin:0 0 2mm;font-size:8pt;letter-spacing:.08em}.print-section{margin-top:5mm;break-inside:auto}.print-document table{width:100%;border-collapse:collapse;font-size:8pt}.print-document th,.print-document td{padding:1.8mm;border:1pt solid #000;text-align:left;vertical-align:top}.print-document td small{display:block}.print-document tr{break-inside:avoid}.print-totals{width:52%;margin:5mm 0 0 auto;border:1pt solid #000}.print-totals>div{display:flex;justify-content:space-between;gap:5mm;padding:2mm 3mm;border-bottom:1pt solid #000}.print-totals>div:last-child{border-bottom:0}.print-totals .grand{font-size:10pt}.print-totals-compact{width:100%;display:grid;grid-template-columns:1fr 1fr;margin-top:3mm}.print-totals-compact>div{border:0}.print-totals-compact>div+div{border-left:1pt solid #000}.modal-backdrop,.modal{position:static!important;overflow:visible!important;max-height:none!important;background:#fff!important;box-shadow:none!important;padding:0!important}.workspace,.page{margin:0!important;padding:0!important}}.catalog-manager{display:grid;grid-template-columns:300px 1fr;gap:1.2rem}.catalog-manager>form{background:#eeede5;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.8rem;align-self:start}.catalog-list{border:1px solid var(--line);border-radius:11px;max-height:430px;overflow:auto}.catalog-list>div{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;border-bottom:1px solid var(--line);font-size:.76rem}.catalog-list>div:last-child{border-bottom:0}.tabs.compact{overflow:auto}.tabs.compact button{text-transform:capitalize}.stocktake-list{border:1px solid var(--line);border-radius:11px;margin-top:1rem;max-height:520px;overflow:auto}.stocktake-list>div,.stocktake-list>label{display:grid;grid-template-columns:1fr 100px 130px 90px;gap:.7rem;align-items:center;padding:.7rem .9rem}.stocktake-list>div{position:sticky;top:0;background:#eae9e2;text-transform:uppercase;font-size:.57rem;font-weight:800;color:#737c78}.stocktake-list>label{border-top:1px solid var(--line);font-size:.72rem}.stocktake-list>label>span{display:flex;flex-direction:column}.stocktake-list small{color:var(--muted)}.stocktake-list input{border:1px solid var(--line);border-radius:8px;padding:.5rem;min-width:0}.variance{color:var(--red)}.delivery-list{border:1px solid var(--line);border-radius:11px;overflow:hidden}.delivery-list>div{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;align-items:center;padding:.7rem .9rem;border-bottom:1px solid var(--line);font-size:.7rem}.delivery-list>div:last-child{border-bottom:0}.delivery-list>div>span{display:flex;flex-direction:column}.delivery-list small{color:var(--muted)}@media(max-width:560px){.catalog-manager{grid-template-columns:1fr}.stocktake-list,.delivery-list{overflow:auto}.stocktake-list>div,.stocktake-list>label{min-width:600px}.delivery-list>div{min-width:650px}}.import-drop{border:1px dashed #9fa69f;border-radius:13px;padding:1.2rem;margin-bottom:.8rem;display:grid;grid-template-columns:45px 1fr auto;gap:1rem;align-items:center;background:#f1f2e9}.import-drop>svg{width:42px;height:42px;padding:10px;border-radius:12px;background:var(--lime)}.import-drop strong{display:block}.import-drop p{font-size:.7rem;color:var(--muted);margin:.2rem 0}.import-drop input{max-width:220px}.import-drop+.text-button{margin-bottom:1rem}@media(max-width:560px){.import-drop{grid-template-columns:45px 1fr}.import-drop input{grid-column:1/-1;max-width:100%}}.product-tabs{display:flex;gap:.35rem;margin:-.35rem 0 1.5rem;padding:.35rem;background:#e9e8df;border:1px solid var(--line);border-radius:12px;width:max-content;max-width:100%;overflow:auto}.product-tabs a{padding:.65rem 1rem;border-radius:9px;color:var(--muted);font-size:.7rem;font-weight:800;white-space:nowrap}.product-tabs a.active{background:#fffef9;color:var(--ink);box-shadow:0 2px 8px #18272214}.product-filter-panel{display:grid;grid-template-columns:minmax(240px,1.6fr) repeat(6,minmax(125px,1fr));gap:.65rem;padding:.8rem;margin-bottom:1rem}.product-filter-panel .search{max-width:none}.product-filter-panel select,.pagination select,.inline-create input{border:1px solid var(--line);background:#fffef9;border-radius:9px;padding:.65rem .7rem;min-width:0;color:var(--ink);font:inherit;font-size:.7rem}.bike-filter{display:flex;align-items:center;gap:.35rem;border:1px solid var(--line);background:#fffef9;border-radius:9px;padding:0 .55rem;min-width:0}.bike-filter>svg{width:15px;color:var(--muted);flex:0 0 auto}.bike-filter input{border:0;background:transparent;min-width:0;width:100%;font:inherit;font-size:.7rem}.bike-filter input:focus{outline:0}.bike-filter button{border:0;background:transparent;padding:0;display:grid;place-items:center}.bike-filter button svg{width:14px}.catalog-table{overflow:hidden}.catalog-table-meta{display:flex;justify-content:space-between;padding:.8rem 1rem;border-bottom:1px solid var(--line);font-size:.67rem;color:var(--muted)}.catalog-table td{vertical-align:middle}.catalog-table td:nth-child(1){min-width:230px}.catalog-table td:nth-child(2){min-width:145px}.source-pill{display:inline-block;padding:.18rem .3rem;border-radius:5px;background:#e8eed0;color:#52602b;font-size:.5rem;font-weight:900;margin-right:.25rem}.cell-note{display:block;color:var(--muted);margin-top:.15rem;font-size:.56rem}.pagination{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-top:1px solid var(--line);font-size:.65rem}.pagination>label,.pagination>div{display:flex;align-items:center;gap:.6rem}.pagination .button svg{width:14px}.product-form{display:flex;flex-direction:column;gap:1.2rem}.product-form>section{padding-bottom:1.1rem;border-bottom:1px solid var(--line)}.form-section-title{display:flex;align-items:center;gap:.55rem;margin:0 0 .8rem;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.form-section-title>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--ink);color:#fff;font-size:.6rem}.form-section-title i,.field>span i{font-style:normal;text-transform:none;letter-spacing:0;color:var(--muted);font-weight:500;margin-left:.25rem}.bike-search{max-width:none}.bike-results{border:1px solid var(--line);border-radius:10px;margin-top:.4rem;max-height:210px;overflow:auto;background:#fff}.bike-results>button{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:.65rem .75rem;display:grid;grid-template-columns:30px 1fr 20px;gap:.6rem;text-align:left;align-items:center}.bike-results>button:last-child{border-bottom:0}.bike-results svg{width:16px}.bike-results span{display:flex;flex-direction:column}.bike-results small{color:var(--muted)}.selected-bikes{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.65rem;min-height:30px;align-items:center}.selected-bikes>span{display:flex;align-items:center;gap:.35rem;padding:.42rem .45rem .42rem .6rem;background:#edf2db;border:1px solid #d8e1b7;border-radius:9px;font-size:.66rem;font-weight:700}.selected-bikes>span>svg{width:14px}.selected-bikes button{display:grid;place-items:center;border:0;background:transparent;padding:0}.selected-bikes button svg{width:14px}.selected-bikes>small{color:var(--muted)}.inventory-price-note{margin:.8rem 0 0;padding:.65rem .75rem;border-radius:9px;background:#eef0e9;color:var(--muted);font-size:.65rem;line-height:1.45}.product-form-actions{display:grid;grid-template-columns:auto 1fr auto auto}.product-form-actions>span{display:block}.management-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);gap:1rem}.manager-panel,.manager-form{padding:1rem;min-width:0}.manager-panel>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.manager-panel>header h2{margin:.15rem 0 0;font-size:1.05rem}.manager-panel>header>svg{width:34px;height:34px;padding:8px;background:var(--lime);border-radius:10px}.inline-create{display:flex;gap:.45rem;align-items:center;padding:.65rem;background:#efeee7;border-radius:10px;margin-bottom:.7rem}.inline-create>input{flex:1}.inline-create .check{white-space:nowrap}.manager-list{border:1px solid var(--line);border-radius:10px;overflow:hidden;max-height:520px;overflow-y:auto}.manager-list>button,.manager-list.models>div{width:100%;display:grid;grid-template-columns:1fr 28px 28px;gap:.4rem;align-items:center;padding:.7rem .75rem;border:0;border-bottom:1px solid var(--line);background:#fffef9;text-align:left}.manager-list>button:last-child,.manager-list.models>div:last-child{border-bottom:0}.manager-list>button.selected{background:#edf2db}.manager-list span{display:flex;flex-direction:column;min-width:0}.manager-list strong{font-size:.72rem}.manager-list small{font-size:.58rem;color:var(--muted);margin-top:.15rem}.manager-list i{display:grid;place-items:center;width:27px;height:27px;border-radius:7px}.manager-list i:hover{background:#fff}.manager-list i svg{width:14px}.manager-list .danger{color:var(--red)}.manager-list.models>div{grid-template-columns:1fr 30px 30px}.single-form{grid-template-columns:300px 1fr}.manager-form{align-self:start}.manager-form form{display:flex;flex-direction:column;gap:.75rem}.section-switch{margin-bottom:1rem}.section-switch button{display:flex;align-items:center;gap:.4rem}.section-switch svg{width:15px}@media(max-width:1150px){.product-filter-panel{grid-template-columns:repeat(3,1fr)}.product-filter-panel .search{grid-column:span 2}}@media(max-width:820px){.management-grid,.single-form{grid-template-columns:1fr}.product-filter-panel{grid-template-columns:1fr 1fr}.product-filter-panel .search{grid-column:1/-1}.catalog-table .table-scroll{overflow:auto}.catalog-table table{min-width:1050px}}@media(max-width:560px){.product-tabs{width:100%}.product-filter-panel{grid-template-columns:1fr}.product-filter-panel .search{grid-column:auto}.pagination{align-items:flex-start;gap:.8rem;flex-direction:column}.pagination>div{width:100%;justify-content:space-between}.product-form-actions{grid-template-columns:1fr}.product-form-actions .button{width:100%}.inline-create{align-items:stretch;flex-direction:column}.inline-create .button{width:100%}}.order-book-actions{display:flex;justify-content:flex-end;margin:-.5rem 0 1rem;min-height:34px}.purchase-filters{display:grid;grid-template-columns:minmax(250px,1.6fr) repeat(5,minmax(135px,1fr));gap:.65rem;padding:.8rem;margin-bottom:1rem}.purchase-filters .search{max-width:none}.purchase-filters select{min-width:0;border:1px solid var(--line);background:#fffef9;border-radius:9px;padding:.65rem .7rem;color:var(--ink);font:inherit;font-size:.72rem}.po-product-picker{position:relative;margin:1rem 0}.po-product-picker>label{display:flex;align-items:center;gap:.55rem;border:1px solid #bdc4bb;border-radius:10px;background:#fff;padding:0 .8rem;height:48px}.po-product-picker>label svg{width:18px;color:var(--muted)}.po-product-picker input{border:0;outline:0;flex:1;font:inherit}.po-product-results{position:absolute;left:0;right:0;top:52px;z-index:20;max-height:300px;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 14px 35px #1827222e}.po-product-results>span,.po-product-results>button{width:100%;display:grid;grid-template-columns:1fr auto 22px;gap:.8rem;align-items:center;border:0;border-bottom:1px solid var(--line);padding:.75rem .85rem;background:#fff;text-align:left}.po-product-results>span{display:flex;color:var(--muted)}.po-product-results>button:hover{background:#f5f8e8}.po-product-results span span,.po-product-results button>span{display:flex;flex-direction:column}.po-product-results small{color:var(--muted);margin-top:.15rem}.po-product-results b{font-size:.7rem}.po-product-results svg{width:16px}.builder-lines>div,.builder-lines>label{grid-template-columns:minmax(220px,1fr) 145px 180px 36px}.builder-lines>label>.icon-button{justify-self:center}.po-builder-total{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin:.7rem 0 1rem;padding:.8rem 1rem;border-radius:9px;background:#edf2db}.po-builder-total span{font-size:.75rem;font-weight:800}.po-builder-total strong{font-size:1.15rem}.po-value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:1rem 0}.po-value-cards>span{display:flex;flex-direction:column;padding:.8rem;border:1px solid var(--line);border-radius:10px;background:#f7f7f1}.po-value-cards small{color:var(--muted);font-size:.65rem}.po-value-cards strong{margin-top:.2rem;font-size:1rem}.po-timeline{border-left:2px solid #d4dbc2;margin:0 0 1rem .5rem;padding-left:1.1rem}.po-timeline article{position:relative;display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.po-timeline article>i{position:absolute;width:10px;height:10px;border-radius:50%;background:#749137;left:-1.48rem;top:.9rem;border:2px solid white}.po-timeline article>div{display:flex;flex-direction:column}.po-timeline small{color:var(--muted);margin-top:.15rem}.po-timeline article>b{font-size:.75rem}.po-timeline .negative{color:var(--red)}.pos-product-stage{border:2px solid #90a75b;background:#f7faec}.pos-product-stage .pos-section-head{background:#eaf2d5}.pos-product-stage .pos-step{background:#607b28}.pos-sale-stage{border:2px solid #6e96a3;background:#f1f7f9}.pos-sale-stage>.pos-section-head{background:#dcecf1}.pos-sale-stage .pos-step,.pos-sale-stage .pos-panel-title>span,.pos-sale-stage .pos-panel-title p>span{background:#326b7d}.pos-search-dropdown{position:relative}.pos-product-results{position:absolute;z-index:30;left:1rem;right:1rem;top:calc(100% - 1px);max-height:330px;overflow:auto;border:1px solid #aeb9ae;border-radius:0 0 11px 11px;background:#fff;box-shadow:0 16px 34px #18272233}.pos-product-results>span,.pos-product-results>button{width:100%;display:grid;grid-template-columns:minmax(220px,1fr) auto auto 24px;align-items:center;gap:1rem;padding:.72rem .85rem;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left}.pos-product-results>span{display:flex;color:var(--muted)}.pos-product-results>button:hover{background:#f4f8e7}.pos-product-results button>span{display:flex;flex-direction:column}.pos-product-results small{color:var(--muted);margin-top:.15rem}.pos-product-results svg{width:16px}.pos-line-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.enq-cost{border:0;background:transparent;padding:.25rem;color:#285f72;text-decoration:underline;text-underline-offset:3px;font-size:.67rem;font-weight:900;white-space:nowrap}.customer-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:.8rem}.customer-detail-grid .full{grid-column:1/-1}.pos-customer-panel{background:#f7fbfc}.pos-customer-summary strong{display:flex;align-items:center;gap:.3rem}.pos-customer-summary svg{width:14px}.pos-handover{display:flex;align-items:center;gap:.65rem;margin:1rem 0 0;padding:.85rem;border:2px solid #6c8a38;border-radius:10px;background:#f7ffe5;cursor:pointer}.pos-handover>input{position:absolute;opacity:0}.pos-handover>span{display:grid;grid-template-columns:30px 1fr;column-gap:.65rem;width:100%}.pos-handover i{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border:2px solid #6c8a38;border-radius:7px;background:#fff}.pos-handover i svg{width:19px}.pos-handover b{font-size:.83rem}.pos-handover small{font-size:.64rem;color:var(--muted);margin-top:.12rem}.cost-enquiry>p{font-size:.78rem;color:var(--muted)}.cost-layers{border:1px solid var(--line);border-radius:10px;overflow:hidden}.cost-layers>div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border-bottom:1px solid var(--line)}.cost-layers>div:last-child{border-bottom:0}.cost-layers span{display:flex;flex-direction:column}.cost-layers small{color:var(--muted);margin-top:.12rem}.cost-layers .unavailable{background:#fff1ee;color:var(--red)}.cost-average{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;padding:.9rem;border-radius:10px;background:#eaf2d5}.cost-average strong{font-size:1.05rem}@media(max-width:1150px){.purchase-filters{grid-template-columns:repeat(3,1fr)}.purchase-filters .search{grid-column:span 2}}@media(max-width:760px){.purchase-filters{grid-template-columns:1fr 1fr}.purchase-filters .search{grid-column:1/-1}.po-value-cards{grid-template-columns:1fr}.pos-product-results>button{grid-template-columns:1fr 24px}.pos-product-results>button>b,.pos-product-results>button>strong{display:none}.customer-detail-grid{grid-template-columns:1fr}.customer-detail-grid .full{grid-column:auto}.builder-lines>div,.builder-lines>label{min-width:700px}.po-timeline article{grid-template-columns:1fr}.po-timeline article>b{justify-self:start}}@media(max-width:520px){.purchase-filters{grid-template-columns:1fr}.purchase-filters .search{grid-column:auto}.pos-search-dropdown{padding-bottom:.85rem}.pos-search-tip{display:none}}.field{gap:.42rem}.field>span{font-size:.82rem;line-height:1.3;font-weight:800;color:#34443e}.field>span i{font-size:.72rem;font-weight:600;color:#747e79}.field>small{font-size:.72rem;line-height:1.4;color:#68746f}.field input,.field select,.field textarea,.payment-row input,.payment-row select,.builder-lines input{min-height:46px;padding:.7rem .8rem;font-size:.88rem;border-color:#c9cbc3}.field input::placeholder,.field textarea::placeholder{color:#858e89;opacity:1}.check{font-size:.84rem;color:#44534d}.check input{width:18px;height:18px;accent-color:var(--ink)}.form-grid{gap:1.1rem}.role-fields{margin:0;padding:.8rem 1rem 1rem;border:1px solid #c9cbc3;border-radius:10px}.role-fields legend{padding:0 .35rem;font-size:.82rem;font-weight:800;color:#34443e}.alert{font-size:.82rem;line-height:1.45}.switch{font-size:.82rem}.switch input{position:absolute;width:1px;height:1px;opacity:0}.switch input:focus-visible+i{outline:3px solid rgba(48,126,150,.28);outline-offset:3px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.inline-field{display:flex;flex:1;min-width:0;flex-direction:column;gap:.3rem}.inline-field>span{font-size:.72rem;font-weight:800;color:#405049}.inline-field input{width:100%}.page.pos-page{max-width:none;padding:clamp(1rem,2vw,2rem)}.pos-page .page-header{margin-bottom:1.25rem}.pos-page .page-header h1{font-size:clamp(2rem,2.8vw,2.8rem)}.pos-load-error{margin-bottom:1rem}.pos-catalog,.pos-sale{overflow:hidden;border-radius:13px}.pos-sale{margin-top:1rem}.pos-section-head{min-height:68px;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);background:#fffef9}.pos-section-head>div{display:flex;align-items:center;gap:.75rem}.pos-section-head h2{font-size:1.03rem;margin:0}.pos-section-head p{font-size:.72rem;color:var(--muted);margin:.15rem 0 0}.pos-step,.pos-panel-title>span,.pos-panel-title p>span{width:28px;height:28px;border-radius:8px;background:var(--ink);color:#fff;display:inline-grid;place-items:center;font-size:.72rem;font-weight:900;flex:0 0 auto}.pos-cart-count{display:flex;align-items:center;gap:.45rem;padding:.45rem .65rem;border-radius:8px;background:#edf2db;font-size:.75rem;font-weight:800}.pos-cart-count svg{width:16px}.pos-command-bar{display:flex;align-items:flex-end;gap:1rem;padding:.85rem 1rem;background:#f3f2eb;border-bottom:1px solid var(--line)}.pos-search-field{flex:1;display:flex;flex-direction:column;gap:.4rem}.pos-search-field>span{font-size:.78rem;font-weight:800;color:#34443e}.pos-search-field>div{height:48px;display:flex;align-items:center;gap:.55rem;border:1px solid #bec3bb;background:#fff;border-radius:9px;padding:0 .45rem 0 .75rem}.pos-search-field>div:focus-within{border-color:#607b72;box-shadow:0 0 0 3px #607b721f}.pos-search-field svg{width:18px;color:#66746e}.pos-search-field input{width:100%;border:0;outline:0;background:transparent;font-size:.9rem}.pos-search-tip{height:48px;display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.72rem;white-space:nowrap}.pos-search-tip svg{width:17px}.pos-table-scroll{overflow:auto}.pos-catalog>.pos-table-scroll{max-height:460px}.pos-product-table,.pos-cart-table{font-size:.76rem}.pos-product-table th,.pos-cart-table th{position:sticky;top:0;z-index:2;background:#e9e9e1;color:#5e6863;font-size:.64rem}.pos-product-table td,.pos-product-table th,.pos-cart-table td,.pos-cart-table th{padding:.68rem .8rem}.pos-product-table td:first-child{min-width:210px}.pos-product-table td:nth-child(2){min-width:150px}.pos-product-table td:nth-child(3),.pos-product-table td:nth-child(4){min-width:130px}.pos-product-table td:last-child,.pos-product-table th:last-child{text-align:right}.pos-product-table td small,.pos-cart-table td small{display:block;margin-top:.14rem;color:var(--muted);font-size:.64rem}.pos-product-table tbody tr:hover{background:#fbfde9}.stock-out{color:var(--red)}.pos-add-button{height:34px;padding:0 .7rem;font-size:.72rem}.pos-add-button svg{width:14px}.pos-cart-table input{height:38px;width:110px;padding:.4rem .55rem;border:1px solid #c9cbc3;border-radius:8px}.pos-quantity{display:flex;align-items:center;width:max-content;border:1px solid #c9cbc3;border-radius:8px;overflow:hidden;background:#fff}.pos-quantity button{width:34px;height:38px;border:0;background:#f0f0e8;font-size:1rem}.pos-quantity input{width:58px;border:0;border-left:1px solid #d8d9d1;border-right:1px solid #d8d9d1;border-radius:0;text-align:center}.icon-button.danger{color:var(--red)}.pos-checkout-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;background:#f5f4ed}.pos-checkout-panel,.pos-total-panel{padding:1rem;min-width:0}.pos-checkout-panel{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.pos-panel-title{min-height:28px;display:flex;align-items:center;gap:.55rem;margin:0 0 1rem;font-size:.78rem;font-weight:900;color:#293a34;text-transform:uppercase;letter-spacing:.05em}.pos-panel-title>span,.pos-panel-title p>span{width:24px;height:24px;font-size:.65rem}.pos-customer-row{display:flex;gap:.5rem}.pos-customer-row select{flex:1;min-width:0}.pos-customer-row .button{height:46px;white-space:nowrap}.pos-fulfill{margin-top:1rem}.pos-customer-summary{margin-top:.8rem;padding:.7rem;border-radius:8px;background:#edf2db;display:flex;justify-content:space-between;gap:.5rem;font-size:.72rem}.pos-customer-summary span{color:#53625c}.pos-adjustment-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pos-fee-field{grid-column:1/-1}.pos-payments-panel{grid-column:1/3}.pos-payments-panel>.pos-panel-title{justify-content:space-between}.pos-payments-panel>.pos-panel-title p{display:flex;align-items:center;gap:.55rem;margin:0}.pos-payments-panel>.pos-panel-title button{border:0;background:transparent;color:#315f52;font-size:.7rem;font-weight:800;display:flex;align-items:center;gap:.25rem}.pos-payments-panel>.pos-panel-title button svg{width:14px}.pos-payment-row{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(130px,.65fr) minmax(160px,1fr) 34px;gap:.6rem;align-items:end;margin-top:.7rem}.pos-remove-payment{margin-bottom:9px}.pos-total-panel{grid-column:3;grid-row:1/3;background:#ecebe2;align-self:stretch}.pos-total-panel dl{margin:0}.pos-total-panel dl>div{display:flex;justify-content:space-between;gap:1rem;padding:.38rem 0;font-size:.76rem}.pos-total-panel dt{color:#5d6964}.pos-total-panel dd{font-weight:800;margin:0}.pos-total-panel .pos-grand-total{padding:.8rem 0;margin:.45rem 0;border-top:1px solid #c9cbc3;border-bottom:1px solid #c9cbc3;font-size:1rem}.pos-total-panel .pos-grand-total dt,.pos-total-panel .pos-grand-total dd{color:var(--ink);font-weight:900}.pos-total-panel .pos-balance dd{color:var(--red)}.pos-guidance{margin:.75rem 0 0;padding:.65rem .7rem;background:#fff2d8;border:1px solid #e8d3a7;border-radius:8px;color:#735526;font-size:.7rem;line-height:1.4}.pos-total-panel .alert{margin-top:.75rem}.pos-total-panel .checkout-button{margin-top:1rem}.pos-sale>.empty{min-height:230px;padding:2.5rem 1rem}@media(max-width:1100px){.pos-checkout-grid{grid-template-columns:1fr 1fr}.pos-payments-panel{grid-column:1/3}.pos-total-panel{grid-column:1/3;grid-row:auto}.pos-checkout-panel:nth-child(2){border-right:0}}@media(max-width:820px){.page.pos-page{padding:1rem}.pos-page .page-header{margin-bottom:1rem}.pos-command-bar{align-items:stretch;flex-direction:column;gap:.25rem}.pos-search-tip{height:auto}.pos-catalog>.pos-table-scroll{max-height:55vh}.pos-section-head{align-items:flex-start}.pos-cart-count{white-space:nowrap}.pos-payment-row{grid-template-columns:1fr 1fr}.pos-remove-payment{margin:0}.pos-customer-row{align-items:stretch;flex-direction:column}.pos-customer-row .button{width:100%}}@media(max-width:680px){.pos-section-head{min-height:62px}.pos-section-head h2{font-size:.92rem}.pos-cart-count{font-size:.68rem;padding:.4rem .5rem}.pos-product-table thead,.pos-cart-table thead{display:none}.pos-product-table,.pos-product-table tbody,.pos-cart-table,.pos-cart-table tbody{display:block}.pos-product-table tr,.pos-cart-table tr{display:grid;padding:.75rem;border-bottom:1px solid var(--line);gap:.45rem}.pos-product-table tr,.pos-cart-table tr{grid-template-columns:1fr auto}.pos-product-table td,.pos-cart-table td{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:0!important;border:0!important;min-width:0!important;white-space:normal}.pos-product-table td:before,.pos-cart-table td:before{content:attr(data-label);font-size:.63rem;font-weight:800;color:#77817c;text-transform:uppercase}.pos-product-table td:first-child,.pos-cart-table td:first-child{grid-column:1/-1;display:block;font-size:.86rem}.pos-product-table td:first-child:before,.pos-cart-table td:first-child:before{display:none}.pos-product-table td:last-child,.pos-cart-table td:last-child{grid-column:1/-1}.pos-product-table td:last-child .button{width:100%;height:42px}.pos-product-table td:last-child:before,.pos-cart-table td:last-child:before{display:none}.pos-cart-table input{width:92px}.pos-checkout-grid{grid-template-columns:1fr}.pos-checkout-panel,.pos-payments-panel,.pos-total-panel{grid-column:auto;border-right:0}.pos-adjustment-grid,.pos-payment-row{grid-template-columns:1fr}.pos-remove-payment{justify-self:end}.pos-customer-summary{flex-direction:column}.pos-catalog>.pos-table-scroll{max-height:none}}.inventory-summary{overflow:auto}.inventory-summary span{min-width:150px}.inventory-filters{display:grid;grid-template-columns:minmax(260px,1.8fr) repeat(6,minmax(130px,1fr));gap:.65rem;padding:.8rem;margin-bottom:1rem}.inventory-filters .search{max-width:none}.inventory-filters select{min-width:0;border:1px solid var(--line);background:#fffef9;border-radius:9px;padding:.65rem .7rem;color:var(--ink);font-size:.72rem}.inventory-table table{min-width:1220px}.inventory-detail-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1rem 0}.inventory-detail-metrics span{display:flex;flex-direction:column;padding:.9rem;border:1px solid var(--line);border-radius:10px;background:#f7f7f1}.inventory-detail-metrics small{color:var(--muted)}.inventory-detail-metrics b{font-family:Manrope;font-size:1.2rem;margin-top:.2rem}.inventory-detail-actions{display:flex;gap:.7rem;justify-content:flex-end;margin-top:1.2rem}.cost-table-intro{color:var(--muted);font-size:.78rem;line-height:1.5}.current-cost-table{margin-top:1rem;border:1px solid var(--line);border-radius:10px}.current-cost-table table{min-width:1050px}.current-cost-table a{display:inline-flex;align-items:center;gap:.25rem;color:#285f72;font-weight:800}.current-cost-table a svg{width:13px}.inventory-adjust-form{margin-top:1rem}.page-back-link,.report-page-top{margin-bottom:1rem}.stock-count-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1rem}.stock-count-progress span{display:flex;flex-direction:column;padding:1rem 1.1rem;background:var(--ink);color:#fff;border-radius:11px}.stock-count-progress small{color:#9baba5}.stock-count-progress b{font-family:Manrope;font-size:1.25rem;margin-top:.2rem}.stock-count-steps{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1rem}.stock-count-steps button{display:grid;grid-template-columns:34px 1fr;column-gap:.7rem;align-items:center;padding:.8rem;text-align:left;border:1px solid var(--line);border-radius:11px;background:#e9e8e1;color:var(--muted)}.stock-count-steps button.active{background:#edf2db;border-color:#a8b776;color:var(--ink)}.stock-count-steps button>span{grid-row:1/3;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.stock-count-steps b{font-size:.8rem}.stock-count-steps small{font-size:.65rem}.scan-count-panel{padding:1rem}.scan-count-panel>div:first-child{text-align:center;padding:1rem}.scan-count-panel>div:first-child>svg{width:42px;height:42px;padding:9px;background:var(--lime);border-radius:12px}.scan-count-panel h2{margin:.6rem 0 .25rem}.scan-count-panel p{margin:0;color:var(--muted);font-size:.76rem}.stock-scan-input{display:flex;gap:.55rem;align-items:center;padding:.65rem;border:2px solid #7f9460;border-radius:11px;background:#f8fbea}.stock-scan-input>svg{width:22px}.stock-scan-input input{flex:1;min-width:120px;border:0;outline:0;background:transparent;font-size:1rem}.scan-result{padding:.75rem;margin-top:.7rem;border-radius:9px;background:#eaf2d5;color:#405625;font-weight:800}.scan-result.error{background:#fff0ed;color:var(--red)}.recent-counts{margin-top:1rem;border:1px solid var(--line);border-radius:10px;overflow:hidden}.recent-counts>p{padding:.65rem .8rem;margin:0;background:#ecebe4}.recent-counts>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .8rem;border-top:1px solid var(--line)}.recent-counts span{display:flex;flex-direction:column}.recent-counts small{color:var(--muted)}.manual-count-panel{overflow:hidden}.manual-count-panel>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--line)}.manual-count-panel h2{margin:0}.manual-count-panel header p{margin:.2rem 0 0;color:var(--muted);font-size:.72rem}.manual-count-panel table{min-width:760px}.manual-count-panel input{width:150px;padding:.55rem .65rem;border:1px solid #bfc3ba;border-radius:8px}.count-confirm-panel{display:grid;grid-template-columns:1fr auto auto;gap:.7rem;align-items:center;padding:1rem;border-top:1px solid var(--line);background:#eeede6}.count-confirm-panel p{margin:.25rem 0 0;max-width:680px;color:var(--muted);font-size:.7rem;line-height:1.45}.button.danger-confirm{background:#b33d32;color:#fff;border-color:#b33d32}.button.danger-confirm:hover{background:#963128}.manual-count-panel>.alert{margin:1rem}.scanner{position:relative}.scanner video{width:100%;min-height:280px;object-fit:cover;background:#121816;border-radius:10px}.scan-frame{position:absolute;left:15%;right:15%;top:25%;height:42%;border:3px solid var(--lime);border-radius:12px}.scanner p{font-size:.72rem;color:var(--muted)}@media(max-width:1200px){.inventory-filters{grid-template-columns:repeat(3,1fr)}.inventory-filters .search{grid-column:span 2}}@media(max-width:760px){.inventory-filters{grid-template-columns:1fr 1fr}.inventory-filters .search{grid-column:1/-1}.inventory-detail-metrics{grid-template-columns:1fr 1fr}.stock-scan-input{align-items:stretch;flex-wrap:wrap}.stock-scan-input input{flex-basis:calc(100% - 35px)}.count-confirm-panel{grid-template-columns:1fr}.count-confirm-panel .button{width:100%}.manual-count-panel>header{align-items:stretch;flex-direction:column}.manual-count-panel .search{max-width:none}}@media(max-width:520px){.inventory-filters{grid-template-columns:1fr}.inventory-filters .search{grid-column:auto}.inventory-detail-metrics,.stock-count-progress,.stock-count-steps{grid-template-columns:1fr}.inventory-detail-actions{align-items:stretch;flex-direction:column}.stock-scan-input .button{width:100%}}.pos-catalog{overflow:visible;position:relative;z-index:4}.pos-search-dropdown{z-index:5}.exact-match-toggle{position:relative;cursor:pointer}.exact-match-toggle input{position:absolute;opacity:0}.exact-match-toggle i{width:34px;height:20px;border-radius:999px;background:#a8afa9;position:relative;transition:.15s}.exact-match-toggle i:after{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.15s}.exact-match-toggle input:checked+i{background:#607b28}.exact-match-toggle input:checked+i:after{transform:translate(14px)}.exact-match-toggle input:focus-visible+i{outline:3px solid rgba(96,123,40,.25)}.pos-panel-title-toggle{justify-content:space-between}.pos-panel-title-toggle>p{display:flex;align-items:center;gap:.55rem;margin:0}.pos-panel-title-toggle .switch{display:flex;align-items:center;gap:.45rem;text-transform:none;letter-spacing:0}.pos-panel-title-toggle .switch b{font-size:.72rem}.walk-in-note{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid #b6c78d;border-radius:10px;background:#f3f8e7}.walk-in-note span{font-size:.72rem;line-height:1.45;color:var(--muted)}.pos-inline-payments{margin-top:1rem;padding-top:1rem;border-top:1px solid #c9cbc3}.pos-inline-payments>.pos-panel-title{justify-content:space-between;margin-bottom:.65rem}.pos-inline-payments>.pos-panel-title p{display:flex;align-items:center;gap:.55rem;margin:0}.pos-inline-payments>.pos-panel-title button{display:flex;align-items:center;gap:.2rem;border:0;background:transparent;color:#315f52;font-size:.68rem;font-weight:800}.pos-inline-payments>.pos-panel-title svg{width:13px}.pos-inline-payments .pos-payment-row{grid-template-columns:minmax(105px,1fr) minmax(105px,1fr);padding:.65rem;margin-top:.5rem;border:1px solid #d2d3ca;border-radius:9px;background:#f8f8f3}.pos-inline-payments .pos-payment-row .field:nth-child(3){grid-column:1/-1}.pos-inline-payments .pos-payment-row>.icon-button{justify-self:end}.pos-confirm-title{margin-top:1.15rem;padding-top:1rem;border-top:1px solid #c9cbc3}.sale-filters{display:grid;grid-template-columns:minmax(260px,1.8fr) repeat(5,minmax(135px,1fr));gap:.65rem;padding:.8rem;margin-bottom:1rem}.sale-filters .search{max-width:none}.sale-filters select{min-width:0;border:1px solid var(--line);background:#fffef9;border-radius:9px;padding:.65rem .7rem;color:var(--ink);font:inherit;font-size:.72rem}.sale-book-table table{min-width:1320px}.sale-book-table td small{display:block;margin-top:.15rem;color:var(--muted)}.sale-detail-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:.7rem;margin-bottom:1rem}.sale-detail-metrics span{display:flex;flex-direction:column;padding:1rem;border-radius:11px;background:var(--ink);color:#fff}.sale-detail-metrics span.refund-due{background:#783b35}.sale-detail-metrics small{color:#aab7b2}.sale-detail-metrics b{margin-top:.25rem;font-family:Manrope;font-size:1.15rem}.sale-workspace-section{overflow:visible;margin-bottom:1rem}.sale-workspace-section>.pos-section-head{border-radius:12px 12px 0 0;background:#edf3dc}.sale-workspace-section>.pos-section-head>strong{font-size:.78rem}.sale-products-edit{position:relative;z-index:3}.sale-product-picker{position:relative;padding:.8rem 1rem;border-bottom:1px solid var(--line);background:#f7f7f1}.sale-product-picker>label{height:46px;display:flex;align-items:center;gap:.55rem;padding:0 .75rem;border:1px solid #bec3bb;border-radius:9px;background:#fff}.sale-product-picker>label svg{width:18px;color:var(--muted)}.sale-product-picker>label input{flex:1;border:0;outline:0;font:inherit}.sale-product-picker>.pos-product-results{top:calc(100% - .8rem)}.sale-products-edit table{min-width:1050px}.sale-products-edit table input{width:105px}.new-sale-line{background:#f4f9e8}.sale-adjustment-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem;padding:1rem}.sale-adjustment-list{display:flex;flex-direction:column;gap:.65rem}.sale-adjustment-row{display:grid;grid-template-columns:110px minmax(150px,1fr) 155px 100px minmax(150px,1fr) 100px 38px;gap:.55rem;align-items:end;padding:.75rem;border:1px solid var(--line);border-radius:10px;background:#fffef9}.sale-adjustment-value{display:flex;min-height:46px;flex-direction:column;justify-content:center}.sale-adjustment-value small{font-size:.68rem;color:var(--muted)}.sale-adjustment-value b{font-size:.78rem}.sale-adjustment-actions{display:flex;gap:.55rem}.sale-order-breakdown{align-self:start;margin:0;padding:1rem;border-radius:10px;background:var(--ink);color:#fff}.sale-order-breakdown div{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.78rem}.sale-order-breakdown .total{margin-top:.35rem;padding-top:.8rem;border-top:1px solid #697771;font-size:1rem;font-weight:900}.sale-order-breakdown>small{display:block;margin-top:.75rem;color:#b8c1bd;line-height:1.45}.sale-detail-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:1rem}.sale-section-body{padding:1rem}.sale-customer-select{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.65rem}.customer-edit-form,.sale-meta-fields{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.customer-edit-form .full,.sale-meta-fields .full{grid-column:1/-1}.customer-edit-form>.button{justify-self:start}.sale-cash-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.sale-cash-summary span{display:flex;flex-direction:column;padding:.65rem;border-radius:8px;background:#f1f2e9}.sale-cash-summary small{font-size:.65rem;color:var(--muted)}.sale-cash-summary b{margin-top:.15rem;font-size:.78rem}.sale-payment-form{display:grid;gap:.75rem}.delivery-list{padding:0 1rem 1rem}.sale-timeline{margin:1rem 1.5rem}.page-back-link{display:inline-flex;align-items:center;gap:.35rem}.page-back-link svg{width:16px}@media(max-width:1200px){.sale-filters{grid-template-columns:repeat(3,1fr)}.sale-filters .search{grid-column:span 2}.sale-detail-metrics{grid-template-columns:repeat(3,1fr)}.sale-adjustment-body{grid-template-columns:1fr}.sale-adjustment-row{grid-template-columns:repeat(3,minmax(140px,1fr)) 100px 38px}.sale-detail-grid{grid-template-columns:1fr}}@media(max-width:760px){.sale-filters{grid-template-columns:1fr 1fr}.sale-filters .search{grid-column:1/-1}.sale-detail-metrics,.sale-adjustment-row{grid-template-columns:1fr 1fr}.sale-adjustment-row>.icon-button{justify-self:end}.sale-customer-select,.customer-edit-form,.sale-meta-fields{grid-template-columns:1fr}.customer-edit-form .full,.sale-meta-fields .full{grid-column:auto}.pos-panel-title-toggle{align-items:flex-start;flex-direction:column}.pos-panel-title-toggle .switch{margin-left:2rem}}@media(max-width:520px){.sale-filters{grid-template-columns:1fr}.sale-filters .search{grid-column:auto}.sale-detail-metrics,.sale-adjustment-row,.sale-cash-summary{grid-template-columns:1fr}.sale-adjustment-actions{align-items:stretch;flex-direction:column}.pos-inline-payments .pos-payment-row{grid-template-columns:1fr}.pos-inline-payments .pos-payment-row .field:nth-child(3){grid-column:auto}}.party-card{width:100%;color:var(--ink)}.party-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.party-card:focus-visible{outline:3px solid rgba(96,123,114,.25);outline-offset:2px}
