@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2d3748;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:white;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:2rem;font-weight:700;color:#ff6b35;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo:before{content:"🍕";font-size:1.8rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#4a5568;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 1rem;border-radius:25px}.nav-link:hover,.nav-link.active{color:#ff6b35;background:rgba(255,107,53,.1)}.user-menu{display:flex;align-items:center;gap:1rem}.cart-icon{position:relative;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#4a5568;transition:color .3s ease;padding:.5rem;border-radius:50%}.cart-icon:hover{color:#ff6b35;background:rgba(255,107,53,.1)}.cart-count{position:absolute;top:0;right:0;background:#ff6b35;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:700}.user-info{display:flex;align-items:center;gap:.5rem;color:#4a5568}.logout-btn{background:none;border:2px solid #ff6b35;padding:.5rem 1rem;border-radius:25px;cursor:pointer;color:#ff6b35;transition:all .3s ease;font-weight:500}.logout-btn:hover{background:#ff6b35;color:#fff}.btn{padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 4px 15px #ff6b3566}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3599}.btn-secondary{background:white;color:#ff6b35;border:2px solid #ff6b35}.btn-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.order-now-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b3566}.order-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3599}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 0;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.search-section{background:white;padding:2rem 0;box-shadow:0 2px 10px #0000001a}.search-container{max-width:600px;margin:0 auto;position:relative}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;border-radius:50px;font-size:1rem;transition:all .3s ease;background:#f7fafc}.search-input:focus{outline:none;border-color:#ff6b35;background:white;box-shadow:0 0 0 3px #ff6b351a}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0;font-size:1.2rem}.categories-section{padding:3rem 0;background:#f7fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:3rem}.category-card{background:white;border-radius:20px;padding:2rem 1rem;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;text-decoration:none;color:inherit}.category-icon{font-size:3rem;margin-bottom:1rem;display:block}.category-name{font-size:1.1rem;font-weight:600;color:#2d3748}.food-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem 0}.food-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}.food-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;text-decoration:none;color:inherit}.food-image{width:100%;height:200px;object-fit:cover;position:relative}.food-info{padding:1.5rem}.food-name{font-size:1.3rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.food-description{color:#718096;margin-bottom:1rem;line-height:1.5}.food-meta{display:flex;justify-content:space-between;align-items:center}.food-price{font-size:1.2rem;font-weight:700;color:#ff6b35}.food-rating{display:flex;align-items:center;gap:.25rem;color:#f6ad55}.dish-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:2rem 0}.dish-profile-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;max-width:180px;margin:0 auto}.dish-profile-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026;text-decoration:none;color:inherit}.dish-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.dish-profile-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dish-profile-card:hover .dish-profile-image{transform:scale(1.05)}.dish-profile-info{padding:1rem;text-align:center}.dish-profile-name{font-size:.9rem;font-weight:600;color:#2d3748;margin-bottom:.25rem;line-height:1.2}.dish-profile-chef{font-size:.8rem;color:#718096;margin-bottom:.5rem}.dish-profile-price{font-size:1rem;font-weight:700;color:#ff6b35}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.restaurant-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}.restaurant-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;text-decoration:none;color:inherit}.restaurant-image{width:100%;aspect-ratio:16/10;object-fit:cover;position:relative}.restaurant-info{padding:1.5rem}.restaurant-name{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.restaurant-cuisine{color:#718096;margin-bottom:1rem}.restaurant-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.restaurant-rating{display:flex;align-items:center;gap:.25rem;color:#38a169;font-weight:600}.restaurant-time,.restaurant-price{color:#718096}.offer-badge{position:absolute;bottom:10px;left:10px;background:#3182ce;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#ff6b35}.footer-section p,.footer-section a{color:#a0aec0;text-decoration:none;line-height:1.6}.footer-section a:hover{color:#ff6b35}.footer-bottom{border-top:1px solid #4a5568;padding-top:1rem;text-align:center;color:#a0aec0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.h-full{height:100%}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.text-gray-600{color:#718096}.text-gray-700{color:#4a5568}.text-gray-800{color:#2d3748}.text-green-600{color:#38a169}.text-blue-600{color:#3182ce}.text-red-600{color:#e53e3e}.border{border:1px solid #e2e8f0}.border-gray-200{border-color:#e2e8f0}.border-gray-300{border-color:#cbd5e1}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.object-cover{object-fit:cover}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.right-0{right:0}.z-50{z-index:50}.transform{transform:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y))}.-translate-y-1\/2{--tw-translate-y: -50%}.transition-all{transition:all .3s ease}.duration-300{transition-duration:.3s}.hover\\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a}.focus\\:outline-none:focus{outline:2px solid transparent}.focus\\:border-orange-500:focus{border-color:#ff6b35}@media (max-width: 768px){.container{padding:0 1rem}.header-content{flex-direction:column;gap:1rem;padding:1rem 0}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-content h1{font-size:2.5rem}.section-title{font-size:2rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.food-grid{grid-template-columns:1fr;gap:1.5rem}.dish-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.restaurant-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.categories-grid,.dish-grid{grid-template-columns:repeat(2,1fr)}}.loading{display:flex;justify-content:center;align-items:center;padding:3rem}.spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid #ff6b35;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:10px;color:#fff;font-weight:500;z-index:1000;animation:slideIn .3s ease}.toast.success{background:#38a169}.toast.error{background:#e53e3e}.toast.info{background:#3182ce}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-delayed{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 8s ease-in-out infinite;animation-delay:2s}.shadow-3xl{box-shadow:0 35px 60px -12px #00000040}
