@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@600;700&display=swap");body.qr-menu-active .flex.flex-col.min-h-screen>div:first-child,body.qr-menu-active .flex.flex-col.min-h-screen>div:last-child{display:none!important}.qr-menu-body{font-family:Inter,system-ui,-apple-system,sans-serif!important}.qr-menu-body,.qr-menu-container{margin:0!important;padding:0!important;background:#ffffff!important;min-height:100vh!important;width:100%!important}.qr-menu-header{background:var(--header-bg,rgba(255,255,255,.95));box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-bottom:1px solid rgba(251,146,60,.2);padding:0}.qr-menu-header,.qr-product-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.qr-product-card{background:rgba(255,255,255,.95);border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid rgba(251,146,60,.1);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.qr-product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-3>*+*{margin-left:.75rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-8>*+*{margin-left:2rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-20{margin-top:5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.p-6{padding:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.pt-4{padding-top:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}@media (min-width:768px){.md-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.xl-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-white{color:rgb(255 255 255)}.text-gray-600{color:rgb(75 85 99)}.text-gray-900{color:rgb(17 24 39)}.text-gray-500{color:rgb(107 114 128)}.text-gray-400{color:rgb(156 163 175)}.text-orange-600{color:rgb(234 88 12)}.text-red-600{color:rgb(220 38 38)}.text-green-600{color:rgb(22 163 74)}.text-emerald-600{color:rgb(5 150 105)}.bg-white{background-color:rgb(255 255 255)}.bg-orange-500{background-color:rgb(249 115 22)}.bg-red-500{background-color:rgb(239 68 68)}.bg-orange-100{background-color:rgb(255 237 213)}.bg-red-100{background-color:rgb(254 226 226)}.bg-orange-400{background-color:rgb(251 146 60)}.bg-pink-500{background-color:rgb(236 72 153)}.bg-white-20{background-color:rgb(255 255 255/.2)}.bg-white-90{background-color:rgb(255 255 255/.9)}.bg-white-95{background-color:rgb(255 255 255/.95)}.text-white-80{color:rgb(255 255 255/.8)}.text-white-90{color:rgb(255 255 255/.9)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-orange-500{--tw-gradient-from:#f97316;--tw-gradient-to:rgb(249 115 22/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-red-500{--tw-gradient-to:#ef4444}.from-orange-600{--tw-gradient-from:#ea580c;--tw-gradient-to:rgb(234 88 12/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-red-600{--tw-gradient-to:#dc2626}.from-orange-100{--tw-gradient-from:#ffedd5;--tw-gradient-to:rgb(255 237 213/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-red-100{--tw-gradient-to:#fee2e2}.from-green-600{--tw-gradient-from:#16a34a;--tw-gradient-to:rgb(22 163 74/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-emerald-600{--tw-gradient-to:#059669}.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-to:rgb(239 68 68/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-pink-500{--tw-gradient-to:#ec4899}.w-2{width:.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.h-1{height:.25rem}.h-2{height:.5rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-56{height:14rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.top-4{top:1rem}.right-4{right:1rem}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-100{border-color:rgb(243 244 246)}.border-orange-100{border-color:rgb(255 237 213)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.group:hover .group-hover-text-orange-600{color:rgb(234 88 12)}.group:hover .group-hover-scale-110{transform:scale(1.1)}.bg-clip-text{background-clip:text}.text-transparent{color:transparent}.line-through{text-decoration-line:line-through}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-3{-webkit-line-clamp:3}.leading-relaxed{line-height:1.625}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width:640px){.sm-px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg-px-8{padding-left:2rem;padding-right:2rem}}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.flex-shrink-0{flex-shrink:0}.z-9999{z-index:9999}.backdrop-blur-sm{backdrop-filter:blur(4px)}.backdrop-blur-10{backdrop-filter:blur(10px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width:768px){.text-4xl{font-size:2rem;line-height:2.25rem}.text-3xl{font-size:1.5rem;line-height:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.gap-8{gap:1.5rem}}.qr-category-nav{background:var(--header-bg,rgba(255,255,255,.95))!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid var(--accent-bg,rgba(251,146,60,.2))!important;transition:all .3s ease!important;z-index:1000!important}.qr-category-nav.sticky{position:fixed!important;top:0!important;left:0!important;right:0!important;box-shadow:0 4px 20px rgba(0,0,0,.1)!important}.qr-category-nav-container{max-width:6xl!important;margin:0 auto!important;padding:0 1rem!important}.qr-category-nav-scroll{display:flex!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:1rem 0!important;gap:.5rem!important}.qr-category-nav-scroll::-webkit-scrollbar{display:none!important}.qr-category-nav-item{flex-shrink:0!important;padding:.75rem 1.5rem!important;background:#f3f4f6!important;border:2px solid transparent!important;border-radius:2rem!important;color:#92400e!important;font-weight:600!important;font-size:.875rem!important;cursor:pointer!important;transition:all .3s ease!important;white-space:nowrap!important;min-width:fit-content!important}.qr-category-nav-item:hover{background:linear-gradient(135deg,#fde68a,#fdba74)!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgba(251,146,60,.3)!important}.qr-category-nav-item.active{background:linear-gradient(135deg,#f97316,#dc2626)!important;color:white!important;border-color:#f97316!important;box-shadow:0 4px 16px rgba(249,115,22,.4)!important;transform:translateY(-2px)!important}.qr-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-content:start;justify-content:center}@media (min-width:640px){.qr-category-grid{gap:1rem}}@media (min-width:768px){.qr-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (min-width:1024px){.qr-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.qr-category-card{display:flex;flex-direction:column;background:#ffffff;border:none;border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08);position:relative;z-index:1}.qr-category-card:active{transform:scale(.96)}.qr-category-color-bar,.qr-product-color-bar{width:100%;height:.5rem;flex-shrink:0;border-radius:0 0 1rem 1rem;transition:height .3s ease}.qr-product-card-button{box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08)}.qr-category-image{position:relative;width:100%;padding-top:125%;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}@media (min-width:640px){.qr-category-image{padding-top:85%}}@media (min-width:768px){.qr-category-image{padding-top:75%}}.qr-category-image img{object-fit:cover;transition:transform .3s ease}.qr-category-image img,.qr-category-placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.qr-category-placeholder{font-size:2.5rem;background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#ea580c}.qr-category-name,.qr-category-placeholder{display:flex;align-items:center;justify-content:center}.qr-category-name{position:absolute;bottom:0;left:0;right:0;text-align:center;padding:.875rem .5rem;font-weight:600;font-size:.75rem;color:#1f2937;line-height:1.3;height:3rem;max-height:3rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.qr-category-name span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-word;line-height:1.3;max-width:100%}@media (min-width:640px){.qr-category-name{padding:1rem .75rem;font-size:.875rem;height:3.5rem;max-height:3.5rem}}.qr-menu-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#1f2937;letter-spacing:.02em;position:relative;padding-bottom:.75rem;text-shadow:0 2px 4px rgba(0,0,0,.05)}.qr-menu-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#f97316,#dc2626);border-radius:2px}@media (min-width:768px){.qr-menu-title{font-size:2.5rem;margin-bottom:2rem}}.qr-hero-section{scroll-snap-align:start}.qr-hero-logo,.qr-hero-logo-placeholder{animation:fadeIn .8s ease-out}.qr-hero-title{animation:fadeIn 1s ease-out}html{scroll-behavior:smooth}#qr-menu-content{scroll-margin-top:60px}.qr-sticky-header{z-index:9999!important;position:fixed!important}.qr-sticky-header-title{font-size:.875rem!important}@media (min-width:768px){.qr-sticky-header-title{font-size:1.125rem!important}}