*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-tap-highlight-color:transparent}body{background:#f0f2f5}:root{--brand: #00c5ce;--brand-dark: #0098a0}.page-title{font-size:22px;font-weight:700;margin:0 0 16px}.stat-card{border-radius:14px}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.pos-wrap{display:flex;flex-direction:column;height:100vh;height:100dvh;background:#f0f2f5}.pos-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;padding:12px}.pos-product-card{background:#fff;border-radius:12px;padding:10px;cursor:pointer;box-shadow:0 1px 3px #00000014;transition:transform .08s,box-shadow .08s;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;gap:4px;min-height:90px;justify-content:space-between}.pos-product-card:active{transform:scale(.96);box-shadow:0 2px 8px #00c5ce4d}.pos-product-name{font-weight:600;font-size:14px;line-height:1.2}.pos-product-price{color:var(--brand-dark);font-weight:700;font-size:15px}@media (max-width: 768px){.page-title{font-size:18px}.ant-table{font-size:13px}}
