:root{--bg-base:#080c14;--bg-surface:#0f172a;--bg-elevated:#1e293b;--bg-card:#1e293bb3;--bg-glass:#0f172abf;--border-subtle:#ffffff14;--border-focus:#6366f180;--border-bright:#ffffff29;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--text-inverse:#0f172a;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-glow:#6366f140;--emerald-base:#10b981;--emerald-hover:#059669;--emerald-glow:#10b98140;--emerald-subtle:#10b9811f;--amber-base:#f59e0b;--amber-subtle:#f59e0b1f;--rose-base:#f43f5e;--rose-hover:#e11d48;--rose-subtle:#f43f5e1f;--sky-base:#0ea5e9;--sky-subtle:#0ea5e91f;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -4px #0006;--shadow-glass:0 8px 32px 0 #0000005e;--font-sans:"Outfit", "Noto Sans Arabic", system-ui, -apple-system, sans-serif;--font-arabic:"Noto Sans Arabic", "Outfit", system-ui, sans-serif;--header-height:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.25s cubic-bezier(.4, 0, .2, 1)}[dir=rtl]{font-family:var(--font-arabic)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-base);color:var(--text-primary);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;min-height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.pos-app{background:radial-gradient(circle at 0 0,#172554 0%,#080c14 45%,#050508 100%);flex-direction:column;width:100vw;height:100vh;display:flex}.pos-header{height:var(--header-height);background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);z-index:40;justify-content:space-between;align-items:center;padding:0 1.25rem;display:flex}.header-left,.header-right{align-items:center;gap:.85rem;display:flex}.brand-badge{letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;display:flex}.brand-icon{border-radius:var(--radius-md);color:#fff;width:32px;height:32px;box-shadow:0 0 15px var(--accent-glow);background:linear-gradient(135deg,#6366f1 0%,#3b82f6 100%);justify-content:center;align-items:center;display:flex}.terminal-pill{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.8rem;display:flex}.terminal-id-text{font-family:monospace}.status-badge{border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;align-items:center;gap:.45rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-badge.connected{background:var(--emerald-subtle);color:#34d399;border:1px solid #10b98140}.status-badge.offline{background:var(--amber-subtle);color:#fbbf24;border:1px solid #f59e0b40}.status-badge.review{background:var(--rose-subtle);color:#fb7185;border:1px solid #f43f5e40}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px}.header-btn{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.header-btn:hover{border-color:var(--border-bright);background:#ffffff14}.header-btn:active{transform:scale(.97)}.header-btn-accent{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.header-btn-full{justify-content:center;width:100%}.header-btn-sm{padding:.3rem .6rem;font-size:.75rem}.spin-animation{animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pos-workspace{height:calc(100vh - var(--header-height));flex:1;grid-template-columns:1fr 380px;display:grid;overflow:hidden}@media (width>=1440px){.pos-workspace{grid-template-columns:1fr 440px}}.catalog-section{border-right:1px solid var(--border-subtle);background:#0f172a66;flex-direction:column;height:100%;display:flex;overflow:hidden}[dir=rtl] .catalog-section{border-right:none;border-left:1px solid var(--border-subtle)}.catalog-toolbar{align-items:center;gap:.75rem;padding:1rem 1.25rem .5rem;display:flex}.search-input-wrapper{flex:1;position:relative}.search-icon-pos{color:var(--text-muted);position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}[dir=rtl] .search-icon-pos{left:auto;right:.85rem}.search-input{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);outline:none;padding:.65rem .85rem .65rem 2.4rem;font-size:.95rem}[dir=rtl] .search-input{padding:.65rem 2.4rem .65rem .85rem}.search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px var(--accent-glow)}.search-input-lg{margin-bottom:.75rem;padding:.75rem;font-size:1.15rem;font-weight:700}.search-input-compact{padding:.5rem}.category-bar{white-space:nowrap;gap:.5rem;padding:.5rem 1.25rem;display:flex;overflow-x:auto}.category-pill{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:.55rem 1rem;font-size:.875rem;font-weight:500}.category-pill:hover{color:var(--text-primary);border-color:var(--border-bright)}.category-pill.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow)}.product-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));align-content:start;gap:.9rem;padding:1rem 1.25rem;display:grid;overflow-y:auto}.product-card{background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;min-height:140px;transition:all var(--transition-fast);flex-direction:column;justify-content:space-between;padding:1rem;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";height:3px;transition:background var(--transition-fast);background:0 0;position:absolute;top:0;left:0;right:0}.product-card:hover{border-color:var(--border-bright);box-shadow:var(--shadow-md);background:#1e293be6;transform:translateY(-2px)}.product-card:hover:before{background:linear-gradient(90deg,#6366f1,#3b82f6)}.product-name{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:600;line-height:1.35}.product-description-snippet{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-meta{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.currency-symbol-subtle{color:var(--text-secondary);font-size:.8rem;font-weight:500}.modifier-badge{color:#a5b4fc;border-radius:var(--radius-sm);background:#6366f126;padding:.15rem .45rem;font-size:.7rem;font-weight:500}.ticket-section{background:var(--bg-surface);border-left:1px solid var(--border-subtle);flex-direction:column;height:100%;display:flex;position:relative}[dir=rtl] .ticket-section{border-left:none;border-right:1px solid var(--border-subtle)}.ticket-header{border-bottom:1px solid var(--border-subtle);background:#0f172acc;padding:1rem 1.25rem}.mode-selector{background:var(--bg-base);border-radius:var(--radius-md);grid-template-columns:1fr 1fr 1fr;gap:.25rem;padding:.25rem;display:grid}.mode-btn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:.45rem .5rem;font-size:.8rem;font-weight:600}.mode-btn.active{background:var(--bg-elevated);color:var(--text-primary);box-shadow:var(--shadow-sm)}.ticket-meta-bar{gap:.5rem;margin-top:.75rem;display:flex}.table-input-wrapper{position:relative}.table-input-icon{color:var(--text-muted);position:absolute;top:50%;left:.4rem;transform:translateY(-50%)}[dir=rtl] .table-input-icon{left:auto;right:.4rem}.table-input{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100px;color:var(--text-primary);padding:.35rem .6rem .35rem 1.4rem;font-size:.85rem}[dir=rtl] .table-input{padding:.35rem 1.4rem .35rem .6rem}.customer-btn{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;flex:1;justify-content:space-between;align-items:center;padding:.35rem .6rem;font-size:.85rem;display:flex}.customer-btn:hover{border-color:var(--border-bright);color:var(--text-primary)}.customer-label-truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ticket-lines{flex-direction:column;flex:1;gap:.65rem;padding:.75rem 1.25rem;display:flex;overflow-y:auto}.ticket-empty{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.ticket-empty-title{font-weight:600}.ticket-empty-subtitle{font-size:.8rem}.ticket-item{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.4rem;padding:.75rem;animation:.15s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ticket-item-top{justify-content:space-between;align-items:flex-start;display:flex}.ticket-item-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.ticket-item-total{color:var(--text-primary);font-size:.95rem;font-weight:700}.ticket-item-modifiers{color:var(--text-secondary);flex-wrap:wrap;gap:.3rem;font-size:.78rem;display:flex}.ticket-modifier-tag{border-radius:var(--radius-sm);background:#ffffff0d;padding:.1rem .4rem}.ticket-item-bottom{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.stepper{background:var(--bg-surface);border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.15rem;display:flex}.stepper-btn{border-radius:var(--radius-sm);background:var(--bg-elevated);width:24px;height:24px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.stepper-btn:hover{background:#ffffff26}.stepper-qty{text-align:center;min-width:24px;font-size:.85rem;font-weight:600}.ticket-delete-btn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;padding:.2rem}.ticket-delete-btn:hover{color:var(--rose-base)}.ticket-footer{border-top:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;padding:1rem 1.25rem}.shift-alert-banner{background:var(--amber-subtle);color:#fbbf24;border-radius:var(--radius-md);cursor:pointer;border:1px solid #f59e0b4d;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.8rem;display:flex}.summary-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;display:flex}.summary-row.total{color:var(--text-primary);border-top:1px dashed var(--border-subtle);margin-top:.6rem;padding-top:.6rem;font-size:1.25rem;font-weight:800}.charge-btn{color:#fff;border-radius:var(--radius-lg);cursor:pointer;width:100%;box-shadow:0 4px 20px var(--emerald-glow);transition:all var(--transition-fast);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;justify-content:center;align-items:center;gap:.6rem;margin-top:.85rem;padding:.95rem;font-size:1.15rem;font-weight:700;display:flex}.charge-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #10b98166}.charge-btn:active:not(:disabled){transform:scale(.98)}.charge-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.charge-btn-danger{background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%);box-shadow:0 4px 15px #f43f5e4d}.charge-btn-reset{margin-top:0;padding:.85rem}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.15s ease-out modalFadeIn;display:flex;position:fixed;inset:0}.modal-overlay-top{z-index:999}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-glass);overflow:hidden}.modal-content-sm{text-align:center;max-width:380px}.modal-content-receipt{max-width:440px}.modal-content-wide{max-width:640px}.modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title-row{align-items:center;gap:.5rem;display:flex}.modal-title{font-size:1.2rem;font-weight:700}.modal-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem}.modal-body{max-height:80vh;padding:1.5rem;overflow-y:auto}.modal-body-stack{flex-direction:column;gap:1.25rem;display:flex}.pin-pad-header{padding:2rem 1.5rem 1rem}.pin-shield-icon{color:#818cf8;background:#6366f126;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex;box-shadow:0 0 20px #6366f14d}.pin-title{margin-bottom:.3rem;font-size:1.35rem;font-weight:700}.pin-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem}.pin-dots-row{justify-content:center;gap:.75rem;min-height:28px;margin-bottom:1.25rem;display:flex}.pin-dot{background:var(--bg-elevated);border:1px solid var(--border-subtle);width:16px;height:16px;transition:all var(--transition-fast);border-radius:50%}.pin-dot.active{background:var(--accent-primary);box-shadow:0 0 10px var(--accent-glow)}.pin-error-box{color:var(--rose-base);justify-content:center;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.85rem;display:flex}.numpad-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem;display:grid}.numpad-btn{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);padding:1rem;font-size:1.35rem;font-weight:600}.numpad-btn:hover{border-color:var(--border-bright);background:#ffffff1a}.numpad-btn:active{transform:scale(.96)}.numpad-btn-text{font-size:1rem}.pin-shortcuts-bar{border-top:1px solid var(--border-subtle);justify-content:center;gap:.6rem;margin-top:1.5rem;padding-top:1rem;display:flex}.shift-drawer-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.shift-card{background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:.9rem}.shift-card-label{color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem}.shift-card-val{font-size:1.2rem;font-weight:700}.shift-card-val-emerald{color:#34d399;font-size:1.2rem;font-weight:700}.shift-action-block{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#0f172a80;padding:1rem}.shift-block-title{margin-bottom:.75rem;font-size:.95rem;font-weight:600}.cash-movement-grid{grid-template-columns:120px 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.variance-row{border-radius:var(--radius-sm);justify-content:space-between;margin-bottom:.85rem;padding:.6rem;font-size:.85rem;font-weight:600;display:flex}.variance-balanced{background:var(--emerald-subtle);color:#34d399}.variance-unbalanced{background:var(--rose-subtle);color:#fb7185}.error-banner{background:var(--rose-subtle);color:"#fda4af";border-radius:var(--radius-md);border:1px solid #f43f5e4d;margin-bottom:1.25rem;padding:.75rem;font-size:.85rem}.warning-banner{background:var(--amber-subtle);color:#fbbf24;border-radius:var(--radius-sm);border:1px solid #f59e0b40;gap:.5rem;margin-bottom:.75rem;padding:.6rem;font-size:.8rem;display:flex}.modifier-item-block{border-bottom:1px solid var(--border-subtle);padding-bottom:1rem}.modifier-item-header{justify-content:space-between;margin-bottom:.6rem;display:flex}.modifier-group-name{font-size:.95rem;font-weight:600}.modifier-group-meta{color:var(--text-muted);font-size:.75rem}.modifier-choices-list{flex-direction:column;gap:.4rem;display:flex}.modifier-choice-card{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:.65rem .85rem;display:flex}.modifier-choice-card.selected{border-color:var(--accent-primary);background:#6366f126}.modifier-choice-left{align-items:center;gap:.65rem;display:flex}.modifier-check-circle{border:2px solid var(--text-muted);color:#fff;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.modifier-check-circle.checked{border-color:var(--accent-primary);background:var(--accent-primary)}.modifier-check-square{border:2px solid var(--text-muted);color:#fff;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.modifier-check-square.checked{border-color:var(--accent-primary);background:var(--accent-primary)}.modifier-choice-text{color:var(--text-primary);font-size:.9rem}.modifier-choice-text.selected{color:#fff}.modifier-choice-price{color:#38bdf8;font-size:.85rem;font-weight:600}.bills-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.bill-btn{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;text-align:center;padding:.65rem .4rem;font-size:.95rem;font-weight:700}.bill-btn:hover{border-color:var(--emerald-base);color:#34d399;background:#10b98126}.payment-tabs-grid{grid-template-columns:1fr 1fr 1fr;gap:.5rem;display:grid}.payment-tab-content{flex-direction:column;align-items:center;gap:4px;padding:.75rem .5rem;display:flex}.payment-change-box{background:var(--emerald-subtle);border-radius:var(--radius-md);border:1px solid #10b98140;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.payment-change-label{color:#34d399;font-size:.95rem;font-weight:600}.payment-change-val{color:#34d399;font-size:1.35rem;font-weight:800}.receipt-paper{color:#111;border-radius:var(--radius-md);font-variant-numeric:tabular-nums;box-shadow:var(--shadow-lg);background:#fff;border:1px solid #e5e7eb;padding:1rem;font-family:Arial,Tahoma,sans-serif;font-size:.78rem;line-height:1.35}.receipt-section{border-top:1px dashed #555;padding:.55rem 0}.receipt-header{text-align:center;padding-bottom:.6rem}.receipt-restaurant-name{font-size:1.2rem;font-weight:800;line-height:1.2}.receipt-document-title{text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem;font-weight:700}.receipt-meta{border-top:1px dashed #555;padding:.55rem 0}.receipt-order-number{align-items:baseline;font-size:.9rem;font-weight:700}.receipt-order-number strong{font-size:1.35rem;line-height:1.2}.receipt-note{white-space:pre-line;overflow-wrap:anywhere}.receipt-item{padding:.3rem 0}.receipt-item+.receipt-item{border-top:1px dotted #aaa}.receipt-section-heading{border-bottom:1px solid #111;margin-bottom:.15rem;padding-bottom:.3rem}.receipt-policy{margin-top:.45rem}.receipt-subtext-dark{font-size:.78rem}.receipt-subtext-light{font-size:.72rem}.receipt-row{justify-content:space-between;gap:.5rem;padding:.08rem 0;display:flex}.receipt-row>:first-child{overflow-wrap:anywhere;min-width:0}.receipt-row>:last-child{text-align:end;overflow-wrap:anywhere;flex:none;max-width:60%}.receipt-items .receipt-row>:last-child,.receipt-totals .receipt-row>:last-child,.receipt-payment .receipt-row>:last-child{white-space:nowrap}.receipt-total-row{border-top:1px solid #111;margin-top:.35rem;padding-top:.35rem;font-size:1.05rem;font-weight:800}.receipt-footer{text-align:center;border-top:1px dashed #555;padding-top:.6rem;font-size:.72rem}.receipt-actions-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem;display:grid}@media print{@page{size:80mm 297mm;margin:4mm}html,body,.pos-app{height:auto!important;overflow:visible!important}body *{visibility:hidden!important}#pos-print-area,#pos-print-area *{visibility:visible!important}.modal-overlay,.modal-content-receipt,.modal-content-receipt .modal-body{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;height:auto!important;max-height:none!important;box-shadow:none!important;background:#fff!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}#pos-print-area{width:72mm;box-shadow:none;color:#000;-webkit-print-color-adjust:exact;print-color-adjust:exact;border:0;border-radius:0;padding:0;font-size:9pt;position:absolute;top:0;left:0}}.outbox-overview-card{border-radius:var(--radius-md);background:var(--bg-elevated);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;display:flex}.outbox-items-container{flex-direction:column;gap:.5rem;max-height:400px;display:flex;overflow-y:auto}.outbox-item-row{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.outbox-id-text{font-family:monospace;font-size:.85rem;font-weight:600}.outbox-badge-pill{border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.75rem;font-weight:700}.outbox-badge-acked{background:var(--emerald-subtle);color:#34d399}.outbox-badge-sending{background:var(--sky-subtle);color:#38bdf8}.outbox-badge-pending{background:var(--amber-subtle);color:#fbbf24}.customer-selected-box{border:1px solid var(--accent-primary);border-radius:var(--radius-md);background:#6366f126;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.customer-items-list{flex-direction:column;gap:.5rem;max-height:300px;display:flex;overflow-y:auto}.customer-item-card{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.customer-item-phone{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.loading-splash{color:#fff;background:#080c14;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100vh;display:flex}.loading-spinner-circle{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}.loading-title-text{font-size:1.1rem;font-weight:600}.loading-subtitle-text{color:var(--text-secondary);font-size:.85rem}:root{--bg-base:#0b1020;--bg-surface:#11182b;--bg-elevated:#202941;--bg-card:#192238;--border-subtle:#273149;--border-bright:#43506e;--text-primary:#f5f6fc;--text-secondary:#aeb8cd;--text-muted:#8390a8;--accent-primary:#5267e8;--accent-primary-hover:#4155d3;--header-height:62px}body{overflow:hidden}button,input{font:inherit}button:focus-visible,input:focus-visible{outline-offset:2px;outline:2px solid #a5b4fc}.pos-app{background:var(--bg-base);height:100dvh;min-height:0}.pos-header{flex:0 0 var(--header-height);-webkit-backdrop-filter:none;backdrop-filter:none;background:#0d1425;gap:1rem;padding:0 1.1rem}.pos-header .header-left,.pos-header .header-right{gap:.55rem;min-width:0}.pos-header .header-right{margin-inline-start:auto}.brand-badge{white-space:nowrap;min-width:0;font-size:.96rem;font-weight:650}.brand-badge>span{text-overflow:ellipsis;overflow:hidden}.brand-icon{width:31px;height:31px;box-shadow:none;background:#253b9b;border-radius:7px;flex:none}.terminal-pill{white-space:nowrap;text-overflow:ellipsis;border:0;border-inline-start:1px solid var(--border-subtle);background:0 0;border-radius:0;max-width:220px;padding-inline-start:.8rem;overflow:hidden}.terminal-pill span:first-child{text-overflow:ellipsis;overflow:hidden}.status-badge{border-radius:6px;flex:none;padding:.36rem .65rem;font-size:.73rem}.status-dot{width:6px;height:6px;box-shadow:none}.header-btn{white-space:nowrap;background:#182137;border-radius:7px;min-height:36px;padding:.45rem .65rem;font-size:.76rem}.pos-workspace{flex:1;grid-template-columns:minmax(0,1fr) clamp(340px,29vw,410px);height:auto;min-height:0}.catalog-section,.ticket-section{min-width:0;height:auto;min-height:0}.catalog-section{border-inline-end:1px solid var(--border-subtle);background:#11182b;border-right:0}.ticket-section{background:#131a2c;border:0}.catalog-toolbar{flex:none;justify-content:space-between;align-items:end;padding:1.1rem 1.25rem .25rem}.catalog-heading h1{letter-spacing:-.02em;font-size:1.35rem;font-weight:650;line-height:1.25}.catalog-eyebrow,.ticket-eyebrow{color:#9aa8c2;margin-bottom:.18rem;font-size:.7rem;font-weight:550;display:block}.catalog-count,.ticket-item-count{color:var(--text-secondary);white-space:nowrap;font-size:.73rem}.catalog-search-row{padding:.85rem 1.25rem .55rem}.search-input-wrapper{display:block}.search-input{background:#1b2439;border-color:#303b55;border-radius:7px;min-height:39px;font-size:.84rem}.search-icon-pos{color:#8c9ab4}.catalog-scroll{overscroll-behavior:contain;flex:1;min-height:0;padding:0 1.25rem 1.4rem;overflow-y:auto}.catalog-group-heading{align-items:baseline;gap:.5rem;margin:.68rem 0 .6rem;font-size:.84rem;font-weight:650;display:flex}.catalog-group-count{color:var(--text-muted);font-size:.69rem;font-weight:500}.category-grid{border:0;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:.48rem;min-width:0;margin:0;padding:0;display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.category-tile{text-align:start;color:#fff;cursor:pointer;border:1px solid #0000;border-radius:7px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0;min-height:83px;padding:.7rem .76rem;transition:transform .15s,border-color .15s,filter .15s;display:flex;position:relative}.category-tile:hover{filter:brightness(1.12);transform:translateY(-2px)}.category-tile.active{border-color:#f3f4ff;box-shadow:inset 0 0 0 1px #f3f4ff}.category-tile svg,.category-glyph{opacity:.9}.category-glyph{font-size:1rem;font-weight:650;line-height:1;display:block}.category-name{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 20px);font-size:.86rem;font-weight:650;display:block;overflow:hidden}.category-tile-count{inset-inline-end:.7rem;opacity:.75;font-size:.69rem;position:absolute;bottom:.67rem}.color-all{background:#344c9f}.color-indigo{background:#5150a1}.color-teal{background:#147f80}.color-coral{background:#b46273}.color-violet{background:#654aa0}.color-blue{background:#3563a4}.color-amber{background:#a97043}.products-heading{border-top:1px solid var(--border-subtle);margin-top:1.15rem;padding-top:.8rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-content:start;gap:.48rem;padding:0;display:grid;overflow:visible}.product-card{text-align:start;-webkit-backdrop-filter:none;backdrop-filter:none;background:#1c253b;border:1px solid #2c3650;border-radius:7px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem;min-height:74px;padding:.54rem .58rem;display:flex}.product-card:before{display:none}.product-card:hover{box-shadow:none;background:#25304c;border-color:#6172a1;transform:none}.product-card:active{transform:scale(.985)}.product-thumb{color:#aab9dd;background:#313d5a;border-radius:5px;flex:none;place-items:center;width:48px;height:48px;display:grid;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.product-info{flex-direction:column;flex:1;justify-content:center;align-self:stretch;gap:.22rem;min-width:0;display:flex}.product-name{-webkit-line-clamp:2;color:#f2f4fb;-webkit-box-orient:vertical;margin:0;font-size:.81rem;font-weight:550;line-height:1.28;display:-webkit-box;overflow:hidden}.product-price{color:#bac8ff;letter-spacing:0;font-size:.78rem;font-weight:650}.currency-symbol-subtle{color:#9aa8c2;font-size:.69rem}.product-add{color:#d8def5;background:#2b3650;border-radius:5px;flex:none;place-items:center;width:26px;height:26px;display:grid}.catalog-empty{min-height:130px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.7rem;font-size:.86rem;display:flex}.ticket-header{background:#151d31;flex:none;padding:.95rem 1rem .8rem}.ticket-title-row{justify-content:space-between;align-items:end;margin-bottom:.8rem;display:flex}.ticket-title-row h2{font-size:1.08rem;font-weight:650}.mode-selector{background:#0d1425;border-radius:7px;gap:.2rem}.mode-btn{border-radius:5px;min-height:35px;font-size:.75rem}.mode-btn.active{color:#fff;box-shadow:none;background:#2b3d85}.ticket-meta-bar{margin-top:.65rem}.table-input-wrapper{flex:0 0 88px;min-width:0}.table-input,.customer-btn{background:#202a42;border-color:#34405a;border-radius:6px;min-height:36px;font-size:.76rem}.table-input{width:100%}.customer-btn{min-width:0}.customer-btn-inner{align-items:center;gap:.35rem;min-width:0;display:flex}.customer-label-truncate{min-width:0}.ticket-lines{gap:.45rem;min-height:0;padding:.72rem 1rem}.ticket-empty{text-align:center;min-height:160px}.ticket-item{background:#1d263a;border-color:#303a51;border-radius:7px;gap:.45rem;padding:.7rem}.ticket-item-name{min-width:0;padding-inline-end:.5rem;font-size:.82rem;line-height:1.35}.ticket-item-total{color:#e3e8fa;flex:none;font-size:.79rem}.stepper-btn{width:29px;height:29px}.ticket-delete-btn{place-items:center;min-width:30px;min-height:30px;display:grid}.ticket-footer{padding:.85rem 1rem max(.85rem, env(safe-area-inset-bottom));background:#151d31;flex:none}.summary-row{margin-bottom:.3rem;font-size:.76rem}.summary-row.total{margin-top:.45rem;padding-top:.55rem;font-size:.94rem}.summary-total-val{color:#d6ddff}.charge-btn{min-height:45px;box-shadow:none;background:#465fdf;border-radius:7px;margin-top:.7rem;padding:.7rem;font-size:.94rem}.charge-btn:hover:not(:disabled){box-shadow:none;background:#566eef;transform:none}.mobile-cart-trigger,.mobile-catalog-back{display:none}@media (width<=1100px){.pos-header .terminal-pill,.pos-header .header-btn span{display:none}.pos-header .header-btn{justify-content:center;width:36px;padding:0}.pos-workspace{grid-template-columns:minmax(0,1fr) 330px}.category-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr))}.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media (width<=760px){:root{--header-height:54px}.pos-header{gap:.45rem;padding:0 .7rem}.brand-badge{max-width:min(41vw,220px);font-size:.82rem}.brand-icon{width:28px;height:28px}.pos-header .header-left,.pos-header .header-right{gap:.3rem}.pos-header .status-badge{padding:.28rem .4rem;font-size:0}.pos-header .status-dot{width:8px;height:8px}.pos-header .header-btn{width:33px;min-height:33px}.pos-header .header-right .header-btn:nth-child(3),.pos-header .header-right .header-btn:nth-child(4){display:none}.pos-workspace{min-height:0;display:block;position:relative;overflow:hidden}.catalog-section,.ticket-section{border:0;width:100%;height:100%}.catalog-toolbar{padding:.85rem .9rem .1rem}.catalog-search-row{padding:.65rem .9rem .4rem}.catalog-scroll{padding:0 .9rem 5.8rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(115px,1fr))}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.ticket-section{display:none}.mobile-cart-trigger{z-index:50;inset-inline:.7rem;bottom:max(.65rem, env(safe-area-inset-bottom));color:#fff;cursor:pointer;background:#465fdf;border:1px solid #697cf4;border-radius:9px;align-items:center;gap:.6rem;min-height:54px;padding:0 1rem;font-weight:650;display:flex;position:fixed;box-shadow:0 8px 25px #070b16a8}.mobile-cart-trigger strong{margin-inline-start:auto;font-size:.86rem}.mobile-cart-count{background:#ffffff2e;border-radius:11px;place-items:center;min-width:21px;height:21px;margin-inline-start:.2rem;padding:0 .25rem;font-size:.7rem;display:inline-grid}.mobile-cart-open .catalog-section,.mobile-cart-open .mobile-cart-trigger{display:none}.mobile-cart-open .ticket-section{height:calc(100% - 43px);display:flex}.mobile-cart-open .mobile-catalog-back{color:#c8d2ec;border:0;border-bottom:1px solid var(--border-subtle);cursor:pointer;text-align:start;background:#10182a;align-items:center;gap:.5rem;width:100%;height:43px;padding:0 1rem;display:flex}.ticket-lines{padding-bottom:1rem}}@media (width<=430px){.pos-header .header-right .header-btn:nth-child(2){display:none}.brand-badge{max-width:36vw}.catalog-heading h1{font-size:1.2rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:1fr}.ticket-header{padding:.75rem .8rem}.ticket-lines,.ticket-footer{padding-inline:.8rem}}@media (height<=680px) and (width>=761px){.catalog-toolbar{padding-top:.65rem}.catalog-search-row{padding-top:.45rem}.category-tile{min-height:72px}.ticket-header{padding-top:.65rem}.ticket-footer{padding-top:.55rem;padding-bottom:.55rem}}.category-glyph{border-radius:4px;place-items:center;width:21px;height:21px;display:grid;position:relative;overflow:hidden}.category-glyph img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.category-name{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:calc(100% - 19px);line-height:1.13;display:-webkit-box}.product-thumb{color:#fff;font-size:1rem;font-weight:700}.product-thumb.color-indigo{background:#454787}.product-thumb.color-teal{background:#1b7377}.product-thumb.color-coral{background:#a45868}.product-thumb.color-violet{background:#5d498b}.product-thumb.color-blue{background:#335a90}.product-thumb.color-amber{background:#966a42}.enrollment-page{background:radial-gradient(circle at 25% 0,#1b2b57,#0b1020 45%);place-items:center;min-height:100dvh;padding:1.25rem;display:grid;overflow-y:auto}.enrollment-card{background:#151d31;border:1px solid #34405e;border-radius:14px;width:min(100%,440px);padding:clamp(1.25rem,4vw,2rem);box-shadow:0 18px 50px #05081780}.enrollment-mark{color:#fff;background:#344c9f;border-radius:9px;place-items:center;width:42px;height:42px;margin-bottom:1rem;display:grid}.enrollment-eyebrow{color:#aab8d9;font-size:.72rem;font-weight:650}.enrollment-card h1{margin:.3rem 0 .55rem;font-size:1.45rem;line-height:1.2}.enrollment-intro{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.enrollment-form{flex-direction:column;gap:.55rem;margin-top:1.3rem;display:flex}.enrollment-form label{color:#dfe5f4;margin-top:.45rem;font-size:.8rem;font-weight:600}.enrollment-form input{color:#fff;background:#202a42;border:1px solid #3c4862;border-radius:7px;outline:0;width:100%;min-height:42px;padding:.6rem .75rem;font-size:.9rem}.enrollment-form input:focus{border-color:#8292f4}.enrollment-submit{color:#fff;cursor:pointer;background:#465fdf;border:0;border-radius:7px;justify-content:center;align-items:center;gap:.55rem;min-height:44px;margin-top:.65rem;font-size:.9rem;font-weight:700;display:flex}.enrollment-submit:disabled{opacity:.5;cursor:not-allowed}.enrollment-location{background:#1d263c;border:1px solid #34405e;border-radius:7px;justify-content:space-between;gap:1rem;padding:.65rem .75rem;font-size:.78rem;display:flex}.enrollment-location span,.enrollment-terminal-id{color:var(--text-muted)}.enrollment-location strong{overflow-wrap:anywhere;font-weight:600}.enrollment-note{color:#b5c1d9;align-items:center;gap:.4rem;font-size:.77rem;display:flex}.enrollment-warning,.enrollment-error{color:#ffdc8a;background:#3a2b1c;border:1px solid #745c30;border-radius:7px;margin-top:.8rem;padding:.7rem .8rem;font-size:.8rem;line-height:1.45}.enrollment-error{color:#ffd1d9;background:#3a202e;border-color:#8b3f50}.enrollment-terminal-id{overflow-wrap:anywhere;font-size:.68rem}.enrollment-links{justify-content:space-between;gap:1rem;margin-top:1.2rem;font-size:.78rem;display:flex}.enrollment-links a{color:#bac8ff;text-underline-offset:2px;text-decoration:underline}.pin-submit{margin-top:1rem}.enrollment-retry{color:#ffe1e7;cursor:pointer;background:0 0;border:0;margin-top:.45rem;padding:0;font-size:.8rem;font-weight:650;text-decoration:underline;display:block}
