html,body,#root{min-height:100vh;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f5f7;--fg:#1d1d1f;--muted:#6e6e73;--border:#e5e5ea;--border-strong:#c7c7cc;--surface:#fff;--surface-alt:#fafafb;--primary:#0071e3;--primary-fg:#fff;--danger-bg:#ffe5e5;--danger-fg:#8a1f1f;--danger-border:#ffb0b0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1c1c1e;--fg:#f5f5f7;--muted:#98989d;--border:#3a3a3c;--border-strong:#48484a;--surface:#2c2c2e;--surface-alt:#232325;--danger-bg:#4a1f1f;--danger-fg:#ffb0b0;--danger-border:#6a2a2a}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0}button{font-family:inherit}code{background:#7f7f7f26;border-radius:4px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem}.pos{flex-direction:column;height:100vh;padding:16px 20px 20px;display:flex;overflow:hidden}.pos-header{margin-bottom:12px}.pos-header h1{margin:0 0 2px;font-size:1.25rem}.subtitle{color:var(--muted);margin:0;font-size:.8125rem}.pos-body{flex:1;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;min-height:0;display:grid}@media (width<=900px){.pos-body{grid-template-columns:1fr}}.banner{border-radius:6px;padding:10px 14px;font-size:.875rem}.banner-error{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border)}.product-grid-shell{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px;overflow-y:auto}.product-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width<=1280px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-tile{background:var(--surface-alt);border:1px solid var(--border);text-align:left;cursor:pointer;color:inherit;font:inherit;border-radius:8px;flex-direction:column;padding:0;transition:border-color .1s,transform 50ms;display:flex;overflow:hidden}.product-tile:hover{border-color:var(--border-strong)}.product-tile:active{transform:scale(.99)}.product-tile-img{aspect-ratio:1;background:var(--bg);justify-content:center;align-items:center;display:flex;overflow:hidden}.product-tile-img img{object-fit:cover;width:100%;height:100%;display:block}.product-tile-img-placeholder{color:var(--muted);font-size:.75rem}.product-tile-body{flex-direction:column;gap:4px;padding:8px 10px 10px;display:flex}.product-tile-title{font-size:calc(.875rem * var(--product-text-scale,1));-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.product-tile-price{font-size:calc(.8125rem * var(--product-text-scale,1));color:var(--muted)}.pos.font-scale-sm{--product-text-scale:.875}.pos.font-scale-md{--product-text-scale:1}.pos.font-scale-lg{--product-text-scale:1.15}.pos.font-scale-xl{--product-text-scale:1.35}.product-tile-skeleton{background:linear-gradient(90deg, var(--surface-alt) 25%, var(--bg) 50%, var(--surface-alt) 75%);cursor:default;background-size:200% 100%;height:230px;animation:1.4s ease-in-out infinite skeleton}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.cart{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;min-height:0;display:flex}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.cart-header h2{margin:0;font-size:1rem}.cart-count{color:var(--muted);font-size:.8125rem}.cart-lines-wrap{flex:1;min-height:0;overflow-y:auto}.cart-empty{color:var(--muted);text-align:center;padding:24px 16px;font-size:.875rem}.cart-lines{margin:0;padding:0;list-style:none}.cart-line{border-bottom:1px solid var(--border);flex-direction:column;gap:6px;padding:12px 16px;display:flex}.cart-line-row-top{align-items:center;gap:8px;display:flex}.cart-line-row-mid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 12px;display:flex}.cart-line-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9375rem;font-weight:500;overflow:hidden}.cart-line-qty{color:var(--muted);align-items:center;font-size:.8125rem;display:inline-flex}.cart-line-qty-group{align-items:center;gap:12px;display:inline-flex}.qty-btn{border:1px solid var(--border-strong);background:var(--surface);width:40px;height:40px;color:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:inline-flex}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-btn:hover:not(:disabled){background:var(--bg)}.cart-line-total{font-variant-numeric:tabular-nums;min-height:40px;color:inherit;cursor:pointer;text-align:right;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:flex-end;align-items:center;gap:2px;padding:8px 10px;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.2;display:inline-flex}.cart-line-total:hover{border-color:var(--border);background:#7f7f7f1f;text-decoration:underline}.cart-line-total:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.cart-line-total.is-overridden{border-color:var(--primary)}.cart-line-total .override-mark{color:var(--primary);margin-left:1px}.cart-line-total-input{border:1px solid var(--primary);background:var(--surface);width:96px;min-height:40px;color:inherit;font:inherit;font-variant-numeric:tabular-nums;text-align:right;border-radius:6px;outline:none;padding:8px 10px;font-weight:600}.cart-line-total-input:focus{outline:2px solid var(--primary);outline-offset:-1px}.cart-line-total-input:disabled{opacity:.6}.cart-line-unit-price{color:var(--muted);white-space:nowrap;font-size:.75rem}.cart-line-unit-price-btn{color:inherit;font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;line-height:inherit;background:0 0;border:1px solid #0000;border-radius:4px;padding:2px 4px}.cart-line-unit-price-btn:hover{border-color:var(--border);background:#7f7f7f1f;text-decoration:underline}.cart-line-unit-price-btn:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.cart-line-unit-price-input{border:1px solid var(--primary);background:var(--surface);width:80px;min-height:28px;color:var(--fg);font:inherit;font-variant-numeric:tabular-nums;text-align:right;border-radius:4px;outline:none;padding:2px 6px;font-size:.75rem}.cart-line-unit-price-input:focus{outline:2px solid var(--primary);outline-offset:-1px}.cart-line-unit-price-input:disabled{opacity:.6}.price-strike{color:var(--muted);font-variant-numeric:tabular-nums;text-decoration:line-through}.price-current{color:var(--fg);font-variant-numeric:tabular-nums;font-weight:500}.cart-line-total{flex-direction:column;align-items:flex-end;gap:0;min-height:0;padding:4px 10px}.cart-line-total .price-strike{font-size:.6875rem;font-weight:400;line-height:1.1}.cart-line-total-current{align-items:center;gap:2px;line-height:1.2;display:inline-flex}.cart-line-error{color:var(--danger-fg);background:var(--danger-bg);border:1px solid var(--danger-border);word-break:break-word;border-radius:4px;padding:4px 6px;font-size:.75rem}.cart-line-remove{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.375rem;line-height:1;display:inline-flex}.cart-line-remove:hover{color:var(--danger-fg);background:#7f7f7f14}.cart-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.cart-total{justify-content:space-between;align-items:baseline;display:flex}.cart-total-label{color:var(--muted);letter-spacing:.05em;font-size:.8125rem}.cart-total-value{font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600}.cart-clear{align-self:stretch}.btn-primary{background:var(--primary);min-height:44px;color:var(--primary-fg);cursor:pointer;border:none;border-radius:8px;padding:12px 20px;font-size:.9375rem}.btn-primary:disabled{background:var(--border-strong);cursor:not-allowed}.btn-secondary{border:1px solid var(--border-strong);min-height:44px;color:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:11px 18px;font-size:.9375rem}.btn-secondary:hover:not(:disabled){background:#7f7f7f1a}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:12px;width:100%;max-width:380px;padding:20px 22px 18px;box-shadow:0 8px 32px #0003}.modal-lg{max-width:560px;padding:28px 32px 24px}.modal-lg .modal-header{margin-bottom:12px}.modal-lg .modal-title{font-size:1.25rem}.modal-lg .modal-actions{gap:12px;margin-top:16px}.modal-lg .modal-actions .btn-primary,.modal-lg .modal-actions .btn-secondary{padding:11px 22px;font-size:1rem}.modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.modal-title{font-size:1.0625rem;font-weight:600;line-height:1.3}.modal-close{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:-8px -8px 0 0;padding:0;font-size:1.625rem;line-height:1;display:inline-flex}.modal-close:hover{color:var(--fg);background:#7f7f7f14}.modal-hint{color:var(--muted);margin-bottom:14px;font-size:.8125rem}.modal-error{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border);word-break:break-word;border-radius:6px;margin-bottom:12px;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}.modal-actions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.field{margin-bottom:12px;display:block}.field span{color:var(--muted);margin-bottom:4px;font-size:.8125rem;display:block}.field input{border:1px solid var(--border-strong);background:var(--surface);width:100%;min-height:44px;color:inherit;border-radius:8px;padding:11px 12px;font-size:1rem}.field input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.cart-member-section{border-bottom:1px solid var(--border);flex-direction:column;gap:6px;padding:10px 16px 12px;display:flex}.cart-member-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem}.member-search{align-items:center;gap:8px;display:flex;position:relative}.member-search input{border:1px solid var(--border-strong);background:var(--surface);min-height:44px;color:inherit;border-radius:8px;flex:1;padding:11px 12px;font-size:1rem}.member-search input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.btn-icon-plus{background:var(--primary);width:44px;height:44px;color:var(--primary-fg);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.375rem;line-height:1;display:inline-flex}.btn-icon-plus:hover{filter:brightness(1.05)}.member-dropdown{background:var(--surface);border:1px solid var(--border);z-index:10;border-radius:8px;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:52px;overflow-y:auto;box-shadow:0 6px 18px #0000001f}.member-dropdown-hint,.member-dropdown-error,.member-dropdown-empty{padding:10px 12px;font-size:.8125rem}.member-dropdown-hint{color:var(--muted)}.member-dropdown-error{background:var(--danger-bg);color:var(--danger-fg);border-bottom:1px solid var(--danger-border);word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.member-dropdown-empty{color:var(--muted);flex-direction:column;gap:4px;display:flex}.member-dropdown-create{color:var(--primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.8125rem;text-decoration:underline}.member-dropdown-row{border:none;border-bottom:1px solid var(--border);width:100%;min-height:48px;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 12px;display:flex}.member-dropdown-row:last-child{border-bottom:none}.member-dropdown-row:hover{background:var(--surface-alt)}.member-row-name{font-size:.875rem;font-weight:500}.member-row-phone{color:var(--muted);margin-top:2px;font-size:.75rem}.member-pill{background:var(--surface-alt);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:8px;max-width:100%;min-height:44px;padding:4px 8px 4px 14px;font-size:.9375rem;display:inline-flex}.member-pill-name{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.member-pill-phone{color:var(--muted);white-space:nowrap;font-size:.8125rem}.member-pill-clear{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;display:inline-flex}.member-pill-clear:hover{color:var(--danger-fg);background:#7f7f7f14}.member-pill-tier{color:var(--muted);white-space:nowrap;font-size:.8125rem}.member-pill-tier-pct{color:var(--primary);white-space:nowrap;font-size:.8125rem;font-weight:600}.cart-total-label{align-items:center;gap:8px;display:inline-flex}.cart-member-discount-chip{color:var(--primary);letter-spacing:.04em;white-space:nowrap;background:#0071e31f;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600}.product-pane{flex-direction:column;gap:10px;min-height:0;display:flex}.product-toolbar-wrap{flex-direction:column;gap:4px;display:flex}.product-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.product-search-input{border:1px solid var(--border-strong);background:var(--surface);min-height:44px;color:inherit;border-radius:8px;flex:1;padding:11px 12px;font-size:1rem}.product-search-input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.category-select{border:1px solid var(--border-strong);background-color:var(--surface);min-width:180px;min-height:44px;color:inherit;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5l4 4 4-4' stroke='%236e6e73' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border-radius:8px;padding:11px 36px 11px 12px;font-family:inherit;font-size:1rem}.category-select:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}@media (prefers-color-scheme:dark){.category-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5l4 4 4-4' stroke='%2398989d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.product-toolbar-error{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border);border-radius:6px;padding:6px 10px;font-size:.8125rem}.barcode-filter-banner{color:var(--primary);background:#0071e314;border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.8125rem;display:flex}.barcode-filter-banner button{color:var(--primary);cursor:pointer;background:0 0;border:0;font-weight:600}.cart-footer-actions{gap:8px;display:flex}.cart-footer-actions>button:first-child{flex:1}.cart-footer-actions>button:last-child{flex:4}.checkout-member-row{color:var(--muted);align-items:center;gap:8px;margin-bottom:14px;font-size:.9375rem;display:flex}.checkout-lines{border:1px solid var(--border);border-radius:6px;max-height:280px;margin:0 0 14px;padding:0;list-style:none;overflow-y:auto}.checkout-line{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto;align-items:baseline;gap:12px;padding:12px 14px;font-size:.9375rem;display:grid}.checkout-line:last-child{border-bottom:0}.checkout-line-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkout-line-qty{color:var(--muted);font-size:.8125rem}.checkout-line-total{font-variant-numeric:tabular-nums;font-weight:600}.checkout-total{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-top:-4px;padding:12px 0 18px;display:flex}.checkout-total-label{color:var(--muted);letter-spacing:.05em;font-size:.875rem}.checkout-total-value{font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600}.checkout-adjust-row{justify-content:space-between;align-items:center;gap:8px;padding:6px 0;font-size:.875rem;display:flex}.checkout-adjust-label{color:var(--muted)}.checkout-adjust-form{flex:1 1 0;justify-content:flex-end;align-items:center;gap:8px;min-width:0;max-width:360px;display:flex}.checkout-adjust-form .seg-control{flex:none;width:auto}.checkout-adjust-form input{border:1px solid var(--border-strong);background:var(--surface);width:84px;min-height:44px;color:inherit;font-variant-numeric:tabular-nums;text-align:right;border-radius:8px;padding:8px 10px;font-size:.9375rem}.checkout-adjust-form input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.checkout-adjust-applied{align-items:center;gap:10px;display:inline-flex}.checkout-adjust-applied-amount{font-variant-numeric:tabular-nums;font-weight:600}.checkout-coupon-input-row{flex:1 1 0;justify-content:flex-end;align-items:center;gap:8px;min-width:0;max-width:360px;display:inline-flex}.checkout-coupon-input-row input{border:1px solid var(--border-strong);background:var(--surface);min-width:0;min-height:44px;color:inherit;text-transform:uppercase;border-radius:8px;flex:1 1 0;padding:8px 10px;font-size:.9375rem}.checkout-coupon-input-row input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.checkout-subtotal-row,.checkout-discount-line,.checkout-coupon-line{font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;padding:4px 0;font-size:.9375rem;display:flex}.checkout-subtotal-row{color:var(--muted)}.checkout-discount-line,.checkout-coupon-line{color:var(--fg)}.checkout-payment-methods{border:0;gap:12px;margin:0 0 16px;padding:0;font-size:.9375rem;display:flex}.checkout-payment-methods legend{color:var(--muted);margin-bottom:4px;font-size:.8125rem}.checkout-payment-methods label{cursor:pointer;align-items:center;gap:10px;min-height:44px;padding:0 4px;display:inline-flex}.checkout-change-row{justify-content:space-between;align-items:baseline;margin-top:-4px;margin-bottom:8px;font-size:.9375rem;display:flex}.checkout-change-label{color:var(--muted)}.checkout-change-value{font-variant-numeric:tabular-nums;font-weight:600}.checkout-bills-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.checkout-bills-row>button{flex:1 0 auto;min-height:44px;padding:11px 18px}.checkout-bills-helpers{flex-wrap:wrap;gap:8px;margin-top:8px;margin-bottom:8px;display:flex}.checkout-bills-helpers>button{flex:1 0 auto;min-height:44px;padding:11px 18px}.pos-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pos-header-main{flex-direction:column;display:flex}.pos-settings-wrap{flex-shrink:0;position:relative}.pos-settings-btn{flex-shrink:0}.settings-menu{background:var(--surface);border:1px solid var(--border);z-index:50;border-radius:10px;flex-direction:column;min-width:220px;padding:4px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000002e}.settings-menu-item{text-align:left;min-height:44px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 14px;font-size:.9375rem}.settings-menu-item:hover{background:var(--surface-alt)}.settings-menu-item:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.settings-body{flex-direction:column;gap:24px;display:flex}.settings-section{flex-direction:column;gap:12px;display:flex}.settings-section+.settings-section{border-top:1px solid var(--border);padding-top:24px}.settings-section-title{margin:0;font-size:1rem;font-weight:600}.settings-section-hint{color:var(--muted);font-size:.8125rem}.settings-section-actions{justify-content:flex-end;gap:12px;margin-top:4px;display:flex}.print-settings-success{color:#1f7a1f;background:#228b221f;border:1px solid #228b224d;border-radius:6px;margin-bottom:12px;padding:8px 10px;font-size:.8125rem}.receipt{color:#000;background:#fff;width:50mm;padding:4mm 3mm;font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,monospace;font-size:9pt}.receipt-header{text-align:center}.receipt-shop-name{margin-bottom:1mm;font-size:11pt;font-weight:700}.receipt-shop-line{font-size:8pt;line-height:1.3}.receipt-meta{text-align:center;margin-top:2mm;font-size:8pt}.receipt-line-item{margin-bottom:1.5mm;line-height:1.3}.receipt-line-name{word-break:break-word;white-space:normal;font-size:9pt}.receipt-line-detail{justify-content:space-between;gap:2mm;margin-top:.5mm;font-size:8pt;display:flex}.receipt-line-qty{word-break:break-word;flex:1;min-width:0}.receipt-line-total{font-variant-numeric:tabular-nums;white-space:nowrap}.receipt-hr{border:0;border-top:1px dashed #000;margin:2mm 0}.receipt-subtotal-row{justify-content:space-between;font-size:9pt;display:flex}.receipt-total-row{justify-content:space-between;font-size:10pt;font-weight:700;display:flex}.receipt-payment-row,.receipt-change-row{justify-content:space-between;font-size:9pt;display:flex}.receipt-member{font-size:8pt;line-height:1.3}.receipt-footer{text-align:center;margin-top:3mm;font-size:8pt}.receipt-qr-wrap{justify-content:center;margin-top:2mm;display:flex}.receipt-qr{width:20mm;height:20mm}.receipt-qr svg{width:100%;height:100%;display:block}.variant-list{border:1px solid var(--border);border-radius:6px;max-height:320px;margin:0 0 12px;padding:0;list-style:none;overflow-y:auto}.variant-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:48px;padding:12px;display:grid}.variant-row:last-child{border-bottom:0}.variant-row:hover{background:var(--surface-alt)}.variant-row input[type=radio]{width:20px;height:20px;margin:0}.variant-label{font-size:1rem}.variant-price{font-variant-numeric:tabular-nums;font-weight:600}.variant-picker-error{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border);border-radius:6px;margin-bottom:10px;padding:8px 10px;font-size:.8125rem}:root{--t-space-1:4px;--t-space-2:8px;--t-space-3:12px;--t-space-4:16px;--t-space-5:24px;--t-tap-sm:40px;--t-tap-md:44px;--t-tap-lg:48px;--t-primary-tint:#0071e31a;--t-primary-tint-strong:#0071e329}@media (prefers-color-scheme:dark){:root{--t-primary-tint:#0a84ff2e;--t-primary-tint-strong:#0a84ff47}}.vh{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.touch-card-list{gap:var(--t-space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.touch-card{align-items:center;gap:var(--t-space-3);min-height:var(--t-tap-lg);padding:var(--t-space-3) var(--t-space-4);background:var(--surface);border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;grid-template-columns:1fr auto;transition:border-color .1s,background .1s;display:grid;position:relative}.touch-card-body{flex-direction:column;gap:2px;min-width:0;display:flex}.touch-card-title{font-size:1rem;font-weight:500;line-height:1.3}.touch-card-meta{color:var(--muted);font-size:.8125rem}.touch-card-trailing{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:600}.touch-card.is-active{border-color:var(--primary);background:var(--t-primary-tint)}.touch-card:has(input:checked){border-color:var(--primary);background:var(--t-primary-tint)}.touch-card.is-active .touch-card-trailing:before{content:"✓";color:var(--primary);margin-right:var(--t-space-2);font-weight:700}.touch-card:has(input:checked) .touch-card-trailing:before{content:"✓";color:var(--primary);margin-right:var(--t-space-2);font-weight:700}.touch-card:focus-within{outline:2px solid var(--primary);outline-offset:2px}.seg-control{border:1px solid var(--border);background:var(--surface-alt);border-radius:10px;gap:4px;width:100%;margin:0;padding:4px;display:inline-flex}.seg-control-option{min-height:var(--t-tap-md);padding:var(--t-space-2) var(--t-space-3);color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:500;transition:background .1s,color .1s,box-shadow .1s;display:inline-flex}.seg-control-option.is-active{background:var(--surface);color:var(--fg);box-shadow:0 1px 2px #00000014}.seg-control-option:has(input:checked){background:var(--surface);color:var(--fg);box-shadow:0 1px 2px #00000014}.seg-control-option:focus-within{outline:2px solid var(--primary);outline-offset:1px}.touch-icon-btn{width:var(--t-tap-md);height:var(--t-tap-md);color:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;transition:background .1s,color .1s;display:inline-flex}.touch-icon-btn-sm{width:var(--t-tap-sm);height:var(--t-tap-sm)}.touch-icon-btn-lg{width:var(--t-tap-lg);height:var(--t-tap-lg)}.touch-icon-btn--ghost{color:var(--muted)}.touch-icon-btn--ghost:hover{color:var(--fg);background:#7f7f7f14}.touch-icon-btn--outline{border:1px solid var(--border-strong);background:var(--surface)}.touch-icon-btn--outline:hover:not(:disabled){background:var(--bg)}.touch-icon-btn--filled{background:var(--primary);color:var(--primary-fg);font-weight:600}.touch-icon-btn--filled:hover{filter:brightness(1.05)}.touch-icon-btn:disabled{opacity:.4;cursor:not-allowed}.touch-icon-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.touch-list{margin:0;padding:0;list-style:none}.touch-list-row{width:100%;min-height:var(--t-tap-lg);padding:var(--t-space-2) var(--t-space-3);border:none;border-bottom:1px solid var(--border);color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;flex-direction:column;justify-content:center;display:flex}.touch-list-row:last-child{border-bottom:none}.touch-list-row:hover{background:var(--surface-alt)}.touch-list-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.touch-list-row-primary{font-size:.9375rem;font-weight:500}.touch-list-row-secondary{color:var(--muted);margin-top:2px;font-size:.8125rem}.branch-selector{background:var(--surface-alt);box-sizing:border-box;justify-content:center;align-items:flex-start;min-height:100vh;padding:32px 16px;display:flex}.branch-selector-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:24px;width:100%;max-width:560px;padding:24px;display:flex;box-shadow:0 8px 24px #00000014}.branch-selector-header h1{margin:0 0 4px;font-size:1.5rem}.branch-selector-section{flex-direction:column;gap:8px;display:flex}.branch-selector-section-title{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.8125rem;font-weight:600}.branch-selector-actions{justify-content:flex-end;display:flex}.pos-branch-chip{background:var(--surface-alt);border:1px solid var(--border);color:var(--muted);border-radius:999px;align-self:flex-start;align-items:center;gap:8px;margin-top:4px;padding:4px 10px;font-size:.8125rem;display:inline-flex}.pos-branch-chip-change{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.pos-branch-chip-change:hover{text-decoration:underline}
