.staff-selector{position:relative}.staff-selector-btn{min-height:44px;padding:.5rem .75rem;background:var(--surface-hover);color:var(--text-muted);border-radius:var(--radius);font-size:.9rem;font-weight:500}.staff-selector-btn:hover{color:var(--text);background:var(--border)}.staff-selector-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10}.staff-selector-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:240px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem;z-index:11;box-shadow:0 4px 12px #0000004d}.staff-selector-dropdown button{width:100%;padding:.6rem .75rem;text-align:center;color:var(--text);border-radius:6px;font-size:.95rem;background:var(--surface-hover)}.staff-selector-dropdown button:hover,.staff-selector-dropdown button.active{background:#22c55e26;color:var(--accent)}.staff-selector-login{display:flex;flex-direction:column;gap:.4rem}.staff-selector-login label{font-size:.8rem;color:var(--text-muted)}.staff-selector-login input,.staff-selector-login select{min-height:40px;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:.45rem .55rem}.staff-selector-error{color:#fca5a5;font-size:.8rem}.staff-selector-divider{height:1px;background:var(--border);margin:.6rem 0}.staff-selector-signout{border:1px solid rgba(239,68,68,.45);color:#fca5a5!important}.staff-selector-signedin{margin-top:.55rem;font-size:.78rem;color:#86efac}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.logo{font-size:1.15rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em}.nav{display:flex;gap:.25rem;flex-wrap:wrap}.nav-link{padding:.6rem 1rem;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;border-radius:var(--radius);font-weight:500;font-size:.95rem;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--surface-hover)}.nav-link.active{color:var(--accent);background:#22c55e1f}.main{flex:1;padding:1rem 1.25rem;overflow:auto;min-height:0}.app-footer{padding:.5rem 1.25rem;font-size:.8rem;color:var(--text-muted);text-align:center;border-top:1px solid var(--border);flex-shrink:0}@media (max-width: 640px){.header{flex-direction:column;gap:.75rem;align-items:stretch}.nav{justify-content:center}.nav-link{flex:1;min-width:0}}.home-page{max-width:980px;margin:0 auto;background:radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 45%),linear-gradient(180deg,#ffffff09,#fff0);border:1px solid var(--border);border-radius:14px;padding:1.4rem}.home-title{font-size:2.2rem;font-weight:700;margin-bottom:.2rem}.home-subtitle{color:var(--text-muted);margin-bottom:1.4rem;font-size:1rem;font-weight:400}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.home-card{min-height:155px;padding:1rem 1.1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text);text-decoration:none;box-shadow:0 10px 24px #00000038;transition:border-color .2s,background .2s,transform .12s;background-image:linear-gradient(145deg,#ffffff05,#fff0)}.home-card:hover{border-color:var(--accent);background:var(--surface-hover);transform:scale(1.02)}.home-card:active{transform:scale(.98)}.home-card-featured{border-color:#22c55e8c;box-shadow:0 12px 28px #22c55e24}.home-card-icon{font-size:1.4rem;margin-bottom:.55rem}.home-card-title{font-size:1.15rem;font-weight:700;margin-bottom:.35rem}.home-card-subtitle{font-size:.9rem;color:var(--text-muted);line-height:1.35}.home-secondary-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.home-role-panel{margin-bottom:.9rem;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;background:#ffffff05}.home-role-panel h2{font-size:1rem;margin-bottom:.35rem}.home-role-panel p{color:var(--text-muted);margin-bottom:.55rem;font-size:.9rem}.home-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.home-role-stat{border:1px solid var(--border);border-radius:8px;padding:.5rem .6rem}.home-role-stat span{display:block;color:var(--text-muted);font-size:.78rem}.home-role-stat strong{font-size:1rem}.home-recent-list{margin-top:.6rem;padding-left:1rem;color:var(--text-muted);font-size:.9rem}.home-secondary-btn{min-height:52px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:600}.home-secondary-btn:hover{border-color:var(--accent);color:var(--accent)}.home-secondary-btn-danger{color:#fca5a5;border-color:#ef44448c}@media (max-width: 640px){.home-grid{grid-template-columns:1fr;gap:.75rem}.home-card{min-height:120px}.home-secondary-actions,.home-role-grid{grid-template-columns:1fr}}.payment-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.payment-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;max-width:360px;width:100%}.payment-modal-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.payment-modal-total{font-size:1.25rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.payment-modal-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.payment-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 0}.payment-option input{width:1.25rem;height:1.25rem}.payment-split{margin-bottom:1rem}.payment-split label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-muted)}.payment-split input[type=number]{width:100%;max-width:80px;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem}.payment-per-person{margin-top:.5rem;font-weight:600;font-size:1rem}.payment-modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.payment-modal-cancel{padding:.6rem 1rem;background:var(--surface-hover);color:var(--text-muted);border-radius:var(--radius);font-weight:500}.payment-modal-confirm{padding:.6rem 1rem;background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:600}.payment-modal-confirm:hover{background:var(--accent-hover)}.add-item-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:0;touch-action:manipulation}.add-item-modal-sheet{width:100%;max-width:520px;max-height:min(88vh,640px);overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:16px 16px 0 0;padding:.75rem 1rem 1.25rem;box-shadow:0 -8px 32px #00000059}.add-item-modal-handle{width:40px;height:4px;border-radius:2px;background:var(--border);margin:0 auto .75rem}.add-item-modal-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:var(--text)}.add-item-modal-price{margin:0 0 1rem;font-size:1.05rem;font-weight:600;color:var(--accent)}.add-item-modal-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.add-item-modal-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.add-item-modal-qty{display:flex;align-items:center;justify-content:center;gap:1rem}.add-item-modal-qty-btn{min-width:56px;min-height:56px;font-size:1.5rem;font-weight:700;border-radius:var(--radius);border:2px solid var(--border);background:var(--surface-hover);color:var(--text);cursor:pointer;touch-action:manipulation}.add-item-modal-qty-btn:active{transform:scale(.97)}.add-item-modal-qty-val{min-width:2.5rem;text-align:center;font-size:1.5rem;font-weight:700}.add-item-modal-input{min-height:52px;padding:.65rem .85rem;font-size:1.05rem;border-radius:var(--radius);border:2px solid var(--border);background:var(--bg);color:var(--text)}.add-item-modal-input:focus{outline:none;border-color:var(--accent)}.add-item-modal-cook{display:flex;flex-wrap:wrap;gap:.4rem}.add-item-modal-cook-chip{padding:.45rem .55rem;min-height:44px;font-size:.8rem;font-weight:600;border-radius:8px;border:2px solid var(--border);background:var(--surface-hover);color:var(--text-muted);cursor:pointer;touch-action:manipulation}.add-item-modal-cook-chip.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.add-item-modal-actions{display:flex;gap:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.add-item-modal-cancel{flex:1;min-height:56px;font-size:1.05rem;font-weight:600;border-radius:var(--radius);border:2px solid var(--border);background:var(--surface-hover);color:var(--text);cursor:pointer;touch-action:manipulation}.add-item-modal-confirm{flex:2;min-height:56px;font-size:1.1rem;font-weight:700;border-radius:var(--radius);border:none;background:var(--accent);color:#fff;cursor:pointer;touch-action:manipulation}.add-item-modal-confirm:active{filter:brightness(1.05)}@media (min-width: 600px){.add-item-modal-backdrop{align-items:center;padding:1rem}.add-item-modal-sheet{border-radius:var(--radius);max-height:min(90vh,600px)}.add-item-modal-handle{display:none}}.order-page{height:calc(100vh - 72px);display:flex;flex-direction:column;overflow:hidden}.order-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-shrink:0}.back-link{color:var(--text-muted);text-decoration:none;font-size:1rem;padding:.5rem 0;min-height:44px;display:inline-flex;align-items:center;transition:color .15s}.back-link:hover{color:var(--accent)}.back-link-btn{background:none;border:none;font:inherit}.back-btn{min-height:44px;padding:.5rem 1rem;background:var(--surface-hover);border-radius:var(--radius);color:var(--text);font-weight:600;font-size:.95rem}.back-btn:hover{background:var(--border);color:var(--accent)}.order-header--embedded{justify-content:space-between;align-items:center}.order-header--embedded .order-header-info{flex:1;justify-content:center}.order-page--embedded{height:100%;min-height:0;max-height:100%}.add-item-primary-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.add-item-primary-btn{width:100%;margin-bottom:0;padding:.65rem .75rem;min-height:48px;background:#22c55e26;border:2px solid var(--accent);border-radius:var(--radius);color:var(--accent);font-weight:600;font-size:1rem}.add-item-primary-btn:hover{background:#22c55e40}.add-item-note-btn{width:100%;min-height:40px;padding:.35rem .5rem;font-size:.8rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer;touch-action:manipulation}.add-item-note-btn:hover{color:var(--accent);border-color:var(--accent)}.summary-btn-remove-text{padding:.4rem .65rem;min-height:40px;font-size:.85rem;font-weight:500;background:transparent;color:var(--danger);border-radius:var(--radius)}.summary-btn-remove-text:hover{background:#ef444426}.summary-btn-void{padding:.4rem .65rem;min-height:40px;font-size:.8rem;font-weight:600;color:#fbbf24;background:transparent;border:1px solid rgba(251,191,36,.45);border-radius:var(--radius)}.summary-btn-void:hover{background:#fbbf241f}.order-header-info{display:flex;align-items:center;gap:.75rem}.order-title{font-size:1.35rem;font-weight:600}.order-status{font-size:.85rem;text-transform:capitalize;padding:.3rem .6rem;border-radius:6px;font-weight:500;transition:background .15s,color .15s}.order-status.status-available{color:var(--text-muted);background:var(--surface-hover)}.order-status.status-occupied{color:#f87171;background:#ef444426}.order-status.status-paid{color:#4ade80;background:#22c55e26}.order-layout{flex:1;display:grid;grid-template-columns:1fr 380px;gap:1rem;min-height:0}.order-menu-area{display:flex;flex-direction:column;min-height:0;overflow:hidden}.category-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-shrink:0}.category-tab{flex:1;min-height:52px;padding:.75rem 1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-weight:500;font-size:1.05rem;transition:background .2s,border-color .2s,color .2s}.category-tab:hover{color:var(--text);background:var(--surface-hover)}.category-tab.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.drink-subtabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem}.drink-subtab{min-height:40px;padding:.4rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.85rem;font-weight:600}.drink-subtab.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.menu-add-feedback{margin:0 0 .75rem;padding:.45rem .6rem;border-radius:var(--radius);border:1px solid rgba(34,197,94,.45);background:#22c55e1f;color:#86efac;font-size:.88rem;font-weight:600}.menu-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;align-content:start;padding-right:.25rem}.menu-item-card{display:flex;flex-direction:column;gap:.45rem;padding:.75rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.menu-item-card:hover{border-color:#22c55e59}.menu-item-card--added{border-color:#22c55ecc;box-shadow:0 0 0 2px #22c55e47,0 10px 24px #00000038}.menu-item-card-head{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.menu-item-card .menu-item-name{font-weight:700;font-size:1.08rem;color:var(--text)}.menu-item-card .menu-item-price{font-size:1.05rem;font-weight:600;color:var(--accent);margin-top:0}.menu-item-qty-row{display:flex;align-items:center;justify-content:center;gap:.6rem}.menu-item-qty-btn{min-width:40px;min-height:40px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-hover);color:var(--text);font-size:1.15rem;font-weight:700;touch-action:manipulation}.menu-item-qty-value{min-width:2.2rem;text-align:center;font-weight:700;font-size:1.02rem}.menu-item-btn-add{width:100%;min-height:52px;padding:.65rem 1rem;font-size:1.1rem;font-weight:700;border-radius:var(--radius);border:none;background:var(--accent);color:#fff;cursor:pointer;touch-action:manipulation;transition:filter .15s,transform .1s}.menu-item-btn-add:active{transform:scale(.98)}.menu-item-btn-add:hover{filter:brightness(1.08)}.menu-item-btn-note{width:100%;min-height:46px;padding:.45rem .65rem;font-size:.88rem;font-weight:600;border-radius:var(--radius);border:2px dashed var(--border);background:var(--surface-hover);color:var(--text-muted);cursor:pointer;touch-action:manipulation}.menu-item-btn-note:hover{color:var(--accent);border-color:#22c55e8c;background:#22c55e14}.menu-item-name{font-weight:600;font-size:1.05rem}.menu-item-price{font-size:1rem;color:var(--accent);margin-top:.4rem}.summary-panel{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;min-height:320px;max-height:calc(100vh - 130px);position:sticky;top:0;align-self:start;overflow:hidden}.summary-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.summary-list{flex:1;overflow-y:auto;overflow-x:hidden;margin-bottom:1rem;min-height:80px}.summary-empty{font-size:.95rem;color:var(--text-muted)}.summary-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.summary-row:last-child{border-bottom:none}.summary-row-main{display:flex;flex-direction:column;gap:.2rem}.summary-name{font-size:1rem;font-weight:500}.summary-note{font-size:.85rem;color:var(--accent);font-style:italic}.summary-allergy{font-size:.88rem;font-weight:600;color:#fbbf24;background:#fbbf241f;padding:.2rem .4rem;border-radius:var(--radius);align-self:flex-start}.summary-cook{font-size:.85rem;color:var(--text);opacity:.95}.summary-meta{font-size:.85rem;color:var(--text-muted)}.summary-item-detail{margin-top:.25rem;padding:.5rem .65rem;background:#22c55e1a;border-radius:var(--radius);border-left:3px solid var(--accent)}.summary-detail-note{margin:0;font-size:.95rem;font-weight:500;color:var(--text);line-height:1.4}.summary-detail-allergy{display:inline-block;margin-right:.5rem;margin-bottom:.25rem;font-size:.85rem;font-weight:700;color:#fbbf24}.summary-detail-cook{display:inline-block;margin-right:.5rem;margin-bottom:.25rem;font-size:.85rem;font-weight:600;color:var(--accent)}.summary-row-inline{display:flex;flex-direction:column;gap:.5rem;margin-top:.35rem}.summary-inline-label{display:flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:var(--text-muted);font-weight:600}.summary-inline-input{min-height:40px;padding:.4rem .5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.9rem}.summary-inline-input--allergy{border-color:#fbbf2473}.summary-inline-input--note-prompt{border-color:#22c55e8c;box-shadow:0 0 0 1px #22c55e33}.summary-cook-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.summary-inline-hint{font-size:.7rem;color:var(--text-muted);width:100%}.cook-chip{padding:.35rem .5rem;min-height:36px;font-size:.75rem;border-radius:6px;border:1px solid var(--border);background:var(--surface-hover);color:var(--text-muted)}.cook-chip.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.summary-row-preview{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.8rem}.summary-row-actions{display:flex;align-items:center;gap:.5rem}.summary-qty{min-width:1.5rem;text-align:center;font-weight:600;font-size:.95rem}.summary-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:var(--surface-hover);color:var(--text);border-radius:var(--radius);font-size:1.2rem;line-height:1;transition:background .15s,color .15s;touch-action:manipulation}.summary-btn-minus:hover,.summary-btn-plus:hover{background:var(--border);color:var(--text)}.summary-btn-note{font-size:1rem}.summary-btn-remove{font-size:1rem;margin-left:auto}.summary-btn-remove:hover{background:var(--danger);color:#fff}.summary-footer{border-top:1px solid var(--border);padding-top:1rem;flex:1;min-height:0;overflow-y:auto;padding-bottom:.5rem}.summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;margin-bottom:1rem}.till-box{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:1rem;background:var(--surface-hover)}.till-title{margin:0 0 .35rem;font-size:.95rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.till-bill{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.till-breakdown{margin-bottom:.75rem;font-size:.95rem}.till-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.till-row:last-child{border-bottom:none}.till-row--muted{color:var(--text-muted);font-size:.9rem}.till-row--total{font-weight:700;font-size:1.05rem;padding-top:.35rem;margin-top:.15rem;border-top:1px solid var(--border);border-bottom:none}.till-row--due{font-weight:700;font-size:1.1rem;color:#fbbf24}.till-discount-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-top:.65rem}.till-partial-label--inline{flex:1 1 140px;min-width:0;margin-bottom:0}.till-btn-partpay{width:100%;margin-bottom:.5rem;min-height:48px;font-weight:700;font-size:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;touch-action:manipulation}.till-btn-partpay:hover:not(:disabled){background:var(--surface-hover)}.till-btn-discount,.till-btn-adjust{min-height:44px;padding:0 .85rem;font-weight:600;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;touch-action:manipulation;align-self:flex-end}.till-btn-discount:hover:not(:disabled),.till-btn-adjust:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.till-btn-clear{width:100%;margin-top:.65rem;min-height:48px;font-weight:600;font-size:.95rem;border-radius:var(--radius);border:1px solid rgba(248,113,113,.45);background:#f871711f;color:#fca5a5;cursor:pointer;touch-action:manipulation}.till-btn-clear:hover:not(:disabled){background:#f8717138}.till-btn-clear:disabled{opacity:.45;cursor:not-allowed}.till-partial-label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.till-partial-input{min-height:44px;padding:.5rem .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:1rem}.till-quick{display:flex;gap:.5rem}.till-btn{flex:1;min-height:48px;font-weight:700;font-size:1rem;border-radius:var(--radius);border:none;cursor:pointer;touch-action:manipulation}.till-btn-cash{background:#22c55e40;color:#86efac;border:1px solid rgba(34,197,94,.5)}.till-btn-card{background:#3b82f640;color:#93c5fd;border:1px solid rgba(59,130,246,.5)}.summary-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;background:var(--surface);padding-top:.5rem;border-top:1px solid var(--border);margin-top:.4rem}.summary-send-feedback{margin:0;font-size:.88rem;border-radius:var(--radius);padding:.45rem .6rem;border:1px solid var(--border)}.summary-send-feedback--sending{color:#93c5fd;background:#3b82f61f;border-color:#3b82f673}.summary-send-feedback--success{color:#86efac;background:#22c55e1f;border-color:#22c55e73}.summary-send-feedback--error{color:#fca5a5;background:#ef44441f;border-color:#ef444473}.send-confirm-inline{border:1px solid rgba(245,158,11,.45);background:#f59e0b1a;border-radius:var(--radius);padding:.55rem .6rem}.send-confirm-text{margin:0 0 .4rem;font-size:.9rem;color:#fde68a;font-weight:600}.send-confirm-actions{display:flex;gap:.45rem}.send-confirm-btn{flex:1;min-height:38px;border-radius:10px;background:#0f172a8c;color:#e5e7eb;border:1px solid rgba(148,163,184,.35);font-weight:600}.send-confirm-btn-confirm{background:#22c55e38;color:#bbf7d0;border-color:#22c55e73}.send-confirm-skip{margin-top:.45rem;display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--text-dim)}.submit-order-btn{width:100%;min-height:52px;padding:.85rem 1rem;background:var(--accent);color:#fff;font-weight:600;font-size:1.05rem;border-radius:var(--radius);transition:background .2s;touch-action:manipulation}.submit-order-btn:hover:not(:disabled){background:var(--accent-hover)}.submit-order-btn:disabled{opacity:.5;cursor:not-allowed}.mark-paid-btn{width:100%;min-height:48px;padding:.7rem 1rem;background:#22c55e33;color:#4ade80;font-weight:600;font-size:1rem;border-radius:var(--radius);transition:background .2s,color .2s;touch-action:manipulation}.mark-paid-btn:hover{background:#22c55e59;color:#86efac}.clear-order-btn{width:100%;min-height:48px;padding:.7rem 1rem;background:var(--surface-hover);color:var(--text);font-weight:500;font-size:1rem;border-radius:var(--radius);transition:background .2s;touch-action:manipulation}.clear-order-btn:hover:not(:disabled){background:var(--border)}.clear-order-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.order-layout{grid-template-columns:1fr 340px}.menu-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.order-layout{grid-template-columns:1fr;grid-template-rows:1fr auto}.summary-panel{max-height:62vh;position:relative}}@media (min-width: 1200px){.menu-grid{grid-template-columns:repeat(3,1fr)}}.tables-page{max-width:960px;margin:0 auto}.tables-header{font-size:1.35rem;font-weight:600;margin-bottom:1rem;color:var(--text);line-height:1.3}.tables-header-area{color:var(--accent);font-weight:700}.tables-header-sep{color:var(--text-muted);font-weight:500}.area-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-shrink:0}.area-tab{flex:1;min-height:52px;padding:.75rem 1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-weight:600;font-size:1rem;transition:background .2s,border-color .2s,color .2s;touch-action:manipulation}.area-tab:hover{color:var(--text);background:var(--surface-hover)}.area-tab.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.tables-loading{color:var(--text-muted);font-size:.95rem;margin-bottom:.5rem}.tables-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.table-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;padding:1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text);transition:background .15s,border-color .15s,transform .1s;touch-action:manipulation;block-size:100%;cursor:pointer;font:inherit;text-align:center;width:100%}.table-card:hover{background:var(--surface-hover);transform:translateY(-2px)}.table-card.status-available{border-color:var(--border)}.table-card.status-available:hover{border-color:var(--accent)}.table-card.status-occupied{border-color:#ef444499;background:#ef444414}.table-card.status-occupied:hover{border-color:var(--danger);background:#ef44441f}.table-card.status-ready{border-color:#eab30899;background:#eab30814}.table-card.status-ready:hover{border-color:#eab308;background:#eab3081f}.table-card.status-paid{border-color:#22c55e80;background:#22c55e0f}.table-card.status-paid:hover{border-color:var(--accent);background:#22c55e1f}.table-name{font-weight:600;font-size:1.1rem}.table-status{font-size:.75rem;margin-top:.35rem;text-transform:capitalize}.table-card .table-status,.table-card.status-available .table-status{color:var(--text-muted)}.table-card.status-occupied .table-status{color:#f87171}.table-card.status-ready .table-status{color:#facc15}.table-card.status-paid .table-status{color:#4ade80}.table-card{position:relative}.table-badge{position:absolute;top:.5rem;right:.5rem;min-width:1.5rem;height:1.5rem;padding:0 .35rem;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;border-radius:999px}@media (max-width: 640px){.tables-grid{grid-template-columns:repeat(2,1fr)}.table-card{min-height:88px}}.orders-page{max-width:640px;margin:0 auto}.orders-title{font-size:1.35rem;font-weight:600;margin-bottom:1rem}.orders-empty{color:var(--text-muted)}.orders-list{list-style:none}.orders-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:.75rem}.orders-item-header{display:flex;justify-content:space-between;align-items:center}.orders-item-table{font-weight:600;color:var(--accent);text-decoration:none}.orders-item-table:hover{text-decoration:underline}.orders-item-date{font-size:.85rem;color:var(--text-muted)}.orders-item-staff{font-size:.9rem;color:var(--text-muted);margin-top:.35rem}.orders-item-payments{margin-top:.35rem;font-size:.85rem;display:flex;flex-wrap:wrap;gap:.5rem}.orders-item-pay{background:var(--surface-hover);padding:.2rem .5rem;border-radius:4px}.kitchen-page{max-width:900px;margin:0 auto}.kitchen-title{font-size:1.35rem;font-weight:600;margin-bottom:1rem}.kitchen-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.kitchen-tabs button{flex:1;min-height:48px;padding:.75rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-weight:600;font-size:1rem;transition:background .2s,border-color .2s,color .2s}.kitchen-tabs button.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.kitchen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.kitchen-empty{color:var(--text-muted);grid-column:1 / -1}.kitchen-line-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.kitchen-line-header{display:flex;justify-content:space-between}.kitchen-line-table{font-weight:700;font-size:1.1rem}.kitchen-line-time{font-size:.85rem;color:var(--text-muted)}.kitchen-line-name{font-size:1rem}.kitchen-line-allergy{display:block;font-size:.9rem;color:#f87171;font-weight:600}.kitchen-line-cook{display:block;font-size:.85rem;color:#facc15}.kitchen-line-note{display:block;font-size:.9rem;color:var(--accent);font-style:italic}.kitchen-line-staff{font-size:.8rem;color:var(--text-muted)}.kitchen-line-select{margin-top:.5rem;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;min-height:44px}.placeholder-page{max-width:640px;margin:0 auto;padding:2rem 0}.placeholder-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.placeholder-text{color:var(--text-muted);font-size:1rem}.owner-page{max-width:720px;margin:0 auto}.owner-title{font-size:1.35rem;font-weight:600;margin-bottom:1rem}.owner-filters{display:flex;gap:.5rem;margin-bottom:1.25rem}.owner-filters button{padding:.6rem 1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-weight:500;transition:background .2s,border-color .2s,color .2s}.owner-filters button.active{border-color:var(--accent);color:var(--accent);background:#22c55e1f}.owner-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.owner-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.35rem}.owner-card-label{font-size:.9rem;color:var(--text-muted)}.owner-card-value{font-size:1.5rem;font-weight:700;color:var(--accent)}.owner-section{margin-bottom:1.5rem}.owner-section-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.owner-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.owner-controls label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-muted)}.owner-bill-preview{flex:1 1 100%;min-width:200px;padding:.65rem .75rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem}.owner-bill-preview-total{margin:0 0 .35rem;font-weight:600;color:var(--accent)}.owner-bill-preview-lines{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:.85rem}.owner-select,.owner-input{padding:.5rem .75rem;min-height:44px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;min-width:100px}.owner-input{min-width:90px}.owner-btn{padding:.5rem 1rem;min-height:44px;background:var(--surface-hover);color:var(--text);border-radius:var(--radius);font-weight:500;font-size:.95rem}.owner-btn:hover:not(:disabled){background:var(--accent);color:#fff}.owner-btn:disabled{opacity:.5;cursor:not-allowed}.owner-btn-danger:hover:not(:disabled){background:var(--danger);color:#fff}.owner-payment-split{font-size:1rem;color:var(--text-muted)}.owner-empty{color:var(--text-muted)}.owner-history{list-style:none}.owner-history li{padding:.5rem 0;border-bottom:1px solid var(--border)}.owner-history a{color:var(--accent);text-decoration:none}.owner-history-meta{font-size:.9rem;color:var(--text-muted)}:root{--bg: #0c0c0c;--surface: #171717;--surface-hover: #262626;--border: #2a2a2a;--text: #fafafa;--text-muted: #a1a1a1;--accent: #22c55e;--accent-hover: #16a34a;--danger: #ef4444;--radius: 10px;--font: "DM Sans", system-ui, sans-serif;--touch-min: 44px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none}input,select{font-family:inherit}
