:root{--font-sans:"Segoe UI","Noto Sans Devanagari",system-ui,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;--text-xs:0.8rem;--text-sm:0.92rem;--text-md:1rem;--text-lg:1.15rem;--text-xl:1.4rem;--text-2xl:1.75rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--touch-min:48px;--touch-tile:88px;--radius:14px;--radius-sm:10px;--color-bg:#1a1410;--color-surface:#2a211c;--color-surface-2:#3a2e26;--color-cream:#f4eadb;--color-accent:#c45c26;--color-accent-2:#e8a054;--color-inr:#3d9b63;--color-danger:#d4534a;--color-muted:#cbb9a4;--color-on-accent:#fff8f2;--status-online:#3d9b63;--status-syncing:#e8a054;--status-offline:#d4534a;--status-ok-bg:#1d3a28;--status-warn-bg:#3a2d16;--status-bad-bg:#3a1c1a;--shadow:0 12px 40px rgba(0,0,0,0.35);--drawer-width:min(420px,100vw)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--color-bg);color:var(--color-cream);font-family:var(--font-sans);font-size:18px;line-height:1.4}button,input,select{font:inherit;min-height:var(--touch-min)}button{cursor:pointer;border:0;border-radius:var(--radius);padding:.75rem 1.1rem;background:var(--color-accent);color:var(--color-on-accent);font-weight:650}button.ghost{background:var(--color-surface-2);color:var(--color-cream)}button.danger{background:var(--color-danger);color:#fff}button.secondary{background:var(--color-inr);color:#fff}button:disabled{opacity:.5;cursor:not-allowed}input,select{width:100%;border-radius:var(--radius);border:1px solid #6b5646;background:#120e0c;color:var(--color-cream);padding:.7rem .9rem}a{color:var(--color-accent-2)}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.2rem;background:var(--color-surface);border-bottom:1px solid #3f3128}.nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav a{text-decoration:none;padding:.45rem .75rem;border-radius:10px;background:var(--color-surface-2);min-height:var(--touch-min);display:inline-flex;align-items:center;color:var(--color-cream)}.nav a.active{background:var(--color-accent);color:var(--color-on-accent)}.brand{font-weight:750;letter-spacing:.02em}.billing-shell,.cashier{flex:1 1;display:grid;grid-template-columns:180px 1fr minmax(320px,380px);min-height:0}.billing-main,.cats,.favorites-col,.items,.ticket{padding:.9rem;overflow:auto}.cart-col{padding:.9rem;overflow:hidden;min-height:0}.cats,.favorites-col{background:#15110e;display:flex;flex-direction:column;gap:.6rem}.favorites-grid,.items{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));align-content:start;grid-gap:.75rem;gap:.75rem}.tile{min-height:var(--touch-tile);background:var(--color-surface);border-radius:var(--radius);padding:.9rem;text-align:left;box-shadow:var(--shadow)}.tile small{display:block;color:var(--color-accent-2);margin-top:.35rem}.tile.highlight{outline:3px solid var(--color-accent-2)}.cart-col,.ticket{background:var(--color-surface);border-left:1px solid #3f3128;display:flex;flex-direction:column;gap:.6rem}.cart-scroll{flex:1 1;overflow:auto;min-height:0}.cart-dock{flex-shrink:0}.line{display:flex;justify-content:space-between;gap:.5rem;padding:.45rem 0;border-bottom:1px dashed #4a3a30}.totals{margin-top:auto;background:#120e0c;border-radius:var(--radius);padding:.8rem}.auth{max-width:420px;margin:8vh auto;background:var(--color-surface);padding:1.5rem;border-radius:20px;box-shadow:var(--shadow)}.auth h1{margin-top:0}.stack{display:flex;flex-direction:column;gap:.75rem}.muted{color:var(--color-muted);font-size:var(--text-sm)}.receipt{white-space:pre-wrap;font-family:var(--font-mono);font-size:.85rem;background:#0d0b09;padding:.8rem;border-radius:10px}.error{color:#ffb4ae}.page{padding:1.2rem}.two-col{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:1rem;gap:1rem}.card{background:var(--color-surface);border-radius:var(--radius);padding:1rem;margin-top:.75rem}.row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.table-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.table-tile{min-height:110px;background:var(--color-surface);text-align:left}.table-tile.busy{outline:2px solid var(--color-accent-2)}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:20}.modal-backdrop{display:grid;place-items:center}.modal{width:min(420px,92vw);border-radius:16px;gap:.7rem}.drawer,.modal{background:var(--color-surface);padding:1.1rem;display:flex;flex-direction:column}.drawer{position:fixed;top:0;right:0;height:100%;width:var(--drawer-width);z-index:30;gap:.75rem;box-shadow:var(--shadow);overflow:auto}.drawer-backdrop{z-index:25}select{font:inherit;min-height:var(--touch-min);border-radius:var(--radius);border:1px solid #5a4638;color:var(--color-cream);padding:.7rem .9rem;width:100%}.qr-card,select{background:#120e0c}.qr-card{margin-top:12px;border-radius:12px;padding:.8rem;display:flex;flex-direction:column;gap:.5rem}.qr-box{width:120px;height:120px;background:repeating-linear-gradient(90deg,#111 0 8px,#eee 8px 16px),repeating-linear-gradient(0deg,#111 0 8px,#eee 8px 16px);background-blend-mode:difference;align-self:center}.invoice{max-width:720px;margin:2rem auto;background:#fff;color:#111;padding:2rem}.invoice table{width:100%;border-collapse:collapse}.invoice td,.invoice th{text-align:left;border-bottom:1px solid #ddd;padding:.4rem 0}.search-bar{display:flex;gap:.5rem;margin-bottom:.75rem}.search-bar input{flex:1 1}.status-pill{display:inline-flex;align-items:center;gap:.35rem;min-height:32px;padding:.2rem .7rem;border-radius:999px;font-size:var(--text-xs);font-weight:700;letter-spacing:.02em}.status-pill.online{background:var(--status-ok-bg);color:#b6f0c8}.status-pill.syncing{background:var(--status-warn-bg);color:#ffe0a3}.status-pill.offline{background:var(--status-bad-bg);color:#ffc4bf}.connectivity-lite{display:flex;gap:.4rem;flex-wrap:wrap;font-size:var(--text-xs);color:var(--color-muted)}.connectivity-lite span.ok{color:#b6f0c8}.connectivity-lite span.bad{color:#ffc4bf}.empty-state{text-align:center;padding:1.5rem .5rem;color:var(--color-muted)}.data-table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.data-table td,.data-table th{text-align:left;padding:.55rem .4rem;border-bottom:1px solid #4a3a30}.shortcut-overlay{position:fixed;inset:0;background:rgba(10,8,6,.78);z-index:50;display:grid;place-items:center}.shortcut-card{background:var(--color-surface);border-radius:16px;padding:1.2rem 1.4rem;min-width:min(420px,92vw)}.shortcut-card kbd{display:inline-block;min-width:2.4rem;text-align:center;background:#120e0c;border:1px solid #6b5646;border-radius:8px;padding:.2rem .45rem;font-family:var(--font-mono)}.qty-stepper{display:inline-flex;align-items:center;gap:.25rem}.qty-stepper button{min-height:44px;min-width:44px;padding:0}.complete-actions,.post-complete-actions{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem}.post-complete-strip{position:-webkit-sticky;position:sticky;bottom:0;z-index:6;background:var(--status-ok-bg);color:#b6f0c8;border-radius:var(--radius);padding:.75rem;display:flex;flex-direction:column;gap:.55rem;box-shadow:0 -10px 28px rgba(0,0,0,.35);margin-top:12px}.post-complete-strip strong{font-size:var(--text-lg)}.post-complete-strip button{min-height:var(--touch-min)}.paid-cluster{display:flex;flex-direction:column;gap:.55rem}.paid-badge{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min);border-radius:var(--radius);background:var(--status-ok-bg);color:#b6f0c8;font-weight:700}.degraded-tip{background:var(--status-warn-bg);color:#ffe0a3;border-radius:var(--radius-sm);padding:.55rem .75rem;margin:0 0 .75rem;font-size:var(--text-sm);font-weight:650}.toast{position:fixed;bottom:1.2rem;left:50%;transform:translateX(-50%);background:var(--status-ok-bg);color:#b6f0c8;padding:.7rem 1rem;border-radius:12px;z-index:40;font-weight:650}.toast.toast-above-strip{bottom:7.5rem}.search-hits{list-style:none;margin:0 0 .75rem;padding:0;background:#120e0c;border-radius:var(--radius);overflow:hidden}.search-hits li button{width:100%;text-align:left;background:transparent;border-radius:0}.search-hits li button:hover,.search-hits li.active button{background:var(--color-surface-2)}.cart-sheet-toggle{display:none}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem;margin:1rem 0}.kpi{background:var(--color-surface);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow)}.kpi-value{font-size:2rem;font-weight:750;margin:.25rem 0}.kpi-value.inr{color:var(--color-inr)}table.data{width:100%;border-collapse:collapse}table.data td,table.data th{text-align:left;padding:.45rem .3rem;border-bottom:1px dashed #4a3a30;vertical-align:middle}table.data input{min-height:40px;width:110px}a.chip{text-decoration:none;padding:.45rem .8rem;border-radius:999px;background:var(--color-surface-2);color:var(--color-cream);min-height:var(--touch-min);display:inline-flex;align-items:center}a.chip.active{background:var(--color-accent);color:#fff}.kpi-label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.est-chip{display:inline-flex;align-items:center;min-height:28px;padding:.1rem .55rem;border-radius:999px;background:var(--status-warn-bg);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.est-chip,.kpi-disclaimer{color:var(--color-accent-2)}.kpi-disclaimer{margin-top:.4rem;font-size:var(--text-sm);font-weight:650}.cart-header{justify-content:space-between;gap:.5rem}.cart-header,.cart-source{display:flex;flex-wrap:wrap;align-items:center}.cart-source{gap:.4rem}.channel-badge{display:inline-flex;align-items:center;min-height:44px;padding:.25rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.02em;width:-moz-fit-content;width:fit-content}.channel-source-chip{min-height:var(--touch-min);padding:.4rem .9rem;font-size:.88rem}.adapter-hint{font-size:.78rem;color:var(--color-accent-2);font-weight:650}.adapter-status-strip{display:flex;flex-wrap:wrap;gap:.45rem;margin:.35rem 0 .7rem}.adapter-chip{display:inline-flex;align-items:center;min-height:44px;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700}.adapter-chip.mock{background:var(--status-warn-bg);color:var(--color-accent-2)}.adapter-chip.todo{background:#221c18;color:var(--color-muted);border:1px dashed #6b5646}.channel-badge.pos{background:#3a2e26;color:#f4eadb}.channel-badge.qr{background:#2a3a4a;color:#b8e0ff}.channel-badge.whatsapp{background:#1d3a28;color:#b6f0c8}.channel-badge.swiggy{background:#3a2a16;color:#ffd0a8}.channel-badge.zomato{background:#3a1c1a;color:#ffc4bf}.inbox-list{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.inbox-row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.8rem;gap:.8rem;align-items:center;text-align:left;background:var(--color-surface);min-height:72px}.inbox-meta{min-width:0}.inbox-side{text-align:right}.guest-page{min-height:100vh;background:var(--color-bg)}.guest-top{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:var(--color-surface);border-bottom:1px solid #3f3128}.ok-banner{background:var(--status-ok-bg);color:#b6f0c8;padding:.7rem .9rem;border-radius:var(--radius)}.qr-link{display:inline-flex;margin-top:.4rem;padding:.25rem .7rem;border-radius:8px;background:#2a3a4a;color:#b8e0ff;text-decoration:none;min-height:44px;align-items:center}.table-tile{display:flex;flex-direction:column;align-items:flex-start;padding:.85rem}@media print{button{display:none}body{background:#fff}}@media (max-width:900px){.billing-shell,.cashier,.two-col{grid-template-columns:1fr}.cart-col{position:-webkit-sticky;position:sticky;bottom:0;max-height:52vh;z-index:8;border-left:0;border-top:1px solid #3f3128}.complete-actions,.post-complete-actions{grid-template-columns:1fr}.cart-sheet-toggle{display:block}}