:root{--sky-50:#f0f9ff;--sky-100:#e0f2fe;--sky-200:#bae6fd;--sky-300:#7dd3fc;--sky-400:#38bdf8;--sky-500:#0ea5e9;--sky-600:#0284c7;--sky-700:#0369a1;--sky-800:#075985;--sky-900:#0c4a6e;--sunset-50:#fff7ed;--sunset-100:#ffedd5;--sunset-200:#fed7aa;--sunset-300:#fdba74;--sunset-400:#fb923c;--sunset-500:#f97316;--sunset-600:#ea580c;--sunset-700:#c2410c;--sunset-800:#9a3412;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--brand:var(--sky-600);--brand-hover:var(--sky-700);--brand-light:var(--sky-50);--brand-border:var(--sky-200);--brand-gradient:linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);--accent:var(--sunset-500);--accent-hover:var(--sunset-600);--accent-soft:var(--sunset-50);--accent-border:var(--sunset-200);--accent-gradient:linear-gradient(135deg, #fb923c 0%, #f97316 60%, #ea580c 100%);--accent-glow:0 8px 20px -4px #f9731666;--canvas:#f0f5fa;--paper:#fff;--card-bg:#fff;--sidebar-bg:#fff;--line:#e2e8f0;--line-light:#f1f5f9;--ink:var(--slate-900);--muted:var(--slate-500);--muted-light:var(--slate-400);--success:#10b981;--success-soft:#ecfdf5;--danger:#ef4444;--danger-soft:#fef2f2;--warning:#f59e0b;--warning-soft:#fffbeb;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:26px;--radius-full:9999px;--shadow-sm:0 1px 3px #0f172a0d;--shadow-md:0 4px 16px -2px #0ea5e914, 0 2px 6px #0f172a0a;--shadow-lg:0 12px 30px -4px #0f172a14, 0 4px 12px #0ea5e90f;--shadow-xl:0 24px 50px -10px #0f172a24;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--canvas);min-height:100%}body{min-height:100vh;color:var(--ink);background:radial-gradient(ellipse at 15% 0%, #38bdf81f, transparent 45%), radial-gradient(ellipse at 85% 10%, #f9731614, transparent 40%), var(--canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #0ea5e973}a{color:inherit;text-decoration:none}.pos-shell{flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.topbar{color:#fff;background:var(--brand-gradient);z-index:30;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;height:60px;padding:0 clamp(16px,3vw,36px);display:flex;position:relative;box-shadow:0 2px 10px #0284c726}.brand{color:#fff;align-items:center;gap:12px;display:inline-flex}.brand-mark{color:#fff;background:var(--accent-gradient);width:40px;height:40px;box-shadow:var(--accent-glow);border-radius:14px;place-items:center;font-size:22px;font-weight:900;transition:transform .2s;display:grid}.brand:hover .brand-mark{transform:scale(1.05)rotate(-3deg)}.brand strong{letter-spacing:-.02em;color:#fff;font-size:19px;font-weight:800;display:block}.brand small{color:var(--sky-100);letter-spacing:.1em;text-transform:uppercase;margin-top:1px;font-size:11px;font-weight:600;display:block}.network-pill{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.02em;background:#ffffff1f;border:1px solid #ffffff40;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.network-pill.offline{color:#7f1d1d;background:#fee2e2;border-color:#fecaca}.network-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 0 3px #34d39959}.offline .network-dot{background:#ef4444;animation:none;box-shadow:0 0 0 3px #ef444459}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.flow-nav{z-index:25;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:center;gap:8px;padding:10px 16px;display:flex;position:sticky;top:0}.flow-nav a{border-radius:var(--radius-full);color:var(--muted);align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.flow-nav a:hover{color:var(--brand);background:var(--sky-50)}.flow-nav a.active{color:#fff;background:var(--brand-gradient);box-shadow:0 4px 12px #0284c740}.flow-step{background:#00000014;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:grid}.flow-nav a.active .flow-step{color:#fff;background:#ffffff40}.onboarding-main{flex:1;width:min(100% - 32px,540px);margin:0 auto;padding:clamp(36px,6vw,72px) 0;overflow-y:auto}.pos-main{flex-direction:column;flex:1;width:100%;display:flex}.pos-dashboard-frame{background:var(--canvas);flex:1;grid-template-columns:220px minmax(0,1fr);height:calc(100dvh - 60px);min-height:0;max-height:calc(100dvh - 60px);transition:grid-template-columns .25s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.pos-dashboard-frame.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.pos-dashboard-frame.sidebar-expanded{grid-template-columns:220px minmax(0,1fr)}.pos-mobile-nav{display:none}.session-notice{z-index:100;border-radius:var(--radius-md);color:#9a3412;width:min(100% - 32px,620px);box-shadow:var(--shadow-lg);background:#fff7ed;border:1px solid #fed7aa;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;font-size:13px;font-weight:650;display:flex;position:fixed;top:70px;left:50%;transform:translate(-50%)}.session-notice button{color:#9a3412;cursor:pointer;background:#ffedd5;border:0;border-radius:50%;flex:none;width:32px;height:32px}.pos-sidebar{background:var(--sidebar-bg);border-right:1px solid var(--line);box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:space-between;height:100%;max-height:100%;padding:16px 10px;transition:width .25s cubic-bezier(.4,0,.2,1),padding .25s;display:flex;overflow:hidden auto}.pos-sidebar.collapsed{align-items:center;padding:16px 8px}.pos-sidebar-header-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:34px;margin-bottom:6px;padding:0 4px 8px;display:flex}.pos-sidebar.collapsed .pos-sidebar-header-row{justify-content:center;width:100%;padding:0 0 8px}.pos-sidebar-toggle-btn{border:1px solid var(--line);width:32px;height:32px;color:var(--slate-600);cursor:pointer;background:#fff;border-radius:8px;place-items:center;transition:all .15s;display:grid}.pos-sidebar-toggle-btn:hover{background:var(--sky-50);color:var(--brand);border-color:var(--brand-border);transform:scale(1.05)}.pos-sidebar-divider{background:var(--line);height:1px;margin:6px 4px}.pos-sidebar.collapsed .pos-sidebar-divider{width:28px;margin:6px auto}.pos-content-panel{background:var(--canvas);box-sizing:border-box;flex-direction:column;flex:1;min-width:0;height:100%;max-height:100%;padding:16px 20px 20px;display:flex;overflow:hidden auto}@media (max-width:768px){.pos-content-panel{padding:14px 14px 20px}}.pos-sidebar-top{flex-direction:column;gap:4px;width:100%;display:flex}.pos-sidebar-heading{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-light);padding:6px 8px 2px;font-size:10px;font-weight:800}.pos-nav-item{color:var(--slate-600);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:13px;font-weight:650;text-decoration:none;transition:all .15s;display:flex;position:relative}.pos-sidebar.collapsed .pos-nav-item{border-radius:12px;justify-content:center;width:48px;height:48px;margin:0 auto;padding:0}button.pos-nav-item{text-align:left;background:0 0;border:0;width:100%}.pos-sidebar.collapsed button.pos-nav-item{width:48px}.pos-nav-item:hover{color:var(--brand);background:var(--sky-50);transform:translate(2px)}.pos-sidebar.collapsed .pos-nav-item:hover{transform:none}.pos-nav-item.active{color:#ea580c;background:#fff7ed;font-weight:750;box-shadow:0 2px 8px #ea580c1f}.pos-nav-item.active:before{content:"";background:#ea580c;border-radius:0 4px 4px 0;width:3.5px;position:absolute;top:6px;bottom:6px;left:0}.pos-sidebar.collapsed .pos-nav-item.active:before{left:0}.pos-nav-icon{flex-shrink:0;place-items:center;width:24px;font-size:18px;display:grid}.pos-nav-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pos-sidebar-bottom{border-top:1px solid var(--line);flex-direction:column;gap:8px;width:100%;padding-top:14px;display:flex}.cashier-profile-card{background:var(--sky-50);border:1px solid var(--sky-200);border-radius:var(--radius-md);align-items:center;gap:10px;padding:8px 10px;display:flex}.cashier-profile-card.collapsed{background:0 0;border:0;justify-content:center;padding:4px}.cashier-avatar{background:var(--brand-gradient);color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:grid;box-shadow:0 3px 8px #0284c733}.cashier-info{min-width:0}.cashier-name{color:var(--slate-800);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:750;overflow:hidden}.cashier-outlet{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.logout-button{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;color:var(--slate-600);cursor:pointer;background:#fff;align-items:center;gap:10px;padding:9px 12px;font-size:12.5px;font-weight:650;transition:all .15s;display:flex}.logout-button.collapsed{border-radius:12px;justify-content:center;width:48px;height:48px;margin:0 auto;padding:0}.logout-button:hover{background:var(--danger-soft);color:var(--danger);border-color:#fecaca}.sale-container{flex-direction:column;gap:20px;min-width:0;padding:22px 28px 36px;display:flex}.sale-main-grid{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:24px;display:grid}.catalog-section{flex-direction:column;gap:18px;min-width:0;display:flex}.search-filter-bar{align-items:center;gap:12px;display:flex}.search-input-wrap{border:1px solid var(--line);border-radius:var(--radius-full);height:50px;box-shadow:var(--shadow-sm);background:#fff;flex:1;align-items:center;gap:10px;padding:0 18px;transition:all .2s;display:flex}.search-input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0ea5e92e}.search-icon{color:var(--muted-light);font-size:16px}.search-input{color:var(--ink);background:0 0;border:0;outline:none;flex:1;font-size:14px;font-weight:500}.search-input::placeholder{color:var(--muted-light)}.filter-btn{border-radius:var(--radius-full);border:1px solid var(--line);width:50px;height:50px;color:var(--slate-600);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;place-items:center;font-size:18px;transition:all .15s;display:grid}.filter-btn:hover{background:var(--sky-50);color:var(--brand);border-color:var(--brand-border)}.category-row{scrollbar-width:none;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.category-row::-webkit-scrollbar{display:none}.category-card{border:1.5px solid var(--line);border-radius:var(--radius-lg);cursor:pointer;min-width:96px;box-shadow:var(--shadow-sm);text-align:center;background:#fff;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:6px;padding:14px 16px;transition:all .2s cubic-bezier(.2,0,0,1);display:flex}.category-card:hover{border-color:var(--brand-border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card.active{background:var(--sky-50);border-color:var(--brand);box-shadow:0 6px 18px #0ea5e926}.category-card-icon{background:var(--slate-100);border-radius:14px;place-items:center;width:42px;height:42px;font-size:20px;transition:all .2s;display:grid}.category-card.active .category-card-icon{background:var(--accent-gradient);color:#fff;box-shadow:var(--accent-glow)}.category-card-name{color:var(--slate-800);font-size:12.5px;font-weight:750}.category-card.active .category-card-name{color:var(--brand)}.category-card-count{color:var(--muted-light);font-size:10px;font-weight:600}.category-card.active .category-card-count{color:var(--brand)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.product-card{border:1.5px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;transition:all .22s cubic-bezier(.2,0,0,1);display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--sky-300);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card.in-cart{border-color:var(--brand);box-shadow:0 8px 24px #0ea5e926}.product-image-wrap{background:var(--slate-100);height:140px;position:relative;overflow:hidden}.product-content{flex-direction:column;flex:1;justify-content:space-between;gap:12px;padding:14px 16px 16px;display:flex}.product-info h3{color:var(--slate-900);margin:0 0 4px;font-size:14.5px;font-weight:750;line-height:1.35}.product-info p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.product-price{color:var(--brand);letter-spacing:-.01em;font-size:15px;font-weight:800}.add-to-dish-btn{border-radius:var(--radius-full);border:1.5px solid var(--sky-200);background:var(--sky-50);width:100%;height:38px;color:var(--brand);cursor:pointer;justify-content:center;align-items:center;gap:6px;font-size:12.5px;font-weight:750;transition:all .15s;display:flex}.add-to-dish-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 4px 12px #0284c740}.add-to-dish-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.card-counter{background:var(--accent-soft);border:1.5px solid var(--accent-border);border-radius:var(--radius-full);justify-content:space-between;align-items:center;width:100%;height:38px;padding:0 4px;display:flex}.card-counter-btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:14px;font-weight:800;transition:transform .1s;display:grid}.card-counter-btn:hover{background:var(--accent-hover);transform:scale(1.1)}.card-counter-val{color:var(--sunset-700);font-size:13.5px;font-weight:800}.bottom-queue-bar{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);scrollbar-width:none;background:#fff;align-items:center;gap:12px;padding:12px 16px;display:flex;overflow-x:auto}.bottom-queue-bar::-webkit-scrollbar{display:none}.queue-badge-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:11.5px;font-weight:800}.queue-chip{background:var(--slate-50);border:1px solid var(--slate-200);border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:all .15s;display:flex}.queue-chip:hover{background:var(--sky-50);border-color:var(--brand-border)}.queue-chip-tag{background:var(--accent-gradient);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:10.5px;font-weight:800;display:grid}.queue-chip-status{border-radius:var(--radius-full);color:#15803d;background:#dcfce7;padding:2px 7px;font-size:10px;font-weight:750}.order-panel{border:1.5px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;display:flex;position:sticky;top:90px;overflow:hidden}.order-header{border-bottom:1px solid var(--line-light);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.order-header-info h2{color:var(--slate-900);margin:0;font-size:18px;font-weight:800}.order-header-info p{color:var(--muted);margin:2px 0 0;font-size:12px}.edit-table-btn{border:1px solid var(--line);background:var(--slate-50);width:36px;height:36px;color:var(--slate-600);cursor:pointer;border-radius:50%;place-items:center;font-size:14px;transition:all .15s;display:grid}.edit-table-btn:hover{background:var(--sky-50);color:var(--brand);border-color:var(--brand-border)}.order-type-tabs{background:var(--slate-50);border-bottom:1px solid var(--line-light);grid-template-columns:1fr;gap:6px;padding:8px 16px;display:grid}.order-type-tab{border-radius:var(--radius-md);color:var(--muted);cursor:default;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:8px 4px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.order-type-tab.active{color:var(--brand);box-shadow:var(--shadow-sm);background:#fff;font-weight:800}.order-items-list{flex-direction:column;gap:12px;max-height:270px;padding:12px 18px;display:flex;overflow-y:auto}.order-empty-cart{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:38px 20px;display:flex}.empty-cart-icon{color:var(--sky-300);font-size:36px}.order-item-card{border-bottom:1px dashed var(--line);grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding-bottom:12px;display:grid}.order-item-thumb{background:var(--sky-50);border-radius:12px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.order-item-detail h4{color:var(--slate-900);margin:0 0 2px;font-size:13.5px;font-weight:750}.order-item-detail p{color:var(--muted);margin:0 0 4px;font-size:11px}.order-item-unit-price{color:var(--brand);font-size:12px;font-weight:700}.order-item-controls{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.order-item-stepper{background:var(--slate-100);border-radius:var(--radius-full);align-items:center;gap:6px;padding:2px;display:flex}.order-item-stepper button{width:22px;height:22px;color:var(--slate-700);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border:0;border-radius:50%;place-items:center;font-size:12px;font-weight:800;transition:all .1s;display:grid}.order-item-stepper button:hover{background:var(--accent);color:#fff}.order-item-stepper span{padding:0 4px;font-size:12px;font-weight:800}.order-item-total-price{color:var(--slate-800);font-size:12.5px;font-weight:800}.order-summary-section{background:var(--slate-50);border-top:1px solid var(--line);flex-direction:column;gap:10px;padding:16px 20px 20px;display:flex}.summary-calc-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:12.5px;display:flex}.summary-calc-row strong{color:var(--slate-800)}.summary-total-divider{border-top:1.5px dashed var(--line);margin:6px 0}.summary-total-row{justify-content:space-between;align-items:baseline;display:flex}.summary-total-label{color:var(--slate-900);font-size:14px;font-weight:800}.summary-total-value{color:var(--slate-900);letter-spacing:-.02em;font-size:22px;font-weight:900}.payment-methods-grid{grid-template-columns:1fr;gap:8px;margin:8px 0;display:grid}.payment-method-card{border-radius:var(--radius-md);border:1.5px solid var(--line);color:var(--slate-700);cursor:default;background:#fff;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;font-size:11px;font-weight:750;transition:all .15s;display:flex}.payment-method-card.active{border-color:var(--accent);background:var(--accent-soft);color:var(--sunset-700);box-shadow:0 2px 8px #f9731626}.payment-method-icon{font-size:18px}.place-order-btn{border-radius:var(--radius-lg);background:var(--accent-gradient);color:#fff;letter-spacing:.01em;cursor:pointer;width:100%;height:52px;box-shadow:var(--accent-glow);border:0;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:800;transition:all .2s cubic-bezier(.2,0,0,1);display:flex}.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -4px #f973168c}.place-order-btn:active:not(:disabled){transform:translateY(0)}.place-order-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:var(--slate-300);color:var(--slate-500)}.card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--paper);box-shadow:var(--shadow-md)}.form-card{padding:clamp(24px,5vw,42px)}.eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.03em;color:var(--slate-900);margin-bottom:10px;font-size:clamp(28px,4.5vw,38px);font-weight:850;line-height:1.1}h2{color:var(--slate-900);font-size:20px;font-weight:800}.lead{color:var(--muted);margin-bottom:24px;font-size:14.5px;line-height:1.6}.stack{gap:18px;display:grid}.field{color:var(--slate-800);gap:8px;font-size:13.5px;font-weight:700;display:grid}.field input,.field select,.field textarea,.text-input{border:1.5px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:48px;color:var(--ink);background:#fff;outline:none;padding:11px 15px;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;min-height:92px}.field input:focus,.field select:focus,.field textarea:focus,.text-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0ea5e92e}.field small{color:var(--muted);font-size:12px;font-weight:500}.money-input-wrap{border:1.5px solid var(--line);border-radius:var(--radius-md);background:#fff;align-items:center;transition:all .15s;display:flex;overflow:hidden}.money-input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0ea5e92e}.money-input-wrap>span{color:var(--muted);padding-left:16px;font-size:16px;font-weight:800}.money-input-wrap input{color:var(--slate-900);border:0;padding:10px 14px;font-size:22px;font-weight:800;box-shadow:none!important}.button{border-radius:var(--radius-md);cursor:pointer;color:#fff;background:var(--brand-gradient);border:0;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:10px 20px;font-size:14px;font-weight:750;transition:transform .12s,box-shadow .12s,opacity .12s;display:inline-flex;box-shadow:0 4px 14px #0284c733}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #0284c74d}.button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.button.secondary{color:var(--slate-700);border:1.5px solid var(--line);box-shadow:var(--shadow-sm);background:#fff}.button.secondary:hover:not(:disabled){background:var(--sky-50);border-color:var(--brand-border);color:var(--brand)}.button.danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 14px #ef444440}.button.accent{background:var(--accent-gradient);box-shadow:var(--accent-glow)}.button.large{min-height:52px;padding-inline:24px;font-size:15.5px}.button.full{width:100%}.button-row{flex-wrap:wrap;gap:10px;display:flex}.link{color:var(--brand);text-underline-offset:3px;font-weight:750;text-decoration:underline}.callout{border-radius:var(--radius-md);color:var(--sunset-800);background:var(--sunset-50);border:1px solid var(--sunset-200);padding:14px 16px;font-size:13px;line-height:1.5}.error-banner{border-radius:var(--radius-md);color:#991b1b;background:var(--danger-soft);border:1px solid #fecaca;padding:13px 16px;font-size:13px;line-height:1.5}.success-banner{border-radius:var(--radius-md);color:#065f46;background:var(--success-soft);border:1px solid #a7f3d0;padding:13px 16px;font-size:13px;line-height:1.5}.quick-cash-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0 16px;display:grid}.quick-cash-btn{border-radius:var(--radius-md);border:1.5px solid var(--sky-200);background:var(--sky-50);color:var(--sky-800);cursor:pointer;padding:10px 4px;font-size:12px;font-weight:800;transition:all .12s}.quick-cash-btn:hover{background:var(--brand);border-color:var(--brand);color:#fff}.quick-cash-btn:disabled{cursor:not-allowed;opacity:.55}.state-panel{border:1.5px solid var(--line);border-radius:var(--radius-lg);max-width:700px;box-shadow:var(--shadow-sm);background:#fff;align-items:flex-start;gap:16px;padding:24px;display:flex}.state-panel h2{margin:0 0 6px}.state-copy{color:var(--muted);font-size:14px;line-height:1.55}.state-copy p:last-child{margin-bottom:0}.state-action{margin-top:16px}.state-icon{width:38px;height:38px;color:var(--brand);background:var(--sky-50);border-radius:12px;flex:none;place-items:center;font-size:18px;font-weight:900;display:grid}.state-panel.error .state-icon,.state-panel.forbidden .state-icon{color:var(--danger);background:var(--danger-soft)}.state-panel.success .state-icon{color:var(--success);background:var(--success-soft)}.dialog-backdrop{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172aa6;place-items:center;padding:18px;animation:.15s ease-out fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog{border-radius:var(--radius-xl);width:min(100%,520px);max-height:calc(100vh - 40px);box-shadow:var(--shadow-xl);background:#fff;padding:28px;animation:.2s cubic-bezier(.2,0,0,1) slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dialog-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.dialog-head h2{margin-bottom:4px}.dialog-close{cursor:pointer;background:var(--slate-100);width:36px;height:36px;color:var(--slate-600);border:0;border-radius:50%;place-items:center;font-size:20px;transition:all .12s;display:grid}.dialog-close:hover{background:var(--slate-200);color:var(--slate-900)}.option-list{gap:8px;margin:18px 0;display:grid}.option{border:1.5px solid var(--line);border-radius:var(--radius-md);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:all .12s;display:flex}.option:hover{border-color:var(--brand-border);background:var(--sky-50)}.option:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.option input{accent-color:var(--accent)}.server-total{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--sky-50) 0%, #e0f2fe 100%);border:1.5px solid var(--sky-200);margin:20px 0;padding:18px 20px}.server-total small{color:var(--sky-800);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700;display:block}.server-total strong{color:var(--sky-900);letter-spacing:-.02em;margin-top:4px;font-size:28px;font-weight:900;display:block}.receipt-wrap{width:min(100%,500px);margin:0 auto;padding:12px 16px 28px}.receipt-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.receipt-actions .button{cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.receipt-actions .button.accent{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);border:none;box-shadow:0 4px 14px #ea580c59}.receipt-actions .button.accent:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #ea580c73}.receipt-actions .button.secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.receipt-actions .button.secondary:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.receipt{color:#000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:24px 20px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.35;display:flex;box-shadow:0 4px 20px #00000014}.thermal-receipt-head{text-align:center;margin-bottom:6px}.thermal-receipt-logo{object-fit:contain;filter:grayscale()brightness(0);width:auto;max-width:140px;height:44px;margin:0 auto 6px;display:block}.thermal-brand-title{letter-spacing:.05em;color:#000;margin-bottom:3px;font-size:18px;font-weight:900}.thermal-brand-sub{color:#000;font-size:12px;line-height:1.3}.thermal-divider-double{border-top:1px dashed #000;border-bottom:1px dashed #000;height:3px;margin:8px 0}.thermal-divider-single{border-top:1px dashed #000;margin:8px 0}.thermal-sub-divider{border-top:1px dashed #000;width:100%;margin:4px 0 4px auto}.thermal-meta-grid{flex-direction:column;gap:2px;font-size:12.5px;display:flex}.thermal-meta-row{align-items:baseline;display:flex}.thermal-meta-label{flex-shrink:0;width:90px}.thermal-meta-colon{text-align:center;flex-shrink:0;width:14px}.thermal-meta-val{word-break:break-word;flex:1;font-weight:600}.thermal-items-section{flex-direction:column;gap:6px;margin:4px 0;display:flex}.thermal-item-block{flex-direction:column;gap:1px;display:flex}.thermal-item-name{font-size:12.5px;font-weight:700}.thermal-item-calc-row{justify-content:space-between;align-items:baseline;font-size:12.5px;display:flex}.thermal-item-calc{color:#000}.thermal-item-total{text-align:right;white-space:nowrap;font-weight:700}.thermal-item-note{color:#333;font-size:11px;font-style:italic}.thermal-totals-section{flex-direction:column;gap:2px;margin:4px 0;display:flex}.thermal-summary-row{justify-content:flex-end;align-items:baseline;font-size:12.5px;display:flex}.thermal-summary-label{text-align:right;width:120px}.thermal-summary-colon{text-align:center;width:18px}.thermal-summary-val{text-align:right;white-space:nowrap;width:90px;font-weight:700}.thermal-receipt-foot{text-align:center;flex-direction:column;gap:2px;margin-top:8px;font-size:12px;line-height:1.4;display:flex}.receipt-item-block{flex-direction:column;gap:2px;display:flex}.receipt-item-main-row{justify-content:space-between;align-items:baseline;gap:10px;font-size:13px;display:flex}.receipt-item-title{color:#0f172a;flex:1;font-weight:650}.receipt-item-total{color:#ea580c;white-space:nowrap;font-weight:750}.receipt-item-sub{color:#64748b;padding-left:4px;font-size:11.5px}.receipt-item-unit{color:#94a3b8;padding-left:4px;font-size:11px}.receipt-totals{border-top:1px dashed #cbd5e1;flex-direction:column;gap:7px;padding-top:12px;display:flex}.receipt-totals .summary-row{color:#64748b;justify-content:space-between;align-items:center;font-size:13px;display:flex}.receipt-totals .summary-row.total{color:#0f172a;border-top:1px dashed #cbd5e1;border-bottom:1px dashed #cbd5e1;margin:4px 0;padding:6px 0;font-size:16px;font-weight:800}.receipt-footer{text-align:center;color:#94a3b8;margin:8px 0 0;font-size:12px}.help-id{margin-top:8px;display:block}.queue-page{background:var(--canvas);min-height:100dvh;padding:24px}.queue-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.queue-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.queue-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.result-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.metric{border-radius:var(--radius-md);background:var(--slate-50);border:1px solid var(--line);padding:16px}.metric small{color:var(--muted);font-size:12px;display:block}.metric strong{color:var(--slate-900);margin-top:6px;font-size:18px;display:block}.preorder-page{gap:18px;width:min(100%,1080px);margin:0 auto;padding:clamp(20px,4vw,42px);display:grid}.preorder-page-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.preorder-page-head>div:first-child{max-width:680px}.preorder-page-head .lead{margin-bottom:0}.preorder-order-state{border:1px solid var(--line);border-radius:var(--radius-lg);min-width:230px;box-shadow:var(--shadow-sm);background:#fff;padding:16px}.preorder-order-state.ready{background:var(--success-soft);border-color:#a7f3d0}.preorder-order-state.missing{border-color:var(--sunset-200);background:var(--sunset-50)}.preorder-order-state small,.preorder-order-state strong,.preorder-info-grid small,.preorder-info-grid strong,.preorder-info-grid span,.preorder-item-row small,.preorder-total small,.preorder-total strong{display:block}.preorder-order-state small,.preorder-info-grid small,.preorder-item-row small,.preorder-total small{color:var(--muted)}.preorder-order-state strong{color:var(--slate-900);margin:5px 0}.preorder-lookup-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;padding:20px;display:grid}.preorder-result-card{gap:24px;padding:clamp(20px,4vw,32px);display:grid}.preorder-result-head,.preorder-item-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.preorder-result-head h2{margin:4px 0 8px}.preorder-status-badge{border-radius:var(--radius-full);color:var(--sky-800);background:var(--sky-50);border:1px solid var(--sky-200);padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.preorder-total{text-align:right}.preorder-total strong{color:var(--slate-900);margin-top:5px;font-size:22px}.preorder-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.preorder-info-grid>div{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--slate-50);padding:14px}.preorder-info-grid strong{margin:4px 0}.preorder-info-grid span{color:var(--muted);font-size:13px}.preorder-item-list{gap:12px;display:grid}.preorder-item-list h3{margin-bottom:0}.preorder-item-row{border-bottom:1px solid var(--line);padding:12px 0}.preorder-item-row:last-child{border-bottom:0}.preorder-item-row small{margin-top:3px}.preorder-claim-panel{border:1px solid var(--sunset-200);border-radius:var(--radius-lg);background:var(--sunset-50);gap:12px;padding:18px;display:grid}.preorder-claim-panel>small{color:var(--sunset-800)}.preorder-payment-card{border:1.5px solid var(--sky-200);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:20px;flex-direction:column;gap:16px;padding:20px 22px;display:flex;box-shadow:0 4px 16px #0f172a0a}.preorder-payment-head{border-bottom:1px solid var(--sky-100);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-bottom:14px;display:flex}.preorder-payment-head-title{align-items:center;gap:10px;display:flex}.preorder-payment-head-title h3{color:var(--slate-900);margin:0;font-size:15px;font-weight:800}.preorder-payment-badge-paid{color:#047857;background:#ecfdf5;border:1.5px solid #a7f3d0;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-flex}.preorder-payment-badge-unpaid{color:#b45309;background:#fffbeb;border:1.5px solid #fde68a;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-flex}.preorder-payment-badge-transfer{background:var(--sky-50);color:var(--sky-900);border:1.5px solid var(--sky-200);border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-flex}.preorder-payment-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.preorder-payment-col{border:1px solid var(--sky-100);justifycontent:space-between;background:#fff;border-radius:14px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.preorder-payment-col small{text-transform:uppercase;letter-spacing:.05em;color:var(--slate-400);font-size:11px;font-weight:750}.preorder-payment-col strong{color:var(--slate-800);font-size:14px;font-weight:800}.preorder-payment-col span{color:var(--slate-500);font-size:12px}.proof-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:18px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.proof-modal-card{border:1px solid var(--sky-200);background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}.proof-modal-head{background:linear-gradient(135deg, var(--sky-800) 0%, var(--sky-950) 100%);color:#fff;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.proof-modal-head h3{color:#fff;margin:0;font-size:16px;font-weight:800}.proof-modal-body{flex-direction:column;gap:18px;padding:24px;display:flex;overflow-y:auto}.proof-slip-box{border:1.5px dashed var(--sky-300);background:#f8fafc;border-radius:18px;flex-direction:column;gap:14px;padding:20px;display:flex;position:relative}.proof-slip-badge-verified{color:#047857;text-transform:uppercase;letter-spacing:.05em;background:#ecfdf5;border:1.5px solid #10b981;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:900;position:absolute;top:14px;right:14px}.proof-slip-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.proof-slip-row span{color:var(--slate-500);font-weight:500}.proof-slip-row strong{color:var(--slate-800);font-weight:750}.proof-modal-actions{background:var(--slate-50);border-top:1px solid var(--sky-100);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1100px){.pos-dashboard-frame,.pos-dashboard-frame.sidebar-expanded,.pos-dashboard-frame.sidebar-collapsed{grid-template-columns:80px minmax(0,1fr)}.pos-sidebar{padding:18px 8px}.pos-sidebar-heading,.pos-nav-item span:not(.pos-nav-icon),.cashier-info,.logout-button span:not(.pos-nav-icon){display:none}.pos-nav-item{justify-content:center;padding:12px}.cashier-profile-card{justify-content:center;padding:6px}.logout-button{justify-content:center;padding:10px}.sale-main-grid{grid-template-columns:1fr}.order-panel{position:static}}@media (max-width:768px){.pos-dashboard-frame,.pos-dashboard-frame.sidebar-expanded,.pos-dashboard-frame.sidebar-collapsed{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr}.pos-sidebar{display:none}.pos-mobile-nav{border-top:1px solid var(--line);background:#fff;grid-row:2;min-width:0;display:flex;overflow-x:auto;box-shadow:0 -4px 16px #0f172a14}.pos-mobile-nav a,.pos-mobile-nav button{min-width:64px;min-height:62px;color:var(--slate-600);cursor:pointer;background:#fff;border:0;flex-direction:column;flex:1 0 64px;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:750;display:flex}.pos-mobile-nav a.active{color:var(--brand);background:var(--sky-50)}.pos-content-panel{grid-row:1}.outlet-pill{display:none!important}.sale-container{padding:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-grid{grid-template-columns:1fr}.queue-page{padding:16px}.queue-header{flex-direction:column;align-items:flex-start}.queue-actions{justify-content:flex-start;width:100%}.queue-actions .button{flex:140px}.receipt-actions{flex-wrap:wrap}.receipt-actions .button{flex:150px}.preorder-page-head{flex-direction:column}.preorder-order-state{width:100%}.preorder-lookup-form,.preorder-info-grid{grid-template-columns:1fr}.dialog{padding:22px 18px}}@media (max-width:560px){.topbar{gap:10px;padding-inline:12px}.brand{gap:8px}.brand-copy small{display:none}.network-pill{padding:7px 9px}.network-pill span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:92px;overflow:hidden}.product-grid,.queue-grid{grid-template-columns:1fr}.quick-cash-grid{grid-template-columns:repeat(2,1fr)}.order-item-card{grid-template-columns:40px minmax(0,1fr)}.order-item-controls{grid-column:2;align-items:flex-start}.preorder-page{padding:16px}.preorder-result-head,.preorder-item-row{flex-direction:column;align-items:flex-start}.preorder-total{text-align:left}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.pos-purr-container{flex:1;grid-template-columns:minmax(0,1fr) 380px;align-items:flex-start;gap:20px;height:100%;min-height:0;max-height:100%;padding:0;display:grid;overflow:hidden}@media (max-width:1100px){.pos-purr-container{grid-template-columns:1fr;gap:20px;height:auto;max-height:none;overflow:visible}}.purr-main-area{flex-direction:column;gap:14px;height:100%;min-height:0;max-height:100%;padding-right:6px;display:flex;overflow-y:auto}@media (max-width:1100px){.purr-main-area{height:auto;max-height:none;padding-right:0;overflow:visible}}.purr-welcome-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:2px 0 6px;display:flex}.purr-welcome-text{flex-direction:column;gap:2px;display:flex}.purr-welcome-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:800}.purr-welcome-sub{color:#64748b;margin:0;font-size:13px}.purr-top-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:6px 14px;display:flex;box-shadow:0 2px 8px #0f172a0a}.purr-search-wrapper{align-items:center;gap:8px;min-width:220px;display:flex}.purr-search-input{width:100%;color:var(--slate-800);background:0 0;border:none;outline:none;font-size:13.5px}.purr-search-input::placeholder{color:var(--slate-400)}.purr-filter-pill-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:32px;height:32px;transition:all .15s;display:grid}.purr-filter-pill-btn:hover{color:#ea580c;background:#fff7ed;border-color:#fdba74}.purr-category-bar{scrollbar-width:none;align-items:stretch;gap:8px;width:100%;padding:2px 2px 6px;display:flex;overflow-x:auto}.purr-category-bar::-webkit-scrollbar{display:none}.purr-cat-tile{color:#334155;cursor:pointer;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:6px;min-width:70px;max-width:110px;padding:8px 6px 7px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 2px 8px #0f172a08}.purr-cat-tile:hover{color:#ea580c;background:#fff7ed;border-color:#fdba74;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c1f}.purr-cat-tile.active{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);border-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 14px #ea580c59}.purr-cat-tile-icon{color:#475569;background:#f8fafc;border-radius:10px;place-items:center;width:32px;height:32px;transition:all .2s;display:grid;position:relative}.purr-cat-tile:hover .purr-cat-tile-icon{color:#ea580c;background:#ffedd5}.purr-cat-tile.active .purr-cat-tile-icon{color:#fff;background:#ffffff38}.purr-cat-tile-badge{color:#fff;background:#0284c7;border-radius:9999px;padding:1px 5px;font-size:10px;font-weight:750;line-height:1.2;position:absolute;top:-4px;right:-6px;box-shadow:0 1px 3px #00000026}.purr-cat-tile.active .purr-cat-tile-badge{color:#ea580c;background:#fff}.purr-cat-tile-name{-webkit-line-clamp:2;word-break:break-word;color:inherit;-webkit-box-orient:vertical;font-size:11px;font-weight:650;line-height:1.2;display:-webkit-box;overflow:hidden}.purr-section-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.purr-section-heading{color:var(--sky-900);margin:0;font-size:18px;font-weight:800}.purr-section-sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:500;display:block}.purr-pagination-nav-top{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:4px 8px;display:flex;box-shadow:0 1px 4px #00000008}.purr-page-btn-sm{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:4px 10px;font-size:11.5px;font-weight:700;transition:all .15s}.purr-page-btn-sm:hover:not(:disabled){color:#ea580c;background:#fff7ed;border-color:#fed7aa}.purr-page-btn-sm:disabled{opacity:.4;cursor:not-allowed;color:#94a3b8;background:#f8fafc;border-color:#f1f5f9}.purr-page-indicator{color:#0f172a;padding:0 4px;font-size:12px;font-weight:750}.purr-pagination-footer{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;padding:12px 18px;display:flex;box-shadow:0 4px 16px #0f172a08}.purr-pagination-info{color:#64748b;font-size:13px;font-weight:500}.purr-pagination-info strong{color:#0f172a;font-weight:750}.purr-pagination-nav{align-items:center;gap:8px;display:flex}.purr-page-pills{align-items:center;gap:6px;display:flex}.purr-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.purr-page-btn:hover:not(:disabled){color:#ea580c;background:#fff7ed;border-color:#fed7aa}.purr-page-btn:disabled{opacity:.4;cursor:not-allowed;color:#94a3b8;background:#f8fafc;border-color:#f1f5f9}.purr-page-pill{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12.5px;font-weight:750;transition:all .15s;display:inline-flex}.purr-page-pill:hover{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.purr-page-pill.active{color:#fff;background:#ea580c;border-color:#ea580c;box-shadow:0 2px 8px #ea580c59}.purr-product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.purr-prod-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;gap:12px;padding:14px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 16px #0f172a08}.purr-prod-card:hover{border-color:#fdba74;transform:translateY(-3px);box-shadow:0 10px 24px #ea580c14}.purr-prod-img-container{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:100%;height:130px;display:flex;position:relative;overflow:hidden}.purr-prod-img-box{width:100%;height:100%;color:var(--sky-600);justify-content:center;align-items:center;display:flex}.purr-img-cart-btn{color:#ea580c;cursor:pointer;z-index:2;background:#fff;border:1px solid #fed7aa;border-radius:10px;place-items:center;width:32px;height:32px;transition:all .15s;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #00000014}.purr-img-cart-btn:hover{color:#fff;background:#ea580c;border-color:#ea580c;transform:scale(1.08)}.purr-prod-meta{flex-direction:column;gap:3px;margin-top:4px;display:flex}.purr-prod-title-row{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.purr-prod-name{color:#0f172a;font-size:15px;font-weight:750;line-height:1.25}.purr-prod-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.purr-prod-price-tag{color:#ea580c;align-items:baseline;gap:4px;margin-top:6px;font-size:15px;font-weight:800;display:flex}.purr-prod-price-tag small{color:#94a3b8;font-size:11px;font-weight:500}.purr-size-row{align-items:center;gap:8px;margin-top:2px;display:flex}.purr-size-label{color:var(--slate-400);font-size:11px;font-weight:600}.purr-size-pills{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.purr-size-pill{border:1px solid var(--sky-200);background:var(--sky-50);color:var(--sky-800);cursor:pointer;border-radius:8px;padding:3px 9px;font-size:11px;font-weight:650;transition:all .15s}.purr-size-pill:hover{border-color:var(--sky-400)}.purr-size-pill.active{color:#fff;background:#0284c7;border-color:#0284c7}.purr-card-bottom{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;gap:8px;padding-top:10px;display:flex}.purr-stepper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:6px;padding:3px 6px;display:inline-flex}.purr-step-btn{width:22px;height:22px;color:var(--sky-800);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #00000014}.purr-step-btn:hover{color:#fff;background:#ea580c}.purr-step-count{color:#0f172a;text-align:center;min-width:14px;font-size:12px;font-weight:750}.purr-add-btn{border:1.5px solid var(--sky-300);background:var(--sky-50);color:var(--sky-700);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12.5px;font-weight:650;transition:all .2s;display:inline-flex}.purr-add-btn:hover{background:var(--sky-100);border-color:var(--sky-500)}.purr-add-btn.added{color:#fff;background:#ea580c;border-color:#0000;box-shadow:0 4px 12px #ea580c59}.purr-cart-panel{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:12px;height:fit-content;max-height:calc(100vh - 60px);padding:16px 18px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 6px 24px #0f172a0a}@media (max-width:1100px){.purr-cart-panel{height:auto;max-height:none;position:relative;top:auto}}.purr-cart-top-section{flex-direction:column;flex-shrink:0;gap:10px;display:flex}.purr-cart-header{justify-content:space-between;align-items:center;display:flex}.purr-cart-title{color:#0f172a;margin:0;font-size:18px;font-weight:800}.purr-cart-orderno{color:#0369a1;letter-spacing:.04em;background:#e0f2fe;border:1.5px solid #bae6fd;border-radius:9999px;padding:4px 10px;font-size:13px;font-weight:850}.purr-mode-tabs{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.purr-mode-tab{color:#64748b;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:9px;padding:8px 0;font-size:13px;font-weight:750;transition:all .15s}.purr-mode-tab.active{color:#fff;background:#0284c7;box-shadow:0 2px 8px #0284c747}.purr-cart-action-tiles{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.purr-action-tile{text-align:center;border:1.5px solid var(--sky-200);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:74px;padding:8px 6px 9px;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0f172a08}.purr-action-tile:hover{background:var(--sky-50);border-color:var(--sky-400);transform:translateY(-1px);box-shadow:0 4px 12px #0284c71a}.purr-action-tile:active{transform:translateY(0)}.purr-action-tile.table-active{background:#fff7ed;border-color:#fed7aa}.purr-action-tile.table-active:hover{background:#ffedd5;border-color:#fb923c}.purr-action-tile.cust-active{background:#f0f9ff;border-color:#bae6fd}.purr-action-tile.cust-active:hover{background:#e0f2fe;border-color:#38bdf8}.purr-action-tile-icon{border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:4px;transition:all .15s;display:flex}.purr-action-tile-icon.table{color:#ea580c;background:#ffedd5}.purr-action-tile-icon.user{color:#0284c7;background:#e0f2fe}.purr-action-tile-icon.takeaway{color:#475569;background:#f1f5f9}.purr-action-tile-value{color:var(--slate-900);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:2px;font-size:13px;font-weight:850;line-height:1.25;overflow:hidden}.purr-action-tile-sub{color:var(--slate-500);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:2px;font-size:10.5px;font-weight:600;overflow:hidden}.purr-action-tile-sub.prompt-orange{color:var(--sunset-600)}.purr-action-tile-sub.prompt-blue{color:#0284c7}.purr-action-tile-clear{color:#64748b;cursor:pointer;z-index:2;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;transition:all .15s;display:flex;position:absolute;top:5px;right:5px}.purr-action-tile-clear:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.purr-table-picker{background:var(--sky-50);border:1px solid var(--sky-200);color:var(--sky-900);border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12.5px;display:flex}.member-picker-dialog{flex-direction:column;gap:16px;max-height:88vh;display:flex;width:min(100%,560px)!important;padding:24px!important}.member-modal-tabs{background:#f1f5f9;border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.member-modal-tab{color:var(--slate-600);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:750;transition:all .15s;display:flex}.member-modal-tab.active{color:var(--slate-900);background:#fff;box-shadow:0 2px 8px #0000000f}.member-picker-list{flex-direction:column;gap:8px;max-height:280px;padding:2px 2px 2px 0;display:flex;overflow-y:auto}.member-picker-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .15s;display:flex}.member-picker-card:hover{background:var(--sky-50);border-color:var(--sky-300);transform:translateY(-1px)}.member-tier-pill{text-transform:uppercase;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:800}.member-tier-pill.silver{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.member-tier-pill.gold{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.member-tier-pill.platinum{color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe}.purr-cart-items-list{flex-direction:column;gap:8px;max-height:260px;padding:2px 4px 2px 0;display:flex;overflow-y:auto}.purr-cart-empty-state{text-align:center;color:var(--slate-400);flex-direction:column;justify-content:center;align-items:center;padding:16px 10px;display:flex}.purr-cart-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.purr-cart-item-img{object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;width:40px;height:40px}.purr-cart-item-info{flex-direction:column;flex:1;gap:2px;display:flex}.purr-cart-item-name{color:var(--slate-900);font-size:13px;font-weight:700}.purr-cart-item-sub{color:var(--slate-500);font-size:11px}.purr-cart-item-price{color:#ea580c;font-size:13px;font-weight:750}.purr-cart-bottom-section{border-top:1px dashed #e2e8f0;flex-direction:column;flex-shrink:0;gap:10px;padding-top:10px;display:flex}.purr-cart-summary{flex-direction:column;gap:6px;padding:0;display:flex}.purr-summary-row{color:#64748b;justify-content:space-between;font-size:13px;display:flex}.purr-summary-divider{border-bottom:1px dashed #cbd5e1;margin:2px 0}.purr-summary-row.total{color:#0f172a;padding-top:2px;font-size:16px;font-weight:800}.purr-checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:14.5px;font-weight:750;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 6px 20px #ea580c59}.purr-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ea580c73}.purr-cart-items-list::-webkit-scrollbar{width:5px}.purr-main-area::-webkit-scrollbar{width:5px}.purr-cart-items-list::-webkit-scrollbar-track{background:0 0}.purr-main-area::-webkit-scrollbar-track{background:0 0}.purr-cart-items-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}.purr-main-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}.purr-cart-items-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.purr-main-area::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-picker-dialog{flex-direction:column;gap:16px;max-height:88vh;display:flex;width:min(100%,620px)!important;padding:24px!important}.table-picker-modal-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;max-height:50vh;padding:4px 2px;display:grid;overflow-y:auto}.table-picker-modal-card{text-align:center;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;transition:all .15s;display:flex;position:relative}.table-picker-modal-card:hover:not(:disabled){border-color:#ea580c;transform:translateY(-2px);box-shadow:0 6px 18px #ea580c26}.table-picker-modal-card.selected{background:#fff7ed;border-color:#ea580c;box-shadow:0 4px 16px #ea580c33}.table-picker-modal-card:disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.table-picker-card-name{color:#0f172a;font-size:15px;font-weight:800}.table-picker-card-cap{color:#64748b;font-size:11.5px;font-weight:600}.table-picker-card-badge{text-transform:uppercase;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:750}.table-picker-card-badge.available{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.table-picker-card-badge.occupied{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.table-picker-card-badge.blocked{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.tables-dashboard-shell{flex-direction:column;gap:26px;padding:0 0 32px;display:flex}.tables-stats-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.tables-stat-card{border:1.5px solid var(--sky-100);background:#fff;border-radius:22px;align-items:center;gap:16px;padding:18px 22px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #0f172a08}.tables-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0284c70f}.tables-stat-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tables-floor-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.table-card-item{border:1.5px solid var(--sky-100);background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f172a08}.table-card-item:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0284c714}.table-card-item:before{content:"";height:5px;position:absolute;top:0;left:0;right:0}.table-card-item.status-available:before{background:#10b981}.table-card-item.status-occupied:before{background:#ef4444}.table-card-item.status-blocked:before{background:#f59e0b}.table-badge{letter-spacing:.04em;white-space:nowrap;border-radius:9999px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.table-badge.available{color:#059669;background:#ecfdf5}.table-badge.occupied{color:#dc2626;background:#fef2f2}.table-badge.blocked{color:#d97706;background:#fffbeb}.table-badge.current-selected{color:#ea580c;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;box-shadow:0 2px 8px #ea580c2e}.table-card-edit-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:inline-flex}.table-card-edit-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1;transform:scale(1.05)}.tv-display-container{min-height:100vh;color:var(--slate-900);background:radial-gradient(at 10% 0,#0ea5e91f,#0000 50%),radial-gradient(at 90% 10%,#f9731614,#0000 45%),#f0f6fc;grid-template-columns:1fr 380px;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid;overflow:hidden}@media (max-width:900px){.tv-display-container{grid-template-columns:1fr}}.tv-main-stage{background:0 0;flex-direction:column;justify-content:space-between;padding:40px;display:flex;position:relative}.tv-hero-callout{text-align:center;border:2px solid var(--sky-200);background:#fff;border-radius:36px;margin:auto 0;padding:56px 40px;position:relative;overflow:hidden;box-shadow:0 24px 60px -8px #0284c71f,0 8px 24px -4px #0f172a0d}.tv-hero-callout:before{content:"";background:var(--brand-gradient);height:6px;position:absolute;top:0;left:0;right:0}.tv-hero-header{color:var(--sky-700);letter-spacing:.01em;margin-bottom:12px;font-size:30px;font-weight:750}.tv-hero-number{color:var(--sunset-600);letter-spacing:2px;text-shadow:0 4px 20px #f9731633;margin:16px 0;font-size:118px;font-weight:900;line-height:1}.tv-hero-counter{color:var(--sky-900);font-size:34px;font-weight:700}.tv-bottom-banner{border:1.5px solid var(--sky-200);background:#fff;border-radius:22px;align-items:center;gap:22px;padding:18px 26px;display:flex;box-shadow:0 6px 20px #0284c70f}.tv-logo-box{background:var(--sky-50);border:1px solid var(--sky-100);border-radius:14px;justify-content:center;align-items:center;padding:8px 16px;display:flex}.tv-logo-box img{object-fit:contain;height:36px}.tv-serving-sidebar{border-left:2px solid var(--sky-100);background:#fff;flex-direction:column;gap:24px;padding:40px 32px;display:flex;box-shadow:-4px 0 20px #0f172a08}.tv-serving-title{color:var(--sky-800);border-bottom:2px solid var(--sky-100);align-items:center;gap:10px;margin:0;padding-bottom:14px;font-size:24px;font-weight:800;display:flex}.tv-serving-list{flex-direction:column;gap:16px;display:flex;overflow-y:auto}.tv-serving-card{background:var(--sky-50);border:1.5px solid var(--sky-200);border-radius:20px;justify-content:space-between;align-items:center;padding:16px 20px;transition:transform .2s,box-shadow .2s;display:flex}.tv-serving-card.highlight{background:var(--sunset-50);border-color:var(--sunset-200)}.tv-serving-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0284c714}.tv-serving-item{flex-direction:column;gap:2px;display:flex}.tv-serving-no{color:var(--sky-700);font-size:38px;font-weight:900;line-height:1}.tv-serving-card.highlight .tv-serving-no{color:var(--sunset-600)}.tv-serving-dest{color:var(--slate-600);font-size:14px;font-weight:600}.kds-container{flex-direction:column;gap:20px;padding:0 4px;display:flex}.kds-header-bar{border:1.5px solid var(--sky-100);background:#fff;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex;box-shadow:0 4px 20px #0f172a08}.kds-stats-pills{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.kds-filter-tabs{scrollbar-width:none;align-items:center;gap:10px;padding:2px 0;display:flex;overflow-x:auto}.kds-filter-tabs::-webkit-scrollbar{display:none}.kds-tab-btn{border:1.5px solid var(--sky-100);color:var(--slate-700);cursor:pointer;white-space:nowrap;background:#fff;border-radius:9999px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:650;transition:all .2s;display:inline-flex}.kds-tab-btn:hover{background:var(--sky-50);border-color:var(--sky-300);color:var(--sky-800)}.kds-tab-btn.active{background:var(--brand-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 14px #0284c74d}.kds-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.kds-card{border:1.5px solid var(--sky-100);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f172a08}.kds-card:hover{border-color:var(--sky-300);transform:translateY(-4px);box-shadow:0 14px 34px #0f172a17}.kds-card:active{transform:translateY(-1px)scale(.99)}.kds-card:before{content:"";height:5px;position:absolute;top:0;left:0;right:0}.kds-card.status-received:before{background:var(--brand-gradient)}.kds-card.status-preparing:before{background:var(--accent-gradient)}.kds-card.status-ready:before{background:#10b981}.kds-card-head{justify-content:space-between;align-items:flex-start;gap:10px;padding:18px 20px 0;display:flex}.kds-card-number{color:var(--slate-900);margin:2px 0 0;font-size:20px;font-weight:850;line-height:1.2}.kds-card-body{flex-direction:column;gap:10px;padding:0 20px 16px;display:flex}.kds-item-row{background:var(--sky-50);border:1px solid var(--sky-100);border-radius:14px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.kds-item-row.compact{border:1px solid var(--sky-100);background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:8px 12px;display:flex}.kds-item-qty{background:var(--sky-700);color:#fff;border-radius:8px;flex-shrink:0;padding:2px 8px;font-size:13px;font-weight:800}.kds-item-details{flex-direction:column;flex:1;gap:2px;display:flex}.kds-item-name{color:var(--slate-900);font-size:14px;font-weight:750}.kds-item-name-only{color:var(--slate-900);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13.5px;font-weight:800;line-height:1.3;overflow:hidden}.kds-item-note{color:var(--sunset-700);font-size:12px;font-weight:600}.kds-card-tap-bar{border-top:1.5px dashed var(--sky-100);text-align:center;letter-spacing:.01em;justify-content:center;align-items:center;gap:8px;padding:12px 18px 14px;font-size:12.5px;font-weight:800;transition:all .15s;display:flex}.kds-card-tap-bar.received{color:#c2410c;background:#fff7ed;border-top:1.5px solid #fed7aa}.kds-card:hover .kds-card-tap-bar.received{color:#9a3412;background:#ffedd5}.kds-card-tap-bar.preparing{color:#047857;background:#ecfdf5;border-top:1.5px solid #a7f3d0}.kds-card:hover .kds-card-tap-bar.preparing{color:#065f46;background:#d1fae5}.kds-card-tap-bar.ready{color:#0369a1;background:#f0f9ff;border-top:1.5px solid #bae6fd}.kds-card:hover .kds-card-tap-bar.ready{color:#075985;background:#e0f2fe}.kds-card-tap-bar.completed{color:#475569;background:#f8fafc;border-top:1.5px solid #e2e8f0}.kds-card:hover .kds-card-tap-bar.completed{color:#334155;background:#f1f5f9}.kds-advance-btn{letter-spacing:.01em;white-space:nowrap;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 18px;font-size:14px;font-weight:850;transition:all .15s;display:flex;box-shadow:0 4px 14px #00000014}.kds-advance-btn.received{background:linear-gradient(135deg, var(--sunset-500), var(--sunset-600));color:#fff;box-shadow:0 4px 16px #ea580c47}.kds-advance-btn.received:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.kds-advance-btn.preparing{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b98147}.kds-advance-btn.preparing:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.kds-advance-btn.ready{color:#fff;background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:0 4px 16px #0284c747}.kds-advance-btn.ready:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.kds-advance-btn:disabled{opacity:.6;cursor:not-allowed}.kds-header-pill-btn{border:1.5px solid var(--sky-200);color:var(--sky-900);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#fff;border-radius:9999px;align-items:center;gap:7px;padding:8px 16px;font-size:12.5px;font-weight:750;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #0000000a}.kds-header-pill-btn:hover:not(:disabled){background:var(--sky-50);border-color:var(--sky-400);color:var(--sky-950);transform:translateY(-1px);box-shadow:0 4px 10px #0284c71f}.kds-header-pill-btn:active:not(:disabled){transform:translateY(0)}.kds-header-pill-btn:disabled{opacity:.6;cursor:not-allowed}.kds-fullscreen-btn{background:linear-gradient(135deg, var(--sunset-500), var(--sunset-600));color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:none;border-radius:9999px;align-items:center;gap:7px;padding:8px 18px;font-size:13px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 4px 14px #ea580c47}.kds-fullscreen-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #ea580c59}.kds-fullscreen-btn:active:not(:disabled){transform:translateY(0)}.kds-fullscreen-btn:disabled{opacity:.6;cursor:not-allowed}.kds-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1200;background:#0f172aa6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.kds-modal-card{background:#fff;border-radius:28px;flex-direction:column;width:100%;max-width:580px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) kdsModalPop;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000040}@keyframes kdsModalPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.kds-modal-head{border-bottom:1.5px solid var(--sky-100);background:linear-gradient(#f8fafc,#fff);justify-content:space-between;align-items:flex-start;padding:22px 26px 18px;display:flex}.kds-modal-body{flex-direction:column;flex:1;gap:14px;padding:20px 26px;display:flex;overflow-y:auto}.kds-modal-footer{border-top:1.5px solid var(--sky-100);background:#fafcff;flex-direction:column;gap:12px;padding:18px 26px 22px;display:flex}.kds-pagination-bar{border:1.5px solid var(--sky-100);background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:6px;padding:16px 24px;display:flex;box-shadow:0 4px 20px #0f172a08}.kds-pagination-info{color:var(--slate-600);font-size:13px;font-weight:600}.kds-pagination-nav{align-items:center;gap:8px;display:flex}.kds-page-btn{border:1.5px solid var(--sky-100);color:var(--slate-700);cursor:pointer;background:#fff;border-radius:9999px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.kds-page-btn:hover:not(:disabled){background:var(--sky-50);border-color:var(--sky-300);color:var(--sky-800)}.kds-page-btn:disabled{opacity:.45;cursor:not-allowed;border-color:var(--slate-200)}.kds-page-pill{border:1.5px solid var(--sky-100);width:36px;height:36px;color:var(--slate-700);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:750;transition:all .15s;display:inline-flex}.kds-page-pill:hover{background:var(--sky-50);border-color:var(--sky-300);color:var(--sky-800)}.kds-page-pill.active{background:var(--brand-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 12px #0284c759}.kds-pagesize-select{color:var(--slate-600);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.kds-print-btn:hover{background:var(--sky-100);border-color:var(--sky-400)}.kitchen-chit-printable{display:none}@media print{@page{margin:0;size:auto}@page customer-receipt{size:48mm 210mm;margin:2mm}html,body{background:#fff!important;min-height:0!important}body{color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff!important;margin:0!important;padding:0!important;font-family:Courier New,Courier,monospace!important;font-size:11px!important}.pos-dashboard-frame>aside,.pos-sidebar,.pos-mobile-nav,.receipt-actions,.success-banner,.error-banner,.session-notice,.network-pill,.topbar,.kds-header-bar,.kds-filter-tabs,.kds-grid,.kds-pagination-bar,.kds-modal-overlay,.kds-modal-card,.purr-top-controls,.modal-overlay,.modal-card{visibility:hidden!important;display:none!important}.pos-shell,.pos-dashboard-frame{background:#fff!important;height:auto!important;max-height:none!important;display:block!important;overflow:visible!important}.pos-content-panel{background:#fff!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.receipt-wrap{page:customer-receipt;box-sizing:border-box!important;width:44mm!important;max-width:100%!important;margin:0!important;padding:0!important}.receipt{overflow-wrap:anywhere;width:100%!important;max-width:100%!important;box-shadow:none!important;color:#000!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;font-family:Courier New,Courier,monospace!important;font-size:10px!important;line-height:1.28!important;display:block!important}.receipt *{color:#000!important;background:0 0!important}.thermal-receipt-head{text-align:center!important;margin-bottom:4px!important}.thermal-receipt-logo{object-fit:contain!important;filter:grayscale()brightness(0)!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;width:auto!important;max-width:120px!important;height:36px!important;margin:0 auto 4px!important;display:block!important}.thermal-brand-title{letter-spacing:.04em!important;font-size:13px!important;font-weight:700!important}.thermal-brand-sub{font-size:9.5px!important;line-height:1.25!important}.thermal-divider-double{border-top:1px dashed #000!important;border-bottom:1px dashed #000!important;height:3px!important;margin:5px 0!important}.thermal-divider-single{border-top:1px dashed #000!important;margin:5px 0!important}.thermal-sub-divider{border-top:1px dashed #000!important;width:100%!important;margin:3px 0 3px auto!important}.thermal-meta-grid{gap:1.5px!important;font-size:9.5px!important}.thermal-meta-label{width:68px!important}.thermal-meta-colon{width:10px!important}.thermal-meta-val{min-width:0}.thermal-item-block,.thermal-totals-section,.thermal-summary-row,.thermal-receipt-head,.thermal-receipt-foot{break-inside:avoid}.thermal-item-name{font-size:10px!important;font-weight:700!important}.thermal-item-calc-row{flex-wrap:wrap;column-gap:4px;font-size:9.5px!important}.thermal-item-total{margin-left:auto;font-weight:700!important}.thermal-summary-row{grid-template-columns:minmax(0,1fr) 10px max-content;display:grid;font-size:9.5px!important}.thermal-summary-label,.thermal-summary-colon{width:auto!important}.thermal-summary-val{width:auto!important;font-weight:700!important}.thermal-receipt-foot{margin-top:6px!important;font-size:9px!important;line-height:1.3!important}.kitchen-chit-printable{box-sizing:border-box!important;color:#000!important;background:#fff!important;width:58mm!important;max-width:58mm!important;margin:0 auto!important;padding:2mm 3mm!important;display:block!important}.kitchen-chit-printable *{color:#000!important;background:0 0!important}.chit-divider{border-top:1px dashed #000!important;margin:4px 0!important}.chit-double-divider{border-top:2px double #000!important;margin:6px 0!important}}.table-session-card{flex-direction:column;gap:10px;display:flex}.table-session-card p,.table-session-card h2{margin:0}.table-session-card>.button{margin-top:auto}
