@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#173e35;--green-dark:#12342d;--mint:#dcece6;--rose:#eed2ce;--pink:#b5656d;--ink:#263631;--muted:#738079;--line:#e4e9e5;--paper:#f7f9f7;--white:#fff;--radius:14px;font-family:'DM Sans',Arial,sans-serif;font-size:16px;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible{outline:3px solid #ba6d79;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #709c8b;outline-offset:1px}svg{width:21px;height:21px;flex:none;vertical-align:middle}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope','DM Sans',Arial,sans-serif}h1{font-size:clamp(1.6rem,2.4vw,2.1rem);letter-spacing:-1px;font-weight:750;line-height:1.3}h2{font-size:1.05rem;font-weight:750;letter-spacing:-.3px}h3{font-size:1rem;line-height:1.45}small{display:block;font-size:.8rem;color:var(--muted);font-weight:400;line-height:1.5}strong{font-weight:650}.muted{color:var(--muted);font-size:.9rem;line-height:1.6}.strong{font-weight:700;color:var(--green)}
.sidebar{width:246px;position:fixed;inset:0 auto 0 0;background:var(--green);color:#d1e0d8;display:flex;flex-direction:column;padding:32px 18px 18px;z-index:30;overflow-y:auto}.wordmark{display:flex;align-items:center;gap:10px;padding:0 8px 37px;color:#fff;font-family:Georgia,serif;font-size:1.6rem;letter-spacing:-1px;white-space:nowrap}.wordmark i{color:var(--rose);font-weight:400}.wordmark small{font:500 .62rem 'DM Sans',Arial,sans-serif;letter-spacing:3.5px;color:#becfc4;margin-top:7px;text-align:center}.brand-emblem{width:34px;height:42px;border:1px solid #7f9d8f;border-radius:18px 18px 5px 5px;display:flex;align-items:center;justify-content:center;color:#eac9c6}.brand-emblem svg{width:22px;height:22px}.side-label{font-size:.7rem;font-weight:600;letter-spacing:1.8px;color:#a0b9ac;padding:0 14px 17px}.sidebar nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:0;color:#c3d4ca;padding:12px 14px;border-radius:8px;text-align:left;font-size:.91rem;line-height:1.5;transition:background .15s}.nav-item:hover{background:#ffffff0c;color:#fff}.nav-item.selected{background:#e8d0cb;color:#264339;font-weight:650}.nav-item svg{width:19px;height:19px}.nav-count{margin-left:auto;font-size:.7rem;background:#ffffff2a;color:inherit;padding:1px 7px;border-radius:5px}.selected .nav-count{background:#fff8}.sidebar-bottom{margin-top:auto;padding:32px 12px 0}.demo-tag{font-size:.64rem;letter-spacing:1.8px;font-weight:600;color:#e2c8c1}.sidebar-bottom p{font-size:.8rem;line-height:1.7;color:#a5bdb0;margin:10px 0 22px}.side-user{display:flex;gap:11px;align-items:center;border-top:1px solid #ffffff1c;padding-top:18px}.side-user strong{font-size:.9rem;color:#f4f5f1}.side-user small{font-size:.76rem;color:#a7bfb2}.profile-avatar{display:grid;place-items:center;width:36px;height:36px;background:#39594c;color:#f5e4dc;border-radius:50%;font-size:.9rem}.workspace{margin-left:246px;min-height:100vh}.topbar{height:78px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;gap:16px}.breadcrumb{font-size:.86rem;color:var(--muted)}.breadcrumb span{margin:0 13px;color:#c6ccc6}.breadcrumb strong{font-weight:500;color:var(--ink)}.profile-switch{display:flex;align-items:center;gap:12px;font-size:.82rem;color:var(--muted)}.profile-switch select{border:1px solid #d4dfd7;border-radius:7px;background:#f9fbf9;padding:9px 28px 9px 10px;font-size:.86rem;color:var(--green);font-weight:600;max-width:100%}.demo-banner{display:flex;gap:10px;align-items:center;padding:10px 36px;background:#f5eee2;border-bottom:1px solid #e9dfcf;font-size:.77rem;color:#766149;line-height:1.6}.demo-banner svg{width:16px;height:16px}.demo-banner button{background:none;border:0;text-decoration:underline;text-underline-offset:3px;color:#65513b;font-size:.78rem;margin-left:auto;white-space:nowrap}.mobile-menu{display:none!important}main{max-width:1580px;margin:0 auto;padding:33px 36px 20px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.eyebrow{font-size:.66rem;letter-spacing:1.8px;font-weight:600;color:#8c9c91;display:block;margin-bottom:10px}.page-heading p{font-size:.91rem;color:var(--muted);line-height:1.6;margin-top:7px}.heading-actions{flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:12px 17px;font-size:.88rem;font-weight:600;line-height:1.35;min-height:42px;transition:background .15s,transform .15s}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn.primary{background:var(--green);color:#fff;box-shadow:0 2px 2px #163f3510}.btn.primary:hover:not(:disabled){background:#245747}.btn.outline{background:#fff;border-color:#dfe6df;color:var(--green)}.btn.outline:hover:not(:disabled){background:#f2f7f3}.btn.small{font-size:.82rem;padding:8px 11px;min-height:36px}.btn svg{width:17px;height:17px}.btn.danger-text{background:none;color:#a24954}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:7px;background:#fff}.text-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:0;font-size:.85rem;font-weight:600;color:var(--green);padding:8px 0}.text-btn svg{width:16px;height:16px}.toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px;margin-bottom:23px}.select-wrap{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:0 11px;min-height:42px}.select-wrap>span{font-size:.8rem;color:var(--muted)}.select-wrap select{max-width:220px;border:0;background:none;font-size:.85rem;font-weight:550;color:var(--ink);padding:10px 20px 10px 0}.search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:0 12px;min-height:42px;flex:1;max-width:420px}.search svg{color:#8e9e94;width:17px;height:17px}.search input{background:none;border:0;width:100%;min-width:0;font-size:.88rem;padding:10px 0;outline:none}.date-range{display:flex;gap:12px;align-items:center;margin-left:auto}.date-range>span{color:#b3bcb5}.date-range label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.8rem}.date-range input{border:1px solid var(--line);background:#fff;padding:10px;border-radius:7px;color:var(--ink);font-size:.85rem;width:145px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:25px}.metrics.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}.metric-label{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.87rem;font-weight:500;color:#6b7a71}.metric-label svg{width:18px;height:18px;color:#8b9c8f}.metric>strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:750;letter-spacing:-1px;margin:14px 0 7px;font-variant-numeric:tabular-nums}.metric>small{font-size:.74rem}.metric-highlight{background:var(--green);border-color:var(--green);color:#fff}.metric-highlight .metric-label{color:#c9d9cf}.metric-highlight .metric-label svg{color:#c9d9cf}.metric-highlight small{color:#b2cbbd}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 23px}.panel-head p{color:var(--muted);font-size:.8rem;margin-top:5px;line-height:1.5}.count-chip{background:#edf3ef;color:#456153;padding:4px 9px;border-radius:7px;font-size:.8rem;font-weight:650}.count-inline{font-size:.82rem;color:var(--muted);margin-left:5px;font-weight:400}.dashboard-grid{display:grid;grid-template-columns:1.18fr 1fr;gap:23px;margin-bottom:25px}.delivery-row{display:flex;align-items:center;gap:12px;padding:19px 22px;border-top:1px solid #eff2ee}.row-body{min-width:0;flex:1}.row-body strong{font-size:.91rem}.row-body small{margin-top:3px;font-size:.73rem}.delivery-row .btn{padding:8px 12px;font-size:.8rem;min-height:36px}.avatar{height:41px;width:41px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Manrope,sans-serif;font-size:.82rem;font-weight:750;letter-spacing:-.3px}.rose{background:#f5e5e3;color:#a96570}.blue{background:#e7edf3;color:#6c87a0}.gold{background:#f5eddb;color:#a98a53}.panel-link{width:100%;border:0;border-top:1px solid var(--line);background:#fcfdfb;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--green);font-size:.81rem;font-weight:600;padding:14px}.panel-link svg{width:15px;height:15px}.chart-panel .panel-head{padding-bottom:12px}.chart-panel .panel-head>svg{color:#99ad9e}.chart-total{display:block;font-family:Manrope,sans-serif;font-size:1.8rem;padding:0 23px;letter-spacing:-.8px}.bar-chart{display:flex;gap:12px;height:146px;margin:15px 23px 20px}.bar-column{display:flex;flex-direction:column;align-items:center;gap:7px;flex:1;min-width:0;font-size:.71rem;color:#7b8981}.bar-track{height:90px;display:flex;align-items:flex-end;justify-content:center;width:100%;border-bottom:1px solid #e3eae3}.bar{width:75%;max-width:35px;background:#d6e5db;border-radius:4px 4px 0 0}.bar.current{background:#b97a82}.bar-value{font-size:.63rem;color:#75857a;white-space:nowrap}.table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin}table{width:100%;border-collapse:collapse;font-size:.87rem;white-space:nowrap}th{font-size:.71rem;color:#7a887e;background:#f6f8f5;font-weight:600;text-align:left;padding:13px 21px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);letter-spacing:.2px}td{padding:17px 21px;border-bottom:1px solid #edf0eb;vertical-align:middle}tbody tr:last-child td{border-bottom:0}td small{font-size:.73rem;margin-top:3px}td strong{font-size:.87rem}.num{text-align:right;font-variant-numeric:tabular-nums}.brand-label{display:inline-block;background:#f2f5f0;border-radius:4px;padding:3px 7px;margin:2px 4px 2px 0;font-size:.72rem;color:#697c6d}.bottom-note{display:flex;align-items:flex-start;gap:9px;font-size:.8rem;color:#7b897f;line-height:1.7;margin:21px 0}.bottom-note svg{width:17px;height:17px;margin-top:2px}.app-footer{display:flex;justify-content:space-between;gap:16px;padding:12px 36px 24px;font-size:.72rem;color:#9aa69d}.product-cell{display:flex;align-items:center;gap:11px}.product-initial{display:grid;place-items:center;width:36px;height:39px;border-radius:7px;font-family:Georgia,serif;font-size:1.2rem}.stock-count{display:inline-flex;align-items:center;justify-content:center;min-width:27px;padding:3px 8px;border-radius:5px;background:#edf4ee;color:#55725e;font-size:.8rem}.stock-count.low{background:#fff0df;color:#976e3b}.tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);margin-bottom:24px}.tabs button{background:none;border:0;border-bottom:2px solid transparent;font-size:.9rem;padding:0 4px 13px;color:var(--muted);font-weight:500}.tabs button.active{color:var(--green);border-bottom-color:var(--green)}.tabs span{margin-left:6px;background:#e6eee6;padding:2px 7px;border-radius:4px;font-size:.73rem}.request-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.request-card{padding:22px;display:flex;flex-direction:column}.request-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.request-card h2{font-size:1.1rem;margin-bottom:4px}.request-card>.muted{font-size:.76rem}.pill{display:inline-flex;align-items:center;font-size:.72rem;padding:5px 9px;border-radius:5px;line-height:1.4;font-weight:500;white-space:nowrap}.pill.pending,.pill.closed{background:#fbf0dd;color:#947041}.pill.received,.pill.approved,.pill.paid,.pill.active{background:#e6f1e9;color:#497455}.pill.rejected,.pill.inactive{background:#f2e8e8;color:#9c6669}.request-items{margin:19px 0;border-top:1px solid var(--line)}.request-items>div{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:.87rem}.request-items small{font-size:.73rem;margin-top:2px}.request-items strong{white-space:nowrap}.request-note{font-size:.82rem;color:var(--muted);line-height:1.6;flex:1;margin-bottom:20px}.request-reason{font-size:.82rem;color:var(--green);margin-bottom:8px}.request-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.84rem}.request-footer .btn{font-size:.8rem;padding:9px 11px}.empty{text-align:center;padding:37px 22px;color:var(--muted);grid-column:1/-1}.empty>svg{width:31px;height:31px;color:#a9bbad;margin-bottom:13px}.empty h3{color:#5b7060;font-size:.95rem;margin-bottom:6px}.empty p{font-size:.83rem;line-height:1.7;max-width:400px;margin:0 auto}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:25px;align-items:start}.pos-layout .toolbar{gap:8px}.pos-layout .search{min-width:160px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.pos-product{display:block;text-align:left;background:white;border:1px solid var(--line);border-radius:12px;padding:16px;transition:border-color .15s,box-shadow .15s}.pos-product:hover{border-color:#8aac99;box-shadow:0 4px 16px #2447320b}.pos-product-top{display:flex;align-items:center;justify-content:space-between;gap:5px}.category-label{font-size:.65rem;color:#839185;text-transform:uppercase;letter-spacing:.5px}.pos-product-top .stock-count{font-size:.65rem;padding:2px 5px}.product-monogram{height:68px;margin:15px 0;border-radius:8px;font:1.8rem Georgia,serif;display:grid;place-items:center}.pos-product>small{font-size:.7rem}.pos-product h3{font-size:.9rem;margin:5px 0}.pos-product p{font-size:.75rem;color:var(--muted);line-height:1.65}.sku{font-size:.67rem;color:#9aa69a}.product-price{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:650;margin-top:16px;color:var(--green)}.product-price>span{background:#edf3ed;border-radius:6px;padding:4px}.product-price svg{width:17px;height:17px}.receipt{position:sticky;top:20px}.receipt .panel-head{border-bottom:1px solid var(--line);padding:19px}.cart-lines{padding:0 20px;max-height:330px;overflow:auto}.cart-lines .empty{padding:27px 5px}.cart-line{display:flex;justify-content:space-between;gap:10px;padding:17px 0;border-bottom:1px solid #ecf0e9}.cart-line:last-child{border:0}.cart-line strong{font-size:.86rem}.cart-line small{font-size:.73rem;margin-top:4px}.cart-price{text-align:right;font-size:.9rem;font-weight:600;white-space:nowrap}.cart-price button{display:block;font-size:.7rem;color:#a37878;margin-left:auto;font-weight:400}.stepper{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:6px;margin-top:10px;overflow:hidden;height:30px;font-size:.8rem}.stepper button{border:0;background:#f7f9f6;width:28px;height:30px}.stepper span{display:inline-block;min-width:28px;text-align:center}.checkout{border-top:1px solid var(--line);padding:20px;background:#fdfefc}.receipt-total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 23px;font-size:.9rem}.receipt-total strong{font-family:Manrope,sans-serif;font-size:1.45rem;letter-spacing:-.7px;color:var(--green)}.checkout h3{font-size:.85rem;margin-bottom:13px}.payment-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.payment-fields label{font-size:.73rem;font-weight:500;color:#687b6c}.amount-input{display:flex;align-items:center;background:#fff;border:1px solid #dce5d9;border-radius:6px;margin-top:7px;padding:0 7px;gap:4px}.amount-input input{width:100%;border:0;min-width:0;background:none;padding:11px 0;font-size:.8rem;font-variant-numeric:tabular-nums}.amount-input input::-webkit-inner-spin-button{appearance:none}.amount-input span{font-size:.73rem;color:#9aa898}.payment-balance{display:flex;align-items:center;justify-content:space-between;background:#edf5ec;padding:9px 11px;border-radius:5px;font-size:.75rem;margin:12px 0;color:#5a795b}.payment-balance svg{width:15px;height:15px}.payment-balance.warning{background:#fff1dd;color:#9a7041}.receipt-summary{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;margin:13px 0;color:#798579}.receipt-summary strong{font-size:.83rem;color:#4f6555}.allocation{font-size:.75rem;color:#65816e;padding:4px 0 10px}.allocation summary{cursor:pointer;padding:5px 0}.allocation>div{display:flex;justify-content:space-between;padding:7px 0}.allocation p{font-size:.7rem;line-height:1.6}.note-label{display:block;font-size:.76rem;color:#788779;margin:10px 0 17px}.note-label input{display:block;width:100%;padding:10px;border:1px solid var(--line);border-radius:6px;font-size:.8rem;margin-top:7px}.full{width:100%}.fine-print{text-align:center;color:#9aa599;font-size:.67rem;line-height:1.6;margin-top:11px}.section-space{margin-top:23px}.activity{display:flex;align-items:center;gap:14px;padding:16px 24px;border-top:1px solid var(--line)}.activity-icon{background:#f1f5ef;border-radius:8px;padding:8px;color:#81987f}.activity-icon svg{height:18px;width:18px}.activity strong{font-size:.85rem}.activity small{font-size:.74rem}.activity-date{margin-left:auto;text-align:right;font-size:.77rem;color:#687c6b}.users-summary{display:flex;gap:25px;color:#78867c;font-size:.85rem;margin-bottom:24px}.users-summary strong{color:var(--green);font-size:1rem;margin-right:5px}.row-actions{display:flex;gap:7px}.row-actions .btn{white-space:nowrap}
dialog{padding:0;border:1px solid var(--line);border-radius:16px;max-width:640px;width:calc(100% - 32px);max-height:90vh;box-shadow:0 25px 90px #102c3340;color:var(--ink);background:#fff}dialog::backdrop{background:#16372e66;backdrop-filter:blur(3px)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:21px 25px;border-bottom:1px solid var(--line);gap:12px}.modal-header h2{font-size:1.14rem}.modal-header .icon-btn{border:0}.modal-body{padding:22px 25px;line-height:1.7;font-size:.9rem}.modal-body>.muted{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 17px}.form-field{display:block;font-size:.83rem;font-weight:500;margin-bottom:17px}.form-field input,.form-field select,.form-field textarea{display:block;width:100%;padding:11px 12px;border:1px solid #dbe3d9;border-radius:7px;font-size:.9rem;margin-top:6px;background:#fff;color:var(--ink)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:17px 25px;border-top:1px solid var(--line);background:#fcfdfb}.form-error{color:#a95359;font-size:.85rem;padding:0 25px 10px}.form-error:empty{display:none}.request-picker{margin:18px 0;max-height:300px;overflow-y:auto}.pick-line{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-top:1px solid var(--line);font-size:.9rem}.pick-line small{font-size:.78rem}.pick-line input{width:80px;padding:10px;border:1px solid var(--line);border-radius:6px}.detail-heading{display:flex;justify-content:space-between;gap:12px}.detail-heading strong{font-size:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.detail-item small{font-size:.78rem}.detail-item>strong{white-space:nowrap}.soft-note{background:#f2f6ef;padding:12px 14px;margin-top:17px;border-radius:7px;color:#647962;font-size:.82rem}.sale-detail-line{margin:15px 0 22px}.mini-payment{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:13px 0;font-size:.72rem;color:#8b988a}.mini-payment b{display:block;color:#4d6953;font-weight:500;font-size:.9rem}.sale-detail-line .receipt-summary{margin-top:0}.error-text{color:#a24d55;font-size:.8rem;padding:10px 0}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#173e35;color:#fff;border-radius:9px;padding:14px 22px;font-size:.88rem;line-height:1.5;box-shadow:0 8px 30px #173e3540;max-width:calc(100% - 32px);z-index:100;opacity:0;pointer-events:none;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pos-layout{grid-template-columns:minmax(0,1fr) 390px}}
@media(max-width:1240px){.sidebar{width:220px;padding-left:12px;padding-right:12px}.workspace{margin-left:220px}.wordmark{font-size:1.45rem}.topbar{padding:0 25px}main{padding:28px 25px}.demo-banner{padding:9px 25px}.metric{padding:18px 15px}.metric-label{font-size:.8rem}.metrics{gap:12px}.dashboard-grid{gap:18px;grid-template-columns:1fr 1fr}.delivery-row{padding:16px}.delivery-row small{max-width:180px}.delivery-row .btn svg{display:none}.request-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-fields{gap:5px}.amount-input{padding:0 5px}.date-range{margin-left:0}.receipt .panel-head{padding:18px}.checkout{padding:16px}.cart-lines{padding:0 16px}}
@media(max-width:980px){.sidebar{width:200px}.workspace{margin-left:200px}.wordmark{font-size:1.25rem;gap:6px}.brand-emblem{width:29px}.nav-item{font-size:.84rem;padding:11px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.chart-panel{display:none}.metrics.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric>strong{font-size:1.55rem}.metric-label svg{display:none}.page-heading{align-items:flex-start}.heading-actions .btn{font-size:.82rem;padding:11px 12px}.profile-switch>span{display:none}.topbar{padding:0 20px}.breadcrumb{font-size:.79rem}.breadcrumb span{margin:0 7px}.pos-layout{grid-template-columns:1fr}.receipt{position:static}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout{padding:20px}.payment-fields{gap:14px}.amount-input input{font-size:1rem}.cart-lines{max-height:300px}.product-monogram{height:48px}.request-grid{grid-template-columns:1fr}.request-card{max-width:none}.app-footer{padding-left:25px;padding-right:25px}}
@media(max-width:720px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:246px;box-shadow:10px 0 40px #173e3530;padding-top:27px}.sidebar.mobile-open{transform:translateX(0)}.wordmark{font-size:1.6rem}.workspace{margin-left:0}.mobile-menu{display:inline-flex!important;flex:none}.topbar{height:66px;padding:0 16px;gap:10px}.breadcrumb{flex:1;font-size:.78rem}.breadcrumb>span,.breadcrumb>strong{display:none}.profile-switch select{font-size:.78rem;padding:8px 18px 8px 8px;max-width:180px}.demo-banner{padding:9px 16px;gap:8px;font-size:.71rem;align-items:flex-start}.demo-banner svg{margin-top:2px}.demo-banner button{font-size:.71rem;margin-top:1px}main{padding:24px 16px 16px}.page-heading{gap:14px;flex-wrap:wrap;margin-bottom:22px}.page-heading h1{font-size:1.7rem}.page-heading p{font-size:.88rem}.eyebrow{font-size:.62rem;margin-bottom:7px}.heading-actions{width:100%}.heading-actions .btn{font-size:.86rem}.toolbar{gap:10px;margin-bottom:18px}.select-wrap{padding:0 10px}.select-wrap select{font-size:.82rem;max-width:200px}.select-wrap>span{font-size:.74rem}.search{max-width:none;min-width:160px}.search input{font-size:.88rem}.metrics{gap:10px;margin-bottom:20px}.metric{padding:16px 13px;border-radius:10px}.metric-label{font-size:.79rem}.metric>strong{font-size:1.62rem;margin:12px 0 5px}.metric>small{font-size:.69rem}.metrics.three{grid-template-columns:1fr}.metrics.three .metric{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px}.metrics.three .metric>strong{margin:0;font-size:1.65rem;grid-row:span 2}.dashboard-grid{margin-bottom:20px}.panel{border-radius:11px}.panel-head{padding:18px 16px}.panel-head h2{font-size:1rem}.panel-head p{font-size:.76rem}.delivery-row{padding:15px 16px;gap:10px}.row-body small{font-size:.68rem;max-width:175px}.avatar{width:36px;height:36px;font-size:.75rem}.delivery-row .btn{font-size:.74rem;padding:7px 9px;min-height:35px}.panel-link{font-size:.79rem}.table-wrap table{font-size:.82rem}th{padding:12px 16px;font-size:.7rem}td{padding:15px 16px}.panel-head .text-btn{font-size:.77rem}.app-footer{padding:6px 16px 22px;font-size:.65rem}.app-footer span{display:none}.bottom-note{font-size:.76rem}.date-range{width:100%;gap:7px}.date-range label{flex:1;font-size:.76rem;display:block}.date-range input{display:block;width:100%;margin-top:5px;font-size:.83rem}.date-range>span{padding-top:17px}.request-card{padding:18px}.request-grid{gap:15px}.request-note{font-size:.83rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-product{padding:13px}.pos-product-top .category-label{font-size:.6rem}.pos-product-top .stock-count{font-size:.6rem}.pos-product h3{font-size:.9rem}.product-monogram{height:55px;margin:12px 0}.pos-product p{font-size:.76rem}.product-price{font-size:1.02rem}.pos-layout .toolbar .select-wrap{width:100%}.pos-layout .toolbar .search{width:100%;min-width:100%}.pos-layout{gap:22px}.receipt-total strong{font-size:1.65rem}.payment-fields label{font-size:.8rem}.payment-balance{font-size:.82rem}.note-label{font-size:.82rem}.fine-print{font-size:.73rem}.allocation{font-size:.82rem}.allocation p{font-size:.75rem}.users-summary{gap:20px;font-size:.83rem}.activity{gap:10px;padding:14px 16px;align-items:flex-start}.activity strong{font-size:.8rem}.activity small{font-size:.69rem}.activity-date{font-size:.7rem;min-width:70px}.activity-date small{font-size:.65rem}.activity-icon{padding:6px}.activity-icon svg{width:16px;height:16px}.modal-header{padding:18px}.modal-header h2{font-size:1.02rem}.modal-body{padding:18px}.modal-actions{padding:16px 18px}.form-grid{grid-template-columns:1fr}.form-field input,.form-field select,.form-field textarea{font-size:1rem}.pick-line input{font-size:1rem}.mini-payment{gap:6px;font-size:.68rem}.mini-payment b{font-size:.85rem}.btn{min-height:44px}.row-actions .btn.small{min-height:38px}.sidebar.mobile-open:after{content:''}.request-footer .btn{min-height:42px}}
.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:10px}.payment-options .btn{font-size:.82rem;padding:9px 7px;min-height:42px}.payment-options [aria-pressed="true"]{background:var(--mint);border-color:#769b86;color:var(--green)}.payment-help{font-size:.82rem;line-height:1.6;color:#738079;margin-bottom:14px}.checkout-error{font-size:.88rem;line-height:1.6;color:#973844;background:#fff0f0;border:1px solid #f0cbcb;border-radius:7px;padding:10px 12px;margin-bottom:12px}.checkout-error:empty{display:none}.payment-fields label{font-size:.875rem}.amount-input input{font-size:1rem}.payment-balance{font-size:.875rem}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
