:root{--pos-primary:var(--primary);--pos-radius:10px;--pos-shadow:0 2px 8px rgba(0,0,0,.07);--pos-border:var(--border);--pos-surface:var(--card);--pos-cart-width:460px;--surface-0:var(--card);--surface-1:#f8fafc;--surface-2:#f1f5f9;--text-muted:var(--muted)}.pos-layout{display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:hidden}.pos-subnav{gap:2px;padding:8px 20px;background:var(--surface-0,#fff);border-bottom:1px solid var(--pos-border);flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.04)}.pos-subnav,.pos-subnav-item{display:flex;align-items:center}.pos-subnav-item{gap:6px;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:600;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:all .15s;white-space:nowrap}.pos-subnav-item:hover{background:var(--surface-2);color:var(--text)}.pos-subnav-item--active{background:var(--pos-primary);color:#fff;box-shadow:0 2px 8px color-mix(in srgb,var(--primary) 35%,transparent)}.pos-content{flex:1 1;min-height:0;overflow:hidden;padding:0;display:flex;flex-direction:column}.pos-badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:700;background:var(--surface-2);color:var(--text-muted);letter-spacing:.02em}.pos-ok-badge{color:#16a34a;font-size:12px;font-weight:700}.pos-alert-badge{display:inline-block;padding:2px 9px;border-radius:6px;font-size:11px;font-weight:700}.pos-alert-badge--low{background:#fef3c7;color:#b45309}.pos-alert-badge--expiring{background:#fef9c3;color:#854d0e}.pos-alert-badge--expired{background:#fee2e2;color:#b91c1c}.pos-empty{text-align:center;padding:48px 24px;color:var(--text-muted);font-size:14px}.pos-error{background:#fef2f2;color:#b91c1c;border-radius:8px;border:1px solid #fecaca}.pos-error,.pos-success{padding:10px 14px;font-size:13px;margin-bottom:12px}.pos-success{background:#f0fdf4;color:#166534;border-radius:8px;border:1px solid #bbf7d0}.pos-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.pos-product-name{font-weight:600}.pos-stock-qty--low{color:#dc2626;font-weight:700}.pos-delta--pos{color:#16a34a;font-weight:700}.pos-delta--neg{color:#dc2626;font-weight:700}.pos-rank{color:var(--text-muted);font-weight:700;width:32px;text-align:center}.pos-profit--pos{color:#16a34a;font-weight:700}.pos-profit--neg{color:#dc2626;font-weight:700}.pos-tab-row{display:flex;align-items:center;gap:2px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:4px;margin-bottom:16px;flex-wrap:wrap;background:var(--surface-2,#f1f5f9);border:1px solid var(--border);border-radius:14px;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.pos-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:13px;font-weight:600;background:transparent;color:var(--text-muted,#64748b);border:none;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s,transform .1s;letter-spacing:.01em;white-space:nowrap;line-height:1.25}.pos-tab:hover:not(.pos-tab--active){background:hsla(0,0%,100%,.55);color:var(--text,#0f172a)}.pos-tab:active{transform:scale(.98)}.pos-tab--active{background:var(--card,#fff);color:var(--pos-primary,var(--primary));box-shadow:0 2px 8px rgba(15,23,42,.1),0 0 0 1px rgba(15,23,42,.04)}.pos-page-wrap{padding:20px 24px}.pos-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--pos-border)}.pos-page-title{font-size:18px;font-weight:800;margin:0}.pos-page-sub{font-size:12px;color:var(--text-muted);margin:2px 0 0}.pos-filter-row{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.pos-filter-row .pos-search-input{flex:0 0 240px;padding:8px 12px;border-radius:8px;border:1px solid var(--pos-border);font-size:13px;background:var(--surface-1);color:var(--text);outline:none;transition:border .15s}.pos-filter-row .pos-search-input:focus{border-color:var(--pos-primary)}.pos-cat-tabs{display:flex;gap:4px;flex-wrap:wrap}.pos-cat-tab{padding:7px 16px;border-radius:20px;font-size:14px;font-weight:700;background:var(--surface-2);color:var(--text-muted);border:none;cursor:pointer;transition:all .15s}.pos-cat-tabs--cashier{padding:4px 0 2px}.pos-cat-tabs--cashier .pos-cat-tab{font-size:15px;padding:8px 18px}.pos-cat-tab:hover{background:var(--surface-1)}.pos-cat-tab--active{background:var(--pos-primary);color:#fff}.pos-modal-overlay{background:rgba(0,0,0,.45);z-index:9000}.pos-held-bills-overlay,.pos-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pos-held-bills-overlay{z-index:9400;padding:16px;background:rgba(15,23,42,.35)}.pos-held-bills-dropdown{position:relative;z-index:9401;width:min(360px,100%);max-height:min(420px,80vh);overflow-y:auto;background:var(--surface-0,#fff);border:1px solid var(--border,#e5e7eb);border-radius:14px;box-shadow:0 16px 48px rgba(15,23,42,.22);padding:0}.pos-held-bills-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid var(--border,#e5e7eb)}.pos-held-bills-title{font-size:14px;font-weight:700;color:var(--text-primary,#111);display:inline-flex;align-items:center;gap:8px}.pos-held-bills-close{width:32px;height:32px;padding:0;border:none;border-radius:999px;background:transparent;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.pos-held-bills-close:hover{background:#f1f5f9;color:#475569}.pos-held-bills-close:active{background:#e2e8f0;color:#0f172a}.pos-held-bills-empty{padding:16px 14px;font-size:13px;color:var(--text-secondary,#6b7280);margin:0}.pos-held-bills-list{padding:6px 0}.pos-held-bill-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-bottom:1px solid var(--border-light,#f3f4f6)}.pos-held-bill-item:last-child{border-bottom:none}.pos-held-bill-info{display:flex;flex-direction:column;gap:2px}.pos-held-bill-time{font-size:13px;font-weight:600;color:var(--text-primary,#111)}.pos-held-bill-count{font-size:12px;color:var(--text-secondary,#6b7280)}.pos-held-bill-actions{display:flex;gap:6px;flex-shrink:0}.pos-modal{background:var(--surface-0,#fff);border-radius:14px;padding:28px 32px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px rgba(0,0,0,.2)}.pos-modal-title{font-size:17px;font-weight:800;margin:0 0 20px}.pos-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:24px}.pos-product-image-field{grid-column:1/-1}.pos-product-image-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.pos-product-image-preview{width:72px;height:72px;border-radius:12px;overflow:hidden;border:1px solid var(--pos-border);background:var(--surface-1,#f8fafc);display:flex;align-items:center;justify-content:center}.pos-product-image-thumb{width:100%;height:100%;object-fit:cover}.pos-product-image-placeholder{font-size:11px;color:var(--text-muted);font-weight:700}.pos-product-image-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pos-product-image-upload{cursor:pointer;margin:0}.pos-modal-actions{display:flex;gap:10px;justify-content:flex-end}.pos-form-card{padding:24px}.pos-form-title{font-size:15px;font-weight:800;margin:0 0 16px}.pos-alerts{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.pos-alert-row{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;font-size:13px}.pos-alert-row--low{background:#fffbeb;border:1px solid #fde68a}.pos-alert-row--expiring{background:#fefce8;border:1px solid #fef08a}.pos-alert-row--expired{background:#fef2f2;border:1px solid #fecaca}.pos-alert-name{font-weight:700;flex:1 1}.pos-alert-detail{color:var(--text-muted);font-size:12px}.pos-cashier-toggle{display:flex;align-items:center;gap:0;background:var(--surface-2);border-radius:10px;padding:3px;margin:12px 16px 0;width:-moz-fit-content;width:fit-content}.pos-cashier-toggle-btn{padding:7px 20px;border-radius:8px;font-size:13px;font-weight:700;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.pos-cashier-toggle-btn--active{background:var(--pos-primary);color:#fff;box-shadow:0 2px 8px color-mix(in srgb,var(--primary) 30%,transparent)}.pos-slide-container{position:relative;overflow:hidden;flex:1 1;display:flex;flex-direction:column}.pos-slide-track{display:flex;width:200%;flex:1 1;transition:transform .3s cubic-bezier(.4,0,.2,1)}.pos-slide-track--court{transform:translateX(0)}.pos-slide-track--pos{transform:translateX(-50%)}.pos-slide-pane{width:50%;flex-shrink:0;overflow-y:auto;display:flex;flex-direction:column}.pos-cashier-body{display:grid;grid-template-columns:minmax(0,1fr) var(--pos-cart-width);grid-template-rows:1fr;align-items:stretch;flex:1 1;min-height:0;grid-gap:0;gap:0}.pos-cashier-body,.pos-cashier-left{overflow:hidden;background:var(--surface-2,#f1f5f9)}.pos-cashier-left{display:flex;flex-direction:column;padding:14px 16px;gap:10px}.pos-product-grid{flex:1 1;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,168px));grid-auto-rows:min-content;grid-gap:14px;gap:14px;overflow-y:auto;align-content:start;justify-content:start;background:transparent;border-radius:0;box-shadow:none;padding:4px 2px 12px}.pos-product-card{background:#fff;border:none;border-radius:16px;padding:0;cursor:pointer;text-align:left;transition:box-shadow .15s,transform .15s;gap:0;justify-content:flex-start;aspect-ratio:auto;min-height:0;max-height:none;overflow:hidden;box-shadow:0 2px 12px rgba(15,23,42,.08)}.pos-product-card:hover:not(:disabled){border-color:transparent;box-shadow:0 4px 18px rgba(15,23,42,.12);transform:translateY(-2px)}.pos-product-card--out{opacity:.45;cursor:not-allowed;transform:none!important}.pos-product-card-img{width:56px;height:56px;object-fit:cover;border-radius:10px;margin:0 auto 2px;border:1px solid var(--pos-border);background:var(--surface-1,#f8fafc)}.pos-product-card-img--placeholder{display:block;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.pos-product-card-name{font-size:16px;font-weight:700;color:var(--text,#0f172a);line-height:1.3;padding:10px 12px 0}.pos-product-card-price{font-size:20px;font-weight:800;color:#0d9488;padding:4px 12px 0}.pos-product-card-stock{font-size:14px;color:#64748b;padding:2px 12px 10px}.pos-cashier-right{display:flex;flex-direction:column;background:transparent;border:none;overflow:hidden;position:relative;min-height:0;height:100%;margin:12px 12px 16px 0;border-radius:0;box-shadow:none;gap:8px}.pos-cart-rail-btn{display:none}.pos-cart-collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--border,#e2e8f0);border-radius:8px;background:#fff;color:#64748b;cursor:pointer;flex-shrink:0}.pos-cart-collapse-btn:hover{background:var(--surface-2,#f1f5f9);color:#0f172a}.pos-member-checkout-block{display:flex;flex-direction:column;gap:10px;background:var(--surface-0,#fff);padding:12px 14px 20px;flex-shrink:0;border-top:1px solid var(--pos-border,#e2e8f0)}.pos-member-checkout-block .pos-checkout-btn{margin:0;width:100%}.pos-member-checkout-block .pos-member-picker{padding:0}.pos-cart-header{padding:12px 14px;font-weight:800;font-size:15px;border-bottom:1px solid var(--pos-border);background:var(--surface-0,#fff);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;flex-shrink:0;min-height:48px}.pos-cart-clear-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px;font-size:12px;font-weight:700;border:1px solid #fecaca;background:#fff1f2;color:#dc2626;cursor:pointer;transition:all .15s;flex-shrink:0}.pos-cart-clear-btn:hover{background:#fee2e2;border-color:#f87171}.pos-cart-items{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.pos-cart-items--empty{overflow-y:hidden;display:flex;align-items:center;justify-content:center}.pos-cart-checkout-sticky{flex-shrink:0;display:flex;flex-direction:column;border-top:1px solid var(--pos-border,#e2e8f0);background:var(--surface-0,#fff)}.pos-member-checkout-block--review{padding-top:8px}.pos-member-picker--review{margin-bottom:10px}.pos-member-picker--review .pos-member-dropdown{z-index:30}.pos-pay-modal-overlay{z-index:9200}.pos-hot-modal-overlay{z-index:9300}.pos-hot-modal{max-width:480px;width:calc(100vw - 32px);padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;max-height:min(84vh,640px)}.pos-hot-modal--search{max-width:560px}.pos-hot-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 10px;border-bottom:1px solid var(--pos-border,#e2e8f0)}.pos-hot-modal-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--ps-ink,#0f172a);display:flex;align-items:center;gap:8px}.pos-hot-modal-key{font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:2px 7px;border-radius:6px;background:#0f172a;color:#fff}.pos-hot-modal-close{border:none;background:transparent;color:#64748b;cursor:pointer;padding:4px;border-radius:8px;display:inline-flex}.pos-hot-modal-close:hover{background:#f1f5f9;color:#0f172a}.pos-hot-modal-hint{margin:0;padding:8px 16px 0;font-size:.82rem;color:#64748b}.pos-hot-search-wrap{padding:10px 16px 8px}.pos-hot-search-input{width:100%;font-size:1.05rem!important;padding:12px 14px!important}.pos-hot-search-results{padding:0 10px 10px;overflow-y:auto;flex:1 1;min-height:160px;max-height:360px}.pos-hot-search-empty{padding:28px 12px;text-align:center;color:#94a3b8;font-size:.9rem}.pos-hot-search-item{width:100%;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-gap:2px 12px;gap:2px 12px;text-align:left;border:1px solid transparent;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer}.pos-hot-search-item:hover:not(:disabled){background:#f8fafc;border-color:#e2e8f0}.pos-hot-search-item--out{opacity:.45;cursor:not-allowed}.pos-hot-search-item-name{grid-column:1;grid-row:1;font-weight:700;color:#0f172a}.pos-hot-search-item-meta{grid-column:1;grid-row:2;font-size:.78rem;color:#64748b}.pos-hot-search-item-price{grid-column:2;grid-row:1/span 2;align-self:center;font-weight:800;color:#0f766e}.pos-hot-modal-foot{padding:10px 16px 14px;border-top:1px solid var(--pos-border,#e2e8f0);display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-hot-modal-foot--actions{justify-content:flex-end}.pos-hot-member-search{margin:12px 16px;position:relative}.pos-hot-member-dropdown{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:50;max-height:240px;overflow-y:auto}.pos-hot-member-selected{margin:12px 16px 0}.pos-hot-discount-form{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.pos-hot-discount-preview{margin:0;font-weight:700;color:#0f766e}.pos-pay-modal{max-width:420px;padding:0;display:flex;flex-direction:column;gap:0}.pos-pay-modal,.pos-pay-modal .pos-member-picker{overflow:visible}.pos-pay-modal .pos-member-search-wrap{z-index:2}.pos-pay-modal .pos-member-dropdown{z-index:40}.pos-pay-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid var(--pos-border,#e2e8f0)}.pos-pay-modal-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--ps-ink,#0f172a)}.pos-pay-modal-total{margin:4px 0 0;font-size:.9rem;font-weight:700;color:var(--ps-emerald,#059669)}.pos-pay-modal-close{border:none;background:var(--surface-1,#f8fafc);width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:16px;line-height:1;color:#64748b;flex-shrink:0}.pos-pay-modal-close:hover{background:#fee2e2;color:#b91c1c}.pos-pay-modal .pos-payment-section{padding:12px 18px 4px}.pos-pay-modal .pos-member-checkout-block{padding:8px 18px 18px}.pos-cart-empty{text-align:center;color:var(--text-muted);padding:32px 16px;font-size:17px;font-weight:600;line-height:1.6}.pos-cart-empty-icon{font-size:40px;display:block;margin-bottom:12px;opacity:.45}.pos-cart-empty small{display:inline-block;margin-top:6px;font-size:15px;font-weight:400;color:#94a3b8}.pos-cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-column-gap:12px;column-gap:12px;padding:14px;transition:background .1s;min-height:72px;position:relative}.pos-cart-item:hover{background:var(--surface-2)}.pos-cart-item-main{gap:10px}.pos-cart-item-end,.pos-cart-item-main{display:flex;align-items:center;min-width:0}.pos-cart-item-end{justify-content:flex-end;gap:6px}.pos-cart-item-info{flex:1 1 auto;min-width:0;max-width:none;display:flex;flex-direction:column;gap:4px;align-self:center}.pos-cart-item-name{font-size:14px;font-weight:700;line-height:1.35;color:var(--text,#0f172a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;white-space:normal}.pos-cart-item-unit-price{font-size:12px;color:var(--text-muted,#9ca3af);line-height:1.25}.pos-cart-item-note{font-size:11px;color:var(--text-muted,#64748b);line-height:1.25;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-cart-item-controls{gap:0;flex-shrink:0;opacity:1;margin-left:0}.pos-cart-item-controls,.pos-qty-btn{display:flex;align-items:center;justify-content:center}.pos-qty-btn{width:28px;height:28px;border-radius:0;border:1px solid var(--pos-border);background:var(--surface-1,#f8fafc);font-size:14px;cursor:pointer;font-weight:600;transition:all .1s;color:var(--text-muted,#64748b)}.pos-qty-btn:first-child{border-radius:8px 0 0 8px}.pos-qty-btn:last-child{border-radius:0 8px 8px 0;margin-left:-1px}.pos-qty-btn:hover{border-color:var(--pos-primary);color:var(--pos-primary);background:#fff}.pos-qty{font-size:13px;font-weight:700;min-width:28px;height:28px;text-align:center;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--pos-border);border-radius:0;background:var(--surface-0,#fff);margin-left:-1px;color:var(--text,#0f172a)}.pos-cart-item-price{font-size:15px;font-weight:800;line-height:1.2;text-align:right;color:var(--text,#0f172a)}.pos-cart-total{display:flex;flex-direction:column;background:var(--surface-0,#fff);padding:10px 12px 12px;flex-shrink:0;gap:4px}.pos-cart-subtotals-box{border:1px solid var(--pos-border,#e5e7eb);border-radius:10px;overflow:hidden;margin-bottom:0;display:flex;flex-direction:column;gap:0}.pos-cart-total-label{font-size:13px;font-weight:700;color:var(--text-muted)}.pos-cart-total-amount{font-size:22px;font-weight:900;color:var(--pos-primary)}.pos-payment-section{padding:8px 12px 12px;display:flex;flex-direction:column;gap:8px;background:var(--surface-0,#fff);flex-shrink:0}.pos-pay-method-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.pos-pay-btn{flex:1 1;padding:9px 12px;font-size:13px;font-weight:700;border:1.5px solid var(--pos-border);background:var(--surface-1)}.pos-pay-btn--active{border-color:var(--pos-primary);color:var(--pos-primary);background:color-mix(in srgb,var(--primary) 8%,transparent)}.pos-received-input{font-size:18px!important;font-weight:800!important}.pos-change-display{padding:8px 12px;background:#dcfce7;color:#166534;border-radius:8px;font-size:14px;font-weight:800;text-align:center;border:1px solid #86efac}.pos-qr-section{display:flex;flex-direction:column;align-items:center;gap:8px}.pos-qr-gen-btn{width:100%}.pos-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.pos-qr-img{width:168px;height:168px;border-radius:8px;border:1px solid var(--pos-border)}.pos-qr-amount{font-weight:900;font-size:17px;color:var(--pos-primary)}.pos-qr-ppid{font-size:12px;font-weight:600;color:var(--text-muted,#64748b);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:4px}.pos-checkout-btn{margin:0 16px 14px;font-size:15px;font-weight:800;padding:13px;border-radius:10px;width:calc(100% - 32px);background:var(--pos-primary);color:#fff;border:none;cursor:pointer;transition:all .15s;box-shadow:0 4px 12px color-mix(in srgb,var(--primary) 30%,transparent)}.pos-checkout-btn:hover:not(:disabled){filter:brightness(1.08)}.pos-checkout-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.pos-cart-item-wrap{display:flex;flex-direction:column;position:relative;border-bottom:1px solid var(--pos-border,#e5e7eb)}.pos-cart-item-wrap:last-child{border-bottom:none}.pos-cart-item-wrap--menu-open{z-index:6}.pos-cart-item-price-wrap{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;flex-shrink:0;min-width:56px;margin-left:0;padding-inline:2px}.pos-cart-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.pos-cart-item-menu{position:relative}.pos-item-more-btn{width:28px;height:28px;border:1px solid var(--pos-border,#e5e7eb);background:var(--surface-0,#fff);color:var(--text-muted,#64748b);border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .12s,background .12s,border-color .12s}.pos-item-more-btn--open,.pos-item-more-btn:hover{color:var(--text,#0f172a);border-color:#cbd5e1;background:var(--surface-1,#f8fafc)}.pos-item-overflow-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:40;min-width:220px;padding:6px;background:#fff;border:1px solid var(--pos-border,#e5e7eb);border-radius:12px;box-shadow:0 10px 28px rgba(15,23,42,.14);display:flex;flex-direction:column;gap:2px}.pos-item-overflow-item{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--text,#0f172a)}.pos-item-overflow-item:hover{background:#f8fafc}.pos-item-overflow-item--danger,.pos-item-overflow-item--danger small,.pos-item-overflow-item--danger strong{color:#dc2626}.pos-item-overflow-item--danger:hover{background:#fef2f2}.pos-item-overflow-icon{width:28px;height:28px;border-radius:8px;background:#f1f5f9;color:#64748b;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pos-item-overflow-icon--green{background:color-mix(in srgb,#088b6c 12%,#fff);color:#088b6c}.pos-item-overflow-icon--danger{background:#fee2e2;color:#dc2626}.pos-item-overflow-text{display:flex;flex-direction:column;gap:1px;min-width:0}.pos-item-overflow-text strong{font-size:13px;font-weight:700;line-height:1.25}.pos-item-overflow-text small{font-size:11px;font-weight:500;color:var(--text-muted,#94a3b8);line-height:1.2}.pos-item-inline-label{font-size:12px;font-weight:600;color:var(--text-muted,#64748b);white-space:nowrap}.pos-item-remove-btn{width:28px;height:28px;background:transparent;color:var(--text-muted,#9ca3af);font-size:14px;display:flex;transition:color .12s,background .12s;line-height:1}.pos-item-remove-btn:hover{background:#fee2e2}.pos-item-original-price{font-size:11px;color:var(--text-muted,#94a3b8);text-decoration:line-through;line-height:1.15}.pos-item-discount-btn{width:22px;height:22px;border-radius:4px;border:1.5px solid var(--pos-border);background:var(--surface-1);font-size:11px;font-weight:700;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.pos-item-discount-btn--active,.pos-item-discount-btn:hover{border-color:var(--pos-primary);color:var(--pos-primary);background:color-mix(in srgb,var(--primary) 10%,transparent)}.pos-item-discount-badge{display:inline-flex;align-items:center;gap:4px;margin-top:2px;padding:2px 7px 2px 6px;font-size:10px;font-weight:700;line-height:1.2;color:#088b6c;background:color-mix(in srgb,#088b6c 12%,#fff);border:none;border-radius:6px;width:-moz-fit-content;width:fit-content;white-space:nowrap}.pos-item-discount-tag-icon{flex-shrink:0;transform:rotate(-18deg);color:#088b6c}.pos-item-discount-clear{background:none;border:none;cursor:pointer;font-size:10px;color:var(--text-muted);padding:0 2px;line-height:1}.pos-item-discount-popover{padding:8px 10px;background:var(--surface-1);border-top:1px dashed var(--pos-border)}.pos-discount-type-row{display:flex;align-items:center;gap:6px}.pos-discount-type-btn{padding:4px 10px;border-radius:6px;border:1.5px solid var(--pos-border);background:var(--surface-0,#fff);font-size:13px;font-weight:700;cursor:pointer;transition:all .12s;color:var(--text-secondary)}.pos-discount-type-btn.active{border-color:var(--pos-primary);color:var(--pos-primary);background:color-mix(in srgb,var(--primary) 10%,transparent)}.pos-discount-input{flex:1 1;min-width:0;padding:5px 8px;border-radius:6px;border:1.5px solid var(--pos-border);font-size:14px;font-weight:700;background:var(--surface-0,#fff)}.pos-discount-reason-input{margin-top:6px;width:100%;box-sizing:border-box}.pos-bill-discount-section{padding:8px 16px;border-top:1px solid var(--pos-border)}.pos-bill-discount-toggle{width:100%;padding:8px 12px;border-radius:8px;border:1.5px dashed var(--pos-border);background:var(--surface-1);font-size:13px;font-weight:600;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .12s}.pos-bill-discount-toggle.active{border-color:var(--pos-primary);color:var(--pos-primary);background:color-mix(in srgb,var(--primary) 8%,transparent)}.pos-bill-discount-form{margin-top:8px;display:flex;flex-direction:column;gap:6px}.pos-cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;line-height:1.45;gap:12px}.pos-cart-total-row--discount-edit,.pos-cart-total-row--sub,.pos-cart-total-row--tax{color:var(--text-muted,#6b7280)}.pos-cart-total-row--discount{color:#b45309;font-weight:600}.pos-cart-total-row--final{padding:16px 14px 12px;border-top:none;margin-top:2px;position:relative}.pos-cart-total-row--final:before{content:"";position:absolute;top:0;left:14px;right:14px;border-top:2px dashed var(--pos-border,#e5e7eb)}.pos-receipt-row--discount{font-weight:600}.pos-search-row{padding:8px 10px 4px;flex-shrink:0;display:flex;align-items:center;gap:10px}.pos-search-wrap{position:relative;display:flex;align-items:center}.pos-search-input{width:100%;padding:8px 32px 8px 12px;border-radius:8px;border:1.5px solid var(--pos-border);font-size:14px;background:var(--surface-0,#fff);box-sizing:border-box;transition:border-color .12s}.pos-search-input:focus{outline:none;border-color:var(--pos-primary)}.pos-search-clear{position:absolute;right:8px;background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-muted);padding:2px 4px;line-height:1}.pos-cart-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.pos-hold-btn{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--pos-border);background:var(--surface-1);font-size:13px;font-weight:600;cursor:pointer;color:var(--text-secondary);transition:all .12s;white-space:nowrap;flex-shrink:0}.pos-hold-btn:hover{border-color:var(--pos-primary);color:var(--pos-primary)}.pos-hold-restore-btn{height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:8px;border:1px solid #f59e0b;background:#fffbeb;font-size:12px;font-weight:700;cursor:pointer;color:#92400e;transition:all .12s;white-space:nowrap;flex-shrink:0}.pos-hold-restore-btn:hover{background:#fef3c7}.pos-cash-section{display:flex;flex-direction:column;gap:8px}.pos-quick-cash-row{display:flex;flex-wrap:wrap;gap:6px}.pos-quick-cash-btn{padding:6px 12px;border-radius:7px;border:1.5px solid var(--pos-border);background:var(--surface-1);font-size:13px;font-weight:700;cursor:pointer;transition:all .12s;color:var(--text-secondary)}.pos-quick-cash-btn--active,.pos-quick-cash-btn:hover{border-color:var(--pos-primary);color:var(--pos-primary);background:color-mix(in srgb,var(--primary) 8%,transparent)}.pos-held-modal{width:min(480px,94vw);max-height:70vh;overflow:hidden;display:flex;flex-direction:column}.pos-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--pos-border)}.pos-modal-header h3{margin:0;font-size:16px;font-weight:700}.pos-held-list{overflow-y:auto;flex:1 1}.pos-held-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid var(--pos-border)}.pos-held-item:last-child{border-bottom:none}.pos-held-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pos-held-item-time{font-size:11px;color:var(--text-muted)}.pos-held-item-summary{font-weight:700;font-size:14px}.pos-held-item-products{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.pos-held-item-actions{display:flex;gap:6px;flex-shrink:0}.pos-vrail-workspace{display:flex;min-height:480px;border-radius:14px;overflow:hidden;border:1px solid var(--pos-border);background:var(--surface-0,#fff);box-shadow:0 4px 24px rgba(0,0,0,.06)}.pos-vrail-workspace--court-only{display:block;min-height:0}.pos-vrail-workspace--court-only .pos-vrail-pane--court{min-height:0}.pos-vrail{flex-shrink:0;width:72px;align-items:stretch;gap:8px;padding:10px 8px;background:linear-gradient(180deg,#0f172a,#1e293b)}.pos-vrail,.pos-vrail-tab{display:flex;flex-direction:column}.pos-vrail-tab{position:relative;align-items:center;justify-content:center;gap:5px;min-height:64px;padding:10px 6px;border:none;border-radius:12px;background:transparent;color:#94a3b8;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1)}.pos-vrail-tab:hover{color:#e2e8f0;background:hsla(0,0%,100%,.06)}.pos-vrail-tab--active{background:var(--pos-primary);color:#fff;box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 50%,transparent)}.pos-vrail-icon{font-size:24px;line-height:1}.pos-vrail-label{font-size:12px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.pos-vrail-badge{position:absolute;top:6px;right:2px;background:#ef4444;color:#fff;font-size:9px;font-weight:900;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(239,68,68,.5)}.pos-vrail-content{overflow:hidden}.pos-vrail-content,.pos-vrail-pane{flex:1 1;min-width:0;display:flex;flex-direction:column}.pos-vrail-pane{overflow:auto}.pos-vrail-pane--court{padding:16px 20px 20px}.pos-vrail-pane--court .admin-schedule{min-width:0}.pos-vrail-pane--court .schedule-board-wrap{border-radius:12px}.pos-vrail-pane--court .schedule-board td,.pos-vrail-pane--court .schedule-board th{min-width:80px;padding:10px 8px;font-size:13px}.pos-vrail-pane--pos{background:#f8fafc;min-height:520px;display:flex;flex-direction:column}.pos-hub-cashier{min-height:520px}.pos-transactions-page .pos-tx-receipt{font-family:ui-monospace,monospace;font-size:13px}.pos-tx-row--voided td{opacity:.72}.pos-badge--voided{background:#fee2e2;color:#b91c1c}.pos-badge--pending{background:#fef9c3;color:#854d0e}.pos-warning{margin-bottom:12px;padding:10px 12px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:14px}.pos-overview-header h2{margin-bottom:4px}.pos-cashier-loading{display:flex;align-items:center;justify-content:center;min-height:320px;color:var(--text-muted);font-weight:600}.pos-cashier-load-error{position:absolute;top:8px;left:50%;transform:translateX(-50%);z-index:5;display:flex;align-items:center;gap:10px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 14px;font-size:13px}.pos-vrail-pane--pos .pos-cashier-body{min-height:560px;position:relative}.pos-cat-modal{max-width:440px!important}.pos-cat-add-row{display:flex;gap:10px;margin-bottom:20px}.pos-cat-add-input{flex:1 1;font-size:15px!important;padding:10px 14px!important}.pos-cat-empty{padding:28px 16px!important;font-size:15px!important}.pos-cat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pos-cat-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;background:var(--surface-1);border:1.5px solid var(--pos-border)}.pos-cat-list-name{font-size:16px;font-weight:800;color:var(--text)}.pos-cat-delete-btn{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:700;border:1px solid #fecaca;background:#fff;color:#dc2626;cursor:pointer;transition:all .15s}.pos-cat-delete-btn:hover{background:#fee2e2}.pos-court-panel-header{padding:14px 16px;border-bottom:1px solid var(--pos-border);font-weight:800;font-size:14px;background:var(--surface-0,#fff)}.pos-receipt-wrap{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 24px}.pos-receipt-modal-overlay{z-index:9100;padding:24px 16px}.pos-receipt-modal{position:relative;width:100%;max-width:420px;max-height:92vh;overflow-y:auto}.pos-receipt-modal .pos-receipt-wrap{padding:20px 16px 16px}.pos-receipt-modal-close{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border:none;border-radius:8px;background:rgba(0,0,0,.06);color:#374151;font-size:16px;line-height:1;cursor:pointer}.pos-receipt-modal-close:hover{background:rgba(0,0,0,.1)}.pos-receipt{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;width:100%;max-width:340px;font-family:monospace;box-shadow:0 4px 20px rgba(0,0,0,.08);color:#000}.pos-receipt-header{text-align:center;margin-bottom:14px}.pos-receipt-logo{font-size:17px;font-weight:900;color:#000}.pos-receipt-logo-img{display:block;max-height:48px;max-width:160px;margin:0 auto 8px;object-fit:contain}.pos-receipt-no{font-size:11px;color:#000;margin-top:3px}.pos-receipt-date{text-align:center;font-size:10px;color:#000;margin-top:4px}.pos-receipt-divider{border:none;border-top:2px dashed #000;margin:12px 0;height:0}.pos-receipt-items{width:100%;border-collapse:collapse;font-size:11px;color:#000}.pos-receipt-items th{text-align:left;border-bottom:2px dashed #000;padding:3px 0;font-size:10px;color:#000;font-weight:400}.pos-receipt-items td{padding:4px 0;vertical-align:top;color:#000}.pos-receipt-total{font-weight:600;font-size:15px;margin:10px 0 4px;color:#000}.pos-receipt-row,.pos-receipt-total{display:flex;justify-content:space-between}.pos-receipt-row{font-size:12px;color:#000;margin:2px 0}.pos-receipt-row--change{font-weight:400;color:#000;font-size:13px}.pos-receipt-footer{text-align:center;margin-top:14px}.pos-receipt-thanks{text-align:center;font-size:11px;color:#000;margin:0;white-space:pre-wrap}.pos-receipt-meta{font-size:10px;color:#000;margin-top:2px;line-height:1.35;white-space:pre-wrap}.pos-receipt-void-badge{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:800;color:#000;background:transparent;border:1px solid #000}.pos-receipt--voided{opacity:.92}.pos-receipt-qr{margin-top:12px;text-align:center}.pos-receipt-qr-img{width:96px;height:96px;object-fit:contain}.pos-receipt-qr-caption{font-size:9px;color:#000;margin-top:4px}.pos-receipt--58mm{max-width:58mm;width:58mm;padding:10px 8px;font-size:10px}.pos-receipt--58mm .pos-receipt-logo{font-size:14px}.pos-receipt--58mm .pos-receipt-items{font-size:9px}.pos-receipt--58mm .pos-receipt-total{font-size:13px}.pos-receipt--80mm{max-width:80mm;width:80mm}.pos-ereceipt-page{min-height:60vh;display:flex;align-items:flex-start;justify-content:center;padding:24px 12px 48px;background:#f8fafc}.pos-receipt-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:340px;margin-top:12px}.pos-receipt-actions-primary{display:flex;flex-wrap:wrap;gap:8px;width:100%}.pos-receipt-actions-primary .btn{flex:1 1 140px;min-height:44px}.pos-receipt-ereceipt-btn{width:100%;min-height:40px}.pos-receipt-docs-block{width:100%;border:1px solid var(--pos-border,#e2e8f0);border-radius:12px;background:var(--surface-0,#fff);box-shadow:0 1px 3px rgba(15,23,42,.06);overflow:hidden}.pos-receipt-docs-head{display:flex;flex-direction:column;gap:2px;padding:10px 12px 8px;background:var(--surface-1,#f8fafc);border-bottom:1px solid var(--pos-border,#e2e8f0)}.pos-receipt-docs-title{font-size:13px;font-weight:700;color:var(--text,#0f172a)}.pos-receipt-docs-hint{font-size:11px;color:var(--muted,#64748b)}.pos-receipt-docs-list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;gap:2px}.pos-receipt-doc-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;padding:10px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;color:inherit;transition:background .12s ease}.pos-receipt-doc-btn:hover{background:var(--surface-2,#f1f5f9)}.pos-receipt-doc-btn:focus-visible{outline:2px solid var(--pos-primary,#0a9b7a);outline-offset:1px}.pos-receipt-doc-name{font-size:13px;font-weight:650;color:var(--text,#0f172a)}.pos-receipt-doc-desc{font-size:11px;color:var(--muted,#64748b)}.pos-receipt-print-hint,.pos-receipt-print-status{margin:0;font-size:11px;line-height:1.4;color:var(--muted,#64748b);width:100%;max-width:340px}.pos-receipt-print-status{color:var(--pos-primary,#0a9b7a);font-weight:600}.pos-receipt-modal .pos-receipt-docs-block{background:#fff;border-color:#e2e8f0}.pos-receipt-modal .pos-receipt-docs-head{background:#f8fafc}.pos-products-page{padding:20px 24px}.pos-col-thumb{width:52px;padding-right:8px!important}.pos-list-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid var(--pos-border);background:var(--surface-1,#f8fafc);display:block}.pos-list-thumb--empty{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.pos-mobile-card-title{display:inline-flex;align-items:center;gap:10px}.pos-mobile-card-title .pos-list-thumb{flex-shrink:0}.pos-reports-page,.pos-settings-page,.pos-stock-page,.pos-transactions-page{padding:20px 24px}.pos-period-row{display:flex;gap:6px;margin-bottom:16px}.pos-period-btn{padding:6px 18px;border-radius:20px;font-size:12px;font-weight:700;border:1.5px solid var(--pos-border);background:var(--surface-1);cursor:pointer;transition:all .15s}.pos-period-btn--active{background:var(--pos-primary);color:#fff;border-color:var(--pos-primary)}.pos-summary-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.pos-summary-card{flex:1 1;min-width:130px;background:var(--surface-0,#fff);border:1.5px solid var(--pos-border);border-radius:12px;padding:16px 18px;box-shadow:var(--pos-shadow)}.pos-summary-card--profit{border-color:#86efac;background:#f0fdf4}.pos-summary-label{font-size:10px;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.pos-summary-value{font-size:24px;font-weight:900;margin:6px 0 2px;color:var(--text)}.pos-summary-sub{font-size:11px;color:var(--text-muted)}.pos-sales-table{margin-top:4px}.pos-table-title{font-size:13px;font-weight:800;padding:14px 16px 10px;border-bottom:1px solid var(--pos-border)}@media print{.no-print{display:none!important}body{background:#fff!important}body.pos-printing>:not(#pos-print-root){display:none!important}body.pos-printing #pos-print-root,body.pos-printing #pos-print-root *{visibility:visible!important}body.pos-printing #pos-print-root{display:block!important;position:static!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important}body.pos-printing #pos-print-root .pos-receipt{border:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:8px!important;width:100%!important;max-width:100%!important;background:#fff!important;color:#111!important;font-size:12px!important}body.pos-printing #pos-print-root .pos-receipt-qr{display:block!important}}@media (max-width:800px){.pos-cashier-body{grid-template-columns:1fr}.pos-cashier-right{border-left:none;border-top:1px solid var(--pos-border);max-height:40vh}.pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(100px,140px))}:root{--pos-cart-width:100%}}@media (max-width:860px){.pos-layout{height:auto;min-height:0}.pos-content,.pos-layout{overflow:visible}.pos-page-header,.pos-page-header.sc-desktop-only{display:none}.pos-products-page,.pos-reports-page,.pos-stock-page,.pos-transactions-page{padding:12px 14px 20px}.pos-filter-row{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px}.pos-search-input{flex:1 1 auto;width:100%}.pos-mobile-list,.pos-mobile-list+.pos-mobile-list{margin-top:0}.pos-empty.sc-table-mobile{display:block}.admin-overview-dash{margin-bottom:12px}.admin-overview-dash-summary{list-style:none;cursor:pointer;font-size:14px;font-weight:700;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text)}.admin-overview-dash-summary::-webkit-details-marker{display:none}.admin-overview-dash-summary:after{content:" ▾";color:var(--muted);font-weight:600}.admin-overview-dash[open] .admin-overview-dash-summary:after{content:" ▴"}.admin-overview-dash .admin-dashboard-grid{margin-top:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-overview-dash .admin-dash-card{padding:12px 10px}.admin-overview-board-header{margin-top:12px!important;margin-bottom:8px}.admin-overview-board-desc{font-size:12px;line-height:1.45}.pos-overview-header p{margin-bottom:0}.pos-vrail-workspace{flex-direction:column;min-height:0;border-radius:12px}.pos-vrail{width:100%;flex-direction:row;padding:8px;gap:6px}.pos-vrail-tab{flex:1 1;min-height:44px;flex-direction:row;justify-content:center;gap:8px;padding:8px 10px}.pos-vrail-badge{top:4px;right:8px}.pos-vrail-content{min-height:0}.pos-vrail-pane--court{padding:8px 8px 12px}.pos-vrail-pane--court .schedule-board td,.pos-vrail-pane--court .schedule-board th{min-width:64px;padding:6px;font-size:12px}.schedule-sticky-col{min-width:76px;max-width:92px;font-size:11px;box-shadow:4px 0 8px rgba(15,23,42,.06)}.schedule-legend-card{margin-bottom:8px;padding:8px 10px}.admin-schedule-toolbar{margin-bottom:8px;gap:8px}.pos-vrail-pane--pos{min-height:0}.pos-vrail-pane--pos .pos-cashier-body{min-height:420px;position:relative}.pos-cashier-left{padding:8px 10px;gap:8px}.pos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:2px 0 10px;background:transparent;box-shadow:none}.pos-product-card{aspect-ratio:auto;min-height:0;max-height:none;padding:0}.pos-cashier-body{grid-template-columns:1fr}.pos-cashier-right{display:none;position:fixed;left:0;right:0;bottom:0;z-index:130;max-height:min(78vh,640px);border-left:none;border-top:1px solid var(--pos-border);border-radius:16px 16px 0 0;box-shadow:0 -12px 40px rgba(15,23,42,.18);transform:translateY(100%);transition:transform .24s cubic-bezier(.4,0,.2,1);background:#fff;flex-direction:column;overflow:hidden}.pos-cashier-right--sheet-open{display:flex;transform:translateY(0)}.pos-cart-sheet-body{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:#fff}.pos-cashier-right--sheet-open .pos-cart-checkout-sticky,.pos-cashier-right--sheet-open .pos-cart-item,.pos-cashier-right--sheet-open .pos-cart-items,.pos-cashier-right--sheet-open .pos-cart-total,.pos-cashier-right--sheet-open .pos-member-checkout-block,.pos-cashier-right--sheet-open .pos-payment-section{background:#fff}.pos-cashier-right--sheet-open .pos-checkout-btn{margin:0;width:100%;border-radius:0;padding:16px;box-shadow:none}.pos-cart-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;font-weight:800;font-size:14px;border-bottom:1px solid var(--pos-border);background:#fff;flex-shrink:0}.pos-cart-sheet-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pos-cart-sheet-close{width:32px;height:32px;border:1px solid var(--pos-border);border-radius:8px;background:#f8fafc;cursor:pointer;font-size:14px;flex-shrink:0}.pos-cashier-right .pos-cart-header{display:none}.pos-cart-mobile-bar{position:fixed;left:12px;right:12px;bottom:calc(12px + var(--safe-bottom));z-index:125;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border:none;border-radius:12px;background:var(--pos-primary);color:#fff;font-size:14px;font-weight:800;box-shadow:0 8px 24px color-mix(in srgb,var(--primary) 40%,transparent);cursor:pointer}.pos-cart-mobile-bar-total{font-size:13px;opacity:.95}.pos-cart-sheet-backdrop{position:fixed;inset:0;z-index:129;border:none;padding:0;margin:0;background:rgba(15,23,42,.42);cursor:pointer}.admin-shell--bottom-bar .pos-cart-mobile-bar{bottom:calc(64px + var(--safe-bottom))}}@media (min-width:861px){.admin-overview-dash-summary{display:none}.admin-overview-dash .admin-dashboard-grid{display:grid}.admin-overview-board-header{margin-top:32px}.pos-cart-mobile-bar,.pos-cart-sheet-backdrop,.pos-cart-sheet-header{display:none!important}.pos-cashier-right{display:flex!important;flex-direction:column;position:static;transform:none;max-height:none;height:100%;min-height:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden;gap:8px}.pos-cart-sheet-body{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.04);padding-bottom:4px}.pos-member-checkout-block{background:transparent;border-radius:0;box-shadow:none;padding:12px 14px 20px;flex-shrink:0}.pos-cashier-right .pos-cart-header{display:flex}.pos-cashier-body--cart-collapsed{grid-template-columns:1fr}.pos-cashier-right--collapsed{display:none!important}.pos-view-workspace--court:has(.pos-cashier-body--cart-collapsed),.pos-view-workspace--sell:has(.pos-cashier-body--cart-collapsed){grid-template-columns:1fr}.pos-view-workspace--court:has(.pos-cashier-body--cart-collapsed) .pos-cashier-right--collapsed,.pos-view-workspace--sell:has(.pos-cashier-body--cart-collapsed) .pos-cashier-right--collapsed{display:none!important}}.court-board-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.court-board-stat-card{display:flex;align-items:flex-start;gap:12px;padding:16px 14px;border:1px solid var(--border);border-radius:12px;background:var(--card);text-decoration:none;color:inherit;min-height:88px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .15s,box-shadow .15s,transform .1s}.court-board-stat-card:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:var(--shadow-sm);transform:translateY(-1px);text-decoration:none}.court-board-stat-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#e8f8f3;color:#0a7a62;flex-shrink:0}.court-board-stat-svg{display:block;width:22px;height:22px}.court-board-stat-body{display:flex;flex-direction:column;gap:3px;min-width:0}.court-board-stat-title{font-size:12px;font-weight:600;line-height:1.3;color:var(--text-secondary)}.court-board-stat-title--primary{font-size:18px;font-weight:700;color:var(--text)}.court-board-stat-value{font-size:20px;font-weight:700;line-height:1.2;color:var(--text)}.court-board-stat-sub{font-size:11px;line-height:1.35;color:var(--muted)}.court-board-page-header{margin-top:0!important;margin-bottom:14px!important}.court-board-page-header h2{font-size:22px;margin-bottom:4px}.court-board-page-desc{margin:0;font-size:13px;color:var(--muted)}.court-board-v2-panel{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px 16px 14px;box-shadow:var(--shadow-sm)}.court-board-v2-toolbar{margin-bottom:14px}.court-board-v2-legend{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:color-mix(in srgb,var(--bg) 55%,var(--card));border:1px solid var(--border);width:-moz-fit-content;width:fit-content}.court-board-v2-legend .schedule-legend{gap:16px 20px}.court-board-v2-table-wrap{border:1px solid var(--border);border-radius:10px;background:#fff}.court-board-v2-note{margin-top:14px;padding:12px 14px;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;font-size:13px;line-height:1.5;color:#065f46;width:-moz-fit-content;width:fit-content}.court-board-v2-note strong{display:block;margin-bottom:6px;font-size:13px}.court-board-v2-note ul{margin:0;padding-left:18px}.court-board-v2-note li+li{margin-top:4px}.pos-vrail-pane--court .court-board-v2-panel{border:none;box-shadow:none;padding:0}.pos-vrail-pane--court .admin-schedule.court-board-v2{padding:0}@media (max-width:1100px){.court-board-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.court-board-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.court-board-stat-card{min-height:76px;padding:12px 10px;gap:8px}.court-board-stat-icon{width:38px;height:38px;border-radius:10px}.court-board-stat-svg{width:20px;height:20px}.court-board-stat-value{font-size:17px}.court-board-v2-legend .schedule-legend{gap:10px 14px}}.pos-qr-pending-modal{background:var(--surface-0,#fff);border-radius:16px;padding:28px 24px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:16px}.pos-qr-pending-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-qr-pending-title{font-size:17px;font-weight:800}.pos-qr-pending-receipt{font-size:12px;color:var(--text-muted);font-family:monospace}.pos-qr-pending-amount{text-align:center;font-size:32px;font-weight:800;color:var(--color-primary,#2563eb)}.pos-qr-countdown{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:10px;font-weight:700;transition:background .3s,color .3s}.pos-qr-countdown--normal{background:var(--surface-1,#f1f5f9);color:var(--text-muted,#64748b)}.pos-qr-countdown--warning{background:#fef3c7;color:#b45309}.pos-qr-countdown--urgent{background:#fee2e2;color:#dc2626;animation:pos-qr-pulse 1s ease-in-out infinite}@keyframes pos-qr-pulse{0%,to{opacity:1}50%{opacity:.7}}.pos-qr-countdown-icon{font-size:16px}.pos-qr-countdown-time{font-size:22px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.pos-qr-countdown-label{font-size:12px;font-weight:400}.pos-qr-pending-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.pos-qr-pending-qr-wrap--missing{padding:16px;background:#fef3c7;border-radius:8px;max-width:280px;text-align:center}.pos-qr-pending-qr-img{width:200px;height:200px;object-fit:contain;border-radius:8px}.pos-qr-pending-ppid{font-size:13px;font-weight:600;color:var(--text,#0f172a);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.pos-qr-pending-qr-hint{font-size:12px;color:var(--text-muted)}.pos-qr-pending-error{margin:0}.pos-qr-pending-actions{display:flex;flex-direction:column;gap:8px}.pos-qr-pending-slip-btn{width:100%}.pos-qr-pending-confirm-btn{width:100%;font-size:15px;font-weight:700}.pos-qr-pending-cancel-btn{width:100%}.pos-qr-slip-file-input{display:none}.pos-shift-page{max-width:680px}.pos-shift-status-open{color:var(--success,#16a34a);font-weight:600;font-size:13px}.pos-shift-status-closed{color:var(--text-muted);font-size:13px}.pos-shift-subtab-row{margin-top:12px}.pos-tab--sm{padding:6px 12px;font-size:12px;border-radius:8px}.pos-shift-open-card{text-align:center;padding:32px 24px}.pos-shift-open-icon{font-size:40px;margin-bottom:12px}.pos-shift-open-title{font-size:18px;font-weight:600;margin:0 0 6px}.pos-shift-open-sub{color:var(--text-muted);font-size:13px;margin:0 0 20px}.pos-shift-open-form{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:320px;margin:0 auto}.pos-shift-float-input{text-align:center;font-size:18px;font-weight:700}.pos-shift-open-btn{width:200px;font-size:15px;font-weight:700}.pos-shift-overview{display:flex;flex-direction:column;gap:16px}.pos-shift-summary-grid{display:flex;flex-direction:column;gap:2px;background:var(--card-bg,#fff);border:1px solid var(--border-light,#e5e7eb);border-radius:10px;overflow:hidden;padding:12px 16px;margin-bottom:4px}.pos-shift-summary-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid var(--border-light,#f3f4f6);font-size:14px}.pos-shift-summary-row:last-child{border-bottom:none}.pos-shift-summary-row--total{font-weight:700;font-size:15px;border-top:2px solid var(--border-light,#e5e7eb);padding-top:10px;margin-top:4px}.pos-shift-summary-val{font-weight:600}.pos-shift-over{color:var(--success,#16a34a)}.pos-shift-short{color:var(--danger,#dc2626)}.pos-shift-payin-row{color:var(--success,#16a34a)}.pos-shift-payout-row{color:var(--danger,#dc2626)}.pos-shift-close-section{display:flex;flex-direction:column;gap:12px}.pos-shift-close-btn{align-self:flex-start}.pos-shift-close-form{padding:20px}.pos-shift-z-result{text-align:center;padding:32px 24px}.pos-shift-z-result-icon{font-size:40px;margin-bottom:12px}.pos-shift-z-result-title{font-size:18px;font-weight:600;margin:0 0 16px}.pos-shift-z-result-sub{color:var(--text-muted);font-size:13px;margin-top:12px}.pos-shift-payinout{display:flex;flex-direction:column;gap:16px}.pos-shift-paylog{padding:16px}.pos-shift-payin-badge{background:#dcfce7;color:#15803d}.pos-shift-payin-badge,.pos-shift-payout-badge{border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600}.pos-shift-payout-badge{background:#fee2e2;color:#b91c1c}.pos-shift-xreport{display:flex;flex-direction:column;gap:12px}.pos-shift-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pos-shift-report-title{font-size:16px;font-weight:700;margin:0}.pos-shift-report-section-title,.pos-shift-report-time{font-size:12px;color:var(--text-muted)}.pos-shift-report-section-title{font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 0 8px;border-bottom:1px solid var(--border-light,#e5e7eb)}.pos-shift-history{display:flex;flex-direction:column;gap:8px}.pos-shift-hist-item{border:1px solid var(--border-light,#e5e7eb);border-radius:10px;overflow:hidden;background:var(--card-bg,#fff)}.pos-shift-hist-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;gap:8px;text-align:left}.pos-shift-hist-header:hover{background:var(--hover-bg,#f9fafb)}.pos-shift-hist-left{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pos-shift-hist-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.pos-shift-hist-badge{background:#f3f4f6;color:var(--text-muted);border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600}.pos-shift-hist-badge--open{background:#dcfce7;color:#15803d}.pos-shift-hist-date{font-size:13px;color:var(--text-secondary,#374151)}.pos-shift-hist-date--close{color:var(--text-muted)}.pos-shift-hist-diff{font-size:14px;font-weight:700}.pos-shift-hist-chevron{font-size:10px;color:var(--text-muted)}.pos-shift-hist-body{border-top:1px solid var(--border-light,#e5e7eb);padding:16px}.pos-shift-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:12px}.pos-shift-gate-icon{font-size:48px}.pos-shift-gate-title{font-size:20px;font-weight:700;margin:0}.pos-shift-gate-sub{color:var(--text-muted);font-size:14px;margin:0}.pos-daily-close{padding:0 0 40px}.pos-daily-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.pos-daily-date-wrap{display:flex;align-items:center;gap:8px}.pos-daily-date-label{font-size:14px;font-weight:500;color:var(--text-muted)}.pos-daily-date-input{padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:var(--bg-card);color:var(--text)}.pos-csv-btn{margin-left:auto}.pos-error-msg{font-size:14px;padding:8px 0}.pos-discount-value,.pos-error-msg{color:var(--danger,#e53e3e)}.pos-summary-card--neutral{background:var(--bg-subtle,#f7f7f7)}.pos-summary-card--danger{background:#fff5f5;border-color:#fed7d7}.pos-payment-breakdown{margin:20px 0}.pos-payment-breakdown-title{font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:8px}.pos-payment-bar-wrap{display:flex;height:32px;border-radius:6px;overflow:hidden;gap:2px}.pos-payment-bar-seg{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;min-width:40px;overflow:hidden;white-space:nowrap;padding:0 8px;transition:flex .3s}.pos-payment-bar-seg--cash{background:#38a169;border-radius:6px 0 0 6px}.pos-payment-bar-seg--qr{background:#3182ce;border-radius:0 6px 6px 0}.pos-hourly-chart{margin:20px 0}.pos-hourly-title{font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:10px}.pos-hourly-bars{display:flex;align-items:flex-end;gap:3px;height:120px;background:var(--bg-subtle,#f7f8fa);border-radius:8px;padding:10px 8px 0;overflow-x:auto}.pos-hourly-bar-col{display:flex;flex-direction:column;align-items:center;flex:1 1;min-width:22px;height:100%}.pos-hourly-bar-wrap{flex:1 1;width:100%;display:flex;align-items:flex-end}.pos-hourly-bar{width:100%;background:var(--primary,#3182ce);border-radius:3px 3px 0 0;min-height:2px;transition:height .3s;cursor:default}.pos-hourly-bar:hover{opacity:.8}.pos-hourly-label{font-size:10px;color:var(--text-muted);margin-top:3px;line-height:1;padding-bottom:4px}.pos-member-picker{padding:12px 16px 0}.pos-member-picker-label{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.pos-member-selected{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:10px 12px}.pos-member-badge,.pos-member-selected{display:flex;align-items:center;gap:8px}.pos-member-badge{flex:1 1;min-width:0}.pos-member-badge-icon{font-size:16px}.pos-member-badge-name{font-weight:700;font-size:14px;color:#047857}.pos-member-badge-email,.pos-member-badge-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-member-badge-email{font-size:12px;color:#64748b}.pos-member-clear-btn{background:none;border:none;cursor:pointer;font-size:18px;color:var(--text-muted);line-height:1;padding:0 4px;border-radius:4px;flex-shrink:0}.pos-member-clear-btn:hover{color:var(--danger,#e53e3e);background:#fff}.pos-member-search-wrap{position:relative;display:flex;align-items:center}.pos-member-search-icon{position:absolute;left:10px;color:var(--text-muted,#6b7280);pointer-events:none;display:flex}.pos-member-search-icon-right{position:absolute;right:10px;color:var(--text-muted,#9ca3af);pointer-events:none;display:flex}.pos-member-search-input{width:100%;padding-left:34px!important;padding-right:34px!important}.pos-member-searching{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--text-muted);pointer-events:none}.pos-member-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 28px rgba(15,23,42,.14),0 2px 6px rgba(15,23,42,.06);z-index:300;max-height:240px;overflow-y:auto;padding:6px}.pos-member-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:none;background:transparent;cursor:pointer;text-align:left;border-radius:10px;transition:background .12s ease}.pos-member-dropdown-item:focus-visible,.pos-member-dropdown-item:hover{background:#ecfdf5;outline:none}.pos-member-item-avatar{flex-shrink:0;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#047857;background:linear-gradient(145deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7}.pos-member-item-text{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.pos-member-item-name{font-size:14px;font-weight:700;color:#0f172a}.pos-member-item-email,.pos-member-item-name{line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-member-item-email{font-size:12px;font-weight:500;color:#64748b}.pos-member-item-chevron{flex-shrink:0;color:#94a3b8;opacity:0;transition:opacity .12s ease}.pos-member-dropdown-item:hover .pos-member-item-chevron{opacity:1;color:#059669}.pos-member-drop-empty{padding:14px;text-align:center;color:var(--text-muted);font-size:13px}.tenant-modal--wide{max-width:720px;width:100%}.pos-member-history-summary{display:flex;gap:12px;font-size:13px;color:var(--text-muted);margin-bottom:12px;font-weight:500}.pos-tab-row--scrollable{display:flex;width:100%;max-width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2px;mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent)}.pos-tab-row--scrollable::-webkit-scrollbar{display:none}.pos-tab-row--scrollable .pos-tab{flex:0 0 auto}.pos-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pos-section-title{font-size:15px;font-weight:600;color:var(--text);margin:0}.pos-form-desc{font-size:13px;color:var(--text-muted);margin:0 0 16px;line-height:1.5}.pos-field-action-link{display:inline-block;margin-top:6px;font-size:13px;font-weight:600;color:var(--brand,#16a34a);text-decoration:none}.pos-field-action-link:hover{text-decoration:underline}.pos-stocktake-table-wrap{overflow-x:auto;margin-bottom:16px}.pos-stocktake-input{width:90px;padding:5px 8px;font-size:13px}.pos-stocktake-sys-qty{color:var(--text-muted);font-size:13px}.pos-stocktake-row--diff{background:#fffbe6}.pos-stocktake-result{margin-top:20px;padding:16px;background:var(--surface-2,#f1f5f9);border-radius:var(--pos-radius)}.pos-stocktake-result-title{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text)}.pos-badge--sm{font-size:11px;padding:2px 6px;margin-left:6px;vertical-align:middle}.pos-waste-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.pos-waste-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pos-waste-select{flex:2 1;min-width:160px}.pos-waste-qty{flex:0 0 90px}.pos-waste-note{flex:2 1;min-width:140px}.pos-waste-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:14px;padding:4px 8px;border-radius:4px;transition:color .15s,background .15s}.pos-waste-remove:hover{color:var(--danger,#ef4444);background:#fef2f2}.pos-waste-add-row{font-size:13px;color:var(--primary);background:none;border:1px dashed var(--primary);border-radius:6px;padding:6px 14px;cursor:pointer;margin-bottom:16px;display:inline-block}.pos-waste-add-row:hover{background:color-mix(in srgb,var(--primary) 8%,transparent)}.pos-expiry-filter{margin-bottom:16px}.pos-expiry-row--expired{background:#fff5f5}.pos-expiry-row--soon{background:#fffbe6}.pos-supplier-form{margin-bottom:16px}.pos-supplier-address{font-size:11px;color:var(--text-muted);margin-top:2px}.pos-del-btn{color:var(--danger,#ef4444)!important}.pos-po-filter-row{display:flex;align-items:center;gap:2px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:3px;margin-bottom:12px;flex-wrap:wrap;background:var(--surface-2,#f1f5f9);border:1px solid var(--border);border-radius:12px;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.pos-po-form{margin-bottom:16px}.pos-po-items-header{justify-content:space-between;font-size:13px;font-weight:600;color:var(--text)}.pos-po-item-row,.pos-po-items-header{display:flex;align-items:center;margin-bottom:8px}.pos-po-item-row{gap:8px;flex-wrap:wrap}.pos-po-item-product{flex:2 1;min-width:150px}.pos-po-item-qty{flex:0 0 80px}.pos-po-item-cost{flex:0 0 110px}.pos-po-item-expiry{flex:0 0 140px}.pos-po-row{transition:background .12s}.pos-po-row:hover td{background:var(--surface-2,#f1f5f9)}.pos-po-detail-cell{padding:0!important}.pos-po-detail{padding:12px 20px;background:var(--surface-2,#f1f5f9);border-top:1px solid var(--border)}.pos-po-items-table{margin-bottom:8px}.pos-po-note{font-size:12px;color:var(--text-muted);margin-top:4px}.pos-po-status{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.pos-po-status--draft{background:#f1f5f9;color:#64748b}.pos-po-status--ordered{background:#eff6ff;color:#2563eb}.pos-po-status--received{background:#f0fdf4;color:#16a34a}.pos-po-status--cancelled{background:#fef2f2;color:#dc2626}.pos-app-shell{display:flex;min-height:100vh;height:100vh;overflow:hidden;background:var(--surface-1,#f8fafc);position:relative}.pos-app-sidebar-backdrop{position:fixed;inset:0;z-index:40;border:none;background:rgba(15,23,42,.45);cursor:pointer}.pos-app-sidebar{width:220px;flex-shrink:0;display:flex;flex-direction:column;background:#0f172a;color:#e2e8f0;border-right:1px solid hsla(0,0%,100%,.06);z-index:50;overflow:hidden;transition:width .2s ease}.pos-app-brand-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.pos-app-sidebar-collapse{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0;padding:0;border:1px solid rgba(148,163,184,.25);border-radius:8px;background:hsla(0,0%,100%,.04);color:#cbd5e1;cursor:pointer}.pos-app-sidebar-collapse:hover{background:hsla(0,0%,100%,.1);color:#fff}.pos-shortcut-row{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:6px 8px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.pos-shortcut-row:hover{background:hsla(0,0%,100%,.06)}@media (min-width:1025px){.pos-app-shell--nav-collapsed .pos-app-sidebar{width:64px}.pos-app-shell--nav-collapsed .pos-app-brand,.pos-app-shell--nav-collapsed .pos-app-brand-line,.pos-app-shell--nav-collapsed .pos-app-brand-title,.pos-app-shell--nav-collapsed .pos-app-nav-label,.pos-app-shell--nav-collapsed .pos-app-sidebar-collapse,.pos-app-shell--nav-collapsed .pos-app-sidebar-shortcuts{display:none}.pos-app-shell--nav-collapsed .pos-app-nav{padding:8px 6px;align-items:center}.pos-app-shell--nav-collapsed .pos-app-nav-item{justify-content:center;padding:10px 0;width:100%}.pos-app-shell--nav-collapsed .pos-app-sidebar-foot{padding:8px 6px 12px}.pos-app-shell--nav-collapsed .pos-app-nav-item--muted{justify-content:center;font-size:0}.pos-app-shell--nav-collapsed .pos-app-nav-item--muted:before{content:"←";font-size:16px;color:#94a3b8}}.pos-app-nav{display:flex;flex-direction:column;gap:4px;padding:12px 10px;flex:1 1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.pos-app-nav::-webkit-scrollbar{width:8px}.pos-app-nav::-webkit-scrollbar-track{background:transparent}.pos-app-nav::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.pos-app-nav::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.65);border:2px solid transparent;background-clip:padding-box}.pos-app-nav::-webkit-scrollbar-button{display:none;width:0;height:0}.pos-app-content,.pos-cart-items,.pos-product-grid,.pos-side-split-court-body,.pos-view-pane--court{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}.pos-app-content::-webkit-scrollbar,.pos-cart-items::-webkit-scrollbar,.pos-product-grid::-webkit-scrollbar,.pos-side-split-court-body::-webkit-scrollbar,.pos-view-pane--court::-webkit-scrollbar{width:8px;height:8px}.pos-app-content::-webkit-scrollbar-track,.pos-cart-items::-webkit-scrollbar-track,.pos-product-grid::-webkit-scrollbar-track,.pos-side-split-court-body::-webkit-scrollbar-track,.pos-view-pane--court::-webkit-scrollbar-track{background:transparent}.pos-app-content::-webkit-scrollbar-thumb,.pos-cart-items::-webkit-scrollbar-thumb,.pos-product-grid::-webkit-scrollbar-thumb,.pos-side-split-court-body::-webkit-scrollbar-thumb,.pos-view-pane--court::-webkit-scrollbar-thumb{background:rgba(148,163,184,.5);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.pos-app-content::-webkit-scrollbar-thumb:hover,.pos-cart-items::-webkit-scrollbar-thumb:hover,.pos-product-grid::-webkit-scrollbar-thumb:hover,.pos-side-split-court-body::-webkit-scrollbar-thumb:hover,.pos-view-pane--court::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.7);border:2px solid transparent;background-clip:padding-box}.pos-app-content::-webkit-scrollbar-button,.pos-cart-items::-webkit-scrollbar-button,.pos-product-grid::-webkit-scrollbar-button,.pos-side-split-court-body::-webkit-scrollbar-button,.pos-view-pane--court::-webkit-scrollbar-button{display:none;width:0;height:0}.pos-app-brand{display:flex;flex-direction:column;gap:6px;padding:18px 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.08)}.pos-app-brand-title{display:block;font-size:14px;font-weight:700;color:#fff;line-height:1.35}.pos-app-brand-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pos-app-brand-sub{font-size:12px;color:#94a3b8;font-weight:500}.pos-app-brand-pos-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:6px;background:var(--pos-primary,#0a9b7a);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;line-height:1.5}.pos-app-nav-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;font-size:16px;font-weight:500;color:#e2e8f0;text-decoration:none;transition:background .15s,color .15s;min-height:48px}.pos-app-nav-item:hover{background:hsla(0,0%,100%,.08);color:#fff}.pos-app-nav-item--active{background:color-mix(in srgb,var(--primary) 22%,#0f172a);color:#fff}.pos-app-nav-item--pos-home:not(.pos-app-nav-item--active){padding-top:8px;padding-bottom:8px}.pos-app-nav-pos-badge{display:inline-flex;align-items:center;padding:4px 14px;border-radius:8px;background:var(--pos-primary,#0a9b7a);color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em}.pos-app-nav-item--active .pos-app-nav-pos-badge{background:hsla(0,0%,100%,.2)}.pos-app-nav-item--muted{font-size:12px;font-weight:500;color:#94a3b8}.pos-app-nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.pos-app-sidebar-foot{padding:10px;border-top:1px solid hsla(0,0%,100%,.08)}.pos-app-main{flex:1 1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.pos-app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:var(--card,#fff);border-bottom:1px solid var(--border);flex-shrink:0;min-height:64px}.pos-app-header-left{display:flex;align-items:center;gap:14px;min-width:0}.pos-app-header-menu{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;cursor:pointer;color:#64748b;transition:background .15s}.pos-app-header-menu:hover{background:var(--surface-2,#f1f5f9)}.pos-app-header-menu span{display:block;width:20px;height:2px;margin:0 auto;border-radius:1px;background:currentColor}@media (min-width:1025px){.pos-app-header-menu{display:flex}}.pos-app-header-title{margin:0;font-size:22px;font-weight:800;color:var(--pos-primary,#0a9b7a);letter-spacing:-.02em}.pos-app-header-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.pos-app-shift-pill{display:inline-flex;align-items:center;gap:0;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--card,#fff);text-decoration:none;color:#334155;font-size:13px;font-weight:600;overflow:hidden;transition:border-color .15s,box-shadow .15s}.pos-app-shift-pill:hover{border-color:#cbd5e1;box-shadow:0 1px 4px rgba(15,23,42,.06)}.pos-app-shift-pill--open{border-color:color-mix(in srgb,var(--pos-primary) 35%,var(--border))}.pos-app-shift-status{display:inline-flex;align-items:center;gap:8px;padding:8px 14px}.pos-app-shift-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.pos-app-shift-dot--on{background:var(--pos-primary,#0a9b7a);box-shadow:0 0 0 3px color-mix(in srgb,var(--pos-primary) 25%,transparent)}.pos-app-shift-divider{width:1px;align-self:stretch;background:var(--border);min-height:20px}.pos-app-shift-time{padding:8px 14px 8px 12px;color:#64748b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pos-app-header-bell{cursor:not-allowed;opacity:.7}.pos-app-user-menu{position:relative}.pos-app-user-trigger{display:flex;align-items:center;gap:10px;padding:4px 8px 4px 4px;border:none;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background .15s}.pos-app-user-trigger:hover{background:var(--surface-2,#f1f5f9)}.pos-app-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e2e8f0;color:#64748b;flex-shrink:0}.pos-app-user-text{display:flex;flex-direction:column;gap:1px;min-width:0}.pos-app-user-text strong{font-size:14px;font-weight:700;color:#0f172a;line-height:1.2}.pos-app-user-text span{font-size:11px;color:#94a3b8;line-height:1.2}.pos-app-user-chevron{color:#94a3b8;flex-shrink:0}.pos-app-user-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;padding:8px;border-radius:12px;background:var(--card,#fff);border:1px solid var(--border);box-shadow:0 8px 24px rgba(15,23,42,.12);z-index:60}.pos-app-user-dropdown-email{margin:0 0 6px;padding:6px 10px;font-size:12px;color:#64748b;word-break:break-all}.pos-app-user-dropdown-item{display:block;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;text-align:left;font-size:14px;font-weight:600;color:#0f172a;cursor:pointer}.pos-app-user-dropdown-item:hover{background:var(--surface-2,#f1f5f9)}.pos-app-content{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.pos-app-content:has(.pos-section-cashier-root){overflow:hidden}.pos-layout--embedded{height:100%;min-height:0;overflow:hidden}.pos-layout--embedded .pos-content{padding:16px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.pos-view-workspace{display:flex;flex-direction:column;flex:1 1;min-height:0;height:100%;overflow:hidden;background:var(--card,#fff)}@media (min-width:861px){.pos-view-workspace--court,.pos-view-workspace--sell{display:grid;grid-template-columns:minmax(0,1fr) var(--pos-cart-width,360px);grid-template-rows:auto 1fr;background:var(--surface-2,#f1f5f9)}.pos-view-workspace--court .pos-view-toolbar,.pos-view-workspace--sell .pos-view-toolbar{grid-column:1;grid-row:1;background:transparent;border-bottom:none}.pos-view-workspace--court .pos-cashier-body,.pos-view-workspace--court .pos-view-pane--sell,.pos-view-workspace--sell .pos-cashier-body,.pos-view-workspace--sell .pos-view-pane--sell{display:contents}.pos-view-workspace--court .pos-cashier-load-error,.pos-view-workspace--sell .pos-cashier-load-error{grid-column:1;grid-row:2;align-self:start;z-index:2}.pos-view-workspace--sell .pos-cashier-left{grid-column:1;grid-row:2;min-height:0;height:100%;overflow:hidden;background:transparent}.pos-view-workspace--court .pos-cashier-left{display:none!important}.pos-view-workspace--court .pos-view-pane--court{grid-column:1;grid-row:2;min-height:0;height:100%;overflow:auto}.pos-view-workspace--court .pos-cashier-right,.pos-view-workspace--sell .pos-cashier-right{grid-column:2;grid-row:1/-1;align-self:stretch;height:100%;max-height:100%;min-height:0;margin:0;padding:12px 12px 16px 8px;background:transparent;overflow:hidden;gap:0}.pos-view-workspace--court .pos-cart-sheet-body,.pos-view-workspace--sell .pos-cart-sheet-body{flex:1 1 auto;min-height:0;height:auto;max-height:100%;padding-bottom:18px}.pos-view-workspace--court .pos-member-checkout-block,.pos-view-workspace--sell .pos-member-checkout-block{padding-bottom:20px}.pos-view-workspace--court .pos-cashier-overlays,.pos-view-workspace--sell .pos-cashier-overlays{grid-column:1;grid-row:1;width:0;height:0;overflow:visible;position:relative;z-index:2000}.pos-view-workspace--sell .pos-view-pane--court{display:none!important}.pos-view-workspace--court .pos-shift-gate{grid-column:2;grid-row:1/-1;align-self:stretch}.pos-view-workspace--court .pos-cart-mobile-bar,.pos-view-workspace--court .pos-cart-sheet-backdrop,.pos-view-workspace--court .pos-cart-sheet-header,.pos-view-workspace--sell .pos-cart-mobile-bar,.pos-view-workspace--sell .pos-cart-sheet-backdrop,.pos-view-workspace--sell .pos-cart-sheet-header{display:none!important}}.pos-view-workspace--court:has(.pos-sk-cashier),.pos-view-workspace--sell:has(.pos-sk-cashier){display:flex;flex-direction:column}.pos-view-workspace--court:has(.pos-sk-cashier) .pos-view-toolbar,.pos-view-workspace--sell:has(.pos-sk-cashier) .pos-view-toolbar{display:none}.pos-view-workspace--court:has(.pos-sk-cashier) .pos-view-pane--sell,.pos-view-workspace--sell:has(.pos-sk-cashier) .pos-view-pane--sell{display:flex;flex:1 1;min-height:0;overflow:hidden}.pos-view-workspace--court:has(.pos-sk-cashier) .pos-sk-cashier,.pos-view-workspace--sell:has(.pos-sk-cashier) .pos-sk-cashier{flex:1 1;min-height:0}.pos-view-workspace--court:has(.pos-sk-cashier) .pos-view-pane--court{display:none!important}.pos-view-toolbar{justify-content:center;padding:12px 16px;background:linear-gradient(180deg,var(--surface-1,#f8fafc) 0,var(--card,#fff) 100%);border-bottom:1px solid var(--border);position:relative;gap:10px}.pos-view-toolbar,.pos-view-toolbar-end{flex-shrink:0;display:flex;align-items:center}.pos-view-toolbar-end{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:2}.pos-view-toolbar-end .pos-layout-toggle{margin-left:0}.pos-view-switch{display:inline-flex;align-items:stretch;gap:4px;padding:4px;background:var(--surface-2,#f1f5f9);border:1px solid var(--border);border-radius:14px;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.pos-view-switch-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:148px;padding:10px 22px;border:none;border-radius:10px;background:transparent;color:var(--text-muted,#64748b);font-size:14px;font-weight:600;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .12s ease;position:relative;white-space:nowrap}.pos-view-switch-btn:hover:not(.pos-view-switch-btn--active){color:var(--text,#0f172a);background:hsla(0,0%,100%,.55)}.pos-view-switch-btn--active{background:var(--card,#fff);color:var(--pos-primary,var(--primary));box-shadow:0 2px 8px rgba(15,23,42,.1),0 0 0 1px rgba(15,23,42,.04)}.pos-view-switch-btn:active{transform:scale(.98)}.pos-view-switch-icon{font-size:17px;line-height:1}.pos-view-switch-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--pos-primary,var(--primary));color:#fff;font-size:11px;font-weight:700;line-height:1}.pos-view-pane{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.pos-view-pane--court{overflow:auto}.pos-view-pane--sell{overflow:hidden}.pos-view-pane--sell .pos-cashier-body{height:100%;min-height:0}.pos-view-pane--court .admin-schedule,.pos-view-pane--court .schedule-board-wrap{min-height:0}@media (max-width:520px){.pos-view-toolbar{padding:10px 12px;flex-wrap:wrap;justify-content:flex-start}.pos-view-toolbar-end{position:static;transform:none;margin-left:auto}.pos-view-switch{width:100%}.pos-view-switch-btn{flex:1 1;min-width:0;padding:10px 12px;font-size:13px}}@media (max-width:860px){.pos-cart-collapse-btn,.pos-cart-rail-btn{display:none!important}.pos-cashier-body--cart-collapsed{grid-template-columns:1fr}.pos-view-workspace--court .pos-cashier-left{display:none!important}.pos-view-workspace--court .pos-view-pane--sell{flex:none;height:0;min-height:0;overflow:visible;border:none;padding:0}.pos-view-workspace--court .pos-cashier-body{min-height:0;height:0;overflow:visible}}@media (max-width:1024px){.pos-app-sidebar{position:fixed;top:0;left:0;bottom:0;transform:translateX(-100%);transition:transform .22s ease;box-shadow:4px 0 24px rgba(0,0,0,.2)}.pos-app-shell--sidebar-open .pos-app-sidebar{transform:translateX(0)}.pos-app-header-right{gap:8px}.pos-app-user-chevron,.pos-app-user-text{display:none}}@media (max-width:768px){.pos-app-shell{height:100vh;min-height:100vh}.pos-app-shift-pill{font-size:12px}.pos-app-shift-status,.pos-app-shift-time{padding:6px 10px}.pos-app-header{padding:12px 16px}.pos-app-header-title{font-size:20px}}.pos-app-nav-label{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-app-nav-icon svg{display:block;width:22px;height:22px;flex-shrink:0}.pos-app-nav-item--pos-home{padding-top:10px;padding-bottom:10px}button.pos-app-shift-pill{border:1px solid var(--border);cursor:pointer}button.pos-app-shift-pill:hover{border-color:#cbd5e1;box-shadow:0 1px 4px rgba(15,23,42,.06)}button.pos-app-shift-pill--open{border-color:color-mix(in srgb,var(--pos-primary) 35%,var(--border))}.pos-shift-modal-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:flex-end;padding:72px 24px 0;background:rgba(15,23,42,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:pos-fade-in .15s ease}@keyframes pos-fade-in{0%{opacity:0}to{opacity:1}}.pos-shift-modal{width:320px;max-width:calc(100vw - 32px);border-radius:16px;background:var(--card,#fff);border:1px solid var(--border);box-shadow:0 16px 48px rgba(15,23,42,.18);animation:pos-slide-down .18s ease;overflow:hidden}@keyframes pos-slide-down{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.pos-shift-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid var(--border)}.pos-shift-modal-title-row{display:flex;align-items:center;gap:10px}.pos-shift-modal-title{margin:0;font-size:15px;font-weight:700;color:var(--text,#0f172a)}.pos-shift-modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;transition:background .15s;flex-shrink:0}.pos-shift-modal-close:hover{background:var(--surface-2,#f1f5f9);color:#475569}.pos-shift-modal-body{padding:16px 20px}.pos-shift-modal-rows{display:flex;flex-direction:column;gap:10px}.pos-shift-modal-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px}.pos-shift-modal-row-label{color:#64748b;flex-shrink:0}.pos-shift-modal-row-val{font-weight:600;color:#0f172a;text-align:right}.pos-shift-modal-row-val--green{color:#0a9b7a}.pos-shift-modal-row-val--red{color:#ef4444}.pos-shift-modal-empty{margin:0;font-size:14px;color:#64748b;text-align:center;padding:8px 0}.pos-shift-modal-foot{padding:12px 20px 16px;border-top:1px solid var(--border)}.pos-shift-modal-link-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;border-radius:10px;background:var(--pos-primary,#0a9b7a);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,transform .12s}.pos-shift-modal-link-btn:hover{background:color-mix(in srgb,var(--pos-primary) 90%,#000);transform:translateY(-1px)}.pos-notif-wrap{position:relative}.pos-app-header-bell{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s}.pos-app-header-bell--active,.pos-app-header-bell:hover{background:var(--surface-2,#f1f5f9);color:#475569}.pos-app-header-bell[disabled]{cursor:pointer;opacity:1}.pos-notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;border-radius:14px;background:var(--card,#fff);border:1px solid var(--border);box-shadow:0 12px 32px rgba(15,23,42,.14);z-index:120;overflow:hidden;animation:pos-slide-down .15s ease}.pos-notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;border-bottom:1px solid var(--border);font-size:14px;font-weight:700;color:#0f172a}.pos-notif-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:7px;background:transparent;color:#94a3b8;cursor:pointer;transition:background .15s}.pos-notif-close:hover{background:var(--surface-2,#f1f5f9)}.pos-notif-dropdown-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 16px;color:#94a3b8;font-size:13px;text-align:center}.pos-product-card-img-wrap{position:relative;width:100%;aspect-ratio:1/1;flex-shrink:0;background:#f8fafc}.pos-product-card-img-wrap .pos-product-card-img{object-fit:cover}.pos-product-card-img-wrap .pos-product-card-img,.pos-product-card-img-wrap .pos-product-card-img--placeholder{width:100%;height:100%;border-radius:0;border:none;margin:0}.pos-stock-dot{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.18);flex-shrink:0}.pos-app-shift-dot{flex-shrink:0}.pos-stock-dot--ok{background:#22c55e}.pos-stock-dot--low{background:#f59e0b}.pos-stock-dot--out{background:#ef4444}.pos-product-card--low{box-shadow:0 2px 12px rgba(245,158,11,.18)}.pos-product-card-add-btn{margin:0 12px 12px;padding:12px;font-size:15px;font-weight:600;color:#0d9488;text-align:center;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;transition:background .15s,border-color .15s;min-height:44px;display:flex;align-items:center;justify-content:center}.pos-product-card:not(:disabled):hover .pos-product-card-add-btn{background:color-mix(in srgb,#0d9488 8%,#fff);border-color:color-mix(in srgb,#0d9488 35%,#e2e8f0)}.pos-product-card--out .pos-product-card-add-btn{color:#94a3b8;background:#fff;border-color:#e2e8f0}.pos-product-card{display:flex;flex-direction:column}.pos-cashier-left .pos-search-wrap{display:flex;align-items:center;gap:8px;flex:0 0 60%;width:60%;max-width:60%;min-width:0;padding:0 14px;border:none;border-radius:14px;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.08);transition:box-shadow .15s,outline-color .12s}.pos-cashier-left .pos-search-wrap:focus-within{box-shadow:0 2px 14px rgba(13,148,136,.18);outline:1.5px solid color-mix(in srgb,var(--pos-primary,#0d9488) 45%,transparent);outline-offset:0}.pos-cashier-left .pos-search-input{flex:1 1;min-width:0;width:auto;border:none!important;box-shadow:none!important;background:transparent;padding:13px 0;font-size:15px}.pos-cashier-left .pos-search-input:focus{outline:none;border-color:transparent!important}.pos-search-input--hotkey-flash{box-shadow:0 0 0 3px rgba(13,148,136,.45)!important;transition:box-shadow .15s ease}.pos-cart-header-title{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;line-height:1.3;white-space:nowrap;min-width:0;overflow:hidden;flex:1 1 auto}.pos-cart-header-icon{width:22px;height:22px;flex-shrink:0;display:block;color:#088b6c}.pos-cart-count-badge{background:var(--color-primary,#088b6c);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:99px;line-height:1.3;flex-shrink:0;white-space:nowrap}.pos-cart-item-img{width:46px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--color-surface-2,#f3f4f6);margin-right:0;align-self:center}.pos-cart-item-img img{width:100%;height:100%;object-fit:cover}.pos-cart-item-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0 25%,#cbd5e1)}.pos-cart-item .pos-item-discount-btn{width:20px;height:20px;font-size:10px;opacity:.45}.pos-cart-item:hover .pos-item-discount-btn,.pos-item-discount-btn--active{opacity:1}.pos-cart-total-row--discount-edit{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.pos-cart-total-discount-label{display:flex;align-items:center;gap:6px;color:var(--color-muted,#6b7280);font-size:13px}.pos-discount-pencil-btn{background:none;border:none;width:28px;height:28px;padding:0;cursor:pointer;color:var(--color-muted,#9ca3af);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s,background .15s}.pos-discount-pencil-btn:hover{color:var(--color-primary,#088b6c);background:rgba(8,139,108,.08)}.pos-cart-total-discount-val{color:#ef4444;font-weight:500}.pos-cart-total-row--tax{display:flex;justify-content:space-between;padding:5px 16px;font-size:12px;color:var(--color-muted,#9ca3af)}.pos-pay-btn{display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:600;padding:12px 8px;min-height:44px;border-radius:8px;border:1.5px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);cursor:pointer;transition:all .15s;color:var(--color-text,#374151)}.pos-pay-btn:hover{color:var(--color-primary,#088b6c)}.pos-pay-btn--active,.pos-pay-btn:hover{border-color:var(--color-primary,#088b6c)}.pos-pay-btn--active{background:var(--color-primary,#088b6c);color:#fff}.pos-cash-input-wrap{margin-bottom:10px}.pos-cash-input-label{display:block;font-size:12px;font-weight:500;color:var(--color-muted,#6b7280);margin-bottom:4px}.pos-quick-cash-btn--exact{background:var(--color-surface-2,#f9fafb);border-color:var(--color-border,#d1d5db);font-size:11px;white-space:nowrap}.pos-quick-cash-btn--add{background:rgba(8,139,108,.06);border-color:rgba(8,139,108,.3);color:var(--color-primary,#0d9488);font-weight:600}.pos-quick-cash-btn--add:hover{background:rgba(8,139,108,.15)}.pos-cash-summary{margin-top:10px}.pos-cash-summary-inline{display:flex;gap:8px}.pos-cash-summary-inline .pos-cash-summary-row{flex:1 1;background:var(--surface-1,#f8fafc);border:1px solid var(--pos-border,#e5e7eb);border-radius:8px;padding:8px 12px;flex-direction:row;justify-content:space-between;align-items:center}.pos-cash-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--color-text,#374151)}.pos-cash-summary-row span:first-child{font-size:12px;color:var(--text-muted,#6b7280)}.pos-cash-summary-row span:last-child{font-size:17px;font-weight:700}.pos-cash-summary-row--change span:last-child{color:var(--color-primary,#088b6c)}.pos-cash-summary-row--short span:last-child{color:#ef4444}.pos-cash-input-row{display:flex;align-items:center;gap:8px}.pos-cash-input-row .field-input{flex:1 1}.pos-cash-input-unit{font-size:14px;color:var(--text-muted,#6b7280);white-space:nowrap}.pos-transfer-section{padding:12px 0}.pos-transfer-note{display:flex;align-items:center;gap:8px;background:rgba(8,139,108,.06);border:1px solid rgba(8,139,108,.2);border-radius:8px;padding:10px 12px;font-size:13px;color:var(--color-primary,#0d9488)}.pos-member-optional{font-size:11px;color:var(--color-muted,#9ca3af);font-weight:400}.pos-checkout-btn{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-checkout-f8{background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.4);border-radius:4px;font-size:11px;font-weight:700;padding:1px 6px;letter-spacing:.5px}.pos-app-sidebar-shortcuts{padding:12px 16px;border-top:1px solid hsla(0,0%,100%,.08)}.pos-sidebar-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#64748b;margin-bottom:8px}.pos-shortcut-list{display:flex;flex-direction:column;gap:6px}.pos-shortcut-key{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700;font-family:monospace;color:#cbd5e1;min-width:36px;text-align:center;flex-shrink:0}.pos-shortcut-desc{color:#94a3b8;font-size:14px}.pos-search-cat-toolbar{display:flex;flex-direction:column;gap:12px;flex-shrink:0;min-width:0;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.pos-search-cat-toolbar--split-rail{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;grid-column-gap:8px;column-gap:8px;grid-row-gap:12px;row-gap:12px;align-items:start;align-content:start;flex:0 0 auto;height:max-content}.pos-split-rail-search{grid-column:1;grid-row:1;min-width:0}.pos-search-cat-toolbar--split-rail .pos-search-wrap{flex:0 0 60%;width:60%;max-width:60%}.pos-split-rail-search--with-start{display:flex;align-items:center;gap:10px;width:100%}.pos-search-row-start{flex-shrink:0;display:flex;align-items:center}.pos-split-rail-search--with-start .pos-search-wrap{flex:0 0 60%;width:60%;max-width:60%;min-width:0}.pos-search-row-start .pos-view-switch{gap:2px;padding:3px;border-radius:12px;box-shadow:0 2px 8px rgba(15,23,42,.07);background:#fff;border:none}.pos-search-row-start .pos-view-switch-btn{min-width:0;padding:8px 12px;font-size:13px;gap:6px;border-radius:9px}.pos-search-row-start .pos-view-switch-icon{font-size:15px}.pos-search-row-start .pos-view-switch-badge{min-width:18px;height:18px;font-size:10px;padding:0 5px}@media (min-width:861px){.pos-view-workspace--sell-inline-switch{grid-template-rows:1fr}.pos-view-workspace--sell-inline-switch .pos-cashier-left{grid-row:1}.pos-view-workspace--sell-inline-switch .pos-cashier-right{grid-row:1/-1}.pos-view-workspace--sell-inline-switch .pos-cashier-overlays{grid-row:1}}.pos-split-rail-top{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-end;height:var(--pos-chrome-size,36px);margin:0;padding:0}.pos-split-rail-cats{grid-column:1;grid-row:2;min-width:0}.pos-split-rail-bottom{grid-column:2;grid-row:2;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:8px;margin:0;padding:0;height:auto;min-height:0;align-self:start}.pos-split-rail-bottom:empty{display:none}.pos-cashier-left .pos-split-rail-top .pos-layout-toggle{align-self:center!important;margin:0!important}.pos-cashier-body--cart-collapsed .pos-split-rail-bottom .pos-cart-rail-btn,.pos-split-rail-bottom .pos-cat-scroll-btn{align-self:flex-end!important;margin:0!important;flex:0 0 var(--pos-chrome-size,36px);width:var(--pos-chrome-size,36px)!important;height:var(--pos-chrome-size,36px)!important;min-width:var(--pos-chrome-size,36px)!important;min-height:var(--pos-chrome-size,36px)!important}.pos-search-cat-main{display:flex;flex-direction:column;gap:12px;min-width:0}.pos-search-cat-main--solo{width:100%}.pos-cashier-left .pos-search-row{padding:0;width:100%;max-width:100%;min-width:0;gap:10px;align-items:center}.pos-cashier-body,.pos-section-cashier-root,.pos-view-workspace{--pos-chrome-size:36px;--pos-chrome-icon:18px}.pos-chrome-actions{display:flex;align-items:center;align-self:center;gap:8px;flex-shrink:0;margin-left:auto;height:var(--pos-chrome-size);max-height:var(--pos-chrome-size)}@media (min-width:861px){.pos-cashier-body--cart-collapsed .pos-cart-rail-btn{display:inline-flex!important;align-items:center;justify-content:center;align-self:center;position:relative;box-sizing:border-box!important;width:var(--pos-chrome-size)!important;height:var(--pos-chrome-size)!important;min-width:var(--pos-chrome-size)!important;min-height:var(--pos-chrome-size)!important;max-width:var(--pos-chrome-size)!important;max-height:var(--pos-chrome-size)!important;padding:0!important;margin:0!important;border:none!important;border-radius:10px!important;background:#fff!important;color:#0d9488!important;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.07)!important;transition:background .15s,box-shadow .15s,transform .12s;flex:0 0 var(--pos-chrome-size)!important;line-height:0!important;font-size:0!important}.pos-cashier-body--cart-collapsed .pos-cart-rail-btn .pos-cart-rail-icon{display:block;width:var(--pos-chrome-icon)!important;height:var(--pos-chrome-icon)!important;flex-shrink:0;stroke:currentColor;pointer-events:none}.pos-cashier-body--cart-collapsed .pos-cart-rail-btn:hover{background:#ecfdf5!important;box-shadow:0 3px 12px rgba(15,23,42,.1)!important}.pos-cashier-body--cart-collapsed .pos-cart-rail-btn:active{transform:scale(.96)}.pos-cart-rail-badge{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#0d9488;color:#fff;font-size:10px;font-weight:700;line-height:1;border:2px solid #fff}}.pos-search-wrap svg{width:18px;height:18px;flex-shrink:0;color:#94a3b8}.pos-cat-tabs-row{display:flex;align-items:center;gap:8px;min-width:0}.pos-toolbar-rail{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:8px;flex-shrink:0;margin:0;padding:0}.pos-cashier-left .pos-cat-tabs--cashier{display:flex;flex-wrap:nowrap;gap:8px;padding:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1 1;min-width:0}.pos-cashier-left .pos-cat-tabs--cashier::-webkit-scrollbar{display:none}.pos-cashier-left .pos-cat-tabs--cashier .pos-cat-tab{flex-shrink:0;padding:9px 16px;border-radius:12px;font-size:14px;font-weight:600;background:#fff;color:#475569;border:none;box-shadow:0 2px 8px rgba(15,23,42,.07)}.pos-cashier-left .pos-cat-tabs--cashier .pos-cat-tab:hover{background:#fff;color:#0f172a;box-shadow:0 3px 12px rgba(15,23,42,.1)}.pos-cashier-left .pos-cat-tabs--cashier .pos-cat-tab--active{background:#0d9488;color:#fff;box-shadow:0 2px 10px rgba(13,148,136,.35)}.pos-cat-scroll-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.07);transition:box-shadow .12s,color .12s}.pos-cat-scroll-btn:hover{color:#0f172a;box-shadow:0 3px 12px rgba(15,23,42,.1)}.pos-cat-scroll-btn svg{width:18px;height:18px}.pos-cashier-left .pos-layout-toggle{box-sizing:border-box!important;height:var(--pos-chrome-size,36px)!important;min-height:var(--pos-chrome-size,36px)!important;max-height:var(--pos-chrome-size,36px)!important;background:#fff!important;border:none!important;border-radius:10px!important;padding:3px!important;box-shadow:0 2px 8px rgba(15,23,42,.07)!important;align-self:center}.pos-section-cashier-root{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;position:relative}.pos-section-cashier-root>.pos-section-layout-slot{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.pos-layout-toggle{display:flex;gap:2px;height:var(--pos-chrome-size,36px);min-height:var(--pos-chrome-size,36px);max-height:var(--pos-chrome-size,36px);background:var(--card,#fff);border:1px solid var(--border);border-radius:10px;padding:3px;box-shadow:0 2px 8px rgba(15,23,42,.07);margin-left:0}.pos-layout-toggle,.pos-layout-toggle-btn{align-items:center;box-sizing:border-box;flex-shrink:0}.pos-layout-toggle-btn{display:inline-flex;justify-content:center;width:calc(var(--pos-chrome-size, 40px) - 6px);height:calc(var(--pos-chrome-size, 40px) - 6px);min-width:calc(var(--pos-chrome-size, 40px) - 6px);min-height:calc(var(--pos-chrome-size, 40px) - 6px);padding:0;border:none;border-radius:7px;background:transparent;color:#64748b;cursor:pointer;transition:background .12s,color .12s}.pos-layout-toggle-btn svg{display:block;width:var(--pos-chrome-icon,18px);height:var(--pos-chrome-icon,18px);flex-shrink:0;stroke:currentColor;fill:none;pointer-events:none}.pos-layout-toggle-btn:hover{background:var(--surface-2,#f1f5f9);color:#334155}.pos-layout-toggle-btn--active,.pos-layout-toggle-btn--active:hover{background:#0d9488;color:#fff}.pos-layout-toggle-btn--active svg{stroke:#fff}.pos-layout-toggle-btn:focus{outline:none}.pos-layout-toggle-btn:focus-visible{outline:2px solid #0d9488;outline-offset:1px}.pos-side-split{display:grid;grid-template-columns:380px 12px 1fr;flex:1 1;overflow:hidden;min-height:0;height:100%}.pos-side-split--collapsed{grid-template-columns:44px 1fr}.pos-side-split-court-tab--offline{opacity:.55;cursor:not-allowed}.pos-view-switch-btn--offline-disabled{opacity:.45;cursor:not-allowed}.pos-side-split-cashier{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--surface-2,#f1f5f9);padding:0;box-sizing:border-box}.pos-side-split-cashier>.pos-cashier-body{flex:1 1 auto;min-height:0;height:100%;grid-template-columns:minmax(0,1fr) var(--pos-cart-width)!important}.pos-side-split-cashier>.pos-cashier-body.pos-cashier-body--cart-collapsed{grid-template-columns:minmax(0,1fr)!important}.pos-side-split-cashier>.pos-cashier-body.pos-cashier-body--cart-collapsed .pos-cashier-right--collapsed{display:none!important}.pos-side-split-cashier .pos-cashier-right{box-sizing:border-box!important;width:auto!important;max-width:none!important;height:100%!important;max-height:100%!important;min-height:0!important;margin:0!important;padding:12px 12px 16px 8px!important;background:transparent!important;overflow:hidden!important;gap:0!important}.pos-side-split-cashier .pos-cart-sheet-body{box-sizing:border-box!important;flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:100%!important;padding-bottom:18px!important}.pos-side-split-cashier .pos-member-checkout-block{padding:12px 14px 20px!important}.pos-side-split-cashier .pos-member-checkout-block .pos-checkout-btn{margin:0!important;width:100%!important;border-radius:10px!important}.pos-side-split-cashier>.pos-cashier-overlays{flex:0 0;width:0;height:0;overflow:visible;position:relative;z-index:2000}.pos-split-resizer{width:12px;cursor:col-resize;touch-action:none;background:var(--surface-2,#f1f5f9);flex-shrink:0;position:relative;z-index:5;border-left:1px solid var(--border,#e2e8f0);border-right:1px solid var(--border,#e2e8f0);transition:background .15s,border-color .15s}.pos-split-resizer,.pos-split-resizer-grip{display:flex;align-items:center;justify-content:center}.pos-split-resizer-grip{flex-direction:column;gap:3px;width:18px;height:36px;border-radius:999px;background:#fff;border:1px solid var(--border,#cbd5e1);box-shadow:0 1px 3px rgba(15,23,42,.08);pointer-events:none}.pos-split-resizer-grip span{display:block;width:3px;height:3px;border-radius:50%;background:#94a3b8}.pos-split-resizer:active,.pos-split-resizer:hover,body.pos-split-resizing .pos-split-resizer{background:color-mix(in srgb,var(--primary,#0d9488) 12%,#fff);border-color:var(--primary,#0d9488)}.pos-split-resizer:active .pos-split-resizer-grip,.pos-split-resizer:hover .pos-split-resizer-grip,body.pos-split-resizing .pos-split-resizer-grip{border-color:var(--primary,#0d9488);background:#ecfdf5}.pos-split-resizer:active .pos-split-resizer-grip span,.pos-split-resizer:hover .pos-split-resizer-grip span,body.pos-split-resizing .pos-split-resizer-grip span{background:var(--primary,#0d9488)}body.pos-split-resizing{cursor:col-resize!important}.pos-side-split-court{display:flex;flex-direction:column;border-right:none;background:var(--surface,#f8fafc);overflow:hidden;min-width:0;min-height:0}.pos-side-split--collapsed .pos-side-split-court{overflow:hidden;width:auto;min-width:0}.pos-side-split-court-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:2px solid var(--primary,#0d9488);flex-shrink:0;min-height:44px;background:var(--card,#fff)}.pos-side-split-court-header .pos-layout-toggle{margin-left:auto}.pos-side-split-court-title{font-size:13px;font-weight:600;color:var(--primary,#0d9488)}.pos-side-split-court-body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.pos-court-offline-wrap{position:relative;overflow:hidden}.pos-court-offline-block{position:absolute;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(248,250,252,.72);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:auto;cursor:not-allowed;box-sizing:border-box}.pos-court-offline-block-card{max-width:280px;width:100%;text-align:center;padding:16px 14px;border-radius:12px;border:1px solid #fcd34d;background:#fffbeb;color:#92400e;box-shadow:0 8px 24px rgba(15,23,42,.12)}.pos-court-offline-block-icon{display:block;font-size:22px;line-height:1;margin-bottom:8px}.pos-court-offline-block-card strong{display:block;font-size:13px;font-weight:800;margin-bottom:6px}.pos-court-offline-block-card p{margin:0;font-size:12px;line-height:1.45;color:#a16207}.pos-view-pane--court.pos-court-offline-wrap{position:relative;min-height:0}.pos-side-split-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:transparent;color:#94a3b8;cursor:pointer;flex-shrink:0;margin-left:auto}.pos-side-split-toggle:hover{background:var(--surface-2,#f1f5f9);color:#475569}.pos-side-split-court-tab{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;width:100%;height:100%;min-height:0;padding:14px 6px;border:none;border-right:2px solid var(--primary,#0d9488);background:#fff;color:var(--primary,#0d9488);cursor:pointer;box-shadow:2px 0 8px rgba(15,23,42,.06)}.pos-side-split-court-tab:hover{background:#ecfdf5}.pos-side-split-court-tab-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:13px;font-weight:700;letter-spacing:.04em;white-space:nowrap}.pos-side-split--collapsed .pos-product-card-name{font-size:18px}.pos-side-split--collapsed .pos-product-card-price{font-size:24px}.pos-side-split--collapsed .pos-product-card-stock{font-size:15px}.pos-side-split--collapsed .pos-product-card-add-btn{font-size:16px;min-height:48px}.pos-side-split--collapsed .pos-search-input{font-size:17px;min-height:48px}.pos-side-split--collapsed .pos-cat-tab{font-size:16px;min-height:44px}.pos-side-split--collapsed .pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.pos-cart-item-wrap--court{background:rgba(8,139,108,.04);border-left:3px solid var(--color-primary,#088b6c);border-radius:0 6px 6px 0}.pos-cart-item-img--court{display:flex;align-items:center;justify-content:center;font-size:22px;background:rgba(8,139,108,.12)}.pos-cart-item-name-wrap{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:0}.pos-cart-item-name-wrap .pos-cart-item-name,.pos-cart-item-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-cart-item-sub{font-size:10px;color:var(--color-muted,#6b7280);margin-top:0;line-height:1.2}.pos-qty--locked{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 6px;font-size:12px;font-weight:600;color:var(--color-muted,#6b7280);background:var(--color-surface-2,#f3f4f6);border-radius:6px;border:1px solid var(--border,#e5e7eb);-webkit-user-select:none;-moz-user-select:none;user-select:none}.pos-cart-item-wrap--court .pos-cart-item{display:grid;padding:10px 14px;grid-gap:0;gap:0;grid-column-gap:12px;column-gap:12px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.pos-cart-item-wrap--court .pos-cart-item-name-wrap{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.pos-item-remove-btn{background:none;border:none;width:40px;height:40px;padding:0;cursor:pointer;color:var(--color-muted,#9ca3af);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;transition:color .15s,background .15s;flex-shrink:0}.pos-item-remove-btn:hover{color:#ef4444;background:rgba(239,68,68,.08)}@media (max-width:700px){.pos-side-split{grid-template-columns:1fr}.pos-side-split-court,.pos-side-split-show-court{display:none}}.pos-loyalty-page{width:100%;max-width:none;height:100%;min-height:0;overflow:auto;padding:20px 24px 32px;box-sizing:border-box;animation:pos-loyalty-in .28s ease-out}@keyframes pos-loyalty-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pos-loyalty-page .pos-page-header{margin-bottom:16px}.pos-loyalty-status--on{color:#b45309;font-weight:600}.pos-loyalty-status--off{color:var(--text-muted);font-weight:500}.pos-loyalty-save-top{min-width:96px}.pos-loyalty-flash{margin:0 0 14px;padding:10px 14px;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:13px;font-weight:600}.pos-loyalty-split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.9fr);grid-gap:20px;gap:20px;align-items:start;width:100%}.pos-loyalty-col{display:flex;flex-direction:column;gap:14px;min-width:0}.pos-loyalty-col--side{position:-webkit-sticky;position:sticky;top:0}.pos-loyalty-col--side.is-dim,.pos-loyalty-col.is-dim,.pos-loyalty-rate-grid.is-dim{opacity:.55}.pos-loyalty-col--side.is-dim,.pos-loyalty-rate-grid.is-dim{pointer-events:none}.pos-loyalty-hero{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:20px 22px;border-radius:16px;border:1px solid #fde68a;background:radial-gradient(120% 140% at 0 0,rgba(251,191,36,.22),transparent 55%),linear-gradient(135deg,#fffbeb,#fff 55%);box-shadow:0 1px 0 rgba(251,191,36,.25);transition:border-color .2s,box-shadow .2s}.pos-loyalty-hero--on{border-color:#f59e0b;box-shadow:0 8px 24px rgba(245,158,11,.12)}.pos-loyalty-hero-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#b45309;background:linear-gradient(145deg,#fde68a,#fbbf24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.55)}.pos-loyalty-hero-title{margin:0 0 4px;font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.pos-loyalty-hero-desc{margin:0;font-size:.8125rem;line-height:1.45;color:var(--text-muted);max-width:none}.pos-loyalty-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pos-loyalty-switch input{position:absolute;opacity:0;width:0;height:0}.pos-loyalty-switch-track{width:48px;height:28px;border-radius:999px;background:#e2e8f0;position:relative;transition:background .2s}.pos-loyalty-switch-track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:transform .2s}.pos-loyalty-switch input:checked+.pos-loyalty-switch-track{background:#f59e0b}.pos-loyalty-switch input:checked+.pos-loyalty-switch-track:after{transform:translateX(20px)}.pos-loyalty-switch input:focus-visible+.pos-loyalty-switch-track{outline:2px solid #f59e0b;outline-offset:2px}.pos-loyalty-switch-label{font-size:.8125rem;font-weight:700;min-width:2rem;color:#92400e}.pos-loyalty-rate-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.pos-loyalty-rate-card{padding:18px 18px 16px;border-radius:14px;border:1px solid var(--pos-border);background:var(--pos-surface,#fff);box-shadow:var(--pos-shadow)}.pos-loyalty-rate-card--redeem{border-color:#fecaca;background:linear-gradient(180deg,#fff5f5,#fff 40%)}.pos-loyalty-rate-eyebrow{font-size:.6875rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#d97706;margin-bottom:4px}.pos-loyalty-rate-card--redeem .pos-loyalty-rate-eyebrow{color:#dc2626}.pos-loyalty-rate-title{margin:0 0 4px;font-size:1rem;font-weight:800}.pos-loyalty-rate-hint{margin:0 0 14px;font-size:.75rem;color:var(--text-muted)}.pos-loyalty-rate-input-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.pos-loyalty-rate-prefix,.pos-loyalty-rate-suffix{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.pos-loyalty-rate-input{width:96px;padding:10px 12px;border-radius:10px;border:1.5px solid var(--pos-border);font-size:1.125rem;font-weight:800;text-align:center;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.pos-loyalty-rate-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.18)}.pos-loyalty-rate-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fffbeb;border:1px solid #fde68a;color:#b45309;font-size:.75rem;font-weight:700}.pos-loyalty-rate-chip--redeem{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.pos-loyalty-preview{padding:18px 20px;border-radius:14px;border:1px solid var(--pos-border);background:var(--surface-1,#f8fafc);display:flex;flex-direction:column;gap:12px}.pos-loyalty-preview-head{margin-bottom:2px}.pos-loyalty-preview-title{margin:0 0 2px;font-size:.95rem;font-weight:800}.pos-loyalty-preview-sub{margin:0;font-size:.75rem;color:var(--text-muted)}.pos-loyalty-preview-field{display:flex;flex-direction:column;gap:6px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.pos-loyalty-preview-field input{padding:10px 12px;border-radius:10px;border:1px solid var(--pos-border);font-size:.9375rem;font-weight:700;background:#fff;width:100%;box-sizing:border-box}.pos-loyalty-preview-bill{margin-top:4px;padding:14px;border-radius:12px;background:#fff;border:1px solid var(--pos-border);display:flex;flex-direction:column;gap:8px}.pos-loyalty-preview-bill-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.8125rem;font-weight:600}.pos-loyalty-preview-bill-row--disc{color:#dc2626}.pos-loyalty-preview-bill-row--total{padding-top:8px;border-top:1px dashed var(--pos-border);font-size:.9375rem;font-weight:800}.pos-loyalty-preview-bill-row--earn{color:#b45309;font-weight:800}.pos-loyalty-howto{padding:16px 18px;border-radius:14px;border:1px solid var(--pos-border);background:var(--pos-surface,#fff)}.pos-loyalty-howto-title{margin:0 0 10px;font-size:.875rem;font-weight:800}.pos-loyalty-flow{margin:0;padding:0 0 0 1.15rem;font-size:.8125rem;color:var(--text-muted);line-height:1.65}.pos-loyalty-footer{display:flex;justify-content:flex-start;padding-top:4px}.pos-loyalty-block{margin-top:8px;display:flex;flex-direction:column;gap:8px}.pos-loyalty-badge{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:#fffbeb;border:1px solid #fde68a;color:#b45309;font-size:.8125rem;font-weight:600}.pos-loyalty-badge-icon{flex-shrink:0;color:#d97706}.pos-loyalty-redeem-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pos-loyalty-redeem-input{width:96px;min-width:0}.pos-loyalty-redeem-preview{font-size:.75rem;color:var(--text-muted,#6b7280)}.pos-cart-loyalty-line{color:#dc2626;font-size:.875rem}.pos-cart-loyalty-line span:last-child{font-weight:600}.pos-receipt-row--discount{color:#000;font-size:.8rem}.pos-receipt-row--promo span:first-child{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-receipt-row--loyalty{font-size:.75rem;color:#000;margin-top:4px}.pos-receipt-row--vat{font-size:.8rem;color:#000}.pos-cart-total-row--vat,.pos-cart-total-row--vat-net{font-size:.8rem;color:var(--text-muted,#64748b);padding:8px 14px;line-height:1.5}.pos-settings-hub,.pos-settings-page{display:flex;flex-direction:column;gap:16px}.pos-settings-hub{--ps-emerald:#059669;--ps-emerald-soft:#ecfdf5;--ps-emerald-border:#a7f3d0;--ps-ink:#0f172a;--ps-muted:#64748b;--ps-line:#e2e8f0;--ps-surface:#fff;width:100%;height:100%;min-height:0;overflow:auto;padding:20px 24px 28px;box-sizing:border-box;animation:pos-loyalty-in .22s ease-out}.pos-settings-hub--embedded{padding:12px 16px 24px}.pos-settings-hub-header{flex-shrink:0;padding-bottom:12px;border-bottom:1px solid var(--ps-line)}.pos-settings-hub-title{margin:0;font-size:1.25rem;font-weight:800;color:var(--ps-ink);letter-spacing:-.02em}.pos-settings-hub-sub{margin:4px 0 0;font-size:.8125rem;color:var(--ps-muted)}.pos-settings-hub-layout{display:grid;grid-template-columns:168px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.pos-settings-nav{display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:8px;padding:6px;border-radius:12px;border:1px solid var(--ps-line);background:var(--ps-surface)}.pos-settings-nav-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;color:#334155;font:inherit;transition:background .18s ease,color .18s ease}.pos-settings-nav-item:hover{background:#f1f5f9}.pos-settings-nav-item:focus-visible{outline:2px solid var(--ps-emerald);outline-offset:2px}.pos-settings-nav-item--active{background:var(--ps-emerald-soft);color:var(--ps-emerald);font-weight:700}.pos-settings-nav-item--active .pos-settings-nav-icon{color:var(--ps-emerald)}.pos-settings-nav-icon{display:inline-flex;flex-shrink:0;color:#94a3b8;align-items:center;justify-content:center}.pos-settings-vat-icon{display:block;flex-shrink:0}.pos-settings-panel-banner-icon .pos-settings-vat-icon{width:28px;height:18px}.pos-settings-nav-label{font-size:.875rem;font-weight:600;line-height:1.25}.pos-settings-panel{min-width:0;max-width:640px;display:flex;flex-direction:column;gap:12px}.pos-settings-panel-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,var(--ps-emerald-soft),#fff);border:1px solid var(--ps-emerald-border)}.pos-settings-panel-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#fff;color:var(--ps-emerald);border:1px solid var(--ps-emerald-border);flex-shrink:0}.pos-settings-panel-title{margin:0;font-size:1rem;font-weight:800;color:var(--ps-ink)}.pos-settings-panel-sub{margin:2px 0 0;font-size:.75rem;color:var(--ps-muted)}.pos-settings-form{display:flex;flex-direction:column;gap:12px}.pos-settings-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:-webkit-sticky;position:sticky;top:0;z-index:2;padding:8px 0;background:color-mix(in srgb,var(--pos-bg,#f8fafc) 92%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pos-settings-toolbar-spacer{flex:1 1}.pos-settings-save{min-width:96px;cursor:pointer}.pos-settings-stack{display:flex;flex-direction:column;gap:12px}.pos-settings-callout{margin:0;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid var(--ps-line);font-size:.8125rem;line-height:1.45;color:#475569}.pos-settings-card{padding:14px 16px;border-radius:12px;border:1px solid var(--ps-line);background:var(--ps-surface);display:flex;flex-direction:column;gap:12px}.pos-settings-card-title{margin:0;font-size:.8125rem;font-weight:800;color:var(--ps-ink);text-transform:none;letter-spacing:0}.pos-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.pos-settings-grid--short .field-input{max-width:100%}.pos-settings-input--mid{max-width:280px}.pos-settings-flash{margin:0;padding:8px 12px;border-radius:8px;background:var(--ps-emerald-soft);border:1px solid var(--ps-emerald-border);color:#047857;font-size:.8125rem;font-weight:600;flex:1 1}.pos-settings-toggle{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--ps-line);background:#f8fafc;cursor:pointer;transition:border-color .18s ease,background .18s ease}.pos-settings-toggle:hover{border-color:#cbd5e1;background:#fff}.pos-settings-toggle input{margin-top:3px;flex-shrink:0;accent-color:var(--ps-emerald);cursor:pointer}.pos-settings-toggle>span{display:flex;flex-direction:column;gap:2px;min-width:0}.pos-settings-toggle-hint{font-size:.75rem;color:var(--ps-muted);font-weight:400}.pos-settings-seg{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:3px;border-radius:10px;background:#f1f5f9;border:1px solid var(--ps-line);max-width:320px}.pos-settings-seg-btn{display:flex;flex-direction:column;align-items:center;gap:1px;padding:10px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;color:#475569;font:inherit;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.pos-settings-seg-btn:hover{color:var(--ps-ink)}.pos-settings-seg-btn:focus-visible{outline:2px solid var(--ps-emerald);outline-offset:1px}.pos-settings-seg-btn--on{background:#fff;color:var(--ps-emerald);box-shadow:0 1px 3px rgba(15,23,42,.08);font-weight:700}.pos-settings-seg-btn strong{font-size:.875rem}.pos-settings-seg-btn span{font-size:.6875rem;color:var(--ps-muted);font-weight:500}.pos-settings-seg-btn--on span{color:#047857}.pos-settings-choice-col{display:flex;flex-direction:column;gap:8px}.pos-settings-choice{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 14px;border-radius:10px;border:1.5px solid var(--ps-line);background:#fff;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.pos-settings-choice:hover{border-color:#94a3b8}.pos-settings-choice:focus-visible{outline:2px solid var(--ps-emerald);outline-offset:2px}.pos-settings-choice--on{border-color:var(--ps-emerald);background:var(--ps-emerald-soft);box-shadow:0 0 0 1px var(--ps-emerald-border)}.pos-settings-choice strong{font-size:.875rem;color:var(--ps-ink)}.pos-settings-choice span{font-size:.75rem;color:var(--ps-muted)}.pos-settings-choice--wide{width:100%}.pos-settings-chip-row{display:flex;flex-wrap:wrap;gap:8px}.pos-settings-chip{padding:8px 14px;border-radius:999px;border:1.5px solid var(--ps-line);background:#fff;font-size:.8125rem;cursor:pointer;color:#334155;font:inherit;font-weight:600;transition:all .18s ease}.pos-settings-chip:hover{border-color:#94a3b8}.pos-settings-chip:focus-visible{outline:2px solid var(--ps-emerald);outline-offset:2px}.pos-settings-chip--on{background:var(--ps-emerald);border-color:var(--ps-emerald);color:#fff}.pos-settings-custom-mins{max-width:140px}.pos-settings-current{margin:0;font-size:.8125rem;color:var(--ps-muted)}.pos-settings-form .field-label{font-size:.75rem;font-weight:600;color:#475569}.pos-settings-form .field-hint{font-size:.6875rem;color:var(--ps-muted)}.pos-settings-form .field-input{border-radius:8px;border-color:var(--ps-line)}.pos-settings-form .field-input:focus{border-color:var(--ps-emerald);box-shadow:0 0 0 3px rgba(5,150,105,.15);outline:none}.pos-notify-settings--embedded{padding:0}.pos-notify-settings--embedded .pos-notify-form{max-width:none;padding:0;border:none;background:transparent;box-shadow:none}.pos-notify-actions{align-items:center}.pos-settings-warn{margin:0;font-size:.75rem;line-height:1.45;color:#b91c1c;font-weight:600}.pos-tax-rate-field{max-width:200px}.pos-tax-rate-row{display:flex;align-items:stretch;gap:0}.pos-tax-rate-input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;max-width:96px}.pos-tax-rate-suffix{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:0 12px;background:var(--ps-emerald,#059669);color:#fff;font-weight:800;font-size:.875rem;border-radius:0 8px 8px 0}.pos-tax-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pos-tax-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.pos-tax-switch input{position:absolute;opacity:0;width:0;height:0}.pos-tax-switch-ui{width:44px;height:24px;border-radius:999px;background:#cbd5e1;transition:background .18s ease;position:relative}.pos-tax-switch-ui:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.2);transition:transform .18s ease}.pos-tax-switch input:checked+.pos-tax-switch-ui{background:var(--ps-emerald,#059669)}.pos-tax-switch input:checked+.pos-tax-switch-ui:after{transform:translateX(20px)}.pos-tax-switch input:focus-visible+.pos-tax-switch-ui{outline:2px solid var(--ps-emerald,#059669);outline-offset:2px}.pos-tax-switch input:disabled+.pos-tax-switch-ui{opacity:.5;cursor:not-allowed}.pos-settings-seg-btn:disabled{opacity:.45;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.pos-settings-chip,.pos-settings-choice,.pos-settings-hub,.pos-settings-nav-item,.pos-settings-seg-btn,.pos-settings-toggle{animation:none!important;transition:none!important}}@media (max-width:720px){.pos-settings-hub,.pos-settings-hub--embedded{padding:12px 12px 20px}.pos-settings-hub-layout{grid-template-columns:1fr;gap:12px}.pos-settings-nav{position:static;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:4px;padding:6px}.pos-settings-nav-item{flex:0 0 auto;padding:8px 12px}.pos-settings-nav-label{font-size:.8125rem;white-space:nowrap}.pos-settings-panel{max-width:none}.pos-settings-grid{grid-template-columns:1fr}.pos-settings-input--mid,.pos-settings-seg{max-width:none}}@media (max-width:960px){.pos-loyalty-split{grid-template-columns:1fr}.pos-loyalty-col--side{position:static}}@media (max-width:720px){.pos-loyalty-page{padding:16px}.pos-loyalty-hero{grid-template-columns:auto 1fr}.pos-loyalty-switch{grid-column:1/-1;justify-content:flex-start}.pos-loyalty-rate-grid{grid-template-columns:1fr}}.pos-promo-page{width:100%;max-width:none;height:100%;min-height:0;overflow:auto;padding:20px 24px 32px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;animation:pos-promo-in .28s ease-out}@keyframes pos-promo-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pos-promo-page .pos-page-header{margin-bottom:0}.pos-promo-status--on{color:#047857;font-weight:600}.pos-promo-status--off{color:var(--text-muted);font-weight:500}.pos-promo-create-top{min-width:110px}.pos-promo-flash{margin:0;padding:10px 14px;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:13px;font-weight:600}.pos-promo-hero{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:20px 22px;border-radius:16px;border:1px solid #a7f3d0;background:radial-gradient(120% 140% at 0 0,rgba(16,185,129,.16),transparent 55%),linear-gradient(135deg,#ecfdf5,#fff 55%);box-shadow:0 1px 0 rgba(16,185,129,.18)}.pos-promo-hero-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#065f46;background:linear-gradient(145deg,#6ee7b7,#10b981);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.45)}.pos-promo-hero-title{margin:0 0 4px;font-size:1.15rem;font-weight:700;color:#064e3b}.pos-promo-hero-desc{margin:0;font-size:.875rem;line-height:1.45;color:#374151;max-width:52ch}.pos-promo-stat-pills{display:flex;gap:8px}.pos-promo-stat-pill{min-width:72px;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.85);border:1px solid #d1fae5;text-align:center}.pos-promo-stat-pill--on{border-color:#10b981;background:#fff}.pos-promo-stat-num{display:block;font-size:1.25rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#065f46;line-height:1.1}.pos-promo-stat-label{display:block;margin-top:2px;font-size:.7rem;color:#6b7280}.pos-promo-layout{display:flex;flex-direction:column;gap:14px;width:100%;min-width:0}.pos-promo-layout--form{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr);grid-gap:18px;gap:18px;align-items:start}.pos-promo-form{border:1px solid #a7f3d0;border-radius:16px;padding:18px 20px;background:radial-gradient(100% 80% at 100% 0,rgba(16,185,129,.08),transparent 50%),#fff;display:flex;flex-direction:column;gap:16px;box-shadow:0 8px 24px rgba(16,185,129,.08)}.pos-promo-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pos-promo-form-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#059669;margin-bottom:2px}.pos-promo-form-head h2{margin:0;font-size:1.1rem;color:#064e3b}.pos-promo-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pos-promo-toggle input{position:absolute;opacity:0;width:0;height:0}.pos-promo-toggle-track{width:40px;height:22px;border-radius:999px;background:#d1d5db;position:relative;transition:background .15s}.pos-promo-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .15s}.pos-promo-toggle input:checked+.pos-promo-toggle-track{background:#10b981}.pos-promo-toggle input:checked+.pos-promo-toggle-track:after{transform:translateX(18px)}.pos-promo-toggle-label{font-size:.8rem;font-weight:600;color:#374151;min-width:2rem}.pos-promo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.pos-promo-field{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:#374151}.pos-promo-field--wide{grid-column:1/-1}.pos-promo-panels{display:flex;flex-direction:column;gap:12px}.pos-promo-fieldset{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px 14px;margin:0;background:#fafafa}.pos-promo-fieldset legend{padding:0 6px;font-size:.8rem;font-weight:700;color:#047857}.pos-promo-fieldset-hint{margin:0 0 10px;font-size:.75rem;color:#6b7280}.pos-promo-reward-tabs{display:flex;gap:6px;margin-bottom:12px}.pos-promo-reward-tab{flex:1 1;border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:8px 6px;font-size:.8rem;font-weight:600;color:#4b5563;cursor:pointer}.pos-promo-reward-tab.active{border-color:#10b981;background:#ecfdf5;color:#065f46}.pos-promo-form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px;border-top:1px solid #f3f4f6}.pos-promo-list{gap:10px;min-width:0}.pos-promo-empty,.pos-promo-list{display:flex;flex-direction:column}.pos-promo-empty{align-items:center;text-align:center;gap:8px;padding:40px 24px;border-radius:16px;border:1px dashed #a7f3d0;background:#f0fdf4}.pos-promo-empty-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:#047857;background:#d1fae5;margin-bottom:4px}.pos-promo-empty h3{margin:0;font-size:1.05rem;color:#064e3b}.pos-promo-empty p{margin:0 0 8px;font-size:.875rem;color:#6b7280;max-width:36ch}.pos-promo-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:start;padding:14px 16px;border-radius:14px;border:1px solid #d1fae5;background:#fff;transition:border-color .15s,box-shadow .15s}.pos-promo-card:hover{border-color:#6ee7b7;box-shadow:0 4px 14px rgba(16,185,129,.08)}.pos-promo-card--off{opacity:.62;border-color:#e5e7eb;background:#f9fafb}.pos-promo-card-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#047857;background:#ecfdf5;flex-shrink:0}.pos-promo-card-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pos-promo-card-title-row h3{margin:0;font-size:1rem;color:#111827}.pos-promo-badge{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px;background:#f3f4f6;color:#6b7280}.pos-promo-badge--on{background:#d1fae5;color:#065f46}.pos-promo-chip{font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:6px}.pos-promo-chip--thb{background:#ecfdf5;color:#047857}.pos-promo-chip--pct{background:#eff6ff;color:#1d4ed8}.pos-promo-chip--free{background:#fff7ed;color:#c2410c}.pos-promo-priority{font-size:.7rem;color:#9ca3af;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pos-promo-meta{margin:6px 0 0;font-size:.82rem;color:#4b5563}.pos-promo-dates{margin:4px 0 0;font-size:.75rem;color:#9ca3af}.pos-promo-card-actions{display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0;justify-content:flex-end}.pos-cart-promo-line{color:#047857;font-size:.82rem}.pos-promo-cart-badge{display:inline-block;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#ecfdf5;border-radius:6px;padding:1px 6px}@media (max-width:960px){.pos-promo-layout--form{grid-template-columns:1fr}.pos-promo-hero{grid-template-columns:auto 1fr}.pos-promo-stat-pills{grid-column:1/-1}}@media (max-width:720px){.pos-promo-page{padding:16px}.pos-promo-form-grid{grid-template-columns:1fr}.pos-promo-card{grid-template-columns:auto 1fr}.pos-promo-card-actions{grid-column:1/-1;justify-content:flex-start}}.pos-dashboard{padding:16px 20px 40px;width:100%;max-width:none;box-sizing:border-box}.pos-dashboard-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px}.pos-dashboard-range{display:inline-flex;background:#f3f4f6;border-radius:10px;padding:3px;gap:2px}.pos-dashboard-range-btn{border:none;background:transparent;font-size:13px;font-weight:600;color:#6b7280;padding:7px 12px;border-radius:8px;cursor:pointer}.pos-dashboard-range-btn--active{background:#fff;color:#111827;box-shadow:0 1px 2px rgba(0,0,0,.06)}.pos-dashboard-custom-dates{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.pos-dashboard-export-btn{margin-left:auto;display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;font-weight:600;padding:8px 12px;border-radius:10px;cursor:pointer}.pos-dashboard-export-btn:disabled{opacity:.5;cursor:not-allowed}.pos-dashboard-export-spin{width:14px;height:14px;border:2px solid #d1d5db;border-top-color:#059669;border-radius:50%;animation:pos-dash-spin .6s linear infinite}@keyframes pos-dash-spin{to{transform:rotate(1turn)}}.pos-dashboard-grid{display:flex;flex-direction:column;gap:18px;width:100%}.pos-dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.pos-dashboard-mix{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.pos-dashboard-mix-card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:14px 18px;box-shadow:0 1px 2px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-dashboard-mix-label{font-size:12px;font-weight:600;color:#6b7280}.pos-dashboard-mix-value{font-size:1.35rem;font-weight:700;color:#111827;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pos-dashboard-mix-sub{font-size:11px;color:#9ca3af;margin-top:2px}.pos-kpi-card{background:#fff;border-radius:1rem;box-shadow:0 1px 2px rgba(0,0,0,.04);border:1px solid #f3f4f6;padding:1.25rem}.pos-kpi-label{font-size:12px;font-weight:600;color:#6b7280;margin-bottom:6px}.pos-kpi-value{font-size:1.875rem;line-height:1.2;font-weight:700;color:#111827;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pos-kpi-sub{margin-top:6px;font-size:11px;color:#9ca3af}.pos-kpi-trend{margin-top:8px;font-size:12px;font-weight:600;color:#6b7280}.pos-kpi-trend-up{color:#059669}.pos-kpi-trend-down{color:#dc2626}.pos-bar-chart{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:16px 18px 12px;box-shadow:0 1px 2px rgba(0,0,0,.04);width:100%}.pos-bar-chart-title,.pos-dashboard-panel-title{font-size:14px;font-weight:700;color:#111827;margin-bottom:12px}.pos-bar-chart-bars{display:flex;align-items:flex-end;gap:6px;height:180px;padding-top:8px}.pos-bar-chart-col{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;height:100%}.pos-bar-chart-bar-wrap{flex:1 1;width:100%;display:flex;align-items:flex-end}.pos-bar-chart-bar{width:100%;background:#059669;border-radius:4px 4px 0 0;min-height:2px;transition:height .4s ease;cursor:default}.pos-bar-chart-bar--today{background:#047857}.pos-bar-chart-bar--empty{background:#d1d5db}.pos-bar-chart-bar:hover{opacity:.85}.pos-bar-chart-label{font-size:10px;color:#9ca3af;margin-top:6px;white-space:nowrap}.pos-dashboard-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.pos-category-breakdown,.pos-payment-breakdown,.pos-stock-alert-panel,.pos-top-products{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:16px 18px;box-shadow:0 1px 2px rgba(0,0,0,.04);min-width:0}.pos-category-list,.pos-payment-list,.pos-stock-alert-list,.pos-top-product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pos-category-row,.pos-payment-row,.pos-stock-alert-row,.pos-top-product-row{display:flex;align-items:center;gap:8px;font-size:13px}.pos-top-product-rank{width:20px;height:20px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pos-category-label,.pos-payment-label,.pos-stock-alert-name,.pos-top-product-name{flex:0 0 88px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#374151}.pos-category-bar-track,.pos-payment-bar-track,.pos-top-product-bar-track{flex:1 1;height:8px;background:#f3f4f6;border-radius:999px;overflow:hidden}.pos-category-bar,.pos-payment-bar,.pos-top-product-bar{height:100%;background:#059669;border-radius:999px}.pos-category-value,.pos-payment-value,.pos-stock-alert-qty,.pos-top-product-qty{flex:0 0 auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#6b7280;font-size:12px;font-weight:600;min-width:72px;text-align:right}.pos-stock-alert-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pos-stock-alert-panel-head .pos-dashboard-panel-title{margin-bottom:0}.pos-stock-alert-link{font-size:12px;font-weight:600;color:#059669;text-decoration:none}.pos-stock-alert-link:hover{text-decoration:underline}.pos-stock-alert-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:999px;padding:2px 8px}.pos-stock-alert-row--critical .pos-stock-alert-qty{color:#dc2626}.pos-stock-alert-ok{font-size:13px;color:#6b7280;padding:4px 0}.pos-dashboard-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:64px 20px;color:#9ca3af;text-align:center}.pos-dashboard-empty p{margin:0;font-size:14px;font-weight:500}.pos-dashboard-empty-inline{font-size:13px;color:#9ca3af;padding:8px 0}@media (max-width:1100px){.pos-dashboard-split{grid-template-columns:1fr 1fr}}@media (max-width:900px){.pos-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-dashboard-mix,.pos-dashboard-split{grid-template-columns:1fr}}@media (max-width:560px){.pos-dashboard{padding:12px 12px 32px}.pos-dashboard-kpis{grid-template-columns:1fr}.pos-dashboard-export-btn{margin-left:0;width:100%;justify-content:center}}.pos-stock-alert-banner{display:flex;align-items:center;gap:10px;margin:0;padding:10px 16px;background:#fffbeb;border-left:4px solid #f59e0b;color:#92400e;font-size:13px;font-weight:600}.pos-stock-alert-banner-icon{display:inline-flex;color:#d97706;flex-shrink:0}.pos-stock-alert-banner-text{flex:1 1;min-width:0}.pos-stock-alert-banner-link{color:#b45309;text-decoration:underline;font-weight:700;white-space:nowrap}.pos-stock-alert-banner-link:hover{color:#92400e}@keyframes pos-stock-alert-pulse{0%{background:#fef3c7}50%{background:#fde68a}to{background:#fffbeb}}.pos-stock-alert-banner-pulse{animation:pos-stock-alert-pulse .85s ease-out 1}.pos-notify-settings,.pos-stock-alerts-page{padding:16px 18px 32px}.pos-stock-mini-bar{height:8px;background:#f3f4f6;border-radius:999px;overflow:hidden;width:100%}.pos-stock-mini-bar-fill{height:100%;border-radius:999px;transition:width .2s ease}.pos-stock-mini-bar-fill--critical{background:#ef4444}.pos-stock-mini-bar-fill--warn{background:#f59e0b}.pos-stock-mini-bar-fill--ok{background:#22c55e}.pos-stock-alert-table-row--critical td:nth-child(2){color:#dc2626;font-weight:700}.pos-stock-alert-row--resolved{animation:pos-stock-alert-fade .3s ease-out forwards}@keyframes pos-stock-alert-fade{to{opacity:0;transform:translateX(8px)}}.pos-stock-alert-form-section{background:#fffbeb;border-radius:8px;border:1px solid #fde68a}.pos-stock-alert-form-section,.pos-wholesale-section{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;padding:10px 12px}.pos-wholesale-section{background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.pos-price-tier-row{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.pos-price-tier-field{display:flex;align-items:center;gap:4px;min-width:0}.pos-price-tier-field .field-input{width:100px}.pos-price-tier-field span{font-size:13px;color:#64748b;white-space:nowrap}.pos-price-tier-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;margin:0;padding:0;border:none;border-radius:6px;background:transparent;color:#dc2626;cursor:pointer}.pos-price-tier-remove:hover{background:#fef2f2;color:#b91c1c}.pos-price-tier-remove:focus-visible{outline:2px solid #fca5a5;outline-offset:1px}.field-input:disabled,.field-input[readonly]{background:#f1f5f9;color:#475569;cursor:not-allowed;opacity:1}.pos-notify-form{max-width:520px;padding:18px 20px;display:flex;flex-direction:column;gap:14px}.pos-notify-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.pos-flash{margin:0 0 12px;padding:10px 12px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:8px;font-size:13px}.pos-stock-alerts-entry{white-space:nowrap}.pos-tab--link{text-decoration:none;display:inline-flex;align-items:center}.pos-tab--alert:not(.pos-tab--active){color:#b45309;background:color-mix(in srgb,#fef3c7 70%,transparent);font-weight:700}.pos-tab--alert:not(.pos-tab--active):hover{background:#fef3c7;color:#92400e}.pos-tab--alert.pos-tab--active{color:#b45309}.pos-alerts-manage-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:#b45309;text-decoration:underline}.pos-app-header-bell{position:relative}.pos-app-header-bell--has{color:#b45309}.pos-app-header-bell-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.pos-notif-list{list-style:none;margin:0;padding:8px 0;max-height:280px;overflow:auto}.pos-notif-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;border-bottom:1px solid #f1f5f9}.pos-notif-item-title{font-size:13px;font-weight:600;color:#92400e}.pos-notif-item-meta{font-size:12px;color:#64748b}.pos-notif-dropdown-foot{padding:10px 14px;border-top:1px solid #e2e8f0}.pos-notif-footer-link{display:block;text-align:center;font-size:13px;font-weight:600;color:#059669;text-decoration:none}.pos-notif-footer-link:hover{text-decoration:underline}.pos-sk-page{gap:16px;padding:16px 18px 24px;min-height:280px}.pos-sk-page,.pos-sk-page-header{display:flex;flex-direction:column}.pos-sk-page-header{gap:8px}.pos-sk-toolbar-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.pos-sk-chip-row{display:flex;flex-wrap:wrap;gap:8px}.pos-sk-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.pos-sk-kpi-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-sk-panel{display:flex;flex-direction:column;gap:12px;padding:14px 16px;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.04)}.pos-sk-alert-row,.pos-sk-list-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9}.pos-sk-alert-row:last-child,.pos-sk-list-row:last-child{border-bottom:none}.pos-sk-list-mid{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px}.pos-sk-dash-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:14px;gap:14px}.pos-sk-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.pos-sk-field{display:flex;flex-direction:column;gap:8px}.pos-sk-settings-panel{max-width:640px}.pos-sk-settings-actions,.pos-sk-shift-actions{display:flex;gap:10px;margin-top:8px}.pos-sk-shift-hero{display:flex;flex-direction:column;gap:10px;padding:18px 20px;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.04)}.pos-sk-promo-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px}.pos-sk-promo-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.04)}.pos-sk-promo-card-actions,.pos-sk-promo-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-sk-cashier{display:flex;flex-direction:column;flex:1 1;min-height:0;height:100%;background:var(--surface-2,#f1f5f9);overflow:hidden}.pos-sk-view-toolbar{flex-shrink:0;display:flex;justify-content:center;padding:12px 16px}.pos-sk-view-switch{display:inline-flex;align-items:center;gap:8px;padding:4px;background:var(--surface-1,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:14px}.pos-sk-cashier-main{display:grid;grid-template-columns:minmax(0,1fr) var(--pos-cart-width,360px);flex:1 1;min-height:0;overflow:hidden}.pos-sk-cashier-left{display:flex;flex-direction:column;gap:12px;padding:14px 16px;min-height:0;overflow:hidden}.pos-sk-cashier-toolbar{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.pos-sk-product-grid{flex:1 1;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,168px));grid-gap:14px;gap:14px;align-content:start;overflow:hidden}.pos-sk-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(15,23,42,.08);display:flex;flex-direction:column}.pos-sk-product-card-img{display:block;width:100%;aspect-ratio:1/1;border-radius:0!important}.pos-sk-product-card-body{display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px}.pos-sk-cashier-right{flex-direction:column;gap:10px;padding:12px}.pos-sk-cart-card,.pos-sk-cashier-right{display:flex;min-height:0;overflow:hidden}.pos-sk-cart-card{flex:1 1;flex-direction:column;gap:12px;padding:14px;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.04)}.pos-sk-cart-card--member{flex:0 0 auto}.pos-sk-cart-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-sk-cart-lines{display:flex;flex-direction:column;gap:8px;flex:1 1;min-height:0}.pos-sk-cart-line{display:flex;align-items:center;gap:8px}.pos-sk-cart-line-mid{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.pos-sk-cart-totals{flex-shrink:0}.pos-sk-pay-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}@media (max-width:860px){.pos-sk-cashier-main{grid-template-columns:1fr}.pos-sk-cashier-right{display:none}.pos-sk-dash-grid,.pos-sk-form-grid,.pos-sk-kpi-row,.pos-sk-kpi-row--3{grid-template-columns:1fr}}.pos-products-header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pos-excel-banner-error{margin:0 0 12px}.pos-import-modal{max-width:560px;width:min(560px,94vw)}.pos-import-hint{margin:0 0 12px;font-size:.85rem;line-height:1.45;color:var(--muted,#64748b)}.pos-import-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.pos-import-preview{border:1px solid var(--border,#e2e8f0);border-radius:8px;padding:12px;margin-bottom:12px;max-height:280px;overflow:auto}.pos-import-summary{font-weight:600;margin-bottom:8px;font-size:.9rem}.pos-import-errors-title{font-size:.8rem;font-weight:600;margin:8px 0 4px}.pos-import-errors ul,.pos-import-ok-list ul{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.4}.pos-import-errors{color:#b45309}.pos-import-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:.9rem}.pos-sku-barcode{display:inline-block;line-height:0;max-width:100%;overflow:auto}.pos-sku-barcode svg{display:block;max-width:100%;height:auto}.pos-sku-barcode--table svg{max-height:52px}.pos-sku-barcode--mobile svg{max-height:40px}.pos-sku-barcode--empty,.pos-sku-barcode-fallback{font-family:ui-monospace,monospace;font-size:.85rem;color:var(--muted,#64748b)}.pos-sku-barcode-preview{margin-top:8px;padding:10px 12px;background:#f8fafc;border:1px solid var(--border,#e2e8f0);border-radius:8px;overflow:auto}.pos-barcode-display-only{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pos-barcode-display-only .pos-sku-barcode-preview{pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.pos-barcode-pending-hint{margin:6px 0 0;padding:10px 12px;background:#f8fafc;border:1px dashed var(--border,#cbd5e1);border-radius:8px}.pos-product-sku-barcode{min-width:120px;vertical-align:middle}.pos-import-hint code{font-size:.8em;word-break:break-all}@media (max-width:1180px),(pointer:coarse){:root{--pos-cart-width:400px}.pos-cashier-left .pos-search-input,.pos-search-input{font-size:17px;padding:14px 40px 14px 16px;min-height:52px}.pos-cat-tab,.pos-cat-tabs--cashier .pos-cat-tab{font-size:16px;padding:10px 16px;min-height:44px}.pos-product-card-name{font-size:17px}.pos-product-card-price{font-size:22px}.pos-product-card-stock{font-size:15px;color:#475569}.pos-product-card-add-btn{font-size:16px;min-height:48px;padding:14px 12px}.pos-cart-header{font-size:15px;padding:12px 14px}.pos-cart-header-title{font-size:15px}.pos-cart-count-badge{font-size:11px;padding:3px 8px}.pos-cart-empty{font-size:19px;padding:40px 20px}.pos-cart-empty-icon{font-size:48px}.pos-cart-empty small,.pos-cart-item-name{font-size:16px}.pos-cart-item-unit-price{font-size:14px}.pos-cart-item-price{font-size:16px;min-width:68px}.pos-qty-btn{width:30px;height:30px;font-size:14px}.pos-qty{min-width:28px;height:30px;font-size:13px}.pos-item-remove-btn{width:30px;height:30px;font-size:14px}.pos-pay-btn{font-size:15px;min-height:48px;padding:12px 10px}.pos-checkout-btn{font-size:18px;padding:16px;min-height:56px}.pos-checkout-f8{font-size:13px;padding:4px 8px}.pos-cart-total-label,.pos-cart-total-row--discount,.pos-cart-total-row--sub,.pos-cart-total-row--tax{font-size:15px}.pos-cart-total-amount,.pos-cart-total-row--final .pos-cart-total-amount{font-size:22px}.pos-app-nav-item{font-size:17px;min-height:52px;padding:14px 16px}.pos-app-nav-icon,.pos-app-nav-icon svg{width:24px;height:24px}.pos-shortcut-key{font-size:13px;padding:6px 10px;min-width:40px}.pos-shortcut-desc{font-size:15px}.pos-cashier-body,.pos-section-cashier-root,.pos-view-workspace{--pos-chrome-size:36px;--pos-chrome-icon:18px}.pos-cashier-toggle-btn{font-size:15px;min-height:44px;padding:10px 16px}}.pos-activity-page{padding:20px 24px 40px;max-width:none;width:100%;margin:0}.pos-activity-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:20px}.pos-activity-title{margin:0 0 6px;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--text,#0f172a)}.pos-activity-sub{margin:0;color:#64748b;font-size:.95rem;line-height:1.45;max-width:36rem}.pos-activity-kpis{display:flex;flex-wrap:wrap;gap:8px}.pos-activity-kpi{min-width:72px;padding:10px 14px;border-radius:12px;background:#f8fafc;border:1px solid var(--pos-border,#e2e8f0);text-align:center;transition:border-color .18s ease,background .18s ease}.pos-activity-kpi-val{display:block;font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.1}.pos-activity-kpi-lbl{display:block;margin-top:2px;font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.pos-activity-kpi--sale .pos-activity-kpi-val{color:#059669}.pos-activity-kpi--void .pos-activity-kpi-val{color:#dc2626}.pos-activity-kpi--stock .pos-activity-kpi-val{color:#c2410c}.pos-activity-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding:14px 16px;background:var(--pos-surface,#fff);border:1px solid var(--pos-border,#e2e8f0);border-radius:14px;box-shadow:var(--pos-shadow,0 2px 8px rgba(0,0,0,.04))}.pos-activity-action-chips,.pos-activity-range{display:flex;flex-wrap:wrap;gap:8px}.pos-activity-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:1.5px solid var(--pos-border,#e2e8f0);background:#fff;color:#475569;font-size:.8125rem;font-weight:600;padding:7px 12px;border-radius:999px;min-height:36px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .15s ease}.pos-activity-chip:hover{border-color:#94a3b8;color:#0f172a}.pos-activity-chip:focus-visible{outline:2px solid var(--pos-primary,#059669);outline-offset:2px}.pos-activity-chip--active{background:var(--pos-primary,#059669);border-color:var(--pos-primary,#059669);color:#fff}.pos-activity-chip--active:hover{color:#fff;filter:brightness(1.05)}.pos-activity-dates{display:flex;flex-wrap:wrap;gap:12px}.pos-activity-field{display:flex;flex-direction:column;gap:4px;margin:0;font-size:.75rem;font-weight:600;color:#64748b}.pos-activity-field input{min-height:40px;padding:8px 10px;border:1.5px solid var(--pos-border,#e2e8f0);border-radius:10px;font-size:.9rem;color:#0f172a;background:#fff;cursor:pointer;transition:border-color .18s ease}.pos-activity-field input:focus{outline:none;border-color:var(--pos-primary,#059669)}.pos-activity-search-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pos-activity-search{position:relative;flex:1 1 220px;margin:0;display:flex;align-items:center}.pos-activity-search-icon{position:absolute;left:12px;color:#94a3b8;display:flex;pointer-events:none}.pos-activity-search input{width:100%;min-height:44px;padding:10px 12px 10px 40px;border:1.5px solid var(--pos-border,#e2e8f0);border-radius:12px;font-size:.95rem;background:#f8fafc;transition:border-color .18s ease,background .18s ease}.pos-activity-search--staff input{padding-left:12px}.pos-activity-search input:focus{outline:none;border-color:var(--pos-primary,#059669);background:#fff}.pos-activity-search input::placeholder{color:#94a3b8}.pos-activity-refresh{min-height:44px;cursor:pointer;flex:0 0 auto}.pos-activity-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pos-activity-card{display:grid;grid-template-columns:48px 1fr;grid-gap:12px 14px;gap:12px 14px;padding:14px 16px;background:#fff;border-radius:14px;border:1px solid var(--pos-border,#e2e8f0);border-left:4px solid #cbd5e1;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.pos-activity-card:hover{box-shadow:0 4px 14px rgba(15,23,42,.06);border-color:#cbd5e1}.pos-activity-card--sale_complete{border-left-color:#059669}.pos-activity-card--sale_void{border-left-color:#dc2626}.pos-activity-card--po_receive,.pos-activity-card--stock_adjust,.pos-activity-card--stocktake,.pos-activity-card--waste{border-left-color:#ea580c}.pos-activity-card--product_price_edit{border-left-color:#0d9488}.pos-activity-card--shift_close,.pos-activity-card--shift_open{border-left-color:#0284c7}.pos-activity-card-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:#f1f5f9;color:#475569}.pos-activity-card-icon--sale_complete{background:#ecfdf5;color:#059669}.pos-activity-card-icon--sale_void{background:#fef2f2;color:#dc2626}.pos-activity-card-icon--po_receive,.pos-activity-card-icon--stock_adjust,.pos-activity-card-icon--stocktake,.pos-activity-card-icon--waste{background:#fff7ed;color:#c2410c}.pos-activity-card-icon--product_price_edit{background:#f0fdfa;color:#0f766e}.pos-activity-card-icon--shift_close,.pos-activity-card-icon--shift_open{background:#f0f9ff;color:#0369a1}.pos-activity-card-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.pos-activity-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700;background:#e2e8f0;color:#334155}.pos-activity-badge--sale_complete{background:#d1fae5;color:#065f46}.pos-activity-badge--sale_void{background:#fee2e2;color:#991b1b}.pos-activity-badge--po_receive,.pos-activity-badge--stock_adjust,.pos-activity-badge--stocktake,.pos-activity-badge--waste{background:#ffedd5;color:#9a3412}.pos-activity-badge--product_price_edit{background:#ccfbf1;color:#115e59}.pos-activity-badge--shift_close,.pos-activity-badge--shift_open{background:#e0f2fe;color:#075985}.pos-activity-card-time{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.pos-activity-card-time-main{font-size:.875rem;font-weight:700;color:#334155}.pos-activity-card-time-sub{font-size:.7rem;color:#94a3b8;font-weight:500}.pos-activity-card-who{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.pos-activity-card-name{font-weight:700;color:#0f172a;font-size:.95rem}.pos-activity-card-uid{font-size:.7rem;color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.pos-activity-card-detail{margin:0 0 6px;font-size:.9rem;color:#475569;line-height:1.4}.pos-activity-card-receipt{margin:0;display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:8px;background:#f8fafc;font-size:.8125rem}.pos-activity-card-receipt-lbl{color:#94a3b8;font-weight:600}.pos-activity-card-receipt-no{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600;color:#0f172a}.pos-activity-card-meta{margin:8px 0 0;padding:8px 10px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;display:grid;grid-gap:6px;gap:6px}.pos-activity-card-meta-row{display:grid;grid-template-columns:minmax(5.5rem,30%) 1fr;grid-gap:8px;gap:8px;font-size:.8125rem;line-height:1.35}.pos-activity-card-meta-row dt{margin:0;color:#94a3b8;font-weight:600}.pos-activity-card-meta-row dd{margin:0;color:#0f172a;word-break:break-word}.pos-activity-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.pos-activity-card-actions .btn{text-decoration:none}.pos-activity-empty{text-align:center;padding:48px 20px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc}.pos-activity-empty-icon{display:inline-flex;color:#94a3b8;margin-bottom:12px}.pos-activity-empty-title{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#334155}.pos-activity-empty-hint{margin:0 auto 16px;max-width:28rem;color:#64748b;font-size:.9rem;line-height:1.45}.pos-sk-activity-toolbar{margin-bottom:16px;display:flex;flex-direction:column;gap:12px;padding:14px 16px}.pos-sk-activity-feed{display:flex;flex-direction:column;gap:10px}.pos-sk-activity-card{display:grid;grid-template-columns:48px 1fr;grid-gap:12px 14px;gap:12px 14px;padding:14px 16px;background:#fff;border-radius:14px;border:1px solid var(--pos-border,#e2e8f0);border-left:4px solid #e2e8f0}.pos-sk-activity-card-icon-ph{width:48px;height:48px;border-radius:12px;background:#e2e8f0}.pos-sk-activity-ph{border-radius:4px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;animation:pos-sk-shimmer 1.2s ease-in-out infinite}.pos-sk-activity-ph--badge{width:88px;height:22px;border-radius:999px}.pos-sk-activity-ph--time{width:100px;height:14px}.pos-sk-activity-ph--line{height:13px;margin-top:6px}@keyframes pos-sk-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.pos-sk-activity-ph{animation:none;background:#e2e8f0}}.pos-sk-activity-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}@media (prefers-reduced-motion:reduce){.pos-activity-card,.pos-activity-chip,.pos-activity-field input,.pos-activity-search input{transition:none}}@media (max-width:640px){.pos-activity-page{padding:14px 14px 32px}.pos-activity-card{grid-template-columns:40px 1fr;padding:12px}.pos-activity-card-icon{width:40px;height:40px;border-radius:10px}.pos-activity-card-time{align-items:flex-start}.pos-activity-kpis{width:100%}.pos-activity-kpi{flex:1 1;min-width:0}.pos-sk-activity-card{grid-template-columns:40px 1fr;padding:12px}}.pos-ar-page{padding:20px 24px 48px;width:100%;max-width:none;margin:0}.pos-ar-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:18px}.pos-ar-title{margin:0 0 6px;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.pos-ar-sub{margin:0;color:#64748b;font-size:.95rem;line-height:1.45;max-width:36rem}.pos-ar-howto{margin-bottom:16px;padding:14px 16px;border-radius:14px;border:1px solid #a7f3d0;background:#ecfdf5}.pos-ar-howto-title{margin:0 0 10px;font-size:.875rem;font-weight:800;color:#065f46}.pos-ar-howto-steps{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.pos-ar-howto-steps li{display:grid;grid-gap:2px;gap:2px;font-size:.8125rem;color:#475569}.pos-ar-howto-steps strong{color:#047857;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.pos-ar-howto-note{margin:10px 0 0;font-size:.75rem;color:#b45309}.pos-ar-chip--accent{border-color:#059669;color:#047857;background:#ecfdf5}.pos-ar-hero-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pos-ar-icon-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.pos-ar-icon-btn:hover{border-color:#059669;color:#059669;background:#ecfdf5}.pos-ar-refresh{min-width:96px}.pos-ar-kpis{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pos-ar-kpi{min-width:88px;flex:1 1;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;text-align:center;transition:border-color .18s ease,background .18s ease}.pos-ar-kpi-val{display:block;font-size:1.2rem;font-weight:800;color:#0f172a;line-height:1.15}.pos-ar-kpi-lbl{display:block;margin-top:3px;font-size:.68rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.pos-ar-kpi--ok .pos-ar-kpi-val{color:#059669}.pos-ar-kpi--warn{border-color:#fdba74;background:#fff7ed}.pos-ar-kpi--warn .pos-ar-kpi-val{color:#c2410c}.pos-ar-kpi--total{border-color:#a7f3d0;background:#ecfdf5}.pos-ar-kpi--total .pos-ar-kpi-val{color:#047857;font-size:1.05rem}.pos-ar-aging-card{margin-bottom:16px;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#fff}.pos-ar-aging-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.pos-ar-aging-head h2{margin:0;font-size:.9rem;font-weight:700;color:#0f172a}.pos-ar-aging-hint{font-size:.75rem;color:#94a3b8}.pos-ar-aging-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;background:#f1f5f9;margin-bottom:12px}.pos-ar-aging-seg{height:100%;transition:width .22s ease}.pos-ar-aging-seg--cur{background:#059669}.pos-ar-aging-seg--07{background:#f59e0b}.pos-ar-aging-seg--830{background:#ea580c}.pos-ar-aging-seg--31{background:#dc2626}.pos-ar-aging-legend{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.pos-ar-aging-legend li{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.75rem;color:#64748b}.pos-ar-aging-legend strong{color:#0f172a;font-weight:700;margin-left:auto}.pos-ar-aging-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pos-ar-aging-dot--cur{background:#059669}.pos-ar-aging-dot--07{background:#f59e0b}.pos-ar-aging-dot--830{background:#ea580c}.pos-ar-aging-dot--31{background:#dc2626}.pos-ar-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid #e2e8f0;background:#fff}.pos-ar-filters{display:flex;flex-wrap:wrap;gap:6px}.pos-ar-chip{border:1px solid #e2e8f0;background:#f8fafc;color:#475569;border-radius:999px;padding:7px 14px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.pos-ar-chip:hover{border-color:#059669;color:#047857}.pos-ar-chip--active{background:#059669;border-color:#059669;color:#fff}.pos-ar-chip--ghost{background:#fff}.pos-ar-credit-panel{margin-bottom:16px;padding:16px 18px;border-radius:14px;border:1px solid #a7f3d0;background:linear-gradient(180deg,#ecfdf5,#fff 48%);overflow:visible;position:relative;z-index:4}.pos-ar-credit-intro h2{margin:0 0 4px;font-size:1rem;font-weight:700;color:#065f46}.pos-ar-credit-intro p{margin:0 0 12px;font-size:.8125rem;color:#64748b}.pos-ar-credit-search{position:relative;max-width:420px;z-index:5;overflow:visible}.pos-ar-credit-search .field-input{padding-left:36px;width:100%}.pos-ar-search-icon{position:absolute;left:12px;top:18px;transform:translateY(-50%);color:#94a3b8;pointer-events:none;z-index:1}.pos-ar-search-status{margin:8px 0 0;font-size:.75rem;color:#64748b}.pos-ar-search-status--warn{color:#b45309}.pos-ar-member-hits{list-style:none;margin:6px 0 0;padding:4px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;max-height:220px;overflow:auto;box-shadow:0 8px 24px rgba(15,23,42,.12);position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:30}.pos-ar-member-hits button{width:100%;text-align:left;padding:10px 12px;border:0;border-radius:8px;background:transparent;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:background .15s ease}.pos-ar-member-hits button:hover{background:#f0fdf4}.pos-ar-hit-name{font-weight:600;color:#0f172a;font-size:.875rem}.pos-ar-hit-meta{font-size:.75rem;color:#94a3b8}.pos-ar-credit-form{display:grid;grid-gap:12px;gap:12px;margin-top:14px;max-width:480px}.pos-ar-credit-summary{display:flex;flex-wrap:wrap;gap:8px 14px;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #d1fae5;font-size:.8125rem;color:#475569}.pos-ar-credit-summary strong{color:#065f46}.pos-ar-switch{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#0f172a;cursor:pointer}.pos-ar-credit-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.pos-ar-credit-fields label{display:grid;grid-gap:4px;gap:4px;font-size:.8125rem;color:#475569}.pos-ar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pos-ar-card{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px 20px;gap:12px 20px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.pos-ar-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px rgba(15,23,42,.04)}.pos-ar-card--overdue{border-color:#fdba74;background:#fffbeb}.pos-ar-card-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pos-ar-receipt{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;font-weight:600;color:#334155}.pos-ar-badge{font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.02em}.pos-ar-badge--open,.pos-ar-badge--partial{background:#ecfdf5;color:#047857}.pos-ar-badge--overdue{background:#ffedd5;color:#c2410c}.pos-ar-badge--paid{background:#f1f5f9;color:#64748b}.pos-ar-badge--void{background:#fee2e2;color:#b91c1c}.pos-ar-card-name{font-size:.95rem;font-weight:700;color:#0f172a}.pos-ar-card-meta{margin-top:4px;font-size:.75rem;color:#94a3b8;display:flex;flex-wrap:wrap;gap:4px}.pos-ar-sep{opacity:.5}.pos-ar-card-amounts{display:flex;gap:16px;text-align:right}.pos-ar-amt{display:flex;flex-direction:column;gap:2px;font-size:.875rem;color:#475569}.pos-ar-amt-lbl{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.pos-ar-amt--due strong{font-size:1.05rem;color:#0f172a;font-weight:800}.pos-ar-card-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:108px}.pos-ar-text-btn{border:0;background:none;color:#059669;font-size:.75rem;font-weight:600;cursor:pointer;padding:4px;text-align:center;transition:color .15s ease}.pos-ar-text-btn:hover{color:#047857;text-decoration:underline}.pos-ar-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 24px;border-radius:16px;border:1px dashed #cbd5e1;background:#f8fafc;text-align:center}.pos-ar-empty-title{margin:8px 0 0;font-size:1rem;font-weight:700;color:#334155}.pos-ar-empty-hint{margin:0 0 12px;max-width:28rem;font-size:.875rem;color:#94a3b8;line-height:1.45}.pos-ar-empty-spin{width:28px;height:28px;border:3px solid #e2e8f0;border-top-color:#059669;border-radius:50%;animation:pos-ar-spin .7s linear infinite}@keyframes pos-ar-spin{to{transform:rotate(1turn)}}.pos-ar-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:80;padding:16px}.pos-ar-modal{background:#fff;border-radius:16px;padding:20px;width:min(420px,100%);display:grid;grid-gap:12px;gap:12px;box-shadow:0 20px 40px rgba(15,23,42,.18)}.pos-ar-modal-head{display:flex;align-items:center;justify-content:space-between}.pos-ar-modal-head h3{margin:0;font-size:1.1rem;font-weight:800}.pos-ar-modal-close{border:0;background:#f1f5f9;width:32px;height:32px;border-radius:8px;font-size:1.25rem;line-height:1;cursor:pointer;color:#64748b}.pos-ar-modal-sub{margin:0;font-size:.8125rem;color:#94a3b8}.pos-ar-modal-due{margin:0;font-size:.95rem;color:#475569}.pos-ar-modal-due strong{color:#0f172a;font-size:1.15rem}.pos-ar-modal-field{display:grid;grid-gap:4px;gap:4px;font-size:.8125rem;color:#475569}.pos-ar-pay-methods{display:flex;gap:8px;flex-wrap:wrap}.pos-ar-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.pos-credit-section{margin-top:10px}.pos-credit-note{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:10px 12px;font-size:.875rem;color:#065f46}.pos-ar-invoice-print{display:none}@media (prefers-reduced-motion:reduce){.pos-ar-aging-seg,.pos-ar-card,.pos-ar-chip,.pos-ar-empty-spin,.pos-ar-icon-btn{transition:none;animation:none}}@media print{body.pos-ar-printing *{visibility:hidden}body.pos-ar-printing .pos-ar-invoice-print,body.pos-ar-printing .pos-ar-invoice-print *{visibility:visible}body.pos-ar-printing .pos-ar-invoice-print{display:block!important;position:absolute;left:0;top:0;width:100%;padding:24px}.no-print{display:none!important}}@media (max-width:900px){.pos-ar-card{grid-template-columns:1fr;align-items:stretch}.pos-ar-card-amounts{justify-content:space-between;text-align:left;padding-top:4px;border-top:1px solid #f1f5f9}.pos-ar-card-actions{flex-direction:row;justify-content:flex-end;min-width:0}.pos-ar-aging-legend{grid-template-columns:1fr 1fr}.pos-ar-credit-fields{grid-template-columns:1fr}}@media (max-width:640px){.pos-ar-page{padding:14px 14px 36px}.pos-ar-kpi{min-width:calc(50% - 4px);flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px)}.pos-ar-kpi--total{flex:1 1 100%}}.pos-sk-ar-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:18px}.pos-sk-ar-hero-text{display:flex;flex-direction:column;gap:8px;flex:1 1 240px}.pos-sk-ar-hero-actions{display:flex;gap:8px}.pos-sk-ar-kpis{margin-bottom:16px}.pos-sk-ar-kpi{flex:1 1;min-width:88px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:6px}.pos-sk-ar-aging,.pos-sk-ar-kpi{display:flex;flex-direction:column}.pos-sk-ar-aging{margin-bottom:14px;gap:10px}.pos-sk-ar-aging-legend{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.pos-sk-ar-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.pos-sk-ar-list{display:flex;flex-direction:column;gap:10px}.pos-sk-ar-card{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px 20px;gap:12px 20px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#fff}.pos-sk-ar-card-main{display:flex;flex-direction:column;gap:8px;min-width:0}.pos-sk-ar-card-amts{display:flex;flex-direction:column;align-items:flex-end;gap:6px}@media (max-width:900px){.pos-sk-ar-card{grid-template-columns:1fr}.pos-sk-ar-card-amts{align-items:flex-start}.pos-sk-ar-aging-legend{grid-template-columns:1fr 1fr}}@media (max-width:640px){.pos-sk-ar-kpi{min-width:calc(50% - 4px);flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px)}}.cdisp-root{display:flex;flex-direction:column;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9;font-family:var(--font-noto),"Noto Sans Thai",system-ui,sans-serif}.cdisp-header{display:flex;align-items:center;gap:12px;padding:16px 32px;background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.1)}.cdisp-header-logo{font-size:28px}.cdisp-header-name{font-size:20px;font-weight:700;flex:1 1}.cdisp-header-station{font-size:13px;color:#94a3b8}.cdisp-body{flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.cdisp-idle{text-align:center}.cdisp-idle-logo{font-size:80px;margin-bottom:16px}.cdisp-idle-name{font-size:32px;font-weight:700;margin-bottom:8px}.cdisp-idle-msg{font-size:20px;color:#94a3b8}.cdisp-cart{width:100%;max-width:640px;padding:24px}.cdisp-cart-header{display:flex;justify-content:space-between;padding:0 0 12px;border-bottom:1px solid hsla(0,0%,100%,.15);font-size:14px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.cdisp-cart-items{padding:8px 0;max-height:55vh;overflow-y:auto}.cdisp-cart-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.cdisp-cart-row-left{display:flex;flex-direction:column;gap:2px}.cdisp-cart-name{font-size:18px;font-weight:500}.cdisp-cart-qty{font-size:14px;color:#94a3b8}.cdisp-cart-price{font-size:20px;font-weight:600;color:#38bdf8}.cdisp-cart-empty{text-align:center;padding:32px;color:#64748b;font-size:18px}.cdisp-cart-discount{padding:10px 0;color:#f87171;font-size:16px;border-top:1px solid hsla(0,0%,100%,.1)}.cdisp-cart-discount,.cdisp-cart-total{display:flex;justify-content:space-between}.cdisp-cart-total{align-items:center;padding:16px 0 0;border-top:2px solid hsla(0,0%,100%,.2);font-size:28px;font-weight:700}.cdisp-cart-total span:last-child{color:#4ade80}.cdisp-waiting{text-align:center;padding:24px}.cdisp-waiting-label{font-size:22px;color:#fbbf24;font-weight:600;margin-bottom:12px;letter-spacing:.05em}.cdisp-waiting-total{font-size:72px;font-weight:800;color:#4ade80;margin-bottom:16px}.cdisp-countdown{display:inline-flex;flex-direction:column;align-items:center;gap:4px;margin:0 auto 20px;padding:10px 28px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12)}.cdisp-countdown-time{font-size:36px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;color:#e2e8f0}.cdisp-countdown-label{font-size:14px;color:#94a3b8;font-weight:500}.cdisp-countdown--warning .cdisp-countdown-time{color:#fbbf24}.cdisp-countdown--expired .cdisp-countdown-time,.cdisp-countdown--urgent .cdisp-countdown-time{color:#f87171}.cdisp-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.cdisp-qr{width:220px;height:220px;border-radius:12px;background:#fff;padding:8px}.cdisp-qr-hint{font-size:16px;color:#94a3b8}.cdisp-cash-badge{display:inline-block;background:rgba(74,222,128,.1);border:1px solid #4ade80;color:#4ade80;padding:12px 32px;border-radius:999px;font-size:20px;margin-top:8px}.cdisp-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:#f87171;font-size:18px;padding:32px;text-align:center;background:#0f172a}.cdisp-error-hint{font-size:14px;color:#94a3b8}.cdisp-footer{padding:10px 32px;text-align:right;font-size:12px;color:#475569;border-top:1px solid hsla(0,0%,100%,.05)}.pos-xfer-page{padding:20px 24px 48px;width:100%}.pos-xfer-page .pos-muted{color:#64748b;font-size:.9rem}.pos-site-switch{display:flex;align-items:center;gap:6px;padding:4px 8px 4px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;max-width:min(280px,42vw)}.pos-site-switch-label{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;flex-shrink:0}.pos-site-switch-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-site-switch-name,.pos-site-switch-select{font-size:.85rem;font-weight:700;color:#0f172a}.pos-site-switch-select{border:none;background:transparent;font-family:inherit;max-width:140px;cursor:pointer;padding:2px 0}.pos-site-switch-link{font-size:.72rem;font-weight:600;color:#0a9b7a;text-decoration:none;white-space:nowrap;padding-left:4px;border-left:1px solid #e2e8f0;margin-left:2px}.pos-site-switch-link:hover{text-decoration:underline}@media (max-width:720px){.pos-site-switch-label{display:none}.pos-site-switch-select{max-width:110px}}.pos-site-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a}.pos-site-gate-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 16px 40px rgba(0,0,0,.25)}.pos-site-gate-title{margin:0 0 8px;font-size:1.35rem;font-weight:800;color:#0f172a}.pos-site-gate-sub{margin:0 0 18px;color:#64748b;font-size:.95rem;line-height:1.45}.pos-site-gate-warn{margin:0 0 16px;color:#b45309;font-size:.9rem}.pos-site-gate-list{list-style:none;margin:0 0 16px;padding:0;display:grid;grid-gap:10px;gap:10px}.pos-site-gate-btn{width:100%;text-align:left;display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;font-family:inherit;font-size:1rem}.pos-site-gate-btn:hover{border-color:#0a9b7a;background:#ecfdf5}.pos-site-gate-code{color:#64748b;font-size:.85rem}.pos-site-gate-badge{margin-left:auto;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;background:#ecfdf5;color:#047857}.pos-xfer-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:18px}.pos-xfer-title{margin:0 0 6px;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.pos-xfer-sub{margin:0;color:#64748b;font-size:.95rem;line-height:1.45;max-width:40rem}.pos-stock-header-actions,.pos-xfer-actions,.pos-xfer-hero-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pos-xfer-hint{background:#fffbeb;border:1px solid #fcd34d;color:#92400e;border-radius:10px;padding:12px 14px;margin-bottom:16px;font-size:.92rem}.pos-xfer-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;margin-bottom:16px}.pos-xfer-card-title{margin:0 0 12px;font-size:1.05rem;font-weight:700;color:#0f172a}.pos-xfer-form-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:12px}.pos-xfer-grow{flex:1 1 220px}.pos-xfer-lines{margin-bottom:12px}.pos-xfer-check{display:flex;align-items:center;gap:8px;margin:8px 0 14px;font-size:.92rem;color:#334155}.pos-xfer-site-list{list-style:none;margin:0 0 14px;padding:0;display:grid;grid-gap:6px;gap:6px}.pos-xfer-badge{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.75rem;font-weight:600}.pos-xfer-badge--muted{background:#f1f5f9;color:#64748b}.pos-xfer-filters{margin-bottom:12px;max-width:220px}.pos-xfer-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.pos-xfer-table{width:100%;border-collapse:collapse;font-size:.92rem}.pos-xfer-table td,.pos-xfer-table th{padding:12px 14px;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:top}.pos-xfer-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.pos-xfer-date{font-size:.8rem;margin-top:2px}.pos-xfer-status{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.8rem;font-weight:600;background:#f1f5f9;color:#475569}.pos-xfer-status--shipped{background:#eff6ff;color:#1d4ed8}.pos-xfer-status--received{background:#ecfdf5;color:#047857}.pos-xfer-status--cancelled{background:#fef2f2;color:#b91c1c}.btn-sm{padding:6px 10px;font-size:.82rem}.pos-warehouse-print-root{display:none}.pos-warehouse-doc{font-family:Noto Sans Thai,Sarabun,system-ui,sans-serif;color:#111827;max-width:190mm;margin:0 auto;font-size:11pt;line-height:1.45}.pwd-header{display:flex;justify-content:space-between;gap:16px;border-bottom:2px solid #059669;padding-bottom:12px;margin-bottom:14px}.pwd-venue{font-weight:800;font-size:1.15rem;letter-spacing:-.01em}.pwd-site{font-size:.9rem;color:#374151;margin-top:2px}.pwd-doc-title-block{text-align:right}.pwd-title{margin:0;font-size:1.25rem;font-weight:800;color:#064e3b}.pwd-subtitle{margin:4px 0 0;font-size:.85rem;color:#4b5563}.pwd-docno{margin:6px 0 0;font-size:.9rem}.pwd-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px 14px;gap:8px 14px;margin-bottom:14px}.pwd-meta-k{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.pwd-meta-v{font-weight:600}.pwd-table{width:100%;border-collapse:collapse;margin-bottom:12px}.pwd-table td,.pwd-table th{border:1px solid #d1d5db;padding:6px 8px;text-align:left;vertical-align:top}.pwd-table th{background:#ecfdf5;font-size:.8rem;font-weight:700;color:#065f46}.pwd-num{text-align:right!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pwd-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem}.pwd-row-diff td{background:#fff7ed}.pwd-empty{text-align:center;color:#9ca3af}.pwd-note{margin:0 0 16px;padding:8px 10px;background:#f9fafb;border-left:3px solid #059669;font-size:.9rem}.pwd-signs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:28px}.pwd-sign-line{border-bottom:1px solid #111827;height:40px;margin-bottom:6px}.pwd-sign-label{text-align:center;font-size:.8rem;color:#374151}.pwd-footer{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:20px;padding-top:10px;border-top:1px dashed #9ca3af;font-size:.75rem;color:#6b7280}.btn-print-doc{cursor:pointer}@media print{.pos-warehouse-doc{max-width:none}.pwd-header{border-bottom-color:#111827}.pwd-title{color:#111827}.pwd-table th{background:#f3f4f6!important;color:#111827;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pwd-note{border-left-color:#111827}}@media (prefers-reduced-motion:reduce){.btn-print-doc{transition:none}}.pos-offline-banner{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin:0;padding:8px 10px;border-radius:8px;border-left:4px solid #64748b;background:#f1f5f9;color:#334155;font-size:12.5px;line-height:1.35;min-height:0;box-sizing:border-box;width:100%}.pos-cashier-left>.pos-offline-banner{margin:0 0 2px}.pos-offline-banner--offline{border-left-color:#d97706;background:#fffbeb;color:#92400e}.pos-offline-banner--online{border-left-color:#0d9488;background:#f0fdfa;color:#115e59}.pos-offline-banner--strip{border-radius:0;border-left-width:3px;padding:6px 10px;font-size:12px;font-weight:600;margin:0}.pos-offline-banner-icon{flex-shrink:0;font-size:14px;line-height:1}.pos-offline-banner-text{flex:1 1;min-width:0}.pos-offline-banner-dismiss{flex-shrink:0;border:0;background:transparent;color:inherit;font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}@keyframes pos-offline-banner-pulse{0%{box-shadow:0 0 0 0 rgba(217,119,6,.35)}to{box-shadow:0 0 0 8px rgba(217,119,6,0)}}.pos-offline-banner-pulse{animation:pos-offline-banner-pulse .85s ease-out 1}.pos-pay-btn:disabled{opacity:.45;cursor:not-allowed}.pos-offline-rules{list-style:disc}.pos-side-split-court>.pos-offline-banner--strip{flex:0 0 auto}.pos-view-workspace>.pos-offline-banner--strip{flex:0 0 auto;width:100%}