.pos-results{display:grid;gap:.55rem;margin-top:1rem}.pos-results article{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;border:1px solid var(--line);border-radius:.7rem;background:#fff}.pos-results article>div{display:grid;gap:.2rem}.pos-results small,.pos-results span{color:var(--muted);font-size:.72rem}.pos-results article>div:last-child{justify-items:end}.pos-results .button{min-height:34px;padding:.4rem .8rem}.qty-controls{display:flex!important;align-items:center;gap:.35rem;margin-top:.4rem}.qty-controls button{border:1px solid var(--line);background:#fff;border-radius:.35rem;padding:.2rem .45rem;color:var(--ink)}.pos-gate{margin:.75rem 0;padding:.85rem 1rem;border:1px solid #e8b77e;border-radius:.75rem;background:#fff8ef;display:flex;align-items:center;justify-content:space-between;gap:1rem}.pos-dialog{position:fixed;inset:0;z-index:80;background:rgba(28,17,11,.55);display:grid;place-items:center;padding:1rem}.pos-dialog>section{width:min(430px,100%);background:#fffaf4;border:1px solid var(--line);border-radius:1rem;padding:1.25rem;display:grid;gap:1rem;box-shadow:0 20px 60px rgba(28,17,11,.2)}.pos-dialog label{display:grid;gap:.4rem;font-weight:700}.pos-dialog input{min-height:48px;border:1px solid var(--line);border-radius:.65rem;padding:.7rem;font:inherit}.pos-dialog section>div{display:flex;justify-content:flex-end;gap:.6rem}.pos-dialog button,.pos-receipt-result button{border:1px solid var(--line);border-radius:.55rem;padding:.65rem .9rem;background:#fff;color:var(--ink);font-weight:700}.pos-dialog .primary{background:var(--accent);color:#fff}.pos-receipt-result{position:fixed;inset:0;z-index:75;background:#f8f1e8;overflow:auto;padding:1rem}.pos-receipt-result>div{max-width:720px;margin:0 auto 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:720px){.pos-gate{align-items:stretch;flex-direction:column}.pos-dialog>section{max-height:90vh;overflow:auto}}.held-bills-button{border:1px solid var(--line);border-radius:.65rem;background:#fffaf4;color:var(--ink);padding:.55rem .7rem;font-weight:700}.held-bills-button b{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;margin-left:.25rem;border-radius:999px;background:var(--accent);color:#fff}.pos-dialog select,.pos-dialog textarea{min-height:48px;border:1px solid var(--line);border-radius:.65rem;padding:.7rem;font:inherit;background:#fff}.pos-dialog textarea{min-height:90px;resize:vertical}.pos-held-dialog>section{width:min(620px,100%)}.held-list{display:grid!important;justify-content:stretch!important;gap:.65rem;max-height:55vh;overflow:auto}.held-list article{display:flex;justify-content:space-between;gap:1rem;padding:.8rem;border:1px solid var(--line);border-radius:.7rem;background:#fff}.held-list article>div{display:grid;gap:.25rem}.held-list article>div:last-child{display:flex;align-items:center}.held-list small,.held-list span{color:var(--muted)}.hold-change{display:grid;gap:.3rem;padding:.75rem;border:1px solid #e8b77e;border-radius:.7rem;background:#fff8ef}.hold-change span{color:var(--muted)}@media(max-width:650px){.held-list article{display:grid}.held-list article>div:last-child{justify-content:flex-start}.held-bills-button{width:100%}}.adjustment-state{display:grid;gap:.25rem;margin:.75rem 0;padding:.75rem;border:1px solid #8ecbad;border-radius:.7rem;background:#f1fbf6}.adjustment-state.pending{border-color:#e8b77e;background:#fff8ef}.adjustment-state small,.adjustment-state span{color:var(--muted)}.adjustment-state>div{display:flex;gap:.45rem;margin-top:.35rem}.adjustment-state button{border:1px solid var(--line);border-radius:.45rem;padding:.4rem .6rem;background:#fff;color:var(--ink);font-weight:700}