.App{min-height:100vh;background-color:#f5f5f5}.main-content{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.menu-section{flex:1}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.cart-section{width:100%}@media (min-width: 768px){.main-content{flex-direction:row;align-items:flex-start}.menu-section{flex:2}.cart-section{flex:1;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}}@media (max-width: 767px){.main-content{padding:1rem}.menu-grid{grid-template-columns:1fr}}.admin-content{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 767px){.admin-content{padding:1rem}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.logo{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;font-weight:700;font-size:1.2rem;color:#1a3d7a}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{font-size:1.2rem;font-weight:700;color:#1a3d7a;letter-spacing:.05em}.nav-buttons{display:flex;gap:1rem}.nav-button{padding:.5rem 1.5rem;border:2px solid #2196F3;background-color:#fff;color:#2196f3;font-size:1rem;cursor:pointer;border-radius:4px;transition:all .3s}.nav-button:hover{background-color:#e3f2fd}.nav-button.active{background-color:#2196f3;color:#fff;border-color:#2196f3}.menu-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.menu-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.menu-image{width:100%;height:200px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.menu-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5 25%,transparent 25%),linear-gradient(225deg,#f5f5f5 25%,transparent 25%),linear-gradient(45deg,#f5f5f5 25%,transparent 25%),linear-gradient(315deg,#f5f5f5 25%,transparent 25%);background-size:20px 20px;background-position:0 0,10px 0,10px -10px,0 10px;color:#999;font-size:.9rem}.menu-info{padding:1rem}.menu-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#333}.menu-price{font-size:1.1rem;font-weight:700;color:#2196f3;margin-bottom:.5rem}.menu-description{font-size:.9rem;color:#666;margin-bottom:1rem}.menu-options{margin-bottom:1rem}.option-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;cursor:pointer;font-size:.9rem}.option-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2196F3}.option-checkbox span{color:#333}.add-to-cart-btn{width:100%;padding:.75rem;background-color:#2196f3;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s}.add-to-cart-btn:hover{background-color:#1976d2}.add-to-cart-btn:active{background-color:#1565c0}.cart{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-top:2rem}.cart-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.cart-empty{text-align:center;padding:2rem;color:#999}.cart-items{margin-bottom:1.5rem}.cart-item{padding:.75rem 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-item-name{flex:1;color:#333;font-size:1rem}.cart-item-price{color:#2196f3;font-weight:700;font-size:1rem}.cart-item-controls{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #e0e0e0;border-radius:4px;padding:.25rem}.quantity-btn{width:28px;height:28px;border:none;background-color:#f5f5f5;color:#333;font-size:1.2rem;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quantity-btn:hover:not(:disabled){background-color:#e0e0e0}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{min-width:30px;text-align:center;font-weight:700;color:#333}.remove-btn{width:32px;height:32px;border:none;background-color:#ff5252;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s;line-height:1}.remove-btn:hover{background-color:#f44336}.cart-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid #e0e0e0}.cart-total{font-size:1.2rem;font-weight:700;color:#333}.order-btn{padding:.75rem 2rem;background-color:#2196f3;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s}.order-btn:hover:not(:disabled){background-color:#1976d2}.order-btn:active:not(:disabled){background-color:#1565c0}.order-btn:disabled{background-color:#ccc;cursor:not-allowed}.admin-dashboard{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.dashboard-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background-color:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.stat-label{font-size:.9rem;color:#666;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#2196f3}.inventory-status{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.inventory-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.inventory-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;background-color:#fafafa;transition:transform .2s,box-shadow .2s}.inventory-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.inventory-menu-name{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#333}.inventory-quantity{font-size:1.5rem;font-weight:700;color:#2196f3;margin-bottom:.5rem}.inventory-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:700;margin-bottom:1rem}.status-normal{background-color:#4caf50;color:#fff}.status-warning{background-color:#ff9800;color:#fff}.status-out{background-color:#f44336;color:#fff}.inventory-controls{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.inventory-btn{width:36px;height:36px;border:1px solid #e0e0e0;background-color:#fff;color:#333;font-size:1.2rem;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s}.inventory-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#2196f3}.inventory-btn:disabled{opacity:.5;cursor:not-allowed}.inventory-btn.increase{color:#2196f3}.inventory-btn.decrease{color:#f44336}.order-status{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.order-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.order-empty{text-align:center;padding:2rem;color:#999}.order-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fafafa;transition:background-color .2s}.order-item:hover{background-color:#f5f5f5}.order-item.completed{opacity:.6;background-color:#f0f0f0}.order-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.order-date{font-size:.9rem;color:#666;font-weight:700}.order-items{font-size:1rem;color:#333}.order-amount{font-size:1.1rem;font-weight:700;color:#2196f3}.order-status-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s;white-space:nowrap}.order-status-btn.received{background-color:#2196f3;color:#fff}.order-status-btn.received:hover:not(:disabled){background-color:#1976d2}.order-status-btn.in_progress{background-color:#ff9800;color:#fff}.order-status-btn.in_progress:hover:not(:disabled){background-color:#f57c00}.order-status-btn.completed{background-color:#4caf50;color:#fff;cursor:default}.order-status-btn:disabled{opacity:.7;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
