.admin-layout{display:flex;min-height:100vh;background-color:#f8f9fa}.admin-sidebar{width:280px;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.admin-brand{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-brand h2{margin:0;font-size:1.5rem;font-weight:700}.admin-nav{flex:1;padding:1rem 0}.admin-nav-link{display:block;padding:1rem 1.5rem;color:#fffc;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.admin-nav-link:hover{background-color:#ffffff1a;color:#fff;border-left-color:#3498db}.admin-nav-link.active{background-color:#ffffff26;color:#fff;border-left-color:#3498db;font-weight:600}.admin-sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-logout-btn{width:100%;padding:.75rem;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .3s ease;margin-top:.5rem}.admin-logout-btn:hover{background:#c0392b}.admin-content{flex:1;margin-left:280px;display:flex;flex-direction:column}.admin-header{background:white;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;color:#333;font-size:1.8rem}.admin-user-info{color:#666;font-weight:500}.admin-main{flex:1;padding:2rem;overflow-y:auto}@media (max-width: 768px){.admin-sidebar{width:100%;position:relative;height:auto}.admin-content{margin-left:0}.admin-nav{display:flex;overflow-x:auto;padding:.5rem}.admin-nav-link{white-space:nowrap;padding:.75rem 1rem}}.footer{background-color:#333;color:#f9f9f9;padding:1.5rem 0;text-align:center;font-size:.9rem}.footer-container{max-width:900px;margin:auto}.navbar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;transition:transform .3s ease}.navbar-brand:hover{transform:scale(1.05)}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.navbar-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.navbar-link.active{background-color:#fff3;font-weight:600}.cart-link{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@media (max-width: 768px){.navbar-content{flex-direction:column;gap:1rem}.navbar-links{gap:1rem}.navbar-link{padding:.5rem;font-size:14px}}.cart-page{padding:2rem 0;min-height:calc(100vh - 80px)}.cart-header{text-align:center;margin-bottom:3rem}.cart-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.cart-header p{font-size:1.1rem;color:#666}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-cart h2{font-size:2rem;color:#333;margin-bottom:1rem}.empty-cart p{font-size:1.1rem;color:#666;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1.5rem;align-items:center}.cart-item-image{width:120px;height:80px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.cart-item-description{color:#666;font-size:.9rem;margin-bottom:.5rem}.cart-item-price{color:#007bff;font-weight:600}.cart-item-controls{display:flex;flex-direction:column;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border-radius:25px;padding:.25rem}.quantity-btn{width:30px;height:30px;border:none;background:#007bff;color:#fff;border-radius:50%;cursor:pointer;font-weight:700;transition:background-color .3s ease}.quantity-btn:hover{background:#0056b3}.quantity{min-width:30px;text-align:center;font-weight:600}.item-total{font-weight:700;color:#333;font-size:1.1rem}.remove-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.remove-btn:hover{background:#f8f9fa}.summary-card{padding:2rem;position:sticky;top:100px}.summary-card h3{margin-bottom:1.5rem;color:#333;font-size:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.summary-row.total{border-top:2px solid #e9ecef;padding-top:1rem;font-weight:700;font-size:1.2rem;color:#333}.checkout-btn{width:100%;margin:1.5rem 0 1rem;padding:1rem;font-size:1.1rem}.continue-shopping{width:100%;text-align:center}@media (max-width: 768px){.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-image{width:80px;height:60px}.cart-item-controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between;margin-top:1rem}.summary-card{position:static}}.checkout-page{padding:2rem 0;min-height:calc(100vh - 80px)}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.checkout-header p{font-size:1.1rem;color:#666}.empty-checkout{text-align:center;padding:4rem 2rem}.empty-checkout h2{font-size:2rem;color:#333;margin-bottom:1rem}.empty-checkout p{font-size:1.1rem;color:#666;margin-bottom:2rem}.success-message{text-align:center;padding:4rem 2rem}.success-icon{font-size:4rem;margin-bottom:1rem;color:#28a745}.success-message h2{font-size:2rem;color:#28a745;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:#666;margin-bottom:1rem}.order-number{background:#f8f9fa;padding:1rem;border-radius:8px;font-weight:600;font-size:1.2rem;margin:2rem 0;color:#333}.redirect-message{font-style:italic;color:#888}.checkout-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.checkout-form-section .card,.order-summary-section .card{padding:2rem}.checkout-form-section h3,.order-summary-section h3{margin-bottom:1.5rem;color:#333;font-size:1.5rem}.submit-order-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.submit-order-btn:disabled{opacity:.6;cursor:not-allowed}.order-items{margin-bottom:2rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e9ecef}.order-item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#333}.item-quantity{font-size:.9rem;color:#666}.item-price{font-weight:600;color:#007bff}.order-totals{border-top:2px solid #e9ecef;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-row.final-total{font-weight:700;font-size:1.2rem;color:#333;border-top:1px solid #e9ecef;padding-top:.5rem;margin-top:1rem}.order-note{background:#f8f9fa;padding:1rem;border-radius:8px;margin-top:2rem}.order-note p{margin:0;color:#666;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr}.checkout-header h1{font-size:2rem}.success-message{padding:2rem 1rem}.success-icon{font-size:3rem}}.home{min-height:calc(100vh - 80px)}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 0;text-align:center}.hero-content{max-width:600px;margin:0 auto}.restaurant-logo{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.restaurant-name{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.restaurant-tagline{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.instruction-box{background:rgba(255,255,255,.1);padding:2rem;border-radius:15px;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.instruction-box h3{margin-bottom:1rem;font-size:1.5rem}.instruction-box p{font-size:1.1rem;line-height:1.6}.btn-large{padding:1rem 2rem;font-size:1.2rem;margin-top:1rem}.features-section{padding:4rem 0;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#f8f9fa;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:#333;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6}@media (max-width: 768px){.restaurant-name{font-size:2rem}.restaurant-logo{font-size:3rem}.instruction-box{padding:1.5rem}.features-grid{grid-template-columns:1fr}}.menu-page{padding:2rem 0;min-height:calc(100vh - 80px)}.menu-header{text-align:center;margin-bottom:3rem}.menu-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.menu-header p{font-size:1.1rem;color:#666}.category-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #007bff;background:white;color:#007bff;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.filter-btn:hover{background:#007bff;color:#fff!important;transform:translateY(-2px)}.filter-btn.active{background:#007bff;color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.menu-item{overflow:hidden;transition:transform .3s ease}.menu-item:hover{transform:translateY(-5px)}.menu-item-image{height:200px;overflow:hidden}.menu-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-item:hover .menu-item-image img{transform:scale(1.05)}.menu-item-name{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.5rem}.no-items{text-align:center;padding:3rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.menu-grid{grid-template-columns:1fr;gap:1.5rem}.category-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:14px}.menu-header h1{font-size:2rem}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;padding:2rem}.admin-login-container{width:100%;max-width:400px}.admin-login-card{background:white;border-radius:15px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.admin-login-header p{color:#666;font-size:1rem}.admin-login-form{margin-bottom:2rem}.admin-login-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.admin-login-demo{background:#f8f9fa;padding:1rem;border-radius:8px;text-align:center;font-size:.9rem}.admin-login-demo p{margin:.25rem 0;color:#666}.admin-login-demo code{background:#e9ecef;padding:.2rem .4rem;border-radius:4px;font-family:monospace;color:#333}.admin-menu-manager{max-width:1200px;margin:0 auto}.menu-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.menu-manager-header h2{font-size:2rem;color:#333;margin:0}.menu-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.menu-form-modal{background:white;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.menu-form-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e9ecef}.menu-form-header h3{margin:0;color:#333;font-size:1.5rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.close-btn:hover{background:#f8f9fa}.menu-form{padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:auto;margin:0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef}.menu-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.menu-item-card{background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.menu-item-card:hover{transform:translateY(-2px)}.menu-item-card.unavailable{opacity:.7}.menu-item-image{height:200px;position:relative;overflow:hidden}.menu-item-image img{width:100%;height:100%;object-fit:cover}.unavailable-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(220,53,69,.8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.menu-item-content{padding:1.5rem}.menu-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.menu-item-header h3{margin:0;color:#333;font-size:1.2rem}.menu-item-category{background:#e9ecef;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.menu-item-description{color:#666;line-height:1.5;margin-bottom:1rem}.menu-item-footer{display:flex;justify-content:space-between;align-items:center}.menu-item-price{font-size:1.2rem;font-weight:700;color:#007bff}.menu-item-actions{display:flex;gap:.5rem}.availability-btn,.edit-btn,.delete-btn{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.availability-btn:hover,.edit-btn:hover{background:#f8f9fa}.delete-btn:hover{background:#f8d7da}.no-items{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.menu-manager-header{flex-direction:column;gap:1rem;align-items:stretch}.menu-form-overlay{padding:1rem}.form-row,.menu-items-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}.admin-orders{max-width:1200px;margin:0 auto}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.orders-header h2{font-size:2rem;color:#333;margin:0}.orders-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:80px}.stat-number{font-size:1.5rem;font-weight:700;color:#333}.stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.orders-filters{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.search-box{margin-bottom:1rem}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#007bff}.status-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:2px solid #e9ecef;background:white;color:#666;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.filter-btn:hover{border-color:#007bff;color:#007bff}.filter-btn.active{background:#007bff;border-color:#007bff;color:#fff}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.order-card{background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .3s ease;border-left:4px solid #e9ecef}.order-card:hover{transform:translateY(-2px)}.order-card.pending{border-left-color:#ffc107}.order-card.preparing{border-left-color:#17a2b8}.order-card.ready{border-left-color:#fd7e14}.order-card.completed{border-left-color:#28a745}.order-card.cancelled{border-left-color:#dc3545;opacity:.7}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-id{font-size:1.2rem;font-weight:700;color:#007bff;margin:0 0 .25rem}.order-time{font-size:.9rem;color:#666}.time-elapsed{font-size:.8rem;color:#999;font-style:italic}.order-status-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.status-badge{padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;text-transform:capitalize}.table-number{background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:#666;font-weight:600}.customer-info{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.customer-name{font-weight:600;color:#333;margin-bottom:.25rem}.customer-phone{font-size:.9rem;color:#666}.order-items{margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa}.order-item:last-child{border-bottom:none}.item-name{font-weight:500;color:#333}.item-details{font-size:.9rem;color:#666}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef}.order-total{font-size:1.1rem;font-weight:700;color:#333}.order-actions{display:flex;gap:.5rem;flex-wrap:wrap}.action-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .3s ease}.action-btn.preparing{background:#17a2b8;color:#fff}.action-btn.preparing:hover{background:#138496}.action-btn.ready{background:#fd7e14;color:#fff}.action-btn.ready:hover{background:#e8690b}.action-btn.completed{background:#28a745;color:#fff}.action-btn.completed:hover{background:#218838}.action-btn.cancelled{background:#dc3545;color:#fff}.action-btn.cancelled:hover{background:#c82333}.no-orders{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.orders-header{flex-direction:column;gap:1rem;align-items:stretch}.orders-stats{justify-content:space-around}.orders-grid{grid-template-columns:1fr}.order-header{flex-direction:column;gap:1rem}.order-status-section{align-items:flex-start}.order-footer{flex-direction:column;gap:1rem;align-items:stretch}.order-actions{justify-content:center}.action-btn{flex:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3;transform:translateY(-2px)}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#1e7e34}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-small{padding:8px 16px;font-size:14px}.card{background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#555}.form-input{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#007bff}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.error{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:8px;margin:20px 0;border:1px solid #f5c6cb}.success{background-color:#d4edda;color:#155724;padding:12px;border-radius:8px;margin:20px 0;border:1px solid #c3e6cb}@media (max-width: 768px){.container{padding:0 15px}.btn{width:100%;margin-bottom:10px}.form-input{font-size:16px}}
