.IngredientsModal-module__HM5nuG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;animation:IngredientsModal-module__HM5nuG__fadeIn .25s var(--ease-out-expo);background:#1a2e1f99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@keyframes IngredientsModal-module__HM5nuG__fadeIn{0%{opacity:0}to{opacity:1}}.IngredientsModal-module__HM5nuG__modal{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:520px;max-height:85vh;animation:IngredientsModal-module__HM5nuG__slideUp .35s var(--ease-out-expo);box-shadow:var(--shadow-xl);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}@keyframes IngredientsModal-module__HM5nuG__slideUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.IngredientsModal-module__HM5nuG__header{border-bottom:1px solid var(--border);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.IngredientsModal-module__HM5nuG__title{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.625rem;font-size:1.35rem;font-weight:700;display:flex}.IngredientsModal-module__HM5nuG__title:before{content:"📋";font-size:1.25rem}.IngredientsModal-module__HM5nuG__closeButton{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);transition:all .2s var(--ease-out-expo);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.5rem;display:flex}.IngredientsModal-module__HM5nuG__closeButton:hover{color:var(--accent-coral);border-color:var(--accent-coral);background:#ff6b4a1a}.IngredientsModal-module__HM5nuG__recipeName{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-primary)100%);border-bottom:1px solid var(--border);flex-direction:column;gap:.375rem;padding:1rem 1.5rem;font-size:.95rem;display:flex}.IngredientsModal-module__HM5nuG__recipeLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:600}.IngredientsModal-module__HM5nuG__recipeName strong{color:var(--text-primary);font-weight:600}.IngredientsModal-module__HM5nuG__content{flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.IngredientsModal-module__HM5nuG__list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.IngredientsModal-module__HM5nuG__item{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s var(--ease-out-expo);align-items:center;gap:1rem;padding:.875rem;display:flex}.IngredientsModal-module__HM5nuG__item:hover{border-color:var(--accent-green);box-shadow:var(--shadow-sm)}.IngredientsModal-module__HM5nuG__productImage{background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.IngredientsModal-module__HM5nuG__productImage img{object-fit:contain;max-width:100%;max-height:100%}.IngredientsModal-module__HM5nuG__productImage span{font-size:1.75rem}.IngredientsModal-module__HM5nuG__productInfo{flex:1;min-width:0}.IngredientsModal-module__HM5nuG__productTitle{color:var(--text-primary);margin-bottom:.375rem;font-size:.9rem;font-weight:600;line-height:1.35;display:block}.IngredientsModal-module__HM5nuG__productPricing{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.IngredientsModal-module__HM5nuG__originalPrice{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.IngredientsModal-module__HM5nuG__discountedPrice{color:var(--accent-green);font-size:1rem;font-weight:700}.IngredientsModal-module__HM5nuG__discount{color:#fff;background:var(--accent-coral);border-radius:var(--radius-sm);padding:.2rem .5rem;font-size:.7rem;font-weight:700}.IngredientsModal-module__HM5nuG__empty{text-align:center;color:var(--text-muted);padding:3rem 2rem;font-size:1rem}.IngredientsModal-module__HM5nuG__empty:before{content:"🛒";margin-bottom:1rem;font-size:3rem;display:block}.IngredientsModal-module__HM5nuG__additional{border-top:1px solid var(--border);background:var(--bg-secondary);padding:1rem 1.5rem}.IngredientsModal-module__HM5nuG__additionalTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.9rem;font-weight:700;display:flex}.IngredientsModal-module__HM5nuG__additionalTitle:before{content:"📝";font-size:.9rem}.IngredientsModal-module__HM5nuG__additionalList{color:var(--text-secondary);margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.6}.IngredientsModal-module__HM5nuG__additionalList li{margin-bottom:.25rem}.IngredientsModal-module__HM5nuG__exportButtons{border-top:1px solid var(--border);background:var(--bg-card);grid-template-columns:1fr 1fr;gap:.625rem;padding:1.25rem 1.5rem;display:grid}.IngredientsModal-module__HM5nuG__exportButton{background:var(--text-primary);color:#fff;border-radius:var(--radius-md);font-size:.85rem;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all .2s var(--ease-out-expo);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.IngredientsModal-module__HM5nuG__exportButton:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.IngredientsModal-module__HM5nuG__exportButton:active{transform:translateY(0)}.IngredientsModal-module__HM5nuG__exportButton svg{flex-shrink:0}.IngredientsModal-module__HM5nuG__sheetsButton{background:#1a73e8}.IngredientsModal-module__HM5nuG__sheetsButton:hover{background:#1557b0}@media (max-width:640px){.IngredientsModal-module__HM5nuG__modal{border-radius:var(--radius-xl)var(--radius-xl)0 0;max-width:100%;max-height:92vh;position:fixed;bottom:0;left:0;right:0}.IngredientsModal-module__HM5nuG__overlay{align-items:flex-end;padding:0}.IngredientsModal-module__HM5nuG__header{padding:1rem 1.25rem}.IngredientsModal-module__HM5nuG__title{font-size:1.2rem}.IngredientsModal-module__HM5nuG__content{padding:1rem 1.25rem}.IngredientsModal-module__HM5nuG__exportButtons{grid-template-columns:1fr;padding:1rem 1.25rem}.IngredientsModal-module__HM5nuG__exportButton{padding:.875rem 1rem}}
.Header-module__arFiJq__header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);background:#faf8f4d9;padding:.875rem 2rem;position:sticky;top:0}.Header-module__arFiJq__headerContent{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Header-module__arFiJq__backLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:all .2s var(--ease-out-expo);align-items:center;gap:.5rem;min-width:90px;padding:.5rem .875rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.Header-module__arFiJq__backLink:hover{color:var(--accent-green);background:var(--bg-secondary)}.Header-module__arFiJq__backLink svg{transition:transform .2s var(--ease-out-expo)}.Header-module__arFiJq__backLink:hover svg{transform:translate(-3px)}.Header-module__arFiJq__logo{font-family:var(--font-display);color:var(--text-primary);transition:transform .2s var(--ease-out-expo);align-items:center;gap:.625rem;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.Header-module__arFiJq__logo:hover{transform:scale(1.02)}.Header-module__arFiJq__logoIcon{filter:drop-shadow(0 2px 4px #0000001a);font-size:1.6rem}.Header-module__arFiJq__logoText{background:linear-gradient(135deg,var(--accent-green)0%,var(--accent-green-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__arFiJq__spacer{min-width:90px}.Header-module__arFiJq__batchInfo{color:var(--text-secondary);background:var(--bg-secondary);border-radius:var(--radius-full);justify-content:center;align-items:center;gap:.5rem;min-width:90px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex}.Header-module__arFiJq__batchInfo:before{content:"📅";font-size:.9rem}.Header-module__arFiJq__ingredientsButton{background:var(--accent-green);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all .2s var(--ease-out-expo);box-shadow:var(--shadow-sm);border:none;align-items:center;gap:.5rem;padding:.625rem 1.125rem;display:flex;position:relative;overflow:hidden}.Header-module__arFiJq__ingredientsButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.Header-module__arFiJq__ingredientsButton:hover:before{transform:translate(100%)}.Header-module__arFiJq__ingredientsButton:hover:not(:disabled){background:var(--accent-green-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Header-module__arFiJq__ingredientsButton:active:not(:disabled){transform:translateY(0)}.Header-module__arFiJq__ingredientsButton:disabled{opacity:.7;cursor:default}.Header-module__arFiJq__ingredientsButton svg{flex-shrink:0}.Header-module__arFiJq__countBadge{background:var(--accent-yellow);min-width:20px;height:20px;color:var(--text-primary);border-radius:10px;justify-content:center;align-items:center;margin-left:2px;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}@media (max-width:768px){.Header-module__arFiJq__header{padding:.75rem 1rem}.Header-module__arFiJq__logo{font-size:1.15rem}.Header-module__arFiJq__logoIcon{font-size:1.35rem}.Header-module__arFiJq__spacer,.Header-module__arFiJq__backLink{min-width:50px}.Header-module__arFiJq__backLink span{display:none}.Header-module__arFiJq__backLink{justify-content:center;padding:.5rem}.Header-module__arFiJq__batchInfo,.Header-module__arFiJq__ingredientsButton span{display:none}.Header-module__arFiJq__ingredientsButton{padding:.625rem}}
.RecipeHero-module__M4lKna__hero{grid-template-columns:1fr 1fr;gap:3.5rem;margin-bottom:3rem;display:grid}.RecipeHero-module__M4lKna__heroImage{border-radius:var(--radius-xl);aspect-ratio:4/3;background:var(--bg-secondary);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.RecipeHero-module__M4lKna__heroImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out-expo)}.RecipeHero-module__M4lKna__heroImage:hover img{transform:scale(1.03)}.RecipeHero-module__M4lKna__imagePlaceholder{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--border)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.RecipeHero-module__M4lKna__imagePlaceholder span{font-size:6rem;animation:4s ease-in-out infinite RecipeHero-module__M4lKna__float}.RecipeHero-module__M4lKna__savingsBadge{background:var(--accent-coral);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:.75rem 1.25rem;font-size:1rem;font-weight:800;position:absolute;top:1.25rem;left:1.25rem;transform:rotate(-2deg)}.RecipeHero-module__M4lKna__heroContent{flex-direction:column;justify-content:center;display:flex}.RecipeHero-module__M4lKna__topRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.RecipeHero-module__M4lKna__topRowLeft{align-items:center;gap:.75rem;display:flex}.RecipeHero-module__M4lKna__shopBrandBadge{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-sm);align-items:center;padding:.5rem .875rem;display:flex}.RecipeHero-module__M4lKna__shopBrandLogo{object-fit:contain;width:auto;height:40px}.RecipeHero-module__M4lKna__shopSizes{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:2px;padding:.625rem .875rem;line-height:1;display:flex}.RecipeHero-module__M4lKna__shopSizeItem{white-space:nowrap;border-top:1px solid var(--border);margin-top:5px;padding-top:5px;font-size:0;line-height:0;display:block}.RecipeHero-module__M4lKna__shopSizeItem:first-child{border-top:none;margin-top:0;padding-top:0}.RecipeHero-module__M4lKna__xIcon{vertical-align:top;object-fit:contain;width:14px;height:14px;display:inline-block}.RecipeHero-module__M4lKna__category{background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.375rem;width:fit-content;padding:.5rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex}.RecipeHero-module__M4lKna__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.1}.RecipeHero-module__M4lKna__description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.RecipeHero-module__M4lKna__meta{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.RecipeHero-module__M4lKna__metaItem{align-items:center;gap:.75rem;display:flex}.RecipeHero-module__M4lKna__metaIcon{font-size:1.6rem}.RecipeHero-module__M4lKna__metaItem>div{flex-direction:column;display:flex}.RecipeHero-module__M4lKna__metaValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.35rem;font-weight:700;line-height:1.1}.RecipeHero-module__M4lKna__metaLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.RecipeHero-module__M4lKna__pricing{gap:1rem;display:flex}.RecipeHero-module__M4lKna__priceBox,.RecipeHero-module__M4lKna__savingsBox{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);transition:all .2s var(--ease-out-expo);padding:1rem 1.5rem}.RecipeHero-module__M4lKna__priceBox:hover,.RecipeHero-module__M4lKna__savingsBox:hover{border-color:var(--border-strong)}.RecipeHero-module__M4lKna__priceLabel,.RecipeHero-module__M4lKna__savingsLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.RecipeHero-module__M4lKna__prices{align-items:center;gap:.75rem;display:flex}.RecipeHero-module__M4lKna__originalPrice{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.RecipeHero-module__M4lKna__discountedPrice{font-family:var(--font-display);color:var(--text-primary);font-size:1.85rem;font-weight:800}.RecipeHero-module__M4lKna__savingsBox{background:var(--accent-green);border-color:var(--accent-green)}.RecipeHero-module__M4lKna__savingsBox .RecipeHero-module__M4lKna__savingsLabel{color:#ffffffbf}.RecipeHero-module__M4lKna__savingsAmount{font-family:var(--font-display);color:#fff;font-size:1.85rem;font-weight:800}@media (max-width:1024px){.RecipeHero-module__M4lKna__hero{grid-template-columns:1fr;gap:2.5rem}.RecipeHero-module__M4lKna__heroImage{aspect-ratio:16/9}}@media (max-width:768px){.RecipeHero-module__M4lKna__title{font-size:1.85rem}.RecipeHero-module__M4lKna__description{font-size:1.05rem}.RecipeHero-module__M4lKna__meta{gap:1rem;padding:1rem 1.25rem}.RecipeHero-module__M4lKna__metaValue{font-size:1.15rem}.RecipeHero-module__M4lKna__pricing{flex-direction:column;gap:.875rem}.RecipeHero-module__M4lKna__discountedPrice,.RecipeHero-module__M4lKna__savingsAmount{font-size:1.5rem}}
.RecipeActions-module__9jJcuG__actions{flex-wrap:wrap;gap:.75rem;display:flex}.RecipeActions-module__9jJcuG__upvoteButton{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);color:var(--text-primary);transition:all .25s var(--ease-out-expo);box-shadow:var(--shadow-xs);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.RecipeActions-module__9jJcuG__upvoteButton:hover:not(:disabled){border-color:var(--accent-coral);color:var(--accent-coral);box-shadow:var(--shadow-sm);background:#ff6b4a14;transform:translateY(-2px)}.RecipeActions-module__9jJcuG__upvoteButton:disabled{cursor:not-allowed;opacity:.5}.RecipeActions-module__9jJcuG__upvoteButton.RecipeActions-module__9jJcuG__upvoted{background:var(--accent-coral);border-color:var(--accent-coral);color:#fff;box-shadow:var(--shadow-md)}.RecipeActions-module__9jJcuG__upvoteButton.RecipeActions-module__9jJcuG__upvoted:hover:not(:disabled){background:var(--accent-coral-light);border-color:var(--accent-coral-light)}.RecipeActions-module__9jJcuG__saveButton{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);color:var(--text-primary);transition:all .25s var(--ease-out-expo);box-shadow:var(--shadow-xs);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.RecipeActions-module__9jJcuG__saveButton:hover{border-color:var(--accent-green);color:var(--accent-green);box-shadow:var(--shadow-sm);background:#2d5a3d14;transform:translateY(-2px)}.RecipeActions-module__9jJcuG__saveButton.RecipeActions-module__9jJcuG__saved{background:var(--accent-green);border-color:var(--accent-green);color:#fff;box-shadow:var(--shadow-md)}.RecipeActions-module__9jJcuG__saveButton.RecipeActions-module__9jJcuG__saved:hover{background:var(--accent-green-light);border-color:var(--accent-green-light)}.RecipeActions-module__9jJcuG__copyLinkButton{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);color:var(--text-primary);transition:all .25s var(--ease-out-expo);box-shadow:var(--shadow-xs);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.RecipeActions-module__9jJcuG__copyLinkButton:hover{color:#3b82f6;box-shadow:var(--shadow-sm);background:#3b82f614;border-color:#3b82f6;transform:translateY(-2px)}.RecipeActions-module__9jJcuG__copyLinkButton:active{transform:translateY(0)}.RecipeActions-module__9jJcuG__copyLinkButton.RecipeActions-module__9jJcuG__copied{background:var(--accent-green);border-color:var(--accent-green);color:#fff;box-shadow:var(--shadow-md)}.RecipeActions-module__9jJcuG__iconWrapper{justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.RecipeActions-module__9jJcuG__linkIcon,.RecipeActions-module__9jJcuG__checkIcon{transition:all .25s var(--ease-out-back);position:absolute}.RecipeActions-module__9jJcuG__linkIcon{opacity:1;transform:scale(1)}.RecipeActions-module__9jJcuG__linkIcon.RecipeActions-module__9jJcuG__hidden{opacity:0;transform:scale(.5)rotate(-90deg)}.RecipeActions-module__9jJcuG__checkIcon{opacity:0;transform:scale(.5)}.RecipeActions-module__9jJcuG__checkIcon.RecipeActions-module__9jJcuG__visible{opacity:1;animation:RecipeActions-module__9jJcuG__popIn .35s var(--ease-out-back);transform:scale(1)}@keyframes RecipeActions-module__9jJcuG__popIn{0%{transform:scale(.5)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:640px){.RecipeActions-module__9jJcuG__actions{gap:.625rem}.RecipeActions-module__9jJcuG__upvoteButton,.RecipeActions-module__9jJcuG__saveButton,.RecipeActions-module__9jJcuG__copyLinkButton{padding:.625rem 1rem;font-size:.9rem}}
.ProductCard-module__aoKufG__card{background:var(--bg-card);border-radius:var(--radius-lg);border:2px solid var(--border);transition:all .3s var(--ease-out-expo);overflow:hidden}.ProductCard-module__aoKufG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-green);transform:translateY(-4px)}.ProductCard-module__aoKufG__imageContainer{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);justify-content:center;align-items:center;height:150px;display:flex;position:relative;overflow:hidden}.ProductCard-module__aoKufG__image{object-fit:contain;max-width:80%;max-height:85%;transition:transform .3s var(--ease-out-expo)}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__image{transform:scale(1.05)}.ProductCard-module__aoKufG__imagePlaceholder{opacity:.4;font-size:3.5rem}.ProductCard-module__aoKufG__discountBadge{background:var(--accent-coral);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:.375rem .75rem;font-size:.8rem;font-weight:800;position:absolute;top:10px;right:10px;transform:rotate(2deg)}.ProductCard-module__aoKufG__brandLogo{object-fit:contain;border-radius:var(--radius-sm);width:auto;height:30px;box-shadow:var(--shadow-sm);background:#fff;padding:4px 8px;position:absolute;top:10px;left:10px}.ProductCard-module__aoKufG__content{padding:1.125rem}.ProductCard-module__aoKufG__title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.875rem;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__aoKufG__pricing{align-items:center;gap:.625rem;margin-bottom:.5rem;display:flex}.ProductCard-module__aoKufG__originalPrice{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.ProductCard-module__aoKufG__discountedPrice{font-family:var(--font-display);color:var(--accent-green);font-size:1.35rem;font-weight:800}.ProductCard-module__aoKufG__validity{color:var(--text-muted);font-size:.75rem;font-weight:500}@media (max-width:768px){.ProductCard-module__aoKufG__imageContainer{height:125px}.ProductCard-module__aoKufG__title{font-size:.85rem}.ProductCard-module__aoKufG__discountedPrice{font-size:1.15rem}.ProductCard-module__aoKufG__content{padding:1rem}}
.HomeHero-module__-otwpq__hero{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:4rem 2rem 0;position:relative;overflow:hidden}.HomeHero-module__-otwpq__hero:before{content:"";background:var(--accent-yellow);opacity:.15;border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite HomeHero-module__-otwpq__float;position:absolute;top:-60px;right:-40px}.HomeHero-module__-otwpq__hero:after{content:"";background:var(--accent-coral);opacity:.1;border-radius:50%;width:120px;height:120px;animation:6s ease-in-out infinite reverse HomeHero-module__-otwpq__float;position:absolute;bottom:40px;left:-30px}.HomeHero-module__-otwpq__content{z-index:1;text-align:center;max-width:640px;margin:0 auto;position:relative}.HomeHero-module__-otwpq__tagline{background:var(--bg-card);border:2px solid var(--accent-green);border-radius:var(--radius-full);color:var(--accent-green);box-shadow:var(--shadow-sm);animation:HomeHero-module__-otwpq__fadeInUp .6s var(--ease-out-expo)both;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.5rem 1rem .5rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.HomeHero-module__-otwpq__dot{background:var(--accent-green-bright);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite HomeHero-module__-otwpq__pulse;box-shadow:0 0 0 3px #4ade8033}.HomeHero-module__-otwpq__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);animation:HomeHero-module__-otwpq__fadeInUp .6s var(--ease-out-expo).1s both;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.05}.HomeHero-module__-otwpq__barboraWord{color:rgb(204 0 0/var(--tw-bg-opacity,1))}.HomeHero-module__-otwpq__titleHighlight{color:var(--accent-green);display:inline-block;position:relative}.HomeHero-module__-otwpq__titleHighlight:after{content:"";background:var(--accent-yellow);z-index:-1;border-radius:2px;height:.2em;position:absolute;bottom:.1em;left:0;right:0;transform:rotate(-1deg)}.HomeHero-module__-otwpq__description{color:var(--text-secondary);animation:HomeHero-module__-otwpq__fadeInUp .6s var(--ease-out-expo).2s both;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.HomeHero-module__-otwpq__description strong{color:var(--accent-coral);font-weight:700}.HomeHero-module__-otwpq__emailSection{max-width:440px;animation:HomeHero-module__-otwpq__fadeInUp .6s var(--ease-out-expo).3s both;margin:2rem auto 0}.HomeHero-module__-otwpq__form{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);transition:all .3s var(--ease-out-expo);gap:.5rem;padding:.5rem;display:flex}.HomeHero-module__-otwpq__form:focus-within{border-color:var(--accent-green);box-shadow:var(--shadow-lg),0 0 0 4px #2d5a3d1a}.HomeHero-module__-otwpq__input{border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.875rem 1rem}.HomeHero-module__-otwpq__input::placeholder{color:var(--text-muted)}.HomeHero-module__-otwpq__button{background:var(--accent-green);color:var(--text-inverse);border-radius:var(--radius-md);font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all .2s var(--ease-out-expo);white-space:nowrap;border:none;padding:.875rem 1.5rem;position:relative;overflow:hidden}.HomeHero-module__-otwpq__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)}.HomeHero-module__-otwpq__button:hover:before{transform:translate(100%)}.HomeHero-module__-otwpq__button:hover{background:var(--accent-green-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.HomeHero-module__-otwpq__button:active{transform:translateY(0)}.HomeHero-module__-otwpq__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.HomeHero-module__-otwpq__input:disabled{opacity:.6}.HomeHero-module__-otwpq__hint{color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.85rem;display:flex}.HomeHero-module__-otwpq__hint:before,.HomeHero-module__-otwpq__hint:after{content:"•";opacity:.3}.HomeHero-module__-otwpq__successMessage{border:2px solid var(--accent-green-bright);border-radius:var(--radius-lg);animation:HomeHero-module__-otwpq__scaleIn .4s var(--ease-out-back);background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);justify-content:center;align-items:center;gap:.875rem;padding:1.25rem 1.5rem;display:flex}.HomeHero-module__-otwpq__successIcon{background:var(--accent-green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.HomeHero-module__-otwpq__successMessage p{color:var(--accent-green);font-size:1rem;font-weight:600}.HomeHero-module__-otwpq__errorMessage{color:var(--accent-coral);margin-top:.75rem;font-size:.9rem;font-weight:500}.HomeHero-module__-otwpq__badges{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.HomeHero-module__-otwpq__badge{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8rem;font-weight:500;display:inline-flex}.HomeHero-module__-otwpq__badge span:first-child{font-size:1rem}@media (max-width:640px){.HomeHero-module__-otwpq__hero{padding:3rem 1.25rem 4rem}.HomeHero-module__-otwpq__hero:before{width:120px;height:120px;top:-30px;right:-30px}.HomeHero-module__-otwpq__hero:after{width:80px;height:80px;bottom:20px;left:-20px}.HomeHero-module__-otwpq__title{font-size:2.25rem}.HomeHero-module__-otwpq__description{margin-bottom:2rem;font-size:1.1rem}.HomeHero-module__-otwpq__form{flex-direction:column;padding:.625rem}.HomeHero-module__-otwpq__input{text-align:center;padding:1rem}.HomeHero-module__-otwpq__button{width:100%;padding:1rem}.HomeHero-module__-otwpq__hint{flex-direction:column;gap:.25rem}.HomeHero-module__-otwpq__hint:before,.HomeHero-module__-otwpq__hint:after{display:none}}
.BarboraCartButton-module__xwfjfG__button{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:rgb(204 0 0/var(--tw-bg-opacity,1));width:100%;color:var(--text-inverse);cursor:pointer;justify-content:center;align-items:center;gap:.55rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700;transition:background .18s,border-color .18s;display:inline-flex}.BarboraCartButton-module__xwfjfG__button:hover{background:rgb(170 6 16/var(--tw-bg-opacity,1));border-color:var(--accent-green)}.BarboraCartButton-module__xwfjfG__arrow{font-size:1.15rem;line-height:1;transition:transform .18s;transform:translate(0)}.BarboraCartButton-module__xwfjfG__button:hover .BarboraCartButton-module__xwfjfG__arrow{transform:translate(4px)}.BarboraCartButton-module__xwfjfG__modalBackdrop{z-index:1200;background:#0a0a0a8c;position:fixed;inset:0}.BarboraCartButton-module__xwfjfG__popupModal{background:var(--bg-card);width:min(28rem,100vw - 2rem);color:var(--text-primary);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:1rem;position:absolute;top:5.25rem;right:1.25rem}.BarboraCartButton-module__xwfjfG__modalArrow{color:var(--text-inverse);font-size:3rem;line-height:1;position:absolute;top:-3rem;left:2.25rem}.BarboraCartButton-module__xwfjfG__modalTitle{margin-bottom:.6rem;font-size:1rem;line-height:1.4}.BarboraCartButton-module__xwfjfG__modalHint{color:var(--text-secondary);margin-bottom:.9rem;font-size:.9rem}.BarboraCartButton-module__xwfjfG__closeButton{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;padding:.5rem .85rem;font-weight:600}.BarboraCartButton-module__xwfjfG__closeButton:hover{border-color:var(--accent-green)}@media (max-width:640px){.BarboraCartButton-module__xwfjfG__popupModal{width:auto;top:4.5rem;left:1rem;right:1rem}.BarboraCartButton-module__xwfjfG__modalArrow{left:1.75rem}}
.FinalRecipeProductGroup-module__aBc2yW__productGroup{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:.8rem;padding:1rem;display:flex}.FinalRecipeProductGroup-module__aBc2yW__productGroupHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.FinalRecipeProductGroup-module__aBc2yW__productGroupTitle{font-size:1.25rem;font-weight:700}.FinalRecipeProductGroup-module__aBc2yW__controls{flex-direction:column;gap:.375rem;display:flex}.FinalRecipeProductGroup-module__aBc2yW__arrowButton{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-card);width:2.75rem;height:2.75rem;color:var(--text-primary);cursor:pointer;place-items:center;font-size:1.15rem;font-weight:700;line-height:1;transition:background .2s;display:grid}.FinalRecipeProductGroup-module__aBc2yW__arrowButton:hover:not(:disabled){background:var(--bg-secondary)}.FinalRecipeProductGroup-module__aBc2yW__arrowButton:disabled{opacity:.4;cursor:not-allowed}.FinalRecipeProductGroup-module__aBc2yW__productLink{min-width:0;color:var(--text-primary);flex:1;display:block}.FinalRecipeProductGroup-module__aBc2yW__productBody{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1.5rem;width:100%;min-width:0;padding:1.25rem;transition:transform .16s;display:flex}.FinalRecipeProductGroup-module__aBc2yW__productLink:hover .FinalRecipeProductGroup-module__aBc2yW__productBody{transform:scale(1.02)}.FinalRecipeProductGroup-module__aBc2yW__slideDown{animation:.25s FinalRecipeProductGroup-module__aBc2yW__slideDownIn}.FinalRecipeProductGroup-module__aBc2yW__slideUp{animation:.25s FinalRecipeProductGroup-module__aBc2yW__slideUpIn}@keyframes FinalRecipeProductGroup-module__aBc2yW__slideDownIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes FinalRecipeProductGroup-module__aBc2yW__slideUpIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.FinalRecipeProductGroup-module__aBc2yW__productPreview{flex:1;align-items:center;gap:1rem;width:100%;min-width:0;display:flex}.FinalRecipeProductGroup-module__aBc2yW__productPreview span{text-overflow:ellipsis;white-space:normal;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:700;display:-webkit-box;overflow:hidden}.FinalRecipeProductGroup-module__aBc2yW__productImage,.FinalRecipeProductGroup-module__aBc2yW__productImagePlaceholder{border-radius:var(--radius-sm);flex-shrink:0;width:clamp(6rem,11vw,6rem);height:clamp(6rem,11vw,6rem)}.FinalRecipeProductGroup-module__aBc2yW__productImage{object-fit:cover;border:1px solid var(--border)}.FinalRecipeProductGroup-module__aBc2yW__productImagePlaceholder{background:var(--bg-secondary);color:var(--text-muted);border:1px solid var(--border);place-items:center;display:grid}.FinalRecipeProductGroup-module__aBc2yW__priceRow{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:800;display:flex}@media (max-width:640px){.FinalRecipeProductGroup-module__aBc2yW__productBody{flex-direction:column;align-items:flex-start;gap:1rem}.FinalRecipeProductGroup-module__aBc2yW__priceRow{justify-content:flex-start;width:100%}}.FinalRecipeProductGroup-module__aBc2yW__discountBubble{color:var(--text-inverse);background:var(--accent-coral);border-radius:var(--radius-full);padding:.3rem .6rem;font-size:.9rem;font-weight:700}
.Footer-module__rnk_JG__footer{background:var(--bg-dark);margin-top:auto;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.Footer-module__rnk_JG__footer:before{content:"";background:linear-gradient(90deg,var(--accent-green),var(--accent-coral),var(--accent-yellow));height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__rnk_JG__footer:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#ffffff05 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff05 0%,#0000 50%);position:absolute;inset:0}.Footer-module__rnk_JG__content{z-index:1;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;display:flex;position:relative}.Footer-module__rnk_JG__brand{max-width:340px}.Footer-module__rnk_JG__logo{font-family:var(--font-display);color:var(--text-inverse);transition:transform .2s var(--ease-out-expo);align-items:center;gap:.625rem;margin-bottom:1rem;font-size:1.6rem;font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__rnk_JG__logo:hover{transform:scale(1.02)}.Footer-module__rnk_JG__logoIcon{filter:drop-shadow(0 2px 8px #0000004d);font-size:1.8rem}.Footer-module__rnk_JG__logoText{background:linear-gradient(135deg,var(--accent-green-bright)0%,var(--accent-yellow)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__rnk_JG__brand p{color:#fff9;font-size:.95rem;line-height:1.7}.Footer-module__rnk_JG__links{gap:2rem;display:flex}.Footer-module__rnk_JG__links a{color:#ffffffb3;border-radius:var(--radius-md);transition:all .2s var(--ease-out-expo);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.Footer-module__rnk_JG__links a:hover{color:var(--accent-green-bright);background:#ffffff0d}.Footer-module__rnk_JG__bottom{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-top:2rem;display:flex;position:relative}.Footer-module__rnk_JG__bottom p{color:#fff6;font-size:.875rem}.Footer-module__rnk_JG__dataSource{opacity:.7;font-size:.8rem!important}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:3rem 1.25rem 1.5rem}.Footer-module__rnk_JG__content{flex-direction:column;gap:2rem;padding-bottom:2rem}.Footer-module__rnk_JG__brand{max-width:100%}.Footer-module__rnk_JG__links{flex-direction:column;gap:.5rem}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;padding-top:1.5rem}}
.page-module__2OSNNq__page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.page-module__2OSNNq__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.page-module__2OSNNq__actionsWrapper{margin-bottom:2.5rem}.page-module__2OSNNq__contentGrid{grid-template-columns:1fr 1.5fr;gap:2.5rem;display:grid}.page-module__2OSNNq__finalCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.page-module__2OSNNq__finalImageWrapper{background:var(--bg-secondary);width:100%}.page-module__2OSNNq__finalImage{object-fit:cover;width:100%;max-height:400px;display:block}.page-module__2OSNNq__finalContent{gap:1.25rem;padding:1.5rem;display:grid}.page-module__2OSNNq__finalTitle{font-size:clamp(1.6rem,3.2vw,2.2rem)}.page-module__2OSNNq__finalDescription{color:var(--text-secondary)}.page-module__2OSNNq__finalMetaRow{color:var(--text-secondary);flex-wrap:wrap;gap:.75rem;font-size:.9rem;display:flex}.page-module__2OSNNq__finalSection{gap:.625rem;display:grid}.page-module__2OSNNq__finalSectionTitle{font-size:1.05rem}.page-module__2OSNNq__finalList,.page-module__2OSNNq__finalListOrdered{color:var(--text-secondary);gap:.5rem;margin-left:1rem;display:grid}.page-module__2OSNNq__finalProductsWrapper{gap:.75rem;display:grid}.page-module__2OSNNq__finalActions{margin-top:.25rem}@media (max-width:1024px){.page-module__2OSNNq__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__2OSNNq__main{padding:1.5rem 1.25rem}.page-module__2OSNNq__actionsWrapper{margin-bottom:2rem}.page-module__2OSNNq__contentGrid{gap:2rem}.page-module__2OSNNq__finalContent{padding:1.25rem}}
.page-module__E0kJGG__page{flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__main{flex:1;width:100%;max-width:1800px;margin:0 auto;padding:4rem 2rem}@media (max-width:768px){.page-module__E0kJGG__main{padding:2.5rem 1.25rem}}
