*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f0f1;color:#1d2327}.screen{min-height:100vh;padding:16px}.screen-centered{display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:14px;padding:28px;width:380px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:14px}.card h1{margin:0 0 4px;font-size:21px}label{display:flex;flex-direction:column;font-size:13px;font-weight:600;color:#50575e;gap:6px}input,textarea{padding:12px 14px;font-size:16px;font-family:inherit;border:1px solid #d5d8dc;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 3px #2271b126}button{padding:14px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;background:#2271b1;color:#fff;transition:background .15s ease,transform .05s ease}button:hover{background:#195a8f}button:active{transform:scale(.98)}button.secondary{background:#eef0f2;color:#2c3338}button.secondary:hover{background:#e2e5e8}button.primary.large{font-size:18px;padding:18px}button:disabled{opacity:.45;cursor:not-allowed;transform:none}.error{color:#b32d2e;font-size:13px;margin:0}.ok{color:#1a7f37;font-size:13px;margin:0}.total-display{font-size:26px;font-weight:700}.empty-hint{color:#8c8f94;font-size:14px;grid-column:1 / -1}.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#1d2327;color:#fff}.topbar-register{font-weight:600;font-size:15px}.topbar button{margin-left:8px;padding:10px 16px;font-size:14px}.sales-error{margin:0;padding:10px 20px;background:#fcf0f1}.sales-screen{padding:0;background:#f0f0f1;min-height:100vh}.sales-columns{display:flex;gap:16px;padding:16px;height:calc(100vh - 60px)}.products-column,.cart-column{background:#fff;border-radius:14px;padding:18px;overflow-y:auto;box-shadow:0 1px 4px #0000000d}.products-column{flex:2}.cart-column{flex:1;display:flex;flex-direction:column;gap:14px;min-width:320px}.search-input{width:100%}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;margin-top:16px}.product-tile{display:flex;flex-direction:column;align-items:stretch;height:100%;gap:6px;padding:12px;background:#fff;border:1px solid #ececec;border-radius:10px;text-align:left;box-shadow:0 1px 3px #0000000a;transition:box-shadow .15s ease,border-color .15s ease}.product-tile:hover{box-shadow:0 4px 12px #00000014;border-color:#d5d8dc}.product-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px;background:#e5e5e5}.product-image-placeholder{display:block}.product-name{font-weight:600;font-size:14px;line-height:1.3;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{color:#2271b1;font-weight:600;font-size:14px}.product-add{padding:10px;font-size:14px;margin-top:auto}.product-stepper{display:flex;align-items:center;justify-content:space-between;margin-top:auto;background:#eef6ff;border-radius:8px;padding:4px}.stepper-button{width:32px;height:32px;padding:0;line-height:1;font-size:18px;font-weight:700;border-radius:6px;background:#2271b1;flex-shrink:0}.stepper-value{font-weight:700;font-size:15px;color:#1d2327}.customer-block{position:relative}.customer-results{list-style:none;margin:6px 0 0;padding:0;max-height:220px;overflow-y:auto;border-radius:8px}.customer-results li{margin-bottom:6px}.customer-results li button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;background:#f6f7f7;color:#1d2327;padding:10px 12px}.customer-results li button:hover{background:#eef0f2}.customer-result-meta{font-size:12px;color:#646970;font-weight:400}.customer-attached{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eef6ff;padding:14px;border-radius:10px}.customer-attached strong{display:block;font-size:15px}.customer-balance{display:block;font-size:13px;color:#2271b1;font-weight:600;margin-top:2px}.customer-attached button{flex-shrink:0;padding:10px 14px;font-size:13px}.cart-list{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto}.cart-item{display:grid;grid-template-columns:1fr 56px 72px 28px;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f1}.cart-item-name{font-size:14px;font-weight:500}.cart-item-qty{padding:6px;text-align:center}.cart-item-total{font-size:14px;font-weight:600;text-align:right}.cart-item-remove{width:28px;height:28px;padding:0;line-height:1;font-size:16px;background:#f6f7f7;color:#8c8f94;border-radius:6px}.cart-item-remove:hover{background:#fcf0f1;color:#b32d2e}.cart-total{font-size:19px;font-weight:700;text-align:right;padding-top:8px;border-top:1px solid #f0f0f1}.receipt ul{list-style:none;padding:0}
