html{font-family:sans-serif;font-size:14px;overflow-x:hidden}body{font-family:Inter,sans-serif;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.page-container{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.get-app{display:flex;flex-direction:column;background-position:center;background-size:cover;background-repeat:no-repeat;padding:7rem;height:590px}.flex{display:flex}.flex-1{flex:1 1 auto}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.text-center{text-align:center}.hidden{display:none}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-52{width:13rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.max-w-md{max-width:28rem}.p-2{padding:.5rem}.p-4{padding:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-0\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.mr-1{margin-right:.25rem}.space-x-1>*+*{margin-left:.25rem}.space-x-3>*+*{margin-left:.75rem}.space-x-5>*+*{margin-left:1.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-8>*+*{margin-top:2rem}.sspace-y-2>*+*{margin-top:.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.border{border-width:1px;border-style:solid}.border-gray-200{border-color:#e5e7eb}.border-red-200{border-color:#fecaca}.bg-white{background-color:#fff}.bg-red-50{background-color:#fef2f2}.dark\:bg-gray-800{background-color:#1f2937}.dark\:bg-red-900\/20{background-color:#991b1b33}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-slate-700{color:#334155}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-900{color:#7f1d1d}.text-red-100{color:#fee2e2}.text-red-300{color:#fca5a5}.text-red-400{color:#f87171}.text-green-500{color:#22c55e}.text-blue-500{color:#3b82f6}.text-yellow-500{color:#eab308}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.rounded-lg{border-radius:.5rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.fixed{position:fixed}.right-4{right:1rem}.bottom-4{bottom:1rem}.z-50{z-index:50}@media (min-width: 640px){.sm\:w-full{width:100%}.sm\:max-w-sm{max-width:24rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}}@media (min-width: 768px){.md\:block{display:block}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-y-4>*+*{margin-top:1rem}.md\:w-auto{width:auto}}@media (min-width: 1024px){.lg\:hidden{display:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes toastSlideIn{0%{opacity:0;transform:translate(30px) scale(.96);filter:blur(4px)}to{opacity:1;transform:translate(0) scale(1);filter:blur(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0) scale(1);filter:blur(0)}to{opacity:0;transform:translate(20px) scale(.97);filter:blur(2px)}}.loading-container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.loading-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border-radius:.5rem;will-change:transform;animation:scale-pulse 1.2s ease-in-out infinite alternate}.loading-circle{position:absolute;width:10rem;height:10rem;border-radius:50%;background-attachment:.3;box-shadow:0 0 20px #00000080;transform:translateZ(0);will-change:transform,box-shadow;animation:circle-pulse 1.5s ease-in-out infinite}.loading-icon{display:flex;align-items:center;justify-content:center;z-index:1;transform:translateZ(0);will-change:transform;animation:icon-bounce .8s ease-in-out infinite}.chef-hat-icon{width:3.5rem;height:3.5rem;color:#fff}@keyframes scale-pulse{0%{transform:scale(1) translateZ(0)}to{transform:scale(1.05) translateZ(0)}}@keyframes circle-pulse{0%{transform:scale(1) translateZ(0);box-shadow:0 0 20px #00000080}50%{transform:scale(1.2) translateZ(0);box-shadow:0 0 40px #000000b3}to{transform:scale(1) translateZ(0);box-shadow:0 0 20px #00000080}}@keyframes icon-bounce{0%,to{transform:translateY(0) scale(1) translateZ(0)}50%{transform:translateY(-10px) scale(1.1) translateZ(0)}}@media (min-width: 768px){.loading-circle{width:11rem;height:11rem}.chef-hat-icon{width:5rem;height:5rem}}@media (min-width: 1024px){.loading-circle{width:12rem;height:12rem}.chef-hat-icon{width:6rem;height:6rem}}@media (prefers-reduced-motion: reduce){.loading-wrapper,.loading-circle,.loading-icon{animation:none}.loading-circle{transform:scale(1.1)}}
