:root{--green:#006b52;--green-dark:#00513e;--ink:#17332d;--muted:#667873;--line:#dbe5e1;--bg:#f2f6f5;--light:#e6f4ed;--amber:#835500;--danger:#b33a35;font-family:Arial,Helvetica,sans-serif;font-size:16px;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #deab2c;outline-offset:3px}input,select,textarea{width:100%;padding:.85rem;border:1px solid #b7c9c1;border-radius:10px;background:#fff;color:var(--ink);min-height:48px}input:focus,select:focus,textarea:focus{outline:2px solid var(--green);outline-offset:1px}textarea{min-height:80px}label{display:block;font-size:.9rem;font-weight:700;margin:0 0 1rem}label input,label select,label textarea{display:block;margin-top:.45rem;font-weight:400}h1,h2,h3,p{margin-top:0}h1{font-size:1.85rem;letter-spacing:-.045em;margin-bottom:0}h2{font-size:1.3rem}h3{font-size:1.05rem}.hidden{display:none!important}.muted{color:var(--muted)}.tiny{font-size:.8rem;line-height:1.5}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.13em;color:var(--muted)}.primary,.secondary,.danger,.quiet{border:0;border-radius:10px;padding:.85rem 1.15rem;font-weight:700;min-height:48px}.primary{background:var(--green);color:white}.primary:hover{background:var(--green-dark)}.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.quiet{background:var(--light);color:var(--green)}.danger{background:#fceae8;color:var(--danger)}.wide{width:100%}.text-button{background:none;border:0;padding:.7rem 0;text-align:left;color:inherit}.icon-button{border:1px solid var(--line);background:white;border-radius:10px;min-width:44px;min-height:44px;font-size:1.3rem;color:var(--ink)}.brand-mark{width:56px;height:56px;background:var(--green);border-radius:15px;color:white;display:grid;place-items:center;font-weight:900;font-size:2rem}.brand-mark.small{width:40px;height:40px;font-size:1.5rem;border-radius:11px}.login-screen{min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(at 10% 10%,#d6eee3,transparent 50%),var(--bg)}.login-card{width:min(100%,420px);background:white;border:1px solid var(--line);padding:2.3rem;border-radius:22px;box-shadow:0 24px 80px #13362b12}.login-card .brand-mark{margin-bottom:2rem}.login-card h1{margin:.6rem 0 1rem;font-size:2.5rem}.login-card form{margin-top:2rem}.error{color:var(--danger);font-size:.95rem;line-height:1.5;margin-top:1rem}.app{display:flex;min-height:100dvh}.sidebar{width:216px;background:#fff;border-right:1px solid var(--line);padding:1.7rem 1rem;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;z-index:10}.shop-brand{display:flex;align-items:center;gap:.75rem;margin:0 .35rem 2.5rem}.shop-brand span{display:block;color:var(--muted);font-size:.8rem;margin-top:.3rem}.nav-button{display:flex;gap:.85rem;align-items:center;width:100%;background:transparent;border:0;padding:1rem;border-radius:10px;text-align:left;font-size:1rem;font-weight:700;color:var(--muted);margin:.35rem 0}.nav-button span{font-size:1.4rem}.nav-button.selected{background:var(--light);color:var(--green)}.sidebar-foot{margin-top:auto;padding:1rem .5rem;display:flex;flex-direction:column;gap:.5rem;color:var(--muted);font-size:.9rem}.workspace{margin-left:216px;width:calc(100% - 216px);padding:0 2rem 2rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.8rem 0;border-bottom:1px solid var(--line);margin-bottom:1.5rem}.topbar h1{margin-top:.4rem}.topbar-right{display:flex;gap:.7rem;align-items:center;font-size:.9rem}.status,.badge{display:inline-block;background:var(--light);color:var(--green);padding:.4rem .65rem;border-radius:7px;font-size:.8rem;font-weight:700;white-space:nowrap}.status.closed,.badge.warn{background:#fff2ce;color:var(--amber)}.badge.gray{background:#edf1ef;color:var(--muted)}.user-avatar{border-radius:50%;background:#d9e7e1;width:36px;height:36px;display:grid;place-items:center;font-weight:700}.sell-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.5rem;align-items:start}.catalog-top{display:flex;gap:.6rem;margin-bottom:1rem}.catalog-top input{flex:1;min-width:0;background:white;padding:1rem}.catalog-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0;color:var(--muted);font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.8rem}.product-card{border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;min-height:154px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.7rem;color:var(--ink)}.product-card:hover{border-color:var(--green);box-shadow:0 4px 12px #006b5210}.product-card .product-name{font-size:.95rem;line-height:1.45;font-weight:700}.product-card .product-bottom{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.product-card .price{font-size:1.2rem;letter-spacing:-.03em;font-weight:800}.product-code{font-size:.75rem;color:var(--muted);word-break:break-all}.add-symbol{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--light);color:var(--green);font-size:1.4rem}.product-card.pending{background:#fcfdfc}.product-card.pending .price{font-size:.85rem;color:var(--amber)}.cart-panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:1.35rem;position:sticky;top:1rem}.cart-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:.9rem}.cart-heading h2{margin:0}.cart-items{max-height:45vh;overflow:auto;min-height:180px}.empty-cart{text-align:center;padding:3rem .8rem;color:var(--muted);line-height:1.6}.empty-cart .empty-symbol{font-size:2.5rem;color:#adc9bc;margin-bottom:1rem}.cart-line{padding:1rem 0;border-bottom:1px solid var(--line)}.cart-line-top{display:flex;justify-content:space-between;gap:.7rem;font-size:.9rem;line-height:1.4}.cart-line-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.7rem}.quantity-control{display:flex;align-items:center;gap:.6rem}.quantity-control button{width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:white}.cart-total{display:flex;justify-content:space-between;align-items:center;margin:1.3rem 0}.cart-total strong{font-size:2rem;letter-spacing:-.05em}.cart-footnote{font-size:.8rem;text-align:center;line-height:1.5;color:var(--muted);margin:.8rem 0 0}.callout{padding:1rem;border:1px solid #ecd99f;background:#fff8e8;border-radius:10px;font-size:.9rem;line-height:1.55;margin-bottom:1rem;color:#6e5315}.callout.info{background:#e9f4ef;border-color:#c3dfd0;color:var(--green)}.section-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.section-toolbar h2{margin:0}.button-row{display:flex;gap:.6rem;flex-wrap:wrap}.panel{background:white;border:1px solid var(--line);border-radius:14px;padding:1.5rem;margin-bottom:1.25rem}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.metric{background:#fff;border:1px solid var(--line);border-radius:13px;padding:1.25rem}.metric span{font-size:.9rem;color:var(--muted);display:block;margin-bottom:.7rem}.metric strong{font-size:1.8rem;letter-spacing:-.04em}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th{text-align:left;color:var(--muted);font-weight:500;font-size:.8rem;padding:.8rem;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:.95rem .8rem;border-bottom:1px solid #edf1ef;line-height:1.5}td small{display:block;color:var(--muted)}td .secondary,td .quiet{min-height:40px;padding:.55rem .7rem;font-size:.85rem}tr:last-child td{border-bottom:0}.right{text-align:right}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.form-grid .full{grid-column:1/-1}.check-label{display:flex;align-items:center;gap:.6rem}.check-label input{width:22px;min-height:22px;margin:0}.empty-state{padding:2.5rem 1rem;text-align:center;color:var(--muted);line-height:1.7}.list-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid var(--line);padding:1rem 0}.list-item:last-child{border:0}.list-item p{margin:.3rem 0;color:var(--muted);font-size:.9rem}.supplier-panel h2{margin:.6rem 0}.supplier-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.order-quantity{min-width:85px;max-width:110px;padding:.5rem}.select-results{max-height:210px;overflow:auto;margin-bottom:1rem;border:1px solid var(--line);border-radius:10px}.select-results button{display:block;width:100%;text-align:left;background:white;border:0;border-bottom:1px solid var(--line);padding:.8rem;line-height:1.5}.select-results button:hover{background:var(--light)}dialog{border:1px solid var(--line);border-radius:18px;padding:1.5rem;width:min(94vw,650px);max-height:90dvh;color:var(--ink);box-shadow:0 24px 80px #13362b40}dialog::backdrop{background:#112c255e;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.dialog-top h2{margin:0;font-size:1.5rem}.payment-total{font-size:3rem;font-weight:800;letter-spacing:-.06em;text-align:center;margin:1rem 0}.payment-options{display:flex;gap:.6rem;margin-bottom:1.4rem}.payment-options button{flex:1}.payment-options .selected{background:var(--green);color:white}.change-display{padding:1rem;background:var(--light);border-radius:10px;text-align:center;margin:1rem 0;font-size:1.3rem}.change-display strong{display:block;font-size:2.5rem;margin-top:.4rem}.quick-cash{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.2rem}.receipt-success{text-align:center;padding:1rem 0}.success-circle{width:60px;height:60px;display:grid;place-items:center;font-size:2rem;color:white;background:var(--green);border-radius:50%;margin:0 auto 1.5rem}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:#18392f;color:white;border-radius:10px;padding:1rem 1.5rem;z-index:100;max-width:90vw;box-shadow:0 8px 30px #16322933;line-height:1.4}.toast.error-toast{background:#93332f}.connection,.demo-banner{padding:.65rem;text-align:center;font-size:.85rem;font-weight:700}.connection{background:#a82c25;color:white;position:sticky;top:0;z-index:50}.demo-banner{background:#f5d675;color:#4d3b0e}.demo-banner:not(.hidden)~.app .sidebar{top:36px}.scanner-video{width:100%;max-height:50vh;background:#111;border-radius:12px}.install-list{padding-left:1.2rem;line-height:1.8}.install-list li{margin-bottom:1rem}.mobile-cart-button{display:none}.load-more{display:block;margin:1.2rem auto}.negative{color:var(--danger)}
@media(min-width:1500px){.workspace{padding-left:3rem;padding-right:3rem}.sell-layout{grid-template-columns:minmax(0,1fr) 400px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}
@media(max-width:1100px){.sidebar{width:178px}.workspace{margin-left:178px;width:calc(100% - 178px);padding:0 1rem 2rem}.sell-layout{grid-template-columns:minmax(0,1fr) 310px;gap:1rem}.shop-brand{gap:.5rem;font-size:.9rem}.cart-panel{padding:1rem}.topbar-right #user-name{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.sidebar{position:fixed;inset:auto 0 0;width:100%;height:74px;padding:.35rem .2rem calc(.35rem + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--line)}.shop-brand,.sidebar-foot{display:none}#main-nav{display:flex;justify-content:space-around}.nav-button{flex-direction:column;justify-content:center;gap:.25rem;margin:0;padding:.3rem .6rem;font-size:.75rem;min-height:60px;width:auto}.nav-button span{font-size:1.2rem}.workspace{margin-left:0;width:100%;padding:0 1rem 6rem}.topbar{padding:1rem 0;margin-bottom:1rem}.topbar h1{font-size:1.55rem}.topbar-right{gap:.4rem}.status{font-size:.7rem}.user-avatar{display:none}.sell-layout{display:block}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-card{min-height:146px;padding:.9rem}.cart-panel{position:static;margin-top:1.2rem}.cart-items{max-height:none}.cart-panel.mobile-hidden{display:none}.mobile-cart-button{display:block;position:fixed;bottom:86px;left:1rem;right:1rem;width:calc(100% - 2rem);z-index:11;box-shadow:0 6px 20px #006b5240}.catalog-top{gap:.5rem}.catalog-top button{font-size:.85rem;padding:.7rem}.catalog-top input{font-size:1rem}.catalog-meta{font-size:.8rem}.metric-grid{gap:.7rem}.metric{padding:1rem}.metric strong{font-size:1.5rem}.section-toolbar{align-items:flex-start;flex-direction:column}.panel{padding:1rem}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}dialog{padding:1.15rem;width:96vw}.demo-banner:not(.hidden)~.app .sidebar{top:auto}.payment-options button{font-size:.9rem;padding:.7rem}.topbar .eyebrow{font-size:.65rem}.button-row button{font-size:.9rem}.hide-mobile{display:none}.toast{bottom:90px}.supplier-meta .badge{white-space:normal}}
@media print{.sidebar,.topbar,.button-row,button,.demo-banner{display:none!important}.workspace{margin:0;width:100%}.panel{break-inside:avoid}}
.metric .date-value{font-size:1.1rem}.setup-card{width:min(100%,650px)}.setup-card h1{margin:1rem 0}.setup-card h2{margin-top:1.5rem}
