.advanced-cashier-shell{--cashier-side-panel-width:410px;--cashier-column-gap:14px;flex-direction:column;min-width:0;padding-bottom:0;display:flex;position:relative}.advanced-cashier-shell:fullscreen{background:var(--ui-bg);width:100%;height:100%;padding:20px 20px 76px;overflow:auto}.advanced-cashier-shell:fullscreen::backdrop{background:var(--ui-bg)}.cashier-floating-actions{right:auto;left:calc(var(--cashier-side-panel-width) + var(--cashier-column-gap));z-index:12;width:fit-content;max-width:calc(100% - var(--cashier-side-panel-width) - var(--cashier-column-gap));flex-wrap:nowrap;align-items:center;gap:6px;margin:0;display:flex;position:absolute;top:calc(100vh - 78px);bottom:auto}.cashier-floating-actions>button,.cashier-floating-actions>button>span{white-space:nowrap}.advanced-cashier-shell:fullscreen .cashier-floating-actions{right:auto;left:calc(var(--cashier-side-panel-width) + var(--cashier-column-gap));top:calc(100vh - 58px)}.cashier-modebar{order:0}.advanced-cashier-shell>[data-cashier-mode]{order:1;width:100%}.cashier-fullscreen-toggle,.cashier-create-member-toggle,.cashier-ledger-toggle,.cashier-refund-toggle{border:1px solid rgba(var(--ui-accent-rgb), .36);background:var(--ui-accent);height:42px;color:var(--ui-on-accent);box-shadow:0 8px 24px rgba(var(--ui-accent-rgb), .22);border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:800;transition:background .14s,box-shadow .14s,transform .14s;display:inline-flex}.cashier-fullscreen-toggle{min-width:78px}.cashier-create-member-toggle{border-color:rgba(var(--ui-accent-rgb), .38);background:var(--ui-accent-soft);min-width:96px;color:var(--ui-accent);box-shadow:var(--ui-shadow-soft)}.cashier-ledger-toggle,.cashier-refund-toggle{border-color:var(--ui-border);background:var(--ui-panel-solid);min-width:88px;color:var(--ui-text);box-shadow:var(--ui-shadow-soft)}.cashier-refund-toggle{color:color-mix(in srgb, var(--ui-danger) 78%, var(--ui-text))}.cashier-fullscreen-toggle:hover,.cashier-create-member-toggle:hover,.cashier-ledger-toggle:hover,.cashier-refund-toggle:hover{background:var(--ui-accent-hover);color:var(--ui-on-accent);box-shadow:0 10px 28px rgba(var(--ui-accent-rgb), .28);transform:translateY(-1px)}.cashier-fullscreen-toggle:active,.cashier-create-member-toggle:active,.cashier-ledger-toggle:active,.cashier-refund-toggle:active{transform:scale(.96)}.cashier-fullscreen-toggle svg,.cashier-create-member-toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.cashier-modebar{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;display:grid}.cashier-mode-card{background:#fff;border:1px solid #dfe6e2;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;min-width:0;transition:border-color .15s,box-shadow .15s,opacity .15s,transform .15s;display:grid;position:relative;overflow:hidden}.cashier-mode-card.active{color:#fff;background:#17382d;border-color:#17382d;box-shadow:0 8px 24px #15382c22}.cashier-mode-card.dragging{opacity:.48;border-style:dashed;transform:scale(.98)}.cashier-mode-select{min-width:0;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:10px 50px 10px 8px;display:flex}.cashier-mode-select>b{color:#829088;background:#f0f3f1;border-radius:8px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:9px;display:grid}.cashier-mode-card.active .cashier-mode-select>b{color:#12382a;background:#6dd2a3}.cashier-mode-select strong,.cashier-mode-select small{display:block}.cashier-mode-select strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cashier-mode-select small{color:#8f9893;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:8px;overflow:hidden}.cashier-mode-card.active .cashier-mode-select small{color:#a8c7ba}.cashier-mode-sort-actions{grid-template-columns:repeat(2,20px);align-content:center;gap:2px;padding:0;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.cashier-mode-sort-actions>button{aspect-ratio:1;color:#66746d;background:#f7f9f8;border-color:#dfe6e2;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;max-width:20px;height:20px;max-height:20px;padding:0;transition:color .15s,background .15s,border-color .15s,transform .15s;display:grid;min-width:20px!important;min-height:20px!important}.cashier-mode-sort-actions>button:hover:not(:disabled){border-color:var(--ui-accent);background:var(--ui-accent);color:#fff;transform:translateY(-1px)}.cashier-mode-sort-actions>button>svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.cashier-mode-card.active .cashier-mode-sort-actions>button{color:#d7e8e0;background:#ffffff12;border-color:#ffffff25}.cashier-mode-card.active .cashier-mode-sort-actions>button:hover:not(:disabled){border-color:var(--ui-accent-hover);background:var(--ui-accent-hover);color:#fff}.cashier-mode-sort-actions>button:disabled{opacity:.28;cursor:default}.cashier-mode-sort-actions>i{color:#8a9690;cursor:grab;-webkit-user-select:none;user-select:none;grid-column:1/-1;place-items:center;height:19px;font-size:14px;font-style:normal;line-height:1;display:grid}.cashier-mode-sort-actions>i:active{cursor:grabbing}.cashier-mode-card.active .cashier-mode-sort-actions>i{color:#a8c7ba}.mixed-payment-dialog{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:min(680px,100vw - 28px);max-height:calc(100vh - 28px);color:var(--ui-text);box-shadow:var(--ui-shadow-overlay);border-radius:20px;overflow:auto}.mixed-payment-head{border-color:var(--ui-border);background:var(--ui-panel-solid);align-items:flex-start;padding:22px 26px 18px}.mixed-payment-head span{color:var(--ui-accent);letter-spacing:.18em;font-size:9px;font-weight:800}.mixed-payment-head h2{color:var(--ui-text);margin:7px 0 5px;font-size:24px;line-height:1.2}.mixed-payment-head p{color:var(--ui-muted);font-size:11px}.mixed-payment-head>button{border:1px solid var(--ui-border);background:var(--ui-panel-soft);width:32px;height:32px;color:var(--ui-muted);border-radius:50%;place-items:center;padding:0;font-size:18px;line-height:1;display:grid}.mixed-payment-head>button:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft);color:var(--ui-accent)}.mixed-payment-limit{border:1px solid rgba(var(--ui-accent-rgb), .28);background:var(--ui-accent-soft);width:max-content;max-width:calc(100% - 52px);color:var(--ui-accent);border-radius:999px;align-items:center;gap:7px;margin:14px 26px 0;padding:8px 12px;font-size:11px;line-height:1;display:flex}.mixed-payment-limit>span{background:var(--ui-accent);color:var(--ui-on-accent);letter-spacing:.08em;border-radius:999px;padding:5px 8px;font-size:9px}.mixed-payment-total{background:linear-gradient(135deg, var(--ui-accent-hover), var(--ui-accent));color:var(--ui-on-accent);box-shadow:0 12px 28px rgba(var(--ui-accent-rgb), .2);border-radius:16px;align-items:center;margin:12px 26px 0;padding:17px 20px;display:flex}.mixed-payment-total>div>span,.mixed-payment-total>div>small{color:var(--ui-on-accent);display:block}.mixed-payment-total>div>span{font-size:12px;font-weight:800}.mixed-payment-total>div>small{opacity:.72;margin-top:5px;font-size:9px}.mixed-payment-total>strong{color:var(--ui-on-accent);font-variant-numeric:tabular-nums;letter-spacing:-.04em;margin-left:auto;font-size:38px;line-height:1}.mixed-payment-total>strong>small{color:inherit;opacity:.82;margin-right:4px;font-size:20px}.mixed-payment-grid{background:var(--ui-panel-solid);grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:16px 26px;display:grid}.mixed-payment-grid>label{border:1px solid var(--ui-border);background:var(--ui-panel-soft);cursor:pointer;border-radius:14px;min-width:0;min-height:108px;padding:13px;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;position:relative}.mixed-payment-grid>label:hover:not(.disabled){border-color:rgba(var(--ui-accent-rgb), .55);transform:translateY(-1px)}.mixed-payment-grid>label.selected{border-color:var(--ui-accent);background:var(--ui-accent-soft);box-shadow:0 0 0 2px rgba(var(--ui-accent-rgb), .13)}.mixed-payment-grid>label.disabled{background:var(--ui-panel-soft);cursor:not-allowed;opacity:.45}.mixed-payment-grid>label>span{min-height:22px;color:var(--ui-text);align-items:center;padding-right:28px}.mixed-payment-method-name{color:var(--ui-text);font-size:14px;line-height:1.2}.mixed-payment-available{color:var(--ui-muted)!important;font-size:9px!important}.mixed-payment-available>b{color:var(--ui-accent);font-variant-numeric:tabular-nums;font-size:12px}.mixed-payment-grid>label>div{border:1px solid var(--ui-border);background:var(--ui-panel-solid);border-radius:10px;align-items:center;gap:7px;margin-top:11px;padding:5px 10px;display:flex}.mixed-payment-grid>label>div:focus-within{border-color:var(--ui-accent);box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .14)}.mixed-payment-grid>label>div>b{color:var(--ui-accent);font-size:18px}.mixed-payment-grid input{min-width:0;height:34px;color:var(--ui-text);font-variant-numeric:tabular-nums;background:0 0;border:0;padding:0;font-size:22px;font-weight:800;line-height:1}.mixed-payment-grid input::placeholder{color:var(--ui-subtle);opacity:.55;font-weight:650}.mixed-payment-grid input::-webkit-outer-spin-button{appearance:none;margin:0}.mixed-payment-grid input::-webkit-inner-spin-button{appearance:none;margin:0}.mixed-payment-check{background:var(--ui-accent);width:23px;height:23px;color:var(--ui-on-accent);box-shadow:0 4px 10px rgba(var(--ui-accent-rgb), .25);border-radius:50%;place-items:center;font-size:13px;font-style:normal;font-weight:900;display:grid;position:absolute;top:11px;right:11px}.payment-balance,.payment-balance.valid{border:1px solid var(--ui-border);background:var(--ui-panel-soft);color:var(--ui-text);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:center;gap:18px;margin:0 26px;padding:12px 15px;display:grid}.payment-balance.valid{border-color:rgba(var(--ui-accent-rgb), .35);background:var(--ui-accent-soft)}.payment-balance>div>span,.payment-balance>div>strong{display:block}.payment-balance>div>span{color:var(--ui-muted);font-size:9px}.payment-balance>div>strong{color:var(--ui-text);font-variant-numeric:tabular-nums;margin-top:3px;font-size:20px;line-height:1.1}.payment-balance>div:nth-child(2)>strong{color:var(--ui-accent)}.payment-balance.overpaid>div:nth-child(2)>strong,.payment-balance.overpaid>em{color:var(--ui-danger)}.payment-balance.overpaid>em{background:color-mix(in srgb, var(--ui-danger) 12%, transparent)}.payment-balance>em{background:rgba(var(--ui-accent-rgb), .12);color:var(--ui-accent);white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:10px;font-style:normal;font-weight:800}.mixed-payment-actions{border-top:1px solid var(--ui-border);background:var(--ui-panel-soft);justify-content:flex-end;gap:9px;margin-top:16px;padding:15px 26px 17px;display:flex}.mixed-payment-actions button{border-color:var(--ui-border-strong);background:var(--ui-panel-solid);min-width:92px;height:40px;color:var(--ui-text);padding:0 17px;font-size:12px;font-weight:750}.mixed-payment-actions button.primary{min-width:138px;color:var(--ui-on-accent);background:var(--ui-accent)!important;border-color:var(--ui-accent)!important}.mixed-payment-actions button.primary:hover:not(:disabled){background:var(--ui-accent-hover)!important;border-color:var(--ui-accent-hover)!important}.mixed-payment-actions button:disabled{opacity:.42}@media (max-width:640px){.mixed-payment-dialog{border-radius:16px;width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.mixed-payment-head,.mixed-payment-grid,.mixed-payment-actions{padding-left:16px;padding-right:16px}.mixed-payment-limit,.mixed-payment-total,.payment-balance{margin-left:16px;margin-right:16px}.mixed-payment-grid{grid-template-columns:1fr}.mixed-payment-total>strong{font-size:32px}.payment-balance,.payment-balance.valid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-balance>em{text-align:center;grid-column:1/-1}}.modern-pos{grid-template-columns:410px minmax(0,1fr)}.modern-pos>.settlement-pane,.quick-cashier>aside,.room-cashier>.room-session-panel,.pass-purchase>aside,.recharge-summary{order:-1}.quick-cashier{grid-template-columns:340px minmax(0,1fr)}.room-cashier{grid-template-columns:390px minmax(0,1fr)}.pass-purchase{grid-template-columns:340px minmax(0,1fr)}.recharge-layout{grid-template-columns:300px minmax(0,1fr)}:root{--product-service-tone:#17724f;--product-physical-tone:#2e67a0;--product-timed-tone:#946000;--product-period-tone:#7049a8}:root[data-theme=ink]{--product-service-tone:#71d4aa;--product-physical-tone:#84b8f4;--product-timed-tone:#ebbd63;--product-period-tone:#c3a2f2}.modern-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.kind-tabs{flex-wrap:wrap}.modern-product-card{--product-tone:var(--product-service-tone);--product-card-muted:color-mix(in srgb, var(--product-tone) 42%, var(--ui-text));min-width:0;position:relative}.modern-product-card.product-type-physical{--product-tone:var(--product-physical-tone)}.modern-product-card.product-type-timed{--product-tone:var(--product-timed-tone)}.modern-product-card.product-type-period{--product-tone:var(--product-period-tone)}.modern-product-grid>button,.modern-product-card-main{border-color:color-mix(in srgb, var(--product-tone) 36%, var(--ui-border));background:linear-gradient(145deg, color-mix(in srgb, var(--product-tone) 12%, var(--ui-panel-solid)), var(--ui-panel-solid) 78%);width:100%;min-width:0;min-height:88px;color:var(--ui-text);box-shadow:inset 3px 0 0 var(--product-tone);text-align:left;flex-direction:column;padding:8px 10px;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.modern-product-card-main:hover{border-color:var(--product-tone);background:color-mix(in srgb, var(--product-tone) 17%, var(--ui-panel-solid));box-shadow:inset 3px 0 0 var(--product-tone), 0 8px 22px color-mix(in srgb, var(--product-tone) 14%, transparent);transform:translateY(-1px)}.modern-product-card-main:focus-visible{outline:3px solid color-mix(in srgb, var(--product-tone) 46%, transparent);outline-offset:2px}.modern-product-grid>button.in-cart,.modern-product-card-main.in-cart{background:color-mix(in srgb, var(--product-tone) 20%, var(--ui-panel-solid));box-shadow:inset 3px 0 0 var(--product-tone), 0 0 0 2px color-mix(in srgb, var(--product-tone) 24%, transparent);border-color:var(--product-tone)!important}.modern-product-card-main.in-cart em{padding-right:30px}.modern-product-card-decrease{z-index:3;border:1px solid rgba(var(--ui-accent-rgb), .42);background:var(--ui-panel);width:27px;min-width:27px;height:27px;min-height:27px;color:var(--ui-accent);box-shadow:0 2px 7px rgba(var(--ui-accent-rgb), .12);border-radius:7px;place-items:center;padding:0;transition:background .14s,color .14s,transform .14s;display:grid;position:absolute;bottom:7px;right:7px}.modern-product-card-decrease:hover{background:var(--ui-accent);color:var(--ui-on-accent);transform:translateY(-1px)}.modern-product-card-decrease:active{transform:scale(.94)}.modern-product-card-decrease svg{fill:none;stroke:currentColor;stroke-width:2.8px;stroke-linecap:round;width:16px;height:16px;display:block}.modern-product-grid strong{white-space:nowrap;text-overflow:ellipsis;margin:0 28px 4px 0;font-size:14px;font-weight:800;line-height:1.35;overflow:hidden}.modern-product-grid .product-type-badge{border:1px solid color-mix(in srgb, var(--product-tone) 42%, var(--ui-border));background:color-mix(in srgb, var(--product-tone) 14%, var(--ui-panel-solid));width:fit-content;min-height:18px;color:color-mix(in srgb, var(--product-tone) 78%, var(--ui-text));border-radius:5px;align-items:center;margin:0 0 5px;padding:3px 6px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.modern-product-grid small{color:var(--product-card-muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.35;overflow:hidden}.modern-product-grid b{color:color-mix(in srgb, var(--product-tone) 72%, var(--ui-text));margin-top:6px;font-size:17px;line-height:1.2}.modern-product-grid em{color:var(--product-card-muted);margin-top:2px;font-size:9px;line-height:1.25}.modern-product-grid em.low-stock{color:var(--ui-danger);font-weight:700}.modern-product-grid i.promotion-badge{border:1px solid color-mix(in srgb, var(--ui-danger) 42%, var(--ui-border));background:color-mix(in srgb, var(--ui-danger) 12%, var(--ui-panel-solid));width:23px;height:23px;color:var(--ui-danger);border-radius:6px;place-items:center;padding:0;font-size:11px;font-style:normal;font-weight:800;display:grid;position:absolute;top:8px;right:8px;transform:none}.modern-pos>.settlement-pane{padding:12px}.workspace.cashier-workspace{padding-top:20px}.modern-pos .customer-box{border-bottom:0;padding-bottom:7px;overflow:visible}.modern-pos .customer-box>input{border-color:var(--ui-border);background:var(--ui-panel);height:36px;padding:0 11px;font-size:10px}.modern-pos .customer-box>.member-dropdown{z-index:30;border:1px solid var(--ui-border);background:var(--ui-panel);top:38px}.checkout-member-card{border:1px solid rgba(var(--ui-accent-rgb), .28);background:var(--ui-accent-soft);border-radius:10px;grid-template-columns:minmax(0,4fr) auto minmax(62px,1fr);margin-top:6px;display:grid;position:relative}.checkout-member-detail{border:0;border-left:1px solid rgba(var(--ui-accent-rgb), .2);min-height:100%;color:var(--ui-accent);background:0 0;border-radius:0;padding:0 9px;font-size:8px;font-weight:750}.checkout-member-detail:hover{background:rgba(var(--ui-accent-rgb), .1)}.checkout-member-hover-zone{border-radius:9px 0 0 9px;outline:none;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:7px 8px;display:grid;position:static}.checkout-member-hover-zone:focus-visible{box-shadow:inset 0 0 0 2px var(--ui-accent)}.checkout-member-avatar{background:var(--ui-accent);width:31px;height:31px;color:var(--ui-on-accent);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.checkout-member-primary{min-width:0}.checkout-member-primary>b{color:var(--ui-text);white-space:nowrap;align-items:center;gap:4px;font-size:13px;font-weight:800;line-height:1.25;display:flex;overflow:hidden}.checkout-member-primary>b em{color:var(--ui-accent);flex:none;font-size:11px;font-style:normal;font-weight:800}.checkout-member-primary>small{color:var(--ui-muted);white-space:nowrap;align-items:baseline;margin-top:4px;font-size:8px;line-height:1.2;display:flex;overflow:hidden}.checkout-member-primary>small strong{color:var(--ui-text);margin-left:2px;font-size:10px;font-weight:800}.checkout-member-primary>small i{background:var(--ui-border);width:1px;height:9px;margin:0 5px}.checkout-member-clear{border:0;border-left:1px solid rgba(var(--ui-accent-rgb), .2);color:var(--ui-accent);background:0 0;border-radius:0 9px 9px 0;padding:0 5px;font-size:8px}.checkout-member-clear:hover{background:rgba(var(--ui-accent-rgb), .1)}.checkout-member-popover{z-index:25;box-sizing:border-box;border:1px solid var(--ui-border);background:var(--ui-panel);width:auto;height:min(510px,100vh - 150px);max-height:min(510px,100vh - 150px);box-shadow:var(--ui-shadow-overlay);color:var(--ui-text);border-radius:12px;padding:11px;display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.checkout-member-hover-zone:hover .checkout-member-popover,.checkout-member-hover-zone:focus-within .checkout-member-popover{flex-direction:column;display:flex}.member-popover-head{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.member-popover-head b{font-size:11px}.member-popover-head span{color:var(--ui-muted);font-size:12px;font-weight:700}.checkout-member-popover dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:9px 0;display:grid}.checkout-member-popover dl>div{background:color-mix(in srgb, var(--ui-panel) 98%, var(--ui-text) 2%);border-radius:7px;min-width:0;padding:7px}.checkout-member-popover dl>.member-popover-wide{grid-column:span 3;justify-content:space-between;align-items:center;display:flex}.checkout-member-popover dt{color:var(--ui-muted);font-size:7px}.checkout-member-popover dd{text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:10px;font-weight:800;overflow:hidden}.member-popover-wide dd{margin:0}.member-popover-section{border-top:1px solid var(--ui-border);align-content:start;gap:4px;min-height:92px;padding:12px 2px 10px;display:grid}.member-popover-section+.member-popover-section{margin-top:8px}.member-popover-section>b{color:var(--ui-accent);font-size:11px}.member-popover-section>span{color:var(--ui-muted);justify-content:space-between;align-items:flex-start;gap:8px;font-size:11px;line-height:1.5;display:flex}.member-popover-section>span strong{color:var(--ui-text);flex:none;font-size:11px}.modern-pos .settlement-pane>.member-password{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;margin-bottom:6px;padding:5px 7px;font-size:8px}.modern-pos .settlement-pane>.member-password input{height:28px;min-height:28px;font-size:9px}.modern-pos .checkout-lines{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-panel) 98%, var(--ui-text) 2%);border-radius:11px;height:clamp(300px,100vh - 430px,500px);min-height:300px;max-height:none;margin:2px 0 6px;padding:3px 9px;overflow:auto}.modern-pos .checkout-line{border-color:var(--ui-border);padding:8px 0}.modern-pos .checkout-line b,.modern-pos .checkout-line>strong{font-size:14px}.modern-pos .commission-line{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:5px;display:grid}.modern-pos .checkout-line-identity{min-width:0}.modern-pos .checkout-line-name,.modern-pos .checkout-line-code{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.modern-pos .checkout-line-name{color:var(--ui-text);line-height:1.35}.modern-pos .checkout-line-code{color:var(--ui-muted);margin-top:3px;line-height:1.35;font-size:11px!important}.modern-pos .checkout-line-metrics{justify-content:flex-end;align-items:flex-end;gap:10px;min-width:0;display:flex}.modern-pos .commission-line>.checkout-line-metrics{display:contents}.modern-pos .commission-line>.checkout-line-identity{grid-area:1/1}.modern-pos .commission-line .checkout-line-price{grid-area:1/2;align-self:start}.modern-pos .commission-line .checkout-line-quantity{grid-area:2/1/auto/-1;justify-self:end}.modern-pos .commission-line .checkout-line-pass{grid-area:3/1/auto/-1}.modern-pos .checkout-line-price>span,.modern-pos .checkout-quantity-label{color:var(--ui-muted);white-space:nowrap;font-weight:700;font-size:14px!important}.modern-pos .catalog-search{flex:0 340px;gap:8px;min-width:0;display:flex}.modern-pos .catalog-search input{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:100%;min-width:0;height:40px;color:var(--ui-text);border-radius:8px;padding:0 10px}.modern-pos .catalog-search button{background:var(--ui-accent);min-height:40px;color:var(--ui-on-accent);flex:none;padding:0 14px}.modern-pos .checkout-line-pass{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0 auto 2px 0;overflow:hidden}.modern-pos .checkout-line-price,.modern-pos .checkout-line-quantity{flex:none;align-items:center;gap:5px;display:flex}.modern-pos .checkout-line-price>span,.modern-pos .checkout-line-quantity>span{color:var(--ui-muted);white-space:nowrap;font-size:12px;font-weight:700}.modern-pos .checkout-line-locked-price{border:1px solid var(--ui-border);background:var(--ui-panel-soft);min-width:76px;height:40px;min-height:40px;color:var(--ui-text);font-variant-numeric:tabular-nums;border-radius:7px;place-items:center;font-size:13px;display:grid}.modern-pos .checkout-line-controls{align-items:center;gap:5px;display:flex}.modern-pos .unit-price-control{border:1px solid var(--ui-border);width:88px;min-width:88px;height:40px;color:var(--ui-muted);background:var(--ui-panel-soft);cursor:text;border-radius:7px;align-items:center;padding:0 5px;transition:border-color .14s,background .14s,box-shadow .14s;display:inline-flex}.modern-pos .unit-price-control:focus-within{border-color:var(--ui-accent);background:var(--ui-panel-solid);box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .12)}.modern-pos .unit-price-control.changed{border-color:color-mix(in srgb, #13805d 54%, var(--ui-border));color:#0f7555;background:color-mix(in srgb, #dff5ec 72%, var(--ui-panel-solid))}.modern-pos .unit-price-control>input{width:100%;min-width:0;height:36px;color:var(--ui-text);text-align:center;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;font-size:14px;font-weight:800}.modern-pos .unit-price-control>em{color:#fff;white-space:nowrap;background:#13805d;border-radius:4px;margin-left:3px;padding:2px 3px;font-size:10px;font-style:normal;font-weight:800}.modern-pos .checkout-line-controls>button,.modern-pos .commission-trigger{border:1px solid var(--ui-border);place-items:center;padding:0;line-height:1;display:grid}.modern-pos .checkout-line-controls>button.quantity-step{background:var(--ui-panel-soft);width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;color:var(--ui-text);border-radius:8px;font-weight:900;transition:border-color .14s,background .14s,color .14s,transform .14s;font-size:16px!important}.modern-pos .checkout-line-controls>button.quantity-step svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px;display:block;overflow:visible}.modern-pos .checkout-line-controls>button.quantity-step:hover{border-color:var(--ui-accent);background:var(--ui-accent);color:#fff;transform:translateY(-1px)}.modern-pos .checkout-line-controls>button.quantity-step:active{transform:translateY(0)scale(.94)}.modern-pos .quantity-input{width:44px;min-width:44px;height:40px;min-height:40px;color:var(--ui-text);text-align:center;background:0 0;border:1px solid #0000;border-radius:6px;outline:none;font-size:14px;font-weight:800;transition:border-color .14s,background .14s,box-shadow .14s}.modern-pos .quantity-input:hover{background:var(--ui-panel-soft)}.modern-pos .quantity-input:focus{border-color:var(--ui-accent);background:var(--ui-panel-solid);box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .12)}.commission-trigger-wrap{margin-right:4px;display:inline-flex;position:relative}.modern-pos .commission-trigger{background:color-mix(in srgb, var(--ui-muted) 12%, var(--ui-panel-solid));width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;color:var(--ui-muted);border-radius:50%;font-size:14px;font-weight:900;transition:border-color .14s,background .14s,color .14s,box-shadow .14s}.modern-pos .commission-trigger:hover,.modern-pos .commission-trigger.active{border-color:var(--ui-accent);background:var(--ui-accent);color:#fff}.modern-pos .commission-trigger.active{box-shadow:none}.commission-summary-tooltip{z-index:2000;border:1px solid var(--ui-border);background:var(--ui-panel-solid);min-width:0;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);color:var(--ui-text);pointer-events:none;border-radius:12px;gap:10px;padding:16px;display:grid;position:fixed;overflow:auto;box-shadow:0 14px 36px #0f1e172e}.commission-summary-tooltip:before{content:"";border-top:1px solid var(--ui-border);border-left:1px solid var(--ui-border);background:var(--ui-panel-solid);width:9px;height:9px;position:absolute;top:-5px;right:7px;transform:rotate(45deg)}.commission-summary-tooltip>b{color:var(--ui-muted);font-size:13px!important}.commission-summary-tooltip>span{justify-content:space-between;align-items:center;gap:14px;display:flex}.commission-summary-tooltip strong,.commission-summary-tooltip em{white-space:nowrap;font-size:13px;font-style:normal}.commission-summary-tooltip em{color:var(--ui-accent)}.commission-summary-tooltip strong{color:#111;font-size:14px;font-weight:850}.commission-popover-layer{z-index:1000;background:#111d1814;position:fixed;inset:0}.commission-popover{border:1px solid var(--ui-border);background:var(--ui-panel-solid);max-height:calc(100vh - 24px);color:var(--ui-text);border-radius:15px;display:grid;position:fixed;overflow:hidden;box-shadow:0 24px 70px #0c1b143d}.commission-popover-head{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:15px 17px 13px;display:flex}.commission-popover-head span,.commission-popover-head h3,.commission-popover-head small{display:block}.commission-popover-head span{color:var(--ui-accent);letter-spacing:1px;font-size:12px;font-weight:800}.commission-popover-head h3{margin:4px 0 2px;font-size:20px}.commission-popover-head small{color:var(--ui-muted);font-size:12px}.commission-popover-head>button{width:28px;height:28px;color:var(--ui-muted);background:0 0;border:0;padding:0;font-size:20px}.commission-popover-body{grid-template-columns:230px minmax(0,1fr);min-height:390px;display:grid;overflow:hidden}.commission-staff-picker{border-right:1px solid var(--ui-border);background:var(--ui-panel-soft);grid-template-rows:auto minmax(0,1fr);min-height:0;padding:12px;display:grid}.commission-staff-picker label>span{color:var(--ui-muted);margin-bottom:6px;font-size:13px;display:block}.commission-staff-picker input{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:100%;height:40px;color:var(--ui-text);border-radius:7px;outline:none;padding:0 8px;font-size:13px}.commission-staff-picker input:focus{border-color:var(--ui-accent)}.commission-staff-picker>div{align-content:start;gap:4px;margin-top:8px;display:grid;overflow:auto}.commission-staff-picker>div>button{color:var(--ui-text);text-align:left;background:0 0;border:0;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:10px 8px;display:grid}.commission-staff-picker>div>button:hover,.commission-staff-picker>div>button.selected{background:var(--ui-accent-soft);color:var(--ui-accent)}.commission-staff-picker button i{border:1px solid var(--ui-border);background:var(--ui-panel-solid);border-radius:5px;place-items:center;width:17px;height:17px;font-size:9px;font-style:normal;display:grid}.commission-staff-picker button.selected i{border-color:var(--ui-accent);background:var(--ui-accent);color:#fff}.commission-staff-picker button span,.commission-staff-picker p{font-size:13px}.commission-staff-picker p{color:var(--ui-muted);text-align:center}.commission-allocation-editor{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;padding:12px 14px;display:grid}.commission-allocation-title{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.commission-allocation-title span{font-size:14px;font-weight:800}.commission-allocation-title button{color:var(--ui-accent);background:0 0;border:0;padding:3px 0;font-size:12px}.commission-allocation-list{align-content:start;gap:7px;display:grid;overflow:auto}.commission-allocation-list article{border:1px solid var(--ui-border);background:var(--ui-panel-soft);border-radius:9px;gap:8px;padding:9px;display:grid}.commission-person-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;display:grid}.commission-person-row b{color:#111;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.commission-person-row label{color:var(--ui-muted);align-items:center;gap:4px;font-size:12px;display:flex}.commission-person-row input{accent-color:var(--ui-accent)}.commission-person-row button{color:#b34840;background:0 0;border:0;padding:2px;font-size:12px}.commission-value-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.commission-value-row label>span{color:var(--ui-muted);margin-bottom:4px;font-size:11px;display:block}.commission-value-row label>div{border:1px solid var(--ui-border);background:var(--ui-panel-solid);border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid;overflow:hidden}.commission-value-row label:last-child>div{grid-template-columns:auto minmax(0,1fr)}.commission-value-row input{width:100%;min-width:0;height:38px;color:var(--ui-text);background:0 0;border:0;outline:none;padding:0 7px;font-size:13px;font-weight:800}.commission-value-row em{color:var(--ui-muted);padding:0 7px;font-size:12px;font-style:normal}.commission-allocation-empty{border:1px dashed var(--ui-border);min-height:150px;color:var(--ui-muted);text-align:center;border-radius:9px;place-items:center;padding:20px;font-size:13px;display:grid}.commission-popover-footer{border-top:1px solid var(--ui-border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:11px 14px;display:grid}.commission-popover-footer>div{color:var(--ui-muted);align-items:center;gap:13px;font-size:13px;display:flex}.commission-popover-footer>div b{color:var(--ui-text);font-size:15px}.commission-popover-footer>div em{color:#b34840;font-style:normal}.commission-popover-footer>button{min-width:76px;height:40px;padding:0 12px;font-size:13px}.commission-popover-footer>button.primary{border-color:var(--ui-accent);background:var(--ui-accent);color:#fff}.commission-popover-footer>button:disabled{opacity:.45}.modern-pos .empty-cart{padding:82px 0}.modern-pos .benefit-deductions{border-color:var(--ui-border);background:color-mix(in srgb, var(--ui-panel) 98%, var(--ui-text) 2%);gap:5px;margin:5px 0;padding:6px}.benefit-deductions-primary{grid-template-columns:minmax(0,.78fr) minmax(145px,1.22fr);gap:5px;display:grid}.modern-pos .benefit-deductions select,.modern-pos .benefit-deductions input{border-color:var(--ui-border);background:var(--ui-panel);height:30px;min-height:30px;padding:0 7px;font-size:8px}.checkout-points-field{border:1px solid var(--ui-border);background:var(--ui-panel);border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;overflow:hidden;display:grid!important}.modern-pos .checkout-points-field>span{color:var(--ui-muted);white-space:nowrap;margin:0 0 0 7px;font-weight:800;font-size:var(--ui-font-base)!important}.modern-pos .checkout-points-field>input{text-align:right;background:0 0;border:0;min-width:0;padding-right:3px;font-weight:800}.modern-pos .coupon-code{gap:5px}.modern-pos .coupon-code button{background:var(--ui-accent-soft);height:36px;min-height:36px;color:var(--ui-accent);border-color:rgba(var(--ui-accent-rgb), .28);align-self:stretch;padding:0 11px;font-size:8px;font-weight:800}.modern-pos .benefit-deductions>small{font-size:7px;line-height:1.25}.modern-pos .payment-selector{padding:5px 0}.modern-pos .payment-selector>div{gap:4px}.modern-pos .payment-selector>.payment-primary-row{grid-template-columns:repeat(6,minmax(0,1fr))}.modern-pos .payment-selector>.payment-secondary-row{grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr);margin-top:4px;position:relative}.modern-pos .payment-selector button{white-space:nowrap;min-width:0;height:34px;padding:0 2px;font-size:9px;font-weight:700}.restricted-balance-choice{min-width:0;position:relative}.modern-pos .restricted-balance-choice>button{justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.modern-pos .restricted-balance-choice>button>strong{color:var(--ui-accent);font-variant-numeric:tabular-nums;font-size:10px}.restricted-balance-tooltip{z-index:30;border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:min(320px,100vw - 48px);color:var(--ui-text);box-shadow:var(--ui-shadow-overlay);border-radius:11px;padding:10px;display:none;position:absolute;bottom:calc(100% + 8px);left:0}.restricted-balance-choice:hover .restricted-balance-tooltip,.restricted-balance-choice:focus-within .restricted-balance-tooltip,.restricted-balance-tooltip>b,.restricted-balance-tooltip>small{display:block}.restricted-balance-tooltip>b{color:var(--ui-text);margin-bottom:7px;font-size:10px}.restricted-balance-tooltip>small{color:var(--ui-muted);font-size:9px;line-height:1.45}.restricted-balance-tooltip>div{gap:5px;display:grid}.restricted-balance-tooltip>div>span{background:var(--ui-panel-soft);border-radius:7px;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:7px 8px;display:flex}.restricted-balance-tooltip em{color:var(--ui-muted);text-overflow:ellipsis;font-size:9px;font-style:normal;line-height:1.4;overflow:hidden}.restricted-balance-tooltip strong{color:var(--ui-accent);font-variant-numeric:tabular-nums;flex:none;font-size:10px}.checkout-total-panel{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-panel) 98%, var(--ui-text) 2%);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin:2px 0 7px;display:grid;overflow:hidden}.modern-pos .checkout-total-panel .settlement-summary{border:0;border-right:1px solid var(--ui-border);align-content:center;padding:7px 9px;display:grid}.modern-pos .checkout-total-panel .settlement-summary>div{align-items:baseline;gap:6px;padding:2px 0;font-size:10px}.modern-pos .checkout-total-panel .settlement-summary span{min-width:0;line-height:1.2}.modern-pos .checkout-total-panel .settlement-summary b{flex:none;font-size:14px;font-weight:800}.modern-pos .checkout-total-panel .grand-total{flex-direction:column;justify-content:center;align-items:flex-end;padding:7px 10px;display:flex}.modern-pos .checkout-total-panel .grand-total span{color:var(--ui-muted);align-items:center;gap:5px;font-size:9px;display:flex}.modern-pos .checkout-total-panel .grand-total span small{color:var(--ui-accent);font-size:7px;font-weight:750}.modern-pos .checkout-total-panel .grand-total strong{color:var(--ui-text);margin-top:1px;font-size:25px;line-height:1.1}.modern-pos .final-total-control{border:1px solid var(--ui-accent);background:var(--ui-accent-soft);width:132px;min-height:36px;color:var(--ui-text);cursor:text;border-radius:9px;align-items:center;margin-top:3px;padding:0 7px;display:inline-flex}.modern-pos .final-total-round-button{border:1px solid color-mix(in srgb, var(--ui-accent) 38%, var(--ui-line));background:var(--ui-accent-soft);min-height:28px;color:var(--ui-accent);border-radius:8px;margin-top:3px;padding:4px 9px;font-size:9px;font-weight:800}.modern-pos .final-total-control:focus-within{box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .14)}.modern-pos .final-total-control.changed{background:color-mix(in srgb, #dff5ec 72%, var(--ui-panel-solid));border-color:#13805d}.modern-pos .final-total-control>b{color:currentColor;flex:none;font-size:16px}.modern-pos .final-total-control>input{color:currentColor;text-align:right;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;flex:1;min-width:0;height:34px;font-size:23px;font-weight:850}.modern-pos .final-total-control>em{color:#fff;background:#13805d;border-radius:4px;margin-left:3px;padding:2px 3px;font-size:6px;font-style:normal;font-weight:800}.modern-pos .checkout-submit{background:var(--ui-accent);height:40px;color:var(--ui-on-accent)}@media (max-width:1150px){.cashier-floating-actions{flex-wrap:wrap;order:2;max-width:100%;margin:12px 0 0;position:relative;inset:auto}.cashier-holds-popover{left:0;right:auto}.modern-pos,.room-cashier,.quick-cashier,.pass-purchase,.recharge-layout{grid-template-columns:1fr}.modern-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:850px){.cashier-modebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.modern-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-search-segmented{border:1px solid var(--ui-border);background:var(--ui-panel-solid);border-radius:9px;grid-template-columns:minmax(0,5fr) minmax(96px,1fr);width:100%;display:grid;overflow:hidden}.customer-search-segmented:focus-within{border-color:var(--ui-accent);box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .12)}.customer-search-segmented>input{width:100%;min-width:0;height:38px;color:var(--ui-text);outline:0;padding:0 10px;font-size:13px;line-height:1.4;background:0 0!important;border:0!important}.customer-search-segmented>input::placeholder{font-size:13px}.customer-search-segmented>span{border-left:1px solid color-mix(in srgb, var(--ui-accent) 18%, var(--ui-border));background:var(--ui-accent-soft);min-width:96px;color:var(--ui-accent-hover);white-space:nowrap;place-items:center;font-size:12px;font-weight:750;display:grid}.checkout-action-split{border-radius:10px!important}.checkout-action-split>button:first-child{border-radius:10px 0 0 10px!important}.checkout-action-split>button:last-child{border-radius:0 10px 10px 0!important}.discount-breakdown-trigger{cursor:help;position:relative}.checkout-total-panel{overflow:visible}.discount-breakdown-tooltip{z-index:80;border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:260px;box-shadow:var(--ui-shadow-overlay);color:var(--ui-text);border-radius:11px;gap:8px;padding:12px;display:none;position:absolute;bottom:calc(100% + 8px);right:0}.discount-breakdown-trigger:hover .discount-breakdown-tooltip,.discount-breakdown-trigger:focus-within .discount-breakdown-tooltip{display:grid}.discount-breakdown-tooltip>strong{font-size:12px}.discount-breakdown-tooltip>em{color:var(--ui-muted);justify-content:space-between;align-items:center;font-size:11px;font-style:normal;display:flex}.discount-breakdown-tooltip>em b{color:var(--ui-accent);font-size:12px!important}.modern-product-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.modern-product-card{min-width:150px}.modern-product-card-main.in-cart{border:1px solid var(--product-tone)!important;background:color-mix(in srgb, var(--product-tone) 20%, var(--ui-panel-solid))!important;box-shadow:inset 3px 0 0 var(--product-tone)!important}.modern-product-card-decrease{width:19px;min-width:19px;height:19px;min-height:19px;box-shadow:none;border-radius:5px}.modern-product-card-decrease svg{width:11px;height:11px}.modern-product-card-main :where(strong,small,b,em){text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.quick-commission-control{border:1px solid var(--ui-border);background:var(--ui-panel-soft);min-height:42px;color:var(--ui-muted);border-radius:9px;align-items:center;gap:10px;padding:7px 10px;font-size:10px;display:flex}.quick-cashier .commission-trigger{background:color-mix(in srgb, var(--ui-muted) 12%, var(--ui-panel-solid));width:28px;min-width:28px;height:28px;min-height:28px;color:var(--ui-muted);border-radius:50%;font-weight:900}.quick-cashier .commission-trigger:hover,.quick-cashier .commission-trigger.active{border-color:var(--ui-accent);background:var(--ui-accent);color:var(--ui-on-accent)}.member-offer-grid{grid-template-columns:repeat(auto-fill,220px);place-content:start;gap:12px}.member-offer-card{width:220px;min-height:232px;overflow:visible;padding:16px 17px!important}.member-offer-card>em{order:2;margin-top:8px}.member-offer-card>div{flex-direction:column;order:3;justify-content:flex-end;align-items:flex-end;gap:3px;min-height:54px;margin-top:auto}.member-offer-card>div small{align-self:flex-start}.member-offer-card>div b{text-align:right;width:100%;font-size:25px}.member-offer-detail-trigger{color:currentColor;background:#ffffff8a;border:1px solid;border-radius:7px;order:4;margin-top:8px;padding:4px 7px;font-size:9px;font-weight:800;position:relative}.member-offer-detail-trigger>span{z-index:90;border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:290px;box-shadow:var(--ui-shadow-overlay);color:var(--ui-text);border-radius:11px;gap:7px;margin-top:0;padding:12px;display:none;position:absolute;top:calc(100% + 7px);left:0}.member-offer-detail-trigger:hover>span{display:grid}.member-offer-detail-trigger>span b{font-size:13px}.member-offer-detail-trigger>span em{color:var(--ui-muted);font-size:11px;font-style:normal;line-height:1.5}.member-selected-offer{background:color-mix(in srgb, var(--ui-accent-soft) 58%, var(--ui-panel-solid));padding-right:54px;position:relative}.member-offer-commission{margin:0;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.modern-pos .member-business-payments{margin-top:auto}.member-business-total{margin-top:0}.room-cashier{transition:grid-template-columns .18s;grid-template-columns:minmax(0,1fr) 410px!important}.room-session-panel{position:relative}.room-settlement-toggle{border:1px solid var(--ui-border);background:var(--ui-accent-soft);min-width:42px;min-height:30px;color:var(--ui-accent);border-radius:8px;align-self:flex-end;margin-bottom:6px;padding:4px 8px;font-size:10px;font-weight:850}.settlement-collapsed .room-session-panel{align-items:center;min-height:96px;padding:6px!important}.settlement-collapsed .room-session-panel>:not(.room-settlement-toggle){visibility:inherit}.settlement-collapsed .room-settlement-toggle{border-radius:12px;width:34px;min-width:34px;height:56px;margin:8px 0 0;font-size:13px}.room-card-status{border:1px solid!important;border-radius:7px!important;gap:4px!important;min-height:24px!important;padding:2px 6px!important}.room-card-status.occupied{color:#fff!important;background:#c63f34!important;border-color:#c63f34!important}.room-card-status.reserved{color:#fff!important;background:#ad740d!important;border-color:#ad740d!important}.room-card-status.cleaning{color:#fff!important;background:#d59c20!important;border-color:#a77b17!important}.room-card-status.editable select{min-height:18px!important;padding-right:12px!important}.room-card.available{background:color-mix(in srgb, #16845e 9%, var(--ui-panel-solid))!important}.room-card.cleaning{background:color-mix(in srgb, #e1a51f 14%, var(--ui-panel-solid))!important}.room-card.reserved{background:color-mix(in srgb, #c48719 12%, var(--ui-panel-solid))!important}.room-card.occupied{background:color-mix(in srgb, #cf5143 8%, var(--ui-panel-solid))!important}.room-reservation-detail{cursor:help;position:relative}.room-reservation-detail>span{z-index:60;border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:250px;box-shadow:var(--ui-shadow-overlay);color:var(--ui-text);white-space:normal;border-radius:10px;gap:6px;padding:11px;display:none;position:absolute;top:calc(100% + 8px);right:0}.room-reservation-detail:hover{overflow:visible}.room-reservation-detail:hover>span{display:grid}.room-reservation-detail>span b{font-size:12px}.room-reservation-detail>span em{color:var(--ui-muted);font-size:10px;font-style:normal}@media (max-width:1150px){.room-cashier,.room-cashier.settlement-collapsed{grid-template-columns:1fr!important}.settlement-collapsed .room-session-panel{min-height:48px}.settlement-collapsed .room-settlement-toggle{width:100%;height:36px;margin:0}.member-offer-grid{grid-template-columns:repeat(auto-fill,220px)}}.checkout-confirm-backdrop{z-index:1400;-webkit-backdrop-filter:blur(12px)saturate(.9);backdrop-filter:blur(12px)saturate(.9);background:#0e1814a3;place-items:center;padding:24px;animation:.18s ease-out checkout-confirm-fade;display:grid;position:fixed;inset:0}.checkout-confirm-dialog{border:1px solid color-mix(in srgb, var(--ui-accent) 28%, var(--ui-border));background:radial-gradient(circle at 88% 0%, color-mix(in srgb, var(--ui-accent) 13%, transparent), transparent 34%), var(--ui-panel);width:min(460px,100%);color:var(--ui-text);border-radius:24px;animation:.22s cubic-bezier(.2,.8,.2,1) checkout-confirm-rise;overflow:hidden;box-shadow:0 32px 90px #04120c52,0 8px 24px #04120c29}.checkout-confirm-dialog>header{justify-content:space-between;align-items:flex-start;padding:23px 25px 10px;display:flex}.checkout-confirm-dialog>header small,.checkout-confirm-success>small{color:var(--ui-accent);letter-spacing:.17em;margin-bottom:5px;font-size:9px;font-weight:900;display:block}.checkout-confirm-dialog>header h2{letter-spacing:-.02em;margin:0;font-size:19px;font-weight:900}.checkout-confirm-dialog>header button{background:var(--ui-panel-soft);width:32px;height:32px;color:var(--ui-muted);cursor:pointer;border:0;border-radius:50%;font-size:20px;line-height:1}.checkout-confirm-price{border:1px solid color-mix(in srgb, var(--ui-accent) 20%, var(--ui-border));background:color-mix(in srgb, var(--ui-accent) 7%, var(--ui-panel-soft));text-align:center;border-radius:19px;margin:8px 24px 0;padding:25px 18px 22px}.checkout-confirm-price>span{color:var(--ui-muted);font-size:12px;font-weight:800;display:block}.checkout-confirm-price>strong{color:var(--ui-accent);letter-spacing:-.055em;font-variant-numeric:tabular-nums;margin:5px 0 4px;font-size:clamp(42px,9vw,57px);font-weight:950;line-height:1.05;display:block}.checkout-confirm-price>strong i{vertical-align:.62em;margin-right:5px;font-size:.42em;font-style:normal}.checkout-confirm-price>p{color:var(--ui-muted);margin:8px 0 0;font-size:10px}.checkout-confirm-meta{grid-template-columns:1fr 1fr;gap:9px;padding:12px 24px 0;display:grid}.checkout-confirm-meta>span{background:var(--ui-panel-soft);border-radius:12px;min-width:0;padding:11px 13px}.checkout-confirm-meta small,.checkout-confirm-meta b{display:block}.checkout-confirm-meta small{color:var(--ui-muted);margin-bottom:3px;font-size:9px}.checkout-confirm-meta b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.checkout-confirm-password{border:1px solid color-mix(in srgb, var(--ui-accent) 25%, var(--ui-border));background:var(--ui-panel);border-radius:14px;margin:12px 24px 0;padding:13px 14px 14px;display:block}.checkout-confirm-password>span{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:9px;display:flex}.checkout-confirm-password b{font-size:12px}.checkout-confirm-password small{color:var(--ui-muted);font-size:9px}.checkout-confirm-password input{border:1px solid var(--ui-border);background:var(--ui-panel-soft);width:100%;height:45px;color:var(--ui-text);letter-spacing:.18em;text-align:center;border-radius:11px;outline:0;font-size:19px;font-weight:900}.checkout-confirm-password input:focus{border-color:var(--ui-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-accent) 15%, transparent)}.checkout-confirm-error{background:color-mix(in srgb, #d94b3d 10%, var(--ui-panel));color:#c83e32;text-align:center;border-radius:10px;margin:10px 24px 0;padding:9px 12px;font-size:11px;font-weight:750}.checkout-confirm-dialog>footer{grid-template-columns:.72fr 1.6fr;gap:10px;padding:16px 24px 24px;display:grid}.checkout-confirm-dialog>footer button{cursor:pointer;border:0;border-radius:13px;min-height:47px;font-size:12px;font-weight:900}.checkout-confirm-dialog>footer .secondary{background:var(--ui-panel-soft);color:var(--ui-muted)}.checkout-confirm-dialog>footer .primary{background:linear-gradient(135deg, color-mix(in srgb, var(--ui-accent) 86%, #fff), var(--ui-accent));box-shadow:0 10px 24px color-mix(in srgb, var(--ui-accent) 27%, transparent);color:#fff}.checkout-confirm-dialog>footer button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.checkout-confirm-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:36px 28px;display:flex}.checkout-success-mark{background:linear-gradient(145deg, color-mix(in srgb, var(--ui-accent) 70%, #fff), var(--ui-accent));width:72px;height:72px;box-shadow:0 14px 35px color-mix(in srgb, var(--ui-accent) 28%, transparent);color:#fff;border-radius:50%;place-items:center;margin-bottom:20px;font-size:34px;font-weight:900;display:grid}.checkout-confirm-success h2{margin:0;font-size:25px;font-weight:950}.checkout-confirm-success>strong{color:var(--ui-accent);letter-spacing:-.045em;font-variant-numeric:tabular-nums;margin:9px 0 6px;font-size:43px;font-weight:950}.checkout-confirm-success p{color:var(--ui-muted);margin:0;font-size:11px}.checkout-confirm-success>em{color:var(--ui-muted);margin-top:8px;font-size:9px;font-style:normal}.checkout-success-progress{background:var(--ui-panel-soft);border-radius:999px;width:170px;height:3px;margin-top:28px;overflow:hidden}.checkout-success-progress i{transform-origin:0;border-radius:inherit;background:var(--ui-accent);width:100%;height:100%;animation:2s linear forwards checkout-success-countdown;display:block}@keyframes checkout-confirm-fade{0%{opacity:0}}@keyframes checkout-confirm-rise{0%{opacity:0;transform:translateY(13px)scale(.98)}}@keyframes checkout-success-countdown{to{transform:scaleX(0)}}@media (max-width:520px){.checkout-confirm-backdrop{padding:12px}.checkout-confirm-dialog{border-radius:20px}.checkout-confirm-meta,.checkout-confirm-dialog>footer{grid-template-columns:1fr}.checkout-confirm-dialog>footer .primary{grid-row:1}}.hold-confirm-dialog{width:min(480px,100%)}.hold-confirm-price{background:color-mix(in srgb, var(--ui-accent) 9%, var(--ui-panel-soft))}.hold-confirm-meta{grid-template-columns:1fr 1fr}.hold-confirm-meta .hold-confirm-detail{grid-column:1/-1}.hold-confirm-note,.common-remark-field{border:1px solid var(--ui-border);background:var(--ui-panel-soft);border-radius:14px;margin:12px 24px 0;padding:13px 14px 14px;display:block}.hold-confirm-note>span,.common-remark-field>span{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.hold-confirm-note>span b,.common-remark-field>span b{font-size:12px}.hold-confirm-note>span small,.common-remark-field>span small{color:var(--ui-muted);font-variant-numeric:tabular-nums;font-size:9px}.hold-confirm-note textarea,.common-remark-field textarea{resize:vertical;border:1px solid var(--ui-border);background:var(--ui-panel);width:100%;min-height:72px;color:var(--ui-text);font:inherit;border-radius:11px;outline:0;padding:11px 12px;font-size:12px;line-height:1.6}.hold-confirm-note textarea:focus,.common-remark-field textarea:focus{border-color:var(--ui-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-accent) 14%, transparent)}.common-remark-phrases{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:7px;margin-top:8px;display:grid}.common-remark-phrases>div{scrollbar-width:none;gap:5px;min-width:0;display:flex;overflow-x:auto}.common-remark-phrases>div::-webkit-scrollbar{display:none}.common-remark-phrases button{border:1px solid var(--ui-border);background:var(--ui-panel-solid);min-height:28px;color:var(--ui-muted);border-radius:999px;flex:none;padding:4px 9px;font-size:9px}.common-remark-phrases button:hover{border-color:var(--ui-accent);color:var(--ui-accent)}.common-remark-phrases .common-remark-add{width:30px;height:30px;min-height:30px;color:var(--ui-accent);border-radius:8px;padding:0;font-size:18px;font-weight:800}.cashier-holds-popover article>div em{max-width:260px;color:var(--ui-accent);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;font-style:normal;font-weight:700;display:block;overflow:hidden}@media (max-width:520px){.hold-confirm-meta{grid-template-columns:1fr}.hold-confirm-meta .hold-confirm-detail{grid-column:auto}}.quick-cashier,.room-cashier{grid-template-columns:410px minmax(0,1fr)!important}.quick-cashier>aside,.room-cashier>.room-session-panel{padding:12px}.checkout-action-split{z-index:18;width:100%;box-shadow:0 10px 26px rgba(var(--ui-accent-rgb), .24);border-radius:10px;grid-template-columns:1fr 2fr;gap:0;margin-top:10px;display:grid;position:sticky;bottom:14px;overflow:hidden}.checkout-action-split>button{width:100%;height:44px;min-height:44px;font-size:12px;font-weight:850;box-shadow:none!important;border-radius:0!important;margin:0!important;position:static!important}.checkout-hold{border-color:var(--ui-accent)!important;background:var(--ui-panel-solid)!important;color:var(--ui-accent)!important}.cashier-holds-toggle{border-color:var(--ui-border);background:var(--ui-panel-solid);min-width:88px;height:42px;color:var(--ui-text);box-shadow:var(--ui-shadow-soft);white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:0 6px;font-size:11px;font-weight:800;display:flex}.cashier-holds-toggle b{background:var(--ui-accent);min-width:21px;height:21px;color:var(--ui-on-accent);border-radius:999px;place-items:center;font-size:9px;display:grid}.cashier-holds-popover{z-index:30;border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:min(390px,100vw - 32px);max-height:420px;box-shadow:var(--ui-shadow-overlay);border-radius:14px;padding:10px;position:absolute;inset:auto 0 calc(100% + 8px) auto;overflow:auto}.cashier-holds-popover>header,.cashier-holds-popover>article{border-bottom:1px solid var(--ui-border);grid-template-columns:1fr auto auto auto;align-items:center;gap:9px;padding:10px;display:grid}.cashier-holds-popover>header{grid-template-columns:1fr auto}.cashier-holds-popover>header button{background:0 0;border:0}.cashier-holds-popover article b,.cashier-holds-popover article small{display:block}.cashier-holds-popover article small{color:var(--ui-muted);margin-top:4px;font-size:9px}.cashier-holds-popover article strong{color:var(--ui-accent);font-size:13px}.cashier-holds-popover article>button{min-height:28px;padding:4px 7px;font-size:9px}.cashier-holds-popover>p{color:var(--ui-muted);text-align:center;padding:30px}.quick-cashier>aside{flex-direction:column;gap:9px;min-height:590px;display:flex}.quick-cashier>aside>.checkout-action-split{width:calc(100% + 24px);box-shadow:none;flex-shrink:0;margin:auto -12px -12px;bottom:0;border-radius:0 0 13px 13px!important}.quick-cashier>aside>.checkout-action-split>button{border-radius:0!important}.quick-benefit-deductions{display:grid!important}.quick-payment-selector,.room-payment-selector{padding:3px 0!important}.quick-payment-selector>div,.room-payment-selector>div{gap:4px;grid-template-columns:repeat(6,minmax(0,1fr))!important}.quick-payment-selector button,.room-payment-selector button{white-space:nowrap;min-width:0;height:34px;padding:0 2px;font-size:9px}.quick-total-panel,.room-total-panel{margin-top:auto}.room-board{padding:14px!important}.room-category-filter{border:1px solid var(--ui-border);background:var(--ui-panel-soft);border-radius:12px;min-height:45px;margin:0 0 12px!important;padding:6px!important}.room-category-filter>button{min-height:31px;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:8px!important;font-size:10px!important}.room-category-filter>button.active{background:var(--ui-panel-solid)!important;color:var(--ui-accent)!important;box-shadow:0 3px 10px #16292112!important}.room-category-filter>span{margin-left:auto;padding-right:7px;color:var(--ui-muted)!important;font-size:8px!important}.room-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.room-grid>.room-card{transition:border-color .18s,box-shadow .18s,transform .18s;overflow:hidden;border:1px solid color-mix(in srgb, var(--ui-border) 90%, transparent)!important;background:var(--ui-panel-solid)!important;border-radius:14px!important;min-height:142px!important;box-shadow:0 5px 18px #1628210e!important}.room-grid>.room-card:before{display:none!important}.room-grid>.room-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb, var(--ui-accent) 26%, var(--ui-border))!important;box-shadow:0 11px 25px #16282117!important}.room-card.available{border-color:color-mix(in srgb, #18845f 13%, var(--ui-border))!important;background:color-mix(in srgb, #18845f 2.8%, var(--ui-panel-solid))!important}.room-card.occupied{border-color:color-mix(in srgb, #cf5143 18%, var(--ui-border))!important;background:color-mix(in srgb, #cf5143 4.5%, var(--ui-panel-solid))!important}.room-card.reserved{border-color:color-mix(in srgb, #c48719 19%, var(--ui-border))!important;background:color-mix(in srgb, #c48719 5%, var(--ui-panel-solid))!important}.room-card.cleaning{border-color:color-mix(in srgb, #987326 18%, var(--ui-border))!important;background:color-mix(in srgb, #987326 4.5%, var(--ui-panel-solid))!important}.room-card-main{min-height:108px;container-type:inline-size;padding:14px 14px 11px!important}.room-card-heading{justify-content:space-between;align-items:center;gap:10px;display:flex!important}.room-card-heading>strong{min-width:0;color:var(--ui-text);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0!important;font-size:16px!important;font-weight:900!important}.room-card-status{flex:none;align-items:center;gap:6px;min-height:22px;display:inline-flex;color:var(--ui-muted)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.room-card-status>i{border:2px solid color-mix(in srgb, currentColor 17%, transparent);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 10%, transparent);background:currentColor;border-radius:50%;flex:0 0 7px}.room-card-status>b{color:currentColor;white-space:nowrap;font-size:9px!important;font-weight:800!important}.room-card-status.available{color:#18845f!important}.room-card-status.occupied{color:#cf5143!important}.room-card-status.reserved{color:#c48719!important}.room-card-status.cleaning{color:#987326!important}.room-card-status.disabled{color:#8d9692!important}.room-card-status.editable select{cursor:pointer;outline:0;color:currentColor!important;background:0 0!important;border:0!important;border-radius:0!important;min-height:22px!important;padding:0 14px 0 0!important;font-size:9px!important;font-weight:800!important}.room-card-status.editable select:focus{box-shadow:none!important}.room-card-capacity{align-items:baseline;gap:6px;margin-top:13px;display:flex}.room-card-capacity span{color:var(--ui-muted);font-size:10px}.room-card-capacity b{color:color-mix(in srgb, var(--ui-text) 84%, var(--ui-muted));font-size:12px;font-weight:800}.room-grid>.room-card.occupied{overflow:visible}.room-grid>.room-card.occupied:hover,.room-grid>.room-card.occupied:focus-within{z-index:20}.room-card-detail{z-index:6;position:absolute;top:47px;right:14px}:root .room-cashier .room-card .room-card-detail>button{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--ui-accent) 30%, var(--ui-border));background:color-mix(in srgb, var(--ui-accent) 6%, var(--ui-panel-solid));width:68px;min-width:68px;height:26px;color:var(--ui-accent-hover);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-weight:800;display:inline-flex;min-height:26px!important;padding:0 7px!important;font-size:12px!important;line-height:1!important}@container (max-width:155px){.room-card-detail{width:max-content;margin:7px 0 0 auto;position:relative;top:auto;right:auto}}.room-card-detail-popover{z-index:40;border:1px solid color-mix(in srgb, var(--ui-accent) 22%, var(--ui-border));background:var(--ui-panel-solid);width:min(290px,100vw - 48px);box-shadow:var(--ui-shadow-overlay);color:var(--ui-text);opacity:0;pointer-events:none;visibility:hidden;border-radius:12px;transition:opacity .15s,transform .15s,visibility 0s linear .15s;position:absolute;top:-8px;left:calc(100% + 9px);overflow:hidden;transform:translate(-5px)}.room-grid>.room-card:nth-child(4n) .room-card-detail-popover{left:auto;right:calc(100% + 9px);transform:translate(5px)}.room-card-detail:hover .room-card-detail-popover,.room-card-detail:focus-within .room-card-detail-popover{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translate(0)}.room-card-detail-popover>header,.room-card-detail-popover>footer{justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.room-card-detail-popover>header{border-bottom:1px solid var(--ui-border);background:var(--ui-panel-soft)}.room-card-detail-popover>header b,.room-card-detail-popover>footer b{color:var(--ui-text);font-size:10px}.room-card-detail-popover>header span,.room-card-detail-popover>footer span{color:var(--ui-muted);font-size:8px}.room-card-detail-lines{max-height:210px;padding:4px 12px;display:grid;overflow:auto}.room-card-detail-lines>div{border-bottom:1px solid color-mix(in srgb, var(--ui-border) 72%, transparent);justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.room-card-detail-lines>div:last-child{border-bottom:0}.room-card-detail-lines span b,.room-card-detail-lines span small{display:block}.room-card-detail-lines span b{color:var(--ui-text);font-size:9px}.room-card-detail-lines span small{color:var(--ui-muted);margin-top:3px;font-size:8px}.room-card-detail-lines strong{color:var(--ui-text);flex:none;font-size:10px}.room-card-detail-popover>p{color:var(--ui-muted);text-align:center;margin:0;padding:18px 12px;font-size:9px}.room-card-detail-popover>footer{border-top:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-accent) 5%, var(--ui-panel-solid))}.room-card-summary{border-top:1px solid color-mix(in srgb, var(--ui-border) 74%, transparent);text-overflow:ellipsis;white-space:nowrap;align-items:center;min-height:25px;padding-top:9px;line-height:1.4;display:flex;overflow:hidden;color:var(--ui-muted)!important;margin:9px 0 0!important;font-size:9px!important}.room-card-summary>i{background:color-mix(in srgb, var(--ui-muted) 55%, transparent);border-radius:50%;flex:0 0 3px;width:3px;height:3px;margin:0 6px}.room-time-alert{background:color-mix(in srgb, #d84c3f 10%, var(--ui-panel))!important;color:#c74438!important;border-radius:6px!important;padding:3px 6px!important;font-size:9px!important;top:46px!important;right:14px!important}.room-card>footer{border-top:1px solid var(--ui-border);grid-auto-columns:1fr;grid-auto-flow:column;background:color-mix(in srgb, var(--ui-panel-soft) 48%, transparent)!important;gap:0!important;padding:0!important;display:grid!important}.room-card>footer button{border:0!important;border-right:1px solid var(--ui-border)!important;min-height:36px!important;box-shadow:none!important;color:color-mix(in srgb, var(--ui-text) 82%, var(--ui-muted))!important;background:0 0!important;border-radius:0!important;font-size:9px!important;font-weight:750!important}.room-card>footer button:last-child{border-right:0!important}.room-card>footer button.primary{background:color-mix(in srgb, var(--ui-accent) 7%, transparent)!important;color:var(--ui-accent)!important}.room-card>footer button:not(:disabled):hover{background:color-mix(in srgb, var(--ui-accent) 10%, transparent)!important;color:var(--ui-accent)!important}.room-card.disabled{filter:grayscale(.85);opacity:.54;background:var(--ui-panel-soft)!important}.room-card.disabled button{color:var(--ui-muted)!important;border-color:var(--ui-border)!important;background:0 0!important}.room-session-panel{flex-direction:column;gap:0;min-height:610px;display:flex}.modern-pos .room-customer-box{padding-bottom:7px!important}:root .room-cashier .room-session-meta{color:#fff;background:linear-gradient(120deg,#075a4c,#10634f);border:1px solid #247b64;border-radius:12px;grid-template-columns:minmax(0,1fr) 76px;gap:10px 16px;margin:0 0 10px;padding:12px 14px;display:grid}.room-session-meta>div{min-width:0}.room-session-meta>div:first-child{border-bottom:1px solid #ffffff40;grid-column:1/-1;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:10px;display:flex}:root .room-cashier .room-session-meta :is(b,span){white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.5;display:block}:root .room-cashier .room-session-meta b{font-weight:700;color:#fff!important;font-size:14px!important}:root .room-cashier .room-session-meta span{margin:0;color:#def4eb!important;font-size:12px!important}.room-session-meta>div:first-child span{text-align:right;max-width:50%}.room-session-meta>div:not(:first-child) b{margin-top:3px}.room-add-item{display:none!important}.modern-pos .room-checkout-lines{margin-top:0}.room-commission-trigger{cursor:pointer;position:relative;overflow:hidden}.room-commission-trigger select{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.modern-pos .checkout-line-controls>.room-line-delete{border-color:color-mix(in srgb, #c74a3e 22%, var(--ui-border));color:#b94b41;background:0 0;border-radius:6px;width:auto;min-width:30px;height:24px;min-height:24px;padding:0 5px;font-size:8px}.modern-pos .checkout-line-controls>.room-line-delete:hover{background:#c74a3e14;border-color:#c74a3e}.room-order-toolbar{align-items:center;gap:12px;margin-bottom:10px;display:flex}.room-order-toolbar>div{flex:1}.room-order-toolbar div b,.room-order-toolbar div span{display:block}.room-order-toolbar div span{color:var(--ui-muted);margin-top:3px;font-size:9px}.room-order-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.room-order-product-grid>button{text-align:left;flex-direction:column;align-items:flex-start;min-height:130px;padding:13px;display:flex}.room-order-product-grid span{background:var(--ui-accent-soft);color:var(--ui-accent);border-radius:6px;padding:4px 6px;font-size:8px}.room-order-product-grid strong{margin-top:10px;font-size:13px}.room-order-product-grid small{color:var(--ui-muted);margin-top:4px;font-size:8px}.room-order-product-grid b{margin-top:auto;font-size:18px}.room-order-product-grid em{color:var(--ui-accent);margin-top:5px;font-size:8px;font-style:normal}.room-open-member-search{grid-column:1/-1;gap:6px;display:grid}.room-open-member-search>span{color:var(--ui-muted);font-size:9px}.room-party-stepper{grid-template-columns:38px 64px 38px;align-items:center;gap:4px;margin-top:6px;display:grid}.room-party-stepper button{height:38px;min-height:38px;padding:0;font-size:22px;font-weight:900}.room-party-stepper input{text-align:center;font-weight:900;margin:0!important;padding:0!important;font-size:17px!important}.room-open-form>footer{grid-template-columns:auto 1fr 1fr;display:grid!important}.room-transfer-modal{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:min(620px,100vw - 30px);box-shadow:var(--ui-shadow-overlay);border-radius:15px;overflow:hidden}.room-transfer-modal>header{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:flex-start;padding:17px 20px;display:flex}.room-transfer-modal header span{color:var(--ui-accent);letter-spacing:1.4px;font-size:8px}.room-transfer-modal header h2{margin:5px 0;font-size:17px}.room-transfer-modal header p{color:var(--ui-muted);margin:0;font-size:9px}.room-transfer-modal>div{grid-template-columns:repeat(3,1fr);gap:8px;max-height:420px;padding:16px;display:grid;overflow:auto}.room-transfer-modal>div>button{text-align:left;gap:5px;display:grid}.room-transfer-modal>div span,.room-transfer-modal>div small{color:var(--ui-muted);font-size:8px}@media (max-width:1150px){.quick-cashier,.room-cashier{grid-template-columns:1fr!important}.room-grid,.room-order-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:720px){.room-grid,.room-order-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cashier-floating-actions{gap:6px;max-width:calc(100vw - 28px);bottom:auto;left:auto;right:auto}.cashier-floating-actions>button{min-width:0;padding-inline:10px}.cashier-holds-popover{left:auto;right:0}}@media (min-width:721px) and (max-width:1050px){.cashier-floating-actions{left:auto;right:auto}}.member-create-backdrop{z-index:1000}@media (max-width:580px){.cashier-modebar{grid-template-columns:1fr}.commission-popover-body{grid-template-columns:1fr;overflow:auto}.commission-staff-picker{border-right:0;border-bottom:1px solid var(--ui-border);max-height:180px}.commission-allocation-list{max-height:240px}.commission-popover-footer{grid-template-columns:minmax(0,1fr) auto auto}.commission-popover-footer>div{gap:2px;display:grid}}.member-offer-grid{place-content:start;gap:12px;grid-template-columns:repeat(auto-fill,176px)!important}.member-offer-card{cursor:pointer;min-height:216px;overflow:hidden;width:176px!important;padding:15px 14px 13px!important}.member-offer-card>em{margin-top:8px}.member-offer-detail-trigger{margin-top:13px;padding:5px 8px}.room-cashier>.room-settlement-toggle{z-index:36;border:1px solid color-mix(in srgb, var(--ui-accent) 30%, var(--ui-border));background:var(--ui-panel-solid);width:42px;min-width:42px;color:var(--ui-accent);box-shadow:0 8px 22px rgba(var(--ui-accent-rgb), .14);letter-spacing:2px;writing-mode:vertical-rl;border-radius:10px;justify-content:center;align-items:center;margin:0;padding:0;font-size:12px;font-weight:850;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.room-cashier.settlement-collapsed>.room-settlement-toggle{height:104px;min-height:104px;left:-18px}.room-cashier:not(.settlement-collapsed)>.room-settlement-toggle{height:82px;min-height:82px;left:389px}.room-cashier>.room-settlement-toggle:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft)}@media (max-width:1150px){.room-cashier>.room-settlement-toggle{letter-spacing:0;writing-mode:horizontal-tb;width:70px;min-width:70px;height:36px;min-height:36px;top:10px;transform:none}.room-cashier.settlement-collapsed>.room-settlement-toggle{left:10px;right:auto}.room-cashier:not(.settlement-collapsed)>.room-settlement-toggle{left:auto;right:10px}}.room-cashier>.room-settlement-toggle{border:1px solid color-mix(in srgb, var(--ui-accent) 32%, var(--ui-border));background:linear-gradient(180deg, color-mix(in srgb, var(--ui-panel-solid) 96%, var(--ui-accent) 4%), color-mix(in srgb, var(--ui-accent-soft) 48%, var(--ui-panel-solid)));width:48px;min-width:48px;height:112px;min-height:112px;color:var(--ui-accent-hover);box-shadow:0 10px 26px rgba(var(--ui-accent-rgb), .14), inset 0 1px 0 color-mix(in srgb, var(--ui-panel-solid) 82%, transparent);cursor:pointer;border-radius:14px;flex-direction:column;gap:10px;padding:10px 0;overflow:hidden}.room-cashier>.room-settlement-toggle .room-settlement-toggle-label{color:inherit;letter-spacing:3px;text-orientation:upright;writing-mode:vertical-rl;font-size:12px;font-weight:850;line-height:1;display:block}.room-cashier>.room-settlement-toggle .room-settlement-toggle-icon{flex:0 0 14px;width:18px;height:14px;display:block;position:relative}.room-settlement-toggle-icon:before,.room-settlement-toggle-icon:after{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;position:absolute;top:3px}.room-cashier.settlement-collapsed .room-settlement-toggle-icon:before{left:0;transform:rotate(-45deg)}.room-cashier.settlement-collapsed .room-settlement-toggle-icon:after{left:6px;transform:rotate(-45deg)}.room-cashier:not(.settlement-collapsed) .room-settlement-toggle-icon:before{right:0;transform:rotate(135deg)}.room-cashier:not(.settlement-collapsed) .room-settlement-toggle-icon:after{right:6px;transform:rotate(135deg)}@media (max-width:1150px){.room-cashier>.room-settlement-toggle{flex-direction:row;gap:7px;width:78px;min-width:78px;height:38px;min-height:38px;padding:0 10px}.room-cashier>.room-settlement-toggle .room-settlement-toggle-label{letter-spacing:0;text-orientation:mixed;writing-mode:horizontal-tb}.room-cashier>.room-settlement-toggle:active:not(:disabled){transform:scale(.97)!important}}@media (prefers-reduced-motion:reduce){.room-cashier>.room-session-panel{transition:none}}.room-cashier:not(.settlement-collapsed)>.room-session-panel .room-settlement-toggle{z-index:34;border:1px solid color-mix(in srgb, var(--ui-accent) 30%, var(--ui-border));background:var(--ui-panel-solid);width:42px;min-width:42px;height:82px;min-height:82px;color:var(--ui-accent);box-shadow:0 8px 22px rgba(var(--ui-accent-rgb), .14);letter-spacing:2px;writing-mode:vertical-rl;border-radius:10px;justify-content:center;align-items:center;margin:0;padding:0;font-size:12px;font-weight:850;line-height:1;display:inline-flex;position:absolute;top:50%;right:-22px;transform:translateY(-50%)}.room-cashier:not(.settlement-collapsed)>.room-session-panel .room-settlement-toggle:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft)}@media (max-width:1150px){.room-cashier:not(.settlement-collapsed)>.room-session-panel .room-settlement-toggle{letter-spacing:0;writing-mode:horizontal-tb;width:70px;min-width:70px;height:36px;min-height:36px;top:auto;bottom:-18px;right:14px;transform:none}}.room-card-status.occupied,.room-card-status.reserved,.room-card-status.editable.cleaning{box-sizing:border-box;justify-content:center;align-items:center;width:68px;min-width:68px;height:28px;color:#fff!important;border:1px solid #0000!important;border-radius:8px!important;gap:0!important;min-height:28px!important;padding:0 7px!important}.room-card-status.reserved{background:#c58a0b!important;border-color:#a97608!important}.room-card-status.editable.cleaning{background:#c99312!important;border-color:#a97608!important}.room-card-status.occupied>i,.room-card-status.reserved>i,.room-card-status.editable.cleaning>i{display:none!important}.room-card-status.occupied>b,.room-card-status.reserved>b{text-align:center;white-space:nowrap;justify-content:center;align-items:center;width:100%;height:26px;margin:0;display:flex;color:#fff!important;font-size:9px!important;font-weight:800!important;line-height:1!important}.room-card-status.editable.cleaning select{appearance:none;text-align:center;text-align-last:center;width:100%;height:26px;margin:0;display:block;color:#fff!important;background:0 0!important;border:0!important;min-height:26px!important;padding:0 12px 0 4px!important;font-size:9px!important;font-weight:800!important;line-height:26px!important}.member-offer-card>div small{font-size:11px}.member-offer-kind{min-height:21px;padding:0 8px}.member-offer-card>strong{margin-top:10px}.member-offer-detail-trigger{transform:translateY(8px)}@media (min-width:1151px){.room-cashier:not(.settlement-collapsed)>.room-session-panel .room-settlement-toggle{transform:translateY(calc(-50% - 18px))}}.room-card-status.editable.cleaning select option{font-size:12px!important}.member-offer-remove{z-index:4;border:1px solid color-mix(in srgb, var(--ui-accent) 44%, var(--ui-border));background:var(--ui-panel-solid);width:24px;min-width:24px;height:24px;min-height:24px;color:var(--ui-accent);box-shadow:0 4px 12px rgba(var(--ui-accent-rgb), .12);border-radius:50%;place-items:center;padding:0;font-size:17px;font-weight:850;line-height:1;display:grid;position:absolute;bottom:9px;right:9px}.member-offer-remove:hover{border-color:var(--ui-accent);background:var(--ui-accent);color:var(--ui-on-accent)}.member-offer-card:has(>.member-benefit-quantity)>div:not(.member-benefit-quantity){margin-top:4px}.member-offer-card:has(>.member-benefit-quantity)>.member-offer-detail-trigger{margin-top:0;position:absolute;bottom:4px;transform:none}.member-offer-card>.member-benefit-quantity{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;width:auto;min-height:25px;margin:0;display:flex;position:absolute;bottom:36px;left:14px}.member-offer-card>.member-benefit-quantity button{border:1px solid var(--line,#d9dfdc);color:#245a45;background:#fff;border-radius:6px;flex:0 0 21.6px;width:21.6px;min-width:21.6px;height:25px;min-height:25px;padding:0;font-size:12px;line-height:1}.member-offer-card>.member-benefit-quantity span{white-space:nowrap;color:#245a45;text-align:center;min-width:32px;font-size:13px;font-weight:700}.member-offer-card>.member-offer-delete-plan{color:#9a342c;cursor:pointer;background:#ffffffa6;border:1px solid;border-radius:7px;order:5;align-self:flex-start;min-height:32px;margin-top:14px;padding:5px 8px;font-size:12px}.member-offer-card>.member-offer-delete-plan:disabled{opacity:.5;cursor:wait}.restricted-balance-confirm-preview{border:1px solid var(--line,#d9dfdc);background:#f7faf8;border-radius:14px;margin:14px 0;padding:14px 16px}.restricted-balance-confirm-preview>b{margin-bottom:8px;display:block}.restricted-balance-confirm-preview>div{border-top:1px solid var(--line,#d9dfdc);justify-content:space-between;align-items:center;gap:12px;min-height:48px;display:flex}.restricted-balance-confirm-preview span{flex-direction:column;min-width:0;display:flex}.restricted-balance-confirm-preview small{color:#66756d}.restricted-balance-confirm-preview em{color:#245a45;font-style:normal;font-weight:700}.member-offer-global-tooltip{z-index:100000;box-sizing:border-box;border:1px solid color-mix(in srgb, var(--ui-accent) 24%, var(--ui-border));background:radial-gradient(circle at 92% 4%, rgba(var(--ui-accent-rgb), .12), transparent 34%), color-mix(in srgb, var(--ui-panel-solid) 98%, var(--ui-accent) 2%);width:min(380px,100vw - 32px);color:var(--ui-text);box-shadow:0 26px 65px #12251e3b, 0 8px 22px rgba(var(--ui-accent-rgb), .12);border-radius:16px;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:16px;display:grid;position:fixed;overflow:visible}.member-offer-global-tooltip>header{border-bottom:1px solid color-mix(in srgb, var(--ui-accent) 16%, var(--ui-border));gap:4px;padding-bottom:11px;display:grid}.member-offer-global-tooltip>header span{color:var(--ui-accent);letter-spacing:1.2px;font-size:10px;font-weight:850}.member-offer-global-tooltip>header strong{color:var(--ui-text);font-size:16px;font-weight:900}.member-offer-global-tooltip>div{overscroll-behavior:contain;gap:8px;min-height:0;display:grid;overflow:auto}.member-offer-global-tooltip p{border:1px solid color-mix(in srgb, var(--ui-accent) 12%, var(--ui-border));background:color-mix(in srgb, var(--ui-accent-soft) 34%, var(--ui-panel-solid));color:color-mix(in srgb, var(--ui-text) 80%, var(--ui-muted));border-radius:10px;margin:0;padding:10px 11px;font-size:13px;font-weight:600;line-height:1.6}@media (max-width:650px){.member-offer-grid{grid-template-columns:1fr!important}.member-offer-card{width:100%!important}}.room-status-filter{border-left:1px solid var(--ui-border);flex:none;align-items:center;gap:4px;margin-left:auto;padding-left:7px;display:flex}.room-status-filter>button{min-height:31px;color:var(--ui-muted);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:750;display:inline-flex}.room-status-filter>button>i{background:currentColor;border-radius:50%;flex:0 0 7px;width:7px;height:7px}.room-status-filter>button.available{color:#18845f}.room-status-filter>button.reserved{color:#bd7d0d}.room-status-filter>button.occupied{color:#c84a3f}.room-status-filter>button:hover{background:color-mix(in srgb, currentColor 7%, var(--ui-panel-solid))}.room-status-filter>button.active{border-color:color-mix(in srgb, currentColor 22%, var(--ui-border));background:var(--ui-panel-solid);box-shadow:0 3px 10px #16292112}.room-status-filter>button.active.all{color:var(--ui-accent)}@media (max-width:850px){.room-category-filter{flex-wrap:wrap;align-items:stretch}.room-status-filter{border-top:1px solid var(--ui-border);border-left:0;width:100%;margin-left:0;padding-top:6px;padding-left:0}}:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child){position:relative;overflow:hidden;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;color:var(--ui-muted)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:8px!important;flex:0 0 32px!important;place-items:center!important;padding:0!important;font-size:0!important;line-height:1!important;display:grid!important}:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child):before,:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child):after{content:"";background:currentColor;border-radius:999px;width:14px;height:1.5px;position:absolute}:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child):before{transform:rotate(45deg)}:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child):after{transform:rotate(-45deg)}:is(button.ui-close-button,.report-ai-drawer>header>button:last-child,.catalog-form-head>button:last-child,.catalog-form-head>div:last-child>button:last-child,[class*=formHead]>button:last-child,[class*=modal]>header>button:last-child,[class*=shareModal]>header>button:last-child):hover{background:var(--ui-accent-soft)!important;color:var(--ui-accent)!important}.member-business-pos{align-items:stretch;min-height:620px}.member-offer-catalog{min-width:0;padding:14px}.member-offer-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.member-offer-toolbar .kind-tabs{gap:7px;display:flex}.member-offer-toolbar .kind-tabs button{border-radius:9px;min-height:36px;padding:0 14px;font-weight:750}.member-offer-toolbar>span{color:var(--ui-muted);flex:none;font-size:11px}.member-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.member-offer-card{text-align:left;flex-direction:column;align-items:flex-start;min-width:0;min-height:202px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 22px #1e293b14;border:1px solid #0000!important;border-radius:16px!important;padding:19px 20px!important}.member-offer-card.recharge{color:#075f48!important;background:linear-gradient(145deg,#e7fff6 0%,#c9f8e7 100%)!important}.member-offer-card.benefit{color:#66309a!important;background:linear-gradient(145deg,#f5ebff 0%,#e8d4ff 100%)!important}.member-offer-card.pass{color:#8b4b05!important;background:linear-gradient(145deg,#fff3df 0%,#ffe0aa 100%)!important}.member-offer-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1e293b24}.member-offer-card.selected{box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .17), 0 12px 28px #1e293b24;border-color:var(--ui-accent)!important}.member-offer-kind{background:#ffffffb3;border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex}.member-offer-card>strong{white-space:nowrap;text-overflow:ellipsis;width:100%;margin-top:12px;font-size:19px;font-weight:850;line-height:1.3;overflow:hidden}.member-offer-card>p{opacity:.76;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:7px 0 11px;font-size:11px;line-height:1.55;display:-webkit-box;overflow:hidden}.member-offer-card>div{justify-content:space-between;align-items:baseline;gap:10px;width:100%;margin-top:auto;display:flex}.member-offer-card>div small{opacity:.7;font-size:10px}.member-offer-card>div b{letter-spacing:-.6px;font-size:27px;font-weight:900;line-height:1}.member-offer-card>em{opacity:.7;margin-top:8px;font-size:10px;font-style:normal}.member-offer-card>i{color:#fff;background:#19bd53;border-radius:50%;place-items:center;width:26px;height:26px;font-size:14px;font-style:normal;font-weight:900;display:grid;position:absolute;top:14px;right:14px}.member-period-validity-entry{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:100%;min-height:48px;color:var(--ui-text);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.member-period-validity-entry span{flex:1}.member-period-validity-entry small{color:var(--ui-accent)}.member-offer-empty{border:1px dashed var(--ui-border);min-height:220px;color:var(--ui-muted);border-radius:14px;grid-column:1/-1;place-items:center;display:grid}.member-business-settlement{flex-direction:column;gap:10px;min-width:0;display:flex}.member-settlement-title{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:center;min-height:38px;padding:0 2px 9px;display:flex}.member-settlement-title span{font-size:15px;font-weight:850}.member-settlement-title b{background:var(--ui-accent-soft);color:var(--ui-accent);border-radius:999px;padding:5px 9px;font-size:10px}.member-business-settlement .customer-box{padding:0}.member-business-settlement .member-card{border:1px solid rgba(var(--ui-accent-rgb), .26);background:var(--ui-accent-soft);border-radius:11px;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:9px 10px;display:grid}.quick-cashier .member-card{grid-template-columns:30px minmax(0,1fr) auto auto}.member-business-settlement .member-card>span{background:var(--ui-accent);width:36px;height:36px;color:var(--ui-on-accent);border-radius:50%;place-items:center;font-weight:850;display:grid}.member-business-settlement .member-card>div{gap:2px;min-width:0;display:grid}.member-business-settlement .member-card small{color:var(--ui-muted);font-size:9px}.member-business-settlement .member-card>button{min-height:30px;color:var(--ui-accent);background:0 0;border:0;font-size:10px;font-weight:750}.member-selected-offer{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-panel) 96%, var(--ui-accent) 4%);border-radius:11px;gap:4px;padding:11px 12px;display:grid}.member-selected-offer>span,.member-custom-recharge>span,.member-business-payments>span{color:var(--ui-muted);font-size:10px;font-weight:700}.member-selected-offer>strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:850;overflow:hidden}.member-selected-offer>small{color:var(--ui-accent);font-size:10px}.member-custom-recharge{gap:6px;display:grid}.member-custom-recharge>div{border:1px solid var(--ui-border);background:var(--ui-panel);border-radius:11px;grid-template-columns:30px minmax(0,1fr);align-items:center;height:50px;padding:0 12px;display:grid}.member-custom-recharge>div:focus-within{border-color:var(--ui-accent);box-shadow:0 0 0 3px rgba(var(--ui-accent-rgb), .12)}.member-custom-recharge b{font-size:21px}.member-custom-recharge input{outline:0;width:100%;height:46px;font-weight:850;background:0 0!important;border:0!important;padding:0!important;font-size:23px!important}.member-custom-recharge>small{color:var(--ui-muted);font-size:9px}.modern-pos .member-business-payments{padding:0}.modern-pos .member-business-payments>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:6px}.modern-pos .member-business-payments button{border-radius:8px;height:36px;font-size:10px}.member-business-summary{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-panel) 97%, var(--ui-text) 3%);border-radius:10px;gap:5px;padding:9px 11px;display:grid}.member-business-summary>div{justify-content:space-between;align-items:center;font-size:10px;display:flex}.member-business-summary .gift b{color:#0c9a6c}.member-business-total{border-top:1px solid var(--ui-border);justify-content:space-between;align-items:flex-end;margin-top:auto;padding:11px 2px 0;display:flex}.member-business-total span{color:var(--ui-muted);font-size:11px}.member-business-total strong{color:var(--ui-text);font-size:29px;font-weight:900;line-height:1}.member-business-settlement .business-message{background:var(--ui-accent-soft);color:var(--ui-accent);border-radius:8px;margin:0;padding:7px 9px;font-size:10px}.member-business-settlement .checkout-submit{border-radius:10px;flex:none;height:46px;font-size:14px;font-weight:850}:where(.checkout-submit,.pos-confirm,.confirm-recharge){z-index:18;width:100%;margin-top:10px;position:sticky;bottom:14px;box-shadow:0 -8px 18px color-mix(in srgb, var(--ui-panel-solid) 82%, transparent), 0 10px 26px rgba(var(--ui-accent-rgb), .24)!important}@media (max-width:650px){:where(.checkout-submit,.pos-confirm,.confirm-recharge){bottom:calc(78px + env(safe-area-inset-bottom))}}@media print{:where(.checkout-submit,.pos-confirm,.confirm-recharge){position:static;box-shadow:none!important}}@media (max-width:850px){.member-offer-grid{grid-template-columns:1fr}.member-offer-toolbar{flex-direction:column;align-items:flex-start}}.room-cashier{position:relative}.room-cashier>.room-board{min-width:0;min-height:610px}.room-cashier.settlement-collapsed{grid-template-columns:minmax(0,1fr)!important}.room-cashier.settlement-collapsed>.room-board{grid-column:1;width:100%}.room-cashier.settlement-collapsed>.room-session-panel{z-index:32;width:auto;min-width:0;height:auto;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;top:18px;left:-12px;padding:0!important;position:absolute!important}.room-cashier.settlement-collapsed>.room-session-panel>:not(.room-settlement-toggle){visibility:inherit}.room-cashier.settlement-collapsed .room-settlement-toggle{border:1px solid color-mix(in srgb, var(--ui-accent) 30%, var(--ui-border));background:var(--ui-panel-solid);width:54px;min-width:54px;height:40px;min-height:40px;color:var(--ui-accent);box-shadow:0 8px 22px rgba(var(--ui-accent-rgb), .14);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;margin:0;font-size:10px;line-height:1;display:inline-flex}.room-cashier.settlement-collapsed .room-settlement-toggle:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft)}.room-cashier .room-grid{align-content:start}.room-cashier .room-board-empty{place-items:center;min-height:220px;display:grid}@media (max-width:1150px){.room-cashier.settlement-collapsed>.room-session-panel{top:10px;left:10px}}.room-cashier.settlement-collapsed>.room-session-panel{top:50%;left:-18px;transform:translateY(-50%)}.room-cashier.settlement-collapsed .room-settlement-toggle{background:var(--ui-panel-solid);letter-spacing:3px;writing-mode:vertical-rl;border-radius:10px;width:42px;min-width:42px;height:104px;min-height:104px;font-size:13px;line-height:1.25}.room-card-status.occupied,.room-card-status.editable.cleaning{box-sizing:border-box;justify-content:center;width:68px;min-width:68px;height:26px;color:#fff!important;border:1px solid #0000!important;border-radius:8px!important;min-height:26px!important;padding:0 7px!important}.room-card-status.occupied{background:#c94c40!important;border-color:#b93f35!important}.room-card-status.editable.cleaning{position:relative;background:#c99312!important;border-color:#a97608!important}.room-card-status.occupied>i,.room-card-status.editable.cleaning>i{display:none}.room-card-status.occupied>b,.room-card-status.editable.cleaning select{font-size:10px!important;font-weight:800!important;line-height:1!important}.room-card-status.occupied>b{text-align:center;width:100%}.room-card-status.editable.cleaning select{appearance:none;text-align:center;text-align-last:center;flex:1;width:100%;min-width:0;height:24px;color:#fff!important;background:0 0!important;min-height:24px!important;padding:0 12px!important}.room-card-status.editable.cleaning:after{content:"⌄";color:#fff;pointer-events:none;font-size:10px;line-height:1;position:absolute;top:50%;right:7px;transform:translateY(-58%)}.room-card.available>footer button.primary:first-child,.room-card.reserved>footer button.primary:first-child{color:#fff!important;background:#0b684d!important;border-color:#0b6048!important}.room-card.available>footer button.primary:first-child:not(:disabled):hover,.room-card.reserved>footer button.primary:first-child:not(:disabled):hover{color:#fff!important;background:#07553e!important}.room-card.occupied>footer button:first-child{background:color-mix(in srgb, var(--ui-accent) 18%, var(--ui-panel-solid))!important;color:color-mix(in srgb, var(--ui-accent) 88%, #052c20)!important}.room-card.occupied>footer button:first-child:not(:disabled):hover{background:color-mix(in srgb, var(--ui-accent) 26%, var(--ui-panel-solid))!important}@media (max-width:720px){.room-cashier.settlement-collapsed>.room-session-panel{top:10px;left:10px;transform:none}.room-cashier.settlement-collapsed .room-settlement-toggle{letter-spacing:0;writing-mode:horizontal-tb;width:66px;min-width:66px;height:36px;min-height:36px}}.member-offer-card{min-height:216px}.member-offer-card>strong{margin-top:0;font-size:17px}.member-offer-card>div{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;margin-top:13px}.member-offer-card>div small,.member-offer-card>div b{text-align:left;align-self:flex-start;width:100%}.member-offer-card>div b{font-size:24px}.member-offer-card.selected{box-shadow:0 9px 24px rgba(var(--ui-accent-rgb), .13);border-color:color-mix(in srgb, var(--ui-accent) 62%, var(--ui-border))!important;background:color-mix(in srgb, var(--ui-accent-soft) 82%, var(--ui-panel-solid))!important;color:var(--ui-text)!important}.room-card-status.occupied>b,.room-card-status.editable.cleaning select{font-size:9px!important}.room-card-status.editable.cleaning select option{font-size:9px;background:var(--ui-panel-solid)!important;color:var(--ui-text)!important}.room-grid>.room-card.checkout-selected,.room-grid>.room-card.checkout-selected:hover{border-color:color-mix(in srgb, var(--ui-accent) 78%, #092b21)!important;background:linear-gradient(145deg, color-mix(in srgb, var(--ui-accent) 88%, #092d23), color-mix(in srgb, var(--ui-accent-hover) 92%, #061d17))!important;color:var(--ui-on-accent)!important;box-shadow:0 13px 28px rgba(var(--ui-accent-rgb), .25)!important}.room-card.checkout-selected .room-card-heading>strong,.room-card.checkout-selected .room-card-capacity span,.room-card.checkout-selected .room-card-capacity b,.room-card.checkout-selected .room-card-summary{color:var(--ui-on-accent)!important}.room-card.checkout-selected .room-card-capacity span,.room-card.checkout-selected .room-card-summary{opacity:.82}.room-card.checkout-selected .room-card-summary{border-top-color:color-mix(in srgb, var(--ui-on-accent) 24%, transparent)}.room-card.checkout-selected .room-card-summary>i{background:color-mix(in srgb, var(--ui-on-accent) 65%, transparent)}.room-card.checkout-selected>footer{border-top-color:color-mix(in srgb, var(--ui-on-accent) 24%, transparent)!important;background:color-mix(in srgb, var(--ui-on-accent) 8%, transparent)!important}.room-card.checkout-selected>footer button,.room-card.checkout-selected>footer button.primary{border-right-color:color-mix(in srgb, var(--ui-on-accent) 22%, transparent)!important;color:var(--ui-on-accent)!important;background:0 0!important}.room-card.checkout-selected>footer button.primary{background:color-mix(in srgb, var(--ui-on-accent) 15%, transparent)!important;font-weight:850!important}.room-card.checkout-selected>footer button:not(:disabled):hover{background:color-mix(in srgb, var(--ui-on-accent) 21%, transparent)!important;color:var(--ui-on-accent)!important}.member-offer-grid{margin-top:-7px}.member-offer-card{min-height:210px;padding:12px 14px 10px!important}.member-offer-detail-trigger,.member-offer-detail-trigger>b{font-size:10px}.member-selected-offer{border-color:color-mix(in srgb, var(--ui-accent) 24%, var(--ui-border));background:color-mix(in srgb, var(--ui-accent) 11%, var(--ui-panel-solid))}.room-cashier>.room-settlement-toggle{cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-user-select:none;user-select:none;writing-mode:horizontal-tb;flex-direction:column;gap:6px}.room-settlement-toggle-label{color:inherit;font:inherit;letter-spacing:2px;pointer-events:none;writing-mode:vertical-rl;line-height:1;display:block}.room-settlement-toggle-icon{width:20px;height:20px;color:inherit;letter-spacing:0;pointer-events:none;place-items:center;font-size:16px;font-weight:900;line-height:1;display:grid}.room-cashier>.room-settlement-toggle:hover,.room-cashier>.room-settlement-toggle:focus-visible{border-color:var(--ui-accent);background:var(--ui-accent-soft);box-shadow:0 10px 25px rgba(var(--ui-accent-rgb), .2);outline:0}@media (min-width:1151px){.room-cashier>.room-settlement-toggle{top:305px;transform:translateY(-50%)}}@media (max-width:1150px){.room-cashier>.room-settlement-toggle{flex-direction:row;gap:5px}.room-settlement-toggle-label{letter-spacing:0;writing-mode:horizontal-tb}}.room-cashier>.room-session-panel{opacity:1;visibility:visible;will-change:transform, opacity;transition:transform .24s cubic-bezier(.22,.75,.2,1),opacity .18s,visibility linear;transform:translate(0)}.room-cashier.settlement-collapsed>.room-session-panel{z-index:30;border:1px solid var(--ui-border);background:var(--ui-panel-solid);opacity:0;visibility:hidden;pointer-events:none;border-radius:14px;width:410px;min-width:410px;height:auto;min-height:610px;transition:transform .24s cubic-bezier(.4,0,.6,1),opacity .18s,visibility 0s linear .24s;padding:12px!important;position:absolute!important;top:0!important;left:0!important;transform:translate(calc(-100% - 28px))!important}.room-cashier>.room-settlement-toggle{z-index:36;border:1px solid color-mix(in srgb, var(--ui-accent) 32%, var(--ui-border));background:linear-gradient(180deg, var(--ui-panel-solid), color-mix(in srgb, var(--ui-accent-soft) 52%, var(--ui-panel-solid)));width:48px;min-width:48px;height:112px;min-height:112px;color:var(--ui-accent-hover);box-shadow:0 10px 26px rgba(var(--ui-accent-rgb), .14), inset 0 1px 0 color-mix(in srgb, var(--ui-panel-solid) 82%, transparent);cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-user-select:none;user-select:none;writing-mode:horizontal-tb;border-radius:14px;outline:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:0;padding:10px 0;display:inline-flex;position:absolute;top:305px;overflow:hidden;transform:translateY(-50%)}.room-cashier.settlement-collapsed>.room-settlement-toggle{left:-20px}.room-cashier:not(.settlement-collapsed)>.room-settlement-toggle{left:386px}.room-cashier>.room-settlement-toggle:before{content:"";background:var(--ui-accent);opacity:.72;pointer-events:none;border-radius:0 3px 3px 0;width:3px;position:absolute;inset:10px auto 10px 0}.room-cashier>.room-settlement-toggle .room-settlement-toggle-label{color:inherit;letter-spacing:3px;pointer-events:none;text-orientation:upright;writing-mode:vertical-rl;font-size:12px;font-weight:850;line-height:1;display:block}.room-cashier>.room-settlement-toggle .room-settlement-toggle-icon{pointer-events:none;flex:0 0 14px;width:18px;height:14px;display:block;position:relative}.room-cashier>.room-settlement-toggle:hover,.room-cashier>.room-settlement-toggle:focus-visible{border-color:var(--ui-accent);background:var(--ui-accent-soft);color:var(--ui-accent-hover);box-shadow:0 12px 30px rgba(var(--ui-accent-rgb), .2)}.room-cashier>.room-settlement-toggle:active:not(:disabled){transform:translateY(-50%)scale(.97)!important}@media (max-width:1150px){.room-cashier>.room-settlement-toggle{flex-direction:row;gap:7px;width:78px;min-width:78px;height:38px;min-height:38px;padding:0 10px;top:10px;transform:none}.room-cashier.settlement-collapsed>.room-settlement-toggle{left:10px;right:auto}.room-cashier:not(.settlement-collapsed)>.room-settlement-toggle{left:auto;right:10px}.room-cashier>.room-settlement-toggle .room-settlement-toggle-label{letter-spacing:0;text-orientation:mixed;writing-mode:horizontal-tb}.room-cashier>.room-settlement-toggle:active:not(:disabled){transform:scale(.97)!important}}@media (prefers-reduced-motion:reduce){.room-cashier>.room-session-panel{transition:none}}.room-card-status.editable.available select,.room-card-status.occupied>b,.room-card-status.editable.cleaning select{font-stretch:100%;letter-spacing:0!important;font-family:inherit!important;font-size:12px!important;font-weight:800!important;line-height:1!important}@media (min-width:1151px){.room-cashier.settlement-collapsed>.room-settlement-toggle{padding:10px 0 31px}.room-cashier.settlement-collapsed>.room-settlement-toggle .room-settlement-toggle-icon{position:absolute;bottom:11px;left:50%;transform:translate(-50%)}}.room-card-status.editable.cleaning{padding-left:3px!important;padding-right:3px!important}.room-card-status.editable.cleaning select{text-align:center;text-align-last:center;padding:0 17px 0 1px!important;font-size:12px!important}.room-card-status.editable.cleaning:after{right:5px}.room-card-status.editable.cleaning select option{background:var(--ui-panel-solid)!important;color:var(--ui-text)!important;font-size:12px!important}.room-card-status.editable.available{box-sizing:border-box;justify-content:center;align-items:center;width:68px;min-width:68px;height:28px;position:relative;color:#fff!important;background:#16845e!important;border:1px solid #0f6e50!important;border-radius:8px!important;gap:0!important;min-height:28px!important;padding:0 3px!important}.room-card-status.editable.available>i{display:none!important}.room-card-status.editable.available select{appearance:none;text-align:center;text-align-last:center;width:100%;min-width:0;height:26px;margin:0;display:block;color:#fff!important;background:0 0!important;border:0!important;min-height:26px!important;padding:0 17px 0 1px!important;font-size:12px!important;font-weight:800!important;line-height:26px!important}.room-card-status.editable.available:after{content:"⌄";color:#fff;pointer-events:none;font-size:10px;line-height:1;position:absolute;top:50%;right:5px;transform:translateY(-58%)}.room-card-status.editable.available select option{background:var(--ui-panel-solid)!important;color:var(--ui-text)!important;font-size:12px!important}.checkout-signature{border:1px solid var(--ui-border);background:var(--ui-panel-solid);border-radius:14px;gap:10px;padding:14px;display:grid}.checkout-signature>button{border:1px solid var(--ui-accent);background:var(--ui-accent-soft);min-height:42px;color:var(--ui-accent);border-radius:10px;font-weight:800}.checkout-signature header{align-items:center;gap:10px;display:flex}.checkout-signature header small{color:var(--ui-muted)}.checkout-signature header button{color:var(--ui-danger);background:0 0;border:0;margin-left:auto}.checkout-signature-pad{border:1px dashed var(--ui-border);background:var(--ui-bg);height:180px;color:var(--ui-text);touch-action:none;border-radius:10px;position:relative;overflow:hidden}.checkout-signature-pad svg{width:100%;height:100%}.checkout-signature-pad span{color:var(--ui-muted);pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.room-card .room-time-alert{box-sizing:border-box;white-space:nowrap;align-items:center;width:max-content;max-width:100%;min-height:20px;margin:7px 0 0 auto;line-height:1.2;display:flex;color:#a9342b!important;position:static!important;top:auto!important;bottom:auto!important;right:auto!important}.modern-pos .room-session-panel .checkout-member-primary>small{color:color-mix(in srgb, var(--ui-text) 72%, var(--ui-muted) 28%);font-weight:650}.modern-pos .room-checkout-lines{background:var(--ui-panel-solid);padding:0 12px}.modern-pos .room-checkout-line{border-bottom:1px solid var(--ui-border);background:0 0;border-radius:0;grid-template-columns:minmax(0,1fr) 104px;gap:12px;padding:14px 0}.modern-pos .room-checkout-line:last-child{border-bottom:0}.modern-pos .room-checkout-line>.checkout-line-identity{grid-template-columns:7px minmax(0,1fr);align-content:start;align-self:start;gap:4px 7px;display:grid}.modern-pos .room-checkout-line .checkout-line-identity>span{grid-area:1/1;margin-top:7px}.modern-pos .room-checkout-line .checkout-line-identity>:is(b,small,button){grid-column:2}.modern-pos .room-checkout-line .checkout-line-name,.modern-pos .room-checkout-line .checkout-line-code{white-space:normal;overflow-wrap:anywhere;text-overflow:clip;overflow:visible}.modern-pos .room-checkout-line .checkout-line-name{color:var(--ui-text);font-size:14px;font-weight:800;line-height:1.5}.modern-pos .room-checkout-line .checkout-line-code{color:color-mix(in srgb, var(--ui-text) 72%, var(--ui-muted) 28%);margin-top:0;font-weight:500;line-height:1.5}.modern-pos .room-checkout-line>.checkout-line-controls{flex-wrap:wrap;grid-area:2/1/auto/-1;justify-content:flex-end;gap:6px}:root .room-cashier .room-checkout-line .room-line-delete{height:40px;min-height:40px;padding:0 8px;font-size:12px}:root[data-theme=ink] .room-cashier .room-checkout-line .room-line-delete{color:#ffafa6;border-color:#87504a}.modern-pos .room-line-price{grid-area:1/2;align-content:start;justify-items:end;gap:5px;min-width:0;display:grid}.modern-pos .room-line-price-label{color:var(--ui-muted);font-size:11px;line-height:1.4}.modern-pos .room-line-price .unit-price-control,.modern-pos .room-line-price .checkout-line-locked-price{box-sizing:border-box;width:104px;min-width:104px}.modern-pos .room-line-price>small{max-width:100%;color:var(--ui-text);overflow-wrap:anywhere;text-align:right;white-space:normal;font-size:12px;font-weight:750;line-height:1.5}:root[data-theme=ink] .modern-pos .room-checkout-line{border-color:color-mix(in srgb, var(--ui-border) 82%, var(--ui-accent) 18%);background:0 0}:root[data-theme=ink] .room-card .room-time-alert{background:color-mix(in srgb, #7d251f 36%, var(--ui-panel))!important;color:#ffafa6!important}:root[data-theme=ink] .modern-pos .room-checkout-line .checkout-line-name{color:color-mix(in srgb, var(--ui-text) 94%, white 6%)}:root[data-theme=ink] .modern-pos .room-checkout-line .checkout-line-code,:root[data-theme=ink] .modern-pos .room-line-price>small{color:color-mix(in srgb, var(--ui-text) 75%, var(--ui-muted) 25%)}:root[data-theme=ink] .modern-pos .unit-price-control.changed{border-color:color-mix(in srgb, #52d6a2 60%, var(--ui-border));background:color-mix(in srgb, #123c31 64%, var(--ui-panel-solid))}.modern-pos .modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));align-content:start;gap:8px}.modern-pos .modern-product-card{min-width:0}.modern-pos .modern-product-card-main{text-align:left;grid-template-rows:18px 12px 20px 14px;grid-template-columns:minmax(0,1fr);place-items:center start;padding:8px 10px;gap:2px!important;min-height:88px!important;display:grid!important}.modern-pos .modern-product-card-main>:is(strong,small,b,em){white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;min-width:0;overflow:hidden}.modern-pos .modern-product-card-main>strong{box-sizing:border-box;grid-row:1;width:100%;margin:0;padding-right:0;font-size:13px!important;line-height:18px!important}.modern-pos .modern-product-card-main>small{grid-row:2;margin:0;font-size:9px!important;line-height:12px!important}.modern-pos .modern-product-card-main>em{grid-row:4;margin:0;padding:0;font-size:10px!important;line-height:14px!important}.modern-pos .modern-product-card-main>b{grid-row:3;margin:0;font-size:15px!important;line-height:20px!important}.modern-pos .modern-product-card-main.in-cart>:is(b,em){max-width:calc(100% - 94px)}.modern-pos .modern-product-card-stepper{z-index:3;align-items:center;gap:2px;display:flex;position:absolute;bottom:8px;right:7px}.modern-pos .modern-product-card-stepper>button{border:1px solid var(--ui-border);background:var(--ui-panel-solid);width:30px;height:32px;color:var(--ui-accent);border-radius:7px;place-items:center;padding:0;font-size:18px;display:grid;position:static;min-width:30px!important;min-height:32px!important}.modern-pos .modern-product-card-stepper>span{text-overflow:ellipsis;text-align:center;font-variant-numeric:tabular-nums;min-width:22px;max-width:40px;font-size:12px;font-weight:700;overflow:hidden}@media (pointer:coarse){.modern-pos .modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.modern-pos .modern-product-card-main{grid-template-rows:18px 14px 22px 18px;min-height:96px!important}.modern-pos .modern-product-card-stepper>button{min-width:44px!important;min-height:44px!important}.modern-pos .modern-product-card-main.in-cart>:is(b,em){max-width:calc(100% - 122px)}}@media (min-width:1151px){.advanced-cashier-shell[data-active-cashier-mode=SALE]:fullscreen{padding-bottom:0}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE]>.modern-pos{height:var(--cashier-sale-height,calc(100dvh - 130px));align-items:start;min-height:0}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .settlement-pane{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;display:flex;position:static}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .settlement-pane>:not(.checkout-lines){flex-shrink:0}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .checkout-lines{flex:1 1 0;height:auto;min-height:0;max-height:none;overflow-y:auto}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .checkout-action-split{position:static}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .checkout-action-split>button{height:44px;min-height:44px}.advanced-cashier-shell[data-active-cashier-mode=SALE] [data-cashier-mode=SALE] .catalog-pane{box-sizing:border-box;height:calc(100% - 70px);min-height:0;overflow-y:auto}.advanced-cashier-shell[data-active-cashier-mode=SALE]>.cashier-floating-actions{top:auto;bottom:13px}.advanced-cashier-shell[data-active-cashier-mode=SALE]:fullscreen>.cashier-floating-actions{bottom:29px}.advanced-cashier-shell[data-active-cashier-mode=SALE]>.cashier-floating-actions>button{height:44px;min-height:44px}}.modern-pos .cashier-paged-catalog{flex-direction:column;min-height:0;display:flex;overflow:hidden!important}.modern-pos .cashier-paged-catalog>.catalog-toolbar{flex-wrap:wrap;flex:none;align-items:center;gap:6px;margin-bottom:6px}.modern-pos .cashier-paged-catalog .catalog-search{flex:0 204px;width:204px;max-width:100%;margin-left:auto}.cashier-category-filters{flex:none;gap:4px;min-width:0;margin-bottom:8px;display:grid}.cashier-category-row{gap:4px;min-width:0;display:flex}.cashier-category-rail{scrollbar-width:none;flex:1;gap:5px;min-width:0;display:flex;overflow-x:auto}.cashier-category-rail::-webkit-scrollbar{display:none}.modern-pos .cashier-category-row button{border:1px solid var(--ui-border);background:var(--ui-panel-solid);height:28px;color:var(--ui-text);white-space:nowrap;border-radius:6px;flex:none;padding:2px 10px;font-size:12px;min-height:28px!important}.cashier-category-row button[aria-pressed=true]{background:var(--ui-accent);border-color:var(--ui-accent);color:var(--ui-on-accent)}.modern-pos .cashier-category-row .cashier-category-arrow{width:28px;padding:0;font-size:20px}.cashier-category-row button:disabled{opacity:.35;cursor:default}.modern-pos .cashier-paged-catalog>.modern-product-grid{flex:1 1 0;min-height:0;overflow-y:auto}.cashier-product-pager{color:var(--ui-text);flex:none;justify-content:flex-end;align-items:center;gap:8px;padding-top:8px;font-size:12px;display:flex}.cashier-product-pager button{background:var(--ui-panel-solid);min-height:30px;color:var(--ui-accent);border:1px solid var(--ui-border);border-radius:6px;padding:3px 10px}.cashier-product-pager button:disabled{opacity:.4;cursor:default}.cashier-product-pager [role=status]{text-align:center;font-variant-numeric:tabular-nums;min-width:40px}.cashier-product-total{color:var(--ui-muted);margin-right:auto}.modern-pos .cashier-paged-catalog .modern-product-card-stepper>button{border-radius:5px;width:21px;height:22.4px;font-size:13px;min-width:21px!important;min-height:22.4px!important}.modern-pos .cashier-paged-catalog .modern-product-card-stepper>button svg{width:12px;height:12px}.modern-pos .cashier-paged-catalog .modern-product-card-main.in-cart>:is(b,em){max-width:calc(100% - 76px)}@media (max-width:1150px){.modern-pos .cashier-paged-catalog{height:clamp(380px,65dvh,720px)}}@media (pointer:coarse){.modern-pos .cashier-paged-catalog .modern-product-card-stepper>button{position:relative}.modern-pos .cashier-paged-catalog .modern-product-card-stepper>button:after{content:"";position:absolute;inset:-8px}.modern-pos .cashier-paged-catalog .modern-product-card-stepper{gap:10px}.modern-pos .cashier-paged-catalog .modern-product-card-main.in-cart>:is(b,em){max-width:calc(100% - 96px)}}.room-catalog-pagination{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.room-catalog-pagination>input{flex:160px;min-width:0;max-width:100%}.room-catalog-pagination>span{white-space:nowrap;color:var(--ui-muted)}
