[dir=rtl] body{text-align:right}[dir=rtl] .header-content,[dir=rtl] .header-actions,[dir=rtl] .user-info,[dir=rtl] .nav{flex-direction:row-reverse}[dir=rtl] .login-header{flex-direction:column-reverse}[dir=rtl] .form-group label{text-align:right}[dir=rtl] .tables-grid{direction:rtl}[dir=rtl] .table-header,[dir=rtl] .order-panel-header,[dir=rtl] .menu-item,[dir=rtl] .kitchen-header,[dir=rtl] .kitchen-header-actions{flex-direction:row-reverse}[dir=rtl] .order-header{direction:rtl}[dir=rtl] .order-info,[dir=rtl] .kitchen-item,[dir=rtl] .status-actions,[dir=rtl] .table-group-header,[dir=rtl] .order-meta,[dir=rtl] .item-row,[dir=rtl] .order-actions,[dir=rtl] .detail-row,[dir=rtl] .payment-actions,[dir=rtl] .edit-actions,[dir=rtl] .item-info,[dir=rtl] .item-controls{flex-direction:row-reverse}[dir=rtl] table{direction:rtl}[dir=rtl] th,[dir=rtl] td{text-align:right}[dir=rtl] .quantity-input{text-align:center}[dir=rtl] .modal-header{text-align:right}[dir=rtl] .modal-footer,[dir=rtl] .order-summary{direction:rtl}[dir=rtl] .kitchen-item .item-quantity{margin-left:.5rem;margin-right:0}[dir=rtl] .kitchen-item .item-notes{margin-left:0;margin-right:.5rem}:root{--primary-color:#2563eb;--secondary-color:#64748b;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--bg-color:#f8fafc;--card-bg:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--bg-secondary:#f1f5f9;--card-image-height:140px;--card-padding:.75rem;--card-gap:1.25rem;--card-min-width:160px;--menu-item-title:1rem;--menu-item-desc:.75rem;--tab-padding:.5rem 1rem;--tab-font-size:.875rem}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.error-banner{border:1px solid var(--danger-color);color:var(--danger-color);background-color:#fef2f2;border-radius:8px;margin-bottom:1rem;padding:1rem}.success-message{border:1px solid var(--success-color);color:var(--success-color);text-align:center;background-color:#f0fdf4;border-radius:6px;margin-top:.5rem;padding:.5rem 1rem}button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .2s}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-logout{background-color:var(--danger-color);color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn-logout:hover{background-color:#dc2626}.language-switcher{background:#ffffff1a;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.language-switcher label{color:#333;margin:0;font-weight:500}.language-buttons{gap:8px;display:flex}.language-buttons button{cursor:pointer;color:#555;background:#fff;border:2px solid #ddd;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .3s}.language-buttons button:hover{background:#f0f0f0;border-color:#007bff}.language-buttons button.active{color:#fff;background:#007bff;border-color:#007bff}[dir=rtl] .language-switcher,[dir=rtl] .language-buttons{flex-direction:row-reverse}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 10px 25px #0003}.login-header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.login-logo{object-fit:contain;width:auto;height:72px}.login-box h2{text-align:center;color:var(--text-secondary);margin-bottom:2rem;font-weight:400}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid var(--border-color);border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:var(--primary-color);outline:none}.error-message{border:1px solid var(--danger-color);color:var(--danger-color);background-color:#fef2f2;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.login-box button[type=submit]{width:100%;margin-top:1rem}.waiter-layout{flex-direction:column;min-height:100vh;display:flex}.header{background-color:var(--card-bg);box-shadow:0 1px 3px #0000001a}.header-content{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.header-logo{object-fit:contain;width:auto;height:44px}.header-actions{align-items:center;gap:1.5rem;display:flex}.user-info{align-items:center;gap:1rem;display:flex}.user-info span{color:var(--text-secondary);font-size:.95rem}.nav{background-color:#f1f5f9;gap:.5rem;padding:0 2rem;display:flex}.nav a{color:var(--text-secondary);border-bottom:2px solid #0000;padding:1rem 1.5rem;text-decoration:none;transition:all .2s}.nav a:hover{color:var(--text-primary);background-color:#ffffff80}.nav a.active{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:500}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.modal-overlay{z-index:1000;-webkit-overflow-scrolling:touch;background-color:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s ease-in fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:700px;max-height:calc(100vh - 40px);margin:auto;animation:.3s ease-out slideUp;display:flex;box-shadow:0 10px 40px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:2px solid #e0e0e0;border-radius:12px 12px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{word-wrap:break-word;overflow-wrap:break-word;flex:1;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.close-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:2rem;transition:background-color .2s;display:flex}.close-button:hover{background-color:#fff3}.modal-body{-webkit-overflow-scrolling:touch;flex:auto;min-height:200px;padding:20px 24px;overflow:hidden auto}.loading-message,.error-message,.success-message,.empty-message{text-align:center;border-radius:8px;margin-bottom:15px;padding:20px}.loading-message{color:#666;background-color:#f0f0f0}.error-message{color:#c33;background-color:#fee;border:1px solid #fcc}.success-message{color:#3c3;background-color:#efe;border:1px solid #cfc}.empty-message{color:#999;background-color:#f9f9f9}.menu-categories{flex-direction:column;gap:12px;display:flex}.category-section{border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s;overflow:hidden}.category-section:hover{box-shadow:0 2px 8px #0000001a}.category-header{cursor:pointer;color:#333;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border:none;justify-content:space-between;align-items:center;width:100%;padding:15px 20px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.category-header:hover{background:linear-gradient(135deg,#e8ecf1 0%,#b8c5d6 100%)}.category-header.expanded{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.category-name{text-align:left;word-wrap:break-word;overflow-wrap:break-word;flex:1;line-height:1.3}.category-icon{font-size:.8rem;transition:transform .3s}.category-header.expanded .category-icon{transform:rotate(0)}.category-items{background:#fafafa;flex-direction:column;gap:10px;padding:15px;animation:.3s ease-out expandDown;display:flex}@keyframes expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.menu-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 15px;transition:all .2s;display:flex}.menu-item:hover{border-color:#667eea;box-shadow:0 2px 6px #667eea1a}.item-info{flex:1;min-width:0;margin-right:15px}.item-name{color:#333;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:4px;font-size:1rem;font-weight:600;line-height:1.3}.item-description{color:#666;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:6px;font-size:.85rem;line-height:1.4}.item-price{color:#667eea;font-size:1.1rem;font-weight:700}.item-quantity{align-items:center;gap:8px;display:flex}.qty-btn{color:#667eea;cursor:pointer;background:#fff;border:1px solid #667eea;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.qty-btn:hover{color:#fff;background:#667eea}.qty-btn:active{transform:scale(.95)}.quantity-input{text-align:center;border:1px solid #ddd;border-radius:6px;width:50px;height:32px;padding:0;font-size:1rem;font-weight:600}.modal-footer{background:#f8f9fa;border-top:2px solid #e0e0e0;border-radius:0 0 12px 12px;flex-shrink:0;padding:20px 24px}.order-summary{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:10px;margin-bottom:15px;padding:15px;display:flex}.summary-item{color:#333;word-wrap:break-word;overflow-wrap:break-word;justify-content:space-between;align-items:center;gap:10px;font-size:1rem;display:flex}.summary-item.total{color:#667eea;border-top:2px solid #e0e0e0;padding-top:10px;font-size:1.2rem;font-weight:700}.summary-value{font-weight:600}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.btn-cancel,.btn-submit,.btn-summary{cursor:pointer;border:none;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .2s}.btn-cancel{color:#666;background:#e0e0e0}.btn-cancel:hover:not(:disabled){background:#d0d0d0}.btn-summary{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.btn-summary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f5576c66}.btn-summary:disabled{opacity:.5;cursor:not-allowed;color:#999;background:#e0e0e0}.btn-submit{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-submit:disabled,.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-submit:active:not(:disabled),.btn-cancel:active:not(:disabled),.btn-summary:active:not(:disabled){transform:translateY(0)}.summary-modal-overlay{z-index:1100;background-color:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s ease-in fadeIn;display:flex;position:fixed;inset:0}.summary-modal-content{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 10px 40px #00000080}.summary-modal-header{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-bottom:2px solid #e0e0e0;border-radius:12px 12px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.summary-modal-header h3{margin:0;font-size:1.3rem;font-weight:600}.summary-close-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:2rem;transition:background-color .2s;display:flex}.summary-close-button:hover{background-color:#fff3}.summary-modal-body{flex:auto;padding:20px 24px;overflow-y:auto}.summary-empty-message{text-align:center;color:#999;padding:30px;font-size:1rem}.summary-items-list{flex-direction:column;gap:12px;display:flex}.summary-item{background:#f9f9f9;border-left:4px solid #f5576c;border-radius:8px;justify-content:space-between;align-items:center;padding:15px;transition:background-color .2s;display:flex}.summary-item:hover{background:#f0f0f0}.summary-item-details{flex:1;margin-right:15px}.summary-item-name{color:#333;margin-bottom:5px;font-size:1rem;font-weight:600}.summary-item-meta{color:#666;font-size:.9rem}.summary-item-quantity{display:inline-block}.summary-item-subtotal{color:#f5576c;white-space:nowrap;font-size:1.1rem;font-weight:700}.summary-total-section{border-top:2px solid #e0e0e0;margin-top:20px;padding-top:20px}.summary-total-row{justify-content:space-between;align-items:center;padding:8px 0;font-size:1rem;display:flex}.summary-total-row.summary-grand-total{border-top:1px solid #e0e0e0;margin-top:10px;padding-top:10px;font-size:1.2rem;font-weight:700}.summary-total-label{color:#666}.summary-grand-total .summary-total-label,.summary-grand-total .summary-total-value{color:#333;font-weight:700}.summary-total-value{color:#f5576c;font-weight:600}.summary-modal-footer{background:#f9f9f9;border-top:2px solid #e0e0e0;border-radius:0 0 12px 12px;flex-shrink:0;justify-content:center;padding:16px 24px;display:flex}.btn-close-summary{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:12px 40px;font-size:1rem;font-weight:600;transition:all .2s}.btn-close-summary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-close-summary:active{transform:translateY(0)}@media (min-width:769px) and (max-width:1024px){.modal-content{width:85%;max-width:800px;max-height:calc(100vh - 60px)}.modal-body{padding:15px 20px}.modal-header,.modal-footer{padding:18px 20px}}@media (max-width:768px){.modal-overlay{padding:10px}.modal-content{width:95%;max-height:calc(100vh - 20px)}.modal-header{padding:15px 18px}.modal-header h2{font-size:1.2rem}.modal-body{min-height:150px;padding:15px 18px}.modal-footer{padding:15px 18px}.menu-item{flex-direction:column;align-items:flex-start;gap:10px}.item-quantity{justify-content:flex-end;width:100%}.modal-actions{flex-direction:column;gap:10px}.btn-cancel,.btn-submit,.btn-summary{width:100%;padding:14px 20px;font-size:1.05rem}.summary-modal-content{width:95%;max-height:85vh}.summary-modal-header{padding:15px 18px}.summary-modal-header h3{font-size:1.2rem}.summary-modal-body{padding:15px 18px}.summary-item{padding:12px}.summary-item-name{font-size:.95rem}.summary-item-subtotal{font-size:1rem}}@media (max-width:480px){.modal-overlay{padding:5px}.modal-content{width:98%;max-height:calc(100vh - 10px)}.modal-header{padding:12px 15px}.modal-header h2{font-size:1.1rem}.modal-body,.modal-footer{padding:12px 15px}.order-summary{padding:12px}.summary-item{font-size:.95rem}.summary-item.total{font-size:1.1rem}}[dir=rtl] .modal-header{flex-direction:row-reverse}[dir=rtl] .modal-header h2,[dir=rtl] .category-name{text-align:right}[dir=rtl] .category-header,[dir=rtl] .menu-item{flex-direction:row-reverse}[dir=rtl] .item-info{text-align:right;margin-left:15px;margin-right:0}[dir=rtl] .item-name,[dir=rtl] .item-description,[dir=rtl] .item-price{text-align:right}[dir=rtl] .category-icon{transform:scaleX(-1)}[dir=rtl] .summary-item,[dir=rtl] .modal-actions,[dir=rtl] .item-quantity,[dir=rtl] .summary-modal-header{flex-direction:row-reverse}[dir=rtl] .summary-modal-header h3{text-align:right}[dir=rtl] .summary-item{border-left:none;border-right:4px solid #f5576c;flex-direction:row-reverse}[dir=rtl] .summary-item-details{text-align:right;margin-left:15px;margin-right:0}[dir=rtl] .summary-item-name,[dir=rtl] .summary-item-meta{text-align:right}[dir=rtl] .summary-total-row{flex-direction:row-reverse}.summary-notes-section{background-color:#f9f9f9;border-left:4px solid #3b82f6;border-radius:8px;margin:1.5rem 0;padding:1rem}.summary-notes-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.summary-notes-input{resize:vertical;box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;min-height:80px;max-height:150px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.summary-notes-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.summary-notes-input::placeholder{color:#999}[dir=rtl] .summary-notes-section{text-align:right;border-left:none;border-right:4px solid #3b82f6}.layout-switcher{background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:center;gap:8px;padding:12px 24px;display:flex}.layout-btn{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex-direction:column;align-items:center;gap:4px;min-width:90px;padding:8px 16px;transition:all .2s;display:flex}.layout-btn:hover{background:#f8f9ff;border-color:#667eea}.layout-btn.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea}.layout-icon{font-size:1.5rem;font-weight:700}.layout-label{font-size:.75rem;font-weight:600}.carousel-view{flex-direction:column;height:100%;display:flex}.carousel-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;padding:15px 20px;display:flex}.carousel-category-title{text-align:center;word-wrap:break-word;overflow-wrap:break-word;flex:1;margin:0;font-size:1.3rem;font-weight:700}.carousel-nav-btn{color:#fff;cursor:pointer;background:#fff3;border:2px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.carousel-nav-btn:hover:not(:disabled){background:#ffffff4d;border-color:#fffc}.carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-indicators{flex-shrink:0;justify-content:center;gap:8px;padding:10px 0;display:flex}.indicator-dot{cursor:pointer;background:#d0d0d0;border-radius:50%;width:10px;height:10px;transition:all .2s}.indicator-dot:hover{background:#a0a0a0;transform:scale(1.2)}.indicator-dot.active{background:#667eea;width:12px;height:12px}.carousel-items{flex-direction:column;flex:1;gap:12px;padding:10px 15px;display:flex;overflow-y:auto}.carousel-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:15px;transition:all .2s;display:flex}.carousel-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.carousel-item-info{flex:1;min-width:0}.carousel-item-name{color:#333;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:6px;font-size:1.05rem;font-weight:600;line-height:1.3}.carousel-item-description{color:#666;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:8px;font-size:.85rem;line-height:1.4}.carousel-item-price{color:#667eea;font-size:1.1rem;font-weight:700}.carousel-item .item-quantity{flex-shrink:0}[dir=rtl] .layout-switcher,[dir=rtl] .carousel-header,[dir=rtl] .carousel-item{flex-direction:row-reverse}[dir=rtl] .carousel-item-info{text-align:right}@media (min-width:769px) and (max-width:1024px){.carousel-header{padding:12px 15px}.carousel-category-title{font-size:1.1rem}.carousel-nav-btn{width:35px;height:35px;font-size:1.5rem}.carousel-item{flex-direction:column;align-items:flex-start;gap:10px}.carousel-item .item-quantity{justify-content:flex-end;width:100%}}@media (max-width:768px){.layout-switcher{gap:6px;padding:10px 15px}.layout-btn{min-width:70px;padding:6px 10px}.layout-icon{font-size:1.2rem}.layout-label{font-size:.65rem}.carousel-header{padding:12px 15px}.carousel-category-title{font-size:1.1rem}.carousel-nav-btn{width:35px;height:35px;font-size:1.5rem}.carousel-item{flex-direction:column;align-items:flex-start;gap:10px}.carousel-item .item-quantity{justify-content:flex-end;width:100%}}.dashboard h2{color:var(--text-primary);margin-bottom:1.5rem}.tables-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.table-card{cursor:pointer;text-align:left;width:100%;font:inherit;appearance:none;background-color:var(--card-bg);border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.table-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.table-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.table-card.active{border-color:var(--primary-color);box-shadow:0 4px 14px #2563eb33}.table-card.free{border-color:#0596694d}.table-card.occupied{border-color:#dc26264d}.table-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.table-header h3{color:var(--text-primary);font-size:1.25rem}.status{text-transform:capitalize;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.status-free{color:#065f46;background-color:#d1fae5}.status-occupied{color:#991b1b;background-color:#fee2e2}.order-panel{background-color:var(--card-bg);border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 2px 8px #00000014}.order-panel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.menu-section h4{color:var(--text-secondary);margin-bottom:.75rem;font-size:1rem}.menu-item{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.menu-item label{color:var(--text-primary);font-size:.9rem}.quantity-input{border:1px solid var(--border-color);text-align:center;border-radius:6px;width:70px;padding:.5rem;font-size:.9rem}.quantity-input:focus{border-color:var(--primary-color);outline:none}.btn-confirm{background-color:var(--primary-color);color:#fff;width:100%;margin-top:1rem}.btn-confirm:hover:not(:disabled){background-color:#1d4ed8}.table-order-header{background:linear-gradient(135deg, var(--primary-color) 0%, #1a7f3e 100%);color:#fff;border-bottom:2px solid #0000001a;flex-shrink:0;padding:0;box-shadow:0 2px 8px #0000001a}.header-content{justify-content:space-between;align-items:center;max-width:100%;padding:1rem 1.5rem;display:flex}.header-title{flex:1;align-items:center;min-width:0;display:flex}.header-title h1{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:2rem;font-weight:700;line-height:1.2;overflow:hidden}.back-button-small{color:#fff;cursor:pointer;background:#fff3;border:1.5px solid #fff6;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-left:1rem;transition:all .3s;display:flex}.back-button-small:hover{background:#ffffff4d;border-color:#fff9;transform:scale(1.05)}.back-button-small:active{transform:scale(.98)}.back-icon{font-size:1.25rem;font-weight:600;line-height:1}@media (max-width:1024px){.header-content{padding:.875rem 1.25rem}.header-title h1{font-size:1.75rem}.back-button-small{width:2.25rem;height:2.25rem}}@media (max-width:767px){.table-order-header{border-bottom:1px solid #0000001a}.header-content{padding:.75rem 1rem}.header-title h1{font-size:1.5rem}.back-button-small{width:2rem;height:2rem;margin-left:.75rem}.back-icon{font-size:1.125rem}}@media (max-width:480px){.header-content{padding:.625rem .75rem}.header-title h1{font-size:1.25rem}.back-button-small{width:1.875rem;height:1.875rem;margin-left:.5rem}.back-icon{font-size:1rem}}[dir=rtl] .header-content{flex-direction:row-reverse}[dir=rtl] .back-button-small{margin-left:0;margin-right:1rem}@media (max-width:767px){[dir=rtl] .back-button-small{margin-right:.75rem}}@media (max-width:480px){[dir=rtl] .back-button-small{margin-right:.5rem}}.category-tabs-wrapper{background-color:var(--card-bg);border-bottom:2px solid var(--border-color);box-sizing:border-box;z-index:100;width:100%;margin:0;padding:0;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.category-tabs{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;box-sizing:border-box;gap:.5rem;width:100%;padding:.75rem 1rem;display:flex;position:relative;overflow:auto hidden}.category-tabs::-webkit-scrollbar{display:none}.category-tabs{-ms-overflow-style:none;scrollbar-width:none}.category-tab{background-color:var(--card-bg);border:1.5px solid var(--border-color);color:var(--text-primary);padding:var(--tab-padding,.5rem 1rem);cursor:pointer;font-size:var(--tab-font-size,.875rem);white-space:nowrap;border-radius:.375rem;flex-shrink:0;align-items:center;gap:.5rem;min-height:2.25rem;font-weight:500;transition:all .3s;display:flex}.category-tab:hover{background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.category-tab.active{background:linear-gradient(135deg, var(--primary-color) 0%, #1a7f3e 100%);color:#fff;border-color:var(--primary-color);box-shadow:0 2px 8px #25894c40}.category-tab.active:hover{background:linear-gradient(135deg,#1a7f3e 0%,#0d5a2d 100%);box-shadow:0 4px 12px #25894c59}.tab-label{text-transform:capitalize;font-weight:600}.tab-count{background-color:#0000001a;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.category-tab.active .tab-count{background-color:#ffffff4d}.no-categories{text-align:center;color:var(--text-secondary);padding:1rem;font-style:italic}@media (min-width:768px) and (max-width:1024px){.category-tabs-wrapper{min-height:auto;padding:0}.category-tabs{gap:.375rem;min-height:2.5rem;padding:.5rem 1rem}.category-tab{white-space:nowrap;min-height:2.25rem;padding:.375rem .75rem;font-size:.8rem}.tab-count{font-size:.7rem}}@media (min-width:600px) and (max-width:767px){.category-tabs-wrapper{min-height:auto;padding:0}.category-tabs{gap:.375rem;min-height:2.75rem;padding:.75rem 1rem}.category-tab{white-space:nowrap;min-height:2.25rem;padding:.5rem .75rem;font-size:.75rem}.tab-count{padding:.0625rem .375rem;font-size:.6rem}}@media (max-width:599px){.category-tabs-wrapper{min-height:auto;padding:0}.category-tabs{scroll-snap-type:x mandatory;gap:.375rem;min-height:3rem;padding:.75rem}.category-tab{white-space:nowrap;scroll-snap-align:start;scroll-snap-stop:always;min-height:2.25rem;padding:.5rem .75rem;font-size:.7rem}.tab-count{padding:.0625rem .375rem;font-size:.6rem}}[dir=rtl] .category-tabs{text-align:right;flex-direction:row-reverse}[dir=rtl] .tab-label{direction:rtl}.menu-grid{grid-template-columns:repeat(auto-fit, minmax(var(--card-min-width,160px), 1fr));gap:var(--card-gap,1.25rem);box-sizing:border-box;grid-auto-rows:max-content;place-items:start stretch;width:100%;padding:0 1.5rem 1.5rem;display:grid;overflow-x:hidden}.menu-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;width:100%;height:auto;transition:all .3s;display:flex;position:relative;overflow:hidden}.menu-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #25894c26}.card-image{width:100%;height:var(--card-image-height,140px);background-color:var(--bg-secondary);flex-shrink:0;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.menu-card:hover .card-image img{transform:scale(1.05)}.card-body{padding:var(--card-padding,.75rem);flex-direction:column;flex:1;gap:.15rem;display:flex}.item-name{font-size:var(--menu-item-title,1rem);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:600;line-height:1.1;display:-webkit-box;overflow:hidden}.item-description{font-size:var(--menu-item-desc,.75rem);color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.2;display:-webkit-box;overflow:hidden}.card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.375rem;margin-top:.35rem;padding-top:.35rem;display:flex}.item-price{color:var(--primary-color);white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:700}.quantity-control{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.3rem;align-items:center;gap:.15rem;padding:.15rem;display:flex}.qty-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:.2rem;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){background-color:var(--primary-color);color:#fff}.qty-btn:disabled{color:var(--border-color);cursor:not-allowed}.qty-input{text-align:center;width:30px;height:26px;color:var(--text-primary);background:0 0;border:none;padding:0 .1rem;font-size:.75rem;font-weight:600}.qty-input:focus{outline:none}.quantity-badge{background:linear-gradient(135deg, var(--primary-color) 0%, #1a7f3e 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 8px #25894c40}.menu-grid-empty{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:3rem 1rem}.menu-grid-empty p{margin:0;font-size:1rem;font-style:italic}@media (min-width:1281px){.menu-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 2rem 1.5rem}.card-image{height:150px}.card-body{padding:.85rem}.item-name{font-size:1rem}.item-description{font-size:.8rem}}@media (min-width:1025px) and (max-width:1280px){.menu-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:0 1.25rem 1.5rem}.card-image{height:130px}.card-body{padding:.65rem}.item-name{font-size:.95rem}.item-description{font-size:.7rem}}@media (min-width:768px) and (max-width:1024px){.menu-grid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 1rem 1.25rem}.card-image{height:120px}.card-body{padding:.65rem}.item-name{font-size:.9rem}.item-description{-webkit-line-clamp:1;font-size:.7rem}}@media (min-width:600px) and (max-width:767px){.menu-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;padding:0 1rem 1rem}.card-image{height:110px}.card-body{padding:.6rem}.item-name{font-size:.85rem}.item-description{-webkit-line-clamp:1;font-size:.65rem}.item-price{font-size:.85rem}}@media (max-width:599px){.menu-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .75rem .75rem}.card-image{height:100px}.card-body{padding:.55rem}.item-name{font-size:.8rem}.item-description{-webkit-line-clamp:1;font-size:.65rem}.card-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:.3rem}.item-price{flex-shrink:0;font-size:.8rem}.quantity-control{gap:.15rem;width:auto}.qty-btn{width:26px;height:24px;font-size:.9rem}.qty-input{width:28px;height:24px;font-size:.7rem}}@media (pointer:coarse){.qty-btn,.qty-input{min-width:44px;min-height:44px}}[dir=rtl] .card-footer{flex-direction:row-reverse}[dir=rtl] .quantity-badge{left:.5rem;right:auto}.menu-action-bar{background-color:var(--card-bg);border-top:2px solid var(--border-color);z-index:30;box-sizing:border-box;width:100%;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}.action-bar-content{justify-content:space-between;align-items:center;gap:1rem;max-width:100%;display:flex}.action-bar-info{color:var(--text-primary);flex:1;align-items:center;gap:.75rem;min-width:0;font-size:.9375rem;display:flex}.action-bar-info strong{color:var(--primary-color);font-weight:700}.info-items{white-space:nowrap}.info-separator{color:var(--border-color)}.info-amount{white-space:nowrap}.continue-button{background:linear-gradient(135deg, var(--primary-color) 0%, #1a7f3e 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 4px #25894c26}.continue-button:hover:not(:disabled){background:linear-gradient(135deg,#1a7f3e 0%,#0d5a2d 100%);transform:translateY(-2px);box-shadow:0 4px 12px #25894c4d}.continue-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #25894c33}.continue-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:1024px){.menu-action-bar{padding:.875rem 1rem}.action-bar-content{gap:.75rem}.action-bar-info{font-size:.875rem}.continue-button{min-height:40px;padding:.625rem 1.25rem;font-size:.9375rem}}@media (max-width:767px){.menu-action-bar{padding:.75rem 1rem}.action-bar-content{flex-direction:column;gap:.75rem}.action-bar-info{justify-content:center;width:100%;font-size:.8125rem}.continue-button{width:100%;min-height:44px;padding:.75rem 1rem;font-size:.9375rem}}@media (max-width:480px){.menu-action-bar{padding:.625rem .75rem}.action-bar-content{gap:.5rem}.action-bar-info{font-size:.75rem}.continue-button{min-height:40px;padding:.625rem .75rem;font-size:.875rem}}[dir=rtl] .action-bar-content,[dir=rtl] .action-bar-info{flex-direction:row-reverse}.order-sidebar{background-color:var(--card-bg);border:1px solid var(--border-color);z-index:40;box-sizing:border-box;border-radius:.5rem;flex-direction:column;gap:1.5rem;width:100%;height:100%;padding:1.5rem;display:flex}.sidebar-header{border-bottom:2px solid var(--border-color);flex-shrink:0;margin-bottom:.5rem;padding-bottom:1rem}.sidebar-header h3{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.sidebar-content{box-sizing:border-box;flex-direction:column;flex:1;gap:1.5rem;width:100%;padding:.5rem .5rem .5rem 0;display:flex;overflow:hidden auto}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-track{background:0 0}.sidebar-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.totals-section{background:linear-gradient(135deg,#25894c0d 0%,#25894c05 100%);border:1px solid #25894c1a;border-radius:.375rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.total-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.total-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.total-value{color:var(--text-primary);font-size:1.125rem;font-weight:700}.total-value.amount{color:var(--primary-color);font-size:1.375rem}.total-value.items-count{background-color:var(--primary-color);color:#fff;text-align:center;border-radius:.25rem;min-width:40px;padding:.25rem .625rem}.notes-section{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.notes-label{color:var(--text-primary);font-size:.875rem;font-weight:600}.notes-input{border:1px solid var(--border-color);resize:vertical;background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.375rem;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.notes-input:focus{border-color:var(--primary-color);background-color:var(--bg-primary);outline:none;box-shadow:0 0 0 3px #25894c1a}.notes-input::placeholder{color:var(--text-secondary)}.sidebar-footer{border-top:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:.75rem;margin-top:.25rem;padding-top:.5rem;display:flex}.submit-button{background:linear-gradient(135deg, var(--primary-color) 0%, #1a7f3e 100%);color:#fff;cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:44px;padding:.875rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 4px #25894c26}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#1a7f3e 0%,#0d5a2d 100%);transform:translateY(-2px);box-shadow:0 4px 12px #25894c4d}.submit-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #25894c33}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.spinner{align-items:center;gap:.5rem;display:flex}.spinner:after{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.back-button{background-color:var(--bg-secondary);width:100%;color:var(--text-primary);border:1.5px solid var(--border-color);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;min-height:44px;padding:.875rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.back-button:hover{background-color:var(--border-color);border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.back-button:active{transform:translateY(0)}@media (max-width:1024px){.order-sidebar{border-radius:.5rem .5rem 0 0;width:100%;height:auto;max-height:none}.sidebar-content{gap:1.25rem}.sidebar-footer{gap:.75rem;padding-top:1rem}.submit-button,.back-button{min-height:44px}}@media (max-width:767px){.order-sidebar{border:none;border-top:1px solid var(--border-color);z-index:40;border-radius:.5rem .5rem 0 0;gap:1rem;width:100%;max-height:55vh;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}.sidebar-header{border-bottom:1px solid var(--border-color);margin-bottom:0;padding-bottom:.75rem}.sidebar-header h3{font-size:1rem}.sidebar-content{gap:1rem;max-height:calc(55vh - 150px);padding-right:.25rem}.totals-section{gap:.5rem;padding:.75rem}.total-label{font-size:.8125rem}.total-value{font-size:1rem}.total-value.amount{font-size:1.25rem}.notes-label{font-size:.8125rem}.notes-input{padding:.625rem;font-size:.8125rem}.sidebar-footer{gap:.75rem;padding-top:1rem}.submit-button,.back-button{min-height:40px;padding:.75rem .875rem;font-size:.9375rem}}@media (max-width:480px){.order-sidebar{gap:.75rem;padding:.75rem}.sidebar-header h3{font-size:.9375rem}.totals-section{gap:.375rem;padding:.625rem}.total-label{font-size:.75rem}.total-value{font-size:.9375rem}.total-value.amount{font-size:1.125rem}.sidebar-footer{gap:.625rem;padding-top:.875rem}.submit-button,.back-button{min-height:38px;padding:.625rem .75rem;font-size:.875rem}}[dir=rtl] .submit-button,[dir=rtl] .back-button{text-align:right}[dir=rtl] .spinner,[dir=rtl] .total-row{flex-direction:row-reverse}.summary-items-section{flex-direction:column;gap:.5rem;display:flex}.summary-item{flex-direction:column;gap:.2rem;display:flex}.summary-item-main{align-items:baseline;gap:.4rem;display:flex}.summary-item-qty{color:var(--text-secondary);flex-shrink:0;font-size:.85rem;font-weight:700}.summary-item-name{color:var(--text-primary);flex:1;font-size:.9rem;font-weight:500}.summary-item-price{color:var(--text-primary);flex-shrink:0;font-size:.9rem;font-weight:600}.summary-item-modifiers{flex-direction:column;gap:.1rem;padding-left:1.6rem;display:flex}.summary-modifier-line{align-items:center;gap:.4rem;display:flex}.summary-modifier-name{color:var(--text-secondary);flex:1;font-size:.8rem}.summary-modifier-price{color:var(--accent-color,#f59e0b);font-size:.8rem;font-weight:500}.summary-items-divider{background:var(--border-color);height:1px;margin:.5rem 0}.order-summary-view{box-sizing:border-box;background-color:var(--bg-primary);flex-direction:column;flex:1;width:100%;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.summary-container{flex-direction:column;gap:1.5rem;width:100%;max-width:600px;margin:0 auto;display:flex}.back-link{color:var(--primary-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 0;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.back-link:hover{color:#0d5a2d;transform:translate(-4px)}.back-link:active{transform:translate(-2px)}.back-arrow{align-items:center;font-size:1.25rem;display:inline-flex}.summary-content{flex-direction:column;width:100%;display:flex}.summary-content .order-sidebar{border-radius:.5rem;width:100%;max-width:none;height:auto;padding:1.5rem}@media (max-width:1024px){.order-summary-view{padding:1rem}.summary-container{gap:1rem}.summary-content .order-sidebar{padding:1.25rem}}@media (max-width:767px){.order-summary-view{height:auto;padding:1rem}.summary-container{gap:1rem;margin:0}.back-link{padding:.5rem 0;font-size:.9375rem}.summary-content .order-sidebar{border:none;border-top:1px solid var(--border-color);border-radius:0;padding:1rem}.order-summary-view .order-sidebar{width:100%;max-height:none;box-shadow:none;position:static;bottom:auto;left:auto;right:auto}}@media (max-width:480px){.order-summary-view{padding:.75rem}.summary-container{gap:.75rem;max-width:none}.back-link{font-size:.875rem}.summary-content .order-sidebar{padding:.875rem}}[dir=rtl] .back-link{flex-direction:row-reverse}[dir=rtl] .back-arrow{transform:scaleX(-1)}.modifier-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#000000a6;justify-content:center;align-items:flex-end;animation:.2s overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modifier-modal{background:var(--card-bg,#1c1c2e);border-radius:1.5rem 1.5rem 0 0;flex-direction:column;width:100%;max-width:600px;max-height:88vh;animation:.28s cubic-bezier(.34,1.2,.64,1) slideUp;display:flex;overflow:hidden;box-shadow:0 -8px 60px #00000080}.modifier-modal:before{content:"";background:var(--border-color,#3a3a52);border-radius:9999px;flex-shrink:0;width:40px;height:4px;margin:.8rem auto 0;display:block}.modifier-modal-header{border-bottom:1px solid var(--border-color,#2d2d42);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 1.5rem 1.25rem;display:flex}.modifier-modal-item-name{color:var(--text-primary,#f1f5f9);letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.25rem;font-weight:800;line-height:1.2}.modifier-modal-base-price{color:var(--accent-color,#f59e0b);align-items:center;gap:.35rem;margin:0;font-size:1rem;font-weight:700;display:flex}.modifier-modal-base-price:before{content:"";background:var(--accent-color,#f59e0b);border-radius:50%;width:6px;height:6px;display:inline-block}.modifier-modal-close{background:var(--border-color,#2d2d42);color:var(--text-secondary,#94a3b8);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .15s,color .15s,transform .15s;display:flex}.modifier-modal-close:hover{background:var(--danger-color,#dc2626);color:#fff;transform:rotate(90deg)}.modifier-modal-body{scrollbar-width:thin;scrollbar-color:var(--border-color,#3a3a52) transparent;flex-direction:column;flex:1;gap:1.75rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.modifier-modal-empty{color:var(--text-secondary,#94a3b8);text-align:center;padding:2rem 0;font-style:italic}.modifier-group-section{flex-direction:column;gap:.85rem;display:flex}.modifier-group-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.modifier-group-name{color:var(--text-primary,#f1f5f9);letter-spacing:-.01em;font-size:1rem;font-weight:700}.modifier-group-type-badge{color:var(--accent-color,#f59e0b);text-transform:uppercase;letter-spacing:.06em;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:999px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.modifier-options-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.65rem;display:grid}.modifier-option-card{border:2px solid var(--border-color,#2d2d42);cursor:pointer;text-align:center;background:var(--bg-secondary,#16162a);-webkit-user-select:none;user-select:none;border-radius:.85rem;flex-direction:column;align-items:center;gap:.3rem;padding:.9rem .6rem;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;display:flex;position:relative}.modifier-option-card:hover{border-color:var(--accent-color,#f59e0b);background:#f59e0b0f;transform:translateY(-2px)}.modifier-option-selected{box-shadow:0 0 0 3px #f59e0b33,0 4px 14px #f59e0b2e;border-color:var(--accent-color,#f59e0b)!important;background:#f59e0b1f!important}.modifier-option-selected:after{content:"✓";color:var(--accent-color,#f59e0b);font-size:.68rem;font-weight:900;line-height:1;position:absolute;top:6px;right:8px}.modifier-option-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.modifier-option-name{color:var(--text-primary,#f1f5f9);font-size:.9rem;font-weight:600;line-height:1.25}.modifier-option-price{color:var(--accent-color,#f59e0b);background:#f59e0b1a;border-radius:999px;padding:.1rem .45rem;font-size:.78rem;font-weight:700}.modifier-option-free{color:var(--success-color,#22c55e);background:#22c55e1a;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.modifier-modal-footer{border-top:1px solid var(--border-color,#2d2d42);flex-shrink:0;gap:.75rem;padding:1rem 1.5rem 1.4rem;display:flex}.modifier-cancel-btn{border:2px solid var(--border-color,#2d2d42);cursor:pointer;color:var(--text-secondary,#94a3b8);background:0 0;border-radius:.85rem;flex:1;padding:.875rem 1rem;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.modifier-cancel-btn:hover{background:var(--border-color,#2d2d42);color:var(--text-primary,#f1f5f9);border-color:var(--text-secondary,#64748b)}.modifier-confirm-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:.85rem;flex:2;padding:.875rem 1rem;font-size:1rem;font-weight:800;transition:opacity .15s,transform .1s,box-shadow .15s;box-shadow:0 4px 15px #f59e0b59}.modifier-confirm-btn:hover{opacity:.92;box-shadow:0 6px 22px #f59e0b80}.modifier-confirm-btn:active{transform:scale(.97);box-shadow:0 2px 8px #f59e0b4d}[dir=rtl] .modifier-modal-header,[dir=rtl] .modifier-group-header{flex-direction:row-reverse}[dir=rtl] .modifier-option-selected:after{left:8px;right:auto}@media (min-width:640px){.modifier-modal-overlay{align-items:center}.modifier-modal{border-radius:1.5rem;max-height:85vh;animation:.25s cubic-bezier(.34,1.3,.64,1) popIn}@keyframes popIn{0%{opacity:0;transform:scale(.9)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.modifier-modal:before{display:none}}.table-order-page{background-color:var(--bg-primary);height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.error-banner{color:#fff;background-color:#dc2626;border-bottom:1px solid #b91c1c;padding:1rem 1.5rem;font-size:.9375rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.order-content-wrapper{box-sizing:border-box;flex-direction:row;flex:1;gap:1.5rem;width:100%;padding:1.5rem;display:flex;overflow:hidden}.menu-selection-view{box-sizing:border-box;flex-direction:column;flex:1;gap:0;width:100%;height:100%;min-height:0;padding:1.5rem 1.5rem calc(90px + 1.5rem);display:flex;overflow:hidden}.category-tabs-area{background-color:var(--card-bg);border-bottom:2px solid var(--border-color);box-sizing:border-box;flex-shrink:0;width:calc(100% + 3rem);margin:-1.5rem -1.5rem 0;padding:0}.menu-items-container{box-sizing:border-box;flex:1;width:100%;min-height:0;margin-top:1.5rem;padding:0;display:flex;overflow:hidden auto}.menu-items-container::-webkit-scrollbar{width:8px}.menu-items-container::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.menu-items-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.menu-items-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.menu-content{display:none}.order-sidebar{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;flex-shrink:0;gap:1rem;width:320px;max-height:100%;padding:1.5rem;display:flex;overflow-y:auto}.order-sidebar::-webkit-scrollbar{width:6px}.order-sidebar::-webkit-scrollbar-track{background:var(--bg-secondary)}.order-sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.placeholder{text-align:center;color:#666;background:linear-gradient(135deg,#f0f0f0 0%,#e8e8e8 100%);border:2px dashed #ccc;border-radius:.5rem;margin:1rem 0;padding:2rem;font-style:italic}@media (min-width:1281px){.menu-selection-view{padding:1.5rem 1.5rem calc(90px + 1.5rem)}.category-tabs-area{width:calc(100% + 3rem);margin:-1.5rem -1.5rem 0}.menu-items-container{margin-top:1.5rem}}@media (max-width:1280px) and (min-width:1025px){.menu-selection-view{padding:1.25rem 1.25rem calc(85px + 1.25rem)}.category-tabs-area{width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem 0}.menu-items-container{margin-top:1.25rem}}@media (max-width:1024px){.menu-selection-view{gap:0;padding:.875rem .875rem calc(95px + .875rem)}.category-tabs-area{width:calc(100% + 1.75rem);margin:-.875rem -.875rem 0}.menu-items-container{width:calc(100% + 1.75rem);margin-top:.875rem}}@media (max-width:767px){.table-order-page{height:100dvh}.error-banner{padding:.875rem 1rem;font-size:.875rem}.menu-selection-view{gap:0;padding:1rem 1rem calc(100px + 1rem)}.category-tabs-area{width:calc(100% + 2rem);margin:-1rem -1rem 0}.menu-items-container{margin-top:1rem;padding:0 0 1rem}}@media (max-width:480px){.menu-selection-view{gap:0;padding:.75rem .75rem calc(110px + .75rem)}.category-tabs-area{width:calc(100% + 1.5rem);margin:-.75rem -.75rem 0}.menu-items-container{margin-top:.75rem;padding:0 0 .75rem}}.loading{height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.125rem;display:flex}.table-order-layout{background-color:#f5f5f5;flex-direction:column;width:100vw;height:100vh;display:flex}.orders-page h2{color:var(--text-primary);margin-bottom:1.5rem}.empty-state{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1.1rem}.orders-list{gap:1.5rem;display:grid}.table-group-card{background-color:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.table-group-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.table-group-header h3{margin-bottom:.25rem;font-size:1.25rem}.table-group-header p{color:var(--text-secondary);font-size:.9rem}.order-meta{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.status-badge{color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.total{color:var(--text-primary);font-size:1.25rem;font-weight:600}.table-items{margin-bottom:1rem}.item-row{flex-direction:column;gap:.2rem;padding:.5rem 0;font-size:.95rem;display:flex}.item-row-main{justify-content:space-between;align-items:center;display:flex}.item-row-main span:first-child{color:var(--text-primary);flex:1}.item-row-main span:nth-child(2){color:var(--text-secondary);font-weight:500}.item-row-modifiers{flex-wrap:wrap;gap:.3rem;padding-left:0;display:flex}.item-modifier-tag{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;padding:.1rem .45rem;font-size:.78rem;font-style:italic}.order-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.btn-payment{background-color:var(--primary-color);color:#fff;flex:1;min-width:120px}.btn-payment:hover{background-color:#1d4ed8}.btn-edit{color:#fff;background-color:#f59e0b;flex:1;min-width:100px}.btn-edit:hover:not(:disabled){background-color:#d97706}.btn-edit:disabled{cursor:not-allowed;background-color:#9ca3af}.btn-delete{color:#fff;background-color:#ef4444;flex:1;min-width:100px}.btn-delete:hover:not(:disabled){background-color:#dc2626}.btn-delete:disabled{cursor:not-allowed;background-color:#9ca3af}.payment-view{background-color:var(--card-bg);border-radius:12px;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 2px 8px #0000001a}.payment-view h2{margin-bottom:1.5rem}.payment-view h3{color:var(--text-primary);margin:1.5rem 0 1rem}.order-details{background-color:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.detail-row{justify-content:space-between;padding:.5rem 0;font-size:1rem;display:flex}.items-table{border-collapse:collapse;width:100%;margin-bottom:2rem}.items-table th,.items-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem}.items-table th{color:var(--text-primary);background-color:#f1f5f9;font-weight:600}.items-table tfoot td{border-top:2px solid var(--border-color);padding-top:1rem;font-size:1.1rem}.items-table tr.modifier-row td{color:#92400e;background:0 0;border-bottom:none;padding-top:.1rem;padding-bottom:.25rem;font-size:.82rem;font-style:italic}.modifier-row-name{padding-left:1.5rem!important}.order-notes-section{background-color:#fff3cd;border-left:3px solid #ff9800;border-radius:4px;margin:1.5rem 0;padding:1rem}.order-notes-section h4{color:#e65100;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.order-notes-section p{color:#5e3500;margin:0;font-size:.95rem}.payment-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.btn-mark-paid{color:#fff;background-color:#10b981;flex:1;min-width:140px}.btn-mark-paid:hover:not(:disabled){background-color:#059669}.btn-mark-paid:disabled{cursor:not-allowed;background-color:#9ca3af}.btn-print{background-color:var(--success-color);color:#fff;flex:1;min-width:120px}.btn-print:hover{background-color:#059669}.btn-back{background-color:var(--secondary-color);color:#fff;flex:1;min-width:120px}.btn-back:hover{background-color:#475569}.edit-view{background-color:var(--card-bg);border-radius:12px;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 2px 8px #0000001a}.edit-view h2{color:var(--text-primary);margin-bottom:1.5rem}.edit-view h3{color:var(--text-primary);margin:1.5rem 0 1rem}.edit-items-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.edit-item-row{border:1px solid var(--border-color);background-color:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.item-info{flex-direction:column;gap:.25rem;display:flex}.item-price{color:var(--text-secondary);font-size:.85rem}.item-controls{align-items:center;gap:.75rem;display:flex}.item-controls label{color:var(--text-secondary);font-size:.9rem}.item-controls .quantity-input{border:1px solid var(--border-color);text-align:center;border-radius:6px;width:70px;padding:.5rem;font-size:.9rem}.item-controls .quantity-input:focus{border-color:var(--primary-color);outline:none}.item-subtotal{text-align:right;min-width:80px;color:var(--text-primary);font-weight:600}.edit-total{background-color:#f1f5f9;border-radius:8px;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;font-size:1.1rem;display:flex}.edit-total strong{color:var(--text-primary);font-size:1.25rem}.edit-actions{gap:1rem;display:flex}.btn-save{color:#fff;background-color:#10b981;flex:1;padding:.75rem;font-size:1rem}.btn-save:hover:not(:disabled){background-color:#059669}.btn-save:disabled{cursor:not-allowed;background-color:#9ca3af}.btn-cancel{color:#fff;background-color:#6b7280;flex:1;padding:.75rem;font-size:1rem}.btn-cancel:hover:not(:disabled){background-color:#4b5563}.btn-cancel:disabled{cursor:not-allowed;background-color:#9ca3af}.orders-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.orders-header h2{color:var(--text-primary);flex:1;margin:0}.btn-delete-all{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ef4444;border:none;border-radius:8px;flex-shrink:0;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.btn-delete-all:hover:not(:disabled){background-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.btn-delete-all:active:not(:disabled){transform:translateY(0)}.btn-delete-all:disabled{cursor:not-allowed;opacity:.6;background-color:#9ca3af}@media (max-width:600px){.orders-header{flex-direction:column;align-items:flex-start}.btn-delete-all{width:100%}}[dir=rtl] .orders-header{flex-direction:row-reverse}[dir=rtl] .orders-header h2{text-align:right}.kitchen-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:2rem}.kitchen-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.kitchen-header h1{color:#fff;font-size:2rem}.kitchen-header-actions{align-items:center;gap:1rem;display:flex}.kitchen-orders-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.kitchen-order-card{background-color:#fff;border-left:4px solid;border-radius:12px;padding:1.5rem;transition:transform .2s;box-shadow:0 4px 12px #00000026}.kitchen-order-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0003}.kitchen-order-card.status-pending{border-left-color:var(--warning-color)}.kitchen-order-card.status-in_progress{border-left-color:var(--primary-color)}.kitchen-order-card .order-header h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.order-info{gap:1rem;margin-bottom:1rem;display:flex}.table-number{color:#1e40af;background-color:#dbeafe;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.order-time{color:var(--text-secondary);font-size:.9rem}.order-items-list{background-color:#f8fafc;border-radius:8px;margin:1.5rem 0;padding:1rem}.kitchen-item{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.25rem;padding:.75rem 0;display:flex}.kitchen-item-main{align-items:center;gap:.75rem;display:flex}.kitchen-item-modifiers{flex-wrap:wrap;gap:.3rem;padding-left:52px;display:flex}.kitchen-modifier{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;padding:.1rem .45rem;font-size:.8rem;font-style:italic}.kitchen-item:last-child{border-bottom:none}.item-quantity{background-color:var(--primary-color);color:#fff;text-align:center;border-radius:6px;min-width:40px;padding:.25rem .5rem;font-weight:600}.item-name{color:var(--text-primary);font-size:1.1rem;font-weight:500}.item-notes{color:var(--text-secondary);font-size:.85rem;font-style:italic}.order-notes{background-color:#fff3cd;border-left:3px solid #ff9800;border-radius:4px;margin:1rem 0;padding:.75rem;font-size:.95rem}.order-notes strong{color:#e65100;margin-bottom:.5rem;display:block}.order-notes p{color:#5e3500;margin:0}.order-status{text-align:center;margin:1rem 0}.current-status{border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;display:inline-block}.current-status.status-pending{color:#92400e;background-color:#fef3c7}.current-status.status-in_progress{color:#1e40af;background-color:#dbeafe}.status-actions{gap:.75rem;margin-top:1rem;display:flex}.btn-start{background-color:var(--primary-color);color:#fff;flex:1;font-weight:500}.btn-start:hover:not(:disabled){background-color:#1d4ed8}.btn-done{background-color:var(--success-color);color:#fff;flex:1;font-weight:500}.btn-done:hover:not(:disabled){background-color:#059669}
