:root{--bg: #f4f6fb;--panel: rgba(255, 255, 255, .92);--text: #111827;--muted: #6b7280;--line: #e5e7eb;--dark: #111827;--orange: #f97316;--orange-soft: #fff7ed;--green: #16a34a;--red: #dc2626;--blue: #2563eb;--shadow: 0 22px 55px rgba(15, 23, 42, .12);--radius: 28px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 0% 0%,rgba(249,115,22,.16),transparent 32%),radial-gradient(circle at 100% 100%,rgba(37,99,235,.12),transparent 34%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button{font:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.app-shell{height:100vh;display:flex;flex-direction:column}.topbar{height:88px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,235,.9)}.brand,.top-actions,.panel-title{display:flex;align-items:center;gap:14px}.brand-mark{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-size:28px;font-weight:900;box-shadow:0 14px 28px #11182738}h1,h2,p{margin:0}h1{font-size:25px;letter-spacing:-.04em}.brand p,.panel-title p{margin-top:3px;color:var(--muted);font-size:14px;font-weight:650}.ghost-button,.primary-button{min-height:54px;border:0;border-radius:18px;padding:0 18px;display:inline-flex;align-items:center;gap:9px;font-weight:850;cursor:pointer}.ghost-button{background:#fff;color:var(--dark);border:1px solid var(--line)}.primary-button{background:var(--dark);color:#fff;box-shadow:0 12px 24px #1118272e}.pos-grid{flex:1;min-height:0;padding:18px;display:grid;grid-template-columns:260px minmax(420px,1fr) 380px;gap:18px}.panel{min-height:0;padding:18px;border:1px solid rgba(229,231,235,.9);border-radius:var(--radius);background:var(--panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.panel-title{margin-bottom:16px}.panel-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange)}.panel-title h2{font-size:22px;letter-spacing:-.035em}.tables-list,.menu-grid,.order-list{min-height:0;overflow-y:auto;padding-right:4px}.tables-list{display:grid;gap:12px}.table-tile{min-height:92px;padding:16px;border:2px solid transparent;border-radius:22px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 10px 22px #0f172a14}.table-tile span{display:block;font-size:19px;font-weight:900}.table-tile small{display:block;margin-top:8px;color:var(--muted);font-size:14px;font-weight:750}.table-tile.available{border-color:#16a34a40}.table-tile.occupied{background:var(--orange-soft);border-color:#f9731666}.table-tile.selected{border-color:var(--dark);box-shadow:0 0 0 5px #11182714,0 18px 36px #0f172a2e}.category-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px;margin-bottom:12px}.category-pill{min-width:max-content;min-height:54px;padding:0 20px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--dark);font-weight:900;cursor:pointer}.category-pill.active{background:var(--dark);color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px}.menu-card{min-height:154px;padding:18px;border:1px solid var(--line);border-radius:24px;background:#fff;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 24px #0f172a14}.menu-card span{font-size:20px;font-weight:900;letter-spacing:-.03em}.menu-card small{color:var(--muted);font-weight:750}.menu-card strong{color:var(--orange);font-size:24px}.order-status-card{margin-bottom:14px;padding:15px;border-radius:22px;background:#f9fafb;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.order-status-card strong,.order-status-card span{display:block}.order-status-card strong{font-size:18px}.order-status-card span{margin-top:4px;color:var(--muted);font-weight:700}.live-pill{min-height:38px;padding:0 14px;border-radius:999px;display:grid;place-items:center;background:#dcfce7;color:#166534;font-weight:900}.order-list{display:grid;align-content:start;gap:10px}.order-row{padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;justify-content:space-between;gap:12px}.order-row strong,.order-row span{display:block}.order-row strong{font-size:16px}.order-row span{margin-top:5px;color:var(--muted);font-weight:700}.total-card{margin-top:14px;padding:18px;border-radius:26px;background:var(--dark);color:#fff;box-shadow:0 18px 36px #11182740}.total-card div{display:flex;justify-content:space-between;margin-bottom:9px}.total-card span{color:#ffffffb8}.grand-total{padding-top:12px;border-top:1px solid rgba(255,255,255,.18)}.grand-total strong{font-size:26px}.pay-button,.secondary-action{width:100%;min-height:58px;margin-top:12px;border:0;border-radius:18px;font-weight:950;cursor:pointer}.pay-button{background:var(--orange);color:#fff;box-shadow:0 14px 28px #f9731647}.secondary-action{background:#ffffff1f;color:#fff}button:active{transform:scale(.98)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#94a3b8a6;border-radius:999px}@media(max-width:1120px){body{overflow:auto}.app-shell{height:auto;min-height:100vh}.pos-grid{grid-template-columns:240px 1fr;grid-template-areas:"tables menu" "order order"}.tables-panel{grid-area:tables}.menu-panel{grid-area:menu}.order-panel{grid-area:order}.menu-grid{max-height:520px}}@media(max-width:760px){.topbar{height:auto;align-items:flex-start;gap:14px}.top-actions{display:none}.pos-grid{grid-template-columns:1fr;grid-template-areas:"tables" "menu" "order"}.menu-grid{grid-template-columns:1fr}}.connection-badge{min-height:54px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-weight:900;background:#fff;border:1px solid var(--line)}.connection-badge.connected{background:#dcfce7;color:#166534;border-color:#bbf7d0}.connection-badge.offline,.connection-badge.warning{background:#fee2e2;color:#991b1b;border-color:#fecaca}.error-banner{margin:14px 18px 0;padding:14px 18px;border-radius:18px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;font-weight:850}.empty-state{padding:18px;border-radius:20px;background:#f9fafb;border:1px dashed var(--line);color:var(--muted);font-weight:750;line-height:1.45}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a61;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:flex-end}.payment-drawer{width:min(520px,100vw);height:100vh;background:#fffffff5;box-shadow:-24px 0 60px #0f172a38;display:flex;flex-direction:column}.drawer-header{min-height:88px;padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-header h2{font-size:24px;letter-spacing:-.04em}.drawer-header p{margin-top:4px;color:var(--muted);font-weight:750}.icon-button{width:54px;height:54px;border:0;border-radius:18px;display:grid;place-items:center;background:#f3f4f6;color:var(--dark);cursor:pointer}.drawer-body{flex:1;min-height:0;padding:18px;overflow-y:auto}.payment-items-list{display:grid;gap:12px}.payment-item{min-height:82px;padding:16px;border-radius:22px;border:2px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer;box-shadow:0 10px 22px #0f172a14}.payment-item.selected{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 0 0 5px #f973161a,0 16px 32px #0f172a24}.payment-item strong,.payment-item span{display:block}.payment-item strong{font-size:17px;font-weight:950}.payment-item span{margin-top:6px;color:var(--muted);font-weight:750}.payment-item b{color:var(--orange);font-size:20px}.drawer-footer{padding:18px;border-top:1px solid var(--line);background:#fff}.payment-total-card{padding:16px;border-radius:24px;background:var(--dark);color:#fff;box-shadow:0 16px 32px #11182733}.payment-total-card div{display:flex;justify-content:space-between;margin-bottom:8px}.payment-total-card span{color:#ffffffb8}.bill-ready{margin-top:12px;padding:13px 14px;border-radius:16px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0;font-weight:900}.drawer-footer>.pay-button{width:100%;min-height:58px;margin-top:12px}.payment-methods{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-methods button{justify-content:center}.customization-drawer{width:min(560px,100vw)}.customization-base-card{margin-bottom:18px;padding:16px;border-radius:22px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 22px #0f172a14}.customization-base-card strong{font-size:17px}.customization-base-card b{color:var(--orange);font-size:22px}.drawer-section-title{margin:18px 0 12px;font-size:17px;letter-spacing:-.02em}.modifier-list{display:grid;gap:12px}.modifier-tile{min-height:78px;padding:15px;border-radius:22px;border:2px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer;box-shadow:0 10px 22px #0f172a14}.modifier-tile.selected{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 0 0 5px #f973161a,0 16px 32px #0f172a24}.modifier-tile strong,.modifier-tile span{display:block}.modifier-tile strong{font-size:17px;font-weight:950}.modifier-tile span{margin-top:6px;color:var(--muted);font-weight:750}.modifier-tile b{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:#f3f4f6;color:var(--dark);font-size:20px}.modifier-tile.selected b{background:var(--orange);color:#fff}.item-notes-input{width:100%;min-height:130px;padding:16px;border-radius:22px;border:2px solid var(--line);background:#fff;color:var(--dark);font:inherit;font-size:16px;font-weight:650;resize:vertical;outline:none}.item-notes-input:focus{border-color:var(--orange);box-shadow:0 0 0 5px #f973161a}.order-row em{display:block;margin-top:6px;color:var(--orange);font-style:normal;font-weight:800;line-height:1.35}.delete-item-button{min-height:56px;border:0;border-radius:18px;background:#fee2e2;color:#b91c1c;font-weight:950;cursor:pointer}.editable-order-row{width:100%;border:0;cursor:pointer;text-align:left}.editable-order-row:not(.locked){box-shadow:0 0 0 2px #f9731614,0 12px 26px #0f172a14}.editable-order-row.locked{opacity:.82}.order-item-status{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:950}.order-item-status.draft{background:var(--orange-soft);color:var(--orange-dark)}.order-item-status.sent{background:#e5e7eb;color:#4b5563}.kitchen-action{min-height:58px;border:0;border-radius:20px;background:var(--orange);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 14px 30px #f9731642}.kitchen-action:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.kitchen-notice-modal{width:min(460px,calc(100vw - 32px));padding:28px;border-radius:30px;background:#fff;box-shadow:0 30px 70px #0f172a47;text-align:center;display:grid;gap:14px}.kitchen-notice-icon{width:74px;height:74px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:38px;font-weight:950}.kitchen-notice-modal h2{margin:0;color:var(--dark);font-size:26px}.kitchen-notice-modal p{margin:0 0 8px;color:var(--muted);font-weight:750;line-height:1.45}.kitchen-action{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:20px;background:#16a34a;color:#fff;font-weight:950;font-size:20px;cursor:pointer;box-shadow:0 14px 30px #16a34a42}.kitchen-action:not(:disabled):hover{transform:translateY(-1px)}.kitchen-action:disabled{background:#e5e7eb;color:#9ca3af;opacity:1;cursor:not-allowed;box-shadow:none}.temp-product-action{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:20px;background:#2563eb;color:#fff;font-weight:950;font-size:20px;cursor:pointer;box-shadow:0 14px 30px #2563eb3d}.temp-product-action:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.temp-product-drawer{width:min(560px,100vw)}.temp-product-form{display:grid;gap:16px}.temp-product-form label{display:grid;gap:8px;color:var(--dark);font-weight:900}.temp-product-form input,.temp-product-form select,.temp-product-form textarea{width:100%;min-height:54px;padding:14px 16px;border-radius:18px;border:2px solid var(--line);background:#fff;color:var(--dark);font:inherit;font-weight:750;outline:none}.temp-product-form textarea{min-height:110px;resize:vertical}.temp-product-form input:focus,.temp-product-form select:focus,.temp-product-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 5px #2563eb1a}.temp-product-type{display:grid;grid-template-columns:1fr 1fr;gap:12px}.temp-product-type button{min-height:82px;border-radius:20px;border:2px solid var(--line);background:#fff;color:var(--dark);font-weight:950;cursor:pointer}.temp-product-type button small{display:block;margin-top:6px;color:var(--muted);font-weight:750}.temp-product-type button.selected{border-color:#2563eb;background:#2563eb14;box-shadow:0 0 0 5px #2563eb14}.new-product-action{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:20px;background:#7c3aed;color:#fff;font-weight:950;font-size:20px;cursor:pointer;box-shadow:0 14px 30px #7c3aed3d}.new-product-action:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.new-product-drawer{width:min(560px,100vw)}.new-product-form{display:grid;gap:16px}.new-product-form label{display:grid;gap:8px;color:var(--dark);font-weight:900}.new-product-form input,.new-product-form select,.new-product-form textarea{width:100%;min-height:54px;padding:14px 16px;border-radius:18px;border:2px solid var(--line);background:#fff;color:var(--dark);font:inherit;font-weight:750;outline:none}.new-product-form textarea{min-height:110px;resize:vertical}.new-product-form input:focus,.new-product-form select:focus,.new-product-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 5px #7c3aed1a}.full-bill-button{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:20px;background:#0f766e;color:#fff;font-weight:950;font-size:20px;cursor:pointer;box-shadow:0 14px 30px #0f766e3d}.full-bill-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.release-table-action{width:100%;border:1px solid rgba(239,68,68,.45);background:#ef444424;color:#fecaca;border-radius:18px;padding:14px 16px;font-size:15px;font-weight:800;cursor:pointer}.release-table-action:hover:not(:disabled){background:#ef44443d}.release-table-action:disabled{opacity:.45;cursor:not-allowed}.tables-release-action{margin-top:14px}.discount-box{display:grid;gap:8px;margin:8px 0;padding:12px;border:1px solid rgba(148,163,184,.35);border-radius:16px;background:#0f172a0a}.discount-box label{font-size:.82rem;font-weight:800;color:#475569}.discount-box select,.discount-box input{width:100%;min-height:42px;border-radius:12px;border:1px solid rgba(148,163,184,.55);padding:0 12px;font-size:.95rem;background:#fff}.discount-direct-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quantity-picker{display:grid;gap:8px;margin:12px 0}.quantity-picker>span{font-size:.85rem;font-weight:800;color:#475569}.quantity-controls{display:grid;grid-template-columns:56px 1fr 56px;align-items:center;gap:10px}.quantity-controls button{height:52px;border:0;border-radius:16px;font-size:1.5rem;font-weight:900;background:#111827;color:#fff}.quantity-controls strong{height:52px;border-radius:16px;display:grid;place-items:center;font-size:1.3rem;font-weight:900;background:#f8fafc;border:1px solid rgba(148,163,184,.45);color:#0f172a}.release-table-action,.tables-release-action{color:#fff!important;font-weight:900!important;background:#991b1b!important;border:1px solid #7f1d1d!important;box-shadow:0 10px 22px #991b1b40}.release-table-action:disabled,.tables-release-action:disabled{color:#475569!important;background:#e2e8f0!important;border-color:#cbd5e1!important;box-shadow:none!important;opacity:.75}.connection-badge{width:54px!important;min-width:54px!important;height:54px!important;padding:0!important;justify-content:center!important;gap:0!important;font-size:0!important}.connection-badge svg{width:22px;height:22px;font-size:22px}.add-product-menu-card{border:1px dashed rgba(15,23,42,.35)!important;background:#f8fafc!important}.add-product-menu-card h3{color:#0f172a}.add-product-menu-card strong{color:#111827}.add-product-menu-card{all:unset}.category-tabs button,.menu-tabs button,.categories-tabs button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.table-tile.selected{background:linear-gradient(135deg,#111827,#1d4ed8)!important;color:#fff!important;border:3px solid #facc15!important;box-shadow:0 0 0 4px #facc1559,0 18px 35px #1d4ed859!important;transform:scale(1.04)}.table-tile.selected span,.table-tile.selected small{color:#fff!important;font-weight:900!important}.table-tile.selected:after{content:"Seleccionada";display:block;margin-top:6px;font-size:.72rem;font-weight:900;color:#facc15;text-transform:uppercase;letter-spacing:.04em}.app-mode-switcher{display:flex;gap:12px;padding:0 24px 18px;flex-wrap:wrap}.app-mode-switcher button{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#f8fafc;border-radius:999px;padding:12px 20px;font-size:15px;font-weight:800;cursor:pointer}.app-mode-switcher button.active{background:linear-gradient(135deg,#f97316,#facc15);color:#111827;border-color:#facc15bf;box-shadow:0 14px 30px #f9731647}.kds-screen{padding:0 24px 32px}.kds-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px;margin-bottom:18px;border-radius:28px;background:#0f172ab8;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px #0000003d}.kds-hero h1{margin:0;font-size:clamp(34px,5vw,64px)}.kds-hero span{color:#ffffffb8}.secondary-action{border:0;border-radius:18px;padding:14px 20px;font-weight:900;cursor:pointer;background:#ffffff1f;color:#fff}.kds-stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.kds-station{border-radius:28px;padding:18px;background:#0f172ab8;border:1px solid rgba(255,255,255,.12)}.kds-station-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.kds-station-header h2{margin:0;font-size:28px}.kds-station-header span{background:#ffffff1f;border-radius:999px;padding:8px 12px;font-weight:800}.kds-card-list{display:grid;gap:14px}.kds-card{border-radius:24px;padding:18px;background:#ffffffeb;color:#111827;border-left:8px solid #f97316;box-shadow:0 14px 30px #0003}.kds-card.status-preparing{border-left-color:#facc15}.kds-card.status-ready{border-left-color:#22c55e}.kds-card-top,.kds-status-line,.kds-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.kds-card-top strong{font-size:22px}.kds-card h3{margin:14px 0 8px;font-size:24px}.kds-quantity,.kds-notes{margin:8px 0;font-weight:700}.kds-notes{background:#f973161f;border-radius:14px;padding:10px 12px}.kds-status-line{margin-top:14px;padding-top:12px;border-top:1px solid rgba(17,24,39,.12)}.kds-actions{margin-top:14px}.kds-actions button{flex:1;border:0;border-radius:16px;padding:14px 12px;font-weight:900;cursor:pointer;background:#111827;color:#fff}.kds-actions button:disabled{opacity:.45;cursor:not-allowed}.error-state{border:1px solid rgba(239,68,68,.35);color:#fecaca}.app-brand-button{border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.ghost-button.active{background:#f9731638;border-color:#f973168c;color:#fff;box-shadow:0 12px 28px #f973162e}.kds-timer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px;border-radius:16px;background:#11182714;font-weight:900}.kds-timer span{color:#111827ad}.kds-timer strong{font-size:22px;color:#f97316}html,body,#root{min-height:100%;overflow-y:auto}body{overscroll-behavior-y:contain}.kds-screen{min-height:calc(100vh - 120px);overflow-y:auto;padding-bottom:80px}.kds-hero{background:linear-gradient(135deg,#1c0f29,#331653 55%,#4c1d95);border:1px solid rgba(196,181,253,.28);box-shadow:0 22px 55px #1c0f2973}.kds-hero .eyebrow{color:#f97316}.kds-hero h1{color:#fff}.kds-hero span{color:#ffffffc7}.kds-stations-grid{align-items:start}.kds-card-list{max-height:none;overflow:visible}.kds-order-card{border-radius:26px;padding:18px;background:#fffffff0;color:#111827;border-left:9px solid #f97316;box-shadow:0 16px 34px #00000038}.kds-order-card.status-preparing{border-left-color:#facc15}.kds-order-card.status-ready{border-left-color:#22c55e}.kds-order-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.kds-order-top strong{display:block;font-size:clamp(26px,4vw,42px);line-height:1}.kds-order-top span{display:block;margin-top:6px;color:#111827a6;font-weight:900}.kds-order-time{min-width:110px;text-align:right;padding:10px 12px;border-radius:18px;background:#f973161f}.kds-order-time span{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.kds-order-time strong{font-size:28px;color:#f97316}.kds-order-summary{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:16px 0}.kds-order-summary span,.kds-order-summary strong{border-radius:999px;padding:8px 12px;background:#11182714;font-weight:900}.kds-order-summary strong{background:#111827;color:#fff}.kds-items-compact-list{display:grid;gap:10px;margin-top:12px}.kds-item-row{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border-radius:18px;padding:12px;background:#1118270f;border:1px solid rgba(17,24,39,.08)}.kds-item-row strong{font-size:19px}.kds-item-row p{margin:6px 0 0;color:#111827b8;font-weight:800}.kds-item-row>span{flex:0 0 auto;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#f9731624;color:#9a3412}.kds-item-row.status-preparing>span{background:#facc1538;color:#713f12}.kds-item-row.status-ready>span{background:#22c55e2e;color:#14532d}.kds-item-row.status-preparing{background:#facc1547;border-color:#eab3088c;box-shadow:inset 0 0 0 2px #eab3082e}.kds-item-row.status-ready{background:#22c55e29;border-color:#22c55e59}.kds-order-card.status-preparing{background:linear-gradient(180deg,#fffffff5,#fef9c3f0)}.kds-item-side{flex:0 0 auto;display:grid;gap:8px;justify-items:end;align-items:start}.kds-item-side>span{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#f9731624;color:#9a3412}.kds-item-row.status-preparing .kds-item-side>span{background:#facc1559;color:#713f12}.kds-item-row.status-ready .kds-item-side>span{background:#22c55e38;color:#14532d}.kds-item-side button{border:0;border-radius:12px;padding:10px 12px;font-weight:950;cursor:pointer;background:#facc15;color:#111827;box-shadow:0 8px 18px #facc1547}.kds-item-side button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.kds-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));align-items:start;gap:16px}.kds-order-card{align-self:start}.kds-order-card.status-in_progress{border-left-color:#facc15;background:linear-gradient(180deg,#fffffffa,#fef9c3f5)}.kds-item-row.status-in_progress{background:#facc1557;border-color:#eab308b8;box-shadow:inset 0 0 0 2px #eab30838}.kds-item-row.status-in_progress .kds-item-side>span{background:#facc156b;color:#713f12}.kds-item-row.status-in_progress>span{background:#facc156b;color:#713f12}.kds-order-summary strong{text-transform:uppercase}.kds-note-alert{color:#b91c1c!important;background:#ef444424;border:2px solid rgba(239,68,68,.45);border-radius:14px;padding:8px 10px;font-size:18px;font-weight:950!important}.kds-prepare-toggle.active{background:#111827;color:#facc15;border:2px solid rgba(250,204,21,.85);box-shadow:0 8px 18px #11182747}.kds-item-row.status-in_progress{background:#facc1561!important;border-color:#eab308d1!important;box-shadow:inset 0 0 0 2px #eab30842}.kds-order-card.status-in_progress,.kds-order-card.status-preparing{background:#fffffff0!important;border-left-color:#facc15!important}.kds-item-row{background:#1118270f!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:none!important}.kds-item-row.status-in_progress{background:#facc15!important;border:3px solid #ca8a04!important;box-shadow:none!important}.kds-item-row.status-ready{background:#dcfce7!important;border:2px solid #22c55e!important;box-shadow:none!important}.kds-merged-hint{display:inline-block;margin-top:8px!important;padding:6px 10px;border-radius:999px;background:#11182714;color:#111827b3!important;font-size:13px;font-weight:900!important}.kds-modifier-line{color:#1f2937;background:#3b82f61a;border:1px solid rgba(59,130,246,.22);border-radius:14px;padding:8px 10px;font-weight:900!important}.kds-modifier-line,.kds-note-alert{color:#991b1b!important;background:#fee2e2!important;border:3px solid #dc2626!important;border-radius:14px!important;padding:10px 12px!important;font-weight:1000!important;font-size:16px!important;box-shadow:none!important}.kds-note-alert,.kds-modifier-line{color:#1f2937!important;background:#fff7ed!important;border:2px solid #fed7aa!important;border-radius:14px!important;padding:10px 12px!important;font-weight:400!important;font-size:16px!important;line-height:1.35!important;box-shadow:none!important}.kds-line-label{color:#1f2937!important;font-weight:500!important}.kds-line-value{color:#dc2626!important;font-weight:400!important}.kds-bulk-prepare-btn{background:#facc15!important;color:#1f2937!important;border:2px solid #ca8a04!important;font-weight:900!important;box-shadow:none!important}.kds-bulk-prepare-btn:hover:not(:disabled){background:#eab308!important}.kds-bulk-ready-btn{background:#22c55e!important;color:#fff!important;border:2px solid #15803d!important;font-weight:900!important;box-shadow:none!important}.kds-bulk-ready-btn:hover:not(:disabled){background:#16a34a!important}.kds-time-pill,.kds-time-chip{min-width:54px;text-align:center;font-weight:900!important;border-radius:999px!important;padding:8px 12px!important;border:2px solid transparent!important}.kds-time-pill.normal,.kds-time-chip.normal{background:#11182714!important;color:#1f2937!important;border-color:#1118271f!important}.kds-time-pill.warning,.kds-time-chip.warning{background:#facc15!important;color:#1f2937!important;border-color:#ca8a04!important}.kds-time-pill.orange,.kds-time-chip.orange{background:#fb923c!important;color:#111827!important;border-color:#ea580c!important}.kds-time-pill.danger,.kds-time-chip.danger{background:#dc2626!important;color:#fff!important;border-color:#991b1b!important}.kds-order-time{min-width:82px;text-align:center;border-radius:18px!important;padding:10px 12px!important;border:2px solid transparent!important}.kds-order-time.normal{background:#11182714!important;color:#1f2937!important;border-color:#1118271f!important}.kds-order-time.warning{background:#facc15!important;color:#1f2937!important;border-color:#ca8a04!important}.kds-order-time.orange{background:#fb923c!important;color:#111827!important;border-color:#ea580c!important}.kds-order-time.danger{background:#dc2626!important;color:#fff!important;border-color:#991b1b!important}.kds-order-time span,.kds-order-time strong{color:inherit!important}.kds-bulk-prepare-btn{background:#facc15!important;color:#111827!important;border:3px solid #ca8a04!important;font-weight:900!important;box-shadow:none!important}.kds-bulk-prepare-btn:hover:not(:disabled){background:#eab308!important;color:#111827!important}.kds-bulk-ready-btn{background:#22c55e!important;color:#fff!important;border:3px solid #15803d!important;font-weight:900!important;box-shadow:none!important}.kds-bulk-ready-btn:hover:not(:disabled){background:#16a34a!important;color:#fff!important}.kds-bulk-prepare-btn:disabled,.kds-bulk-ready-btn:disabled{opacity:.55!important;filter:grayscale(.2)!important}.kds-actions .kds-bulk-prepare-btn{background:#facc15!important;color:#111827!important;border:3px solid #ca8a04!important;font-weight:900!important;box-shadow:none!important}.kds-actions .kds-bulk-prepare-btn:hover:not(:disabled){background:#eab308!important;color:#111827!important}.kds-actions .kds-bulk-ready-btn{background:#22c55e!important;color:#fff!important;border:3px solid #15803d!important;font-weight:900!important;box-shadow:none!important}.kds-actions .kds-bulk-ready-btn:hover:not(:disabled){background:#16a34a!important;color:#fff!important}.kds-actions .kds-bulk-prepare-btn:disabled,.kds-actions .kds-bulk-ready-btn:disabled{opacity:.55!important;filter:grayscale(.15)!important}.pos-order-item-in-progress,.order-line.pos-order-item-in-progress,.order-item.pos-order-item-in-progress,.cart-item.pos-order-item-in-progress,.ticket-item.pos-order-item-in-progress{background:#facc15!important;border:3px solid #ca8a04!important;box-shadow:none!important}.pos-order-item-ready,.order-line.pos-order-item-ready,.order-item.pos-order-item-ready,.cart-item.pos-order-item-ready,.ticket-item.pos-order-item-ready{background:#dcfce7!important;border:3px solid #22c55e!important;box-shadow:none!important}.pos-order-status-pill{display:inline-flex;margin-left:10px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;vertical-align:middle}.pos-order-status-pill.in_progress{background:#111827;color:#facc15}.pos-order-status-pill.ready{background:#15803d;color:#fff}.order-row.editable-order-row.pos-kds-in-progress{background:#facc15!important;border:3px solid #ca8a04!important;box-shadow:none!important}.order-row.editable-order-row.pos-kds-ready{background:#dcfce7!important;border:3px solid #22c55e!important;box-shadow:none!important}.order-item-status.in_progress{background:#111827!important;color:#facc15!important}.order-item-status.ready{background:#15803d!important;color:#fff!important}.order-row.editable-order-row.pos-kds-in-progress strong,.order-row.editable-order-row.pos-kds-in-progress span,.order-row.editable-order-row.pos-kds-in-progress em,.order-row.editable-order-row.pos-kds-in-progress b{color:#111827!important}.order-row.editable-order-row.pos-kds-ready strong,.order-row.editable-order-row.pos-kds-ready span,.order-row.editable-order-row.pos-kds-ready em,.order-row.editable-order-row.pos-kds-ready b{color:#14532d!important}.pending-send-modal{max-width:520px!important;text-align:center}.pending-send-icon{width:58px;height:58px;border-radius:999px;margin:0 auto 14px;display:grid;place-items:center;background:#facc15;color:#111827;border:3px solid #ca8a04;font-size:32px;font-weight:900}.pending-send-modal h2{margin-bottom:10px}.pending-send-modal p{font-size:17px;line-height:1.45}.pending-send-actions{display:grid;gap:12px;margin-top:22px}.pending-send-actions .secondary-button{background:#f3f4f6!important;color:#111827!important;border:2px solid #d1d5db!important;font-weight:800!important}.tablet-menu-toggle{display:none}.tablet-size-control{position:fixed;right:14px;bottom:14px;z-index:60;display:flex;align-items:center;gap:6px;padding:8px;border-radius:999px;background:#111827e0;color:#fff;box-shadow:0 14px 35px #0f172a40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tablet-size-control span{font-size:12px;font-weight:800;opacity:.78;padding-left:4px}.tablet-size-control button{border:0;border-radius:999px;padding:8px 10px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.tablet-size-control button.active{background:#f97316;color:#111827}.ui-density-compact{--tere-font-scale: .9;--tere-button-py: 9px;--tere-button-px: 11px}.ui-density-normal{--tere-font-scale: 1;--tere-button-py: 12px;--tere-button-px: 14px}.ui-density-large{--tere-font-scale: 1.08;--tere-button-py: 14px;--tere-button-px: 16px}.app-shell{font-size:calc(16px * var(--tere-font-scale, 1))}button,.nav-button,.pay-button,.secondary-button,.kds-action-btn,.kds-bulk-prepare-btn,.kds-bulk-ready-btn{min-height:42px;padding-top:var(--tere-button-py, 12px);padding-bottom:var(--tere-button-py, 12px);padding-left:var(--tere-button-px, 14px);padding-right:var(--tere-button-px, 14px);white-space:normal;line-height:1.15}@media(max-width:900px){.tablet-menu-toggle{display:grid;place-items:center;position:fixed;left:12px;top:12px;z-index:90;width:46px;height:46px;border:0;border-radius:999px;background:#111827e6;color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 30px #0f172a47}.top-nav{display:none!important}.top-nav.open{display:flex!important;position:fixed;left:12px;right:12px;top:66px;z-index:85;padding:12px;border-radius:18px;background:#111827f5;box-shadow:0 20px 50px #0f172a59;flex-wrap:wrap;gap:8px}.top-nav.open .nav-button{flex:1 1 calc(50% - 8px);color:#fff;background:#ffffff1f}.top-nav.open .nav-button.active{background:#f97316;color:#111827}.app-header,.brand-header,.header{padding-left:62px!important}.tablet-size-control{left:10px;right:10px;bottom:10px;justify-content:center;border-radius:18px}.tablet-size-control span{display:none}.tablet-size-control button{flex:1;padding:10px 8px}.pos-layout,.pos-main,.menu-order-layout{gap:10px!important}.menu-grid,.tables-grid,.table-grid{gap:8px!important}.order-panel,.current-order,.ticket-panel{max-width:100%!important}}@media(max-width:760px){.ui-density-compact{--tere-font-scale: .84;--tere-button-py: 8px;--tere-button-px: 9px}.ui-density-normal{--tere-font-scale: .92;--tere-button-py: 10px;--tere-button-px: 10px}.ui-density-large{--tere-font-scale: 1;--tere-button-py: 12px;--tere-button-px: 12px}button,.nav-button,.pay-button,.secondary-button{font-size:.92em}}@media(max-width:1180px){.tablet-menu-toggle{display:grid!important;place-items:center;position:fixed;left:12px;top:12px;z-index:120;width:46px;height:46px;border:0;border-radius:999px;background:#111827f0;color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 30px #0f172a47}.top-nav{display:none!important}.top-nav.open{display:flex!important;position:fixed;left:12px;right:12px;top:66px;z-index:115;padding:12px;border-radius:18px;background:#111827f7;box-shadow:0 20px 50px #0f172a59;flex-wrap:wrap;gap:8px}.top-nav.open .nav-button{flex:1 1 calc(50% - 8px);color:#fff;background:#ffffff1f}.top-nav.open .nav-button.active{background:#f97316;color:#111827}.tablet-size-control{left:66px!important;right:auto!important;top:12px!important;bottom:auto!important;z-index:120!important;width:auto!important;max-width:calc(100vw - 84px);border-radius:999px!important;padding:0!important;gap:4px!important;background:#111827f0!important}.tablet-size-control .tablet-size-toggle{display:inline-flex!important;min-height:46px!important;align-items:center;justify-content:center;padding:0 14px!important;border-radius:999px!important;background:transparent!important;color:#fff!important;font-size:13px!important;font-weight:900!important}.tablet-size-control>button:not(.tablet-size-toggle){display:none!important}.tablet-size-control.open{border-radius:18px!important;padding:6px!important}.tablet-size-control.open>button:not(.tablet-size-toggle){display:inline-flex!important;min-height:38px!important;align-items:center;justify-content:center;padding:8px 10px!important;font-size:12px!important;white-space:nowrap}.tablet-size-control.open>button.active:not(.tablet-size-toggle){background:#f97316!important;color:#111827!important}.app-header,.brand-header,.header{padding-left:150px!important}}@media(min-width:1181px){.tablet-menu-toggle{display:none!important}.tablet-size-control{position:static!important;width:auto!important;box-shadow:none!important;background:transparent!important;padding:0!important}}
