.toast-container{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:1rem;z-index:9999;align-items:center}.toast{border-radius:8px;padding:1rem 1.25rem;cursor:pointer;min-width:280px;max-width:420px}.toast .toast-title{font-weight:600;font-size:1rem;margin-bottom:.25rem;line-height:1.4}.toast .toast-description{font-size:.875rem;line-height:1.4;opacity:.9}.button{border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.button:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.button .btn__icon{display:inline-flex;align-items:center;margin-right:.5rem}.button .btn__icon img,.button .btn__icon svg{display:block}.button .btn__label{display:inline-block;line-height:1}.button--disabled{cursor:not-allowed;opacity:.6}.button--text{background:none;padding:0}.button .button--dope{position:relative;display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-align:center;border:none;border-radius:999px;transition:all .2s ease-in-out;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.1)}.button .button--dope:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.button .button--dope:hover{transform:translateY(2px);box-shadow:0 2px 4px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1)}.button .button--dope:active{transform:translateY(4px);box-shadow:0 1px 2px rgba(0,0,0,.2)}.box--flex{display:flex}.box--block{display:block}.box--inline-block{display:inline-block}.box--inline-flex{display:inline-flex}.box--row{flex-direction:row}.box--column{flex-direction:column}.box--justify-center{justify-content:center}.box--justify-flexend{justify-content:flex-end}.box--justify-flexstart{justify-content:flex-start}.box--justify-spacebetween{justify-content:space-between}.box--align-center{align-items:center}.box--align-flexend{align-items:flex-end}.box--align-flexstart{align-items:flex-start}.box--align-stretch{align-items:stretch}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;left:0;width:100%;flex:0 0 auto;padding-top:env(safe-area-inset-top,0)}.header .header__container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:var(--layout-max-width,1200px);margin:0 auto;padding:.5rem var(--layout-gutter-sm,1rem);box-sizing:border-box;width:100%}@media(min-width:768px){.header .header__container{padding:.5rem var(--layout-gutter-md,2rem)}}@media(min-width:1024px){.header .header__container{padding:.5rem var(--layout-gutter-lg,3rem)}}.header__left,.header__right{display:flex;align-items:center}.header__left{justify-content:flex-start}.header__center{display:flex;justify-content:center;align-items:center;text-decoration:none;outline:none}.header__center:focus-visible,.header__center:has(>a:focus-visible),.header__center>a:focus-visible{outline:2px solid var(--focus-ring-color)!important;outline-offset:2px!important;border-radius:2px!important}.header a.header__center:focus-visible{outline:2px solid var(--focus-ring-color)!important;outline-offset:2px!important;border-radius:2px!important}.header__logo{display:block;margin:0 auto}.header__right{justify-content:flex-end;font-size:14px}.header__sign-in{background:rgba(0,0,0,0);border:none;font-family:inherit;font-weight:700;font-size:14px;cursor:pointer;padding:8px 16px;margin-right:-1rem;border-radius:20px;transition:background-color .2s ease}.header__sign-in:hover{background-color:rgba(0,0,0,.08)}.header__sign-in:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.responsive-body{margin:.75rem auto 2rem;padding:0 var(--layout-gutter-sm,1rem);padding-bottom:calc(0px + env(safe-area-inset-bottom, 0px));max-width:var(--layout-max-width,1200px);width:100%;box-sizing:border-box;flex:1 0 auto;min-height:0}@media(min-width:768px){.responsive-body{margin-top:1rem;padding:0 var(--layout-gutter-md,2rem)}}@media(min-width:1024px){.responsive-body{padding:0 var(--layout-gutter-lg,3rem)}}.headline{font-weight:700}.headline--wrap{width:60%}.headline--vertical{writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright;line-height:1.5}.headline-skeleton{border-radius:4px;animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{opacity:.7}to{opacity:1}}.copy{font-size:1rem;margin-top:.5rem}.copy--small{font-size:.8125rem;margin-top:.25rem}.copy--nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media(min-width:768px){.inspirational-quote-container{padding-left:var(--layout-gutter-md,2rem)!important;padding-right:var(--layout-gutter-md,2rem)!important}}@media(min-width:1024px){.inspirational-quote-container{padding-left:var(--layout-gutter-lg,3rem)!important;padding-right:var(--layout-gutter-lg,3rem)!important}}.input-wrapper{position:relative;width:100%}.input-field{width:100%;padding:10px;font-size:16px;border-radius:4px;outline:none;transition:border-color .2s,box-shadow .2s}.input-field.error{border-color:#ff4d4d}.input-label{font-size:16px;transition:all .2s ease}.input-label.focused{font-size:14px;top:-10px;left:10px;color:#0070f3}.input-error{color:#ff4d4d;font-size:12px;margin-top:4px}.link{position:relative;display:inline-block;font-size:1rem;font-weight:700;background:none;border:none;padding:0;outline:none}.link:focus-visible{outline:2px solid var(--focus-ring-color,#0E9594);outline-offset:2px;border-radius:2px}.link .link-underline{position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.link--initial .link-underline{transform:scaleX(1)}.link--initial:hover .link-underline{transform:scaleX(0);transform-origin:right}.link--inverse .link-underline{transform:scaleX(0)}.link--inverse:hover .link-underline{transform:scaleX(1);transform-origin:left}.dropdown-trigger{padding:8px 16px;border:1px solid;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .3s ease}.dropdown-trigger:hover{filter:brightness(1.1)}.dropdown-trigger:focus{outline:none;box-shadow:0 0 0 2px var(--focus-outline)}.dropdown-content{border:1px solid;border-radius:4px;padding:8px 0;max-height:200px;overflow-y:auto}.dropdown-item{padding:8px 16px;cursor:pointer;font-size:1rem;transition:all .2s ease}.dropdown-item:hover{filter:brightness(1.2)}.dropdown-item:focus{outline:none}.dropdown-arrow{width:10px;height:5px}.slider-container{width:250px;margin:0 auto 1rem;text-align:center}.slider{position:relative;display:flex;align-items:center;width:100%;height:30px}.slider-track{background:gray;position:relative;flex-grow:1;height:8px;border-radius:4px}.slider-range{position:absolute;background:linear-gradient(90deg,green,orange,red);height:100%;border-radius:3px}.slider-thumb{display:block;width:20px;height:20px;background:rgba(0,0,0,0);border-radius:50%;transition:transform .2s ease-in-out;transform:scale(1.1);z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.2)}.slider-thumb:focus{outline:none}.slider-thumb-images{position:relative;width:60px;height:60px}.slider-thumb-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .125s ease-in-out}.slider-thumb-image.active{opacity:1;z-index:2}.slider-thumb-image.fading-out{opacity:0;z-index:1;transition:opacity .2s ease-in-out}.card{box-shadow:0 2px 4px rgba(0,0,0,.05);transition:box-shadow .2s ease-in-out}.card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.carousel-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.styles_decorativeBlob__lMuFw{position:absolute;pointer-events:none;z-index:1}@media(max-width:768px){.styles_decorativeBlob__lMuFw{display:none}}.styles_small__TFvDs{width:120px;height:120px}@media(max-width:968px){.styles_small__TFvDs{width:90px;height:90px}}.styles_medium__xMOfC{width:180px;height:180px}@media(max-width:968px){.styles_medium__xMOfC{width:140px;height:140px}}.styles_large__J6954{width:240px;height:240px}@media(max-width:968px){.styles_large__J6954{width:200px;height:200px}}.styles_blob__amaqD{width:100%;height:100%;border-radius:40% 60% 65% 35%/45% 50% 50% 55%;animation:styles_morphBlob__h_LOH 10s ease-in-out infinite}@keyframes styles_morphBlob__h_LOH{0%,to{border-radius:40% 60% 65% 35%/45% 50% 50% 55%;transform:rotate(0deg) scale(1)}33%{border-radius:60% 40% 50% 50%/55% 35% 65% 45%;transform:rotate(120deg) scale(1.05)}66%{border-radius:50% 50% 40% 60%/60% 45% 55% 40%;transform:rotate(240deg) scale(.95)}}.icon-button{min-width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease-in-out,filter .2s ease-in-out}.icon-button:hover{filter:brightness(.9)}.icon-button:focus{outline:none}.icon-button .icon{width:60%;height:60%;transition:fill .2s ease-in-out}.tn-footer{flex:0 0 auto;position:relative;width:100%;padding:1rem 0 calc(1rem + env(safe-area-inset-bottom))}.tn-footer .tn-footer__inner{max-width:var(--layout-max-width,1200px);margin:0 auto;padding:.5rem var(--layout-gutter-sm,1rem);box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:.75rem}@media(min-width:768px){.tn-footer .tn-footer__inner{padding:.5rem var(--layout-gutter-md,2rem)}}@media(min-width:1024px){.tn-footer .tn-footer__inner{padding:.5rem var(--layout-gutter-lg,3rem)}}.tn-footer .tn-footer__nav,.tn-footer .tn-footer__slot{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tn-footer .tn-footer__slot{margin-left:auto}#__next,body,html{height:100%}body{margin:0}.page-frame{display:flex;flex-direction:column;min-height:100vh;min-height:100svh;overflow-x:hidden;flex:1 0 auto}@supports(height:100dvh){.page-frame{min-height:100dvh}}html{height:-webkit-fill-available}@supports not (height:100dvh){.page-frame{min-height:-webkit-fill-available}}.styles_container__PtNBg{overflow:visible;z-index:99}@media(max-width:768px){.styles_container__PtNBg .styles_container__PtNBg{min-height:2.27rem;max-height:2.27rem}}.styles_line__GWv8b{font-size:2.4rem;line-height:.78;margin:.2rem 0;white-space:nowrap}@media(max-width:768px){.styles_line__GWv8b{display:flex;justify-content:center}}.styles_bold__6tlwH{font-weight:700;font-size:2.9rem}.styles_listContainer__3rv45{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;overflow-x:hidden;width:100%;max-width:100%}.styles_listItem__p3i3k{padding:10px 1rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease;position:relative;width:100%;max-width:100%;box-sizing:border-box}.styles_listItem__p3i3k:hover{box-shadow:0 4px 8px rgba(0,0,0,.08);border-left-width:6px;padding-left:calc(1rem - 2px)}.styles_instructionItem__c_sHX{display:flex;align-items:flex-start;gap:.75rem;width:100%;min-width:0}.styles_stepNumber__iISv_{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.styles_instructionText__A__vy{flex:1 1;padding-top:.15rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.styles_ingredientItem__gI1Ej{display:flex;align-items:flex-start;gap:.6rem;width:100%;min-width:0}.styles_checkIcon__Lk5Ef{flex-shrink:0;padding-top:.1rem;opacity:.8;transition:opacity .2s ease}.styles_listItem__p3i3k:hover .styles_checkIcon__Lk5Ef{opacity:1}.styles_ingredientText__q1cT6{flex:1 1;min-width:0}.styles_defaultItem__8FdB0,.styles_ingredientText__q1cT6{line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.styles_defaultItem__8FdB0{width:100%}.styles_footer__963DV{padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.08);width:100%;box-sizing:border-box}@media(max-width:768px){.styles_listItem__p3i3k{padding:10px .875rem}.styles_stepNumber__iISv_{width:26px;height:26px}.styles_ingredientItem__gI1Ej,.styles_instructionItem__c_sHX{gap:.6rem}.styles_listContainer__3rv45{gap:.4rem}}.slide{margin-top:1rem}.recipe-slide-card{border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);width:100%;margin:0 auto;max-width:400px;display:flex;flex-direction:column;transition:transform .3s ease;height:auto}.image-container,.upper-section{position:relative}.image-container{width:100%;margin:.5rem .5rem 0;overflow:hidden}.image{width:100%;max-width:400px;height:auto;border-radius:8px}.overlay{position:absolute;bottom:0;margin-bottom:.4rem;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.55));border-radius:0 0 8px 8px;z-index:1}.overlay-heading{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:100%;text-align:center;z-index:2}.lower-section{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.description{font-size:.95rem;line-height:1.4;flex-grow:1}.button-row{display:flex;justify-content:space-between;gap:1rem}.shimmer-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.25) 50%,rgba(255,255,255,0));background-size:200% 98%;animation:shimmer 1.5s linear infinite;opacity:0;pointer-events:none;z-index:3;margin-bottom:.3rem;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.scroll-text-overlay{position:absolute;inset:0;z-index:4;display:flex;margin-top:.5rem;margin-left:4rem;width:100%;align-content:center;font-size:1.5rem;color:rgba(0,0,0,.17);font-weight:700;opacity:0;pointer-events:none}.share-icon-button{outline:none;transition:opacity .2s ease}.share-icon-button:hover{opacity:.7}.share-icon-button:active{opacity:.5}.share-icon-button:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}.share-menu__item{width:100%;padding:.875rem 1.25rem;border:none;background:none;cursor:pointer;text-align:left;transition:background-color .2s ease;display:flex;align-items:center;gap:.75rem}.share-menu__item:hover{filter:brightness(.9)}.share-menu__item:active{filter:brightness(.8)}.share-menu__item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.share-menu__item:first-child{border-radius:8px 8px 0 0}.share-menu__item:last-child{border-radius:0 0 8px 8px}.share-menu__icon{font-size:1.25rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing{position:relative;overflow:hidden}.landing:before{left:0}.landing:after{right:0}.grid-shape-container{position:absolute;width:100vw;height:100vh;top:0;left:0;display:flex;justify-content:center;align-items:center}.grid-shape,.grid-shape-container{overflow:hidden;pointer-events:none}.grid-shape{display:grid}.page-section{background:var(--section-bg);color:var(--section-text,inherit);position:relative;overflow:hidden;margin:0;padding:4.25rem 0}@media(max-width:767px){.page-section{padding:2.5rem 0}}.page-section .page-section__content{margin:0 auto;max-width:var(--layout-max-width,1200px);width:100%;box-sizing:border-box;padding-left:var(--layout-gutter-sm,1rem);padding-right:var(--layout-gutter-sm,1rem)}@media(min-width:768px){.page-section .page-section__content{padding-left:var(--layout-gutter-md,2rem);padding-right:var(--layout-gutter-md,2rem)}}@media(min-width:1024px){.page-section .page-section__content{padding-left:var(--layout-gutter-lg,3rem);padding-right:var(--layout-gutter-lg,3rem)}}.page-section.page-section--slanted:after{content:"";position:absolute;left:0;right:0;bottom:-32px;height:64px;background:var(--section-bg);transform:skewY(-3deg);pointer-events:none}@media(max-width:767px){.page-section.page-section--slanted:after{display:none}}.avatar-container{width:34px;height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.initials{font-weight:700}.overflow-menu{position:relative}.overflow-menu__button{width:36px;height:36px;border-radius:50%;border:none;background:var(--neumorphic-bg,#f0f0f0);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;padding:0}.overflow-menu__button:hover{opacity:.8}.overflow-menu__button:active{opacity:.6}.overflow-menu__dots{display:flex;flex-direction:column;gap:3px;align-items:center}.overflow-menu__dot{width:4px;height:4px;border-radius:50%;background:var(--dot-color,rgba(0,0,0,.5));transition:background .2s ease}.loading-placeholder{width:100%}.loading-placeholder__line{background:linear-gradient(90deg,var(--secondary-background,#f0f0f0) 25%,var(--tertiary-background,#e0e0e0) 50%,var(--secondary-background,#f0f0f0) 75%);background-size:200% 100%;border-radius:6px;position:relative;overflow:hidden}.loading-placeholder__animated{animation:loading-shimmer 1.5s ease-in-out infinite}.loading-placeholder__card{width:100%;padding:1rem;border:1px solid var(--border,#e0e0e0);border-radius:12px;background:var(--background,#fff)}.loading-placeholder__recipe{max-width:400px}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}[data-theme=dark] .loading-placeholder__line{background:linear-gradient(90deg,var(--secondary-background,#2a2a2a) 25%,var(--tertiary-background,#3a3a3a) 50%,var(--secondary-background,#2a2a2a) 75%)}@media(prefers-reduced-motion:reduce){.loading-placeholder__animated{animation:none;background:var(--secondary-background,#f0f0f0)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tabbed-container{display:flex;flex-direction:column;width:100%}.tabbed-container__tab-list{display:flex;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.5rem;padding-top:.25rem;overflow-x:auto;overflow-y:visible;scrollbar-width:thin}.tabbed-container__tab-list::-webkit-scrollbar{height:4px}.tabbed-container__tab-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.tabbed-container__tab-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:2px}.tabbed-container__tab{position:relative;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;flex-shrink:0}.tabbed-container__tab:focus-visible{outline:2px solid var(--focus-ring-color,#007AFF);outline-offset:3px;z-index:1}.tabbed-container__tab--active{border-width:2px!important;border-style:solid!important}.tabbed-container__tab:hover:not(.tabbed-container__tab--active){transform:translateY(-2px)!important;box-shadow:0 3px 10px rgba(0,0,0,.12)!important}.tabbed-container__tab:active:not(.tabbed-container__tab--active){transform:translateY(0)!important;box-shadow:0 1px 3px rgba(0,0,0,.08)!important}.tabbed-container__panels{position:relative}.tabbed-container__panels,.tabbed-container__panels .swiper{width:100%;overflow:hidden}.tabbed-container__panels .swiper-wrapper{display:flex}.tabbed-container__panels .swiper-slide{height:auto;width:100%;flex-shrink:0}.tabbed-container__panels .swiper-slide>.tabbed-container__panel{display:block!important}.tabbed-container__panel{width:100%;display:block}.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}.accordion__trigger{width:100%;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1);border-radius:8px}.accordion__trigger:focus{outline:2px solid var(--primary);outline-offset:-2px}.accordion__trigger:active{transform:scale(.99);transition:transform .1s ease}.accordion__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.accordion__icon{display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-muted);opacity:.7}.accordion__icon--open{transform:rotate(180deg);opacity:1}.accordion__description{margin:0;padding-right:2rem}.accordion__content--open{border-top:1px solid var(--border)}.accordion__inner{padding-top:1rem}.info-card--clickable:active{transform:translateY(0)}.info-card--clickable:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}@media(hover:none)and (pointer:coarse){.info-card--clickable:active{opacity:.9}}.styles_recipeContainer__hNhHN{max-width:100%;overflow-x:hidden}.styles_headline__rqv_2{text-align:center}.styles_titleContainer__D5REJ{flex:1 1;text-align:center}.styles_mainTitle__Q_Jz_{font-weight:700;margin-bottom:.25rem}.styles_secondaryTitle__cRmwE{font-size:1.1rem;opacity:.85;font-weight:600}.styles_floatingActions__PHZtz{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;z-index:1000}@media(max-width:768px){.styles_floatingActions__PHZtz{bottom:1rem;right:1rem}}.styles_fabToggle__IfbGx{display:none;width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--primary-color,#f4eb3c) 0,var(--secondary-color,#e9c84a) 100%);box-shadow:0 4px 12px rgba(0,0,0,.2);cursor:pointer;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);color:#333}.styles_fabToggle__IfbGx:hover{box-shadow:0 6px 16px rgba(0,0,0,.25);transform:scale(1.05)}.styles_fabToggle__IfbGx:active{transform:scale(.95)}@media(max-width:768px){.styles_fabToggle__IfbGx{display:flex}}.styles_fabToggleIcon__fMT1f{transition:transform .3s cubic-bezier(.4,0,.2,1)}.styles_fabButtons__sW_1V{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(max-width:768px){.styles_fabButtons__sW_1V{transition:all .3s cubic-bezier(.4,0,.2,1)}}@media(min-width:769px){.styles_fabButtons__sW_1V{opacity:1;transform:translateY(0);pointer-events:auto}}@media(max-width:768px){.styles_floatingActions__PHZtz.styles_collapsed__pzotf .styles_fabButtons__sW_1V{opacity:0;transform:translateY(10px);pointer-events:none;max-height:0;overflow:hidden}.styles_floatingActions__PHZtz.styles_collapsed__pzotf .styles_fabToggleIcon__fMT1f{transform:rotate(0deg)}.styles_floatingActions__PHZtz.styles_expanded__GeBNP .styles_fabButtons__sW_1V{opacity:1;transform:translateY(0);pointer-events:auto;max-height:500px}.styles_floatingActions__PHZtz.styles_expanded__GeBNP .styles_fabToggleIcon__fMT1f{transform:rotate(90deg)}}.styles_fabButton__xqo1a{box-shadow:0 4px 12px rgba(0,0,0,.15);white-space:nowrap}.styles_fabButton__xqo1a:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)}.styles_swiper__cfXFR{max-width:100%;height:100%}.styles_swiper-wrapper__zCOi9{display:flex;flex-direction:row!important}.styles_swiperSlide__cjXRU{width:90vw!important;max-width:400px;box-sizing:border-box;flex-shrink:0;overflow:hidden;display:flex;justify-content:center}.styles_flexGrid__ummYr{display:grid;grid-gap:1.25rem;gap:1.25rem;justify-content:center;margin-top:1rem;margin-bottom:1rem;grid-template-columns:1fr}@media(min-width:768px)and (max-width:1199px){.styles_flexGrid__ummYr{grid-template-columns:repeat(2,minmax(300px,400px))}}@media(min-width:1200px){.styles_flexGrid__ummYr{grid-template-columns:repeat(3,minmax(300px,400px))}}.styles_gridItem__F9vWV{width:100%;display:flex;flex-direction:column;align-items:start}.styles_heroSection__1oFnr{width:100%;padding:4rem 0;overflow:hidden}@media(max-width:768px){.styles_heroSection__1oFnr{padding:2.5rem 0}}.styles_heroContent__b8d56{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:968px){.styles_heroContent__b8d56{padding:0 var(--layout-gutter-md,3rem);gap:3rem}}@media(max-width:768px){.styles_heroContent__b8d56{grid-template-columns:1fr;padding:0 var(--layout-gutter-sm,1rem);gap:2rem}}.styles_textColumn__b9uq4{display:flex;flex-direction:column;justify-content:center}.styles_headline__5twPw{font-size:3rem;line-height:1.2;margin:0}@media(max-width:968px){.styles_headline__5twPw{font-size:2.5rem}}@media(max-width:768px){.styles_headline__5twPw{font-size:2rem}}.styles_subheading__vKfJQ{font-size:1.2rem;line-height:1.6}@media(max-width:768px){.styles_subheading__vKfJQ{font-size:1rem}}.styles_ctaWrapper__q5TZS{display:flex;align-items:center;gap:1rem}.styles_primaryCta__Y0Jhq{font-size:1.1rem;padding:1rem 2.5rem;border-radius:12px}.styles_primaryCta__Y0Jhq:focus-visible{outline:2px solid var(--focus-ring-color,#0E9594)!important;outline-offset:2px!important}@media(max-width:768px){.styles_primaryCta__Y0Jhq{font-size:1rem;padding:.875rem 2rem}}.styles_infoNote__8ikiK{padding:1.5rem;border-radius:12px}@media(max-width:768px){.styles_infoNote__8ikiK{padding:1rem}}.styles_illustrationColumn__FZAeh{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.styles_illustrationColumn__FZAeh{order:-1}}.styles_illustrationPlaceholder__TnONO{width:100%;max-width:500px;aspect-ratio:1;border-radius:24px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media(max-width:768px){.styles_illustrationPlaceholder__TnONO{max-width:100%}}.styles_heroImage__undL9{width:100%;height:auto;object-fit:contain}.styles_howItWorksSection__TwGXD{width:100%;padding:5rem 0;overflow:hidden;position:relative}@media(max-width:768px){.styles_howItWorksSection__TwGXD{padding:2.5rem 0}}.styles_sectionContent__kMWKJ{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);position:relative}@media(max-width:968px){.styles_sectionContent__kMWKJ{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_sectionContent__kMWKJ{padding:0 var(--layout-gutter-sm,1rem)}}.styles_sectionTitle__mcTqn{font-size:2.5rem;margin-bottom:3rem;text-align:left}@media(max-width:968px){.styles_sectionTitle__mcTqn{font-size:2rem;margin-bottom:2.5rem}}@media(max-width:768px){.styles_sectionTitle__mcTqn{font-size:1.75rem;margin-bottom:2rem}}.styles_twoColumnLayout__1_JzQ{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}@media(max-width:968px){.styles_twoColumnLayout__1_JzQ{gap:3rem}}@media(max-width:768px){.styles_twoColumnLayout__1_JzQ{grid-template-columns:1fr;gap:3rem}}.styles_leftColumn__6_vxP{display:flex;flex-direction:column;gap:2.5rem}.styles_rightColumn__KEq_I{display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_stepCard__GsBXV{padding:1.5rem 2rem;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media(max-width:768px){.styles_stepCard__GsBXV{padding:1.25rem 1.5rem}}.styles_stepText__SA4Ey{font-size:1rem;flex:1 1;line-height:1.5}@media(max-width:768px){.styles_stepText__SA4Ey{font-size:.95rem}}.styles_checkmark__611M_{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}@media(max-width:768px){.styles_checkmark__611M_{width:28px;height:28px;font-size:1rem}}.styles_description__XbTKO{margin-top:1rem}.styles_visualPlaceholder__9TTdV{width:100%;border-radius:24px;display:flex;justify-content:center;align-items:center;overflow:hidden}.styles_visualImage__3iP8Z{width:100%;height:auto;object-fit:contain;border-radius:24px}@media(max-width:768px){.styles_visualImage__3iP8Z{width:70%;max-width:300px}}.styles_finalCtaSection__hoh__{width:100%;padding:5rem 0;overflow:hidden;position:relative}@media(max-width:768px){.styles_finalCtaSection__hoh__{padding:2.5rem 0}}.styles_contentWrapper__bcbB1{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);position:relative}@media(max-width:968px){.styles_contentWrapper__bcbB1{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_contentWrapper__bcbB1{padding:0 var(--layout-gutter-sm,1rem)}}.styles_ctaContent__tMwGp{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.styles_ctaHeadline__G0glI{font-size:2.75rem;margin-bottom:1.5rem;line-height:1.2}@media(max-width:968px){.styles_ctaHeadline__G0glI{font-size:2.25rem}}@media(max-width:768px){.styles_ctaHeadline__G0glI{font-size:1.75rem;margin-bottom:1rem}}.styles_ctaSubtext__s00U9{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.styles_ctaSubtext__s00U9{font-size:1rem;margin-bottom:2rem}}.styles_ctaButtonWrapper__5WAhQ{display:flex;margin-top:1rem;justify-content:center}.styles_ctaButton__9X9lS{font-size:1.1rem;padding:1rem 2.5rem;border-radius:12px}@media(max-width:768px){.styles_ctaButton__9X9lS{font-size:1rem;padding:.875rem 2rem}}.styles_heroSection__6udS_{width:100%;padding:4rem 0;overflow:hidden}@media(max-width:768px){.styles_heroSection__6udS_{padding:2.5rem 0}}.styles_heroContent__q_Qp5{max-width:900px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);text-align:center;position:relative;z-index:2}@media(max-width:968px){.styles_heroContent__q_Qp5{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_heroContent__q_Qp5{padding:0 var(--layout-gutter-sm,1rem)}}.styles_titleWrapper__6Tj6W{margin-bottom:2rem}@media(max-width:768px){.styles_titleWrapper__6Tj6W{margin-bottom:1.5rem}}.styles_scrollIcons__olTkp{display:flex;justify-content:center;align-items:center;gap:1rem}@media(max-width:768px){.styles_scrollIcons__olTkp{gap:.75rem}}.styles_mainTitle__t2Qw2{font-size:2.5rem;margin:0}@media(max-width:968px){.styles_mainTitle__t2Qw2{font-size:2rem}}@media(max-width:768px){.styles_mainTitle__t2Qw2{font-size:1.75rem}}.styles_headline__cfr5t{font-size:2rem;line-height:1.3;margin:0}@media(max-width:968px){.styles_headline__cfr5t{font-size:1.75rem}}@media(max-width:768px){.styles_headline__cfr5t{font-size:1.5rem}}.styles_subheading__EYY_z{font-size:1.2rem;line-height:1.6;max-width:700px;margin:0 auto}@media(max-width:768px){.styles_subheading__EYY_z{font-size:1rem}}.styles_ctaWrapper__Rxyb4{display:flex;justify-content:center;align-items:center}.styles_primaryCta__Lav7e{font-size:1.1rem;padding:1rem 2.5rem;border-radius:12px}@media(max-width:768px){.styles_primaryCta__Lav7e{font-size:1rem;padding:.875rem 2rem}}.styles_container__k_xDH{max-width:1200px;margin:0 auto}.styles_benefitsGrid__1Ftoi{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:768px){.styles_benefitsGrid__1Ftoi{grid-template-columns:1fr;gap:1.5rem}}.styles_benefitCard__PCxFf{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem;border-radius:12px;background:rgba(0,0,0,.07);border:1px solid hsla(0,0%,100%,.08)}@media(max-width:768px){.styles_benefitCard__PCxFf{padding:1.25rem;gap:1rem}}.styles_benefitCard__PCxFf.styles_transparent__Smhgk{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.styles_iconTitleRow___8ojc{display:flex;align-items:center;gap:1rem;width:100%}@media(min-width:769px){.styles_iconTitleRow___8ojc{flex-direction:column;align-items:flex-start;gap:.75rem}}.styles_iconWrapper__FZu_o{width:60px;height:60px;border-radius:12px;display:flex;justify-content:center;align-items:center;flex-shrink:0}@media(max-width:768px){.styles_iconWrapper__FZu_o{width:50px;height:50px}}.styles_icon__0XwN3{font-size:2rem}@media(max-width:768px){.styles_icon__0XwN3{font-size:1.75rem}}.styles_benefitTitle___cNFt{font-size:1.3rem;margin:0;flex:1 1}@media(max-width:768px){.styles_benefitTitle___cNFt{font-size:1.15rem}}.styles_benefitDescription__PTtKo{font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.styles_benefitDescription__PTtKo{font-size:.95rem}}.styles_container__66oFs{max-width:1200px;margin:0 auto}.styles_comparisonLayout___7FN9{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:968px){.styles_comparisonLayout___7FN9{grid-template-columns:1fr;gap:2rem}}.styles_imageColumn__RJQgh{position:-webkit-sticky;position:sticky;top:2rem}.styles_imagePlaceholder__qbLpI{width:100%;min-height:500px;border-radius:16px;display:flex;justify-content:center;align-items:center;padding:2rem}.styles_scrollImage__u9XLi{width:100%;height:auto;object-fit:contain;border-radius:16px}@media(max-width:768px){.styles_scrollImage__u9XLi{width:70%;max-width:300px}}.styles_tableColumn__07_OZ{width:100%}.styles_ctaWrapper__et2hP{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.styles_upgradeCta__7cZKR{font-size:1.1rem;padding:1rem 2.5rem;border-radius:12px}@media(max-width:768px){.styles_upgradeCta__7cZKR{font-size:1rem;padding:.875rem 2rem;width:100%}}.styles_finalCtaSection__efOfY{width:100%;padding:4rem 0;overflow:hidden;position:relative}@media(max-width:768px){.styles_finalCtaSection__efOfY{padding:2.5rem 0}}.styles_contentWrapper__pAMOm{max-width:900px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);position:relative;z-index:2}@media(max-width:968px){.styles_contentWrapper__pAMOm{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_contentWrapper__pAMOm{padding:0 var(--layout-gutter-sm,1rem)}}.styles_ctaContent__5_FGK{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(max-width:768px){.styles_ctaContent__5_FGK{gap:1rem}}.styles_ctaHeadline__cCrNP{font-size:2.2rem;line-height:1.2;margin:0}@media(max-width:968px){.styles_ctaHeadline__cCrNP{font-size:1.9rem}}@media(max-width:768px){.styles_ctaHeadline__cCrNP{font-size:1.6rem}}.styles_ctaSubtext__wE_PT{font-size:1.1rem;line-height:1.6;max-width:650px}@media(max-width:768px){.styles_ctaSubtext__wE_PT{font-size:1rem}}.styles_ctaButtonWrapper__8_3sq{margin-top:.5rem}.styles_ctaButton__Yefpe{font-size:1.1rem;padding:1rem 2.5rem;border-radius:12px}@media(max-width:768px){.styles_ctaButton__Yefpe{font-size:1rem;padding:.875rem 2rem}}.styles_heroSection__deWxw{width:100%;padding:4rem 0 3rem;overflow:hidden}@media(max-width:768px){.styles_heroSection__deWxw{padding:0 0 1.5rem;overflow:visible}}.styles_heroContent__ZyAW2{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);display:grid;grid-template-columns:1.2fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(max-width:968px){.styles_heroContent__ZyAW2{padding:0 var(--layout-gutter-md,3rem);gap:2.5rem}}@media(max-width:768px){.styles_heroContent__ZyAW2{grid-template-columns:1fr;padding:0 var(--layout-gutter-sm,1rem);gap:2rem}}.styles_textColumn__v9D3V{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.styles_textColumn__v9D3V{gap:1rem}}.styles_recipeTitle__pwCox{font-size:3rem;line-height:1.15;margin:0}@media(max-width:968px){.styles_recipeTitle__pwCox{font-size:2.5rem}}@media(max-width:768px){.styles_recipeTitle__pwCox{font-size:2rem}}.styles_recipeDescription__MvnQX{font-size:1.2rem;line-height:1.6;font-weight:500}@media(max-width:768px){.styles_recipeDescription__MvnQX{font-size:1.1rem}}.styles_recipeMetaInfo__LSmrQ{display:flex;gap:2rem;margin-top:1rem;padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.styles_recipeMetaInfo__LSmrQ{gap:1.5rem;flex-wrap:wrap}}.styles_metaItem__B9Ozd{display:flex;align-items:baseline;gap:.5rem;font-size:1rem}@media(max-width:768px){.styles_metaItem__B9Ozd{font-size:.95rem}}.styles_metaLabel__rMBwS{font-weight:600;opacity:.8}.styles_metaValue__r8bs3{font-weight:500;opacity:1}.styles_buttonGroup__mhGWA{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}@media(max-width:768px){.styles_buttonGroup__mhGWA{flex-direction:column}}.styles_imageColumn__5_VDR{display:flex;justify-content:center;align-items:center;position:relative}@media(max-width:768px){.styles_imageColumn__5_VDR{order:-1;margin:0 calc(var(--layout-gutter-sm, 1rem)*-1);margin-bottom:1rem}}.styles_heroImageWrapper__OSFNq{width:100%;max-width:500px;aspect-ratio:1;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);position:relative}@media(max-width:768px){.styles_heroImageWrapper__OSFNq{max-width:100%;border-radius:0;box-shadow:none}}.styles_heroImage__aOTuv{width:100%;height:100%;object-fit:cover}.styles_storySection__n1swq{position:relative}.styles_storyContent__bwxx5{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem)}@media(max-width:968px){.styles_storyContent__bwxx5{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_storyContent__bwxx5{padding:0 var(--layout-gutter-sm,1rem)}}.styles_storyGrid__kJRmu{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:968px){.styles_storyGrid__kJRmu{grid-template-columns:1fr 280px;gap:2rem}}@media(max-width:768px){.styles_storyGrid__kJRmu{grid-template-columns:1fr;gap:2rem}}.styles_storyText__1hSUS h1,.styles_storyText__1hSUS h2,.styles_storyText__1hSUS h3{margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.styles_storyText__1hSUS h1{font-size:2rem}@media(max-width:768px){.styles_storyText__1hSUS h1{font-size:1.75rem}}.styles_storyText__1hSUS h2{font-size:1.75rem}@media(max-width:768px){.styles_storyText__1hSUS h2{font-size:1.5rem}}.styles_storyText__1hSUS h3{font-size:1.5rem}@media(max-width:768px){.styles_storyText__1hSUS h3{font-size:1.25rem}}.styles_storyText__1hSUS p{margin-bottom:1.25rem;line-height:1.7;font-size:1.05rem}.styles_storyText__1hSUS ol,.styles_storyText__1hSUS ul{margin-left:1.5rem;margin-bottom:1.25rem;line-height:1.7}.styles_storyText__1hSUS li{margin-bottom:.5rem}.styles_storyText__1hSUS blockquote{border-left:4px solid;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;opacity:.9}.styles_storyText__1hSUS strong{font-weight:600}.styles_storyText__1hSUS em{font-style:italic}.styles_secondaryImageWrapper__yOyp3{position:-webkit-sticky;position:sticky;top:100px;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.12)}@media(max-width:768px){.styles_secondaryImageWrapper__yOyp3{position:relative;top:0;max-width:320px;margin:0 auto}}.styles_secondaryImage__AV5sX{width:100%;height:100%;object-fit:cover}.styles_detailsSection__6E2Be{position:relative}.styles_detailsContent__mRgWL{max-width:1000px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);text-align:center}@media(max-width:968px){.styles_detailsContent__mRgWL{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_detailsContent__mRgWL{padding:0 var(--layout-gutter-sm,1rem)}}.styles_detailsHeadline__RCSoo{font-size:2.5rem;margin-bottom:2rem}@media(max-width:968px){.styles_detailsHeadline__RCSoo{font-size:2rem}}@media(max-width:768px){.styles_detailsHeadline__RCSoo{font-size:1.75rem;margin-bottom:1.5rem}}.styles_detailsCards__pJ1dr{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.styles_detailsCards__pJ1dr{grid-template-columns:1fr;gap:1rem}}.styles_detailCard__2W4IB{padding:2rem;border-radius:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.styles_detailCard__2W4IB:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}@media(max-width:768px){.styles_detailCard__2W4IB{padding:1.5rem}}.styles_cardTitle__VIRzh{font-size:1.5rem;margin:0}@media(max-width:768px){.styles_cardTitle__VIRzh{font-size:1.25rem}}.styles_relatedSection__RQ68q{position:relative}.styles_relatedContent__yv7y8{max-width:1200px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem)}@media(max-width:968px){.styles_relatedContent__yv7y8{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_relatedContent__yv7y8{padding:0 var(--layout-gutter-sm,1rem)}}.styles_relatedHeadline__aLyrw{font-size:2.5rem;margin-bottom:2rem;text-align:center}@media(max-width:968px){.styles_relatedHeadline__aLyrw{font-size:2rem}}@media(max-width:768px){.styles_relatedHeadline__aLyrw{font-size:1.75rem;margin-bottom:1.5rem}}.styles_relatedGrid__LsaXE{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.styles_relatedGrid__LsaXE{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.styles_relatedCard__4aDHZ{display:block;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;background:var(--surface-background);box-shadow:0 4px 12px rgba(0,0,0,.1)}.styles_relatedCard__4aDHZ:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.2)}@media(max-width:768px){.styles_relatedCard__4aDHZ{border-radius:12px}}.styles_relatedImageWrapper__PMebP{width:100%;aspect-ratio:1;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.styles_relatedImage__E9W7m{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.styles_relatedCard__4aDHZ:hover .styles_relatedImage__E9W7m{transform:scale(1.05)}.styles_relatedCardContent__8R9Yj{padding:1.25rem}@media(max-width:768px){.styles_relatedCardContent__8R9Yj{padding:1rem}}.styles_relatedCardTitle__ejWPT{font-size:1.25rem;margin:0;line-height:1.3}@media(max-width:768px){.styles_relatedCardTitle__ejWPT{font-size:1.1rem}}.styles_tagsSection__xWYuc{position:relative}.styles_tagsContent__fu5V1{max-width:1000px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);text-align:center}@media(max-width:968px){.styles_tagsContent__fu5V1{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_tagsContent__fu5V1{padding:0 var(--layout-gutter-sm,1rem)}}.styles_tagsWrapper__KjURh{display:flex;flex-direction:column;align-items:center;gap:1rem}.styles_tagsHeadline__3c_Lt{font-size:1.25rem;margin:0;opacity:.9}@media(max-width:768px){.styles_tagsHeadline__3c_Lt{font-size:1.1rem}}.styles_tagsGrid__u8QdS{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;max-width:900px}.styles_remixSection__kqoqF{position:relative}.styles_remixContent__Ty0qO{max-width:900px;margin:0 auto;padding:0 var(--layout-gutter-lg,5rem);text-align:center}@media(max-width:968px){.styles_remixContent__Ty0qO{padding:0 var(--layout-gutter-md,3rem)}}@media(max-width:768px){.styles_remixContent__Ty0qO{padding:0 var(--layout-gutter-sm,1rem)}}.styles_remixHeadline__TLQUA{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}@media(max-width:968px){.styles_remixHeadline__TLQUA{font-size:2rem}}@media(max-width:768px){.styles_remixHeadline__TLQUA{font-size:1.75rem}}.styles_remixDescription__UTzf8{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}@media(max-width:768px){.styles_remixDescription__UTzf8{font-size:1.05rem;margin-bottom:2rem}}.styles_remixButton__G7rPe{font-size:1.25rem;padding:1.25rem 3rem;border-radius:12px}@media(max-width:768px){.styles_remixButton__G7rPe{font-size:1.1rem;padding:1rem 2.5rem;width:100%}}.styles_wireframePlaceholder__3Ay_f{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:3px dashed hsla(0,0%,100%,.3);border-radius:16px;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02));min-height:300px}.styles_wireframeIcon__MQCIM{font-size:4rem;margin-bottom:1rem;opacity:.5}.styles_wireframeTitle__QUbs3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;opacity:.8}.styles_wireframeDescription__xYS3i{font-size:.95rem;opacity:.6;line-height:1.5;max-width:400px}