@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--font-family: "Inter", system-ui, -apple-system, sans-serif;--color-green: #10b981;--color-orange: #f59e0b;--color-blue: #3b82f6;--color-red: #ef4444;--color-green-light: #d1fae5;--color-orange-light: #fef3c7;--color-blue-light: #dbeafe;--color-red-light: #fee2e2;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px}:root{--color-bg: #f9fafb;--color-surface: #ffffff;--color-text: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .05), 0 4px 6px -4px rgb(0 0 0 / .05)}@media(prefers-color-scheme:dark){:root{--color-bg: #111827;--color-surface: #1f2937;--color-text: #f9fafb;--color-text-muted: #9ca3af;--color-border: #374151;--color-green-light: #064e3b;--color-orange-light: #78350f;--color-blue-light: #1e3a8a;--color-red-light: #7f1d1d;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .5);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .4), 0 2px 4px -2px rgb(0 0 0 / .4);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4), 0 4px 6px -4px rgb(0 0 0 / .4)}}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}:root{--app-bg: #f3f4f6;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .07);--primary: #4F46E5;--primary-hover: #4338ca;--text-main: #1f2937;--text-muted: #6b7280;--radius-lg: 16px;--radius-xl: 24px;--pos-green: #16a36a;--pos-green-soft: #eaf8f1;--pos-ink: #182230;--pos-muted: #667085;--pos-line: #e4e9ef}body{font-family:Inter,sans-serif;background-color:var(--app-bg);color:var(--text-main);margin:0}.pos-nav-icon-wrap{position:relative;display:inline-flex;flex:0 0 auto}.pos-nav-pending-badge{min-width:22px;height:22px;margin-left:auto;padding:0 6px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:800;line-height:1;box-shadow:0 3px 9px #b91c1c47}.pos-nav-pending-badge.is-collapsed{position:absolute;top:-10px;right:-13px;margin-left:0}.pos-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.settings-page,.sales-monitor-page{min-width:0;min-height:100%;box-sizing:border-box;padding:28px clamp(20px,3vw,40px)}.settings-header,.sales-monitor-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.settings-header>div,.sales-monitor-header h1{display:flex;align-items:center;gap:12px}.settings-header h1,.sales-monitor-header h1{margin:0;color:var(--pos-ink)}.settings-header p,.sales-monitor-header p{margin:5px 0 0;color:var(--pos-muted)}.settings-layout{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:24px}.settings-tabs{display:flex;flex-direction:column;gap:8px}.settings-tabs button{display:flex;align-items:center;gap:10px;padding:13px 16px;border:0;border-radius:12px;color:var(--pos-muted);background:transparent;font:inherit;font-weight:600;cursor:pointer;text-align:left}.settings-tabs button.is-active{color:#fff;background:var(--primary)}.settings-panel{min-width:0;padding:28px;border-radius:20px;background:#fff;border:1px solid var(--pos-line)}.settings-panel h2{margin-top:0}.settings-feedback{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#ecfdf5;color:#047857}.settings-feedback.is-error{background:#fef2f2;color:#b91c1c}.shift-status-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px;border:1px solid var(--pos-line);border-radius:15px;background:#f8fafc}.shift-status-card.is-open{border-color:#86efac;background:#f0fdf4}.shift-status-card h3,.shift-status-card p{margin:0}.shift-status-card p{margin-top:4px;color:var(--pos-muted)}.shift-cut-note{padding:12px 0;color:var(--pos-muted)}.shift-form-grid{max-width:720px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px}.shift-form-grid label,.sales-monitor-filters label{display:flex;flex-direction:column;gap:7px;font-weight:600;color:var(--pos-ink)}.shift-form-grid input,.shift-form-grid select,.sales-monitor-filters input,.sales-monitor-filters select{min-width:0;box-sizing:border-box;padding:10px 12px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:var(--pos-ink);font:inherit}.shift-closure-summary{margin-top:24px;padding:20px;border-radius:15px;background:#f8fafc;border:1px solid var(--pos-line)}.shift-closure-summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shift-closure-summary dl div{padding:12px;border-radius:10px;background:#fff}.shift-closure-summary dt{color:var(--pos-muted);font-size:.82rem}.shift-closure-summary dd{margin:4px 0 0;font-weight:700}.sales-monitor-header h1{font-size:1.8rem}.sales-monitor-timezone{white-space:nowrap;color:var(--pos-muted);font-size:.85rem}.sales-monitor-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:14px;align-items:end;padding:18px;border:1px solid var(--pos-line);border-radius:16px;background:#fff}.sales-monitor-state{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:28px;border-radius:15px;background:#fff}.sales-monitor-state.is-error{color:#b91c1c;flex-direction:column}.sales-monitor-spin{animation:pco004-spin 1s linear infinite}@keyframes pco004-spin{to{transform:rotate(360deg)}}.sales-monitor-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:14px;margin-top:20px}.sales-monitor-card{min-width:0;padding:18px;border:1px solid var(--pos-line);border-radius:15px;background:#fff;color:var(--pos-ink);text-align:left;cursor:pointer}.sales-monitor-card span,.sales-monitor-card strong,.sales-monitor-card small{display:block}.sales-monitor-card strong{margin:10px 0;font-size:1.2rem;overflow-wrap:anywhere}.sales-monitor-card small{color:var(--primary);font-weight:700}.sales-monitor-card:focus-visible{outline:3px solid #a5b4fc;outline-offset:2px}.sales-monitor-counts{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.sales-monitor-counts span{padding:8px 12px;border-radius:999px;background:#eef2ff;color:#3730a3}.sales-monitor-breakdowns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sales-monitor-breakdown,.sales-monitor-drill{min-width:0;padding:18px;border:1px solid var(--pos-line);border-radius:16px;background:#fff}.sales-monitor-breakdown h2,.sales-monitor-drill h2{margin:0 0 14px;font-size:1.1rem}.sales-monitor-drill{margin-top:18px}.sales-monitor-drill-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sales-monitor-table-scroll{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.sales-monitor-table-scroll table{width:100%;min-width:720px;border-collapse:collapse}.sales-monitor-table-scroll th,.sales-monitor-table-scroll td{padding:10px;border-bottom:1px solid var(--pos-line);text-align:left;white-space:nowrap}.sales-monitor-table-scroll th{color:var(--pos-muted);font-size:.78rem;text-transform:uppercase}@media(max-width:1100px){.settings-layout{grid-template-columns:1fr}.settings-tabs{flex-direction:row;flex-wrap:wrap}.sales-monitor-breakdowns{grid-template-columns:1fr}}@media(max-width:720px){.settings-page,.sales-monitor-page{padding:18px 14px}.settings-header,.sales-monitor-header{align-items:flex-start;flex-direction:column}.settings-panel{padding:18px}.shift-form-grid,.shift-closure-summary dl{grid-template-columns:1fr}.shift-status-card{align-items:stretch;flex-direction:column}}.pos-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc;background-image:radial-gradient(at 0% 0%,hsla(253,16%,7%,.05) 0,transparent 50%),radial-gradient(at 50% 0%,hsla(225,39%,30%,.05) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(339,49%,30%,.05) 0,transparent 50%)}.pos-main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:32px}.pos-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.pos-dashboard-title{font-size:2.25rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em;margin-bottom:6px;margin-top:0}.pos-dashboard-date{font-size:1rem;color:var(--text-muted);font-weight:500}.pos-categories{display:flex;gap:16px;margin-bottom:32px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.2) transparent}.pos-categories::-webkit-scrollbar{height:6px;display:block}.pos-categories::-webkit-scrollbar-track{background:transparent}.pos-categories::-webkit-scrollbar-thumb{background-color:#6366f133;border-radius:10px}.pos-categories::-webkit-scrollbar-thumb:hover{background-color:var(--primary)}.pos-category-btn{padding:12px 24px;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);font-size:1rem;font-weight:600;color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d}.pos-category-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a;color:var(--primary)}.pos-category-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 15px -3px #4f46e566}.pos-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.pos-product-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-lg);padding:16px;cursor:pointer;transition:all .3s ease;box-shadow:var(--glass-shadow);display:flex;flex-direction:column;gap:16px}.pos-product-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#4f46e54d}.pos-product-image-wrapper{width:100%;border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:1}.pos-product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pos-product-card:hover .pos-product-image{transform:scale(1.1)}.pos-product-info{display:flex;flex-direction:column;gap:6px}.pos-product-title{font-size:1.15rem;font-weight:700;color:var(--text-main);line-height:1.3}.pos-product-price{font-size:1.05rem;font-weight:600;color:var(--primary)}.pos-order-sidebar{width:400px;background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.6);box-shadow:-10px 0 30px #00000008;display:flex;flex-direction:column;z-index:10}.pos-order-header{padding:32px 28px 24px;font-size:1.5rem;font-weight:700;color:var(--text-main);display:flex;justify-content:space-between;align-items:center}.pos-order-items{flex:1;overflow-y:auto;padding:0 28px;display:flex;flex-direction:column;gap:20px}.pos-order-item{display:flex;align-items:center;gap:16px;background:#fff;padding:12px;border-radius:var(--radius-lg);box-shadow:0 2px 10px #00000005;border:1px solid rgba(0,0,0,.03);transition:transform .2s}.pos-order-item:hover{transform:translate(-4px)}.pos-order-item-img{width:64px;height:64px;border-radius:12px;object-fit:cover}.pos-order-item-details{flex:1}.pos-order-item-title{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:6px}.pos-order-item-price{font-size:.95rem;font-weight:600;color:var(--primary)}.pos-order-item-actions{display:flex;align-items:center;gap:12px;background:var(--app-bg);padding:6px;border-radius:30px}.pos-order-item-actions button{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;box-shadow:0 2px 5px #0000001a;color:var(--text-main);transition:all .2s}.pos-order-item-actions button:hover{background:var(--primary);color:#fff}.pos-order-item-actions span{font-weight:600;font-size:.95rem;min-width:16px;text-align:center}.pos-order-footer{padding:28px;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -10px 20px #00000008}.pos-order-summary-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:1.05rem;color:var(--text-muted);font-weight:500}.pos-order-summary-row span:last-child{color:var(--text-main);font-weight:600}.pos-order-summary-total{font-weight:800;font-size:1.5rem;margin-top:20px;margin-bottom:24px;padding-top:20px;border-top:1px dashed rgba(0,0,0,.1)}.orders-history-page{width:100%;max-width:1600px;margin:0 auto;padding:28px 24px 32px;box-sizing:border-box}.orders-history-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.orders-history-header h1{margin:0 0 7px;color:var(--pos-ink);font-size:2.15rem;line-height:1.1;letter-spacing:-.035em}.orders-history-header p{margin:0;color:#64748b;font-size:1rem}.orders-history-toolbar{display:flex;gap:10px;align-items:center}.orders-history-filters,.orders-history-reopen,.orders-history-reopen-queue,.orders-history-reopen-request{display:grid;gap:10px}.orders-history-filters{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;margin:0 0 16px;padding:12px;border:1px solid #dde5ee;border-radius:12px;background:#fff}.orders-history-filters label,.orders-history-reopen label,.orders-history-reopen-request label{display:grid;gap:4px;color:#475569;font-size:.8rem;font-weight:600}.orders-history-filters input,.orders-history-filters select,.orders-history-reopen textarea,.orders-history-reopen-request textarea{width:100%;box-sizing:border-box;padding:8px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;font:inherit}.orders-history-reopen textarea,.orders-history-reopen-request textarea{min-height:64px;resize:vertical}.orders-history-pagination{padding:12px;border-top:1px solid #edf1f5}.orders-history-snapshot{display:grid;gap:4px;padding:10px;border-radius:8px;background:#f8fafc;color:#475569;font-size:.8rem}.orders-history-reopen-queue{margin-top:16px;padding:16px!important;overflow:visible;background:#102a43!important;color:#f8fafc}.orders-history-reopen-queue h2,.orders-history-reopen-queue strong,.orders-history-reopen-queue span{color:#f8fafc}.orders-history-reopen-queue h2{margin:0;font-size:1.1rem}.orders-history-reopen-queue>p,.orders-history-reopen-queue p,.orders-history-reopen-queue label{color:#dbeafe}.orders-history-reopen-queue>p{margin:0}.orders-history-reopen-request{padding:12px;border:1px solid #365f7f;border-radius:10px;background:#173b5d}.orders-history-reopen-request p{margin:0;font-size:.86rem}.orders-history-reopen-queue textarea{color:#0f172a;background:#fff}.orders-history-reopen-request>div{display:flex;gap:8px}.orders-history-correction,.orders-history-correction-lines,.orders-history-correction-dispositions,.orders-history-correction-settlement,.orders-history-correction-success{display:grid;gap:12px}.orders-history-correction>p{margin:0;color:#475569}.orders-history-correction-lines{max-height:290px;overflow:auto}.orders-history-correction-line,.orders-history-correction-add,.orders-history-correction-actions{display:flex;gap:10px;align-items:center;justify-content:space-between}.orders-history-correction-line{padding:10px;border:1px solid #dbe3ec;border-radius:8px}.orders-history-correction-line>div:first-child{display:grid;gap:3px}.orders-history-correction-line small{color:#64748b}.orders-history-correction-quantity{display:flex;gap:6px;align-items:center}.orders-history-correction-quantity button,.orders-history-correction-quantity output{min-height:32px}.orders-history-correction-quantity output{min-width:28px;text-align:center;font-weight:700}.orders-history-correction-add,.orders-history-correction-dispositions,.orders-history-correction-settlement{padding:12px;border:1px solid #dbe3ec;border-radius:8px}.orders-history-correction label{display:grid;gap:5px;color:#475569;font-weight:600;font-size:.86rem}.orders-history-correction select,.orders-history-correction textarea{width:100%;box-sizing:border-box;padding:8px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;font:inherit}.orders-history-correction textarea{min-height:70px;resize:vertical}.orders-history-correction-success{padding:12px;border:1px solid #86efac;border-radius:8px;background:#f0fdf4;color:#166534}.orders-history-corrections{display:grid;gap:8px;padding:12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}.orders-history-corrections article{display:flex;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid #bfdbfe}.orders-history-corrections article>div{display:grid;gap:3px}.orders-history-corrections article>div:last-child{text-align:right}.orders-history-corrections small,.orders-history-corrections span{color:#475569}@media(max-width:700px){.orders-history-correction-line,.orders-history-correction-add,.orders-history-correction-actions{align-items:stretch;flex-direction:column}.orders-history-correction-quantity{flex-wrap:wrap;justify-content:flex-start}.orders-history-corrections article{flex-direction:column}.orders-history-corrections article>div:last-child{text-align:left}}.orders-history-refresh{border:1px solid #dbe3ec!important;background:#fff!important;color:var(--pos-ink)!important;box-shadow:none!important}.orders-history-refresh:hover{border-color:#bbf7d0!important;background:#f8fcfa!important}.orders-history-search{position:relative;display:block}.orders-history-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.orders-history-search input{width:240px;min-height:42px;padding:10px 14px 10px 38px;border:1px solid #dbe3ec;border-radius:11px;background:#fff;color:var(--pos-ink);font:inherit;outline:none}.orders-history-search input:focus{border-color:#4ade80;box-shadow:0 0 0 3px #22c55e1f}.orders-history-error,.orders-history-inline-error{color:#b91c1c;font-size:.86rem}.orders-history-error{margin:-8px 0 16px;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2}.orders-history-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,390px);gap:16px;align-items:start}.orders-history-list{min-width:0;padding:0!important;overflow:hidden;border:1px solid #dde5ee!important;border-radius:14px!important;background:#fff!important;box-shadow:0 1px 2px #0f172a08!important}.orders-history-table-scroll{overflow-x:auto}.orders-history-list table{width:100%;border-collapse:collapse;text-align:left}.orders-history-list thead{background:#f8fafc;border-bottom:1px solid #dde5ee}.orders-history-list th{padding:14px 16px;color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.orders-history-list td{padding:16px;color:var(--pos-ink);font-size:.88rem;vertical-align:middle}.orders-history-list tbody tr{border-bottom:1px solid #edf1f5;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease;outline:none}.orders-history-list tbody tr:last-child{border-bottom:0}.orders-history-list tbody tr:hover{background:#f8fcfa}.orders-history-list tbody tr:focus-visible{box-shadow:inset 0 0 0 2px #22c55e}.orders-history-list tbody tr.is-selected{background:#ecfdf5;box-shadow:inset 3px 0 #22c55e}.orders-history-folio{font-weight:750;white-space:nowrap}.orders-history-compact-meta{display:none;margin-top:3px;color:#64748b;font-size:.64rem;white-space:nowrap}.orders-history-date-cell{white-space:nowrap}.orders-history-date-cell svg{display:inline-block;margin-right:5px;vertical-align:-2px}.orders-history-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border:1px solid;border-radius:999px;font-size:.7rem;font-weight:750;line-height:1;white-space:nowrap}.orders-history-total{text-align:right;font-weight:800;white-space:nowrap}.orders-history-list-state,.orders-history-detail-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a3b8;text-align:center}.orders-history-list-state{min-height:260px;padding:40px}.orders-history-spin{animation:orders-history-spin .9s linear infinite}@keyframes orders-history-spin{to{transform:rotate(360deg)}}.orders-history-detail{position:sticky;top:24px;display:flex;flex-direction:column;min-height:min(680px,calc(100vh - 48px));max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #dde5ee;border-radius:14px;background:#fff;box-shadow:0 10px 28px #0f172a0f}.orders-history-detail-state{flex:1;min-height:500px;padding:36px}.orders-history-detail-state strong{max-width:250px;color:#334155;font-size:.96rem}.orders-history-detail-state>span:last-of-type{max-width:280px;font-size:.78rem;line-height:1.5}.orders-history-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#f1f5f9;color:#94a3b8}.orders-history-detail-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #edf1f5}.orders-history-detail-header span,.orders-history-order-meta span:first-child{display:block;margin-bottom:2px;color:#64748b;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.orders-history-detail-header h2{margin:0;color:var(--pos-ink);font-size:1.12rem}.orders-history-detail-header button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#64748b;cursor:pointer}.orders-history-detail-header button:hover{background:#f8fafc;color:var(--pos-ink)}.orders-history-detail-scroll{flex:1;overflow-y:auto;padding:16px 18px 18px}.orders-history-order-meta,.orders-history-customer,.orders-history-lines,.orders-history-summary,.orders-history-payment{border-bottom:1px solid #edf1f5}.orders-history-order-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px}.orders-history-order-meta strong{color:var(--pos-ink);font-size:.9rem}.orders-history-customer{display:grid;gap:3px;padding:14px 0}.orders-history-customer strong{color:var(--pos-ink);font-size:.9rem}.orders-history-customer span,.orders-history-customer small{color:#64748b;font-size:.75rem}.orders-history-lines{padding:14px 0}.orders-history-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.orders-history-section-title>span{color:var(--pos-ink);font-size:.82rem;font-weight:750}.orders-history-section-title small{color:#64748b;font-size:.7rem}.orders-history-line{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 0}.orders-history-line-quantity{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:750}.orders-history-line>div{display:grid;min-width:0;gap:2px}.orders-history-line strong{color:var(--pos-ink);font-size:.78rem}.orders-history-line>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-history-line small{color:#64748b;font-size:.68rem}.orders-history-summary{display:grid;gap:8px;padding:14px 0}.orders-history-summary>div{display:flex;justify-content:space-between;gap:12px;color:#64748b;font-size:.75rem}.orders-history-summary-total{margin-top:2px;padding-top:10px;border-top:1px solid #e2e8f0;color:var(--pos-ink)!important;font-size:.98rem!important}.orders-history-paid-method{align-items:center;justify-content:flex-start!important;margin-top:4px;padding:9px 10px;border-radius:8px;background:#ecfdf5;color:#047857!important;font-weight:650}.orders-history-payment{padding:14px 0}.orders-history-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.orders-history-payment-grid button{display:flex;align-items:center;gap:7px;min-height:54px;padding:8px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#475569;text-align:left;cursor:pointer}.orders-history-payment-grid button:hover{border-color:#86efac}.orders-history-payment-grid button.is-selected{border-color:#22c55e;background:#ecfdf5;color:#047857;box-shadow:0 0 0 1px #22c55e}.orders-history-payment-grid button>span{display:grid;min-width:0;gap:1px}.orders-history-payment-grid strong{font-size:.72rem}.orders-history-payment-grid small{overflow:hidden;color:#64748b;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.orders-history-inline-error,.orders-history-block-reason{margin:12px 0 0;padding:9px 10px;border-radius:8px}.orders-history-inline-error{border:1px solid #fecaca;background:#fef2f2}.orders-history-block-reason{background:#f8fafc;color:#64748b;font-size:.72rem;line-height:1.45}.orders-history-detail-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;padding:14px 18px 18px;border-top:1px solid #edf1f5;background:#fff}.orders-history-detail-actions button{justify-content:center;min-height:42px}.orders-history-edit-action{border:1px solid #dbe3ec!important;background:#fff!important;color:var(--pos-ink)!important;box-shadow:none!important}.orders-history-confirm-action{border-color:#22a864!important;background:#22a864!important;color:#fff!important;box-shadow:none!important}.orders-history-confirm-action:hover{border-color:#168653!important;background:#168653!important}@media(max-width:1450px){.orders-history-type-cell,.orders-history-date-cell{display:none}.orders-history-compact-meta{display:block}}@media(max-width:1100px){.orders-history-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-history-layout{grid-template-columns:minmax(0,1fr)}.orders-history-detail{position:static;min-height:520px;max-height:none}.orders-history-detail-state{min-height:420px}}@media(max-width:760px){.orders-history-filters{grid-template-columns:1fr}.orders-history-page{padding:20px 14px 28px}.orders-history-header,.orders-history-toolbar{align-items:stretch;flex-direction:column}.orders-history-search input{width:100%;box-sizing:border-box}.orders-history-list th:nth-child(2),.orders-history-list td:nth-child(2){display:none}.orders-history-list th,.orders-history-list td{padding:13px 10px}}.pos-order-summary-total span{color:var(--text-main)!important}.pos-order-summary-total span:last-child{color:var(--primary)!important}.pos-pay-btn{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#fff;border:none;border-radius:var(--radius-lg);padding:20px;width:100%;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px #4f46e54d;display:flex;align-items:center;justify-content:center;gap:12px}.pos-pay-btn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #4f46e566}.pos-pay-btn:active{transform:translateY(1px)}.pos-sale-screen{--pos-green: #16a36a;--pos-green-soft: #eaf8f1;--pos-ink: #182230;--pos-muted: #667085;--pos-line: #e4e9ef;width:100%;height:100%;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#f4f6f8;color:var(--pos-ink)}.pos-sale-header{min-height:66px;padding:0 22px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,430px) minmax(150px,1fr);align-items:center;gap:20px;background:#fff;border-bottom:1px solid var(--pos-line)}.pos-sale-brand,.pos-sale-brand>div,.pos-sale-search,.pos-sale-cart-heading,.pos-sale-cart-heading>div,.pos-sale-products-heading>div,.pos-sale-complements-header>div,.pos-payment-heading>div{display:flex}.pos-sale-brand{align-items:center;gap:10px}.pos-sale-brand>div,.pos-sale-cart-heading>div,.pos-sale-products-heading>div,.pos-sale-complements-header>div,.pos-payment-heading>div{flex-direction:column;gap:2px}.pos-sale-brand strong{font-size:18px;letter-spacing:-.02em}.pos-sale-brand small,.pos-sale-products-heading span,.pos-sale-cart-heading span,.pos-sale-complements-header span,.pos-payment-heading span{color:var(--pos-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.pos-sale-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--pos-green);color:#fff;font-size:17px;font-weight:800}.pos-sale-search{height:42px;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--pos-line);border-radius:11px;color:#98a2b3;background:#fff}.pos-sale-search:focus-within{border-color:#61c99a;box-shadow:0 0 0 3px #16a36a1a}.pos-sale-search input{width:100%;min-width:0;border:0;outline:0;font:inherit;color:var(--pos-ink);background:transparent}.pos-sale-branch{justify-self:end;display:flex;align-items:center;gap:8px;padding:4px 4px 4px 12px;border-radius:99px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:700}.pos-assisted-trigger{width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid #cce7da;border-radius:50%;background:#fff;color:#087a4c;box-shadow:0 2px 8px #1018280f;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.pos-assisted-trigger:hover{transform:translateY(-1px);border-color:#64c99a;background:#f3fbf7;box-shadow:0 5px 14px #087a4c24}.pos-assisted-trigger:focus-visible{outline:3px solid rgba(8,122,76,.3);outline-offset:2px}.pos-assisted-dialog{display:grid;gap:18px;color:#17212b}.pos-assisted-intro{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #d9eee3;border-radius:14px;background:linear-gradient(135deg,#f1fbf6,#fbfefd)}.pos-assisted-intro>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#087a4c;color:#fff;box-shadow:0 7px 16px #087a4c2e}.pos-assisted-intro strong{display:block;font-size:15px;letter-spacing:-.01em}.pos-assisted-intro p{margin:3px 0 0;color:#667085;font-size:12px;line-height:1.45}.pos-assisted-composer{position:relative;display:grid;gap:7px}.pos-assisted-composer>span{color:#344054;font-size:12px;font-weight:750}.pos-assisted-composer textarea{width:100%;min-height:112px;resize:vertical;padding:14px 16px 28px;border:1px solid #d0d5dd;border-radius:13px;outline:0;background:#fff;color:#17212b;font:inherit;font-size:14px;line-height:1.55;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.pos-assisted-composer textarea::placeholder{color:#98a2b3}.pos-assisted-composer textarea:focus{border-color:#38ad79;box-shadow:0 0 0 4px #16a36a1c}.pos-assisted-composer>small{position:absolute;right:12px;bottom:9px;color:#98a2b3;font-size:10px}.pos-assisted-compose-actions,.pos-assisted-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-assisted-compose-actions>small{color:#667085;font-size:11px}.pos-assisted-compose-actions button,.pos-assisted-footer button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:10px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.pos-assisted-compose-actions button{border:1px solid #d0d5dd;background:#fff;color:#344054}.pos-assisted-compose-actions button.is-recording{border-color:#fca5a5;background:#fef2f2;color:#b42318}.pos-assisted-compose-actions button.primary,.pos-assisted-footer button.primary{border:1px solid #087a4c;background:#087a4c;color:#fff;box-shadow:0 4px 10px #087a4c24}.pos-assisted-compose-actions button:disabled,.pos-assisted-footer button:disabled{border-color:#e4e7ec;background:#eaecf0;color:#98a2b3;box-shadow:none;cursor:not-allowed}.pos-assisted-footer{padding-top:16px;border-top:1px solid #eaecf0;justify-content:flex-end}.pos-assisted-footer button.secondary{border:1px solid #d0d5dd;background:#fff;color:#344054}.pos-assisted-loader{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:pos-assisted-spin .7s linear infinite}@keyframes pos-assisted-spin{to{transform:rotate(360deg)}}.pos-assisted-error{display:grid;gap:3px;padding:12px 14px;border:1px solid #fecdca;border-radius:11px;background:#fef3f2;color:#b42318;font-size:12px}.pos-assisted-error span{color:#912018}.pos-assisted-conversation{display:grid;gap:12px;padding:14px;border-radius:15px;background:#f7f9fa}.pos-assisted-bubble{max-width:88%;padding:11px 13px;border-radius:13px;box-shadow:0 1px 2px #1018280a}.pos-assisted-bubble>span{display:block;margin-bottom:4px;color:#667085;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-assisted-bubble p{margin:2px 0 0;font-size:12px;line-height:1.45}.pos-assisted-bubble.user{justify-self:end;background:#087a4c;color:#fff;border-bottom-right-radius:4px}.pos-assisted-bubble.user>span{color:#c9f2df}.pos-assisted-bubble.assistant{justify-self:start;border:1px solid #e4e7ec;background:#fff;border-bottom-left-radius:4px}.pos-assisted-bubble.assistant strong{font-size:13px}.pos-assisted-bubble.assistant p{color:#667085}.pos-assisted-question{min-width:0;margin:0;padding:13px;border:1px solid #d9eee3;border-radius:12px;background:#fff}.pos-assisted-question legend{padding:0 4px;color:#17212b;font-size:13px;font-weight:750}.pos-assisted-question>small{display:block;margin-bottom:9px;color:#667085;font-size:10px}.pos-assisted-question>div{display:flex;flex-wrap:wrap;gap:7px}.pos-assisted-question button{min-height:42px;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.pos-assisted-question button:hover{border-color:#64c99a}.pos-assisted-question button:focus-visible{outline:3px solid rgba(8,122,76,.25);outline-offset:2px}.pos-assisted-question button.active{border-color:#38ad79;background:#eaf8f1;color:#087a4c}.pos-assisted-question button small{color:inherit;font-size:9px}.pos-assisted-status{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:10px;font-size:11px;font-weight:750}.pos-assisted-status.pending{background:#fff7ed;color:#9a3412}.pos-assisted-status.ready{background:#ecfdf3;color:#067647}.pos-sale-workspace{min-height:0;flex:1;display:flex;overflow:hidden}.pos-sale-catalog{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.pos-sale-edit-banner{padding:9px 16px;border-bottom:1px solid #bae6d0;background:#ecfdf5;color:#047857;font-size:12px}.pos-sale-menu{width:100%;min-height:88px;display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));align-items:stretch;gap:8px;padding:10px 16px;box-sizing:border-box;background:#fff;border-bottom:1px solid var(--pos-line);overflow-x:auto}.pos-sale-menu button{width:100%;min-width:92px;min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--pos-muted);font:inherit;font-size:11px;font-weight:700;cursor:pointer}.pos-sale-menu button:hover{background:#f8fafb;color:var(--pos-ink)}.pos-sale-menu button.active{background:var(--pos-green-soft);border-color:#ced;color:#087a4c}.pos-sale-menu button:focus-visible,.pos-sale-category-select:focus-visible,.pos-sale-product-card-select:focus-visible,.pos-sale-product-favorite:focus-visible{outline:3px solid rgba(8,122,76,.28);outline-offset:2px}.pos-sale-category-panel{min-height:0;flex:1;padding:10px 16px 12px;box-sizing:border-box;overflow-y:auto;background:#fbfcfd;border-bottom:1px solid var(--pos-line)}.pos-sale-category-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--pos-muted);font-size:11px}.pos-sale-category-heading span{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pos-sale-category-heading strong{color:#344054;font-size:11px}.pos-sale-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.pos-sale-category-card{position:relative;min-width:0;min-height:158px;display:flex;border:1px solid var(--pos-line);border-radius:11px;background:#fff;color:#475467;box-shadow:0 1px 2px #10182808}.pos-sale-category-card:hover{border-color:#9bdfbe;box-shadow:0 5px 12px #1018280d}.pos-sale-category-card.active{border-color:#64c99a;background:var(--pos-green-soft);color:#087a4c}.pos-sale-category-select{min-width:0;flex:1;min-height:158px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 38px 16px 16px;border:0;border-radius:11px;background:transparent;color:inherit;font:inherit;cursor:pointer}.pos-sale-category-select span{max-width:100%;overflow-wrap:anywhere;text-align:center;font-size:13px;line-height:1.25;font-weight:750}.pos-sale-category-empty{min-height:76px;display:grid;place-items:center;padding:0 18px;border:1px dashed #d0d8e1;border-radius:11px;background:#fff;color:var(--pos-muted);text-align:center;font-size:11px}.pos-sale-submenu{min-height:48px;display:flex;align-items:center;gap:14px;padding:0 16px;background:#fbfcfd;border-bottom:1px solid var(--pos-line);overflow:hidden}.pos-sale-submenu-title{flex:0 0 auto;display:flex;align-items:baseline;gap:7px;font-size:12px}.pos-sale-submenu-title span{color:var(--pos-muted)}.pos-sale-product-links{min-width:0;flex:1;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.pos-sale-product-links::-webkit-scrollbar{display:none}.pos-sale-product-links button{flex:0 0 auto;padding:7px 11px;border:1px solid var(--pos-line);border-radius:8px;background:#fff;color:#475467;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.pos-sale-product-links button:hover{border-color:#9bdfbe;color:#087a4c}.pos-sale-products{min-height:0;flex:1;padding:14px 16px 16px;overflow-x:hidden;overflow-y:auto}.pos-sale-progressive-context{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding:8px 10px;border:1px solid #d9eee3;border-radius:10px;background:#f7fcf9;color:#087a4c;font-size:12px;font-weight:750}.pos-sale-progressive-context button{min-height:34px;padding:6px 10px;border:1px solid #9bdfbe;border-radius:8px;background:#fff;color:#087a4c;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.pos-sale-products-heading{display:flex;justify-content:space-between;margin-bottom:10px}.pos-sale-products-heading strong{font-size:12px}.pos-sale-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.pos-sale-product-card{position:relative;min-height:158px;padding:12px;display:flex;flex-direction:column;align-items:stretch;text-align:left;border:1px solid var(--pos-line);border-radius:13px;background:#fff;color:var(--pos-ink);box-shadow:0 1px 2px #10182808;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.pos-sale-product-card-shell{padding:0}.pos-sale-product-card:hover{transform:translateY(-2px);border-color:#8bd7b2;box-shadow:0 8px 18px #10182812}.pos-sale-product-card-select{width:100%;min-height:156px;padding:12px;display:flex;flex-direction:column;align-items:stretch;text-align:left;border:0;border-radius:13px;background:transparent;color:inherit;font:inherit;cursor:pointer}.pos-sale-product-card>span,.pos-sale-product-card-select>span{min-height:34px;margin-top:9px;font-size:12px;line-height:1.35;font-weight:700}.pos-sale-product-card>strong,.pos-sale-product-card-select>strong{margin-top:3px;color:#087a4c;font-size:13px}.pos-sale-product-favorite{position:absolute;top:7px;right:7px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #dbe3ec;border-radius:8px;background:#fff;color:#98a2b3;cursor:pointer}.pos-sale-product-favorite[aria-pressed=true]{border-color:#eab308;background:#fff7dc;color:#d08a00}.pos-sale-product-visual{height:72px;display:grid;place-items:center;border-radius:9px;background:#f7f9fa;color:#344054}.pos-sale-product-visual img{width:100%;height:100%;object-fit:contain}.pos-sale-product-visual--with-image{height:72px;min-height:72px;max-height:72px;flex-basis:72px;flex-shrink:0;overflow:hidden}.pos-sale-product-visual--with-image img{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain}.pos-sale-product-visual--fallback{height:52px;min-height:52px;max-height:52px;flex-basis:52px;flex-shrink:0}.pos-sale-product-card--without-image{min-width:0}.pos-sale-product-card--without-image>span,.pos-sale-product-card--without-image .pos-sale-product-card-select>span{min-height:52px;margin-top:9px;font-size:14px;line-height:1.25;font-weight:700;overflow-wrap:anywhere}.pos-sale-feedback{grid-column:1 / -1;padding:34px;text-align:center;color:var(--pos-muted)}.pos-sale-feedback.error{color:#b42318}.pos-sale-selection-control,.pos-sale-retry-control{min-width:44px;min-height:44px;margin-left:10px;padding:0 14px;border:1px solid #9bdfbe;border-radius:8px;background:#f6fcf9;color:#087a4c;font:inherit;font-weight:700}.pos-sale-selection-control:focus-visible,.pos-sale-retry-control:focus-visible{outline:3px solid #087a4c;outline-offset:2px}.pos-sale-complements{min-height:104px;padding:12px 16px 14px;overflow:hidden;background:#fff;border-top:1px solid var(--pos-line);box-shadow:0 -5px 18px #10182808}.pos-sale-complements.is-open{min-height:0;flex:1;display:flex;flex-direction:column;overflow-y:auto}.pos-sale-complements-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-sale-complements-header strong{font-size:13px}.pos-sale-complements-header>button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--pos-line);border-radius:8px;background:#fff;cursor:pointer}.pos-sale-complements-empty{margin:12px 0 0;color:var(--pos-muted);font-size:12px}.pos-sale-complement-content{min-height:0;flex:1;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;margin-top:10px}.pos-sale-modifier-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.pos-sale-modifier-tabs>button{min-width:156px;min-height:66px;display:grid;align-content:center;gap:4px;padding:10px 12px;text-align:left;border:1px solid var(--pos-line);border-radius:10px;background:#fff;color:#475467;font:inherit;cursor:pointer}.pos-sale-modifier-tabs>button.active{border-color:#64c99a;background:var(--pos-green-soft);color:#087a4c}.pos-sale-modifier-tabs small{color:inherit;font-size:10px}.pos-sale-complement-group-panel{min-width:0;overflow-y:auto;padding:4px 2px}.pos-sale-complement-group-title{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px;font-size:11px}.pos-sale-complement-group-title small{color:var(--pos-muted)}.pos-sale-complement-options{display:flex;flex-wrap:wrap;gap:9px;overflow:visible}.pos-sale-complement-option{flex:0 0 auto;display:flex;align-items:center;gap:5px}.pos-sale-complement-option button{min-height:48px;display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid var(--pos-line);border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.pos-sale-complement-option button.active{border-color:#64c99a;background:var(--pos-green-soft);color:#087a4c}.pos-sale-complement-option input{width:180px;min-height:36px;padding:0 9px;border:1px solid var(--pos-line);border-radius:8px;font:inherit;font-size:11px}.pos-sale-complement-action{position:sticky;bottom:0;display:grid;gap:5px;padding-top:10px;background:#fff}.pos-sale-complement-action span{color:#b42318;font-size:10px}.pos-sale-complement-action button,.pos-sale-complements-error button{min-height:40px;border:0;border-radius:9px;background:var(--pos-green);color:#fff;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.pos-sale-complements-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:#b42318;font-size:12px}.pos-sale-complements-error button{min-height:34px;padding:0 12px}.pos-sale-complement-action button:disabled{background:#dfe5e9;color:#98a2b3;cursor:not-allowed}.pos-sale-cart{width:clamp(330px,31vw,390px);flex:0 0 auto;min-width:0;display:flex;flex-direction:column;padding:18px;background:#fff;border-left:1px solid var(--pos-line)}.pos-sale-cart-heading{align-items:center;justify-content:space-between;gap:10px}.pos-sale-cart-heading strong{font-size:17px}.pos-sale-cart-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.pos-sale-cart-actions button{min-width:82px;height:38px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid var(--pos-line);border-radius:10px;background:#fff;color:#475467;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.pos-sale-cart-actions button:disabled{cursor:not-allowed;opacity:.5}.pos-sale-order-types{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:16px;padding:3px;border-radius:10px;background:#f2f4f7}.pos-sale-order-types button{padding:8px 3px;border:0;border-radius:8px;background:transparent;color:var(--pos-muted);font:inherit;font-size:10px;font-weight:700;cursor:pointer}.pos-sale-order-types button.active{background:#fff;color:#087a4c;box-shadow:0 1px 3px #10182814}.pos-sale-cart-items{min-height:0;flex:1;margin:14px -4px 12px 0;padding-right:4px;overflow-y:auto}.pos-sale-empty-cart{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--pos-muted)}.pos-sale-empty-cart>span{width:62px;height:62px;display:grid;place-items:center;margin-bottom:11px;border-radius:50%;background:#f2f4f7;color:#98a2b3}.pos-sale-empty-cart strong{color:#344054;font-size:13px}.pos-sale-empty-cart p{margin:4px 0 0;font-size:11px}.pos-sale-cart-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f2f4}.pos-sale-cart-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:#f7f9fa;color:#475467;overflow:hidden}.pos-sale-cart-icon img{width:100%;height:100%;object-fit:contain}.pos-sale-cart-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.pos-sale-cart-copy strong{overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap}.pos-sale-cart-copy span{color:var(--pos-muted);font-size:10px}.pos-sale-cart-copy small{color:#087a4c;font-size:9px}.pos-sale-cart-controls{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.pos-sale-cart-controls>strong{font-size:11px}.pos-sale-cart-controls>div{display:flex;align-items:center;gap:5px;padding:2px;border-radius:7px;background:#f2f4f7}.pos-sale-cart-controls button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:7px;background:#fff;color:#475467;cursor:pointer}.pos-sale-cart-controls button.remove{color:#b42318}.pos-sale-cart-controls span{min-width:14px;text-align:center;font-size:10px;font-weight:700}.pos-sale-summary{padding:13px;border-radius:12px;background:#f7f9fa}.pos-sale-summary>div{display:flex;justify-content:space-between;padding:4px 0;color:var(--pos-muted);font-size:11px}.pos-sale-summary .total{margin-top:6px;padding-top:11px;border-top:1px solid var(--pos-line);color:var(--pos-ink);font-size:16px}.pos-sale-pay{width:100%;min-height:48px;margin-top:12px;border:0;border-radius:10px;background:var(--pos-green);color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.pos-sale-pay:disabled{background:#dfe5e9;color:#98a2b3;cursor:not-allowed}.pos-payment-methods{margin:2px 0 16px;padding:14px;border:1px solid #d9eee3;border-radius:13px;background:#f7fcf9}.pos-payment-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.pos-payment-heading>strong{color:#087a4c;font-size:18px}.pos-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pos-payment-grid>button{min-height:64px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:9px;text-align:left;border:1px solid var(--pos-line);border-radius:10px;background:#fff;color:#344054;cursor:pointer}.pos-payment-grid>button>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f2f4f7;color:#475467}.pos-payment-grid>button>div{min-width:0;display:flex;flex-direction:column;gap:2px}.pos-payment-grid>button strong{font-size:12px}.pos-payment-grid>button small{color:var(--pos-muted);font-size:9px}.pos-payment-grid>button.active{border-color:#55c28f;background:var(--pos-green-soft);color:#087a4c;box-shadow:0 0 0 2px #16a36a14}.pos-payment-grid>button.active>span{background:#d8f2e5;color:#087a4c}.pos-payment-confirm{width:100%;min-height:50px;border:0;border-radius:10px;background:var(--pos-green);color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.pos-payment-confirm:disabled{background:#e1e6ea;color:#98a2b3;cursor:not-allowed}@media(max-width:1120px){.pos-sale-header{grid-template-columns:auto minmax(220px,1fr)}.pos-sale-branch{display:none}.pos-sale-cart{width:330px}.pos-sale-products-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}}.user-cash-cuts{display:grid;gap:1rem;min-width:0}.user-cash-cuts ul{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.user-cash-cuts button{max-width:100%;overflow-wrap:anywhere}@media(max-width:1000px){.user-cash-cuts{gap:.75rem}}.ui-button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family);font-weight:500;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease;outline:none;gap:8px}.ui-button:disabled{opacity:.5;cursor:not-allowed}.ui-button--sm{padding:6px 12px;font-size:.875rem}.ui-button--md{padding:8px 16px;font-size:1rem}.ui-button--lg{padding:12px 24px;font-size:1.125rem}.ui-button--full{width:100%}.ui-button--primary{background-color:var(--color-blue);color:#fff;box-shadow:var(--shadow-sm)}.ui-button--primary:hover:not(:disabled){background-color:var(--color-blue-light);color:var(--color-blue)}.ui-button--secondary{background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.ui-button--secondary:hover:not(:disabled){background-color:var(--color-bg)}.ui-button--danger{background-color:var(--color-red);color:#fff}.ui-button--danger:hover:not(:disabled){background-color:var(--color-red-light);color:var(--color-red)}.ui-button--ghost{background-color:transparent;color:var(--color-text-muted)}.ui-button--ghost:hover:not(:disabled){background-color:var(--color-bg);color:var(--color-text)}.ui-card{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.ui-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.ui-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.ui-input{width:100%;padding:10px 14px;border-radius:var(--radius-lg, 12px);border:1px solid var(--color-border, #e2e8f0);background-color:var(--color-surface, #ffffff);color:var(--color-text, #111827);font-family:var(--font-family, inherit);font-size:.9375rem;line-height:1.35;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008;outline:none}.ui-input:hover:not(:disabled){border-color:#cbd5e1}.ui-input:focus{border-color:var(--color-blue, #3b82f6);box-shadow:0 0 0 3px #3b82f62e,0 1px 2px #0000000d}.ui-input::placeholder{color:var(--color-text-muted)}.ui-input--with-icon{padding-left:36px}.ui-input-icon{position:absolute;left:10px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);pointer-events:none}.ui-select-wrapper{position:relative;display:flex;align-items:center;width:100%}.ui-select{width:100%;padding:10px 38px 10px 14px;border-radius:var(--radius-lg, 12px);border:1px solid var(--color-border, #e2e8f0);background-color:var(--color-surface, #ffffff);color:var(--color-text, #111827);font-family:var(--font-family, inherit);font-size:.9375rem;line-height:1.35;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008}.ui-select:hover:not(:disabled){border-color:#cbd5e1;background-color:#fcfdfe}.ui-select:focus{border-color:var(--color-blue, #3b82f6);background-color:#fff;box-shadow:0 0 0 3px #3b82f62e,0 1px 2px #0000000d}.ui-select:disabled{opacity:.6;cursor:not-allowed;background-color:#f1f5f9}.ui-select--with-icon{padding-left:38px}.ui-select-icon{position:absolute;left:12px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted, #64748b);pointer-events:none;z-index:1}.ui-modal-overlay{position:fixed;inset:0;background-color:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.ui-modal-content{background-color:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.ui-modal-header{padding:20px 24px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.ui-modal-title{flex:1;min-width:0;font-family:var(--font-family);font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.ui-modal-close{background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background-color .2s}.ui-modal-close:hover{background-color:var(--color-bg);color:var(--color-text)}.ui-modal-body{padding:24px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ui-sidebar{width:260px;background-color:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:16px 12px;gap:8px;height:100vh;overflow-y:auto}.ui-sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--color-text-muted);font-family:var(--font-family);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.ui-sidebar-item:hover{background-color:var(--color-bg);color:var(--color-text)}.ui-sidebar-item.active{background-color:var(--color-blue-light);color:var(--color-blue)}.ui-sidebar-item-icon{display:flex;align-items:center;justify-content:center;color:inherit}.ui-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:var(--radius-sm);font-family:var(--font-family);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ui-badge--default{background-color:var(--color-border);color:var(--color-text-muted)}.ui-badge--success{background-color:var(--color-green-light);color:var(--color-green)}.ui-badge--warning{background-color:var(--color-orange-light);color:var(--color-orange)}.ui-badge--danger{background-color:var(--color-red-light);color:var(--color-red)}.ui-badge--info{background-color:var(--color-blue-light);color:var(--color-blue)}.cash-movements-container{width:100%;max-width:1320px;margin:0 auto;padding:24px clamp(16px,2.5vw,36px);box-sizing:border-box;display:flex;flex-direction:column;gap:24px}.cash-movements-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cash-header-title-group{display:flex;align-items:center;gap:16px}.cash-header-icon-badge{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #10b98147;flex-shrink:0}.cash-header-title{margin:0;font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cash-user-tag{font-size:.95rem;font-weight:600;color:#047857;background:#ecfdf5;padding:4px 12px;border-radius:9999px;border:1px solid #a7f3d0;display:inline-flex;align-items:center;gap:6px}.cash-header-subtitle{margin:4px 0 0;font-size:.9rem;color:#64748b;line-height:1.4}.cash-header-kpis{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cash-kpi-card{display:flex;align-items:center;gap:14px;background:#fff;padding:12px 20px;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 6px #00000008}.cash-kpi-icon{width:40px;height:40px;border-radius:10px;background:#f0fdf4;color:#10b981;display:flex;align-items:center;justify-content:center}.cash-kpi-info{display:flex;flex-direction:column}.cash-kpi-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cash-kpi-value{font-size:1.25rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.cash-main-grid{display:grid;grid-template-columns:minmax(360px,480px) minmax(0,1fr);gap:24px;align-items:start}@media(max-width:960px){.cash-main-grid{grid-template-columns:1fr}}.cash-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0f172a0a;padding:24px;box-sizing:border-box}.cash-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.cash-card-header-left{display:flex;align-items:center;gap:10px}.cash-card-title{margin:0;font-size:1.15rem;font-weight:700;color:#0f172a}.cash-card-badge{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:9999px;background:#f1f5f9;color:#475569}.cash-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;background:#f8fafc;padding:6px;border-radius:14px;border:1px solid #e2e8f0}.cash-type-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;border:1.5px solid transparent;background:transparent;font-size:.92rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.cash-type-btn:hover:not(:disabled){color:#0f172a;background:#fff}.cash-type-btn:disabled{opacity:.5;cursor:not-allowed}.cash-type-btn.is-active-withdrawal{background:#fef2f2;color:#dc2626;border-color:#fca5a5;box-shadow:0 2px 8px #dc26261f}.cash-type-btn.is-active-deposit{background:#ecfdf5;color:#059669;border-color:#6ee7b7;box-shadow:0 2px 8px #0596691f}.cash-alert{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:12px;font-size:.875rem;line-height:1.4;margin-bottom:16px}.cash-alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.cash-alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.cash-alert-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.cash-alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.cash-form{display:flex;flex-direction:column;gap:16px}.cash-form-group{display:flex;flex-direction:column;gap:6px}.cash-form-label{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#334155}.cash-form-label-required{color:#dc2626}.cash-input-wrapper{position:relative;display:flex;align-items:center}.cash-input-prefix{position:absolute;left:12px;font-weight:700;color:#64748b;font-size:.95rem;pointer-events:none}.cash-input-prefixed{padding-left:36px!important;font-size:1.15rem!important;font-weight:700!important;color:#0f172a!important}.cash-input,.cash-select{width:100%;box-sizing:border-box;padding:10px 14px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;font-size:.92rem;color:#0f172a;font-family:inherit;transition:all .15s ease;outline:none}.cash-input:focus,.cash-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.cash-input:disabled,.cash-select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.cash-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:12px;border:none;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;margin-top:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.cash-submit-btn.withdrawal{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #dc262640}.cash-submit-btn.withdrawal:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 16px #dc262659}.cash-submit-btn.deposit{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.cash-submit-btn.deposit:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 6px 16px #10b98159}.cash-submit-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.cash-ledger-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.cash-ledger-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;transition:background .15s ease,border-color .15s ease}.cash-ledger-item:hover{background:#f8fafc;border-color:#cbd5e1}.cash-ledger-left{display:flex;align-items:center;gap:14px;min-width:0}.cash-ledger-icon-badge{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cash-ledger-icon-badge.withdrawal{background:#fef2f2;color:#dc2626}.cash-ledger-icon-badge.deposit{background:#ecfdf5;color:#059669}.cash-ledger-icon-badge.reversal{background:#eff6ff;color:#2563eb}.cash-ledger-details{display:flex;flex-direction:column;gap:3px;min-width:0}.cash-ledger-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cash-ledger-reason{font-size:.92rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cash-ledger-meta{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#64748b;flex-wrap:wrap}.cash-ledger-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.cash-ledger-amount{font-size:1.1rem;font-weight:800;letter-spacing:-.01em;text-align:right}.cash-ledger-amount.withdrawal{color:#dc2626}.cash-ledger-amount.deposit{color:#059669}.cash-ledger-amount.reversal{color:#2563eb}.cash-compensate-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.cash-compensate-btn:hover:not(:disabled){background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.cash-compensate-btn:disabled{opacity:.5;cursor:not-allowed}.cash-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.cash-empty-icon{width:56px;height:56px;border-radius:16px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.cash-empty-title{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#334155}.cash-empty-desc{margin:0;font-size:.85rem;color:#64748b;max-width:320px;line-height:1.4}.cash-refresh-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.cash-refresh-btn:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.cash-spin{animation:cash-spin-anim .8s linear infinite}@keyframes cash-spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cash-offline-card{margin-top:20px;padding:16px 20px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.cash-offline-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.cash-offline-title{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;color:#334155;margin:0}
