@charset "UTF-8";@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-start{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-end{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scale-up{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes pop-in{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-in-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-in-start{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-in-end{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes float-rotate{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(1deg)}75%{transform:translateY(-5px) rotate(-1deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #d4a532b3}70%{transform:scale(1);box-shadow:0 0 0 10px #d4a53200}to{transform:scale(.95);box-shadow:0 0 #d4a53200}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes loader-dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes loader-pulse{0%{transform:scale(0);opacity:1}to{transform:scale(2);opacity:0}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:currentColor}}@keyframes text-reveal{0%{clip-path:polygon(0 0,0 0,0 100%,0% 100%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes character-pop{0%{opacity:0;transform:translateY(20px) rotate(-10deg)}60%{transform:translateY(-5px) rotate(2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gradient-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes bg-pan{0%{background-position:0% 0%}to{background-position:100% 100%}}@keyframes bg-pulse{0%,to{background-size:100% 100%}50%{background-size:200% 200%}}@keyframes token-enter{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes card-hover{0%{transform:translateY(0);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}to{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}}@keyframes card-reveal{0%{clip-path:polygon(0 0,0 0,0 100%,0% 100%);opacity:0}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1}}@keyframes stagger-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animated{animation-duration:.5s;animation-fill-mode:both}.animated.fast{animation-duration:.3s}.animated.faster{animation-duration:.15s}.animated.slow{animation-duration:.7s}.animated.slower{animation-duration:1s}.animation-paused{animation-play-state:paused}.animation-running{animation-play-state:running}.infinite{animation-iteration-count:infinite}.animate-fade-in{animation-name:fade-in}.animate-fade-out{animation-name:fade-out}.animate-fade-in-up{animation-name:fade-in-up}.animate-fade-in-down{animation-name:fade-in-down}.animate-fade-in-start{animation-name:fade-in-start}.animate-fade-in-end{animation-name:fade-in-end}.animate-scale-in{animation-name:scale-in}.animate-bounce-in{animation-name:bounce-in}.animate-pop-in{animation-name:pop-in}.animate-slide-in-up{animation-name:slide-in-up}.animate-slide-in-down{animation-name:slide-in-down}.animate-slide-in-start{animation-name:slide-in-start}.animate-slide-in-end{animation-name:slide-in-end}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-subtle{animation:float-subtle 4s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-pulse-scale{animation:pulse-scale 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-spin-slow{animation:spin-slow 8s linear infinite}.animate-bounce{animation:bounce 1s ease infinite}.delay-75{animation-delay:75ms}.delay-100{animation-delay:.1s}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-700{animation-delay:.7s}.delay-1000{animation-delay:1s}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.transition-none{transition:none}.transition-all{transition:all .2s cubic-bezier(0,0,.2,1)}.transition-colors{transition:color .15s cubic-bezier(0,0,.2,1),background-color .15s cubic-bezier(0,0,.2,1),border-color .15s cubic-bezier(0,0,.2,1)}.transition-opacity{transition:opacity .2s cubic-bezier(0,0,.2,1)}.transition-transform{transition:transform .2s cubic-bezier(0,0,.2,1)}.transition-shadow{transition:box-shadow .2s cubic-bezier(0,0,.2,1)}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(0,0,.2,1),transform .5s cubic-bezier(0,0,.2,1)}.scroll-animate.is-visible{opacity:1;transform:translateY(0)}.scroll-animate-left{opacity:0;transform:translate(30px);transition:opacity .5s cubic-bezier(0,0,.2,1),transform .5s cubic-bezier(0,0,.2,1)}.scroll-animate-left.is-visible{opacity:1;transform:translate(0)}.scroll-animate-right{opacity:0;transform:translate(-30px);transition:opacity .5s cubic-bezier(0,0,.2,1),transform .5s cubic-bezier(0,0,.2,1)}.scroll-animate-right.is-visible{opacity:1;transform:translate(0)}.scroll-animate-scale{opacity:0;transform:scale(.9);transition:opacity .5s cubic-bezier(0,0,.2,1),transform .5s cubic-bezier(0,0,.2,1)}.scroll-animate-scale.is-visible{opacity:1;transform:scale(1)}.scroll-animate-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .3s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1)}.scroll-animate-stagger>*:nth-child(1){transition-delay:50ms}.scroll-animate-stagger>*:nth-child(2){transition-delay:.1s}.scroll-animate-stagger>*:nth-child(3){transition-delay:.15s}.scroll-animate-stagger>*:nth-child(4){transition-delay:.2s}.scroll-animate-stagger>*:nth-child(5){transition-delay:.25s}.scroll-animate-stagger>*:nth-child(6){transition-delay:.3s}.scroll-animate-stagger>*:nth-child(7){transition-delay:.35s}.scroll-animate-stagger>*:nth-child(8){transition-delay:.4s}.scroll-animate-stagger>*:nth-child(9){transition-delay:.45s}.scroll-animate-stagger>*:nth-child(10){transition-delay:.5s}.scroll-animate-stagger.is-visible>*{opacity:1;transform:translateY(0)}.hover-lift{transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.hover-scale{transition:transform .2s cubic-bezier(0,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}.hover-grow{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-grow:hover{transform:scale(1.1)}.hover-shrink{transition:transform .2s cubic-bezier(0,0,.2,1)}.hover-shrink:hover{transform:scale(.95)}.hover-bounce{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-bounce:hover{transform:translateY(-3px)}.hover-rotate{transition:transform .2s cubic-bezier(0,0,.2,1)}.hover-rotate:hover{transform:rotate(5deg)}.hover-glow{transition:box-shadow .2s cubic-bezier(0,0,.2,1)}.hover-glow:hover{box-shadow:0 10px 40px -10px #d4a53259}.skeleton{background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem}.loader{width:40px;height:40px;border:3px solid #F0EBE0;border-top-color:#d4a532;border-radius:50%;animation:spin .8s linear infinite}.loader-dots{display:flex;gap:.5rem}.loader-dots span{width:8px;height:8px;background-color:#d4a532;border-radius:50%;animation:loader-dots 1.4s ease-in-out infinite both}.loader-dots span:nth-child(1){animation-delay:-.32s}.loader-dots span:nth-child(2){animation-delay:-.16s}.loader-dots span:nth-child(3){animation-delay:0s}.loader-pulse{width:40px;height:40px;background-color:#d4a532;border-radius:50%;animation:loader-pulse 1.2s ease-out infinite}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.scroll-animate,.scroll-animate-left,.scroll-animate-right,.scroll-animate-scale,.scroll-animate-stagger>*{opacity:1;transform:none}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;line-height:1.625;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fdfbf7;direction:rtl}@media (max-width: 767px){body{overflow-x:hidden}}@media (max-width: 767px){#page{overflow-x:hidden}}ul[role=list],ol[role=list]{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.25}button,input,label{line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}table{border-collapse:collapse;border-spacing:0}:focus{outline:none}:focus-visible{outline:2px solid #D4A532;outline-offset:2px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #FFFFFF inset;transition:background-color 5000s ease-in-out 0s}.screen-reader-text,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:1070;padding:.75rem 1rem;background-color:#d4a532;color:#fff;text-decoration:none;border-radius:.375rem;clip:auto;width:auto;height:auto}@supports (text-wrap: balance){h1,h2,h3,h4,h5,h6{text-wrap:balance}}@supports (text-wrap: pretty){p{text-wrap:pretty}}#page{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1}.content-area{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.content-area{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.content-area{max-width:1400px}}.content-area{padding-top:1.5rem;padding-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:1rem;position:relative;display:inline-block;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:4px;background:linear-gradient(90deg,#d4a532,#c62828);border-radius:9999px}.home-section{padding-top:3rem;padding-bottom:3rem}@media (min-width: 768px){.home-section{padding-top:4rem;padding-bottom:4rem}}@media (min-width: 1280px){.home-section{padding-top:5rem;padding-bottom:5rem}}.home-section{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.home-section{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.home-section{max-width:1400px}}.home-section:nth-child(2n){background-color:#f8f5ef}.home-section:first-of-type{padding-top:2rem}.section-container{max-width:960px;margin:0 auto}@media (min-width: 1280px){.section-container{max-width:1200px}}.hidden{display:none!important}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.visible{visibility:visible}.invisible{visibility:hidden}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ms-0{margin-right:0}.me-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ms-1{margin-right:.25rem}.me-1{margin-left:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ms-2{margin-right:.5rem}.me-2{margin-left:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.m-3{margin:.75rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ms-3{margin-right:.75rem}.me-3{margin-left:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ms-4{margin-right:1rem}.me-4{margin-left:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.m-5{margin:1.25rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ms-5{margin-right:1.25rem}.me-5{margin-left:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.m-6{margin:1.5rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ms-6{margin-right:1.5rem}.me-6{margin-left:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.m-8{margin:2rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ms-8{margin-right:2rem}.me-8{margin-left:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.m-10{margin:2.5rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.ms-10{margin-right:2.5rem}.me-10{margin-left:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.m-12{margin:3rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ms-12{margin-right:3rem}.me-12{margin-left:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.m-16{margin:4rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.ms-16{margin-right:4rem}.me-16{margin-left:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-16{margin-top:4rem;margin-bottom:4rem}.m-auto{margin:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ms-auto{margin-right:auto}.me-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.ps-0{padding-right:0}.pe-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.ps-1{padding-right:.25rem}.pe-1{padding-left:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.ps-2{padding-right:.5rem}.pe-2{padding-left:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-3{padding:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.ps-3{padding-right:.75rem}.pe-3{padding-left:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.ps-4{padding-right:1rem}.pe-4{padding-left:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-5{padding:1.25rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.ps-5{padding-right:1.25rem}.pe-5{padding-left:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.p-6{padding:1.5rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.ps-6{padding-right:1.5rem}.pe-6{padding-left:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.ps-8{padding-right:2rem}.pe-8{padding-left:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-10{padding:2.5rem}.pt-10{padding-top:2.5rem}.pb-10{padding-bottom:2.5rem}.ps-10{padding-right:2.5rem}.pe-10{padding-left:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.p-12{padding:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.ps-12{padding-right:3rem}.pe-12{padding-left:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.p-16{padding:4rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.ps-16{padding-right:4rem}.pe-16{padding-left:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-16{padding-top:4rem;padding-bottom:4rem}.p-auto{padding:auto}.pt-auto{padding-top:auto}.pb-auto{padding-bottom:auto}.ps-auto{padding-right:auto}.pe-auto{padding-left:auto}.px-auto{padding-left:auto;padding-right:auto}.py-auto{padding-top:auto;padding-bottom:auto}.loader{display:inline-block;width:24px;height:24px;border:3px solid #F0EBE0;border-top-color:#d4a532;border-radius:50%;animation:spin .8s linear infinite}.loader-lg{width:48px;height:48px;border-width:4px}.loader-sm{width:16px;height:16px;border-width:2px}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;z-index:1050}.no-results{text-align:center;padding:3rem 1rem;color:#7a7a7a}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem}.empty-state .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state .empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.empty-state .empty-description{color:#7a7a7a;max-width:400px}.error-404{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.error-404{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.error-404{max-width:1400px}}.error-404{display:flex;flex-direction:column;align-items:center;min-height:60vh;text-align:center;padding:4rem 1rem}.error-404 .error-code{font-size:8rem;font-weight:900;background:linear-gradient(135deg,#d4a532,#c62828);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.error-404 .error-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.error-404 .error-message{font-size:1.125rem;color:#4a4a4a;max-width:500px;margin-bottom:2rem}.error-404 .error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.error-404 .error-search,.error-404 .error-links{width:100%;max-width:400px;margin-top:2.5rem;text-align:right}.error-404 .error-search h3,.error-404 .error-links h3{font-size:1.125rem;margin-bottom:1rem}.error-404 .error-search ul,.error-404 .error-links ul{list-style:none}.error-404 .error-search ul li,.error-404 .error-links ul li{margin-bottom:.5rem}.error-404 .error-search ul li a,.error-404 .error-links ul li a{color:#b88a26}.error-404 .error-search ul li a:hover,.error-404 .error-links ul li a:hover{color:#926a20}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px) and (max-width: 1023px){.hide-tablet{display:none!important}}@media (min-width: 1024px){.hide-desktop{display:none!important}}.show-mobile{display:none!important}@media (max-width: 767px){.show-mobile{display:block!important}}.show-tablet{display:none!important}@media (min-width: 768px) and (max-width: 1023px){.show-tablet{display:block!important}}.show-desktop{display:none!important}@media (min-width: 1024px){.show-desktop{display:block!important}}@media print{.no-print{display:none!important}body{background:#fff;color:#000}a{text-decoration:underline}.site-header,.site-footer,.sidebar,.comments-area{display:none}}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Variable.woff2) format("woff2 supports variations"),url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Variable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/wp-content/themes/chibepazam-v2/assets/fonts/Vazirmatn-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (min-width: 1280px){html{font-size:17px}}@media (min-width: 1536px){html{font-size:18px}}body{font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.625;color:#1a1a1a;background-color:#fdfbf7;direction:rtl}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a;margin-top:0;margin-bottom:1rem;letter-spacing:-.025em}h1,.h1{font-size:1.875rem;font-weight:800}@media (min-width: 768px){h1,.h1{font-size:2.25rem}}@media (min-width: 1024px){h1,.h1{font-size:3rem}}h2,.h2{font-size:1.5rem;font-weight:700}@media (min-width: 768px){h2,.h2{font-size:1.875rem}}@media (min-width: 1024px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:1.25rem;font-weight:600}@media (min-width: 768px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1.125rem;font-weight:600}@media (min-width: 768px){h4,.h4{font-size:1.25rem}}h5,.h5{font-size:1rem;font-weight:600}h6,.h6{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}p{margin-top:0;margin-bottom:1rem;line-height:1.625}p:last-child{margin-bottom:0}.lead{font-size:1.125rem;font-weight:400;line-height:1.75;color:#4a4a4a}@media (min-width: 768px){.lead{font-size:1.25rem}}.small-text{font-size:.875rem}.tiny-text{font-size:.75rem}strong,b{font-weight:700}em,i{font-style:italic}small{font-size:.875rem}mark{background-color:#fdf0c3;color:#4a340f;padding:.125rem .25rem;border-radius:.25rem}del,s{text-decoration:line-through;color:#7a7a7a}ins,u{text-decoration:underline;text-decoration-color:#d4a532;text-underline-offset:2px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}a{color:#b88a26;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}a:hover{color:#926a20;text-decoration:underline}a:focus-visible{outline:2px solid #D4A532;outline-offset:2px;border-radius:.25rem}a:not([href]){color:inherit;text-decoration:none}ul,ol{margin-top:0;margin-bottom:1rem;padding-right:1.5rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}li{margin-bottom:.5rem}li:last-child{margin-bottom:0}.styled-list{list-style:none;padding-right:0}.styled-list li{position:relative;padding-right:1.25rem}.styled-list li:before{content:"";position:absolute;right:0;top:.6em;width:6px;height:6px;background-color:#d4a532;border-radius:50%}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-right:4px solid #D4A532;background-color:#f8f5ef;border-radius:0 .375rem .375rem 0;font-size:1.125rem;font-style:italic;color:#4a4a4a}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:.75rem;font-size:.875rem;font-style:normal;font-weight:600;color:#7a7a7a}blockquote cite:before{content:"— "}code{font-family:Fira Code,Courier New,monospace;font-size:.875em;background-color:#f0ebe0;padding:.125rem .375rem;border-radius:.25rem;color:#b71c1c}pre{font-family:Fira Code,Courier New,monospace;font-size:.875rem;background-color:#2a2a2a;color:#fff;padding:1rem 1.25rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}pre code{background:none;padding:0;color:inherit;font-size:inherit}kbd{font-family:Fira Code,Courier New,monospace;font-size:.75rem;background-color:#2a2a2a;color:#fff;padding:.25rem .5rem;border-radius:.25rem;box-shadow:0 2px #2a2a2a}hr{border:none;height:1px;background:linear-gradient(to left,transparent,#E5E0D5,transparent);margin:2rem 0}hr.divider{height:2px;background:linear-gradient(to left,transparent,#F7D55B,transparent)}.text-start{text-align:right}.text-end{text-align:left}.text-center{text-align:center}.text-primary{color:#1a1a1a}.text-secondary{color:#4a4a4a}.text-muted{color:#7a7a7a}.text-light{color:#a5a5a5}.text-gold{color:#d4a532}.text-red{color:#c62828}.text-green{color:#558b2f}.text-turquoise{color:#00897b}.text-light{font-weight:300}.text-normal{font-weight:400}.text-medium{font-weight:500}.text-semibold{font-weight:600}.text-bold{font-weight:700}.text-uppercase{text-transform:uppercase;letter-spacing:.025em}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}::selection{background-color:#d4a532;color:#fff}::-moz-selection{background-color:#d4a532;color:#fff}html[dir=rtl],.rtl{direction:rtl;text-align:right}body{font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;direction:rtl}h1,h2,h3,h4,h5,h6{direction:rtl}p,li,td,th,label,span,a{unicode-bidi:plaintext}ul,ol{padding-right:1.5rem;padding-left:0}ol{list-style:persian}ol::-webkit-list-item{direction:rtl}.styled-list li{padding-right:1.25rem;padding-left:0}.styled-list li:before{right:0;left:auto}blockquote{border-right:4px solid #D4A532;border-left:none;padding-right:1.5rem;padding-left:0;border-radius:0 .375rem .375rem 0}input:not([type=checkbox]):not([type=radio]),textarea,select{text-align:right}input[type=checkbox],input[type=radio],label{margin-left:.5rem}.input-group input{border-radius:.5rem 0 0 .5rem}.input-group .input-group-append{border-radius:0 .5rem .5rem 0}.input-group .input-group-prepend{border-radius:.5rem 0 0 .5rem}.icon-flip,.icon-rtl-flip,[dir=rtl] .icon-arrow-left,[dir=rtl] .icon-arrow-right,[dir=rtl] .icon-chevron-left,[dir=rtl] .icon-chevron-right,[dir=rtl] .fa-arrow-left,[dir=rtl] .fa-arrow-right,[dir=rtl] .fa-chevron-left,[dir=rtl] .fa-chevron-right{transform:scaleX(-1)}.posts-grid,.recipes-grid,.articles-grid{direction:rtl}@media (max-width: 767px){.flex-row-reverse-rtl{flex-direction:column}}@media (min-width: 1024px){.flex-row-reverse-rtl{flex-direction:row-reverse}}.nav-menu{flex-direction:row-reverse}.menu-item-has-children .sub-menu{left:0;right:auto}.breadcrumbs-list{direction:rtl}.breadcrumbs-list li:after{content:"›";margin:0 .5rem}.pagination{direction:rtl}.pagination .pagination-link.prev:before{content:"→";margin-left:.5rem}.pagination .pagination-link.next:after{content:"←";margin-right:.5rem}.pagination .pagination-prev .icon,.pagination .pagination-next .icon{transform:scaleX(-1)}.children,.comment-children{margin-right:2rem;margin-left:0}.avatar,.comment-author img,.author-avatar img{float:right;margin-left:.75rem;margin-right:0}.comment-content{margin-right:0}.meta-item{display:inline-flex;align-items:center;flex-direction:row}.meta-item .icon,.meta-item svg{margin-left:.5rem;margin-right:0}.recipe-card .recipe-card-content,.recipe-card .article-card-content,.article-card .recipe-card-content,.article-card .article-card-content{text-align:right}.recipe-card .recipe-card-taxonomies,.article-card .recipe-card-taxonomies{justify-content:flex-start}.sidebar.sidebar-left{order:-1}.sidebar.sidebar-right{order:1}.btn .icon:first-child,.comment-form .submit .icon:first-child,button .icon:first-child{margin-left:.5rem;margin-right:0}.btn .icon:last-child,.comment-form .submit .icon:last-child,button .icon:last-child{margin-right:.5rem;margin-left:0}.modal{direction:rtl}.modal .modal-close{right:auto;left:1rem}.tooltip{text-align:right}.tooltip:before{right:.5rem;left:auto}input[type=range]{direction:ltr}input[type=range]::-webkit-slider-thumb{float:left}.progress-bar{direction:rtl;transform-origin:right center}.scroll-snap-x{scroll-snap-type:x mandatory;direction:rtl}.scroll-snap-x>*{scroll-snap-align:start}.horizontal-scroll{direction:rtl;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll::-webkit-scrollbar{display:none}.animate-slide-in-start{animation-name:slide-in-end}.animate-slide-in-end{animation-name:slide-in-start}.animate-fade-in-start{animation-name:fade-in-end}.animate-fade-in-end{animation-name:fade-in-start}@media print{body{direction:rtl}.page-break{page-break-after:always}}.btn,.comment-form .submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn:focus-visible,.comment-form .submit:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn:disabled,.comment-form .submit:disabled{opacity:.5;cursor:not-allowed}.btn-primary,.comment-form .submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-primary:focus-visible,.comment-form .submit:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-primary:disabled,.comment-form .submit:disabled{opacity:.5;cursor:not-allowed}.btn-primary,.comment-form .submit{background-color:#d4a532;color:#fff}.btn-primary:hover:not(:disabled),.comment-form .submit:hover:not(:disabled){background-color:#b88a26;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.btn-primary:active:not(:disabled),.comment-form .submit:active:not(:disabled){transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-secondary:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background-color:#c62828;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#b71c1c;transform:translateY(-2px);box-shadow:0 10px 40px -10px #c6282859}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-outline:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-outline{background-color:transparent;color:#d4a532;border:2px solid #D4A532}.btn-outline:hover:not(:disabled){background-color:#d4a532;color:#fff}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-ghost:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background-color:transparent;color:#1a1a1a}.btn-ghost:hover:not(:disabled){background-color:#f0ebe0}.btn-accent{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-accent:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-accent:disabled{opacity:.5;cursor:not-allowed}.btn-accent{background-color:#558b2f;color:#fff}.btn-accent:hover:not(:disabled){background-color:#33691e;transform:translateY(-2px);box-shadow:0 10px 40px -10px #558b2f59}.btn-tertiary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-tertiary:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-tertiary:disabled{opacity:.5;cursor:not-allowed}.btn-tertiary{background-color:#00897b;color:#fff}.btn-tertiary:hover:not(:disabled){background-color:#00796b;transform:translateY(-2px)}.btn-xs{padding:.25rem .5rem;font-size:.75rem;gap:.25rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 1.5rem;font-size:1.125rem}.btn-xl{padding:1.25rem 2rem;font-size:1.25rem}.btn-icon{padding:.75rem;border-radius:9999px}.btn-icon .icon,.btn-icon svg{width:20px;height:20px}.btn-icon.btn-sm{padding:.5rem}.btn-icon.btn-sm .icon,.btn-icon.btn-sm svg{width:16px;height:16px}.btn-icon.btn-lg{padding:1rem}.btn-icon.btn-lg .icon,.btn-icon.btn-lg svg{width:24px;height:24px}.btn-pill{border-radius:9999px;padding-left:1.5rem;padding-right:1.5rem}.btn-block{display:flex;width:100%}.btn-loading{position:relative;color:transparent!important;pointer-events:none}.btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.btn-loading.btn-primary:after,.comment-form .btn-loading.submit:after{border-color:#fff;border-top-color:transparent}.btn-active{transform:scale(.98)}.btn-group{display:inline-flex}.btn-group .btn,.btn-group .comment-form .submit,.comment-form .btn-group .submit{border-radius:0}.btn-group .btn:first-child,.btn-group .comment-form .submit:first-child,.comment-form .btn-group .submit:first-child{border-radius:0 .5rem .5rem 0}.btn-group .btn:last-child,.btn-group .comment-form .submit:last-child,.comment-form .btn-group .submit:last-child{border-radius:.5rem 0 0 .5rem}.btn-group .btn:not(:last-child),.btn-group .comment-form .submit:not(:last-child),.comment-form .btn-group .submit:not(:last-child){border-left:1px solid rgba(255,255,255,.2)}.btn-group .btn:not(:first-child),.btn-group .comment-form .submit:not(:first-child),.comment-form .btn-group .submit:not(:first-child){margin-right:-2px}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-whatsapp:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-whatsapp:disabled{opacity:.5;cursor:not-allowed}.btn-whatsapp{background-color:#25d366;color:#fff}.btn-whatsapp:hover:not(:disabled){background-color:#128c7e}.btn-telegram{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-telegram:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-telegram:disabled{opacity:.5;cursor:not-allowed}.btn-telegram{background-color:#08c;color:#fff}.btn-telegram:hover:not(:disabled){background-color:#005f8f}.btn-instagram{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-instagram:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-instagram:disabled{opacity:.5;cursor:not-allowed}.btn-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.btn-instagram:hover:not(:disabled){opacity:.9}.btn-animated{overflow:hidden;position:relative}.btn-animated:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s cubic-bezier(0,0,.2,1)}.btn-animated:hover:before{left:100%}.btn-ripple{position:relative;overflow:hidden}.btn-ripple .ripple{position:absolute;border-radius:50%;background:#ffffff4d;transform:scale(0);animation:ripple-effect .6s linear;pointer-events:none}@keyframes ripple-effect{to{transform:scale(4);opacity:0}}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#4a4a4a}.required{color:#d32f2f;margin-left:.25rem}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=url],textarea,select{width:100%;padding:.75rem 1rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:2px solid #E5E0D5;border-radius:.5rem;transition:border-color .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,textarea::placeholder,select::placeholder{color:#a5a5a5}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53226}input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=url]:disabled,textarea:disabled,select:disabled{background-color:#f0ebe0;cursor:not-allowed}textarea{min-height:120px;resize:vertical}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left .75rem center;padding-left:2.5rem;cursor:pointer}input[type=checkbox],input[type=radio]{width:18px;height:18px;margin-left:.5rem;vertical-align:middle;cursor:pointer;accent-color:#D4A532}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-wrapper input[type=checkbox]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkbox-wrapper input[type=checkbox]+.checkbox-custom{width:20px;height:20px;border:2px solid #E5E0D5;border-radius:.25rem;transition:all .15s cubic-bezier(0,0,.2,1);position:relative}.checkbox-wrapper input[type=checkbox]+.checkbox-custom:after{content:"";position:absolute;top:2px;right:6px;width:5px;height:10px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-custom{background-color:#d4a532;border-color:#d4a532}.checkbox-wrapper input[type=checkbox]:checked+.checkbox-custom:after{opacity:1}.checkbox-wrapper input[type=checkbox]:focus+.checkbox-custom{outline:2px solid #D4A532;outline-offset:2px}.search-form .search-input-wrapper{display:flex;align-items:stretch;gap:0;border:2px solid #E5E0D5;border-radius:.5rem;overflow:hidden;transition:border-color .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}.search-form .search-input-wrapper:focus-within{border-color:#d4a532;box-shadow:0 0 0 3px #d4a53226}.search-form .search-field{flex:1;border:none;border-radius:0;padding:.75rem 1rem;background-color:#fff}.search-form .search-field:focus{box-shadow:none}.search-form .search-submit{display:flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:#d4a532;border:none;cursor:pointer;transition:background-color .15s cubic-bezier(0,0,.2,1)}.search-form .search-submit:hover{background-color:#b88a26}.search-form .search-submit .icon,.search-form .search-submit svg{display:block;flex-shrink:0;color:#fff;width:20px;height:20px;stroke:currentColor}.form-error{margin-top:.5rem;font-size:.875rem;color:#d32f2f;display:flex;align-items:center;gap:.25rem}.form-success{margin-top:.5rem;font-size:.875rem;color:#2e7d32;display:flex;align-items:center;gap:.25rem}.input-error input,.input-error textarea,.input-error select{border-color:#d32f2f}.input-error input:focus,.input-error textarea:focus,.input-error select:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f26}.input-success input,.input-success textarea,.input-success select{border-color:#2e7d32}.input-success input:focus,.input-success textarea:focus,.input-success select:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3226}.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url,.comment-form .comment-form-comment{margin-bottom:1rem}.comment-form .form-submit{margin-top:1rem}.input-sm input,.input-sm textarea,.input-sm select{padding:.5rem .75rem;font-size:.875rem}.input-lg input,.input-lg textarea,.input-lg select{padding:1rem 1.25rem;font-size:1.125rem}.input-group{display:flex;align-items:stretch}.input-group input{border-radius:0;flex:1}.input-group input:first-child{border-radius:0 .5rem .5rem 0}.input-group input:last-child{border-radius:.5rem 0 0 .5rem}.input-group .input-group-text{display:flex;align-items:center;padding:0 1rem;background-color:#f0ebe0;border:2px solid #E5E0D5;color:#4a4a4a;font-size:.875rem}.input-group .input-group-text:first-child{border-radius:0 .5rem .5rem 0;border-left:none}.input-group .input-group-text:last-child{border-radius:.5rem 0 0 .5rem;border-right:none}.input-group .btn,.input-group .comment-form .submit,.comment-form .input-group .submit{border-radius:0}.input-group .btn:first-child,.input-group .comment-form .submit:first-child,.comment-form .input-group .submit:first-child{border-radius:0 .5rem .5rem 0}.input-group .btn:last-child,.input-group .comment-form .submit:last-child,.comment-form .input-group .submit:last-child{border-radius:.5rem 0 0 .5rem}.recipe-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;overflow:hidden;transition:box-shadow .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)}.recipe-card:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.recipe-card{position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(0,0,.2,1);background-color:#fff;contain:layout style paint}.recipe-card.scroll-animate{opacity:0;transform:translateY(30px)}.recipe-card.scroll-animate.is-visible{opacity:1;transform:translateY(0)}.recipe-card:nth-child(1){transition-delay:50ms}.recipe-card:nth-child(2){transition-delay:.1s}.recipe-card:nth-child(3){transition-delay:.15s}.recipe-card:nth-child(4){transition-delay:.2s}.recipe-card:nth-child(5){transition-delay:.25s}.recipe-card:nth-child(6){transition-delay:.3s}.recipe-card:nth-child(7){transition-delay:.35s}.recipe-card:nth-child(8){transition-delay:.4s}.recipe-card:nth-child(9){transition-delay:.45s}.recipe-card:nth-child(10){transition-delay:.5s}.recipe-card:nth-child(11){transition-delay:.55s}.recipe-card:nth-child(12){transition-delay:.6s}.recipe-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.recipe-card:hover .recipe-card-image .recipe-card-img{transform:scale(1.1)}.recipe-card:hover .recipe-card-overlay{opacity:1}.recipe-card:hover .recipe-card-action{opacity:1;transform:scale(1)}.recipe-card:hover .recipe-card-title{color:#d4a532}.recipe-card-link{display:block;text-decoration:none;color:inherit;height:100%}.recipe-card-link:focus-visible{outline:2px solid #D4A532;outline-offset:2px;border-radius:inherit}.recipe-card-image{position:relative;aspect-ratio:4/3;overflow:hidden;background-color:#f0ebe0}@supports not (aspect-ratio: 1/1){.recipe-card-image:before{content:"";display:block;padding-top:75%}.recipe-card-image:after{content:"";display:block;clear:both}}.recipe-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(0,0,.2,1);will-change:transform}.recipe-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(42,42,42,.8) 0%,rgba(42,42,42,.4) 40%,transparent 100%);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1);pointer-events:none}.recipe-card-category{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;background:linear-gradient(135deg,#c62828,#b71c1c);color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;box-shadow:0 2px 8px #c628284d;z-index:2}.recipe-card-rating{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#2a2a2ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#d4a532;font-size:.75rem;font-weight:600;border-radius:9999px;z-index:2}.recipe-card-rating svg{width:12px;height:12px;fill:#d4a532}.recipe-card-views{position:absolute;top:auto;bottom:.75rem;left:.75rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#2a2a2ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:500;border-radius:9999px;z-index:2}.recipe-card-rating+.recipe-card-views{left:auto;right:.75rem}.recipe-card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.recipe-card-title{font-size:1.125rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.375;transition:color .15s cubic-bezier(0,0,.2,1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-card-ingredients{font-size:.875rem;color:#7a7a7a;margin:0;padding:0 .75rem .5rem;line-height:1.625}.recipe-card-ingredients .ingredients-label{color:#4a4a4a;font-weight:500}.recipe-card-ingredients .ingredient-link{color:#7a7a7a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.recipe-card-ingredients .ingredient-link:hover{color:#d4a532}.recipe-card-ingredients .ingredients-sep,.recipe-card-ingredients .ingredients-more{color:#7a7a7a}.recipe-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.recipe-card-meta .meta-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#7a7a7a;cursor:help}.recipe-card-meta .meta-item .meta-icon{width:14px;height:14px;color:#a5a5a5;flex-shrink:0}.recipe-card-meta .meta-item .meta-value{white-space:nowrap}.recipe-card-meta .meta-item.difficulty-easy .meta-icon{color:#558b2f}.recipe-card-meta .meta-item.difficulty-medium .meta-icon{color:#f9a825}.recipe-card-meta .meta-item.difficulty-hard .meta-icon{color:#c62828}.recipe-card-taxonomies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.recipe-card-taxonomies .taxonomy{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;color:#4a4a4a;background-color:#f0ebe0;border-radius:9999px}.recipe-card-taxonomies .taxonomy.vade{background-color:#558b2f1a;color:#1b5e20}.recipe-card-taxonomies .taxonomy.category{background-color:#c628281a;color:#c62828}.recipe-card-action{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#d4a532,#c62828);color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;opacity:0;transform:scale(.9);transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1);box-shadow:0 10px 40px -10px #d4a53259;z-index:3;margin:auto;width:fit-content;height:fit-content;pointer-events:none}.recipe-card-action svg{transform:rotate(180deg)}@media (max-width: 767px){.recipe-card-action{display:none}}.recipe-card-horizontal{display:flex;flex-direction:row;border-radius:1rem}.recipe-card-horizontal .recipe-card-image{width:140px;flex-shrink:0;aspect-ratio:1;border-radius:.75rem 0 0 .75rem;overflow:hidden}.recipe-card-horizontal .recipe-card-content{flex:1;justify-content:center}.recipe-card-horizontal .recipe-card-title{font-size:1rem}.recipe-card-horizontal .recipe-card-action{display:none}@media (min-width: 768px){.recipe-card-horizontal .recipe-card-image{width:200px}.recipe-card-horizontal .recipe-card-title{font-size:1.125rem}}.recipe-card-featured{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;overflow:hidden;transition:box-shadow .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)}.recipe-card-featured:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.recipe-card-featured{position:relative}.recipe-card-featured .recipe-card-image{aspect-ratio:16/9}.recipe-card-featured .recipe-card-content{position:absolute;bottom:0;right:0;left:0;padding:1.5rem;background:linear-gradient(to top,rgba(42,42,42,.9),transparent);color:#fff}.recipe-card-featured .recipe-card-content .recipe-card-title{color:#fff;font-size:1.5rem}.recipe-card-featured .recipe-card-content .recipe-card-ingredients{color:#fffc}@media (min-width: 1024px){.recipe-card-featured .recipe-card-content{padding:2rem}}.posts-grid,.recipes-grid,.articles-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 576px){.posts-grid,.recipes-grid,.articles-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.posts-grid,.recipes-grid,.articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1280px){.posts-grid:not(.has-sidebar),.recipes-grid:not(.has-sidebar),.articles-grid:not(.has-sidebar){grid-template-columns:repeat(4,1fr)}}.posts-grid.posts-grid--list,.recipes-grid.posts-grid--list,.articles-grid.posts-grid--list{display:flex;flex-direction:column;gap:1rem}.posts-grid.posts-grid--list .recipe-card,.recipes-grid.posts-grid--list .recipe-card,.articles-grid.posts-grid--list .recipe-card{flex-direction:row}.posts-grid.posts-grid--list .recipe-card .recipe-card-image,.recipes-grid.posts-grid--list .recipe-card .recipe-card-image,.articles-grid.posts-grid--list .recipe-card .recipe-card-image{width:120px;flex-shrink:0;aspect-ratio:1;border-radius:.75rem 0 0 .75rem}.posts-grid.posts-grid--list .recipe-card .recipe-card-content,.recipes-grid.posts-grid--list .recipe-card .recipe-card-content,.articles-grid.posts-grid--list .recipe-card .recipe-card-content{flex:1;padding:.75rem}.posts-grid.posts-grid--list .recipe-card .recipe-card-title,.recipes-grid.posts-grid--list .recipe-card .recipe-card-title,.articles-grid.posts-grid--list .recipe-card .recipe-card-title{font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.posts-grid.posts-grid--list .recipe-card .recipe-card-action,.recipes-grid.posts-grid--list .recipe-card .recipe-card-action,.articles-grid.posts-grid--list .recipe-card .recipe-card-action{display:none}@media (min-width: 768px){.posts-grid.posts-grid--list .recipe-card-image,.recipes-grid.posts-grid--list .recipe-card-image,.articles-grid.posts-grid--list .recipe-card-image{width:180px}.posts-grid.posts-grid--list .recipe-card-title,.recipes-grid.posts-grid--list .recipe-card-title,.articles-grid.posts-grid--list .recipe-card-title{font-size:1.125rem}}@media (min-width: 1280px){.archive-layout .posts-grid,.archive-layout .recipes-grid,.archive-layout .articles-grid{grid-template-columns:repeat(3,1fr)}}.featured-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured-grid{grid-template-columns:1.5fr repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@media (min-width: 1024px){.featured-grid>*:first-child{grid-row:span 2}}.card-badge{position:absolute;top:.75rem;right:.75rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.625rem;font-weight:700;color:#fff;background-color:#c62828;border-radius:9999px}.card-badge-new{background:linear-gradient(135deg,#d4a532,#b88a26)}.card-badge-popular{background:linear-gradient(135deg,#558b2f,#33691e)}.card-skeleton{padding:0;overflow:hidden}.card-skeleton .skeleton-image{aspect-ratio:4/3}@supports not (aspect-ratio: 1/1){.card-skeleton .skeleton-image:before{content:"";float:left;padding-top:75%}.card-skeleton .skeleton-image:after{content:"";display:block;clear:both}}.card-skeleton .skeleton-image{background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem}.card-skeleton .skeleton-content{padding:1rem}.card-skeleton .skeleton-title{height:24px;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem;margin-bottom:.5rem;width:80%}.card-skeleton .skeleton-text{height:16px;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem;margin-bottom:.5rem}.card-skeleton .skeleton-text:last-child{width:60%}.article-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;overflow:hidden;transition:box-shadow .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)}.article-card:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.article-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(0,0,.2,1);contain:layout style paint}.article-card.scroll-animate{opacity:0;transform:translateY(30px)}.article-card.scroll-animate.is-visible{opacity:1;transform:translateY(0)}.article-card:nth-child(1){transition-delay:50ms}.article-card:nth-child(2){transition-delay:.1s}.article-card:nth-child(3){transition-delay:.15s}.article-card:nth-child(4){transition-delay:.2s}.article-card:nth-child(5){transition-delay:.25s}.article-card:nth-child(6){transition-delay:.3s}.article-card:nth-child(7){transition-delay:.35s}.article-card:nth-child(8){transition-delay:.4s}.article-card:nth-child(9){transition-delay:.45s}.article-card:nth-child(10){transition-delay:.5s}.article-card:nth-child(11){transition-delay:.55s}.article-card:nth-child(12){transition-delay:.6s}.article-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px -12px #00000040}.article-card:hover .article-card-image img,.article-card:hover .article-card-img{transform:scale(1.08)}.article-card:hover .article-card-overlay{opacity:1}.article-card:hover .article-card-action{opacity:1;transform:scale(1)}.article-card:hover .article-card-title{color:#00897b}.article-card-link{display:block;text-decoration:none;color:inherit;height:100%}.article-card-link:focus-visible{outline:2px solid #00897B;outline-offset:2px;border-radius:inherit}.article-card-image{position:relative;aspect-ratio:16/9}@supports not (aspect-ratio: 1/1){.article-card-image:before{content:"";float:left;padding-top:56.25%}.article-card-image:after{content:"";display:block;clear:both}}.article-card-image{overflow:hidden;background-color:#f0ebe0}.article-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0,0,.2,1);will-change:transform}.article-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(42,42,42,.8) 0%,rgba(42,42,42,.4) 40%,transparent 100%);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1);pointer-events:none}.article-card-chapter{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;background:linear-gradient(135deg,#00897b,#00796b);color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;box-shadow:0 2px 8px #00897b4d;z-index:2}.article-card-reading-time{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#2a2a2ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:500;border-radius:9999px;z-index:2}.article-card-action{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#00897b,#d4a532);color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;opacity:0;transform:scale(.9);transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;z-index:3;margin:auto;width:fit-content;height:fit-content}.article-card-action svg{transform:rotate(180deg)}.article-card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.article-card-title{font-size:1.125rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.375;transition:color .15s cubic-bezier(0,0,.2,1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-excerpt{font-size:.875rem;color:#7a7a7a;line-height:1.625;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.article-card-meta .meta-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#7a7a7a}.article-card-meta .meta-item .meta-icon{width:14px;height:14px;color:#a5a5a5;flex-shrink:0}.article-card-meta .meta-item .meta-value{white-space:nowrap}@media (max-width: 767px){.recipe-card:hover{transform:none;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.recipe-card .recipe-card-action{display:none}.recipe-card-title{font-size:1rem}.recipe-card-ingredients{font-size:.75rem}.recipe-card-meta .meta-item{font-size:.625rem}.recipe-card-meta .meta-item .meta-icon{width:12px;height:12px}.recipe-card-action{padding:.5rem .75rem;font-size:.75rem}.recipe-card-category,.recipe-card-rating,.recipe-card-views{font-size:.625rem;padding:.125rem .5rem}}@supports (container-type: inline-size){.posts-grid{container-type:inline-size}@container (min-width: 500px){.recipe-card-title{font-size:1.125rem}}@container (min-width: 700px){.recipe-card-content{padding:1.25rem}}}.ingredient-selector{--selector-radius: 1.5rem;--chip-radius: .75rem;--transition-smooth: cubic-bezier(.4, 0, .2, 1);--transition-bounce: cubic-bezier(.34, 1.56, .64, 1)}.ingredient-selector{position:relative;max-width:560px;margin:0 auto;background:#fff;border-radius:var(--selector-radius);overflow:visible;animation:selector-entrance .8s var(--transition-smooth) forwards}.ingredient-selector:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:linear-gradient(135deg,#d4a53266,#c628284d,#558b2f33);z-index:-1;opacity:.6;filter:blur(20px);animation:glow-pulse 4s ease-in-out infinite}.ingredient-selector:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.015;pointer-events:none}.selector-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;border-radius:inherit}.decor-ring{position:absolute;border-radius:50%;border:1px solid rgba(212,165,50,.08);animation:decor-spin 60s linear infinite}.decor-ring.decor-ring-1{width:300px;height:300px;top:-150px;left:-80px}.decor-ring.decor-ring-2{width:200px;height:200px;bottom:-100px;right:-60px;animation-direction:reverse;animation-duration:45s}.decor-ring.decor-ring-3{width:120px;height:120px;top:50%;left:-40px;transform:translateY(-50%);animation-duration:80s}.selector-header{padding:1.5rem 1.5rem 1rem;text-align:center;position:relative}.header-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1rem;background:linear-gradient(135deg,#fdf0c3,#fef9e7);border-radius:50%;color:#d4a532;animation:icon-float 3s ease-in-out infinite}.header-icon svg{width:2.25rem;height:2.25rem}.selector-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;line-height:1.25}@media (min-width: 768px){.selector-title{font-size:1.5rem}}.selector-subtitle{font-size:.875rem;color:#7a7a7a;margin-bottom:0}.selector-body{padding:0 1.25rem 1rem;position:relative}.selected-area{position:relative;min-height:5rem;margin-bottom:1rem;padding:1rem;background:linear-gradient(135deg,#f8f5ef,#f0ebe0);border-radius:1rem;border:2px dashed #E5E0D5;transition:all .3s var(--transition-smooth)}.selected-area.has-selections{border-style:solid;border-color:#fbe48f;background:linear-gradient(135deg,#fef9e7,#f8f5ef)}.selected-area:focus-within{border-color:#d4a532;box-shadow:0 0 0 4px #d4a5321a}.selected-inner{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding-left:3.75rem}.selected-placeholder{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem;color:#a5a5a5;font-size:.875rem;transition:opacity .2s ease}.has-selections .selected-placeholder{display:none}.placeholder-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#d4a5321a;border-radius:50%;color:#d4a532}.selection-counter{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;border-radius:.75rem;min-width:3rem;box-shadow:0 4px 12px #d4a53240;opacity:0;scale:.8;transition:all .3s var(--transition-bounce)}.has-selections .selection-counter{opacity:1;scale:1}.counter-value{font-size:1.125rem;font-weight:700;line-height:1}.counter-label{font-size:.625rem;opacity:.85;margin-top:.125rem}.token{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #d4a5324d,inset 0 1px #fff3;animation:token-bounce-in .4s var(--transition-bounce) forwards;cursor:default;transition:transform .2s ease,box-shadow .2s ease}.token:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 12px #d4a53259,inset 0 1px #fff3}.token-text{white-space:nowrap}.token-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.token-remove:focus{outline:none}.token-remove{width:1.25rem;height:1.25rem;background:#fff3;border-radius:50%;cursor:pointer;transition:all .2s ease;margin-right:.25rem}.token-remove:before{content:"×";font-size:14px;line-height:1;color:inherit}.token-remove:hover{background:#ffffff59;transform:rotate(90deg) scale(1.1)}.token-exit{animation:token-exit .25s ease forwards}.search-section{margin-bottom:1rem}.search-box{position:relative;display:flex;align-items:center}.search-icon-wrapper{position:absolute;right:1rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#a5a5a5;pointer-events:none;transition:color .2s ease,transform .3s var(--transition-bounce)}.search-icon{width:1.25rem;height:1.25rem}.search-input{width:100%;padding:1rem 3.5rem 1rem 3rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background:#f8f5ef;border:2px solid transparent;border-radius:.75rem;transition:all .2s ease}@media (min-width: 768px){.search-input{font-size:1.125rem}}.search-input::placeholder{color:#a5a5a5}.search-input:focus{outline:none;border-color:#d4a532;background:#fff;box-shadow:0 0 0 4px #d4a5321a}.search-input:focus~.search-icon-wrapper{color:#d4a532;transform:scale(1.1)}.search-input:not(:placeholder-shown)~.search-clear{opacity:1;pointer-events:auto}.search-clear{position:absolute;left:.75rem;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-clear:focus{outline:none}.search-clear{width:2rem;height:2rem;color:#7a7a7a;border-radius:50%;opacity:0;pointer-events:none;transition:all .2s ease}.search-clear:hover{background:#f0ebe0;color:#1a1a1a}.ingredients-container{position:relative}.ingredients-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding:0 .25rem}.ingredients-label{font-size:.875rem;font-weight:600;color:#4a4a4a}.ingredients-count{font-size:.75rem;font-weight:500;color:#7a7a7a;background:#f0ebe0;padding:.25rem .5rem;border-radius:9999px}.ingredients-list{display:flex;flex-wrap:wrap;gap:.5rem;max-height:15rem;overflow-y:auto;padding:.5rem;margin:-.5rem;scrollbar-width:thin;scrollbar-color:#C5C0B5 #F0EBE0}.ingredients-list::-webkit-scrollbar{width:6px;height:6px}.ingredients-list::-webkit-scrollbar-track{background:#f0ebe0;border-radius:9999px}.ingredients-list::-webkit-scrollbar-thumb{background:#c5c0b5;border-radius:9999px}.ingredients-list::-webkit-scrollbar-thumb:hover{background:#afa898}@media (min-width: 768px){.ingredients-list{max-height:17.5rem}}.ingredient-chip{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ingredient-chip:focus{outline:none}.ingredient-chip{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8f5ef;border:1.5px solid #E5E0D5;border-radius:var(--chip-radius);font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s var(--transition-smooth);animation:chip-enter .4s var(--transition-smooth) backwards;animation-delay:var(--stagger-delay, 0ms)}.ingredient-chip:hover:not(.selected):not([aria-pressed=true]){border-color:#f7d55b;background:#fef9e7;transform:translateY(-2px);box-shadow:0 4px 12px #d4a5321a}.ingredient-chip:focus-visible{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53233}.ingredient-chip.selected,.ingredient-chip[aria-pressed=true]{background:linear-gradient(135deg,#d4a532,#b88a26);border-color:transparent;color:#fff;box-shadow:0 4px 12px #d4a53240;transform:scale(.98)}.ingredient-chip.selected .chip-indicator,.ingredient-chip[aria-pressed=true] .chip-indicator{opacity:1;transform:scale(1)}.ingredient-chip.hidden{display:none}.ingredient-chip .highlight{color:#c62828;font-weight:700;background:#c628281a;padding:0 .125rem;border-radius:.125rem}.chip-content{display:flex;align-items:center;gap:.25rem}.chip-name{white-space:nowrap}.chip-indicator{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;background:#ffffff40;border-radius:50%;opacity:0;transform:scale(.5);transition:all .2s var(--transition-bounce)}.chip-indicator svg{width:.75rem;height:.75rem}.ingredients-empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;text-align:center;animation:fade-in .3s ease}.empty-icon{color:#a5a5a5;margin-bottom:.5rem}.empty-text{font-size:.875rem;color:#7a7a7a}.selector-footer{padding:1rem 1.25rem 1.25rem;text-align:center;background:linear-gradient(to top,rgba(248,245,239,.5),transparent);border-radius:0 0 var(--selector-radius) var(--selector-radius)}.selector-hint{font-size:.75rem;color:#7a7a7a;margin-bottom:1rem}.selector-hint strong{color:#b88a26;font-weight:600}.search-button{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-button:focus{outline:none}.search-button{position:relative;width:100%;padding:1rem 1.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media (min-width: 768px){.search-button{font-size:1.25rem}}.search-button:disabled{cursor:not-allowed}.search-button:disabled .btn-bg{background:#f0ebe0}.search-button:disabled .btn-content{color:#a5a5a5}.search-button:not(:disabled) .btn-bg{background:linear-gradient(135deg,#d4a532,#c62828)}.search-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4a53259,0 4px 10px #c6282833}.search-button:not(:disabled):hover .btn-shimmer{animation:shimmer-slide .8s ease}.search-button:not(:disabled):active{transform:translateY(0);box-shadow:0 4px 15px #d4a5324d}.search-button:focus-visible{outline:none}.search-button:focus-visible:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:2px solid rgba(255,255,255,.5);border-radius:calc(.75rem - 3px);pointer-events:none}.btn-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transition:background .3s ease}.btn-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:color .3s ease}.btn-icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:#fff3;border-radius:50%;transition:transform .3s var(--transition-bounce)}.search-button:not(:disabled):hover .btn-icon{transform:translateY(-3px)}.btn-icon svg{width:1rem;height:1rem}.btn-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transform:translate(-100%);pointer-events:none}.search-results-container{--results-radius: 1.5rem;--results-card-radius: 1rem;--results-gap: 1rem;--results-padding: 2rem}.search-results-container{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:linear-gradient(180deg,#f8f5ef,#fff 15%,#fff 85%,#f8f5ef);overflow:hidden;animation:results-container-enter .6s var(--transition-smooth)}.results-bg-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.decor-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:blob-float 20s ease-in-out infinite}.decor-blob.decor-blob-1{width:25rem;height:25rem;background:linear-gradient(135deg,#fbe48f,#ef9a9a);top:-100px;left:-100px;animation-delay:0s}.decor-blob.decor-blob-2{width:18.75rem;height:18.75rem;background:linear-gradient(135deg,#dcedc8,#fdf0c3);bottom:-50px;right:-50px;animation-delay:-10s}.decor-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a574' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.results-inner{position:relative;z-index:1;max-width:75rem;margin:0 auto;padding:var(--results-padding);padding-top:3rem;padding-bottom:3rem;animation:results-inner-enter .5s var(--transition-smooth) .1s backwards}.results-header{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:var(--results-radius);box-shadow:0 4px 24px #d4a53214,0 1px 3px #0000000a,inset 0 1px #fff9;border:1px solid rgba(229,224,213,.5);animation:header-slide-in .5s var(--transition-smooth) .2s backwards}.results-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.results-title-group{display:flex;align-items:center;gap:.75rem}.results-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,#fdf0c3,#ffcdd2);border-radius:.75rem;color:#d4a532;flex-shrink:0}.results-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.25}@media (min-width: 768px){.results-title{font-size:1.5rem}}@media (min-width: 1024px){.results-title{font-size:1.875rem}}.reset-button{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reset-button:focus{outline:none}.reset-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f8f5ef;border:2px solid #E5E0D5;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;font-weight:600;color:#4a4a4a;cursor:pointer;transition:all .25s var(--transition-smooth);flex-shrink:0}.reset-button .reset-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s var(--transition-bounce)}.reset-button:hover{border-color:#d4a532;color:#d4a532;background:#fef9e7;transform:translateY(-2px);box-shadow:0 4px 12px #d4a53226}.reset-button:hover .reset-icon{transform:rotate(-180deg)}.reset-button:focus-visible{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53233}.reset-button:active{transform:translateY(0)}@media (max-width: 767px){.reset-button{padding:.5rem 1rem}.reset-button .reset-text{display:none}.reset-button .reset-icon{margin:0}}.results-header-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.selected-ingredients-display{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.badges-label{font-size:.875rem;font-weight:500;color:#7a7a7a;flex-shrink:0}.badges-list{display:flex;flex-wrap:wrap;gap:.5rem;max-width:100%}.result-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #d4a53240;animation:badge-pop .3s var(--transition-bounce) backwards;white-space:nowrap}.result-badge:nth-child(1){animation-delay:60ms}.result-badge:nth-child(2){animation-delay:.12s}.result-badge:nth-child(3){animation-delay:.18s}.result-badge:nth-child(4){animation-delay:.24s}.result-badge:nth-child(5){animation-delay:.3s}.result-badge:nth-child(6){animation-delay:.36s}.result-badge:nth-child(7){animation-delay:.42s}.result-badge:nth-child(8){animation-delay:.48s}.result-badge:nth-child(9){animation-delay:.54s}.result-badge:nth-child(10){animation-delay:.6s}.result-badge .badge-remove{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.result-badge .badge-remove:focus{outline:none}.result-badge .badge-remove{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;background:#fff3;border-radius:50%;cursor:pointer;transition:all .2s ease;margin-right:.25rem}.result-badge .badge-remove:before{content:"×";font-size:12px;line-height:1;color:inherit}.result-badge .badge-remove:hover{background:#ffffff59;transform:scale(1.1)}.results-count-wrapper{flex-shrink:0}.results-count-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#ffcdd2,#dcedc8);color:#8e0000;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid rgba(198,40,40,.2)}.results-count-badge .count-icon{display:flex;align-items:center;justify-content:center;color:#c62828}.results-count-badge .count-text{white-space:nowrap}.results-body{margin-bottom:1.5rem}.results-body .recipe-card-image{position:relative;aspect-ratio:4/3;overflow:hidden}.results-body .recipe-card-image img,.results-body .recipe-card-image .recipe-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.results-body .recipe-card{overflow:hidden}.results-grid{display:grid;grid-template-columns:1fr;gap:1rem;animation:grid-enter .5s var(--transition-smooth) .3s backwards}@media (min-width: 576px){.results-grid{grid-template-columns:repeat(2,1fr);gap:1.125rem}}@media (min-width: 768px){.results-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 1024px){.results-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width: 1280px){.results-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}@media (min-width: 1536px){.results-grid{grid-template-columns:repeat(5,1fr);gap:1.75rem}}.results-grid>.recipe-card{animation:card-enter .4s var(--transition-smooth) backwards}.results-grid>.recipe-card:nth-child(1){animation-delay:.35s}.results-grid>.recipe-card:nth-child(2){animation-delay:.4s}.results-grid>.recipe-card:nth-child(3){animation-delay:.45s}.results-grid>.recipe-card:nth-child(4){animation-delay:.5s}.results-grid>.recipe-card:nth-child(5){animation-delay:.55s}.results-grid>.recipe-card:nth-child(6){animation-delay:.6s}.results-grid>.recipe-card:nth-child(7){animation-delay:.65s}.results-grid>.recipe-card:nth-child(8){animation-delay:.7s}.results-grid>.recipe-card:nth-child(9){animation-delay:.75s}.results-grid>.recipe-card:nth-child(10){animation-delay:.8s}.results-grid>.recipe-card:nth-child(11){animation-delay:.85s}.results-grid>.recipe-card:nth-child(12){animation-delay:.9s}.results-loading{display:flex;flex-direction:column;align-items:center;padding:4rem 1rem;text-align:center}.loading-spinner{width:3rem;height:3rem;border:3px solid #F0EBE0;border-top-color:#d4a532;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-text{font-size:1rem;color:#7a7a7a;margin:0}.results-footer{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #E5E0D5;animation:footer-enter .5s var(--transition-smooth) .4s backwards}.pagination{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.pagination-link{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pagination-link:focus{outline:none}.pagination-link{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:.5rem .75rem;background:#fff;border:1.5px solid #E5E0D5;border-radius:.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;font-weight:500;color:#4a4a4a;cursor:pointer;transition:all .2s ease}.pagination-link:hover:not(.is-active):not(:disabled){border-color:#d4a532;color:#d4a532;background:#fef9e7;transform:translateY(-2px)}.pagination-link.is-active{background:linear-gradient(135deg,#d4a532,#b88a26);border-color:transparent;color:#fff;box-shadow:0 2px 8px #d4a53240}.pagination-link:disabled{opacity:.5;cursor:not-allowed}.pagination-link:focus-visible{outline:none;box-shadow:0 0 0 3px #d4a53233}.pagination-ellipsis{padding:0 .5rem;color:#7a7a7a}.load-more-button{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.load-more-button:focus{outline:none}.load-more-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;border:2px solid #D4A532;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;color:#d4a532;cursor:pointer;transition:all .25s var(--transition-smooth)}.load-more-button:hover{background:#d4a532;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #d4a53240}.load-more-button:focus-visible{outline:none;box-shadow:0 0 0 3px #d4a53233}.load-more-button .load-more-icon{transition:transform .3s var(--transition-bounce)}.load-more-button:hover .load-more-icon{transform:translateY(2px)}@keyframes results-container-enter{0%{opacity:0}to{opacity:1}}@keyframes results-inner-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes header-slide-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes grid-enter{0%{opacity:0}to{opacity:1}}@keyframes card-enter{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes footer-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blob-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-30px) scale(1.05)}50%{transform:translate(-10px,20px) scale(.95)}75%{transform:translate(-20px,-10px) scale(1.02)}}@media (max-width: 767px){.search-results-container{--results-padding: 1.25rem;--results-radius: 1.25rem}.results-inner{padding-top:2rem;padding-bottom:2rem}.results-header{padding:1rem;margin-bottom:1.5rem}.results-header-top{gap:.75rem}.results-icon{width:2.5rem;height:2.5rem}.results-icon svg{width:1.375rem;height:1.375rem}.results-title{font-size:1.125rem}.results-header-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.selected-ingredients-display{width:100%;flex-wrap:wrap}.badges-list{max-height:5rem;overflow-y:auto}.results-count-wrapper{width:100%}.results-count-badge{width:100%;justify-content:center}.results-footer{flex-direction:column;padding-top:1rem}.pagination{width:100%;justify-content:center}.pagination-link{min-width:2.25rem;height:2.25rem;font-size:.75rem}.load-more-button{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem}.results-grid .recipe-card .recipe-card-content{padding:.75rem}.results-grid .recipe-card .recipe-card-title{font-size:1rem}.results-grid .recipe-card .recipe-card-ingredients{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 767px) and (max-width: 399px){.results-grid{grid-template-columns:1fr!important}}@media (min-width: 576px){.search-results-container{--results-padding: 1.5rem}.results-inner{padding-top:2.5rem;padding-bottom:2.5rem}.results-grid .recipe-card .recipe-card-content{padding:.875rem}.results-grid .recipe-card .recipe-card-title{font-size:1rem}}@media (min-width: 768px){.search-results-container{--results-padding: 1.75rem}.results-header{padding:1.25rem}.results-header-meta{flex-direction:row;align-items:center}.selected-ingredients-display,.results-count-wrapper{width:auto}.results-count-badge{width:auto;justify-content:flex-start}.results-grid .recipe-card .recipe-card-content{padding:1rem}.results-grid .recipe-card .recipe-card-title{font-size:1.125rem}}@media (min-width: 1024px){.search-results-container{--results-padding: 2rem}.results-inner{padding-top:3rem;padding-bottom:3rem}.results-header{padding:1.5rem}.results-grid .recipe-card .recipe-card-content{padding:.875rem}.results-grid .recipe-card .recipe-card-title{font-size:1rem}.results-grid .recipe-card .recipe-card-ingredients{font-size:.75rem}}@media (min-width: 1280px){.search-results-container{--results-gap: 2rem}.results-inner{max-width:87.5rem}.results-grid .recipe-card .recipe-card-content{padding:.75rem}.results-grid .recipe-card .recipe-card-title{font-size:1rem}.results-grid .recipe-card .recipe-card-ingredients{font-size:.75rem}.results-grid .recipe-card .recipe-card-meta .meta-item{font-size:.625rem}}@media (min-width: 1536px){.results-inner{max-width:100rem}.results-grid .recipe-card .recipe-card-content{padding:.625rem}.results-grid .recipe-card .recipe-card-title{font-size:.875rem}.results-grid .recipe-card .recipe-card-ingredients{display:none}}@media (hover: none) and (pointer: coarse){.reset-button{min-height:2.75rem;min-width:2.75rem}.pagination-link{min-width:2.75rem;min-height:2.75rem}.load-more-button{min-height:3rem}.result-badge .badge-remove{width:1.5rem;height:1.5rem}}@media (prefers-reduced-motion: reduce){.search-results-container,.results-inner,.results-header,.results-grid,.results-grid>.recipe-card,.results-footer,.result-badge,.decor-blob,.loading-spinner{animation:none!important;animation-delay:0s!important}.reset-button:hover .reset-icon{transform:none}}.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}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem;animation:fade-in .4s ease}.empty-state .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.4;animation:empty-bounce 2s ease-in-out infinite}.empty-state .empty-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.empty-state .empty-description{font-size:1rem;color:#7a7a7a;max-width:25rem}.loader{width:3rem;height:3rem;border:3px solid #F0EBE0;border-top-color:#d4a532;border-radius:50%;animation:spin .8s linear infinite}@keyframes selector-entrance{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}}@keyframes decor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes chip-enter{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes token-bounce-in{0%{opacity:0;transform:scale(.5) translateY(-10px)}60%{transform:scale(1.1) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes token-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes shimmer-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes results-enter{0%{opacity:0}to{opacity:1}}@keyframes badge-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes empty-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 767px){.ingredient-selector{margin:0 .75rem;max-width:calc(100% - 1.5rem);--selector-radius: 1.25rem}.selector-header{padding:1.25rem 1rem .75rem}.header-icon{width:3.25rem;height:3.25rem}.header-icon svg{width:1.75rem;height:1.75rem}.selector-title{font-size:1.125rem}.selector-body{padding:0 .75rem .75rem}.selected-area{min-height:4.375rem;padding:.75rem}.search-input{padding:.75rem 3rem .75rem 2.75rem;font-size:1rem}.search-icon-wrapper{right:.75rem;width:2rem;height:2rem}.ingredients-list{max-height:12.5rem;gap:.375rem}.ingredient-chip{padding:.375rem .5rem;font-size:.875rem}.selector-footer{padding:.75rem .75rem 1rem}.search-button{padding:.75rem 1.25rem;font-size:1rem}.btn-icon{width:1.5rem;height:1.5rem}.decor-ring{display:none}.results-header{flex-direction:column;align-items:stretch}.reset-button{align-self:flex-start}}@media (min-width: 1024px){.selector-header{padding:2rem 1.5rem 1.25rem}.selector-body{padding:0 1.5rem 1.25rem}.selector-footer{padding:1.25rem 1.5rem 1.5rem}.ingredient-chip:hover:not(.selected):not([aria-pressed=true]) .chip-indicator{opacity:.5;transform:scale(.8)}}@media (prefers-reduced-motion: reduce){.ingredient-selector,.header-icon,.decor-ring,.ingredient-chip,.token,.search-button,.empty-state .empty-icon{animation:none!important}.ingredient-selector:before{animation:none}.ingredient-chip{animation-delay:0s!important}}.ingredient-category-tabs-wrapper{position:relative;margin-block-end:1rem;margin-inline:-.5rem;padding-inline:.5rem}.ingredient-category-tabs{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-block:.5rem;padding-inline:.25rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.ingredient-category-tabs::-webkit-scrollbar{display:none}.ingredient-category-tabs{scroll-snap-type:x mandatory;will-change:scroll-position;transform:translateZ(0);flex-direction:row}.category-tab{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.category-tab:focus{outline:none}.category-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;min-inline-size:3.75rem;auto-inline-size:auto;padding:.5rem .75rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 4px #0000000f;border:1.5px solid #E5E0D5;scroll-snap-align:start;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;will-change:background-color,border-color}.category-tab:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.category-tab:hover:not(.is-active){transform:translateY(-2px);box-shadow:0 3px 10px #0000001a;border-color:#f7d55b}.category-tab.is-active{background:var(--category-color, #D4A532);color:#fff;border-color:transparent;box-shadow:0 3px 12px #d4a53240}.category-tab__label{font-size:.875rem;font-weight:500;line-height:1.3;text-align:center;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-inline-size:5rem;-webkit-hyphens:auto;hyphens:auto}.category-tabs-scroll-hint{display:none;position:absolute;inset-block-end:-1.25rem;inset-inline-end:0;align-items:center;gap:.25rem;font-size:.625rem;color:#7a7a7a;animation:fadeInOut 2s ease-in-out infinite}.category-tabs-scroll-hint.is-visible{display:flex}.category-tab[data-category=vegetables]{--category-color: #4caf50}.category-tab[data-category=meat-poultry]{--category-color: #f44336}.category-tab[data-category=dairy]{--category-color: #2196f3}.category-tab[data-category=legumes]{--category-color: #795548}.category-tab[data-category=grains-flour]{--category-color: #ff9800}.category-tab[data-category=herbs]{--category-color: #8bc34a}.category-tab[data-category=spices]{--category-color: #ff5722}.category-tab[data-category=fruits-nuts]{--category-color: #9c27b0}.category-tab[data-category=oils-sauces]{--category-color: #ffc107}.category-tab[data-category=processed]{--category-color: #607d8b}@media (max-width: 767px){.category-tab{min-inline-size:3.125rem;padding:.375rem .5rem}.category-tab__label{font-size:.75rem;max-inline-size:4.0625rem}}@media (min-width: 768px){.category-tab{padding:.5rem 1rem}.category-tab__label{font-size:.875rem;max-inline-size:5.625rem}.ingredient-category-tabs{flex-wrap:wrap;overflow-x:visible;justify-content:center}.category-tabs-scroll-hint{display:none!important}}[dir=rtl] .category-tabs-scroll-hint{inset-inline-end:auto;inset-inline-start:0;flex-direction:row-reverse}@media (hover: none) and (pointer: coarse){.category-tab{min-block-size:2.5rem}.category-tab:active:not(.is-active){transform:scale(.95)}}.recipe-filters{display:flex;flex-direction:column;gap:.75rem;padding:1rem;margin-bottom:1rem;background:linear-gradient(135deg,#f8f5ef,#fef9e74d);border:1px solid #E5E0D5;border-radius:.75rem}.filter-label{font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;min-width:5rem;text-align:right}.filter-select-wrapper{position:relative;flex:1;min-width:0}.filter-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:500;color:#1a1a1a;background:#fff;border:2px solid #E5E0D5;border-radius:.5rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:all .2s ease;background-image:none;direction:rtl}.filter-select:hover{border-color:#f7d55b;background:#fef9e7}.filter-select:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53226}.filter-select option{padding:.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background:#fff}.filter-select-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#7a7a7a;transition:transform .2s ease}.filter-select:focus+.filter-select-icon{color:#d4a532}.filter-select-wrapper:hover .filter-select-icon{color:#b88a26}.results-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.results-count{font-size:.875rem;color:#7a7a7a;padding:.25rem .5rem;background:#f0ebe0;border-radius:9999px}@media (max-width: 767px){.recipe-filters{padding:.75rem;gap:.5rem}.filter-select{padding:.625rem 2rem .625rem .75rem;font-size:.875rem}.filter-label{font-size:.75rem;min-width:4.375rem}.filter-select-icon{right:.625rem}}@media (min-width: 768px){.recipe-filters{padding:1rem}.filter-select{padding:.75rem 2.5rem .75rem 1rem}}.comments-area{margin-top:2rem}.comments-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.comments-cta{margin-bottom:1.5rem;font-size:.875rem;color:#7a7a7a}.comments-cta a{color:#b88a26}.comment-list{margin-bottom:2rem}.comment-body{padding:1rem;background-color:#f8f5ef;border-radius:.5rem;margin-bottom:1rem;border:1px solid #F0EBE0;transition:border-color .15s cubic-bezier(0,0,.2,1)}.comment-body:hover{border-color:#e5e0d5}.comment-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.comment-author{display:flex;align-items:center;gap:.5rem}.comment-author .avatar{border-radius:50%}.comment-author .fn{font-weight:600;color:#1a1a1a}.comment-metadata{font-size:.75rem;color:#7a7a7a}.comment-metadata time{font-size:inherit}.comment-content{margin-bottom:.75rem}.comment-content p{margin-bottom:0;line-height:1.625}.comment-awaiting-moderation{font-style:italic;color:#f9a825;font-size:.875rem;padding:.5rem .75rem;background-color:#fff8e1;border-radius:.25rem}.comment-reactions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.reaction-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background-color:#fff;border:1px solid #E5E0D5;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.reaction-btn:hover{border-color:#d4a532;background-color:#d4a53214}.reaction-btn.active{border-color:#d4a532;background-color:#d4a5321a;color:#d4a532}.reaction-btn:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.reaction-btn .reaction-icon{font-size:14px}.reaction-btn .reaction-count{color:#7a7a7a}.reply .reply-link{font-size:.875rem;color:#b88a26;transition:color .15s cubic-bezier(0,0,.2,1)}.reply .reply-link:hover{color:#926a20}.children{margin-right:2rem;margin-top:1rem}@media (max-width: 767px){.children{margin-right:1rem}}.comment-respond{margin-top:2rem}.comment-reply-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.must-log-in{padding:1.5rem;background-color:#f8f5ef;border-radius:.5rem;text-align:center;color:#4a4a4a}.pagination{display:flex;justify-content:center;margin-top:2rem}.pagination-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}.pagination-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:44px;height:44px;padding:0 .75rem;font-size:.875rem;font-weight:500;color:#4a4a4a;background-color:#fff;border:2px solid #E5E0D5;border-radius:.5rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.pagination-link:hover:not(.current){background-color:#f8f5ef;border-color:#d4a532;color:#d4a532;transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.pagination-link.current{background:linear-gradient(135deg,#d4a532,#b88a26);border-color:#d4a532;color:#fff;cursor:default;font-weight:700;box-shadow:0 10px 40px -10px #d4a53259}.pagination-link.prev,.pagination-link.next{min-width:auto;padding:0 1.25rem;gap:.5rem}.pagination-link.prev svg,.pagination-link.next svg{width:16px;height:16px;flex-shrink:0}.pagination-link.prev:hover:not(.current) svg,.pagination-link.next:hover:not(.current) svg{animation:slideArrow .3s ease-out}.pagination-link.prev svg{transform:rotate(180deg)}.pagination-link:focus-visible{outline:2px solid #D4A532;outline-offset:2px}@keyframes slideArrow{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#a5a5a5;font-size:1.125rem;letter-spacing:2px}.nav-links{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.nav-previous a,.nav-next a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:#fff;border:2px solid #E5E0D5;border-radius:.5rem;color:#4a4a4a;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.nav-previous a:hover,.nav-next a:hover{background-color:#f8f5ef;border-color:#d4a532;color:#d4a532;transform:translateY(-2px)}.nav-next{margin-right:auto}.pagination-load-more{display:flex;justify-content:center;margin-top:2rem}.pagination-load-more .btn-load-more{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.pagination-load-more .btn-load-more:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.pagination-load-more .btn-load-more:disabled{opacity:.5;cursor:not-allowed}.pagination-load-more .btn-load-more{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff;border:2px solid #E5E0D5;color:#4a4a4a;padding:1rem 2rem;border-radius:.75rem;font-weight:600;transition:all .15s cubic-bezier(0,0,.2,1)}.pagination-load-more .btn-load-more:hover:not(:disabled){background:linear-gradient(135deg,#d4a532,#b88a26);border-color:#d4a532;color:#fff;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.pagination-load-more .btn-load-more.loading{pointer-events:none;opacity:.7}.pagination-load-more .btn-load-more .loading-spinner{width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.infinite-scroll-loader{display:flex;justify-content:center;padding:2rem 0}.infinite-scroll-loader .loader-spinner{width:40px;height:40px;border:3px solid #E5E0D5;border-top-color:#d4a532;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 767px){.pagination-links{gap:.25rem}.pagination-link{min-width:36px;height:36px;font-size:.75rem;padding:0 .5rem}.pagination-link.prev,.pagination-link.next{padding:0 .75rem}.pagination-ellipsis{width:36px;height:36px}}.ad-container{margin:1.5rem auto;text-align:center}.ad-container.ad-before-content{margin-bottom:2rem}.ad-container.ad-after-content{margin-top:2rem}.ad-container.ad-sidebar{margin-bottom:1.5rem}.ad-label{display:block;font-size:.75rem;color:#a5a5a5;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.ad-content{display:flex;justify-content:center;align-items:center;min-height:100px;background-color:#f0ebe0;border-radius:.5rem;border:1px dashed #E5E0D5}.ad-banner{width:100%;max-width:728px;margin:0 auto}.ad-rectangle{width:100%;max-width:336px;margin:0 auto}.ad-sidebar-widget{width:100%}.ads-widget{margin-bottom:1.5rem}.footer-ads{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.footer-ad-link{display:inline-block;padding:.5rem .75rem;background-color:#ffffff1a;border-radius:.25rem;color:#7a7a7a;font-size:.875rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.footer-ad-link:hover{background-color:#fff3;color:#fff}.sponsor-logos{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.sponsor-logo{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background-color:#ffffff1a;border-radius:.25rem;transition:all .15s cubic-bezier(0,0,.2,1)}.sponsor-logo:hover{background-color:#fff3}.sponsor-logo img{max-height:40px;width:auto}.sponsor-logo.text{font-size:.875rem;color:#7a7a7a}@media (max-width: 767px){.ad-banner{max-width:320px}.ad-container{margin:1rem auto}}.back-to-top{position:fixed;bottom:1.5rem;left:1rem;z-index:1020;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#d4a532,#c62828);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .2s cubic-bezier(0,0,.2,1),visibility .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}@media (min-width: 1024px){.back-to-top{bottom:2rem;left:2rem}}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 10px 40px -10px #d4a53259}.back-to-top:active{transform:translateY(-2px)}.back-to-top svg{width:24px;height:24px}body.menu-open{overflow:hidden}.bale-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1045;display:none;align-items:center;justify-content:center;padding:16px}.bale-popup.is-visible{display:flex}.bale-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bale-popup-content{position:relative;z-index:1;background:#fff;border-radius:20px;padding:40px 32px 32px;max-width:380px;width:100%;text-align:center;box-shadow:0 24px 48px #0003;animation:balePopupIn .4s ease-out}@keyframes balePopupIn{0%{opacity:0;transform:translateY(24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.bale-popup-close{position:absolute;top:12px;left:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border:none;border-radius:50%;font-size:20px;color:#926a20;cursor:pointer;transition:background .2s,transform .2s}.bale-popup-close:hover{background:#fdf0c3;transform:rotate(90deg)}.bale-popup-icon{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.bale-popup-icon svg{width:64px;height:64px}.bale-popup-icon img{border-radius:12px}.bale-popup-image{margin-bottom:16px}.bale-popup-image img{width:100%;border-radius:12px;max-height:200px;object-fit:contain}.bale-popup-title{font-size:1.2rem;font-weight:700;color:#6d4d19;margin:0 0 10px}.bale-popup-text{font-size:.9rem;color:#6b7280;margin:0 0 24px;line-height:1.7}.bale-popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;color:#fff;font-size:1rem;font-weight:700;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer}.bale-popup-btn:hover{transform:translateY(-2px);color:#fff}.bale-popup-btn--golden{background:linear-gradient(135deg,#d4a532,#b88a26);box-shadow:0 4px 16px #d4a53259}.bale-popup-btn--golden:hover{box-shadow:0 8px 24px #d4a53273}.bale-popup-btn--red{background:linear-gradient(135deg,#c62828,#b71c1c);box-shadow:0 4px 16px #c6282859}.bale-popup-btn--red:hover{box-shadow:0 8px 24px #c6282873}.bale-popup-btn--green{background:linear-gradient(135deg,#558b2f,#33691e);box-shadow:0 4px 16px #558b2f59}.bale-popup-btn--green:hover{box-shadow:0 8px 24px #558b2f73}.bale-popup-btn--blue{background:linear-gradient(135deg,#00897b,#00695c);box-shadow:0 4px 16px #00897b59}.bale-popup-btn--blue:hover{box-shadow:0 8px 24px #00897b73}.bale-popup-btn--outline{background:transparent;border:2px solid #D4A532;color:#d4a532;box-shadow:none}.bale-popup-btn--outline:hover{background:#d4a532;color:#fff;box-shadow:0 4px 16px #d4a53259}.app-promo-section{padding:3rem 0}@media (max-width: 768px){.app-promo-section{padding:2rem 0}}.app-promo-wrapper{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);border-radius:1.5rem;overflow:hidden}@media (max-width: 768px){.app-promo-wrapper{border-radius:1rem}}.promo-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.promo-bg .promo-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(61,220,132,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(61,220,132,.04) 1px,transparent 1px);background-size:50px 50px}.promo-bg .promo-glow{position:absolute;border-radius:50%}.promo-bg .promo-glow.promo-glow-1{top:-30%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(61,220,132,.12) 0%,transparent 70%)}.promo-bg .promo-glow.promo-glow-2{bottom:-20%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(212,165,50,.08) 0%,transparent 70%)}.promo-bg .promo-particles{position:absolute;top:0;right:0;bottom:0;left:0}.promo-bg .promo-particles .promo-particle{position:absolute;width:3px;height:3px;background:#3ddc8466;border-radius:50%;animation:float 5s ease-in-out infinite}.promo-bg .promo-particles .promo-particle:nth-child(1){top:15%;right:10%;animation-delay:0s}.promo-bg .promo-particles .promo-particle:nth-child(2){top:70%;right:25%;width:2px;height:2px;animation-delay:1.5s}.promo-bg .promo-particles .promo-particle:nth-child(3){top:30%;left:15%;width:4px;height:4px;animation-delay:.8s}.promo-bg .promo-particles .promo-particle:nth-child(4){top:80%;left:40%;width:2px;height:2px;animation-delay:2.5s}.promo-content{position:relative;z-index:1;padding:3rem 2rem;text-align:center}@media (max-width: 768px){.promo-content{padding:2rem 1rem}}.promo-new-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1.25rem;background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff;font-size:.875rem;font-weight:800;letter-spacing:.05em;border-radius:9999px;margin-bottom:1.5rem;box-shadow:0 4px 15px #3ddc8466;animation:pulse-scale 2s ease-in-out infinite}.promo-new-badge .badge-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.promo-app-icon{position:relative;display:inline-block;margin-bottom:1.5rem}.promo-app-icon .icon-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:2px solid rgba(61,220,132,.3);border-radius:1rem;animation:pulse-scale 3s ease-in-out infinite}.promo-app-icon img{width:72px;height:72px;border-radius:.75rem;box-shadow:0 8px 25px #0000004d;object-fit:cover}@media (max-width: 768px){.promo-app-icon img{width:64px;height:64px}}.promo-text{max-width:600px;margin:0 auto 1.5rem}.promo-text .promo-announcement{font-size:1.125rem;font-weight:500;color:#fffffff2;line-height:1.75;margin-bottom:1.25rem}@media (max-width: 768px){.promo-text .promo-announcement{font-size:1rem}}.promo-text .promo-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.promo-text .promo-divider .divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(61,220,132,.3),transparent)}.promo-text .promo-divider .divider-icon{color:#3ddc84;display:flex}.promo-text .promo-subtitle{font-size:1rem;color:#3ddc84cc;font-weight:500}.promo-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}@media (max-width: 576px){.promo-pills{gap:.375rem}}.promo-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#ffffff0f;border:1px solid rgba(61,220,132,.15);border-radius:9999px;font-size:.75rem;color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.promo-pill svg{color:#3ddc84;flex-shrink:0}@media (max-width: 576px){.promo-pill{font-size:.625rem;padding:.25rem .625rem}}.promo-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.promo-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}@media (max-width: 576px){.promo-btn{padding:.625rem 1rem;font-size:.75rem}}.promo-btn:hover{transform:translateY(-2px)}.promo-btn svg{flex-shrink:0}.promo-btn.promo-btn-primary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.promo-btn.promo-btn-primary:hover{background:#ffffff26;box-shadow:0 4px 15px #ffffff1a;color:#fff}.promo-btn.promo-btn-download{background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff;box-shadow:0 4px 15px #3ddc844d}.promo-btn.promo-btn-download:hover{box-shadow:0 8px 25px #3ddc8466;color:#fff}.user-media-section{margin-top:2rem;padding:1.5rem 0;border-top:1px solid #F0EBE0}.user-media-section .section-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.user-media-section .user-media-disclaimer{font-size:.75rem;color:#7a7a7a;margin-bottom:1rem}.user-media-carousel{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.75rem;scrollbar-width:none}.user-media-carousel::-webkit-scrollbar{display:none}.user-media-item{flex:0 0 auto;width:160px;scroll-snap-align:start;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.user-media-item img,.user-media-item video{width:100%;height:140px;object-fit:cover;display:block}.user-media-item video{background:#000}.user-media-item .user-media-meta{padding:.5rem}.user-media-item .user-media-meta .sender-name{display:block;font-size:.75rem;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-media-item .user-media-meta .media-date{font-size:.625rem;color:#7a7a7a}.btn-submit-media{display:block;width:100%;max-width:320px;margin:1rem auto 0;padding:.75rem 1.5rem;background:#d4a532;color:#fff;border:none;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.btn-submit-media:hover{background:#b88a26}.btn-submit-media:active{transform:scale(.98)}.btn-submit-media:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.user-media-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#0009;align-items:center;justify-content:center;padding:1rem}.user-media-modal.active{display:flex}.user-media-modal .user-media-modal-content{background:#fff;border-radius:1rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative;animation:cbp-modal-in .3s cubic-bezier(0,0,.2,1)}.user-media-modal .modal-close{position:absolute;top:.75rem;left:.75rem;width:32px;height:32px;border:none;background:#f0ebe0;border-radius:9999px;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a4a4a;transition:background .15s cubic-bezier(0,0,.2,1)}.user-media-modal .modal-close:hover{background:#e5e0d5}.user-media-modal .modal-close:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.user-media-modal .modal-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.user-media-modal .modal-instructions{font-size:.875rem;color:#4a4a4a;line-height:1.625;margin-bottom:1.25rem;padding:.75rem;background:#fef9e7;border-radius:.5rem}@keyframes cbp-modal-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-media-form .form-group{margin-bottom:1rem}.user-media-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.user-media-form .form-group input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid #E5E0D5;border-radius:.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;background:#fff;transition:border-color .15s cubic-bezier(0,0,.2,1)}.user-media-form .form-group input[type=text]:focus{outline:none;border-color:#d4a532}.user-media-form .form-group input[type=text]:focus-visible{outline:2px solid #D4A532;outline-offset:-2px}.user-media-form .file-group{margin-bottom:1rem}.user-media-form .file-group .file-label{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px dashed #E5E0D5;border-radius:.5rem;cursor:pointer;transition:border-color .15s cubic-bezier(0,0,.2,1);font-size:.875rem;color:#4a4a4a}.user-media-form .file-group .file-label:hover{border-color:#d4a532;color:#d4a532}.user-media-form .file-group input[type=file]{display:none}.user-media-form .file-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.user-media-form .file-preview .preview-thumb{width:60px;height:60px;border-radius:.375rem;object-fit:cover;border:1px solid #F0EBE0}.user-media-form .form-submit{width:100%;padding:.75rem;background:#d4a532;color:#fff;border:none;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.user-media-form .form-submit:hover{background:#b88a26}.user-media-form .form-submit:disabled{opacity:.6;cursor:not-allowed}.user-media-form .form-submit:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.user-media-form .upload-progress{width:100%;height:4px;background:#f0ebe0;border-radius:9999px;margin-top:.5rem;overflow:hidden;display:none}.user-media-form .upload-progress .progress-bar{height:100%;background:#d4a532;border-radius:9999px;transition:width .3s cubic-bezier(0,0,.2,1);width:0}.user-media-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.75rem 1.25rem;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;z-index:1080;animation:cbp-toast-in .3s cubic-bezier(0,0,.2,1);max-width:90vw;text-align:center}.user-media-toast.success{background:#2e7d32;color:#fff}.user-media-toast.error{background:#d32f2f;color:#fff}.recipe-correction-trigger{margin-top:1rem;padding-top:1rem;border-top:1px dashed #E5E0D5;text-align:center}.recipe-correction-trigger .btn-correction{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.recipe-correction-trigger .btn-correction:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.recipe-correction-trigger .btn-correction:disabled{opacity:.5;cursor:not-allowed}.recipe-correction-trigger .btn-correction{background-color:transparent;color:#1a1a1a}.recipe-correction-trigger .btn-correction:hover:not(:disabled){background-color:#f0ebe0}.recipe-correction-trigger .btn-correction{font-size:.875rem;color:#b88a26;gap:.5rem;border:1px solid #E5E0D5;border-radius:.75rem;padding:.625rem 1.25rem}.recipe-correction-trigger .btn-correction svg{width:18px;height:18px}.recipe-correction-trigger .btn-correction:hover{background:#fef9e7;border-color:#f7d55b}.recipe-contributors{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem;margin-top:.75rem;font-size:.75rem;color:#7a7a7a}.recipe-contributors svg{width:14px;height:14px;color:#ef5350}.recipe-contributors .contributors-label{font-weight:500;color:#4a4a4a}.recipe-contributors .contributors-names{color:#4a4a4a}.correction-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#0000008c;align-items:flex-end;justify-content:center}.correction-modal.active{display:flex}@media (min-width: 768px){.correction-modal{align-items:center}}.correction-modal .correction-modal-content{background:#fff;border-radius:1rem 1rem 0 0;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;padding:1.5rem;position:relative;animation:cbp-slide-up .3s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.correction-modal .correction-modal-content{border-radius:1rem;animation:cbp-modal-in .3s cubic-bezier(0,0,.2,1)}}.correction-modal .modal-close{position:absolute;top:.75rem;left:.75rem;width:32px;height:32px;border:none;background:#f0ebe0;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a4a4a;font-size:1.125rem;transition:background .15s cubic-bezier(0,0,.2,1)}.correction-modal .modal-close:hover{background:#e5e0d5}.correction-modal .modal-close:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.correction-modal .modal-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;padding-left:2.5rem}.correction-modal .modal-description{font-size:.875rem;color:#4a4a4a;line-height:1.625;margin-bottom:1.25rem;padding:.75rem 1rem;background:#fef9e7;border-radius:.5rem;border:1px solid #FDF0C3}.correction-form .form-group{margin-bottom:1rem}.correction-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.correction-form .form-group input[type=text]{width:100%;padding:.75rem 1rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:2px solid #E5E0D5;border-radius:.5rem;transition:border-color .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}.correction-form .form-group input[type=text]::placeholder{color:#a5a5a5}.correction-form .form-group input[type=text]:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53226}.correction-form .form-group input[type=text]:disabled{background-color:#f0ebe0;cursor:not-allowed}.correction-form .form-group textarea{width:100%;padding:.75rem 1rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:2px solid #E5E0D5;border-radius:.5rem;transition:border-color .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}.correction-form .form-group textarea::placeholder{color:#a5a5a5}.correction-form .form-group textarea:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a53226}.correction-form .form-group textarea:disabled{background-color:#f0ebe0;cursor:not-allowed}.correction-form .form-group textarea{min-height:200px;resize:vertical;line-height:1.625}@media (min-width: 768px){.correction-form .form-group textarea{min-height:280px}}.correction-form .textarea-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.correction-form .textarea-header label{margin-bottom:0}.correction-form .btn-clear-text{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;color:#d32f2f;background:none;border:1px solid #FFEBEE;border-radius:.375rem;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.correction-form .btn-clear-text svg{width:14px;height:14px}.correction-form .btn-clear-text:hover{background:#ffebee}.correction-form .textarea-hint{display:block;font-size:.75rem;color:#7a7a7a;margin-bottom:.375rem;padding-right:.25rem;border-right:2px solid #FBE48F}.correction-form .form-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.correction-form .form-submit{width:100%;padding:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.correction-form .form-submit:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.correction-form .form-submit:disabled{opacity:.5;cursor:not-allowed}.correction-form .form-submit{background-color:#d4a532;color:#fff}.correction-form .form-submit:hover:not(:disabled){background-color:#b88a26;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.correction-form .form-submit:active:not(:disabled){transform:translateY(0)}.correction-form .form-submit{border-radius:.75rem;font-size:1rem}.correction-form .form-submit:disabled{opacity:.6;cursor:not-allowed}.correction-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.75rem 1.25rem;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;z-index:1080;animation:cbp-toast-in .3s cubic-bezier(0,0,.2,1);max-width:90vw;text-align:center;direction:rtl}.correction-toast.success{background:#2e7d32;color:#fff}.correction-toast.error{background:#d32f2f;color:#fff}.correction-toast.warning{background:#f9a825;color:#1a1a1a}@keyframes cbp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes cbp-modal-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes cbp-toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.site-header{position:sticky;top:0;z-index:1020;transition:all .2s cubic-bezier(0,0,.2,1)}.header-inner{position:relative;background:linear-gradient(180deg,#2a2a2a,#222)}.header-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}.header-accent-line{height:3px;background:linear-gradient(90deg,#d4a532,#c62828,#558b2f 66%,#00897b);background-size:200% 100%;animation:gradient-slide 4s linear infinite}@keyframes gradient-slide{0%{background-position:0% 50%}to{background-position:200% 50%}}.header-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.header-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.header-container{max-width:1400px}}.header-container{display:flex;align-items:center;justify-content:space-between;position:relative;padding-top:.75rem;padding-bottom:.75rem}@media (min-width: 768px){.header-container{padding-top:1rem;padding-bottom:1rem}}.site-header.scrolled .header-inner{background:#2a2a2af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #00000026,0 0 0 1px #ffffff0d}.site-header.scrolled .header-accent-line{height:2px}.site-header.header-hidden{transform:translateY(-100%)}.site-branding{flex-shrink:0;z-index:2}.site-branding .custom-logo-link{display:flex;align-items:center;text-decoration:none}.site-branding .custom-logo{max-height:44px;width:auto;height:auto;object-fit:contain}@media (min-width: 768px){.site-branding .custom-logo{max-height:52px}}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.site-logo:hover{transform:scale(1.05)}.site-logo:hover .site-title-text{color:#d4a532}.logo-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px}@media (min-width: 768px){.logo-icon-wrapper{width:52px;height:52px}}.logo-img{width:100%;height:100%;max-width:44px;max-height:44px;object-fit:contain}@media (min-width: 768px){.logo-img{max-width:52px;max-height:52px}}.site-title-text{font-size:1.125rem;font-weight:700;color:#fff;white-space:nowrap;letter-spacing:-.025em;transition:color .15s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.site-title-text{font-size:1.25rem}}.main-navigation{flex:1;display:flex;justify-content:flex-end}@media (max-width: 767px){.main-navigation.header-nav-right{display:none}}.nav-menu{display:flex;align-items:center;gap:.5rem;list-style:none;flex-direction:row;margin:0;padding:0}.nav-menu .menu-item{position:relative}.nav-menu .menu-item a{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;color:#ffffffe6;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:.75rem;transition:all .2s cubic-bezier(0,0,.2,1);position:relative;overflow:hidden;letter-spacing:-.025em}@media (min-width: 768px){.nav-menu .menu-item a{font-size:1rem;padding:.75rem 1.25rem}}@media (min-width: 1024px){.nav-menu .menu-item a{padding:.875rem 1.5rem}}.nav-menu .menu-item a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d4a53226,#c628281a,#558b2f14);border-radius:inherit;opacity:0;transform:scale(.95);transition:all .2s cubic-bezier(0,0,.2,1)}.nav-menu .menu-item a:after{content:"";position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);transition:right .5s ease}.nav-menu .menu-item a:hover{color:#fff;transform:translateY(-2px);text-shadow:0 2px 8px rgba(212,165,50,.3)}.nav-menu .menu-item a:hover:before{opacity:1;transform:scale(1)}.nav-menu .menu-item a:hover:after{right:100%}.nav-menu .menu-item a:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.nav-menu .menu-item.current-menu-item a,.nav-menu .menu-item.current-menu-parent a{color:#fff;font-weight:600;background:linear-gradient(135deg,#d4a53240,#c6282826);box-shadow:0 4px 12px #d4a53233,inset 0 1px #ffffff1a}.nav-menu .menu-item.current-menu-item a:before,.nav-menu .menu-item.current-menu-parent a:before{opacity:1;transform:scale(1)}.nav-menu .menu-item.current-menu-item a .nav-indicator,.nav-menu .menu-item.current-menu-parent a .nav-indicator{position:absolute;bottom:4px;right:50%;transform:translate(-50%);width:20px;height:3px;background:linear-gradient(90deg,#d4a532,#c62828);border-radius:9999px;animation:pulse-glow 2s ease-in-out infinite}.nav-menu .menu-item:not(.current-menu-item):not(.current-menu-parent) a:hover{box-shadow:0 4px 16px #d4a53226,0 2px 8px #0000001a}@keyframes pulse-glow{0%,to{box-shadow:0 0 4px #d4a53266}50%{box-shadow:0 0 8px #d4a53299}}.header-actions{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:flex-end}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.menu-toggle{display:flex}}.menu-toggle:hover{background:#ffffff1a;border-color:#d4a5324d;transform:scale(1.05)}.menu-toggle:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.menu-toggle .menu-icon-bar{display:block;width:20px;height:2px;background-color:#fff;border-radius:9999px;transition:all .15s cubic-bezier(0,0,.2,1);transform-origin:center}.menu-toggle[aria-expanded=true]{background:#d4a5321a;border-color:#d4a5324d}.menu-toggle[aria-expanded=true] .menu-icon-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-icon-bar:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle[aria-expanded=true] .menu-icon-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#2a2a2afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(0,0,.2,1)}.header-menu-overlay.open{opacity:1;visibility:visible}.header-menu-overlay.open .menu-overlay-content{transform:translateY(0);opacity:1}.header-menu-overlay.open .overlay-menu li{opacity:1;transform:translate(0)}.header-menu-overlay.open .overlay-menu li:nth-child(1){transition-delay:.05s}.header-menu-overlay.open .overlay-menu li:nth-child(2){transition-delay:.1s}.header-menu-overlay.open .overlay-menu li:nth-child(3){transition-delay:.15s}.header-menu-overlay.open .overlay-menu li:nth-child(4){transition-delay:.2s}.header-menu-overlay.open .overlay-menu li:nth-child(5){transition-delay:.25s}.header-menu-overlay.open .overlay-menu li:nth-child(6){transition-delay:.3s}.header-menu-overlay.open .overlay-menu li:nth-child(7){transition-delay:.35s}.header-menu-overlay.open .overlay-menu li:nth-child(8){transition-delay:.4s}.header-menu-overlay.open .overlay-menu li:nth-child(9){transition-delay:.45s}.header-menu-overlay.open .overlay-menu li:nth-child(10){transition-delay:.5s}.menu-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:2rem;transform:translateY(-20px);opacity:0;transition:all .3s cubic-bezier(0,0,.2,1)}.menu-overlay-close{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#fff;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.menu-overlay-close:hover{background:#c6282833;border-color:#c628284d;transform:rotate(90deg)}.overlay-navigation{width:100%;max-width:600px}.overlay-menu{display:flex;flex-direction:column;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.overlay-menu li{opacity:0;transform:translate(20px);transition:all .2s cubic-bezier(0,0,.2,1)}.overlay-menu li a{display:block;padding:1rem 1.5rem;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;border-radius:.75rem;transition:all .15s cubic-bezier(0,0,.2,1)}@media (min-width: 1024px){.overlay-menu li a{font-size:1.875rem}}.overlay-menu li a:hover{color:#d4a532;background:#d4a5321a;transform:scale(1.05)}.overlay-menu .current-menu-item a{color:#d4a532}.overlay-menu .current-menu-item a:before{content:"";display:inline-block;width:8px;height:8px;margin-left:.75rem;background:#d4a532;border-radius:9999px}.hero-section{position:relative;padding:4rem 1rem;text-align:center;overflow:hidden;background:linear-gradient(135deg,#d4a532,#c62828,#558b2f);background-size:200% 200%;animation:gradient-shift 8s ease infinite}@media (min-width: 768px){.hero-section{padding:5rem 1rem}}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%);pointer-events:none}.hero-section:after{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.hero-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.hero-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.hero-container{max-width:1400px}}.hero-container{max-width:600px;position:relative;z-index:1}.hero-title{font-size:1.875rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fade-in-up .6s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{font-size:1.125rem;font-weight:500;color:#ffffffe6;margin-bottom:2rem;animation:fade-in-up .6s cubic-bezier(0,0,.2,1) .1s both}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}@media (max-width: 767px){.hero-section{padding:3rem 1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);z-index:10}@media (max-width: 767px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle:hover{background:#ffffff1a;border-color:#d4a5324d}.mobile-menu-toggle:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.mobile-menu-toggle .hamburger-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:20px}.mobile-menu-toggle .hamburger-line{display:block;width:20px;height:2px;background-color:#fff;border-radius:9999px;transition:all .15s cubic-bezier(0,0,.2,1);transform-origin:center}.mobile-menu-toggle[aria-expanded=true]{background:#d4a5321a;border-color:#d4a5324d}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-slide-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;visibility:hidden;pointer-events:none}.mobile-slide-menu.open{visibility:visible;pointer-events:auto}.mobile-slide-menu.open .mobile-menu-backdrop{opacity:1}.mobile-slide-menu.open .mobile-menu-panel{transform:translate(0)}.mobile-slide-menu.open .mobile-nav-list li{opacity:1;transform:translate(0)}.mobile-slide-menu.open .mobile-nav-list li:nth-child(1){transition-delay:.15s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(2){transition-delay:.2s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(3){transition-delay:.25s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(4){transition-delay:.3s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(5){transition-delay:.35s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(6){transition-delay:.4s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(7){transition-delay:.45s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(8){transition-delay:.5s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(9){transition-delay:.55s}.mobile-slide-menu.open .mobile-nav-list li:nth-child(10){transition-delay:.6s}.mobile-slide-menu.open .mobile-menu-social{opacity:1;transform:translateY(0);transition-delay:.3s}.mobile-menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a2a2ab3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1)}.mobile-menu-panel{position:absolute;top:0;left:0;bottom:0;width:85%;max-width:320px;background:linear-gradient(180deg,#2a2a2a,#252525);box-shadow:-8px 0 32px #0000004d;transform:translate(100%);transition:transform .3s cubic-bezier(0,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-menu-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.mobile-menu-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .15s cubic-bezier(0,0,.2,1)}.mobile-menu-logo:hover{transform:scale(1.02)}.mobile-menu-logo img{width:40px;height:40px;object-fit:contain}.mobile-menu-brand{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.025em}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#fff;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.mobile-menu-close:hover{background:#c6282833;border-color:#c628284d;transform:rotate(90deg)}.mobile-menu-close svg{width:20px;height:20px}.mobile-menu-nav{flex:1;padding:1rem .75rem;position:relative;z-index:1}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-list li{opacity:0;transform:translate(20px);transition:all .2s cubic-bezier(0,0,.2,1)}.mobile-nav-list li a{display:flex;align-items:center;padding:1rem;color:#ffffffe6;font-size:1.125rem;font-weight:500;text-decoration:none;border-radius:.5rem;transition:all .15s cubic-bezier(0,0,.2,1);position:relative;overflow:hidden}.mobile-nav-list li a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d4a53226,#c628281a);border-radius:inherit;opacity:0;transform:scale(.95);transition:all .15s cubic-bezier(0,0,.2,1)}.mobile-nav-list li a:hover{color:#fff;transform:translate(-4px)}.mobile-nav-list li a:hover:before{opacity:1;transform:scale(1)}.mobile-nav-list li a:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.mobile-nav-list li.current-menu-item a,.mobile-nav-list li.current-menu-parent a{color:#d4a532;font-weight:600;background:#d4a5321a}.mobile-nav-list li.current-menu-item a:after,.mobile-nav-list li.current-menu-parent a:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg,#d4a532,#c62828);border-radius:0 9999px 9999px 0}.mobile-nav-list li .sub-menu{list-style:none;padding-right:1rem;margin-top:.25rem}.mobile-nav-list li .sub-menu li a{font-size:1rem;font-weight:400;padding:.75rem 1rem;color:#ffffffbf}.mobile-nav-list li .sub-menu li a:hover{color:#fff}.mobile-menu-social{padding:1.25rem;border-top:1px solid rgba(255,255,255,.08);opacity:0;transform:translateY(10px);transition:all .2s cubic-bezier(0,0,.2,1);position:relative;z-index:1}.mobile-social-label{display:block;font-size:.75rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem}.mobile-social-links{display:flex;gap:.75rem}.mobile-social-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.mobile-social-btn:hover{background:#d4a53226;border-color:#d4a5324d;transform:translateY(-2px)}.mobile-social-btn.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.mobile-social-btn.telegram:hover{background:#08c3;border-color:#08c6}.mobile-social-btn.aparat:hover{background:#ed145b33;border-color:#ed145b66}.mobile-social-btn svg{width:20px;height:20px}.header-app-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3ddc841f;border:1px solid rgba(61,220,132,.25);border-radius:.5rem;color:#3ddc84;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);position:relative;flex-shrink:0}@media (max-width: 767px){.header-app-btn{display:none}}.header-app-btn:hover{background:#3ddc8433;border-color:#3ddc8466;transform:translateY(-2px);box-shadow:0 4px 12px #3ddc8440;color:#3ddc84}.header-app-btn:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);padding:.25rem .75rem;background:#2a2a2a;color:#fff;font-size:.75rem;white-space:nowrap;border-radius:.375rem;opacity:0;visibility:hidden;transition:all .15s cubic-bezier(0,0,.2,1);pointer-events:none;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.header-app-btn:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mobile-menu-app-link{padding:.75rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.mobile-menu-app-link a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.mobile-app-page-link{color:#ffffffe6;font-size:1rem;font-weight:500;background:#ffffff08}.mobile-app-page-link .link-arrow{margin-right:auto;opacity:.4;transition:all .15s cubic-bezier(0,0,.2,1)}.mobile-app-page-link:hover{background:#d4a5321a;color:#fff}.mobile-app-page-link:hover .link-arrow{opacity:.8;transform:translate(-4px)}.mobile-app-download-link{color:#3ddc84;font-size:.875rem;font-weight:600;background:#3ddc8414;border:1px solid rgba(61,220,132,.15);margin-top:.5rem}.mobile-app-download-link:hover{background:#3ddc8426;border-color:#3ddc844d;box-shadow:0 4px 12px #3ddc8426}.hero{position:relative;min-height:100svh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-color:#281c08}@media (min-width: 768px){.hero{min-height:100vh}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 100% 80% at 50% -20%,rgba(212,165,50,.35) 0%,rgba(198,40,40,.15) 40%,transparent 70%),radial-gradient(ellipse 60% 60% at 80% 80%,rgba(85,139,47,.2) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 10% 90%,rgba(198,40,40,.15) 0%,transparent 50%)}.hero-content{position:relative;z-index:1;width:100%;max-width:960px;margin:0 auto;padding:clamp(2rem,10vh,4rem) clamp(1rem,4vw,2rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1rem,4vh,1.5rem)}.hero-content.hero-content--expanded{max-width:1200px}@media (min-width: 768px){.hero-content.hero-content--expanded{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.hero-content.hero-content--expanded{max-width:1400px}}.hero-filters{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 768px){.hero-filters{padding:1.25rem;gap:1.25rem}}.filter-group{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 576px){.filter-group{flex-direction:row;align-items:center;gap:.75rem}}.filter-label{font-size:.875rem;font-weight:600;color:#2a2a2ae6;white-space:nowrap;min-width:5rem;text-align:right}@media (min-width: 576px){.filter-label{text-align:inherit}}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;direction:rtl}.filter-chip{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filter-chip:focus{outline:none}.filter-chip{padding:.375rem .75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffd9;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-chip:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-1px)}.filter-chip:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.filter-chip.is-active{background:linear-gradient(135deg,#d4a532,#c62828);color:#fff;border-color:transparent;box-shadow:0 2px 8px #d4a5324d}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:9999px}.eyebrow-dot{width:8px;height:8px;background:#d4a532;border-radius:50%}.eyebrow-text{font-size:.75rem;font-weight:500;color:#ffffffd9;letter-spacing:.025em}@media (min-width: 768px){.eyebrow-text{font-size:.875rem}}.hero-headline{margin:0;line-height:1.2}.headline-line{display:block;font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;color:#fff}@media (min-width: 768px){.headline-line{font-size:clamp(1.875rem,5vw,3rem)}}.headline-highlight{display:block;margin-top:.5rem;font-size:clamp(1.875rem,7vw,3rem);font-weight:800;background:linear-gradient(135deg,#fbe48f,#fff,#fdf0c3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 768px){.headline-highlight{font-size:clamp(2.25rem,7vw,3.75rem)}}.hero-tagline{margin:0;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:500;color:#ffffffd9}@media (min-width: 768px){.hero-tagline{font-size:1.5rem}}.hero-selector-wrapper{width:100%;max-width:560px;margin-top:.5rem}.hero-selector-wrapper.hero-selector-wrapper--expanded{max-width:700px}.hero-selector-wrapper.hero-selector-wrapper--expanded .ingredient-selector{max-width:100%}.hero-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:1rem}@media (max-width: 767px){.hero-trust{display:none}}@media (min-width: 768px){.hero-trust{gap:1.5rem;padding:1.25rem 2rem}}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.trust-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#fff;line-height:1.2}.trust-label{font-size:.625rem;color:#ffffffb3;letter-spacing:-.025em}@media (min-width: 768px){.trust-label{font-size:.75rem}}.trust-divider{display:none;width:1px;height:40px;background:#fff3}@media (min-width: 768px){.trust-divider{display:block}}@media (max-width: 767px){.hero{padding-bottom:80px}.hero-content{padding-top:clamp(2.5rem,12vh,4rem)}.hero-filters{padding:.75rem}.filter-chips{gap:.375rem}.filter-chip{padding:.25rem .5rem;font-size:.75rem}.filter-label{font-size:.75rem;min-width:4.375rem}}.site-footer{position:relative;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#a5a5a5;margin-top:auto;overflow:hidden}.site-footer .footer-wave{position:absolute;top:0;left:0;right:0;height:60px;color:#fdfbf7;transform:translateY(-99%)}.site-footer .footer-wave svg{width:100%;height:100%;display:block}@media (min-width: 1024px){.site-footer .footer-wave{height:80px}}.footer-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.footer-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.footer-container{max-width:1400px}}.footer-container{padding-top:2.5rem;padding-bottom:1.5rem;position:relative;z-index:1}.footer-branding{text-align:center;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:inline-block;margin-bottom:1rem;transition:transform .2s cubic-bezier(0,0,.2,1)}.footer-logo:hover{transform:scale(1.05)}.footer-logo img{width:56px;height:56px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.footer-tagline{font-size:1rem;color:#fffc;margin-bottom:1.25rem;max-width:320px;margin-left:auto;margin-right:auto}.footer-social{display:flex;justify-content:center;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#ffffff1a;border-radius:50%;color:#fff;transition:all .2s cubic-bezier(0,0,.2,1);position:relative;overflow:hidden}.social-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d4a532,#c62828);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1)}.social-btn svg{position:relative;z-index:1;width:20px;height:20px}.social-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d4a5324d}.social-btn:hover:before{opacity:1}.social-btn.instagram:hover:before{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-btn.telegram:hover:before{background:#08c}.social-btn.whatsapp:hover:before{background:#25d366}.social-btn.aparat:hover:before{background:#ed1c24}.social-btn.app-download{background-color:#3ddc841f;border:1px solid rgba(61,220,132,.25)}.social-btn.app-download svg{color:#3ddc84}.social-btn.app-download:hover:before{background:linear-gradient(135deg,#3ddc84,#2eaf6b);opacity:1}.social-btn.app-download:hover svg{color:#fff}.footer-columns{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media (min-width: 768px){.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-columns{grid-template-columns:repeat(3,1fr);gap:2.5rem;justify-content:center;max-width:900px;margin-left:auto;margin-right:auto}}@media (max-width: 767px){.footer-column:first-child{display:none}}.footer-column h4.footer-title{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;position:relative}.footer-column h4.footer-title .title-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#d4a532,#c62828);border-radius:.5rem;padding:.25rem}.footer-column h4.footer-title .title-icon svg{width:18px;height:18px;color:#fff}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin-bottom:.75rem}.footer-menu a{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb3;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);font-size:.875rem}.footer-menu a:before{content:"";width:6px;height:6px;background:#d4a532;border-radius:50%;opacity:0;transition:opacity .15s cubic-bezier(0,0,.2,1)}.footer-menu a:hover{color:#d4a532;padding-right:.5rem}.footer-menu a:hover:before{opacity:1}.footer-menu:not(:has(li)):before{content:attr(data-fallback);color:#ffffff80;font-size:.875rem}.footer-comments .footer-comment{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-comments .footer-comment:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.footer-comments .comment-post-title{display:block;font-weight:600;color:#fff;margin-bottom:.25rem;font-size:.875rem;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.footer-comments .comment-post-title:hover{color:#d4a532}.footer-comments .comment-excerpt{font-size:.75rem;color:#fff9;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.footer-comments .no-comments{font-size:.875rem;color:#ffffff80;margin:0}.footer-stats{display:flex;flex-wrap:wrap;gap:1rem}.stat-item{flex:1;min-width:80px;text-align:center;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);transition:all .2s cubic-bezier(0,0,.2,1)}.stat-item:hover{background:#ffffff1a;transform:translateY(-2px)}.stat-item .stat-value{display:block;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#d4a532,#f7d55b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.stat-item .stat-label{font-size:.75rem;color:#fff9}.footer-links-list{list-style:none;margin:0;padding:0}.footer-links-list li{margin-bottom:.5rem}.footer-links-list a{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb3;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);font-size:.875rem}.footer-links-list a:before{content:"←";opacity:0;transform:translate(-.25rem);transition:all .15s cubic-bezier(0,0,.2,1)}.footer-links-list a:hover{color:#d4a532}.footer-links-list a:hover:before{opacity:1;transform:translate(0)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.copyright{font-size:.875rem;color:#fff9;margin-bottom:.5rem}.made-with{font-size:.75rem;color:#fff6;margin-bottom:0}@media (max-width: 767px){.footer-branding{padding-bottom:1.5rem;margin-bottom:1.5rem}.footer-columns{gap:1.5rem;margin-bottom:2rem}.footer-column h4.footer-title{font-size:1rem}.stat-item .stat-value{font-size:1.25rem}}@media (min-width: 1024px){.widget-area{width:320px;flex-shrink:0}}@media (max-width: 767px){.sidebar{margin-top:2rem}}@media (min-width: 1024px){.sidebar{position:sticky;top:calc(1rem + 80px);align-self:start}}.sidebar-widget{background-color:#fff;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #F0EBE0}.sidebar-widget .widget-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.sidebar-widget .widget-title:after{content:"";position:absolute;bottom:0;right:0;width:40px;height:3px;background:linear-gradient(90deg,#d4a532,#c62828);border-radius:9999px}.sidebar-widget .widget-content{font-size:.875rem}.categories-widget .categories-list{display:flex;flex-wrap:wrap;gap:.5rem}.categories-widget .category-link{display:inline-block;padding:.5rem .75rem;background-color:#f8f5ef;border-radius:.375rem;color:#4a4a4a;font-size:.875rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.categories-widget .category-link:hover{background-color:#d4a532;color:#fff}.popular-widget .popular-list{display:flex;flex-direction:column;gap:.75rem}.popular-widget .popular-item{display:flex;align-items:center;gap:.75rem}.popular-widget .popular-thumb{flex-shrink:0}.popular-widget .popular-thumb img{width:64px;height:64px;object-fit:cover;border-radius:.375rem}.popular-widget .popular-title{font-size:.875rem;color:#4a4a4a;text-decoration:none;line-height:1.5;font-weight:500}.popular-widget .popular-title:hover{color:#d4a532}.popular-widget .popular-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.links-widget .sidebar-links-list{list-style:none;margin:0;padding:0}.links-widget .sidebar-links-list li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #F0EBE0}.links-widget .sidebar-links-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.links-widget .sidebar-links-list a{display:flex;align-items:center;gap:.5rem;color:#4a4a4a;text-decoration:none;font-size:.875rem;transition:all .15s cubic-bezier(0,0,.2,1)}.links-widget .sidebar-links-list a:before{content:"←";opacity:0;transform:translate(-.25rem);transition:all .15s cubic-bezier(0,0,.2,1);color:#d4a532}.links-widget .sidebar-links-list a:hover{color:#d4a532}.links-widget .sidebar-links-list a:hover:before{opacity:1;transform:translate(0)}.page-layout{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.page-layout{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.page-layout{max-width:1400px}}.page-layout{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;padding-bottom:2rem}@media (min-width: 1024px){.page-layout{flex-direction:row;gap:2rem}}.page-main{flex:1;min-width:0}.page-article{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}@media (min-width: 768px){.page-article{padding:2rem}}.page-header{margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.25}@media (min-width: 768px){.page-title{font-size:1.875rem}}.page-body{font-size:1rem;line-height:1.75;color:#4a4a4a}.page-body h2,.page-body h3,.page-body h4{color:#1a1a1a;margin-top:1.5rem;margin-bottom:1rem}.page-body h2{font-size:1.25rem;font-weight:700}.page-body h3{font-size:1.125rem;font-weight:600}.page-body p{margin-bottom:1rem}.page-body p:last-child{margin-bottom:0}.page-body ul,.page-body ol{margin-bottom:1rem;padding-right:1.5rem}.page-body ul li,.page-body ol li{margin-bottom:.5rem}.page-body img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.page-body a{color:#d4a532;text-decoration:none}.page-body a:hover{text-decoration:underline}.single-main{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.single-main{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.single-main{max-width:1400px}}.single-main{padding-top:1.5rem;padding-bottom:2.5rem}.single-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.single-layout{flex-direction:row;gap:2.5rem}}.single-layout .single-content{flex:1;min-width:0}@media (min-width: 1024px){.single-layout .widget-area{width:320px;flex-shrink:0}}.recipe-article,.article-content{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.breadcrumbs{margin-bottom:1.5rem;padding:.75rem 1rem;background-color:#f8f5ef;border-radius:.5rem}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs-list li{margin:0;display:flex;align-items:center;font-size:.875rem;color:#7a7a7a}.breadcrumbs-list li:after{content:"›";margin-right:.5rem;color:#a5a5a5}.breadcrumbs-list li:last-child:after{display:none}.breadcrumbs-list li.current{color:#1a1a1a;font-weight:500}.breadcrumbs-list a{color:#4a4a4a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.breadcrumbs-list a:hover{color:#d4a532}.breadcrumbs-list a svg{width:16px;height:16px;vertical-align:middle;margin-left:.25rem}.breadcrumbs-list span{color:#4a4a4a}.recipe-header{margin-bottom:2rem}.recipe-title{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.25}@media (min-width: 768px){.recipe-title{font-size:1.875rem}}@media (min-width: 1024px){.recipe-title{font-size:2.25rem}}.recipe-meta-bar{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:0}@media (min-width: 768px){.recipe-meta-bar{gap:1.25rem}}.meta-scroll-container{position:relative;width:100%}.meta-scroll-container:before,.meta-scroll-container:after{content:"";position:absolute;top:0;bottom:0;width:24px;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.meta-scroll-container:before,.meta-scroll-container:after{display:none}}.meta-scroll-container:before{right:0;background:linear-gradient(to left,#F8F5EF,transparent)}.meta-scroll-container:after{left:0;background:linear-gradient(to right,#F8F5EF,transparent)}.meta-scroll-container.has-scroll-left:after{opacity:1}.meta-scroll-container.has-scroll-right:before{opacity:1}.meta-items{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.75rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.meta-items::-webkit-scrollbar{display:none}@media (min-width: 768px){.meta-items{flex-wrap:wrap;overflow-x:visible;justify-content:flex-start;gap:1rem;padding:1rem;background-color:#f8f5ef;border-radius:1rem}}@media (min-width: 1024px){.meta-items{gap:1.25rem}}.meta-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(145deg,#fff,#fffffff2);border-radius:.75rem;box-shadow:0 1px 2px #0000000d;flex-shrink:0;scroll-snap-align:start;cursor:default;position:relative;transition:all .2s cubic-bezier(0,0,.2,1);border:1px solid transparent}@media (min-width: 768px){.meta-item{flex-shrink:1;min-width:0}}.meta-item:hover{background:linear-gradient(145deg,#fff,#f8f5ef);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;transform:translateY(-2px);border-color:#d4a53226}.meta-item:hover .meta-icon-wrapper{transform:scale(1.08)}.meta-item:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.meta-item[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-4px);padding:.25rem .5rem;background-color:#2a2a2a;color:#fff;font-size:.625rem;white-space:nowrap;border-radius:.25rem;opacity:0;visibility:hidden;transition:all .15s cubic-bezier(0,0,.2,1);pointer-events:none;z-index:10}.meta-item[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(-8px)}.meta-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.5rem;background:linear-gradient(135deg,#d4a5321a,#d4a5320d);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.meta-icon-wrapper .meta-icon{color:#d4a532;transition:color .15s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.meta-icon-wrapper{width:48px;height:48px}}.meta-content{display:flex;flex-direction:column;min-width:0}.meta-value{font-size:1rem;font-weight:700;color:#1a1a1a;line-height:1.25;white-space:nowrap}@media (min-width: 768px){.meta-value{font-size:1.125rem}}.meta-label{font-size:.75rem;color:#7a7a7a;line-height:1.25;margin-top:2px}.meta-difficulty.difficulty-easy .meta-icon-wrapper{background:linear-gradient(135deg,#558b2f26,#558b2f0d)}.meta-difficulty.difficulty-easy .meta-icon{color:#558b2f}.meta-difficulty.difficulty-easy .meta-value{color:#33691e}.meta-difficulty.difficulty-medium .meta-icon-wrapper{background:linear-gradient(135deg,#f9a82533,#f9a8250d)}.meta-difficulty.difficulty-medium .meta-icon{color:#f9a825}.meta-difficulty.difficulty-medium .meta-value{color:#cc8006}.meta-difficulty.difficulty-hard .meta-icon-wrapper{background:linear-gradient(135deg,#c6282826,#c628280d)}.meta-difficulty.difficulty-hard .meta-icon{color:#c62828}.meta-difficulty.difficulty-hard .meta-value{color:#b71c1c}.meta-views .meta-icon-wrapper{background:linear-gradient(135deg,#00897b26,#00897b0d)}.meta-views .meta-icon{color:#00897b}.nutrition-section{background:linear-gradient(145deg,#f8f5ef,#f0ebe04d);border-radius:1rem;padding:1rem;border:1px solid #F0EBE0}@media (min-width: 768px){.nutrition-section{padding:1.25rem}}.nutrition-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #F0EBE0;font-size:.875rem;font-weight:600;color:#4a4a4a}.nutrition-header svg{color:#d4a532}@media (min-width: 768px){.nutrition-header{font-size:1rem;margin-bottom:1.25rem}}.nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 576px){.nutrition-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.nutrition-grid{grid-template-columns:repeat(5,1fr);gap:1rem}}.nutrition-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem;background:#fff;border-radius:.75rem;transition:all .2s cubic-bezier(0,0,.2,1);position:relative;overflow:hidden}.nutrition-item:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;border-radius:9999px;transition:width .2s cubic-bezier(0,0,.2,1)}.nutrition-item:hover{transform:translateY(-2px);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.nutrition-item:hover:before{width:60px}.nutrition-item:hover .nutrition-icon{transform:scale(1.1)}@media (min-width: 768px){.nutrition-item{padding:1rem}}.nutrition-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;margin-bottom:.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}@media (min-width: 768px){.nutrition-icon{width:40px;height:40px}}.nutrition-content{display:flex;flex-direction:column;align-items:center}.nutrition-value{font-size:1rem;font-weight:700;color:#1a1a1a;line-height:1.25}@media (min-width: 768px){.nutrition-value{font-size:1.125rem}}.nutrition-unit{font-size:.75rem;color:#7a7a7a;margin-top:2px}.nutrition-calories:before{background:linear-gradient(90deg,#c62828,#ef5350)}.nutrition-calories .nutrition-icon{background:#c628281a;color:#c62828}.nutrition-calories .nutrition-value{color:#b71c1c}.nutrition-fat:before{background:linear-gradient(90deg,#f9a825,#e59006)}.nutrition-fat .nutrition-icon{background:#f9a82526;color:#e59006}.nutrition-fat .nutrition-value{color:#cc8006}.nutrition-protein:before{background:linear-gradient(90deg,#d4a532,#f2c336)}.nutrition-protein .nutrition-icon{background:#d4a5321a;color:#d4a532}.nutrition-protein .nutrition-value{color:#b88a26}.nutrition-carbs:before{background:linear-gradient(90deg,#00897b,#26a69a)}.nutrition-carbs .nutrition-icon{background:#00897b1a;color:#00897b}.nutrition-carbs .nutrition-value{color:#00796b}.nutrition-fiber:before{background:linear-gradient(90deg,#558b2f,#8bc34a)}.nutrition-fiber .nutrition-icon{background:#558b2f1a;color:#558b2f}.nutrition-fiber .nutrition-value{color:#33691e}.meta-items .meta-item{animation:fade-in-up .4s cubic-bezier(0,0,.2,1) both}.meta-items .meta-item:nth-child(1){animation-delay:50ms}.meta-items .meta-item:nth-child(2){animation-delay:.1s}.meta-items .meta-item:nth-child(3){animation-delay:.15s}.meta-items .meta-item:nth-child(4){animation-delay:.2s}.meta-items .meta-item:nth-child(5){animation-delay:.25s}.meta-items .meta-item:nth-child(6){animation-delay:.3s}.meta-items .meta-item:nth-child(7){animation-delay:.35s}.meta-items .meta-item:nth-child(8){animation-delay:.4s}.nutrition-grid .nutrition-item{animation:fade-in-up .4s cubic-bezier(0,0,.2,1) both}.nutrition-grid .nutrition-item:nth-child(1){animation-delay:.26s}.nutrition-grid .nutrition-item:nth-child(2){animation-delay:.32s}.nutrition-grid .nutrition-item:nth-child(3){animation-delay:.38s}.nutrition-grid .nutrition-item:nth-child(4){animation-delay:.44s}.nutrition-grid .nutrition-item:nth-child(5){animation-delay:.5s}@media (max-width: 767px){.recipe-meta-bar{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1rem;padding-right:1rem}.meta-item{min-height:60px}.nutrition-grid{grid-template-columns:repeat(2,1fr)}.meta-item[data-tooltip]:after{display:none}}@media (prefers-reduced-motion: reduce){.meta-item,.nutrition-item{animation:none}.meta-icon-wrapper,.nutrition-icon{transition:none}}@media print{.meta-scroll-container{overflow:visible}.meta-items{overflow:visible;flex-wrap:wrap}.meta-item,.nutrition-item{break-inside:avoid}}.recipe-actions{display:flex;gap:.5rem}.recipe-image{margin-bottom:2rem;border-radius:1rem;overflow:hidden;position:relative}.recipe-img{width:100%;height:auto;display:block}.image-category{position:absolute;bottom:1rem;right:1rem;padding:.5rem 1rem;background:linear-gradient(135deg,#c62828,#b71c1c);color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.recipe-content{margin-bottom:2.5rem}.recipe-details{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.recipe-details{grid-template-columns:340px 1fr;gap:2.5rem}}.recipe-details.single-column{grid-template-columns:1fr}@media (min-width: 1024px){.recipe-details.single-column{grid-template-columns:1fr}}@media (min-width: 1024px){.recipe-ingredients{position:sticky;top:calc(1rem + 80px);align-self:start}}.ingredients-card{background-color:#f8f5ef;border-radius:.75rem;padding:1.25rem;border:1px solid #F0EBE0}.section-heading{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:#1a1a1a}.section-heading svg{color:#d4a532}.ingredients-list{list-style:none;margin:0;padding:0}.ingredients-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F0EBE0}.ingredients-list li:last-child{border-bottom:none}.ingredients-list .ingredient-bullet{width:8px;height:8px;background:linear-gradient(135deg,#d4a532,#c62828);border-radius:50%;flex-shrink:0;margin-top:6px}.ingredients-list .ingredient-link{color:#4a4a4a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.ingredients-list .ingredient-link:hover{color:#d4a532}.ingredients-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #F0EBE0}.ingredients-count{font-size:.875rem;color:#7a7a7a;margin:0}.recipe-ingredient-cards{margin-top:1rem;padding-top:1rem;border-top:1px solid #F0EBE0}.recipe-ingredient-cards .subsection-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#4a4a4a;margin-bottom:.75rem}.recipe-ingredient-cards .subsection-title svg{color:#d4a532;flex-shrink:0}.time-breakdown{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.time-item{display:flex;flex-direction:column;align-items:center;padding:.75rem;background-color:#fff;border-radius:.5rem;text-align:center}.time-item .time-label{font-size:.75rem;color:#7a7a7a}.time-item .time-value{font-size:1rem;font-weight:600;color:#1a1a1a}.recipe-instructions.article-content{max-width:100%}.article-body{font-size:1rem;line-height:1.75;color:#4a4a4a}.article-body h2,.article-body h3,.article-body h4{color:#1a1a1a;margin-top:1.5rem;margin-bottom:1rem}.article-body h2{font-size:1.25rem;font-weight:700}.article-body h3{font-size:1.125rem;font-weight:600}.article-body h4{font-size:1rem;font-weight:600}.article-body p{margin-bottom:1rem}.article-body p:last-child{margin-bottom:0}.article-body ul,.article-body ol{margin-bottom:1rem;padding-right:1.5rem}.article-body ul li,.article-body ol li{margin-bottom:.5rem}.article-body ul li{list-style:disc}.article-body ol li{list-style:decimal}.article-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-right:4px solid #D4A532;background-color:#f8f5ef;border-radius:.5rem;font-style:italic;color:#4a4a4a}.article-body img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.article-body a{color:#d4a532;text-decoration:none}.article-body a:hover{text-decoration:underline}.instructions-list{list-style:none;counter-reset:instruction;margin:0;padding:0}.instruction-item{display:flex;gap:1.25rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #F0EBE0;position:relative}.instruction-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.instruction-item:before{content:"";position:absolute;right:15px;top:48px;bottom:0;width:2px;background:linear-gradient(to bottom,#D4A532,transparent)}.instruction-item:last-child:before{display:none}.instruction-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#d4a532,#c62828);color:#fff;font-size:.875rem;font-weight:700;border-radius:50%;flex-shrink:0;box-shadow:0 10px 40px -10px #d4a53259}.instruction-content{flex:1;font-size:1rem;line-height:1.75;color:#4a4a4a;padding-top:.25rem}.instruction-content p{margin:0 0 1rem}.instruction-content p:last-child{margin-bottom:0}.recipe-taxonomies{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #F0EBE0;display:flex;flex-wrap:wrap;gap:1.5rem}.taxonomy-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.taxonomy-item .taxonomy-label{font-weight:500;color:#4a4a4a;white-space:nowrap}.taxonomy-item .taxonomy-links{display:flex;flex-wrap:wrap;gap:.5rem}.taxonomy-item .taxonomy-link{color:#d4a532;text-decoration:none;padding:.25rem .5rem;background-color:#fef9e7;border-radius:.25rem;transition:background-color .15s cubic-bezier(0,0,.2,1),color .15s cubic-bezier(0,0,.2,1)}.taxonomy-item .taxonomy-link:hover{background-color:#d4a532;color:#fff}.share-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:flex;align-items:center;justify-content:center;background:#2a2a2a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s cubic-bezier(0,0,.2,1),visibility .2s cubic-bezier(0,0,.2,1)}.share-sheet[aria-hidden=false]{opacity:1;visibility:visible}.share-sheet[aria-hidden=false] .share-sheet-content{transform:scale(1)}.share-sheet-content{background:#fff;border-radius:1rem;padding:1.5rem;max-width:400px;width:90%;position:relative;transform:scale(.95);transition:transform .2s cubic-bezier(0,0,.2,1)}.share-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;text-align:center}.share-buttons{display:flex;flex-direction:column;gap:.75rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.share-btn:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.share-btn:disabled{opacity:.5;cursor:not-allowed}.share-btn{justify-content:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;transition:all .15s cubic-bezier(0,0,.2,1)}.share-btn.whatsapp{background-color:#25d366;color:#fff}.share-btn.whatsapp:hover{background-color:#128c7e}.share-btn.telegram{background-color:#08c;color:#fff}.share-btn.telegram:hover{background-color:#005f8f}.share-btn.copy{background-color:#f8f5ef;color:#1a1a1a}.share-btn.copy:hover{background-color:#f0ebe0}.share-btn svg{flex-shrink:0}.share-close{position:absolute;top:1rem;left:1rem;background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.share-close:focus{outline:none}.share-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#7a7a7a;border-radius:50%;transition:background-color .15s cubic-bezier(0,0,.2,1),color .15s cubic-bezier(0,0,.2,1)}.share-close:hover{background-color:#f8f5ef;color:#1a1a1a}.related-recipes{margin-top:3rem;padding-top:2rem}.related-recipes .section-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;position:relative}.related-recipes .section-title:after{content:"";position:absolute;bottom:-.5rem;right:0;width:60px;height:3px;background:linear-gradient(90deg,#d4a532,#c62828);border-radius:9999px}.related-recipes .recipes-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 576px){.related-recipes .recipes-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.related-recipes .recipes-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1280px){.related-recipes .recipes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.recipe-title{font-size:1.25rem}.recipe-actions{justify-content:center}.instruction-item{gap:1rem}}.archive-layout{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.archive-layout{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1280px){.archive-layout{max-width:1400px}}.archive-layout{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;padding-bottom:2rem}@media (min-width: 1024px){.archive-layout{flex-direction:row;gap:2rem}}.archive-content{flex:1;min-width:0}.breadcrumbs{margin-bottom:1rem;padding:.5rem 0}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.875rem}.breadcrumbs-item{display:flex;align-items:center;gap:.5rem}.breadcrumbs-item:not(:last-child):after{content:"/";color:#a5a5a5;font-size:.75rem}.breadcrumbs-link{color:#7a7a7a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.breadcrumbs-link:hover,.breadcrumbs-link:focus{color:#d4a532}.breadcrumbs-text{color:#1a1a1a;font-weight:500}.breadcrumbs-current .breadcrumbs-text{color:#d4a532}.archive-header,.taxonomy-header,.search-header{margin-bottom:1.5rem;position:relative}.archive-header.has-image,.taxonomy-header.has-image,.search-header.has-image{border-radius:1rem;overflow:hidden;margin-bottom:2rem}.archive-header-image{position:relative;aspect-ratio:16/9;max-height:300px;overflow:hidden}.archive-header-image img{width:100%;height:100%;object-fit:cover}@media (min-width: 768px){.archive-header-image{aspect-ratio:21/9;max-height:400px}}.archive-header-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(42,42,42,.9) 0%,rgba(42,42,42,.5) 50%,transparent 100%)}.archive-header-content{padding:1.5rem;text-align:center}.has-image .archive-header-content{position:absolute;bottom:0;left:0;right:0;color:#fff;padding:2rem}.archive-title,.taxonomy-title,.search-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.has-image .archive-title,.has-image .taxonomy-title,.has-image .search-title{color:#fff;text-shadow:0 2px 8px rgba(42,42,42,.3)}@media (min-width: 768px){.archive-title,.taxonomy-title,.search-title{font-size:1.875rem}}@media (min-width: 1024px){.archive-title,.taxonomy-title,.search-title{font-size:2.25rem}}.archive-description,.taxonomy-description{font-size:1rem;color:#7a7a7a;max-width:600px;margin:0 auto .75rem;line-height:1.625}.has-image .archive-description,.has-image .taxonomy-description{color:#ffffffe6}.archive-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.875rem;color:#7a7a7a}.has-image .archive-meta{color:#fffc}.archive-count{display:inline-flex;align-items:center;gap:.5rem}.archive-count svg{opacity:.7}.archive-pagination-info{display:inline-flex;align-items:center}.archive-pagination-info:before{content:"|";margin-left:.5rem;opacity:.3}.search-query{color:#d4a532;font-weight:600}.archive-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;margin-bottom:1.5rem;background-color:#f8f5ef;border-radius:.75rem;border:1px solid #F0EBE0}.archive-toolbar-summary{font-size:.875rem;color:#4a4a4a}.archive-toolbar-summary .results-start,.archive-toolbar-summary .results-end,.archive-toolbar-summary .results-total{font-weight:600;color:#1a1a1a}.archive-toolbar-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.archive-toolbar-group{display:flex;align-items:center;gap:.5rem}.archive-toolbar-label{font-size:.875rem;color:#7a7a7a;white-space:nowrap}.archive-select{padding:.5rem .75rem .5rem 2rem;font-size:.875rem;border:1px solid #E5E0D5;border-radius:.5rem;background-color:#fff;color:#1a1a1a;cursor:pointer;transition:border-color .15s cubic-bezier(0,0,.2,1)}.archive-select:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 3px #d4a5321a}.view-toggle{display:flex;background-color:#f0ebe0;border-radius:.5rem;padding:2px}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:.375rem;color:#7a7a7a;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.view-toggle-btn:hover{color:#1a1a1a}.view-toggle-btn.active{background-color:#fff;color:#d4a532;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.view-toggle-btn svg{width:16px;height:16px}.taxonomy-tabs{margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.taxonomy-tabs::-webkit-scrollbar{height:4px}.taxonomy-tabs::-webkit-scrollbar-track{background:#f0ebe0;border-radius:9999px}.taxonomy-tabs::-webkit-scrollbar-thumb{background:#c5c0b5;border-radius:9999px}.taxonomy-tabs-list{display:flex;gap:.5rem;padding:.25rem;background-color:#f8f5ef;border-radius:.75rem;min-width:max-content}.taxonomy-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;text-decoration:none;color:#4a4a4a;font-size:.875rem;font-weight:500;border-radius:.5rem;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.taxonomy-tab:hover{color:#1a1a1a;background-color:#d4a5320d}.taxonomy-tab.active{background-color:#d4a532;color:#fff;box-shadow:0 10px 40px -10px #d4a53259}.taxonomy-tab.active .tab-count{background-color:#fff3;color:inherit}.tab-count{padding:.125rem .5rem;font-size:.625rem;background-color:#f0ebe0;border-radius:9999px;color:#7a7a7a}.child-categories{margin-bottom:2rem}.child-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 576px){.child-categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.child-categories-grid{grid-template-columns:repeat(4,1fr)}}.child-category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;background-color:#f8f5ef;border-radius:.75rem;border:1px solid #F0EBE0;transition:all .15s cubic-bezier(0,0,.2,1)}.child-category-card:hover{background-color:#fff;border-color:#d4a532;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;transform:translateY(-2px)}.child-category-name{font-size:.875rem;font-weight:600;color:#1a1a1a;text-align:center}.child-category-count{font-size:.75rem;color:#7a7a7a}.related-ingredients{margin-bottom:1.5rem;padding:1rem;background-color:#f8f5ef;border-radius:.75rem}.related-ingredients-title{font-size:.875rem;font-weight:600;color:#4a4a4a;margin-bottom:.75rem}.related-ingredients-list{display:flex;flex-wrap:wrap;gap:.5rem}.ingredient-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;text-decoration:none;color:#4a4a4a;background-color:#fff;border:1px solid #E5E0D5;border-radius:9999px;transition:all .15s cubic-bezier(0,0,.2,1)}.ingredient-tag:hover{border-color:#d4a532;color:#d4a532;background-color:#d4a5320d}.ingredient-tag .tag-count{font-size:.625rem;color:#a5a5a5}.ingredient-page-link{display:inline-flex;align-items:center;font-size:.875rem;color:#d4a532;text-decoration:none;margin-right:.75rem;transition:color .15s cubic-bezier(0,0,.2,1)}.ingredient-page-link:hover{text-decoration:underline}.empty-archive{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.empty-archive-content{max-width:480px}.empty-archive-icon{margin-bottom:1.5rem;color:#a5a5a5}.empty-archive-icon svg{width:120px;height:120px;opacity:.3}.empty-archive-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}@media (min-width: 768px){.empty-archive-title{font-size:1.5rem}}.empty-archive-description{font-size:1rem;color:#7a7a7a;line-height:1.625;margin-bottom:1.5rem}.empty-archive-search{margin-bottom:2rem;width:100%}.empty-archive-search .search-input-wrapper{position:relative;display:flex;max-width:400px;margin:0 auto}.empty-archive-search .search-input{flex:1;padding:.75rem 1rem .75rem 3rem;font-size:1rem;border:2px solid #E5E0D5;border-radius:.75rem;background-color:#fff;transition:border-color .15s cubic-bezier(0,0,.2,1)}.empty-archive-search .search-input:focus{outline:none;border-color:#d4a532}.empty-archive-search .search-submit{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;border-radius:.5rem;cursor:pointer;transition:transform .15s cubic-bezier(0,0,.2,1)}.empty-archive-search .search-submit:hover{transform:translateY(-50%) scale(1.05)}.empty-archive-suggestions{margin-bottom:1.5rem}.suggestions-title,.tags-title{font-size:.875rem;font-weight:600;color:#4a4a4a;margin-bottom:.75rem}.suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 576px){.suggestions-grid{grid-template-columns:repeat(4,1fr)}}.suggestion-card{display:flex;flex-direction:column;padding:.75rem;text-decoration:none;background-color:#f8f5ef;border-radius:.5rem;border:1px solid #F0EBE0;transition:all .15s cubic-bezier(0,0,.2,1)}.suggestion-card:hover{background-color:#fff;border-color:#d4a532;transform:translateY(-2px)}.suggestion-name{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.suggestion-count{font-size:.75rem;color:#7a7a7a}.empty-archive-tags{margin-bottom:1.5rem}.tags-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.tag-link{padding:.5rem .75rem;font-size:.875rem;text-decoration:none;color:#4a4a4a;background-color:#f8f5ef;border-radius:9999px;transition:all .15s cubic-bezier(0,0,.2,1)}.tag-link:hover{background-color:#d4a532;color:#fff}.empty-archive-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}@media (max-width: 767px){.archive-toolbar{flex-direction:column;align-items:stretch}.archive-toolbar-summary{text-align:center;order:1}.archive-toolbar-controls{justify-content:center;order:2}.taxonomy-tabs-list{padding:.5rem}.taxonomy-tab{padding:.5rem .75rem;font-size:.75rem}}.categories-section{background-color:#fff}@media (max-width: 767px){.categories-section .section-container{padding-right:0;padding-left:0}}@media (max-width: 767px){.categories-section .section-title{padding-right:1rem;padding-left:1rem}}.categories-grid-enhanced{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}@media (min-width: 576px){.categories-grid-enhanced{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}}@media (min-width: 768px){.categories-grid-enhanced{grid-template-columns:repeat(6,1fr);gap:1rem}}@media (min-width: 1024px){.categories-grid-enhanced{grid-template-columns:repeat(6,1fr);gap:1.25rem}}@media (max-width: 767px){.categories-grid-enhanced{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;padding:0 1rem .5rem}.categories-grid-enhanced::-webkit-scrollbar{display:none}}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .75rem;background:#f8f5ef;border-radius:.75rem;text-decoration:none;transition:all .2s cubic-bezier(0,0,.2,1);position:relative;overflow:hidden;border:2px solid transparent}@media (max-width: 767px){.category-card{min-width:90px;max-width:100px;scroll-snap-align:start;flex-shrink:0}}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d4a532,#c62828);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1);z-index:0}.category-card:after{content:"";position:absolute;top:-20px;left:-20px;width:60px;height:60px;background:radial-gradient(circle,rgba(212,165,50,.1) 0%,transparent 70%);opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1)}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border-color:transparent}.category-card:hover:before{opacity:1}.category-card:hover:after{opacity:1}.category-card:hover .category-icon{transform:scale(1.15);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.category-card:hover .category-name{color:#fff}.category-card:hover .category-count{background:#ffffff40;color:#fff}.category-card:active{transform:translateY(-2px)}.category-card:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.category-icon{font-size:2rem;line-height:1;margin-bottom:.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}@media (min-width: 768px){.category-icon{font-size:2.25rem}}@media (min-width: 1024px){.category-icon{font-size:2.5rem}}.category-name{font-size:.875rem;font-weight:600;color:#1a1a1a;line-height:1.3;margin-bottom:.5rem;transition:color .15s cubic-bezier(0,0,.2,1);position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 767px){.category-name{font-size:.75rem}}.category-count{font-size:.625rem;font-weight:500;color:#7a7a7a;background:#f0ebe0;padding:.25rem .5rem;border-radius:9999px;transition:all .15s cubic-bezier(0,0,.2,1);position:relative;z-index:1}@media (max-width: 767px){.category-count{display:none}}.categories-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width: 767px){.categories-grid{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding:0 1rem .5rem;justify-content:flex-start}.categories-grid::-webkit-scrollbar{display:none}}@media (min-width: 768px){.categories-grid{gap:1rem}}.category-tag{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;color:#4a4a4a;background-color:#f8f5ef;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}@media (max-width: 767px){.category-tag{padding:.5rem 1rem;font-size:.875rem;scroll-snap-align:start;flex-shrink:0}}.category-tag:hover{background:linear-gradient(135deg,#d4a532,#b78d26);color:#fff;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.category-tag:active{transform:translateY(0)}.category-tag:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.random-section{background:linear-gradient(135deg,#558b2f,#1b5e20);color:#fff;position:relative;overflow:hidden}.random-section:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.random-section .section-title{color:#fff}.random-section .section-title:after{background-color:#fff}.random-recipe{background-color:#fff;border-radius:1rem;color:#1a1a1a;box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff0d;overflow:hidden;position:relative}.random-loading{text-align:center;padding:3rem}.random-loading .loader{border-color:#f0ebe0;border-top-color:#558b2f}.random-loading p{margin-top:1rem;color:#7a7a7a;margin-bottom:0}.random-content{display:grid;grid-template-columns:1fr;gap:0}@media (min-width: 768px){.random-content{grid-template-columns:280px 1fr;gap:0}}@media (min-width: 1024px){.random-content{grid-template-columns:320px 1fr}}.random-image-wrapper{position:relative;overflow:hidden}@media (max-width: 767px){.random-image-wrapper{aspect-ratio:16/10}}@media (min-width: 768px){.random-image-wrapper{height:100%;min-height:320px}}@media (min-width: 1024px){.random-image-wrapper{min-height:380px}}.random-image-link{display:block;width:100%;height:100%;position:relative}.random-image-link:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.random-image{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(0,0,.2,1)}.random-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(42,42,42,.8) 0%,rgba(42,42,42,.4) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1)}.random-image-link:hover .random-image-overlay,.random-image-link:focus .random-image-overlay{opacity:1}@media (min-width: 768px){.random-image-overlay{background:linear-gradient(to left,rgba(42,42,42,.9) 0%,rgba(42,42,42,.5) 50%,transparent 100%);align-items:center;justify-content:flex-end;opacity:1;padding:2rem}}.view-recipe-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#d4a532,#c62828);color:#fff;font-weight:600;font-size:.875rem;border-radius:.5rem;transform:translateY(10px);transition:transform .2s cubic-bezier(0,0,.2,1)}.random-image-link:hover .view-recipe-btn,.random-image-link:focus .view-recipe-btn{transform:translateY(0)}.random-badge{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;background:#2a2a2ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff}.random-badge.difficulty-آسان{background:linear-gradient(135deg,#10b981,#059669)}.random-badge.difficulty-متوسط{background:linear-gradient(135deg,#f59e0b,#d97706)}.random-badge.difficulty-سخت{background:linear-gradient(135deg,#ef4444,#dc2626)}.random-badge.difficulty-حرفه‌ای{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.random-info{padding:1.5rem}@media (min-width: 768px){.random-info{padding:2rem;display:flex;flex-direction:column}}.random-header{margin-bottom:1rem}.random-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}@media (min-width: 768px){.random-title{font-size:1.5rem}}.random-title a{color:#1a1a1a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}.random-title a:hover{color:#d4a532}.random-category{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#d4a532;background:#d4a5321a;border-radius:.375rem}.random-ingredients{font-size:.875rem;color:#7a7a7a;margin-bottom:1.25rem;line-height:1.6}.random-ingredients strong{color:#4a4a4a}@media (min-width: 768px){.random-ingredients{flex-grow:1}}.random-meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){.random-meta-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.random-meta-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.random-meta-item{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#f8f5ef;border-radius:.5rem;text-align:center;transition:all .15s cubic-bezier(0,0,.2,1)}.random-meta-item:hover{background:#f0ebe0;transform:translateY(-2px)}.random-meta-item .meta-icon{color:#d4a532;margin-bottom:.25rem}.random-meta-item .meta-label{font-size:.75rem;color:#7a7a7a;margin-bottom:.25rem}.random-meta-item .meta-value{font-size:.875rem;font-weight:600;color:#1a1a1a}.random-actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 576px){.random-actions{flex-direction:row;gap:1rem}}.random-actions .btn-view-recipe{flex:1;justify-content:center}@media (min-width: 576px){.random-actions .btn-view-recipe{flex:0 1 auto}}.random-actions .btn-next{flex:1;justify-content:center}@media (min-width: 576px){.random-actions .btn-next{flex:0 1 auto}}.random-recipe .error{text-align:center;padding:2rem;color:#d32f2f}.search-section{background-color:#f8f5ef;text-align:center}.search-description{margin-bottom:1.5rem;color:#7a7a7a}.articles-section{background-color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.most-viewed-section,.latest-section{background-color:#fff}.section-header-enhanced{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}@media (min-width: 768px){.section-header-enhanced{margin-bottom:2rem}}.section-title-with-icon{display:flex;align-items:center;gap:.75rem}.section-title-with-icon .section-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a532,#c62828);border-radius:.75rem;color:#fff;font-size:1.25rem}.section-title-with-icon .section-icon svg{width:24px;height:24px}.section-title-with-icon .section-text{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.section-title-with-icon .section-text{font-size:1.5rem}}.section-link{display:inline-flex;align-items:center;gap:.5rem;color:#d4a532;font-weight:500;font-size:.875rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.section-link:hover{color:#926a20;gap:.75rem}.section-link .link-icon{transition:transform .15s cubic-bezier(0,0,.2,1)}.section-link:hover .link-icon{transform:translate(-4px)}.cooking-timeline-section{position:relative;padding:3rem 0;overflow:hidden;transition:background .3s cubic-bezier(0,0,.2,1)}.cooking-timeline-section.time-morning{background:linear-gradient(135deg,#fff3e0,#ffe0b2,#ffcc80)}.cooking-timeline-section.time-morning .timeline-icon{background:linear-gradient(135deg,#ff9800,#f57c00)}.cooking-timeline-section.time-afternoon{background:linear-gradient(135deg,#fff8e1,#ffecb3,#ffe082)}.cooking-timeline-section.time-afternoon .timeline-icon{background:linear-gradient(135deg,#ffc107,#ffa000)}.cooking-timeline-section.time-evening{background:linear-gradient(135deg,#ede7f6,#d1c4e9,#b39ddb)}.cooking-timeline-section.time-evening .timeline-icon{background:linear-gradient(135deg,#7e57c2,#5e35b1)}.cooking-timeline-section:before{content:"";position:absolute;top:-100px;left:-100px;width:300px;height:300px;border-radius:50%;background:#ffffff4d;pointer-events:none}@media (min-width: 1024px){.cooking-timeline-section:before{top:-150px;left:10%;width:400px;height:400px}}.cooking-timeline-section .section-title{color:#1a1a1a}.cooking-timeline-section .section-title:after{background-color:#1a1a1a}.timeline-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-direction:column}@media (min-width: 576px){.timeline-header{flex-direction:row}}.timeline-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;animation:float 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.timeline-icon{animation:none}}.timeline-info{text-align:center}@media (min-width: 576px){.timeline-info{text-align:start}}.timeline-info .timeline-greeting{font-size:1.125rem;color:#4a4a4a;margin-bottom:.25rem}.timeline-info .timeline-title{font-size:1.5rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.timeline-info .timeline-title{font-size:1.875rem}}.timeline-cards{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.timeline-cards::-webkit-scrollbar{display:none}@media (min-width: 1024px){.timeline-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;overflow:visible;padding:0}}.timeline-cards .recipe-card{scroll-snap-align:start;flex-shrink:0}@media (min-width: 1024px){.timeline-cards .recipe-card{flex-shrink:1}}.quick-recipes-section{padding:3rem 0;background-color:#f8f5ef}.quick-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.quick-title{display:flex;align-items:center;gap:.75rem}.quick-title .quick-icon{width:48px;height:48px;background:linear-gradient(135deg,#10b981,#0a7350);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 20px 10px #10b98133}}@media (prefers-reduced-motion: reduce){.quick-title .quick-icon{animation:none}}.quick-title .quick-icon svg{width:28px;height:28px}.quick-title .quick-text h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}@media (min-width: 768px){.quick-title .quick-text h2{font-size:1.5rem}}.quick-title .quick-text .quick-subtitle{font-size:.875rem;color:#7a7a7a;margin-top:.25rem}.quick-grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.quick-grid::-webkit-scrollbar{display:none}@media (min-width: 768px){.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;overflow:visible;padding:0}}@media (min-width: 1024px){.quick-grid{grid-template-columns:repeat(3,1fr)}}.quick-grid .recipe-card{scroll-snap-align:start;flex-shrink:0}@media (min-width: 768px){.quick-grid .recipe-card{flex-shrink:1}}.time-badge-quick{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#10b981,#0c8a60);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600}.time-badge-quick svg{width:14px;height:14px}.recipe-collections-section{padding:3rem 0;background-color:#fff}.collections-tabs-wrapper{margin-bottom:1.5rem;overflow:hidden}.collections-tabs{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.collections-tabs::-webkit-scrollbar{display:none}.collections-tabs{padding-bottom:.5rem;justify-content:flex-start}@media (min-width: 768px){.collections-tabs{justify-content:center;flex-wrap:wrap;overflow:visible}}.collection-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:9999px;background:#f8f5ef;border:2px solid transparent;color:#4a4a4a;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s cubic-bezier(0,0,.2,1);white-space:nowrap;scroll-snap-align:start;flex-shrink:0}@media (min-width: 768px){.collection-tab{flex-shrink:0}}.collection-tab:hover{background:#f0ebe0;color:#1a1a1a}.collection-tab.active{background:var(--collection-color, #D4A532);color:#fff;border-color:var(--collection-color, #D4A532);transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.collection-tab .tab-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.collection-tab .tab-name{display:inline;font-size:.75rem;max-width:3.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.collection-tab[data-collection=party]{--collection-color: #E91E63}.collection-tab[data-collection=diet]{--collection-color: #4CAF50}.collection-tab[data-collection=traditional]{--collection-color: #D4A532}.collection-tab[data-collection=kids]{--collection-color: #FF9800}.collection-tab[data-collection=one-pot]{--collection-color: #795548}.collections-content{position:relative;min-height:300px}.collection-recipes{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.collection-recipes::-webkit-scrollbar{display:none}@media (min-width: 1024px){.collection-recipes{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;overflow:visible;padding:0}}.collection-recipes .recipe-card{scroll-snap-align:start;flex-shrink:0}@media (min-width: 1024px){.collection-recipes .recipe-card{flex-shrink:1}}.collections-loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#7a7a7a}.ingredient-spotlight-section{padding:3rem 0;background:linear-gradient(135deg,#f8f5ef,#fff);position:relative}.ingredient-spotlight-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0z' fill='none' stroke='%23D4A532' stroke-width='0.5' opacity='0.08'/%3E%3C/svg%3E");background-size:60px 60px;pointer-events:none;opacity:.03}.spotlight-grid{display:grid;gap:2rem;position:relative}@media (min-width: 1024px){.spotlight-grid{grid-template-columns:320px 1fr;align-items:start}}.ingredient-hero{text-align:center}.ingredient-hero .ingredient-badge{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#d4a532,#c62828);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 25px 50px -12px #00000040;animation:float 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.ingredient-hero .ingredient-badge{animation:none}}.ingredient-hero .ingredient-badge{position:relative;overflow:hidden}.ingredient-hero .ingredient-badge:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shine 3s ease-in-out infinite}.ingredient-hero .ingredient-badge img{width:60%;height:60%;object-fit:contain;position:relative;z-index:1}.ingredient-hero .ingredient-badge .ingredient-emoji{font-size:4rem;position:relative;z-index:1}@media (min-width: 768px){.ingredient-hero .ingredient-badge{width:220px;height:220px}}.ingredient-hero .ingredient-name{font-size:1.5rem;font-weight:700;color:#d4a532;margin-bottom:.5rem}.ingredient-hero .ingredient-week{font-size:.875rem;color:#7a7a7a;display:flex;align-items:center;justify-content:center;gap:.5rem}.ingredient-hero .ingredient-week .week-icon{color:#d4a532}.ingredient-content .ingredient-description{font-size:1rem;color:#4a4a4a;line-height:1.8;margin-bottom:1.5rem;padding:1rem;background:#d4a5320d;border-radius:.75rem;border-right:4px solid #D4A532}.ingredient-recipes{display:grid;gap:1rem}@media (min-width: 576px){.ingredient-recipes{grid-template-columns:repeat(2,1fr)}}@keyframes shine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.community-favorites-section{padding:3rem 0;background-color:#fff}.favorites-grid{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.favorites-grid::-webkit-scrollbar{display:none}@media (min-width: 1024px){.favorites-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;overflow:visible;padding:0}}.favorite-card{scroll-snap-align:start;flex-shrink:0;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;transition:all .2s cubic-bezier(0,0,.2,1);width:280px}@media (min-width: 1024px){.favorite-card{width:auto;flex-shrink:1}}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.favorite-comment{background:linear-gradient(135deg,#fef9e7,#f8f5ef);padding:1rem;position:relative}.favorite-comment:before{content:'"';position:absolute;top:.5rem;left:.75rem;font-size:2rem;color:#d4a532;opacity:.3;font-family:Georgia,serif;line-height:1}.favorite-comment .comment-text{font-size:.875rem;color:#4a4a4a;font-style:italic;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.commenter-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f5ef;border-top:1px solid #F0EBE0}.commenter-info .commenter-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#d4a532,#c62828);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600}.commenter-info .commenter-name{font-size:.75rem;color:#7a7a7a;font-weight:500}.favorite-recipe-link{display:block;padding:.75rem 1rem;text-decoration:none;transition:background .15s cubic-bezier(0,0,.2,1)}.favorite-recipe-link:hover{background:#f0ebe0}.favorite-recipe-link .recipe-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.difficulty-path-section{padding:3rem 0;background:#f8f5ef}.path-container{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.path-container{flex-direction:row;align-items:flex-start}}.difficulty-level{flex:1;position:relative}.difficulty-level:not(:last-child):after{content:"";position:absolute;right:50%;bottom:-1rem;transform:translate(-50%);width:3px;height:1rem;background:linear-gradient(to bottom,var(--level-color),transparent)}@media (min-width: 1024px){.difficulty-level:not(:last-child):after{right:auto;left:-1rem;bottom:auto;top:30px;transform:none;width:1rem;height:3px}}.difficulty-level.level-easy{--level-color: #10B981;--level-color-light: #D1FAE5}.difficulty-level.level-medium{--level-color: #F59E0B;--level-color-light: #FEF3C7}.difficulty-level.level-hard{--level-color: #EF4444;--level-color-light: #FEE2E2}.level-header{text-align:center;margin-bottom:1.25rem}.level-header .level-icon{width:60px;height:60px;border-radius:50%;background:var(--level-color);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:#fff;font-size:1.5rem;box-shadow:0 4px 20px color-mix(in srgb,var(--level-color) 30%,transparent);animation:float 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.level-header .level-icon{animation:none}}.level-header .level-name{font-size:1.125rem;font-weight:700;color:var(--level-color);margin:0}.level-header .level-count{font-size:.75rem;color:#7a7a7a;margin-top:.25rem}.level-recipes{display:flex;flex-direction:column;gap:.75rem}.seasonal-recipes-section{padding:3rem 0;position:relative;overflow:hidden;transition:background .3s cubic-bezier(0,0,.2,1)}.seasonal-recipes-section.season-spring{background:linear-gradient(135deg,#e8f5e9,#d6edd8);--season-color: #4CAF50}.seasonal-recipes-section.season-summer{background:linear-gradient(135deg,#fff3e0,#ffe9c7);--season-color: #FF9800}.seasonal-recipes-section.season-autumn{background:linear-gradient(135deg,#efebe9,#e4deda);--season-color: #795548}.seasonal-recipes-section.season-winter{background:linear-gradient(135deg,#eceff1,#dde3e6);--season-color: #607D8B}.season-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.season-particles .particle{position:absolute;opacity:.2;animation:fall 10s linear infinite}@media (prefers-reduced-motion: reduce){.season-particles .particle{display:none}}.seasonal-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.seasonal-header .season-icon{font-size:3rem;animation:bounce-gentle 2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.seasonal-header .season-icon{animation:none}}.seasonal-header .season-title{font-size:1.5rem;font-weight:700;color:var(--season-color)}@media (min-width: 768px){.seasonal-header .season-title{font-size:1.875rem}}.seasonal-header .season-name{font-size:1.125rem;color:#4a4a4a;margin-top:.25rem}.seasonal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}@keyframes fall{0%{transform:translateY(-10%) rotate(0)}to{transform:translateY(100vh) rotate(360deg)}}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cooking-tips-section{padding:3rem 0;background:linear-gradient(135deg,#fef9e7,#f8f5ef)}.tips-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.tips-carousel::-webkit-scrollbar{display:none}.tips-carousel{padding:.5rem 0}.tip-card{scroll-snap-align:start;flex-shrink:0;flex:0 0 280px;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;position:relative;transition:all .2s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.tip-card{flex:0 0 320px}}.tip-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.tip-card .tip-icon{position:absolute;top:1rem;left:1rem;color:#d4a532;opacity:.2;font-size:2rem}.tip-card .tip-category{display:inline-block;padding:.25rem .75rem;background:#fef9e7;color:#d4a532;font-size:.75rem;font-weight:500;border-radius:.375rem;margin-bottom:.75rem}.tip-card .tip-text{font-size:1rem;color:#1a1a1a;line-height:1.7;font-weight:500}.tip-card .tip-actions{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:.75rem;border-top:1px solid #F0EBE0}.tip-card .tip-actions .share-btn{display:flex;align-items:center;gap:.25rem;color:#7a7a7a;font-size:.75rem;background:none;border:none;cursor:pointer;transition:color .15s cubic-bezier(0,0,.2,1);padding:.5rem}.tip-card .tip-actions .share-btn:hover{color:#d4a532}.tip-card .tip-actions .share-btn svg{width:16px;height:16px}.recently-viewed-section{padding:1.5rem 0;background-color:#fff;border-top:1px solid #F0EBE0;border-bottom:1px solid #F0EBE0}.viewed-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.viewed-header .viewed-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.viewed-header .viewed-title .viewed-icon{color:#7a7a7a}.viewed-header .clear-viewed{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;color:#7a7a7a;background:none;border:1px solid #E5E0D5;border-radius:.375rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.viewed-header .clear-viewed:hover{color:#d32f2f;border-color:#d32f2f;background:#ffebee}.viewed-header .clear-viewed svg{width:14px;height:14px}.viewed-scroll{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.viewed-scroll::-webkit-scrollbar{display:none}.viewed-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f8f5ef;border-radius:.5rem;text-decoration:none;white-space:nowrap;transition:all .15s cubic-bezier(0,0,.2,1);scroll-snap-align:start;flex-shrink:0}.viewed-item:hover{background:#f0ebe0;transform:translate(-4px)}[dir=ltr] .viewed-item:hover{transform:translate(4px)}.viewed-item img{width:44px;height:44px;border-radius:.375rem;object-fit:cover}.viewed-item .viewed-title{font-size:.875rem;color:#1a1a1a;max-width:150px;overflow:hidden;text-overflow:ellipsis;font-weight:500}.viewed-empty{text-align:center;padding:2rem;color:#7a7a7a}.viewed-empty .empty-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5}.viewed-empty .empty-text{font-size:.875rem}.badge-new{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:linear-gradient(135deg,#c62828,#9c1f1f);color:#fff;border-radius:.375rem;font-size:.625rem;font-weight:600;text-transform:uppercase}.badge-hot{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:linear-gradient(135deg,#ff6b35,#f4511e);color:#fff;border-radius:.375rem;font-size:.625rem;font-weight:600;animation:pulse-hot 1.5s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.badge-hot{animation:none}}@keyframes pulse-hot{0%,to{box-shadow:0 0 #ff6b3566}50%{box-shadow:0 0 10px 5px #ff6b3533}}.stagger-animation>*{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}.stagger-animation>*:nth-child(1){animation-delay:.1s}.stagger-animation>*:nth-child(2){animation-delay:.2s}.stagger-animation>*:nth-child(3){animation-delay:.3s}.stagger-animation>*:nth-child(4){animation-delay:.4s}.stagger-animation>*:nth-child(5){animation-delay:.5s}.stagger-animation>*:nth-child(6){animation-delay:.6s}.stagger-animation>*:nth-child(7){animation-delay:.7s}.stagger-animation>*:nth-child(8){animation-delay:.8s}.stagger-animation>*:nth-child(9){animation-delay:.9s}.stagger-animation>*:nth-child(10){animation-delay:1s}.stagger-animation>*:nth-child(11){animation-delay:1.1s}.stagger-animation>*:nth-child(12){animation-delay:1.2s}.stagger-animation.is-visible>*{opacity:1;transform:translateY(0)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.skeleton-card{background:#f8f5ef;border-radius:.75rem;overflow:hidden}.skeleton-card .skeleton-image{aspect-ratio:4/3;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem}.skeleton-card .skeleton-content{padding:1rem}.skeleton-card .skeleton-content .skeleton-title{height:20px;width:80%;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem;margin-bottom:.5rem;border-radius:.25rem}.skeleton-card .skeleton-content .skeleton-text{height:14px;width:60%;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem;border-radius:.25rem}@media print{.site-header,.site-footer,.sidebar,.recipe-comments,.related-recipes,.recipe-taxonomies,.comment-reactions,.reply{display:none!important}.recipe-article{box-shadow:none;padding:0}.recipe-image img{max-width:50%}.recipe-details{grid-template-columns:1fr}.ingredients-list,.instructions-list{padding-right:0}a{color:inherit!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#7a7a7a}}.recipe-additional-content{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5E0D5}.recipe-additional-content h2,.recipe-additional-content h3,.recipe-additional-content h4{margin-top:1.5rem;margin-bottom:.75rem}.recipe-additional-content p{line-height:1.75}.recipe-additional-content ul,.recipe-additional-content ol{margin-bottom:1rem;padding-right:1.5rem}.recipe-additional-content ul li{list-style:disc}.recipe-additional-content ol li{list-style:decimal}.recipe-additional-content img{border-radius:.5rem;margin:1rem 0}.about-main{min-height:100vh;background:#fdfbf7}.about-hero{position:relative;padding:4rem 1rem;overflow:hidden}@media (max-width: 768px){.about-hero{padding:3rem 1rem}}.about-hero .about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.about-hero .about-hero-bg .hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(212,165,50,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(85,139,47,.06) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(0,137,123,.04) 0%,transparent 70%)}.about-hero .about-hero-bg .hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(254,249,231,.5) 0%,transparent 40%,transparent 60%,rgba(240,235,224,.3) 100%)}.about-hero .about-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.about-hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #F0EBE0;border-radius:9999px;font-size:.875rem;font-weight:500;color:#b88a26;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.about-hero .hero-badge svg{color:#d4a532}.about-hero .hero-title{margin-bottom:1.5rem}.about-hero .hero-title .title-line{display:block;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.25}@media (max-width: 768px){.about-hero .hero-title .title-line{font-size:1.875rem}}.about-hero .hero-title .title-highlight{display:block;font-size:1.5rem;font-weight:500;color:#b88a26;margin-top:.5rem}@media (max-width: 768px){.about-hero .hero-title .title-highlight{font-size:1.125rem}}.about-hero .hero-description{max-width:700px;margin:0 auto 2rem;font-size:1.125rem;color:#4a4a4a;line-height:1.625}@media (max-width: 768px){.about-hero .hero-description{font-size:1rem}}.about-hero .hero-stats{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;max-width:600px;margin:0 auto}@media (max-width: 576px){.about-hero .hero-stats{flex-direction:column;gap:1rem}}.about-hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0 1rem}@media (max-width: 576px){.about-hero .hero-stats .stat-item{padding:.5rem 0}}.about-hero .hero-stats .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border-radius:.5rem;color:#d4a532;margin-bottom:.5rem}.about-hero .hero-stats .stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.about-hero .hero-stats .stat-label{font-size:.875rem;color:#7a7a7a}.about-hero .hero-stats .stat-divider{width:1px;height:50px;background:#e5e0d5}@media (max-width: 576px){.about-hero .hero-stats .stat-divider{width:50px;height:1px}}.about-content{max-width:1200px;margin:0 auto;padding:0 1rem 4rem}.about-section{margin-bottom:4rem}@media (max-width: 768px){.about-section{margin-bottom:3rem}}.about-section .section-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.about-section .section-title{font-size:1.25rem;margin-bottom:1.5rem}}.about-section .section-title .title-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fef9e7;border-radius:.75rem;color:#d4a532}.about-section .section-title .title-icon svg{width:24px;height:24px}.about-section .section-content{max-width:800px;margin:0 auto;font-size:1.125rem;color:#4a4a4a;line-height:1.625;text-align:center}.about-section .section-content p{margin-bottom:1rem}.about-section .section-content p:last-child{margin-bottom:0}.mission-section .section-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a532,#b88a26);border-radius:1rem;color:#fff;margin:0 auto 1.5rem;box-shadow:0 10px 40px -10px #d4a53259}.how-it-works{background:#f8f5ef;border-radius:1.5rem;padding:3rem 1.5rem;margin:4rem auto;max-width:1000px}@media (max-width: 768px){.how-it-works{padding:2rem 1rem;border-radius:1rem}}.how-it-works .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.how-it-works .steps-grid{grid-template-columns:1fr;gap:1.5rem}}.how-it-works .step-card{text-align:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1);position:relative}.how-it-works .step-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.how-it-works .step-card .step-number{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#d4a532;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px}.how-it-works .step-card .step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border-radius:1rem;color:#d4a532;margin:0 auto 1rem}.how-it-works .step-card .step-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.how-it-works .step-card .step-description{font-size:.875rem;color:#7a7a7a;line-height:1.625}.features-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.features-section .features-grid{grid-template-columns:1fr}}.features-section .feature-card{padding:1.5rem;background:#fff;border:1px solid #F0EBE0;border-radius:1rem;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1)}.features-section .feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;border-color:#fbe48f}.features-section .feature-card:hover .feature-icon{background:#d4a532;color:#fff}.features-section .feature-card .feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border-radius:.75rem;color:#d4a532;margin-bottom:1rem;transition:background .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.features-section .feature-card .feature-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.features-section .feature-card .feature-description{font-size:.875rem;color:#7a7a7a;line-height:1.625}.achievements-section{background:linear-gradient(135deg,#fef9e7,#f8f5ef);border-radius:1.5rem;padding:3rem 1.5rem;max-width:1000px;margin:4rem auto}@media (max-width: 768px){.achievements-section{padding:2rem 1rem;border-radius:1rem}}.achievements-section .achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.achievements-section .achievements-grid{grid-template-columns:1fr}}.achievements-section .achievement-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.achievements-section .achievement-card .achievement-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:1rem;margin-bottom:1rem}.achievements-section .achievement-card .achievement-icon.tv{background:linear-gradient(135deg,#00897b,#00796b);color:#fff}.achievements-section .achievement-card .achievement-icon.award{background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff}.achievements-section .achievement-card .achievement-icon.expo{background:linear-gradient(135deg,#558b2f,#33691e);color:#fff}.achievements-section .achievement-card .achievement-content .achievement-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.achievements-section .achievement-card .achievement-content .achievement-description{font-size:.875rem;color:#7a7a7a;line-height:1.625}.categories-section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:800px;margin:0 auto}.categories-section .category-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#fff;border:1px solid #F0EBE0;border-radius:1rem;text-decoration:none;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1)}.categories-section .category-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;border-color:#fbe48f}.categories-section .category-card:hover .category-icon{background:#d4a532;color:#fff}.categories-section .category-card .category-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border-radius:.75rem;color:#d4a532;margin-bottom:.75rem;transition:background .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.categories-section .category-card .category-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.categories-section .category-card .category-count{font-size:.75rem;color:#7a7a7a}.cta-section{background:linear-gradient(135deg,#d4a532,#b88a26);border-radius:1.5rem;padding:4rem 1.5rem;text-align:center;margin:4rem auto 0;max-width:800px;position:relative;overflow:hidden}@media (max-width: 768px){.cta-section{padding:3rem 1rem;border-radius:1rem}}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.cta-section .cta-content{position:relative;z-index:1}.cta-section .cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (max-width: 768px){.cta-section .cta-title{font-size:1.5rem}}.cta-section .cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.cta-section .cta-description{font-size:1rem}}.cta-section .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#926a20;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:9999px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.cta-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;color:#6d4d19}.cta-section .cta-button svg{flex-shrink:0}.faq-main{min-height:100vh;background:#fdfbf7}.faq-hero{position:relative;padding:3rem 1rem;overflow:hidden}@media (max-width: 768px){.faq-hero{padding:2.5rem 1rem}}.faq-hero .faq-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.faq-hero .faq-hero-bg .hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(212,165,50,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,137,123,.06) 0%,transparent 50%)}.faq-hero .faq-hero-bg .hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(254,249,231,.5) 0%,transparent 60%)}.faq-hero .faq-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.faq-hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #F0EBE0;border-radius:9999px;font-size:.875rem;font-weight:500;color:#b88a26;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.faq-hero .hero-badge svg{color:#d4a532}.faq-hero .hero-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}@media (max-width: 768px){.faq-hero .hero-title{font-size:1.5rem}}.faq-hero .hero-description{font-size:1.125rem;color:#4a4a4a;line-height:1.625;margin-bottom:2rem}@media (max-width: 768px){.faq-hero .hero-description{font-size:1rem}}.faq-hero .faq-search{max-width:500px;margin:0 auto}.faq-hero .faq-search .search-wrapper{position:relative;display:flex;align-items:center}.faq-hero .faq-search .search-icon{position:absolute;right:1rem;color:#7a7a7a;pointer-events:none}.faq-hero .faq-search .faq-search-input{width:100%;padding:1rem 3rem;font-size:1rem;font-family:inherit;background:#fff;border:2px solid #E5E0D5;border-radius:9999px;color:#1a1a1a;transition:border-color .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.faq-hero .faq-search .faq-search-input::placeholder{color:#7a7a7a}.faq-hero .faq-search .faq-search-input:focus{outline:none;border-color:#d4a532;box-shadow:0 0 0 4px #d4a5321a}.faq-hero .faq-search .search-clear{position:absolute;left:.75rem;display:none;align-items:center;justify-content:center;width:28px;height:28px;background:#f0ebe0;border:none;border-radius:9999px;color:#7a7a7a;cursor:pointer;transition:background .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.faq-hero .faq-search .search-clear:hover{background:#fdf0c3;color:#b88a26}.faq-content{max-width:960px;margin:0 auto;padding:0 1rem 4rem}.faq-container{display:flex;flex-direction:column;gap:2rem}.faq-quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem;background:#f8f5ef;border-radius:1rem}@media (max-width: 576px){.faq-quick-links{flex-direction:column;align-items:stretch}}.faq-quick-links .quick-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #F0EBE0;border-radius:9999px;font-size:.875rem;font-weight:500;color:#4a4a4a;text-decoration:none;transition:all .2s cubic-bezier(0,0,.2,1)}.faq-quick-links .quick-link svg{color:#d4a532}.faq-quick-links .quick-link:hover{background:#fef9e7;border-color:#fbe48f;color:#926a20}.faq-categories{display:flex;flex-direction:column;gap:2rem}.faq-category{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}@media (max-width: 768px){.faq-category{padding:1rem;border-radius:.75rem}}.faq-category .category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #F0EBE0}.faq-category .category-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fef9e7;border-radius:.75rem;color:#d4a532;flex-shrink:0}.faq-category .category-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}@media (max-width: 768px){.faq-category .category-title{font-size:1.125rem}}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #F0EBE0;border-radius:.75rem;overflow:hidden;transition:border-color .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.faq-item:hover{border-color:#fbe48f}.faq-item.active{border-color:#d4a532;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.faq-item.highlight{border-color:#f7d55b;background:#fef9e7}.faq-item .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:transparent;border:none;cursor:pointer;text-align:right}@media (max-width: 768px){.faq-item .faq-question{padding:.75rem 1rem}}.faq-item .faq-question .question-text{font-size:1rem;font-weight:500;color:#1a1a1a;line-height:1.625}.faq-item .faq-question .question-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0ebe0;border-radius:.5rem;color:#7a7a7a;transition:transform .2s cubic-bezier(0,0,.2,1),background .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.faq-item .faq-question .question-icon svg{transition:transform .2s cubic-bezier(0,0,.2,1)}.faq-item .faq-question:hover .question-icon{background:#fdf0c3;color:#d4a532}.faq-item .faq-question[aria-expanded=true] .question-icon{background:#d4a532;color:#fff}.faq-item .faq-question[aria-expanded=true] .question-icon svg{transform:rotate(180deg)}.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(0,0,.2,1)}.faq-item .faq-answer>*{padding:0 1.25rem 1.25rem}@media (max-width: 768px){.faq-item .faq-answer>*{padding:0 1rem 1rem}}.faq-item .faq-answer p{font-size:1rem;color:#4a4a4a;line-height:1.625;margin-bottom:.75rem}.faq-item .faq-answer p:last-child{margin-bottom:0}.faq-item .faq-answer .answer-list{list-style:none;padding:0;margin:1rem 0}.faq-item .faq-answer .answer-list li{position:relative;padding:.5rem 1.5rem .5rem 0;font-size:.875rem;color:#4a4a4a}.faq-item .faq-answer .answer-list li:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#d4a532;border-radius:9999px}.faq-item .faq-answer .answer-steps{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding:1rem;background:#f8f5ef;border-radius:.75rem}.faq-item .faq-answer .answer-steps .step{display:flex;align-items:center;gap:.75rem}.faq-item .faq-answer .answer-steps .step-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#d4a532;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;flex-shrink:0}.faq-item .faq-answer .answer-steps .step-text{font-size:.875rem;color:#4a4a4a}.faq-item .faq-answer .answer-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef9e7;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#926a20;text-decoration:none;transition:background .2s cubic-bezier(0,0,.2,1)}.faq-item .faq-answer .answer-link svg{transition:transform .2s cubic-bezier(0,0,.2,1)}.faq-item .faq-answer .answer-link:hover{background:#fdf0c3}.faq-item .faq-answer .answer-link:hover svg{transform:translate(-4px)}.faq-cta{background:linear-gradient(135deg,#fef9e7,#f8f5ef);border-radius:1.5rem;padding:3rem 1.5rem;text-align:center}@media (max-width: 768px){.faq-cta{padding:2rem 1rem;border-radius:1rem}}.faq-cta .cta-content{max-width:500px;margin:0 auto}.faq-cta .cta-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:1rem;color:#d4a532;margin:0 auto 1.5rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.faq-cta .cta-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}@media (max-width: 768px){.faq-cta .cta-title{font-size:1.25rem}}.faq-cta .cta-description{font-size:1rem;color:#4a4a4a;line-height:1.625;margin-bottom:1.5rem}.faq-cta .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 576px){.faq-cta .cta-buttons{flex-direction:column;align-items:stretch}}.faq-cta .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:9999px;transition:all .2s cubic-bezier(0,0,.2,1)}.faq-cta .cta-button.primary{background:#d4a532;color:#fff;box-shadow:0 10px 40px -10px #d4a53259}.faq-cta .cta-button.primary:hover{background:#b88a26;transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.faq-cta .cta-button.secondary{background:#fff;color:#1a1a1a;border:1px solid #E5E0D5}.faq-cta .cta-button.secondary:hover{background:#f8f5ef;border-color:#fbe48f}.search-main{flex:1;min-width:0}.search-header{position:relative;margin-bottom:1.5rem;padding:2rem 1.5rem;background:linear-gradient(135deg,#2a2a2a,#1d1d1d);border-radius:1rem;overflow:hidden}.search-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 20% 30%,rgba(212,165,50,.15) 0%,transparent 50%),radial-gradient(at 80% 70%,rgba(198,40,40,.1) 0%,transparent 50%),radial-gradient(at 50% 100%,rgba(85,139,47,.08) 0%,transparent 40%);pointer-events:none}.search-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}@media (min-width: 768px){.search-header{padding:3rem 2rem}}.search-header-content{position:relative;z-index:1;text-align:center}.search-header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin-bottom:1rem;background:#ffffff1a;border-radius:9999px;color:#d4a532;animation:pulse-glow 2s ease-in-out infinite}.search-header-icon svg{width:40px;height:40px}@media (min-width: 768px){.search-header-icon{width:96px;height:96px}.search-header-icon svg{width:48px;height:48px}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #d4a5324d}50%{box-shadow:0 0 20px 10px #d4a5321a}}.search-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.25}@media (min-width: 768px){.search-title{font-size:1.875rem}}@media (min-width: 1024px){.search-title{font-size:2.25rem}}.search-title-label{display:block;font-size:1rem;font-weight:500;color:#ffffffb3;margin-bottom:.5rem}@media (min-width: 768px){.search-title-label{font-size:1.125rem}}.search-query{display:inline;color:#d4a532;font-weight:800;text-shadow:0 2px 8px rgba(212,165,50,.3)}.search-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;color:#fffc}.search-results-count{display:inline-flex;align-items:center;gap:.5rem}.search-results-count svg{width:16px;height:16px;opacity:.7}.search-pagination-info{display:inline-flex;align-items:center}.search-pagination-info:before{content:"|";margin-left:.5rem;opacity:.3}.search-header-form{max-width:500px;margin:0 auto}.search-form-enhanced{width:100%}.search-input-wrapper{position:relative;display:flex;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:.75rem;transition:all .15s cubic-bezier(0,0,.2,1)}.search-input-wrapper:focus-within{background:#ffffff26;border-color:#d4a532;box-shadow:0 0 0 4px #d4a53226}.search-input{flex:1;padding:1rem 1.25rem 1rem 3rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:500;color:#fff;background:transparent;border:none;outline:none}.search-input::placeholder{color:#ffffff80}@media (min-width: 768px){.search-input{padding:1.25rem 1.5rem;font-size:1.125rem}}.search-submit{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#d4a532,#b88a26);border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.search-submit:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 10px 40px -10px #d4a53259}.search-submit:focus-visible{outline:2px solid #FFFFFF;outline-offset:2px}.search-submit svg{width:20px;height:20px}.search-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;margin-bottom:1.5rem;background-color:#f8f5ef;border-radius:.75rem;border:1px solid #F0EBE0}.search-toolbar-summary{font-size:.875rem;color:#4a4a4a}.search-toolbar-summary .results-start,.search-toolbar-summary .results-end,.search-toolbar-summary .results-total{font-weight:600;color:#1a1a1a}.search-type-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.search-type-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#4a4a4a;text-decoration:none;background-color:#fff;border:1px solid #E5E0D5;border-radius:.5rem;transition:all .15s cubic-bezier(0,0,.2,1)}.search-type-tab:hover{border-color:#d4a532;color:#d4a532}.search-type-tab.active{background:linear-gradient(135deg,#d4a532,#b88a26);border-color:#d4a532;color:#fff;box-shadow:0 10px 40px -10px #d4a53259}.search-type-tab .tab-count{padding:.125rem .5rem;font-size:.625rem;background-color:#2a2a2a1a;border-radius:9999px}.active .search-type-tab .tab-count{background-color:#fff3}.search-results .recipe-card,.search-results .article-card{height:100%}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.search-empty-content{max-width:520px}.search-empty-icon{margin-bottom:1.5rem;color:#a5a5a5}.search-empty-icon svg{width:120px;height:120px;opacity:.3}.search-empty-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}@media (min-width: 768px){.search-empty-title{font-size:1.5rem}}.search-empty-description{font-size:1rem;color:#7a7a7a;line-height:1.625;margin-bottom:1.5rem}.search-suggestions{padding:1.25rem;margin-bottom:1.5rem;background-color:#f8f5ef;border-radius:.75rem;text-align:right}.search-suggestions .suggestions-title{font-size:.875rem;font-weight:600;color:#4a4a4a;margin-bottom:.75rem}.search-suggestions .suggestions-list{margin:0;padding-right:1.25rem;list-style:disc;color:#7a7a7a;font-size:.875rem;line-height:1.625}.search-suggestions .suggestions-list li{margin-bottom:.25rem}.search-suggestions .suggestions-list li:last-child{margin-bottom:0}.search-empty-form{margin-bottom:2rem;width:100%}.search-empty-form .search-input-wrapper{background:#fff;border:2px solid #E5E0D5}.search-empty-form .search-input-wrapper:focus-within{background:#fff;border-color:#d4a532}.search-empty-form .search-input{color:#1a1a1a}.search-empty-form .search-input::placeholder{color:#a5a5a5}.search-empty-categories{margin-bottom:1.5rem;width:100%}.search-empty-categories .categories-title{font-size:.875rem;font-weight:600;color:#4a4a4a;margin-bottom:1rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 576px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{display:flex;flex-direction:column;padding:1rem;text-decoration:none;background-color:#f8f5ef;border-radius:.75rem;border:1px solid #F0EBE0;transition:all .15s cubic-bezier(0,0,.2,1)}.category-card:hover{background-color:#fff;border-color:#d4a532;transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.category-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.category-count{font-size:.75rem;color:#7a7a7a}.search-empty-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.search-highlight{background:linear-gradient(to bottom,transparent 60%,rgba(212,165,50,.3) 60%);padding:0 2px;border-radius:2px}@media (max-width: 767px){.search-header{padding:1.5rem 1rem}.search-header-icon{width:64px;height:64px}.search-header-icon svg{width:32px;height:32px}.search-title{font-size:1.25rem}.search-input{padding:.75rem 1rem;font-size:.875rem}.search-submit{width:40px;height:40px}.search-submit svg{width:18px;height:18px}.search-toolbar{flex-direction:column;align-items:stretch}.search-toolbar-summary{text-align:center;order:1}.search-type-tabs{justify-content:center;order:2}.search-type-tab{padding:.5rem .75rem;font-size:.75rem}.categories-grid{grid-template-columns:repeat(2,1fr)}}@keyframes search-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-results .recipe-card,.search-results .article-card{animation:search-fade-in .4s ease-out backwards}.search-results .recipe-card:nth-child(1),.search-results .article-card:nth-child(1){animation-delay:.05s}.search-results .recipe-card:nth-child(2),.search-results .article-card:nth-child(2){animation-delay:.1s}.search-results .recipe-card:nth-child(3),.search-results .article-card:nth-child(3){animation-delay:.15s}.search-results .recipe-card:nth-child(4),.search-results .article-card:nth-child(4){animation-delay:.2s}.search-results .recipe-card:nth-child(5),.search-results .article-card:nth-child(5){animation-delay:.25s}.search-results .recipe-card:nth-child(6),.search-results .article-card:nth-child(6){animation-delay:.3s}.search-results .recipe-card:nth-child(7),.search-results .article-card:nth-child(7){animation-delay:.35s}.search-results .recipe-card:nth-child(8),.search-results .article-card:nth-child(8){animation-delay:.4s}.search-results .recipe-card:nth-child(9),.search-results .article-card:nth-child(9){animation-delay:.45s}.search-results .recipe-card:nth-child(10),.search-results .article-card:nth-child(10){animation-delay:.5s}.search-results .recipe-card:nth-child(11),.search-results .article-card:nth-child(11){animation-delay:.55s}.search-results .recipe-card:nth-child(12),.search-results .article-card:nth-child(12){animation-delay:.6s}@media print{.search-header-form,.search-toolbar,.search-empty-form,.pagination{display:none}.search-header{background:none;padding:0;margin-bottom:1rem}.search-header:before,.search-header:after{display:none}.search-title{color:#1a1a1a}.search-empty-icon{display:none}}.error-404-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(180deg,#fdfbf7,#f8f5ef)}.error-404-container{max-width:800px;width:100%;text-align:center}.error-illustration{margin-bottom:2rem}.error-illustration .error-svg{max-width:320px;width:100%;height:auto}.error-illustration .bg-circle{animation:pulse-gentle 3s ease-in-out infinite}.error-illustration .steam{opacity:.7;transform-origin:center bottom}.error-illustration .steam.steam-1{animation:steam-rise 2s ease-in-out infinite}.error-illustration .steam.steam-2{animation:steam-rise 2s ease-in-out infinite .3s}.error-illustration .steam.steam-3{animation:steam-rise 2s ease-in-out infinite .6s}.error-illustration .sweat-drop{animation:sweat-fall 1.5s ease-in-out infinite}.error-illustration .food-item{animation:float-gentle 3s ease-in-out infinite}.error-illustration .food-item.tomato{animation-delay:0s}.error-illustration .food-item.carrot{animation-delay:.5s}.error-illustration .food-item.leaf{animation-delay:1s}.error-illustration .food-item.egg{animation-delay:1.5s}.error-illustration .pot-face{animation:wobble 4s ease-in-out infinite}.error-content .error-code{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:clamp(3rem,10vw,6rem);font-weight:900;color:#d4a532;line-height:1}.error-content .error-code .error-number{display:inline-block;text-shadow:3px 3px 0 rgba(251,228,143,.5),6px 6px 0 rgba(253,240,195,.3)}.error-content .error-code .error-icon{color:#c62828;animation:bounce-gentle 2s ease-in-out infinite}.error-title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.25}.error-description{font-size:1.125rem;color:#4a4a4a;max-width:500px;margin:0 auto 2rem;line-height:1.625}.error-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.5rem}.error-actions .btn,.error-actions .comment-form .submit,.comment-form .error-actions .submit{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.75rem;transition:all .2s cubic-bezier(0,0,.2,1);text-decoration:none}.error-actions .btn svg,.error-actions .comment-form .submit svg,.comment-form .error-actions .submit svg{flex-shrink:0}.error-actions .btn.btn-primary,.error-actions .comment-form .submit,.comment-form .error-actions .submit{background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;box-shadow:0 10px 40px -10px #d4a53259}.error-actions .btn.btn-primary:hover,.error-actions .comment-form .submit:hover,.comment-form .error-actions .submit:hover{transform:translateY(-2px);box-shadow:0 14px 45px -10px #d4a53273}.error-actions .btn.btn-secondary,.error-actions .comment-form .btn-secondary.submit,.comment-form .error-actions .btn-secondary.submit{background:#fff;color:#1a1a1a;border:2px solid #E5E0D5}.error-actions .btn.btn-secondary:hover,.error-actions .comment-form .btn-secondary.submit:hover,.comment-form .error-actions .btn-secondary.submit:hover{border-color:#d4a532;color:#d4a532;transform:translateY(-2px)}.error-section-title{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.error-section-title svg{color:#d4a532}.error-search-section{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.error-search-section .error-search-form{max-width:400px;margin:0 auto}.error-search-section .error-search-form .search-form{display:flex;gap:.5rem}.error-search-section .error-search-form .search-field{flex:1;padding:.75rem 1rem;border:2px solid #E5E0D5;border-radius:.75rem;font-size:1rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;background:#fdfbf7;transition:border-color .15s cubic-bezier(0,0,.2,1)}.error-search-section .error-search-form .search-field:focus{outline:none;border-color:#d4a532}.error-search-section .error-search-form .search-field::placeholder{color:#7a7a7a}.error-search-section .error-search-form .search-submit{padding:.75rem 1.25rem;background:#d4a532;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.error-search-section .error-search-form .search-submit:hover{background:#b88a26}.error-quick-links{margin-bottom:2.5rem}.quick-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (max-width: 576px){.quick-links-grid{grid-template-columns:1fr}}.quick-link-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:2px solid #E5E0D5;border-radius:.75rem;text-decoration:none;transition:all .2s cubic-bezier(0,0,.2,1)}.quick-link-card:hover{border-color:var(--card-color, #D4A532);transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.quick-link-card:hover .quick-link-icon{background:var(--card-color, #D4A532)}.quick-link-card:hover .quick-link-icon svg{color:#fff}.quick-link-card .quick-link-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(var(--card-color, #D4A532),.1);border-radius:.5rem;transition:all .2s cubic-bezier(0,0,.2,1)}.quick-link-card .quick-link-icon svg{color:var(--card-color, #D4A532);transition:color .15s cubic-bezier(0,0,.2,1)}.quick-link-card .quick-link-text{font-size:.875rem;font-weight:500;color:#1a1a1a;text-align:right;flex:1}.error-recent-recipes{padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.recent-recipes-list{display:grid;gap:.75rem}.recent-recipe-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fdfbf7;border-radius:.5rem;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1)}.recent-recipe-item:hover{background:#f0ebe0}.recent-recipe-item:hover .recent-recipe-title{color:#d4a532}.recent-recipe-item .recent-recipe-thumb{width:56px;height:56px;border-radius:.375rem;overflow:hidden;flex-shrink:0}.recent-recipe-item .recent-recipe-thumb img{width:100%;height:100%;object-fit:cover}.recent-recipe-item .recent-recipe-info{flex:1;text-align:right}.recent-recipe-item .recent-recipe-title{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem;transition:color .15s cubic-bezier(0,0,.2,1);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.recent-recipe-item .recent-recipe-date{font-size:.75rem;color:#7a7a7a}@keyframes pulse-gentle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.9}}@keyframes steam-rise{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-10px) scale(1.1);opacity:.4}}@keyframes sweat-fall{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(5px);opacity:.6}}@keyframes float-gentle{0%,to{transform:translate(0)}50%{transform:translateY(-8px)}}@keyframes wobble{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 768px){.error-404-page{padding:1.5rem .75rem}.error-illustration .error-svg{max-width:260px}.error-content .error-code{font-size:clamp(2.5rem,12vw,4rem)}.error-content .error-code .error-icon svg{width:36px;height:36px}.error-title{font-size:1.5rem}.error-description{font-size:1rem}.error-actions{flex-direction:column;align-items:stretch}.error-actions .btn,.error-actions .comment-form .submit,.comment-form .error-actions .submit{justify-content:center}}@media (max-width: 576px){.error-illustration{margin-bottom:1.5rem}.error-illustration .error-svg{max-width:220px}.error-content .error-code{margin-bottom:.75rem}.error-title{font-size:1.25rem}.error-description{font-size:.875rem;margin-bottom:1.5rem}.error-actions{margin-bottom:2rem}.quick-link-card{padding:.75rem}.quick-link-card .quick-link-icon{width:40px;height:40px}.quick-link-card .quick-link-icon svg{width:22px;height:22px}}.app-main{min-height:100vh;background:#fdfbf7}.app-hero{position:relative;padding:5rem 1rem 4rem;overflow:hidden;text-align:center}@media (max-width: 768px){.app-hero{padding:4rem 1rem 3rem}}.app-hero .app-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.app-hero .app-hero-bg .hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(212,165,50,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,165,50,.03) 1px,transparent 1px);background-size:60px 60px}.app-hero .app-hero-bg .hero-glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(61,220,132,.08) 0%,rgba(212,165,50,.06) 40%,transparent 70%);pointer-events:none}.app-hero .app-hero-bg .hero-particles{position:absolute;top:0;right:0;bottom:0;left:0}.app-hero .app-hero-bg .hero-particles .particle{position:absolute;width:4px;height:4px;background:#d4a5324d;border-radius:50%;animation:float 6s ease-in-out infinite}.app-hero .app-hero-bg .hero-particles .particle:nth-child(1){top:24 %;left:15 %;animation-delay:.5s;width:4px;height:4px;opacity:.28}.app-hero .app-hero-bg .hero-particles .particle:nth-child(2){top:38 %;left:30 %;animation-delay:1s;width:5px;height:5px;opacity:.36}.app-hero .app-hero-bg .hero-particles .particle:nth-child(3){top:52 %;left:45 %;animation-delay:1.5s;width:6px;height:6px;opacity:.44}.app-hero .app-hero-bg .hero-particles .particle:nth-child(4){top:66 %;left:60 %;animation-delay:2s;width:7px;height:7px;opacity:.52}.app-hero .app-hero-bg .hero-particles .particle:nth-child(5){top:80 %;left:75 %;animation-delay:2.5s;width:8px;height:8px;opacity:.6}.app-hero .app-hero-bg .hero-particles .particle:nth-child(6){top:94 %;left:90 %;animation-delay:3s;width:9px;height:9px;opacity:.68}.app-hero .app-hero-content{position:relative;z-index:1;max-width:960px;margin:0 auto}.app-hero .app-icon-wrapper{position:relative;display:inline-block;margin-bottom:2rem}.app-hero .app-icon-wrapper .app-icon-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(61,220,132,.2) 0%,transparent 70%);border-radius:50%;animation:pulse-scale 3s ease-in-out infinite}.app-hero .app-icon-wrapper .app-icon-img{position:relative;width:120px;height:120px;border-radius:1.5rem;box-shadow:0 10px 40px #0000001f,0 0 0 4px #fffc;object-fit:cover}@media (max-width: 768px){.app-hero .app-icon-wrapper .app-icon-img{width:96px;height:96px}}.app-hero .app-icon-wrapper .app-version-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);padding:.25rem .75rem;background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff;font-size:.625rem;font-weight:700;border-radius:9999px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;white-space:nowrap;letter-spacing:.025em}.app-hero .app-hero-title{margin-bottom:1.5rem}.app-hero .app-hero-title .title-main{display:block;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.25}@media (max-width: 768px){.app-hero .app-hero-title .title-main{font-size:1.875rem}}.app-hero .app-hero-title .title-sub{display:block;font-size:1.25rem;font-weight:500;color:#7a7a7a;margin-top:.5rem}@media (max-width: 768px){.app-hero .app-hero-title .title-sub{font-size:1rem}}.app-hero .app-hero-desc{max-width:600px;margin:0 auto 2rem;font-size:1.125rem;color:#4a4a4a;line-height:1.625}@media (max-width: 768px){.app-hero .app-hero-desc{font-size:1rem}}.app-hero .app-hero-actions{margin-bottom:2rem}.app-hero .btn-download{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff;text-decoration:none;border-radius:9999px;box-shadow:0 8px 30px #3ddc8459;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}@media (max-width: 576px){.app-hero .btn-download{padding:.75rem 1.5rem}}.app-hero .btn-download:hover{transform:translateY(-3px);box-shadow:0 12px 40px #3ddc8473;color:#fff}.app-hero .btn-download svg{flex-shrink:0}.app-hero .btn-download span{display:flex;flex-direction:column;text-align:right}.app-hero .btn-download .btn-label{font-size:.625rem;opacity:.85}.app-hero .btn-download .btn-store{font-size:1.25rem;font-weight:700;letter-spacing:.025em}.app-hero .app-hero-meta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.5rem;background:#fff;border:1px solid #F0EBE0;border-radius:9999px;display:inline-flex}@media (max-width: 576px){.app-hero .app-hero-meta{gap:.5rem;padding:.75rem 1rem}}.app-hero .app-hero-meta .meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#4a4a4a}.app-hero .app-hero-meta .meta-item svg{color:#7a7a7a}@media (max-width: 576px){.app-hero .app-hero-meta .meta-item{font-size:.75rem}}.app-hero .app-hero-meta .meta-divider{width:1px;height:16px;background:#e5e0d5}@media (max-width: 576px){.app-hero .app-hero-meta .meta-divider{height:12px}}.app-features{padding:4rem 0}@media (max-width: 768px){.app-features{padding:3rem 0}}.app-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.app-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.app-features-grid{grid-template-columns:1fr;gap:1rem}}.app-feature-card{padding:1.5rem;background:#fff;border:1px solid #F0EBE0;border-radius:1rem;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1)}.app-feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border-color:#3ddc844d}.app-feature-card:hover .feature-icon-wrap{background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff}.app-feature-card .feature-icon-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#3ddc841a;border-radius:.75rem;color:#3ddc84;margin-bottom:1rem;transition:background .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.app-feature-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.app-feature-card p{font-size:.875rem;color:#7a7a7a;line-height:1.625}.app-feature-card.feature-highlight{border-color:#3ddc8433;background:linear-gradient(135deg,#3ddc8408,#3ddc8403)}.app-screenshots{padding:2rem 0 4rem}@media (max-width: 768px){.app-screenshots{padding:1.5rem 0 3rem}}.screenshots-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0}.screenshots-scroll::-webkit-scrollbar{display:none}.screenshot-item{flex-shrink:0;scroll-snap-align:center;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border:2px solid #F0EBE0;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1);width:220px}@media (max-width: 768px){.screenshot-item{width:180px}}@media (max-width: 576px){.screenshot-item{width:160px}}.screenshot-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px -12px #00000040}.screenshot-item img{width:100%;height:auto;display:block}.screenshot-item:first-child{margin-right:auto}.screenshot-item:last-child{margin-left:auto}.app-cover{padding:2rem 0}.app-cover .cover-wrapper{max-width:1200px;margin:0 auto;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:2px solid #F0EBE0}.app-cover .cover-img{width:100%;height:auto;display:block}.app-download-cta{padding:4rem 0 5rem}@media (max-width: 768px){.app-download-cta{padding:3rem 0 4rem}}.cta-wrapper{position:relative;max-width:960px;margin:0 auto;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:1.5rem;padding:4rem 2rem;text-align:center;overflow:hidden}@media (max-width: 768px){.cta-wrapper{padding:3rem 1rem;border-radius:1rem}}.cta-wrapper .cta-bg-effects{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cta-wrapper .cta-bg-effects .cta-glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(61,220,132,.15) 0%,transparent 70%)}.cta-wrapper .cta-bg-effects .cta-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(61,220,132,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(61,220,132,.04) 1px,transparent 1px);background-size:40px 40px}.cta-wrapper .cta-content{position:relative;z-index:1}.cta-wrapper .cta-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#3ddc8426;border-radius:1rem;color:#3ddc84;margin:0 auto 1.5rem}.cta-wrapper h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (max-width: 768px){.cta-wrapper h2{font-size:1.5rem}}.cta-wrapper p{font-size:1.125rem;color:#ffffffb3;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.cta-wrapper p{font-size:1rem}}.cta-wrapper .btn-download-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#3ddc84,#2eaf6b);color:#fff;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:9999px;box-shadow:0 8px 30px #3ddc8466;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.cta-wrapper .btn-download-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #3ddc8480;color:#fff}.cta-wrapper .btn-download-cta svg{flex-shrink:0}.submit-recipe-main{min-height:100vh;background:#fdfbf7;padding:1.5rem 1rem 3rem}@media (max-width: 768px){.submit-recipe-main{padding:1rem .75rem 2.5rem}}.submit-recipe-container{max-width:680px;margin:0 auto}.submit-recipe-header{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}@media (max-width: 768px){.submit-recipe-header{margin-bottom:1.5rem;padding:1.5rem .75rem}}.submit-recipe-header-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:9999px;background:linear-gradient(135deg,#fdf0c3,#fbe48f);color:#926a20;margin-bottom:1rem}.submit-recipe-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.submit-recipe-subtitle{font-size:1rem;color:#4a4a4a;margin:0}.submit-recipe-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}@media (max-width: 768px){.submit-recipe-form{padding:1.25rem 1rem}}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.form-label .required{color:#d32f2f}.form-hint{font-size:.75rem;color:#7a7a7a;margin:0 0 .5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #E5E0D5;border-radius:.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .15s cubic-bezier(0,0,.2,1);outline:none;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#d4a532;box-shadow:0 0 0 3px #d4a5321a}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#a5a5a5}.form-input.field-error,.form-select.field-error,.form-textarea.field-error{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.form-input-small{max-width:160px}.form-textarea{min-height:160px;resize:vertical;line-height:1.625}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 12px center;padding-left:2.5rem}.form-row{display:flex;gap:1rem}@media (max-width: 576px){.form-row{flex-direction:column;gap:0}}.form-group-half{flex:1}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border:2px solid #E5E0D5;border-radius:9999px;font-size:.875rem;transition:all .15s cubic-bezier(0,0,.2,1)}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#D4A532}.checkbox-label:has(input:checked){border-color:#d4a532;background:#fef9e7}.image-upload-zone{border:2px dashed #C5C0B5;border-radius:.75rem;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.image-upload-zone:hover,.image-upload-zone.drag-over{border-color:#d4a532;background:#fef9e7}.upload-zone-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon{color:#7a7a7a}.upload-text{font-size:.875rem;color:#4a4a4a;margin:0}.upload-text-or{font-size:.75rem;color:#7a7a7a;margin:0}.btn-upload{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:#d4a532;color:#fff;border:none;border-radius:.5rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.875rem;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.btn-upload:hover{background:#b88a26}.image-preview{position:relative;display:flex;align-items:center;justify-content:center;max-height:300px;border-radius:.75rem;overflow:hidden}.image-preview img{max-width:100%;max-height:300px;object-fit:contain;border-radius:.5rem}.btn-remove-image{position:absolute;top:.5rem;left:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0009;color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.btn-remove-image:hover{background:#d32f2f}.submit-ingredient-selector{border:2px solid #E5E0D5;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;background:#f8f5ef}.ingredient-search-row{margin-bottom:.75rem}.ingredient-search-row .form-input{border-color:#fff}.submit-ing-tabs{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:.75rem;-webkit-overflow-scrolling:touch}.submit-ing-tabs::-webkit-scrollbar{height:4px}.submit-ing-tabs::-webkit-scrollbar-thumb{background:#e5e0d5;border-radius:2px}.submit-ing-tab{flex-shrink:0;padding:.25rem .75rem;border:1px solid #E5E0D5;border-radius:9999px;background:#fff;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.75rem;color:#4a4a4a;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.submit-ing-tab:hover{border-color:#d4a532;color:#d4a532}.submit-ing-tab.is-active{background:#d4a532;color:#fff;border-color:#d4a532}.submit-ing-chips{display:flex;flex-wrap:wrap;gap:.25rem;max-height:250px;overflow-y:auto;padding:.25rem 0}.submit-ing-chips::-webkit-scrollbar{width:4px}.submit-ing-chips::-webkit-scrollbar-thumb{background:#e5e0d5;border-radius:2px}.submit-ing-chip{display:inline-flex;align-items:center;padding:.25rem .75rem;border:1px solid #E5E0D5;border-radius:9999px;background:#fff;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.75rem;color:#4a4a4a;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.submit-ing-chip:hover{border-color:#f2c336;background:#fef9e7}.submit-ing-chip.is-selected{background:#d4a532;color:#fff;border-color:#d4a532}.submit-ing-chip .chip-check{display:none;margin-right:4px;font-size:12px}.submit-ing-chip.is-selected .chip-check{display:inline}.submit-ing-no-results{text-align:center;padding:1.25rem 1rem;color:#7a7a7a;font-size:.875rem}.field-error-hint{display:block;font-size:.75rem;color:#d32f2f;margin-top:.25rem}.ing-chip{display:inline-flex;align-items:center;padding:.25rem .75rem;border:1px solid #E5E0D5;border-radius:9999px;background:#fff;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:.75rem;color:#4a4a4a;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.ing-chip:hover{border-color:#f2c336;background:#fef9e7}.ing-chip.is-selected{background:#d4a532;color:#fff;border-color:#d4a532}.selected-ingredients-list .empty-ingredients{text-align:center;font-size:.875rem;color:#7a7a7a;padding:1rem 0;margin:0}.selected-ing-row{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f8f5ef;border-radius:.5rem;margin-bottom:.5rem}@media (max-width: 576px){.selected-ing-row{flex-wrap:wrap}}.selected-ing-name{font-size:.875rem;font-weight:600;color:#1a1a1a;min-width:100px}@media (max-width: 576px){.selected-ing-name{width:100%;margin-bottom:.25rem}}.ing-quantity{width:100px!important;font-size:.875rem!important;padding:.25rem .5rem!important}@media (max-width: 576px){.ing-quantity{width:auto!important;flex:1}}.ing-unit{width:auto!important;min-width:100px;font-size:.875rem!important;padding:.25rem 2rem .25rem .5rem!important}@media (max-width: 576px){.ing-unit{flex:1}}.btn-remove-ing{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#ffebee;color:#d32f2f;border-radius:9999px;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);flex-shrink:0}.btn-remove-ing:hover{background:#d32f2f;color:#fff}.submit-errors{background:#ffebee;border:1px solid rgba(211,47,47,.2);border-radius:.5rem;padding:1rem;margin-bottom:1rem}.submit-error{font-size:.875rem;color:#d32f2f;padding:.25rem 0}.submit-error:before{content:"• "}.form-actions{padding-top:1rem;border-top:1px solid #F0EBE0;margin-top:1.5rem}.btn-submit-recipe{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;background:linear-gradient(135deg,#d4a532,#b88a26);color:#fff;border:none;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-submit-recipe:hover:not(:disabled){box-shadow:0 10px 40px -10px #d4a53259;transform:translateY(-1px)}.btn-submit-recipe:disabled{opacity:.7;cursor:not-allowed}.btn-loading{display:inline-flex;align-items:center;gap:.5rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-recipe-success{text-align:center;padding:3rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.submit-recipe-success h2{font-size:1.5rem;color:#558b2f;margin:1rem 0}.submit-recipe-success p{font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:9999px;background:#dcedc8;color:#558b2f}.btn-submit-another{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#d4a532;color:#fff;border:none;border-radius:.75rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-submit-another:hover{background:#b88a26}.user-recipe-credit{background:#fef9e7;border:1px solid #FDF0C3;border-radius:.5rem;padding:.75rem 1rem;margin-top:1.5rem;font-size:.875rem;color:#4a4a4a;text-align:center}.user-recipe-credit a{color:#b88a26;text-decoration:none;font-weight:600}.user-recipe-credit a:hover{text-decoration:underline}.ingredient-page-main,.ingredient-category-archive{max-width:960px;margin:0 auto;padding:.75rem}@media (min-width: 768px){.ingredient-page-main,.ingredient-category-archive{padding:1rem}}.ingredient-page-container,.ingredient-category-container{width:100%}.ingredient-section{margin-bottom:2rem}@media (min-width: 768px){.ingredient-section{margin-bottom:2.5rem}}.section-heading{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;position:relative;border-bottom:none}.section-heading svg{color:#d4a532;flex-shrink:0}.section-heading:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:3px;background:#d4a532;border-radius:9999px}.section-heading .section-count{font-size:.875rem;color:#7a7a7a;font-weight:400;margin-right:.25rem}.section-heading .per-serving-note{font-size:.75rem;font-weight:400;color:#7a7a7a;margin-right:.5rem}.ingredient-recipes-section .section-heading:after{background:linear-gradient(to left,#d4a532,#c62828)}.ingredient-overview-section .section-heading:after{background:linear-gradient(to left,#d4a532,#558b2f)}.ingredient-buying-section .section-heading:after{background:linear-gradient(to left,#c62828,#d4a532)}.ingredient-storage-section .section-heading:after{background:linear-gradient(to left,#00897b,#558b2f)}.ingredient-preparation-section .section-heading:after{background:linear-gradient(to left,#b88a26,#d4a532)}.ingredient-tips-section .section-heading:after{background:linear-gradient(to left,#f9a825,#d4a532)}.subsection-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.ingredient-hero{position:relative;border-radius:1rem;overflow:hidden;margin-bottom:2rem;background:#f0ebe0}@media (min-width: 768px){.ingredient-hero{margin-bottom:3.5rem}}.ingredient-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to left,#d4a532,#c62828,#d4a532);z-index:3}.ingredient-hero-image{position:relative;max-height:280px;overflow:hidden}@media (min-width: 768px){.ingredient-hero-image{max-height:380px}}.ingredient-hero-image .hero-img{width:100%;height:100%;object-fit:cover;display:block}.ingredient-hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0z' fill='none' stroke='%23D4A532' stroke-width='0.5' opacity='0.08'/%3E%3C/svg%3E");background-size:60px 60px;pointer-events:none;opacity:.03;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(74,52,15,.92) 0%,rgba(74,52,15,.6) 35%,rgba(74,52,15,.15) 70%,transparent 100%)}.ingredient-hero-content{position:relative;padding:1.5rem 1rem 2rem;z-index:2}@media (min-width: 768px){.ingredient-hero-content{padding:2.5rem 2rem}}.ingredient-hero:has(.ingredient-hero-image){min-height:260px}@media (min-width: 768px){.ingredient-hero:has(.ingredient-hero-image){min-height:320px}}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:4;color:#fff}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content .ingredient-title{color:#fff}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content .english-name{color:#fffc}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content .scientific-name{color:#fff9}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content .ingredient-short-desc{color:#ffffffd9}.ingredient-hero:has(.ingredient-hero-image) .ingredient-hero-content .stat-badge{background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;box-shadow:none}.ingredient-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}@media (min-width: 768px){.ingredient-title{font-size:2.25rem}}.ingredient-subtitle{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.ingredient-subtitle .english-name{font-size:1.125rem;color:#4a4a4a;font-style:italic}.ingredient-subtitle .scientific-name{font-size:.875rem;color:#7a7a7a;font-style:italic}.ingredient-short-desc{font-size:1rem;color:#4a4a4a;line-height:1.625;margin-bottom:1rem;max-width:700px}.ingredient-quick-stats{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.stat-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#fff;color:#4a4a4a;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;white-space:nowrap}.stat-badge svg{flex-shrink:0}.stat-recipes svg{color:#d4a532}.stat-calories svg{color:#d32f2f}.stat-category{color:#fff!important}.ingredient-recipes-section{background:#f8f5ef;border-radius:1rem;padding:1.25rem .75rem;margin-bottom:2.5rem}@media (min-width: 768px){.ingredient-recipes-section{padding:2rem 1.5rem;margin-bottom:4rem}}.ingredient-filter-bar{margin-bottom:1.25rem;background:#fff;border-radius:.75rem;padding:.75rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}@media (min-width: 768px){.ingredient-filter-bar{display:inline-block}}.filter-bar-inner{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-ms-overflow-style:none;scrollbar-width:none}.filter-bar-inner::-webkit-scrollbar{display:none}@media (min-width: 768px){.filter-bar-inner{overflow:visible;flex-wrap:nowrap;padding-bottom:0}}.filter-select{border:1px solid #E5E0D5;border-radius:.5rem;font-size:.875rem;font-family:inherit;background:#fff;color:#1a1a1a;min-width:100px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A7A7A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 10px center;padding:.625rem 1rem .625rem 1.5rem;transition:border-color .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}.filter-select:focus{border-color:#d4a532;box-shadow:0 0 0 3px #d4a5321a;outline:none}.ingredient-recipes-grid{display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width: 480px){.ingredient-recipes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.ingredient-recipes-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 1024px){.ingredient-recipes-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.ingredient-load-more{text-align:center;margin-top:1.5rem}.btn-load-more{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.btn-load-more:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.btn-load-more:disabled{opacity:.5;cursor:not-allowed}.btn-load-more{background-color:#d4a532;color:#fff}.btn-load-more:hover:not(:disabled){background-color:#b88a26;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.btn-load-more:active:not(:disabled){transform:translateY(0)}.btn-load-more{padding:.75rem 2rem;border-radius:.75rem;font-size:1rem}.btn-load-more:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.ingredient-recipes-skeleton{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.ingredient-recipes-skeleton{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.ingredient-recipes-skeleton{grid-template-columns:repeat(4,1fr)}}.card-skeleton{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;overflow:hidden;transition:box-shadow .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)}.card-skeleton:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.card-skeleton{padding:0}.card-skeleton .skeleton-image{aspect-ratio:4/3;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem;border-radius:0}.card-skeleton .skeleton-title,.card-skeleton .skeleton-text{margin:.75rem;height:14px;background:linear-gradient(90deg,#f0ebe0 25%,#f8f5ef,#f0ebe0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:.375rem}.card-skeleton .skeleton-text{width:60%;margin-top:.5rem;margin-bottom:1rem}.ingredient-overview-section{padding-top:1.5rem}@media (min-width: 768px){.ingredient-overview-section{padding-top:2.5rem}}.ingredient-full-description{font-size:1rem;line-height:1.75;color:#4a4a4a;margin-bottom:2rem;padding:1.25rem;background:#fef9e7;border-radius:.75rem;border-right:4px solid #D4A532}@media (min-width: 768px){.ingredient-full-description{padding:1.5rem}}.ingredient-full-description p{margin-bottom:1rem}.varieties-grid,.techniques-grid,.cuts-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){.varieties-grid,.techniques-grid,.cuts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.varieties-grid,.techniques-grid,.cuts-grid{grid-template-columns:repeat(3,1fr)}}.variety-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-top:3px solid transparent;border-image:linear-gradient(to left,#d4a532,#558b2f) 1;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.variety-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.variety-card h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.variety-card p{font-size:.875rem;color:#4a4a4a;line-height:1.625}.ingredient-flavor-profile,.ingredient-pairs,.ingredient-facts,.ingredient-cultural{padding:1.25rem;background:#fff;border-radius:.75rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.ingredient-flavor-profile,.ingredient-pairs,.ingredient-facts,.ingredient-cultural{padding:1.5rem}}.flavor-badges,.diet-badges{display:flex;gap:.5rem;flex-wrap:wrap}.flavor-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;background:#00000008;color:var(--flavor-color, #926A20);border:1px solid rgba(0,0,0,.06);transition:transform .15s cubic-bezier(0,0,.2,1),box-shadow .15s cubic-bezier(0,0,.2,1)}.flavor-badge svg{color:var(--flavor-color, #D4A532);flex-shrink:0}.flavor-badge:hover{transform:translateY(-1px);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.pairs-list{display:flex;flex-wrap:wrap;gap:.5rem}.pairs-list .ingredient-card{flex:0 0 100px}@media (min-width: 768px){.pairs-list .ingredient-card{flex:0 0 120px}}.ingredient-card a{text-decoration:none;color:inherit}.ingredient-card-link{display:block}.ingredient-card-image{width:100%;aspect-ratio:1;border-radius:.75rem;overflow:hidden;margin-bottom:.5rem}.ingredient-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s cubic-bezier(0,0,.2,1)}.ingredient-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--placeholder-bg-light, #FEF9E7);color:var(--placeholder-bg, #D4A532);opacity:.7}.ingredient-card:hover .ingredient-card-image img{transform:scale(1.05)}.ingredient-card-info{text-align:center}.ingredient-card-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.ingredient-card-category{display:inline-block;padding:1px .5rem;border-radius:9999px;font-size:.625rem;background:#fdf0c3;color:#926a20;margin-bottom:.25rem}.ingredient-card-recipe-count{display:block;font-size:.75rem;color:#7a7a7a}.ingredient-cards-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.ingredient-cards-scroll::-webkit-scrollbar{display:none}.ingredient-cards-scroll .ingredient-card{flex:0 0 140px;scroll-snap-align:start}@media (min-width: 768px){.ingredient-cards-scroll .ingredient-card{flex:0 0 160px}}.diet-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#f1f8e9;color:#1b5e20}.facts-list{list-style:none;padding:0}.facts-list li{position:relative;padding-right:1.25rem;margin-bottom:.75rem;color:#4a4a4a;line-height:1.625}.facts-list li:before{content:"";position:absolute;right:0;top:8px;width:8px;height:8px;background:#d4a532;border-radius:9999px}.ingredient-cultural{position:relative;padding:1.5rem;background:#f8f5ef;border-radius:1rem;margin-top:1.5rem}.ingredient-cultural:before{content:"“";position:absolute;top:.5rem;right:1rem;font-size:4rem;color:#d4a532;opacity:.15;font-family:Georgia,serif;line-height:1}.ingredient-cultural p{font-size:1rem;line-height:1.75;color:#4a4a4a;position:relative;z-index:1}.ingredient-nutrition-section{background:#f1f8e9;border-radius:1rem;padding:1.25rem .75rem;margin-bottom:2.5rem}@media (min-width: 768px){.ingredient-nutrition-section{padding:2rem 1.5rem;margin-bottom:3rem}}.ingredient-nutrition-section .section-heading{color:#0d3d0f}.ingredient-nutrition-section .section-heading svg{color:#558b2f}.ingredient-nutrition-section .section-heading:after{background:linear-gradient(to left,#558b2f,#00897b)}.ingredient-nutrition-section .subsection-title{color:#145214}.nutrition-macros{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){.nutrition-macros{grid-template-columns:repeat(5,1fr)}}.macro-card{background:#fff;border-radius:.75rem;padding:1rem;text-align:center;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-right:3px solid #C5E1A5;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.macro-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.macro-card:first-child{border-right:none;background:linear-gradient(135deg,#f1f8e9,#dcedc8);border:2px solid #C5E1A5}.macro-value{display:block;font-size:1.5rem;font-weight:700;color:#1b5e20}.macro-card:first-child .macro-value{font-size:1.875rem;color:#0d3d0f}.macro-unit{display:block;font-size:.75rem;color:#7a7a7a;margin-bottom:.25rem}.macro-label{display:block;font-size:.875rem;color:#4a4a4a}.nutrition-micronutrients{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.nutrition-micronutrients{grid-template-columns:repeat(2,1fr)}}.micronutrient-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:.5rem;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0000000d}.micronutrient-table td{padding:.75rem 1rem;font-size:.875rem}.micronutrient-table tr:nth-child(2n){background:#f8f5ef}.micronutrient-table td:first-child{color:#1a1a1a;font-weight:500}.micronutrient-table td:last-child{color:#1b5e20;font-weight:500;text-align:left}.benefits-list{list-style:none;padding:0}.benefits-list li{position:relative;padding-right:1.25rem;margin-bottom:.75rem;color:#4a4a4a;line-height:1.625}.benefits-list li:before{content:"✓";position:absolute;right:0;color:#558b2f;font-weight:700}.ingredient-allergy-warning{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.25rem;background:#fff8e1;border-radius:.75rem;margin-top:1.25rem;border:1px solid rgba(249,168,37,.2)}.ingredient-allergy-warning svg{color:#f9a825;flex-shrink:0;margin-top:2px}.ingredient-allergy-warning p{font-size:.875rem;color:#4a4a4a}.ingredient-buying-section{padding-top:1.5rem}@media (min-width: 768px){.ingredient-buying-section{padding-top:2rem}}.buying-tips{font-size:1rem;color:#4a4a4a;line-height:1.625;margin-bottom:1.5rem;padding:1.25rem;background:#f8f5ef;border-radius:.75rem;position:relative;overflow:hidden}.buying-tips:after{content:"";position:absolute;top:-20px;left:-20px;width:100px;height:100px;background:#d4a5320a;border-radius:9999px;pointer-events:none}.season-months{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.month-badge{padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;background:#f0ebe0;color:#7a7a7a;transition:all .15s cubic-bezier(0,0,.2,1)}.month-active{background:#558b2f;color:#fff;font-weight:600;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.buying-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#f8f5ef;border-radius:.75rem}.price-label{font-size:.875rem;color:#4a4a4a}.price-badge{padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.price-low{background:#f1f8e9;color:#558b2f}.price-medium{background:#fff8e1;color:#f9a825}.price-high{background:#ffebee;color:#d32f2f}.ingredient-substitutes{margin-top:1rem}.ingredient-storage-section{padding-top:1rem}@media (min-width: 768px){.ingredient-storage-section{padding-top:1.5rem}}.storage-cards{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}@media (min-width: 480px){.storage-cards{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.storage-cards{gap:1rem}}.storage-card{background:#fff;border-radius:.75rem;padding:1.25rem;text-align:center;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-top:3px solid #00897B;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1)}.storage-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.storage-card:nth-child(1){border-top-color:#42a5f5}.storage-card:nth-child(1) svg{color:#42a5f5}.storage-card:nth-child(2){border-top-color:#26c6da}.storage-card:nth-child(2) svg{color:#26c6da}.storage-card:nth-child(3){border-top-color:#d4a532}.storage-card:nth-child(3) svg{color:#d4a532}.storage-card svg{margin-bottom:.75rem;width:32px;height:32px}.storage-method{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.storage-duration{display:block;font-size:1.25rem;font-weight:700;color:#00897b}.storage-tips{font-size:.875rem;color:#4a4a4a;line-height:1.625}.freezing-instructions{padding:1.25rem;background:#e0f2f1;border-radius:.75rem;margin-top:1rem;border-right:3px solid #00897B}.freezing-instructions p{font-size:.875rem;color:#4a4a4a;line-height:1.625}.ingredient-preparation-section{padding-top:1rem}@media (min-width: 768px){.ingredient-preparation-section{padding-top:1.5rem}}.preparation-techniques,.preparation-cuts{margin-bottom:1.5rem}.technique-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;position:relative;border-right:3px solid #D4A532;overflow:hidden}.technique-card:after{content:"";position:absolute;bottom:-10px;left:-10px;width:60px;height:60px;background:#d4a5320d;border-radius:9999px}.technique-card h4{font-size:1rem;font-weight:600;color:#6d4d19;margin-bottom:.5rem}.technique-card p{font-size:.875rem;color:#4a4a4a;line-height:1.625;position:relative;z-index:1}.cut-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:inset 0 2px 4px #0000000f;border:1px solid #F0EBE0}.cut-card h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.cut-card p{font-size:.875rem;color:#4a4a4a;line-height:1.625}.pro-tips{margin-top:1.5rem}.pro-tips-list{list-style:none;padding:0;counter-reset:tip-counter}.pro-tips-list li{position:relative;padding-right:2rem;margin-bottom:1rem;color:#4a4a4a;line-height:1.625;counter-increment:tip-counter}.pro-tips-list li:before{content:counter(tip-counter);position:absolute;right:0;top:0;width:28px;height:28px;background:#d4a532;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.ingredient-tips-section{background:#fef9e7;border-radius:1rem;padding:1.25rem .75rem;margin-bottom:2.5rem}@media (min-width: 768px){.ingredient-tips-section{padding:2rem 1.5rem;margin-bottom:3rem}}.quick-tips-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){.quick-tips-grid{grid-template-columns:repeat(2,1fr)}}.quick-tip-card{background:#fff;border-radius:.75rem;padding:1.25rem;font-size:.875rem;color:#4a4a4a;line-height:1.625;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-right:3px solid #D4A532;transition:transform .2s cubic-bezier(0,0,.2,1)}.quick-tip-card:hover{transform:translateY(-2px)}.quick-tip-card:nth-child(3n+1){border-right-color:#d4a532}.quick-tip-card:nth-child(3n+2){border-right-color:#558b2f}.quick-tip-card:nth-child(3n+3){border-right-color:#00897b}.faq-accordion{margin-bottom:1.5rem}.faq-item{border:1px solid #F0EBE0;border-radius:.75rem;margin-bottom:.75rem;overflow:hidden;background:#fff;transition:box-shadow .15s cubic-bezier(0,0,.2,1),border-color .15s cubic-bezier(0,0,.2,1)}.faq-item:hover{box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-color:#fbe48f}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;background:none;border:none;font-size:1rem;font-weight:600;font-family:inherit;color:#1a1a1a;cursor:pointer;text-align:right;line-height:1.375}.faq-question:hover{background:#f8f5ef}.faq-question .faq-toggle{transition:transform .15s cubic-bezier(0,0,.2,1);flex-shrink:0;margin-right:.75rem}.faq-question[aria-expanded=true] .faq-toggle{transform:rotate(180deg)}.faq-answer{padding:1.25rem;border-top:1px solid #F0EBE0}.faq-answer p{font-size:1rem;color:#1a1a1a;line-height:1.75}.mistakes-accordion .faq-item{border-color:#c6282826}.mistakes-accordion .faq-item .faq-question{color:#1a1a1a}.mistakes-accordion .faq-item .faq-answer strong{color:#8e0000}.ingredient-related-section{padding:2rem 0}@media (min-width: 768px){.ingredient-related-section{padding:2.5rem 0}}.ingredient-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid transparent;border-image:linear-gradient(to left,#fdf0c3,#f0ebe0,#fdf0c3) 1;margin-top:2rem}.last-updated{font-size:.875rem;color:#7a7a7a}.btn-back-to-top{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#d4a532;color:#fff;border:none;border-radius:9999px;font-size:.875rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.btn-back-to-top:hover{background:#b88a26;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259;color:#fff}.ingredient-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.category-header-icon{width:64px;height:64px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-header-icon svg{width:32px;height:32px;fill:#fff}.category-header-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.category-header-description{font-size:.875rem;color:#4a4a4a;margin-bottom:.5rem}.category-header-count{font-size:.75rem;color:#7a7a7a}.ingredient-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.ingredient-category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.ingredient-category-grid{grid-template-columns:repeat(4,1fr)}}.ingredient-category-grid .ingredient-card{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;transition:all .2s cubic-bezier(0,0,.2,1)}.ingredient-category-grid .ingredient-card:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;transform:translateY(-4px)}.no-ingredients-message{text-align:center;padding:3rem 1rem;color:#7a7a7a;font-size:1.125rem}@media (max-width: 767px){.ingredient-page-main{padding:.5rem}.ingredient-hero{border-radius:.75rem}.ingredient-recipes-section,.ingredient-nutrition-section,.ingredient-tips-section{border-radius:.75rem;padding:1rem .75rem}.section-heading{font-size:1.125rem;margin-bottom:1rem;padding-bottom:.75rem}.section-heading svg{width:18px;height:18px}.subsection-title{font-size:.875rem}.macro-card{padding:.75rem}.macro-value{font-size:1.25rem}.pairs-list{gap:.375rem}.ingredient-hero-content{padding:1rem .75rem 1.5rem}.ingredient-title{font-size:1.25rem}.ingredient-full-description,.variety-card,.technique-card,.cut-card,.storage-card{padding:1rem}.storage-card svg{width:24px;height:24px}.ingredient-cultural:before{font-size:3rem}.faq-question{padding:.75rem 1rem;font-size:.875rem}.faq-answer{padding:.75rem 1rem}.ingredient-flavor-profile,.ingredient-pairs,.ingredient-facts,.ingredient-cultural{padding:1rem}.btn-back-to-top{padding:.5rem 1rem;font-size:.75rem}.ingredient-footer{flex-direction:column;gap:.75rem;text-align:center}}.ingredients-landing-main{min-height:100vh}.il-container{max-width:960px;margin:0 auto;padding:0 .75rem}@media (min-width: 768px){.il-container{padding:0 1.25rem}}@media (min-width: 1024px){.il-container{max-width:1200px}}.il-section-heading{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;padding-bottom:.75rem;position:relative}.il-section-heading svg{color:#d4a532;flex-shrink:0}.il-section-heading:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:3px;background:linear-gradient(to left,#d4a532,#558b2f);border-radius:9999px}@media (min-width: 768px){.il-section-heading{font-size:1.5rem;margin-bottom:1.5rem}}.il-hero{position:relative;overflow:hidden;background:#4a340f;padding:2.5rem .75rem 2rem}@media (min-width: 768px){.il-hero{padding:4rem 1.25rem 3rem}}@media (min-width: 1024px){.il-hero{padding:5rem 1.5rem 4rem}}.il-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.il-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0z' fill='none' stroke='%23D4A532' stroke-width='0.5' opacity='0.12'/%3E%3C/svg%3E");background-size:60px 60px;opacity:.15}.il-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4a340ff2,#6d4d19d9,#4a340fe6)}.il-hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}.il-hero-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 1rem;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:9999px;color:#ffffffe6;font-size:.875rem;font-weight:500;margin-bottom:1.25rem}.il-hero-badge svg{color:#f7d55b}.il-hero-title{margin-bottom:1rem}@media (min-width: 768px){.il-hero-title{margin-bottom:1.5rem}}.il-hero-title-main{display:block;font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#fbe48f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.il-hero-title-main{font-size:3rem}}@media (min-width: 1024px){.il-hero-title-main{font-size:3.75rem}}.il-hero-title-sub{display:block;font-size:1rem;font-weight:400;color:#ffffffbf;line-height:1.625}@media (min-width: 768px){.il-hero-title-sub{font-size:1.125rem}}.il-hero-desc{font-size:.875rem;color:#ffffffa6;line-height:1.625;max-width:520px;margin:0 auto 1.5rem}@media (min-width: 768px){.il-hero-desc{font-size:1rem;margin-bottom:2rem}}.il-hero-stats{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;display:inline-flex}@media (min-width: 768px){.il-hero-stats{gap:1.5rem;padding:1.25rem 2rem}}.il-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.il-stat-value{font-size:1.5rem;font-weight:700;color:#fbe48f}@media (min-width: 768px){.il-stat-value{font-size:1.875rem}}.il-stat-label{font-size:.75rem;color:#fff9;white-space:nowrap}.il-stat-icon{color:#fbe48f;margin-bottom:.25rem}.il-stat-divider{width:1px;height:32px;background:#ffffff26}.il-intro{padding:2rem 0}@media (min-width: 768px){.il-intro{padding:3rem 0}}.il-intro-text{margin-bottom:1.5rem}@media (min-width: 768px){.il-intro-text{margin-bottom:2rem}}.il-intro-lead{font-size:1rem;color:#4a4a4a;line-height:1.75;max-width:700px;margin:0}@media (min-width: 768px){.il-intro-lead{font-size:1.125rem}}.il-intro-cards{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem}@media (min-width: 480px){.il-intro-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.il-intro-cards{grid-template-columns:repeat(3,1fr);gap:1rem}}.il-intro-card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;transition:transform .2s cubic-bezier(0,0,.2,1),box-shadow .2s cubic-bezier(0,0,.2,1);border-top:3px solid #F0EBE0}.il-intro-card:hover{transform:translateY(-3px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.il-intro-card h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.il-intro-card p{font-size:.875rem;color:#4a4a4a;line-height:1.625;margin:0}.il-intro-card:nth-child(1){border-top-color:#558b2f}.il-intro-card:nth-child(2){border-top-color:#d4a532}.il-intro-card:nth-child(3){border-top-color:#00897b}.il-intro-card-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.il-intro-card-icon svg{width:24px;height:24px}.il-intro-card-icon.il-icon-nutrition{background:#f1f8e9}.il-intro-card-icon.il-icon-nutrition svg{color:#558b2f}.il-intro-card-icon.il-icon-buying{background:#fef9e7}.il-intro-card-icon.il-icon-buying svg{color:#d4a532}.il-intro-card-icon.il-icon-storage{background:#e0f2f1}.il-intro-card-icon.il-icon-storage svg{color:#00897b}.il-intro-image-placeholder{display:none}.il-categories{padding-bottom:2.5rem}@media (min-width: 768px){.il-categories{padding-bottom:4rem}}.il-categories-header{margin-bottom:1.5rem}@media (min-width: 768px){.il-categories-header{margin-bottom:2rem}}.il-categories-desc{font-size:.875rem;color:#4a4a4a;line-height:1.625;margin:0}@media (min-width: 768px){.il-categories-desc{font-size:1rem}}.il-category-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #F0EBE0}.il-category-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (min-width: 768px){.il-category-block{margin-bottom:2.5rem;padding-bottom:2.5rem}}.il-category-block--has-image .il-category-link{flex-direction:column;overflow:hidden;padding:0;border-inline-start:none}@media (min-width: 768px){.il-category-block--has-image .il-category-link{flex-direction:row;padding:0;gap:0}}.il-category-block--has-image .il-category-arrow{color:#fff}@media (max-width: 767px){.il-category-block--has-image .il-category-arrow{color:var(--cat-color, #D4A532)}}.il-category-block--has-image .il-category-name{color:#1a1a1a}@media (min-width: 768px){.il-category-block--has-image .il-category-name{color:#1a1a1a}}.il-category-block--has-image .il-category-desc{color:#4a4a4a}.il-category-block--has-image .il-category-count{color:#7a7a7a}.il-category-header{margin-bottom:1rem}@media (min-width: 768px){.il-category-header{margin-bottom:1.25rem}}.il-category-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(0,0,.2,1);border-right:4px solid var(--cat-color, #D4A532)}.il-category-link:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;transform:translate(-2px)}.il-category-link:hover .il-category-arrow{transform:translate(-4px);color:var(--cat-color, #D4A532)}.il-category-link:hover .il-category-image img{transform:scale(1.05)}@media (min-width: 768px){.il-category-link{padding:1.25rem 1.5rem;gap:1.25rem}}.il-category-image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:1rem 1rem 0 0;flex-shrink:0}@media (min-width: 768px){.il-category-image{width:140px;border-radius:1rem}}@media (min-width: 1024px){.il-category-image{width:160px}}.il-category-image img{width:100%;height:100%;object-fit:contain;transition:transform .2s cubic-bezier(0,0,.2,1)}.il-category-block--has-image .il-category-info{padding:.75rem 1rem}@media (min-width: 768px){.il-category-block--has-image .il-category-info{padding:1rem 1.25rem;display:flex;flex-direction:column;justify-content:center}}.il-category-icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.il-category-icon svg{width:28px;height:28px;fill:#fff}@media (min-width: 768px){.il-category-icon{width:64px;height:64px}.il-category-icon svg{width:32px;height:32px}}.il-category-info{flex:1;min-width:0}.il-category-name{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}@media (min-width: 768px){.il-category-name{font-size:1.25rem}}.il-category-desc{font-size:.875rem;color:#4a4a4a;line-height:1.625;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.il-category-count{font-size:.75rem;color:#7a7a7a;font-weight:500}.il-category-arrow{flex-shrink:0;color:#a5a5a5;transition:all .15s cubic-bezier(0,0,.2,1)}@media (min-width: 768px){.il-category-arrow{width:24px;height:24px}}.il-category-ingredients{display:flex;flex-wrap:wrap;gap:.5rem}@media (min-width: 768px){.il-category-ingredients{gap:.625rem}}.il-category-ingredients .ingredient-card{flex:0 0 100px}@media (min-width: 768px){.il-category-ingredients .ingredient-card{flex:0 0 120px}}.il-category-ingredients .ingredient-card .ingredient-card-image{border-radius:.5rem;margin-bottom:.375rem}.il-category-ingredients .ingredient-card .ingredient-card-image img{transition:transform .2s cubic-bezier(0,0,.2,1)}.il-category-ingredients .ingredient-card .ingredient-card-title{font-size:.75rem}.il-category-ingredients .ingredient-card .ingredient-card-category{font-size:.625rem}.il-cta{margin:1rem 0 2rem}@media (min-width: 768px){.il-cta{margin:2rem 0 3rem}}.il-cta-content{text-align:center;padding:2rem 1.25rem;background:linear-gradient(135deg,#fef9e7,#f1f8e9);border-radius:1.5rem;border:1px solid #FDF0C3;position:relative;overflow:hidden}.il-cta-content:before{content:"";position:absolute;top:-40px;left:-40px;width:120px;height:120px;background:#d4a5320f;border-radius:9999px;pointer-events:none}.il-cta-content:after{content:"";position:absolute;bottom:-30px;right:-30px;width:80px;height:80px;background:#558b2f0f;border-radius:9999px;pointer-events:none}@media (min-width: 768px){.il-cta-content{padding:3rem 2rem}}.il-cta-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;position:relative;z-index:1}@media (min-width: 768px){.il-cta-title{font-size:1.875rem;margin-bottom:1rem}}.il-cta-desc{font-size:1rem;color:#4a4a4a;line-height:1.625;max-width:450px;margin:0 auto 1.5rem;position:relative;z-index:1}@media (min-width: 768px){.il-cta-desc{margin-bottom:2rem}}.il-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Vazirmatn,Vazir,Tahoma,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.il-cta-button:focus-visible{outline:2px solid #D4A532;outline-offset:2px}.il-cta-button:disabled{opacity:.5;cursor:not-allowed}.il-cta-button{background-color:#d4a532;color:#fff}.il-cta-button:hover:not(:disabled){background-color:#b88a26;transform:translateY(-2px);box-shadow:0 10px 40px -10px #d4a53259}.il-cta-button:active:not(:disabled){transform:translateY(0)}.il-cta-button{padding:.875rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:700;position:relative;z-index:1}.il-cta-button svg{margin-left:.25rem}.il-cta-button:hover{color:#fff}.il-empty{text-align:center;padding:3rem 1rem;color:#7a7a7a;font-size:1rem}@media (max-width: 767px){.il-hero{padding:2rem .75rem 1.5rem}.il-hero-title-main{font-size:1.875rem}.il-hero-title-sub{font-size:.875rem}.il-hero-stats{gap:.75rem;padding:.75rem 1rem}.il-stat-value{font-size:1.25rem}.il-section-heading{font-size:1.125rem;gap:.5rem}.il-section-heading svg{width:18px;height:18px}.il-section-heading:after{width:40px;height:2px}.il-category-link{padding:.75rem 1rem;gap:.75rem}.il-category-icon{width:44px;height:44px}.il-category-icon svg{width:22px;height:22px}.il-category-name{font-size:1rem}.il-intro-card{padding:1rem}.il-cta-content{padding:1.5rem 1rem;border-radius:1rem}.il-cta-title{font-size:1.25rem}.il-cta-button{padding:.75rem 1.5rem;font-size:1rem}.il-intro-cards{grid-template-columns:1fr}}
