@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;0,600;1,400&display=swap);@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,sans-serif;background:linear-gradient(135deg,#2d1f1a,#402218);color:#fdfbf1;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#fdfbf1}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem;color:#e8e6de}a{color:tan;text-decoration:none;transition:color .2s ease}a:hover{color:#b8956a}.btn-modern{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;transition:all .2s ease;transform:scale(1);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn-modern:hover{transform:scale(1.05);text-decoration:none}.btn-primary{background-color:#6f4e37;color:#fdfbf1;box-shadow:0 4px 25px -5px rgba(0,0,0,.1)}.btn-primary:hover{background-color:#5d4230;color:#fdfbf1}.btn-secondary{background-color:#8b4513;color:#fdfbf1;box-shadow:0 4px 25px -5px rgba(0,0,0,.1)}.btn-secondary:hover{background-color:#7a3d11;color:#fdfbf1}.btn-error{background-color:#ef4444;color:#fff;box-shadow:0 4px 25px -5px rgba(0,0,0,.1)}.btn-error:hover{background-color:#dc2626;color:#fff}.btn-outline{background-color:initial;border:2px solid #6f4e37;color:#6f4e37}.btn-outline:hover{background-color:#6f4e37;color:#fdfbf1}.card-modern{background-color:#fdfbf1;border-radius:1rem;box-shadow:0 2px 15px -3px rgba(0,0,0,.07);transition:all .3s ease;overflow:hidden}.card-modern:hover{box-shadow:0 4px 25px -5px rgba(0,0,0,.1);transform:translateY(-2px)}.form-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #d1cfd1;background-color:#fdfbf1;color:#6f4e37;transition:all .2s ease}.form-input:focus{outline:none;border-color:#6f4e37;box-shadow:0 0 0 3px rgba(111,78,55,.1)}.form-input::placeholder{color:#b8956a}.form-label{display:block;font-size:.875rem;font-weight:500;color:#e8e6de;margin-bottom:.5rem}.nav-modern{border-bottom:1px solid #4a3529}.nav-link-modern{padding:.5rem 1rem;border-radius:.5rem;color:#e8e6de;font-weight:500;transition:all .2s ease;text-decoration:none}.nav-link-modern:hover{color:#fdfbf1;background-color:#4a3529;text-decoration:none}.nav-link-active{background-color:#5d4230;color:#fdfbf1}.hero-gradient{background:linear-gradient(135deg,rgba(45,31,26,.8),rgba(64,34,24,.6))}.container-modern{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container-modern{padding:0 1.5rem}}@media (min-width:1024px){.container-modern{padding:0 2rem}}.text-gradient-coffee{background:linear-gradient(135deg,tan,#6f4e37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}.animate-slide-down{animation:slideDown .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.btn,.jumbotron,.nav :hover{border-radius:.75rem}.secondaryBg{background-color:#6f4e37!important}.img-carousel{object-fit:cover;border-radius:1rem}.img-container{position:relative;overflow:hidden;border-radius:1rem;height:100%}.img-container img{transition:transform .3s ease;width:100%;height:100%;object-fit:cover}.img-container:hover img{transform:scale(1.05)}.h-48 img{width:100%;height:12rem;object-fit:cover;border-radius:.5rem .5rem 0 0}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\\: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))}}.gap-8{grid-gap:2rem;gap: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}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.mb-2{margin-bottom:.5rem}.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}.mt-auto{margin-top:auto}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.w-8{width:2rem}.w-16{width:4rem}.w-24{width:6rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.h-8{height:2rem}.h-16{height:4rem}.h-24{height:6rem}.h-48{height:12rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.top-4{top:1rem}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-50{z-index:50}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-t{border-top-width:1px}.bg-transparent{background-color:initial}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.transform{transform:translateX(var(--tw-translate-x,0)) translateY(var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;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}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.text-coffee-800{color:#3b2f2f}.text-coffee-600{color:#5d4230}.text-coffee-500{color:#6f4e37}.text-coffee-300{color:tan}.text-coffee-200{color:#e8d5bf}.text-cream-100{color:#fffdd0}.text-cream-200{color:#fdfbf1}.text-cream-300{color:#faf8f0}.text-cream-400{color:#e8e6de}.text-error-700{color:#b91c1c}.text-error-500{color:#ef4444}.text-error-400{color:#f87171}.text-error-300{color:#fca5a5}.text-success-700{color:#047857}.text-success-500{color:#10b981}.text-success-400{color:#34d399}.text-warning-500{color:#f59e0b}.bg-coffee-900{background-color:#2d1f1a}.bg-coffee-800{background-color:#3b2f2f}.bg-coffee-700{background-color:#4a3529}.bg-coffee-600{background-color:#5d4230}.bg-coffee-500{background-color:#6f4e37}.bg-coffee-200{background-color:#e8d5bf}.bg-coffee-50{background-color:#faf7f2}.bg-cream-100{background-color:#fffdd0}.bg-cream-200{background-color:#fdfbf1}.bg-error-100{background-color:#fee2e2}.bg-error-50{background-color:#fef2f2}.bg-success-50{background-color:#ecfdf5}.bg-warning-500{background-color:#f59e0b}.border-coffee-700{border-color:#4a3529}.border-coffee-800{border-color:#3b2f2f}.border-coffee-200{border-color:#e8d5bf}.border-cream-600{border-color:#e8e6de}.border-error-200{border-color:#fecaca}.border-error-300{border-color:#fca5a5}.border-success-200{border-color:#a7f3d0}.hover\\:bg-coffee-700:hover{background-color:#4a3529}.hover\\:bg-coffee-600:hover{background-color:#5d4230}.hover\\:bg-coffee-500:hover{background-color:#6f4e37}.hover\\:text-cream-100:hover{color:#fffdd0}.hover\\:text-coffee-200:hover{color:#e8d5bf}.hover\\:text-error-300:hover{color:#fca5a5}.hover\\:text-success-700:hover{color:#047857}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.hidden{display:none}@media (min-width:768px){.md\\:block{display:block}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:text-4xl{font-size:2.25rem}.md\\:text-6xl{font-size:3.75rem}.md\\:text-2xl{font-size:1.5rem}.md\\:text-left{text-align:left}.md\\:text-right{text-align:right}.md\\:justify-start{justify-content:flex-start}.md\\:flex-row{flex-direction:row}}@media (min-width:1024px){.lg\\:text-7xl{font-size:4.5rem}.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:col-span-2{grid-column:span 2/span 2}.lg\\:col-span-1{grid-column:span 1/span 1}}.col-span-2{grid-column:span 2/span 2}.col-span-1{grid-column:span 1/span 1}.space-x-1>*+*{margin-left:.25rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.gap-4{grid-gap:1rem;gap:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-12{margin-bottom:3rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.w-1{width:.25rem}.w-6{width:1.5rem}.w-12{width:3rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-12{height:3rem}.h-56{height:14rem}.min-w-0{min-width:0}.top-24{top:6rem}.bottom-8{bottom:2rem}.left-1\\/2{left:50%}.-top-2{top:-.5rem}.-right-2{right:-.5rem}.mt-0\\.5{margin-top:.125rem}.-translate-x-1\\/2{transform:translateX(-50%)}.-translate-y-1{transform:translateY(-.25rem)}.scale-90{transform:scale(.9)}.scale-100{transform:scale(1)}.opacity-0{opacity:0}.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}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shadow-large{box-shadow:0 10px 40px -10px rgba(0,0,0,.15)}.disabled\\:opacity-50:disabled{opacity:.5}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.focus\\:outline-none:focus{outline:none}.focus\\:ring-2:focus{box-shadow:0 0 0 2px rgba(111,78,55,.5)}.focus\\:ring-inset:focus{box-shadow:inset 0 0 0 2px rgba(111,78,55,.5)}.focus\\:ring-coffee-500:focus{box-shadow:0 0 0 2px rgba(111,78,55,.5)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pointer-events-none{pointer-events:none}.leading-relaxed{line-height:1.625}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.fixed{position:fixed}.inline-block{display:inline-block}.block{display:block}.h-14{height:3.5rem}.h-96{height:24rem}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))}.from-coffee-800{--tw-gradient-from:#3b2f2f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,47,47,0))}.to-coffee-700{--tw-gradient-to:#4a3529}.from-coffee-900{--tw-gradient-from:#2d1f1a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(45,31,26,0))}.to-coffee-800{--tw-gradient-to:#3b2f2f}.text-white{color:#fff}.text-gray-200{color:#e5e7eb}.text-yellow-400{color:#fbbf24}.text-yellow-300{color:#fcd34d}.bg-black{background-color:#000}.bg-opacity-60{background-color:rgba(0,0,0,.6)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@media (min-width:640px){.sm\\:h-56{height:14rem}}.group:hover .group-hover\\:opacity-100{opacity:1}.group:hover .group-hover\\:scale-100{transform:scale(1)}.ml-10{margin-left:2.5rem}.max-w-7xl{max-width:80rem}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translateX(-50%)}.border-2{border-width:2px}@media (min-width:640px){.sm\\:flex-row{flex-direction:row}}@media (min-width:768px){.md\\:text-5xl{font-size:3rem}}@media (max-width:768px){.py-16{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:1rem;padding-bottom:1rem}.mb-12{margin-bottom:1.5rem}.mb-8{margin-bottom:1rem}.gap-8{grid-gap:1rem;gap:1rem}}img{max-width:100%;height:auto}.card-modern .h-48{height:12rem;overflow:hidden}.card-modern .h-48 img,.card-modern img{width:100%;height:100%;object-fit:cover;object-position:center}.card-modern img{display:block}.bg-gray-100{background-color:#f3f4f6}.nav-modern{background-color:rgba(59,47,47,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-error,.btn-outline,.btn-primary,.btn-secondary{padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem}@media (min-width:768px){.btn-error,.btn-outline,.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:1rem}}.grid{display:grid}.gap-6{grid-gap:1.5rem;gap:1.5rem}@media (max-width:640px){.gap-6{grid-gap:1rem;gap:1rem}}.container-modern,.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container-modern,.max-w-7xl{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container-modern,.max-w-7xl{padding-left:2rem;padding-right:2rem}}.bg-mocha-500{background-color:#8b4513}.bg-coffee-100{background-color:#f5efe5}.bg-success-100{background-color:#d1fae5}.bg-warning-100{background-color:#fef3c7}.text-success-600{color:#059669}.text-success-800{color:#065f46}.text-warning-600{color:#d97706}.text-coffee-900{color:#1c1917}.text-coffee-400{color:#b8956a}.hover\\:bg-coffee-50:hover{background-color:#faf7f2}.hover\\:bg-coffee-200:hover{background-color:#e8d5bf}.hover\\:text-coffee-900:hover{color:#1c1917}.hover\\:text-coffee-600:hover{color:#5d4230}.opacity-90{opacity:.9}.space-x-3>*+*{margin-left:.75rem}.inline-flex{display:inline-flex}.w-10{width:2.5rem}.h-10{height:2.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.group:hover .group-hover\\:bg-coffee-200{background-color:#e8d5bf}.group:hover .group-hover\\:text-coffee-900{color:#1c1917}.group:hover .group-hover\\:text-coffee-600{color:#5d4230}
/*# sourceMappingURL=main.594bbfc3.chunk.css.map */