.hpos-toolbar,.hinv-toolbar{display:grid;grid-template-columns:220px minmax(260px,1fr) auto;gap:14px;align-items:end;margin-bottom:20px;padding:18px;background:#fff;border:1px solid #dde6f0;border-radius:18px;box-shadow:0 8px 28px #112b4b0c}.hpos-toolbar label,.hinv-toolbar label,.hpos-fields label,.hpos-payment label,.hinv-form label{display:grid;gap:7px;color:#52647a;font-size:11px;font-weight:800}.hpos-toolbar input,.hpos-toolbar select,.hinv-toolbar input,.hinv-toolbar select,.hpos-fields input,.hpos-fields select,.hpos-payment input,.hinv-form input,.hinv-form select,.hinv-form textarea{width:100%;border:1px solid #d4dfec;border-radius:11px;background:#fff;padding:12px;color:#10233d;font:inherit}.hpos-toolbar button,.hinv-toolbar button{height:42px;border:0;border-radius:11px;background:#0c315d;color:#fff;padding:0 18px;font-weight:800;cursor:pointer}.hpos-shell{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:20px;align-items:start}.hpos-shell>main,.hpos-cart{background:#fff;border:1px solid #dfe7f0;border-radius:20px;box-shadow:0 14px 38px #0b26400d}.hpos-shell>main{padding:20px}.hpos-categories{display:flex;gap:8px;overflow:auto;padding-bottom:16px}.hpos-categories button{white-space:nowrap;border:1px solid #d7e1ec;border-radius:999px;background:#f6f9fc;padding:9px 15px;color:#42566f;font-weight:800;cursor:pointer}.hpos-categories button.is-active{background:#0d3970;border-color:#0d3970;color:#fff}.hpos-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.hpos-product{position:relative;display:grid;grid-template-columns:50px 1fr;gap:10px;align-items:center;min-height:88px;border:1px solid #dfe7f0;border-radius:16px;background:#fff;padding:13px;text-align:left;cursor:pointer;transition:.18s}.hpos-product:hover{border-color:#2d75ca;transform:translateY(-2px);box-shadow:0 10px 24px #145aa318}.hpos-product-image{width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#e7f2ff,#f7b92833);color:#0d3970;font-size:20px;font-weight:900;overflow:hidden}.hpos-product-image img{width:100%;height:100%;object-fit:cover}.hpos-product strong,.hpos-product small,.hpos-product b{display:block}.hpos-product small{margin-top:4px;color:#77879b;font-size:10px}.hpos-product b{grid-column:2;color:#087354;margin-top:-12px}.hpos-product em{position:absolute;right:9px;top:8px;border-radius:999px;background:#eaf8f1;color:#087354;padding:3px 6px;font-size:9px;font-style:normal}.hpos-product em.is-low{background:#fff1e7;color:#b54708}.hpos-cart{position:sticky;top:18px;overflow:hidden}.hpos-cart>header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e8edf3}.hpos-cart h2,.hinv-panel h2{margin:4px 0 0;color:#10233d}.hpos-cart header small,.hinv-panel header small,.hpos-payment>small,.hinv-form>small,.hpos-success>small{color:#087ad7;font-weight:900;letter-spacing:.12em}.hpos-cart header button{border:0;background:transparent;color:#c12b36;font-weight:800;cursor:pointer}.hpos-cart-lines{max-height:310px;overflow:auto;padding:5px 20px}.hpos-cart-lines article{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f5}.hpos-cart-lines small{display:block;color:#7b899b;margin-top:3px}.hpos-qty{display:flex;align-items:center;gap:7px}.hpos-qty button{width:25px;height:25px;border:1px solid #ccd8e5;border-radius:7px;background:#f7fafc;cursor:pointer}.hpos-empty{display:grid;place-items:center;padding:35px 10px;text-align:center;color:#7a899a}.hpos-empty span{font-size:30px}.hpos-empty strong,.hpos-empty small{margin-top:7px}.hpos-fields{display:grid;gap:10px;padding:16px 20px;border-top:1px solid #edf1f5}.hpos-fields>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hpos-totals{margin:0;padding:0 20px}.hpos-totals div{display:flex;justify-content:space-between;padding:8px 0}.hpos-totals div:last-child{border-top:1px solid #ccd7e4;font-size:18px}.hpos-checkout,.hpos-payment>button,.hinv-form>button,.hpos-success>button{width:calc(100% - 40px);margin:16px 20px 20px;border:0;border-radius:12px;background:linear-gradient(115deg,#0a315f,#1a67b7);color:#fff;padding:14px;font-weight:900;cursor:pointer}.hpos-checkout:disabled{opacity:.45;cursor:not-allowed}.hpos-modal{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:20px}.hpos-modal[hidden]{display:none}.hpos-backdrop{position:absolute;inset:0;background:#07182dcc;backdrop-filter:blur(6px)}.hpos-modal>section{position:relative;width:min(480px,100%);max-height:90vh;overflow:auto;border-radius:22px;background:#fff;box-shadow:0 30px 100px #0006}.hpos-close{position:absolute;right:16px;top:16px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;font-size:22px;cursor:pointer}.hpos-payment,.hinv-form,.hpos-success{padding:30px}.hpos-payment h2,.hpos-success h2{font-size:27px;margin:8px 0}.hpos-payment p,.hpos-success p{color:#66788d;line-height:1.55}.hpos-pay-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.hpos-pay-methods button{border:1px solid #d5dfeb;border-radius:12px;background:#f7f9fc;padding:15px 8px;font-weight:800;cursor:pointer}.hpos-pay-methods button.is-active{background:#e8f2ff;border-color:#1768bd;color:#0a529d}.hpos-success{text-align:center}.hpos-success>span{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:#dcfce7;color:#087354;font-size:29px}.hpos-success>div{padding:14px;border:1px dashed #6a7d92;border-radius:13px}.hpos-success>div strong{display:block;font-size:22px;letter-spacing:2px;margin-top:5px}.hpos-success>button{width:100%;margin:16px 0 0}.hpos-success>button.is-secondary{background:#eff4f9;color:#17324e}.hinv-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.hinv-metrics article{padding:20px;border:1px solid #dfe7f0;border-radius:17px;background:#fff}.hinv-metrics article.is-warning{background:#fff8ee;border-color:#fed7aa}.hinv-metrics small,.hinv-metrics strong,.hinv-metrics span{display:block}.hinv-metrics small{color:#66778b;font-weight:900}.hinv-metrics strong{font-size:29px;margin:8px 0;color:#10233d}.hinv-metrics span{color:#76869a;font-size:11px}.hinv-panel{background:#fff;border:1px solid #dfe7f0;border-radius:20px;overflow:hidden}.hinv-panel>header{display:flex;justify-content:space-between;align-items:center;padding:22px}.hinv-panel>header>span{color:#718196;font-size:12px}.hinv-table-wrap{overflow:auto}.hinv-panel table{width:100%;border-collapse:collapse}.hinv-panel th,.hinv-panel td{padding:14px 20px;border-top:1px solid #e8edf3;text-align:left;white-space:nowrap}.hinv-panel th{font-size:10px;color:#66778b;background:#f8fafc}.hinv-panel td small{display:block;color:#7b899b;margin-top:4px}.hinv-panel td button{border:1px solid #cbd8e6;border-radius:9px;background:#fff;padding:7px 12px;font-weight:800;cursor:pointer}.hinv-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef2f6;color:#667085;font-size:10px;font-weight:900}.hinv-status.is-good{background:#e5f8ef;color:#087354}.hinv-status.is-low{background:#fff0e5;color:#b54708}.hinv-form{display:grid;gap:14px}.hinv-form h2{margin:0}.hinv-form textarea{min-height:80px;resize:vertical}.hinv-check{grid-template-columns:auto 1fr!important;align-items:center}.hinv-check input{width:auto}.hinv-form>button{width:100%;margin:4px 0 0}.hinv-empty{text-align:center!important;padding:35px!important;color:#76869a}@media(max-width:1200px){.hpos-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hpos-shell{grid-template-columns:1fr}.hpos-cart{position:static}.hpos-toolbar,.hinv-toolbar{grid-template-columns:1fr 1fr}.hpos-toolbar button,.hinv-toolbar button{grid-column:1/-1}.hinv-metrics{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hpos-toolbar,.hinv-toolbar,.hpos-products,.hinv-metrics{grid-template-columns:1fr}.hpos-shell>main{padding:13px}.hpos-product{min-height:76px}.hospitality-page-content{padding:14px}.hinv-panel>header{align-items:flex-start;gap:8px;flex-direction:column}}
