.cashier-module__0B9axG__layout{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.cashier-module__0B9axG__topbar{z-index:10;background:var(--color-text);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex;position:sticky;top:0}.cashier-module__0B9axG__logo{font-family:var(--font-display);color:#fff;font-size:1.1rem;font-weight:700}.cashier-module__0B9axG__topbarRight{align-items:center;gap:.75rem;display:flex}.cashier-module__0B9axG__cashierName{font-family:var(--font-body);color:#a0917e;font-size:.85rem;font-weight:600}.cashier-module__0B9axG__logoutBtn{color:#a0917e;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.cashier-module__0B9axG__logoutBtn:hover{color:#dc2626;border-color:#dc2626}.cashier-module__0B9axG__main{flex:1;overflow:hidden}.cashier-module__0B9axG__pos{grid-template-columns:1fr 380px;height:calc(100vh - 56px);display:grid;overflow:hidden}.cashier-module__0B9axG__menuPanel{background:var(--color-bg);border-right:1px solid #e8d5b0;flex-direction:column;display:flex;position:relative;overflow:hidden}.cashier-module__0B9axG__menuPanel:before{content:"";opacity:.08;pointer-events:none;z-index:0;background-image:url(/images/card-bg.png);background-position:50%;background-size:cover;position:absolute;inset:0}.cashier-module__0B9axG__menuPanel>*{z-index:1;position:relative}.cashier-module__0B9axG__menuSearch{border-bottom:1px solid #e8d5b0;padding:.875rem 1rem;position:relative}.cashier-module__0B9axG__searchIcon{color:#a0917e;pointer-events:none;position:absolute;top:50%;left:1.75rem;transform:translateY(-50%)}.cashier-module__0B9axG__searchInput{width:100%;font-family:var(--font-body);background:var(--color-bg-card);box-sizing:border-box;border:1px solid #e8d5b0;border-radius:8px;outline:none;padding:.65rem 1rem .65rem 2.2rem;font-size:.875rem}.cashier-module__0B9axG__searchInput:focus{border-color:var(--color-primary)}.cashier-module__0B9axG__categoryTabs{scrollbar-width:none;border-bottom:1px solid #e8d5b0;flex-wrap:nowrap;gap:.4rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.cashier-module__0B9axG__categoryTabs::-webkit-scrollbar{display:none}.cashier-module__0B9axG__catTab{background:var(--color-bg-card);font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;border:1px solid #e8d5b0;border-radius:999px;flex-shrink:0;padding:.4rem .875rem;font-size:.78rem;transition:all .2s}.cashier-module__0B9axG__catTab:hover{border-color:var(--color-primary);color:var(--color-primary)}.cashier-module__0B9axG__catTabActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.cashier-module__0B9axG__menuGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-auto-rows:170px;align-content:start;gap:.75rem;padding:1rem;display:grid;overflow-y:auto}.cashier-module__0B9axG__menuItem{background:var(--color-bg-card);cursor:pointer;text-align:left;border:1.5px solid #e8d5b0;border-radius:12px;flex-direction:column;height:170px;padding:0;transition:all .2s;display:flex;overflow:hidden}.cashier-module__0B9axG__menuItem:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #af3e3e1a}.cashier-module__0B9axG__menuItemImage{background:var(--color-primary);flex:1;min-height:0;position:relative;overflow:hidden}.cashier-module__0B9axG__menuItemBg{object-fit:cover;opacity:.9}.cashier-module__0B9axG__menuItemFood{padding:8px;object-fit:contain!important}.cashier-module__0B9axG__menuItemName{font-family:var(--font-body);color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding:.5rem .625rem .2rem;font-size:.78rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.cashier-module__0B9axG__menuItemPrice{font-family:var(--font-body);color:var(--color-primary);flex-shrink:0;padding:.1rem .625rem .55rem;font-size:.82rem;font-weight:700}.cashier-module__0B9axG__cartPanel{background:var(--color-bg-card);border-left:1px solid #e8d5b0;flex-direction:column;display:flex;overflow:hidden}.cashier-module__0B9axG__orderTypeRow{border-bottom:1px solid #e8d5b0;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.cashier-module__0B9axG__orderTypeBtn{background:var(--color-bg-card);font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;border:none;border-bottom:2px solid #0000;padding:.75rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s}.cashier-module__0B9axG__orderTypeBtnActive{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.cashier-module__0B9axG__tablePicker{border-bottom:1px solid #e8d5b0;padding:.75rem 1rem}.cashier-module__0B9axG__tablePickerLabel{font-family:var(--font-body);color:var(--color-text-muted);margin-bottom:.5rem;font-size:.75rem}.cashier-module__0B9axG__tablePickerSelected{color:var(--color-primary);font-weight:700}.cashier-module__0B9axG__tableGrid{grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:.4rem;margin-bottom:.5rem;display:grid}.cashier-module__0B9axG__tableCard{background:var(--color-bg);cursor:pointer;border:1.5px solid #e8d5b0;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:.4rem .25rem;transition:all .15s;display:flex}.cashier-module__0B9axG__tableCard:hover:not(:disabled){border-color:var(--color-primary)}.cashier-module__0B9axG__tableCardSelected{background:color-mix(in srgb, var(--color-primary) 8%, var(--color-bg));border-color:var(--color-primary)!important}.cashier-module__0B9axG__tableCardUnavailable{opacity:.45;cursor:not-allowed}.cashier-module__0B9axG__tableCardDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.cashier-module__0B9axG__tableCardNum{font-family:var(--font-body);color:var(--color-text);font-size:.8rem;font-weight:700;line-height:1}.cashier-module__0B9axG__tableCardCap{font-family:var(--font-body);color:var(--color-text-muted);align-items:center;gap:2px;font-size:.65rem;display:flex}.cashier-module__0B9axG__tableLegend{flex-wrap:wrap;gap:.5rem;display:flex}.cashier-module__0B9axG__legendItem{font-family:var(--font-body);color:var(--color-text-muted);align-items:center;gap:4px;font-size:.65rem;display:flex}.cashier-module__0B9axG__legendDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cashier-module__0B9axG__cartItems{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.cashier-module__0B9axG__emptyCart{font-family:var(--font-body);color:#a0917e;text-align:center;padding:2rem 0;font-size:.82rem}.cashier-module__0B9axG__cartItem{background:var(--color-bg);border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.cashier-module__0B9axG__cartItemInfo{flex:1;min-width:0}.cashier-module__0B9axG__cartItemName{font-family:var(--font-body);color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.cashier-module__0B9axG__cartItemPrice{font-family:var(--font-body);color:#a0917e;font-size:.72rem}.cashier-module__0B9axG__cartItemQty{align-items:center;gap:.4rem;display:flex}.cashier-module__0B9axG__cartItemQty button{background:var(--color-bg-card);width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;border:1px solid #e8d5b0;border-radius:6px;justify-content:center;align-items:center;font-size:.8rem;display:flex}.cashier-module__0B9axG__cartItemQty button:hover{border-color:var(--color-primary);color:var(--color-primary)}.cashier-module__0B9axG__cartItemQty span{font-family:var(--font-body);color:var(--color-text);text-align:center;min-width:20px;font-size:.875rem;font-weight:700}.cashier-module__0B9axG__cartItemTotal{font-family:var(--font-body);color:var(--color-text);white-space:nowrap;font-size:.82rem;font-weight:600}.cashier-module__0B9axG__removeBtn{color:#a0917e;cursor:pointer;background:0 0;border:none;padding:2px;transition:color .2s;display:flex}.cashier-module__0B9axG__removeBtn:hover{color:#dc2626}.cashier-module__0B9axG__promoRow{gap:.5rem;padding:.5rem .75rem;display:flex}.cashier-module__0B9axG__promoInput{letter-spacing:1px;text-transform:uppercase;border:1px solid #e8d5b0;border-radius:6px;outline:none;flex:1;padding:.5rem .75rem;font-family:monospace;font-size:.8rem;font-weight:700}.cashier-module__0B9axG__promoInput:focus{border-color:var(--color-primary)}.cashier-module__0B9axG__promoApplyBtn{background:var(--color-primary);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:6px;padding:.5rem .875rem;font-size:.78rem;font-weight:600}.cashier-module__0B9axG__promoMsg{font-family:var(--font-body);padding:0 .75rem;font-size:.75rem;font-weight:600}.cashier-module__0B9axG__promoMsgSuccess{color:#16a34a}.cashier-module__0B9axG__promoMsgError{color:#dc2626}.cashier-module__0B9axG__noteInput{font-family:var(--font-body);resize:none;border:1px solid #e8d5b0;border-radius:6px;outline:none;margin:.25rem .75rem;padding:.5rem .75rem;font-size:.8rem}.cashier-module__0B9axG__noteInput:focus{border-color:var(--color-primary)}.cashier-module__0B9axG__totals{border-top:1px solid #f5f0e8;padding:.5rem .75rem}.cashier-module__0B9axG__totalRow{font-family:var(--font-body);color:var(--color-text-muted);justify-content:space-between;padding:3px 0;font-size:.82rem;display:flex}.cashier-module__0B9axG__totalRowBig{border-top:1px solid #e8d5b0;margin-top:3px;padding-top:6px;font-size:1.1rem;font-weight:700;color:var(--color-text)!important}.cashier-module__0B9axG__paymentRow{grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem .75rem;display:grid}.cashier-module__0B9axG__payBtn{background:var(--color-bg-card);font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;border:1.5px solid #e8d5b0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.cashier-module__0B9axG__payBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.cashier-module__0B9axG__payBtnActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.cashier-module__0B9axG__cashRow{padding:0 .75rem .25rem}.cashier-module__0B9axG__cashInput{width:100%;font-family:var(--font-body);box-sizing:border-box;border:1px solid #e8d5b0;border-radius:8px;outline:none;margin-bottom:4px;padding:.6rem .875rem;font-size:.9rem}.cashier-module__0B9axG__cashInput:focus{border-color:var(--color-primary)}.cashier-module__0B9axG__changeLabel{font-family:var(--font-body);color:#16a34a;font-size:.82rem;font-weight:600}.cashier-module__0B9axG__checkoutBtn{background:var(--color-primary);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin:.5rem .75rem .75rem;padding:.95rem;font-size:1rem;font-weight:700;transition:background .2s,transform .1s;display:flex}.cashier-module__0B9axG__checkoutBtn:hover:not(:disabled){background:#9b3535;transform:translateY(-1px)}.cashier-module__0B9axG__checkoutBtn:disabled{opacity:.5;cursor:not-allowed}.cashier-module__0B9axG__successOverlay{z-index:100;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cashier-module__0B9axG__successModal{background:var(--color-bg-card);text-align:center;border-radius:20px;width:100%;max-width:340px;padding:2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) cashier-module__0B9axG__popIn;box-shadow:0 20px 60px #00000026}@keyframes cashier-module__0B9axG__popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cashier-module__0B9axG__successIcon{color:#16a34a;justify-content:center;margin-bottom:1rem;display:flex}.cashier-module__0B9axG__successTitle{font-family:var(--font-display);color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.cashier-module__0B9axG__successOrderId{font-family:var(--font-body);color:#a0917e;margin-bottom:.25rem;font-size:.875rem}.cashier-module__0B9axG__successTotal{font-family:var(--font-display);color:var(--color-primary);margin-bottom:.25rem;font-size:1.8rem;font-weight:700}.cashier-module__0B9axG__successChange{font-family:var(--font-body);color:#16a34a;margin-bottom:1rem;font-size:.9rem;font-weight:600}.cashier-module__0B9axG__successActions{gap:.75rem;margin-top:1.25rem;display:flex}.cashier-module__0B9axG__printBtn{background:var(--color-bg-card);font-family:var(--font-body);color:#475569;cursor:pointer;border:1.5px solid #e8d5b0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.cashier-module__0B9axG__printBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.cashier-module__0B9axG__newOrderBtn{background:var(--color-primary);font-family:var(--font-body);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:.75rem;font-size:.875rem;font-weight:600;transition:background .2s}.cashier-module__0B9axG__newOrderBtn:hover{background:#9b3535}@media (max-width:1024px){.cashier-module__0B9axG__pos{grid-template-columns:1fr 340px}}@media (max-width:768px){.cashier-module__0B9axG__pos{grid-template-rows:1fr auto;grid-template-columns:1fr}.cashier-module__0B9axG__cartPanel{max-height:45vh}}
