*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}ul,ol{margin:0;padding:0}img{max-width:100%;height:auto}.home-page{min-height:100vh;background:linear-gradient(135deg,#1f2937,#374151);display:flex;align-items:center;justify-content:center;padding:2rem}.home-container{max-width:900px;width:100%}.home-header{text-align:center;margin-bottom:3rem}.home-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;color:#fff}.home-header p{margin:0;font-size:1.125rem;color:#9ca3af}.home-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.home-card{background:#fff;border-radius:16px;padding:2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.home-card-icon{font-size:3rem;margin-bottom:1rem}.home-card h2{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#1f2937}.home-card p{margin:0 0 1.5rem;font-size:.9375rem;color:#6b7280;line-height:1.6}.home-card-action{font-size:.9375rem;font-weight:600;color:#2563eb}.home-card--customer{border-top:4px solid #2563eb}.home-card--pos{border-top:4px solid #10b981}.home-card--pos .home-card-action{color:#10b981}.home-card--admin{border-top:4px solid #8b5cf6}.home-card--admin .home-card-action{color:#8b5cf6}.home-footer{background:#ffffff0d;border-radius:16px;padding:2rem;color:#e5e7eb}.home-footer h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.home-footer ul{margin:0 0 1.5rem;padding-left:1.25rem}.home-footer li{margin-bottom:.5rem;font-size:.9375rem;color:#9ca3af}.home-tables h4{margin:0 0 .75rem;font-size:.9375rem;font-weight:500}.table-links{display:flex;flex-wrap:wrap;gap:.5rem}.table-link{padding:.5rem 1rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:500;transition:background .2s ease}.table-link:hover{background:#fff3}@media(max-width:640px){.home-page{padding:2rem 1rem 1rem;align-items:flex-start}.home-header h1{font-size:1.75rem}.home-cards{grid-template-columns:1fr}.home-card{padding:1.5rem}}.category-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:60px;z-index:10;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;padding:.625rem 1.25rem;border:none;border-radius:9999px;background:#f3f4f6;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-tab:hover{background:#e5e7eb}.category-tab.active{background:#2563eb;color:#fff}@media(min-width:768px){.category-tabs{justify-content:center;padding:1rem 2rem}.category-tab{padding:.75rem 1.5rem;font-size:1rem}}.menu-item-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;transition:transform .2s ease,box-shadow .2s ease}.menu-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.menu-item-image{width:100%;height:160px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.menu-item-image img{width:100%;height:100%;object-fit:cover}.menu-item-placeholder{font-size:3rem;opacity:.5}.menu-item-content{padding:1rem}.menu-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.menu-item-name{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.3}.menu-item-price{font-size:1.125rem;font-weight:700;color:#2563eb;white-space:nowrap}.menu-item-description{margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.menu-item-notes{margin-bottom:1rem}.menu-item-notes textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;resize:none;font-family:inherit}.menu-item-notes textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.menu-item-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.notes-toggle{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#4b5563;font-size:.8125rem;cursor:pointer;transition:all .2s ease}.notes-toggle:hover{background:#f3f4f6}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:8px;padding:.25rem}.quantity-btn{width:32px;height:32px;border:none;border-radius:6px;background:#fff;color:#2563eb;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){background:#2563eb;color:#fff}.quantity-btn:disabled{color:#9ca3af;cursor:not-allowed}.quantity-value{min-width:24px;text-align:center;font-weight:600;color:#1f2937}.add-to-cart-btn{flex:1;min-width:120px;padding:.75rem 1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s ease}.add-to-cart-btn:hover{background:#1d4ed8}@media(min-width:768px){.menu-item-card{display:flex;flex-direction:row}.menu-item-image{width:200px;height:auto;min-height:180px;flex-shrink:0}.menu-item-content{flex:1;display:flex;flex-direction:column;padding:1.25rem}.menu-item-description{flex:1}}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-panel{background:#fff;width:100%;max-height:85vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.cart-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.cart-close{width:36px;height:36px;border:none;border-radius:50%;background:#f3f4f6;color:#4b5563;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.cart-close:hover{background:#e5e7eb}.cart-content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:#6b7280}.cart-empty-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.5}.cart-empty p{margin:0;font-size:1.125rem;font-weight:500}.cart-empty-hint{margin-top:.5rem!important;font-size:.875rem!important;font-weight:400!important}.cart-items{list-style:none;padding:0;margin:0}.cart-item{padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cart-item-name{font-weight:500;color:#1f2937}.cart-item-price{font-weight:600;color:#2563eb}.cart-item-notes-display{font-size:.8125rem;color:#6b7280;background:#f9fafb;padding:.375rem .625rem;border-radius:4px;margin-bottom:.5rem}.cart-item-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-quantity{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:6px;padding:.25rem}.cart-qty-btn{width:28px;height:28px;border:none;border-radius:4px;background:#fff;color:#2563eb;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-qty-btn:hover{background:#2563eb;color:#fff}.cart-qty-value{min-width:20px;text-align:center;font-weight:600;font-size:.875rem}.cart-remove-btn{padding:.375rem .75rem;border:none;border-radius:4px;background:transparent;color:#ef4444;font-size:.8125rem;cursor:pointer}.cart-remove-btn:hover{background:#fef2f2}.cart-item-notes-input input{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem}.cart-item-notes-input input:focus{outline:none;border-color:#2563eb}.cart-footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:500}.cart-total-amount{font-size:1.5rem;font-weight:700;color:#2563eb}.cart-checkout-btn{width:100%;padding:1rem;border:none;border-radius:12px;background:#2563eb;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s ease}.cart-checkout-btn:hover{background:#1d4ed8}@media(min-width:768px){.cart-overlay{align-items:center}.cart-panel{max-width:500px;max-height:80vh;border-radius:20px;margin:1rem}}.order-status-display{max-width:500px;margin:0 auto;padding:2rem 1.5rem}.order-status-header{text-align:center;margin-bottom:2rem}.order-status-icon{font-size:4rem;display:block;margin-bottom:1rem;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.order-status-label{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1f2937}.order-status-description{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.order-status-progress{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:0 .5rem}.progress-step-wrapper{display:flex;align-items:flex-start;flex:1}.progress-step-wrapper:last-child{flex:0}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-dot{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:all .3s ease}.progress-step.completed .progress-dot{background:#2563eb;color:#fff}.progress-step.current .progress-dot{background:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb33;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #2563eb33}50%{box-shadow:0 0 0 8px #2563eb1a}}.progress-label{font-size:.6875rem;color:#9ca3af;text-align:center;max-width:60px;line-height:1.3}.progress-step.completed .progress-label,.progress-step.current .progress-label{color:#2563eb;font-weight:500}.progress-line{flex:1;height:3px;background:#e5e7eb;margin-top:16px;margin-left:-8px;margin-right:-8px;transition:background .3s ease}.progress-line.completed{background:#2563eb}.order-details-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.order-details-card h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.order-detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6;font-size:.9375rem;color:#6b7280}.order-detail-row:last-child{border-bottom:none}.order-detail-value{font-weight:500;color:#1f2937}.order-detail-value.order-total{font-size:1.125rem;font-weight:700;color:#2563eb}.order-complete-message{margin-top:2rem;text-align:center;padding:1.5rem;background:#f0fdf4;border-radius:12px}.order-complete-message p{margin:0;color:#166534;font-size:1rem}.feedback-prompt{margin-top:.5rem!important;font-size:.875rem!important;opacity:.8}@media(min-width:768px){.order-status-display{padding:3rem 2rem}.progress-label{font-size:.75rem;max-width:80px}}.menu-page{min-height:100vh;background:#f9fafb}.menu-loading,.menu-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loading-spinner,.error-icon{font-size:3rem;margin-bottom:1rem;animation:spin 1s linear infinite}.error-icon{animation:none}.menu-error p{color:#6b7280;margin-bottom:1rem}.menu-error button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.menu-header{background:#fff;padding:1rem 1.5rem;position:sticky;top:0;z-index:20;box-shadow:0 1px 3px #0000001a}.menu-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.menu-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.table-badge{padding:.5rem 1rem;background:#eff6ff;color:#2563eb;font-weight:600;font-size:.875rem;border-radius:9999px}.menu-content{padding:1rem;max-width:1200px;margin:0 auto}.menu-empty{text-align:center;padding:3rem 1rem;color:#6b7280}.menu-items-grid{display:flex;flex-direction:column;gap:1rem}.cart-fab{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:9999px;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #2563eb66;transition:all .2s ease;z-index:50}.cart-fab:hover{background:#1d4ed8;transform:translate(-50%) translateY(-2px);box-shadow:0 6px 24px #2563eb80}.cart-fab-icon{font-size:1.25rem}.cart-fab-count{background:#fff;color:#2563eb;padding:.125rem .5rem;border-radius:9999px;font-size:.875rem;font-weight:700;min-width:24px;text-align:center}.cart-fab-text{margin-left:.25rem}.submitting-overlay{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:200}.submitting-content{text-align:center}.submitting-spinner{font-size:3rem;display:block;animation:spin 1s linear infinite;margin-bottom:1rem}.submitting-content p{font-size:1.125rem;color:#4b5563;font-weight:500}@media(min-width:768px){.menu-header{padding:1.25rem 2rem}.menu-header h1{font-size:1.75rem}.menu-content{padding:1.5rem 2rem}.menu-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.cart-fab{bottom:2rem;padding:1rem 2rem}}@media(min-width:1024px){.menu-items-grid{grid-template-columns:repeat(1,1fr)}}.order-status-page{min-height:100vh;background:#f9fafb}.order-status-loading,.order-status-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.order-status-error h2{margin:0 0 .5rem;font-size:1.5rem;color:#1f2937}.order-status-error p{margin:0 0 1.5rem;color:#6b7280}.back-to-menu-btn{padding:.75rem 1.5rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s ease}.back-to-menu-btn:hover{background:#1d4ed8}.order-status-header{background:#fff;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.back-link{color:#2563eb;text-decoration:none;font-size:.875rem;font-weight:500}.back-link:hover{text-decoration:underline}.order-status-header h1{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.order-status-main{padding:1rem;max-width:600px;margin:0 auto}.order-items-summary{background:#fff;border-radius:12px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 2px 8px #00000014}.order-items-summary h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.order-items-list{list-style:none;padding:0;margin:0}.order-item{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.order-item:last-child{border-bottom:none}.order-item-info{display:flex;gap:.5rem}.order-item-qty{color:#6b7280;font-weight:500}.order-item-name{color:#1f2937}.order-item-price{font-weight:600;color:#2563eb}.order-item-notes{grid-column:1 / -1;margin:0;font-size:.8125rem;color:#6b7280;background:#f9fafb;padding:.375rem .625rem;border-radius:4px}.order-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:1rem;border-top:2px solid #e5e7eb;font-weight:600;color:#1f2937}.total-amount{font-size:1.25rem;color:#2563eb}.order-actions{margin-top:1.5rem;text-align:center}.order-more-btn{display:inline-block;width:100%;padding:1rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;transition:background .2s ease;text-align:center}.order-more-btn:hover{background:#1d4ed8}.order-again-btn{display:inline-block;padding:1rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;transition:background .2s ease}.order-again-btn:hover{background:#1d4ed8}@media(min-width:768px){.order-status-header{padding:1.25rem 2rem}.order-status-main{padding:2rem}}.order-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.order-card--pending{border-left:4px solid #f59e0b}.order-card--preparing{border-left:4px solid #3b82f6}.order-card--ready{border-left:4px solid #10b981}.order-card--served{border-left:4px solid #6b7280;opacity:.7}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.order-card-table{display:flex;flex-direction:column;gap:.25rem}.table-number{font-size:1.25rem;font-weight:700;color:#1f2937}.order-id{font-size:.75rem;color:#9ca3af;font-family:monospace}.order-card-status{padding:.375rem .75rem;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.order-card-items{padding:1rem 1.25rem;flex:1}.order-item-row{padding:.5rem 0;border-bottom:1px solid #f9fafb}.order-item-row:last-child{border-bottom:none}.order-item-main{display:flex;gap:.5rem;align-items:baseline}.order-item-qty{font-weight:600;color:#2563eb;min-width:24px}.order-item-name{color:#1f2937;font-weight:500}.order-item-notes{margin-top:.25rem;padding:.375rem .625rem;background:#fef3c7;border-radius:4px;font-size:.8125rem;color:#92400e;margin-left:24px}.order-card-footer{padding:1rem 1.25rem;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;gap:1rem}.order-card-meta{display:flex;flex-direction:column;gap:.25rem}.order-time{font-size:.8125rem;color:#6b7280}.order-total{font-size:1.125rem;font-weight:700;color:#1f2937}.order-action-btn{padding:.625rem 1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.order-action-btn:hover{background:#1d4ed8}.order-card--pending .order-action-btn{background:#3b82f6}.order-card--pending .order-action-btn:hover{background:#2563eb}.order-card--preparing .order-action-btn{background:#10b981}.order-card--preparing .order-action-btn:hover{background:#059669}.order-card--ready .order-action-btn{background:#6b7280}.order-card--ready .order-action-btn:hover{background:#4b5563}.status-filter{display:flex;gap:.75rem;flex-wrap:wrap}.status-filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.status-filter-btn:hover{border-color:var(--status-color)}.status-filter-btn.active{border-color:var(--status-color);background:color-mix(in srgb,var(--status-color) 10%,white)}.status-filter-label{font-size:.875rem;font-weight:500;color:#4b5563}.status-filter-btn.active .status-filter-label{color:var(--status-color)}.status-filter-count{padding:.125rem .5rem;background:#f3f4f6;border-radius:9999px;font-size:.75rem;font-weight:600;color:#6b7280;min-width:24px;text-align:center}.status-filter-btn.active .status-filter-count{background:var(--status-color);color:#fff}@media(max-width:640px){.status-filter{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.status-filter-btn{flex-shrink:0}}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.stats-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.stats-card-content{flex:1;min-width:0}.stats-card-title{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:#6b7280}.stats-card-value{margin:0;font-size:1.75rem;font-weight:700;color:#1f2937;line-height:1.2}.stats-card-subtitle{font-size:.8125rem;color:#9ca3af;margin-top:.25rem;display:block}.popular-items-chart{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.popular-items-chart h3{margin:0 0 1.25rem;font-size:1rem;font-weight:600;color:#1f2937}.no-data{text-align:center;color:#9ca3af;padding:2rem}.chart-items{display:flex;flex-direction:column;gap:1rem}.chart-item{display:flex;gap:1rem;align-items:flex-start}.chart-item-rank{width:32px;height:32px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#6b7280;flex-shrink:0}.chart-item:first-child .chart-item-rank{background:#fef3c7;color:#d97706}.chart-item:nth-child(2) .chart-item-rank{background:#e5e7eb;color:#4b5563}.chart-item:nth-child(3) .chart-item-rank{background:#fed7aa;color:#c2410c}.chart-item-content{flex:1;min-width:0}.chart-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chart-item-name{font-size:.875rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-item-count{font-size:.75rem;color:#6b7280;flex-shrink:0;margin-left:.5rem}.chart-item-bar-container{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.chart-item-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width .5s ease}.sidebar{width:240px;height:100vh;background:#1f2937;color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{margin:0;font-size:1.25rem;font-weight:700}.sidebar-nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#9ca3af;text-decoration:none;font-weight:500;transition:all .2s ease}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#fff;background:#2563eb33;border-left:3px solid #2563eb}.sidebar-icon{font-size:1.25rem;width:24px;text-align:center}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#9ca3af}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:1023px){.sidebar{display:none}}.pos-layout{display:flex;min-height:100vh}.pos-main{flex:1;margin-left:240px}@media(max-width:1023px){.pos-main{margin-left:0}}.orders-page{min-height:100vh;background:#f9fafb}.orders-loading,.orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.orders-error p{color:#6b7280;margin-bottom:1rem}.orders-error button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.orders-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.orders-header-content{max-width:1400px;margin:0 auto}.orders-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#1f2937}.orders-subtitle{margin:0;font-size:.875rem;color:#6b7280}.orders-filters{padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb}.orders-content{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.orders-empty{text-align:center;padding:4rem 2rem}.orders-empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.orders-empty h3{margin:0 0 .5rem;font-size:1.25rem;color:#1f2937}.orders-empty p{margin:0;color:#6b7280}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}@media(max-width:640px){.orders-header{padding:1rem}.orders-filters{padding:.75rem 1rem}.orders-content{padding:1rem}.orders-grid{grid-template-columns:1fr;gap:1rem}}.analytics-page{min-height:100vh;background:#f9fafb}.analytics-loading,.analytics-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.analytics-error p{color:#6b7280;margin-bottom:1rem}.analytics-error button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.analytics-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.analytics-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#1f2937}.analytics-subtitle{margin:0;font-size:.875rem;color:#6b7280}.analytics-content{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.section-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.stats-section{margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.status-breakdown-section{margin-bottom:2rem}.status-breakdown{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.status-item{margin-bottom:1.25rem}.status-item:last-child{margin-bottom:0}.status-bar-container{height:12px;background:#f3f4f6;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.status-bar{height:100%;border-radius:6px;transition:width .5s ease}.status-pending{background:#f59e0b}.status-preparing{background:#3b82f6}.status-ready{background:#10b981}.status-served{background:#6b7280}.status-info{display:flex;justify-content:space-between;align-items:center}.status-label{font-size:.875rem;color:#4b5563}.status-count{font-size:.875rem;font-weight:600;color:#1f2937}.popular-section{margin-bottom:2rem}@media(max-width:640px){.analytics-header,.analytics-content{padding:1rem}.stats-grid{grid-template-columns:1fr}}.tables-page{min-height:100vh;background:#f9fafb}.tables-loading,.tables-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loading-spinner,.error-icon{font-size:3rem;margin-bottom:1rem}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tables-error p{color:#6b7280;margin-bottom:1rem}.tables-error button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.tables-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.tables-header-content{max-width:1400px;margin:0 auto}.tables-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#1f2937}.tables-subtitle{margin:0;font-size:.875rem;color:#6b7280}.tables-legend{display:flex;gap:1.5rem;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.legend-dot{width:12px;height:12px;border-radius:50%}.tables-content{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.table-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;border-top:4px solid var(--table-color);display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease;position:relative}.table-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.table-visual{display:flex;justify-content:space-between;align-items:center}.table-number{font-size:2rem;font-weight:700;color:#1f2937}.table-seats{font-size:.875rem;color:#6b7280}.table-info{display:flex;align-items:center}.table-status-badge{padding:.25rem .625rem;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase}.table-actions{margin-top:auto}.table-status-select{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;color:#4b5563;background:#fff;cursor:pointer}.table-status-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.table-order-badge{position:absolute;top:-8px;right:-8px;padding:.25rem .5rem;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase}@media(max-width:640px){.tables-header{padding:1rem}.tables-legend{padding:.75rem 1rem;gap:1rem;overflow-x:auto}.tables-content{padding:1rem}.tables-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.admin-menu-page{min-height:100vh;background:#f5f7fa}.admin-menu-header{background:#1a1a2e;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.admin-menu-header h1{margin:0;font-size:1.5rem}.admin-menu-header nav{display:flex;gap:1rem}.admin-menu-header nav a{color:#fffc;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s}.admin-menu-header nav a:hover,.admin-menu-header nav a.active{background:#ffffff1a;color:#fff}.admin-menu-content{max-width:1400px;margin:0 auto;padding:2rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0;padding-bottom:0}.admin-tab{padding:.75rem 1.5rem;background:none;border:none;font-size:1rem;cursor:pointer;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.admin-tab:hover{color:#333}.admin-tab.active{color:#4361ee;border-bottom-color:#4361ee;font-weight:600}.admin-list-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.admin-list-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;background:#fafafa}.admin-list-header h3{margin:0;font-size:1.25rem;color:#333}.admin-filters{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:#f9f9f9;border-bottom:1px solid #e0e0e0;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:#666;white-space:nowrap}.filter-group select,.filter-group input{padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.filter-group input[type=text]{min-width:200px}.filter-info{margin-left:auto;font-size:.875rem;color:#888}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e0e0e0}.admin-table th{background:#f5f5f5;font-weight:600;color:#555;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.admin-table tr:hover{background:#f9f9f9}.admin-table tr.inactive-row{background:#fafafa;opacity:.7}.admin-table tr.inactive-row:hover{opacity:1}.item-name-cell{display:flex;flex-direction:column;gap:.25rem}.item-name-cell strong{color:#333}.item-name-cell small{color:#888;font-size:.8rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.active,.status-badge.available{background:#d4edda;color:#155724}.status-badge.inactive,.status-badge.unavailable{background:#f8d7da;color:#721c24}.category-badge{display:inline-block;padding:.25rem .5rem;background:#e9ecef;border-radius:4px;font-size:.8rem;color:#495057}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.admin-btn{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-btn-sm{padding:.35rem .75rem;font-size:.8rem}.admin-btn-primary{background:#4361ee;color:#fff}.admin-btn-primary:hover:not(:disabled){background:#3651d4}.admin-btn-secondary{background:#6c757d;color:#fff}.admin-btn-secondary:hover:not(:disabled){background:#5a6268}.admin-btn-toggle{background:#17a2b8;color:#fff}.admin-btn-toggle:hover:not(:disabled){background:#138496}.admin-btn-danger{background:#dc3545;color:#fff}.admin-btn-danger:hover:not(:disabled){background:#c82333}.admin-loading,.admin-empty{padding:3rem;text-align:center;color:#666}.admin-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.admin-modal{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003}.admin-modal-large{max-width:700px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0}.admin-modal-header h3{margin:0;font-size:1.25rem;color:#333}.admin-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;padding:0;line-height:1}.admin-modal-close:hover{color:#333}.admin-form{padding:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#dc3545}.form-group textarea{resize:vertical;min-height:80px}.form-group code{background:#f5f5f5;padding:.125rem .375rem;border-radius:3px;font-size:.8rem}.error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem;display:block}.form-hint{color:#888;font-size:.75rem;margin-top:.25rem;display:block}.form-group-checkbox{margin-top:.5rem}.form-group-checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.form-group-checkbox input[type=checkbox]{width:auto}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}.toast-container{position:fixed;top:1rem;right:1rem;z-index:2000;display:flex;flex-direction:column;gap:.5rem}.toast{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:6px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease;min-width:280px;max-width:400px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.toast-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.toast-icon{font-weight:700;font-size:1rem}.toast-message{flex:1;font-size:.875rem}.toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.6;padding:0;line-height:1}.toast-close:hover{opacity:1}@media(max-width:768px){.admin-menu-header{flex-direction:column;gap:1rem;text-align:center}.admin-menu-content{padding:1rem}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-tab{white-space:nowrap}.admin-list-header{flex-direction:column;gap:1rem;align-items:stretch}.admin-filters,.filter-group{flex-direction:column;align-items:stretch}.filter-group input[type=text]{min-width:100%}.filter-info{margin-left:0;text-align:center}.form-row{grid-template-columns:1fr}.action-buttons{justify-content:center}.admin-table th,.admin-table td{padding:.625rem .5rem;font-size:.8rem}.admin-btn-sm{padding:.25rem .5rem;font-size:.7rem}.toast-container{left:1rem;right:1rem}.toast{min-width:auto;max-width:none}}@media(max-width:480px){.admin-table{font-size:.75rem}.action-buttons{flex-direction:column}.admin-btn-sm{width:100%;text-align:center}}#root{min-height:100vh}
