.fc-recipe-canvas{max-width:1400px;margin:var(--fc-space-8) auto 0;padding:0 var(--fc-space-6)}.fc-recipe-hero{display:grid;grid-template-columns:1.2fr .8fr;min-height:480px;border-radius:var(--fc-radius) var(--fc-radius) 0 0;overflow:hidden;background:var(--fc-surface);border:1px solid var(--fc-border);border-bottom:0}.fc-recipe-hero__image{position:relative;overflow:hidden;background:var(--fc-bg-alt)}.fc-recipe-hero__image img{width:100%;height:100%;object-fit:cover;display:block}.fc-recipe-hero__gradient{position:absolute;bottom:0;left:0;right:0;height:65%;background:linear-gradient(to top,rgba(0,0,0,0.75) 0,rgba(0,0,0,0.2) 50%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .2s ease}.fc-recipe-hero__overlay-text{position:absolute;bottom:var(--fc-space-8);left:var(--fc-space-6);right:var(--fc-space-16);z-index:2;display:none}.fc-recipe-hero__title.fc-recipe-hero__title--overlay{font-family:var(--fc-display);font-size:1.8rem;font-weight:var(--fc-w-regular);line-height:var(--fc-lh-heading);color:var(--fc-surface);margin:0;text-shadow:0 1px 4px rgba(0,0,0,0.3)}.fc-recipe-badges{display:flex;flex-wrap:wrap;gap:var(--fc-space-2);margin-bottom:var(--fc-space-4)}.fc-recipe-badges--overlay{margin-bottom:var(--fc-space-3)}.fc-recipe-badge{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1px;color:var(--fc-accent);background:var(--fc-accent-dim);padding:var(--fc-space-1) var(--fc-space-3);border-radius:var(--fc-radius-pill);line-height:1}.fc-recipe-badges--overlay .fc-recipe-badge{background:rgba(0,209,142,0.2);color:var(--fc-accent);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.fc-recipe-audio-pill{position:absolute;top:var(--fc-space-4);right:var(--fc-space-4);z-index:3;display:none;align-items:center;gap:var(--fc-space-2);background:rgba(26,26,26,0.75);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);padding:var(--fc-space-2) var(--fc-space-4);border-radius:var(--fc-radius-pill);border:0;cursor:pointer;transition:background .15s ease}.fc-recipe-audio-pill:hover{background:rgba(26,26,26,0.85)}.fc-recipe-audio-pill__play{width:24px;height:24px;border-radius:50%;background:var(--fc-accent);display:flex;align-items:center;justify-content:center;color:var(--fc-ink);flex-shrink:0}.fc-recipe-audio-pill__play svg{margin-left:1px}.fc-recipe-audio-pill__pause{width:24px;height:24px;border-radius:50%;background:var(--fc-accent);display:flex;align-items:center;justify-content:center;color:var(--fc-ink);flex-shrink:0;animation:fc-pill-breathe 2s infinite ease-in-out}@keyframes fc-pill-breathe{0%,100%{opacity:1}50%{opacity:.7}}.fc-recipe-audio-pill__label{font-family:var(--fc-sans);font-size:var(--fc-text-small);font-weight:var(--fc-w-semibold);color:var(--fc-surface)}.fc-recipe-audio-pill__count{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-bold);color:rgba(255,255,255,0.5);background:rgba(255,255,255,0.1);padding:var(--fc-space-0) var(--fc-space-2);border-radius:var(--fc-radius-pill)}.fc-recipe-audio-pill.is-playing .fc-recipe-audio-pill__play{animation:fc-pill-pulse 1.5s infinite ease-in-out}@keyframes fc-pill-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.fc-recipe-hero__info{padding:var(--fc-space-12) var(--fc-space-10);display:flex;flex-direction:column;justify-content:center;gap:var(--fc-space-4)}.fc-recipe-hero__title{font-family:var(--fc-display);font-size:2rem;font-weight:var(--fc-w-regular);line-height:var(--fc-lh-heading);color:var(--fc-ink);margin:0;letter-spacing:-.3px}.fc-recipe-hero__desc{font-family:var(--fc-sans);font-size:var(--fc-text-body);line-height:var(--fc-lh-ui);color:var(--fc-body);margin:0}.fc-recipe-hero__desc p{margin:0 0 .6em 0}.fc-recipe-hero__desc p:last-child{margin-bottom:0}.fc-recipe-audio-card{display:flex;align-items:center;gap:var(--fc-space-3);background:var(--fc-ink);border-radius:var(--fc-radius-xs);padding:var(--fc-space-3) var(--fc-space-4);margin-top:auto}.fc-recipe-audio-card__play{width:32px;height:32px;border-radius:50%;background:var(--fc-accent);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fc-ink);flex-shrink:0;transition:transform .15s var(--fc-ease-out),background .15s ease}.fc-recipe-audio-card__play:hover{transform:scale(1.06);background:var(--fc-accent-hover)}.fc-recipe-audio-card__play svg{margin-left:1px}.fc-recipe-audio-card__info{flex:1;min-width:0}.fc-recipe-audio-card__title{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-small);font-weight:var(--fc-w-semibold);color:var(--fc-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-recipe-audio-card__sub{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-micro);color:rgba(255,255,255,0.4);margin-top:var(--fc-space-0)}.fc-recipe-audio-card__wave{display:flex;align-items:center;gap:2px;height:22px;flex-shrink:0}.fc-recipe-audio-card__bar{width:2px;border-radius:1px;background:rgba(255,255,255,0.18);transition:background .15s ease}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar{animation:fc-wave-pulse .8s ease-in-out infinite alternate;background:var(--fc-accent)}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar:nth-child(2){animation-delay:.1s}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar:nth-child(3){animation-delay:.2s}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar:nth-child(4){animation-delay:.15s}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar:nth-child(5){animation-delay:.25s}.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar:nth-child(6){animation-delay:.05s}@keyframes fc-wave-pulse{0%{transform:scaleY(0.4)}100%{transform:scaleY(1)}}.fc-recipe-macros{display:flex;border-top:1px solid var(--fc-border);background:var(--fc-surface);border-left:1px solid var(--fc-border);border-right:1px solid var(--fc-border);border-bottom:1px solid var(--fc-border);border-radius:0 0 var(--fc-radius) var(--fc-radius)}.fc-recipe-macros__item{flex:1;padding:var(--fc-space-4) 0;text-align:center;border-right:1px solid var(--fc-border)}.fc-recipe-macros__item:last-child{border-right:0}.fc-recipe-macros__val{display:block;font-family:var(--fc-sans);font-size:1.3rem;font-weight:var(--fc-w-bold);color:var(--fc-ink);line-height:var(--fc-lh-heading)}.fc-recipe-macros__item--accent .fc-recipe-macros__val{color:var(--fc-accent)}.fc-recipe-macros__label{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-semibold);text-transform:uppercase;letter-spacing:.8px;color:var(--fc-dim)}.fc-recipe-body{max-width:1400px;margin:0 auto;padding:0 var(--fc-space-6) var(--fc-space-10)}.fc-recipe-meta{display:flex;align-items:center;gap:var(--fc-space-5);padding:var(--fc-space-6) 0;border-bottom:1px solid var(--fc-border)}.fc-recipe-meta__item{display:flex;align-items:center;gap:var(--fc-space-1);font-family:var(--fc-sans);font-size:var(--fc-text-small);font-weight:var(--fc-w-medium);color:var(--fc-dim)}.fc-recipe-meta__icon{width:16px;height:16px;flex-shrink:0;color:var(--fc-dim)}.fc-recipe-meta__sep{color:var(--fc-ghost)}.fc-recipe-body__desc{font-family:var(--fc-sans);font-size:var(--fc-text-body);line-height:var(--fc-lh-ui);color:var(--fc-body);margin:var(--fc-space-6) 0 0}.fc-recipe-columns{display:grid;grid-template-columns:minmax(200px,0.28fr) 1fr;gap:var(--fc-space-16);margin-top:var(--fc-space-8)}.fc-recipe-columns__right{min-width:0}.fc-recipe-faq__list{list-style:none;padding:0;margin:0}.fc-recipe-heading{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-dim);margin:0 0 var(--fc-space-5)}.fc-recipe-heading__meta{font-weight:var(--fc-w-semibold);color:var(--fc-ghost)}.fc-recipe-ingredients{list-style:none;padding:0;margin:0}.fc-recipe-ingredients__row{display:flex;align-items:baseline;gap:var(--fc-space-1);padding:var(--fc-space-2) 0;border-bottom:1px dotted var(--fc-border)}.fc-recipe-ingredients__row:last-child{border-bottom:0}.fc-recipe-ingredients__name{font-family:var(--fc-sans);font-size:1rem;font-weight:var(--fc-w-medium);color:var(--fc-ink);flex-shrink:0}.fc-recipe-ingredients__dots{flex:1;border-bottom:1px dotted var(--fc-border);min-width:var(--fc-space-5);align-self:center}.fc-recipe-ingredients__qty{font-family:var(--fc-sans);font-size:var(--fc-text-ui);font-weight:var(--fc-w-semibold);color:var(--fc-dim);white-space:nowrap;flex-shrink:0}.fc-recipe-steps{list-style:none;padding:0;margin:0}.fc-recipe-steps__item{display:flex;gap:var(--fc-space-5);margin-bottom:var(--fc-space-6)}.fc-recipe-steps__item:last-child{margin-bottom:0}.fc-recipe-steps__num{font-family:var(--fc-sans);font-size:2rem;font-weight:var(--fc-w-extrabold);color:var(--fc-accent);opacity:.18;line-height:1;width:var(--fc-space-8);text-align:right;flex-shrink:0;user-select:none}.fc-recipe-steps__content p{font-family:var(--fc-sans);font-size:1.05rem;line-height:var(--fc-lh-hook);color:var(--fc-body);margin:0}.fc-recipe-tip{background:var(--fc-accent-dim);border-left:3px solid var(--fc-accent);padding:var(--fc-space-4) var(--fc-space-5);border-radius:0 var(--fc-radius-xxs) var(--fc-radius-xxs) 0;margin-top:var(--fc-space-6)}.fc-recipe-tip__label{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1px;color:var(--fc-accent);margin-bottom:var(--fc-space-1)}.fc-recipe-tip__text{font-family:var(--fc-sans);font-size:var(--fc-text-small);line-height:var(--fc-lh-ui);color:var(--fc-body);margin:0}.fc-recipe-note{background:var(--fc-bg-alt);border-left:3px solid var(--fc-border);padding:var(--fc-space-4) var(--fc-space-5);border-radius:0 var(--fc-radius-xxs) var(--fc-radius-xxs) 0;margin-top:var(--fc-space-6)}.fc-recipe-note__label{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1px;color:var(--fc-dim);margin-bottom:var(--fc-space-1)}.fc-recipe-note__text{font-family:var(--fc-sans);font-size:var(--fc-text-small);line-height:var(--fc-lh-ui);color:var(--fc-body);margin:0}.fc-recipe-note__source{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-micro);color:var(--fc-ghost);margin-top:var(--fc-space-2)}.fc-recipe-note__source a{color:var(--fc-accent);text-decoration:none;font-weight:var(--fc-w-medium)}.fc-recipe-note__source a:hover{opacity:.7}.fc-recipe-nutrition{margin-top:var(--fc-space-10);padding-top:var(--fc-space-6);border-top:1px solid var(--fc-border)}.fc-recipe-nutrition__label{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-dim);margin-bottom:var(--fc-space-3)}.fc-recipe-nutrition__pills{display:flex;flex-wrap:wrap;gap:var(--fc-space-2)}.fc-recipe-nutrition__pill{font-family:var(--fc-sans);font-size:var(--fc-text-small);font-weight:var(--fc-w-semibold);color:var(--fc-body);background:var(--fc-bg-alt);padding:var(--fc-space-1) var(--fc-space-3);border-radius:var(--fc-radius-pill);border:1px solid var(--fc-border)}.fc-recipe-nutrition__pill--accent{color:var(--fc-accent);background:var(--fc-accent-dim);border-color:rgba(0,209,142,0.15)}.fc-recipe-nutrition__source{display:block;font-family:var(--fc-sans);font-size:var(--fc-text-small);color:var(--fc-ghost);margin-top:var(--fc-space-3)}.fc-recipe-nutrition__source a{color:var(--fc-accent);text-decoration:none;font-weight:var(--fc-w-medium);transition:opacity .15s ease}.fc-recipe-nutrition__source a:hover{opacity:.7}.fc-recipe-faq{max-width:1400px;margin:0 auto;padding:0 var(--fc-space-6) var(--fc-space-10)}.fc-recipe-faq__heading{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-dim);margin:0 0 var(--fc-space-5)}.fc-recipe-faq__item{background:var(--fc-surface);border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);margin-bottom:var(--fc-space-3);box-shadow:var(--fc-shadow-sm);overflow:hidden}.fc-recipe-faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--fc-space-4);font-family:var(--fc-sans);font-size:var(--fc-text-ui);font-weight:var(--fc-w-semibold);color:var(--fc-ink);line-height:1.4;padding:var(--fc-space-5) var(--fc-space-6);cursor:pointer;list-style:none;transition:background .15s ease}.fc-recipe-faq__question:hover{background:var(--fc-accent-dim)}.fc-recipe-faq__question::-webkit-details-marker{display:none}.fc-recipe-faq__chevron{flex-shrink:0;color:var(--fc-ghost);transition:transform .2s var(--fc-ease-out)}.fc-recipe-faq__item[open]>.fc-recipe-faq__question .fc-recipe-faq__chevron{transform:rotate(180deg)}.fc-recipe-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s var(--fc-ease-out)}.fc-recipe-faq__item[open]>.fc-recipe-faq__answer{grid-template-rows:1fr}.fc-recipe-faq__answer-inner{overflow:hidden;padding:0 var(--fc-space-6)}.fc-recipe-faq__item[open]>.fc-recipe-faq__answer>.fc-recipe-faq__answer-inner{padding:var(--fc-space-4) var(--fc-space-6) var(--fc-space-5);border-top:1px solid var(--fc-border-light)}.fc-recipe-faq__answer-inner p{font-family:var(--fc-serif);font-size:1.05rem;line-height:var(--fc-lh-prose);color:var(--fc-body);margin:0 0 .85em}.fc-recipe-faq__answer-inner p:last-child{margin-bottom:0}.fc-recipe-faq__source-link{display:inline-flex;align-items:center;gap:var(--fc-space-1);font-family:var(--fc-sans);font-size:var(--fc-text-small);font-weight:var(--fc-w-semibold);color:var(--fc-accent);text-decoration:none;margin-top:var(--fc-space-2);transition:color .15s ease}.fc-recipe-faq__source-link:hover{color:var(--fc-accent-hover)}.fc-recipe-connections{max-width:1400px;margin:0 auto;padding:0 var(--fc-space-6) var(--fc-space-10)}.fc-recipe-connections__heading{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-dim);margin:0 0 var(--fc-space-4)}.fc-recipe-connections__list{display:flex;flex-direction:column;gap:var(--fc-space-3)}.fc-recipe-conn-pill{display:flex;align-items:center;gap:var(--fc-space-3);background:var(--fc-surface);border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);padding:var(--fc-space-4) var(--fc-space-5);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.fc-recipe-conn-pill:hover{border-color:var(--fc-accent);box-shadow:var(--fc-shadow)}.fc-recipe-conn-pill--pending{opacity:.5;pointer-events:none}.fc-recipe-conn-pill__type{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:.8px;color:var(--fc-accent);background:var(--fc-accent-dim);padding:var(--fc-space-0) var(--fc-space-2);border-radius:var(--fc-radius-pill);line-height:var(--fc-lh-ui);flex-shrink:0}.fc-recipe-conn-pill__title{font-family:var(--fc-sans);font-size:var(--fc-text-ui);font-weight:var(--fc-w-medium);color:var(--fc-ink);flex:1;min-width:0}.fc-recipe-conn-pill__arrow{flex-shrink:0;color:var(--fc-ghost);transition:color .15s ease,transform .15s ease}.fc-recipe-conn-pill:hover .fc-recipe-conn-pill__arrow{color:var(--fc-accent);transform:translateX(2px)}@media print{.fc-recipe-audio-card,.fc-recipe-audio-pill,.fc-recipe-faq__chevron{display:none}.fc-recipe-hero{grid-template-columns:1fr;min-height:auto;border-radius:0}.fc-recipe-hero__image{max-height:300px}.fc-recipe-hero__overlay-text,.fc-recipe-hero__gradient{display:none}.fc-recipe-canvas{max-width:none;padding:0;margin:0}.fc-recipe-conn-pill__arrow{display:none}.fc-recipe-faq__answer{grid-template-rows:1fr}.fc-recipe-faq__answer-inner{padding:var(--fc-space-4) var(--fc-space-6) var(--fc-space-5);border-top:1px solid var(--fc-border-light)}}.fc-recipe-audio-card__play:focus-visible,.fc-recipe-audio-pill:focus-visible,.fc-recipe-conn-pill:focus-visible,.fc-recipe-faq__question:focus-visible{outline:2px solid var(--fc-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){.fc-recipe-faq__answer,.fc-recipe-faq__chevron,.fc-recipe-audio-card__play,.fc-recipe-audio-card.is-playing .fc-recipe-audio-card__bar,.fc-recipe-audio-pill.is-playing .fc-recipe-audio-pill__play{animation:none}}@media(max-width:1199px){.fc-recipe-canvas{max-width:none;margin-top:0;padding:0}.fc-recipe-hero{grid-template-columns:1fr;min-height:auto;border-radius:0;border:0}.fc-recipe-hero__image{aspect-ratio:3 / 4;max-height:75vh}.fc-recipe-hero__gradient{opacity:1}.fc-recipe-hero__overlay-text{display:block}.fc-recipe-audio-pill{display:flex}.fc-recipe-hero__info{display:none}.fc-recipe-macros{border-radius:0;border-left:0;border-right:0}.fc-recipe-hero__title{font-size:1.6rem}.fc-recipe-columns{gap:var(--fc-space-8)}}@media(max-width:767px){.fc-recipe-canvas{max-width:none;margin-top:0;padding:0}.fc-recipe-hero{grid-template-columns:1fr;min-height:auto;border-radius:0;border:0}.fc-recipe-hero__image{aspect-ratio:3 / 4;max-height:75vh}.fc-recipe-hero__gradient{opacity:1}.fc-recipe-hero__overlay-text{display:block}.fc-recipe-audio-pill{display:flex}.fc-recipe-hero__info{display:none}.fc-recipe-macros{border-radius:0;border-left:0;border-right:0}.fc-recipe-macros__val{font-size:1.1rem}.fc-recipe-macros__item{padding:var(--fc-space-3) 0}.fc-recipe-body,.fc-recipe-faq{padding-left:var(--fc-space-6);padding-right:var(--fc-space-6)}.fc-recipe-columns{grid-template-columns:1fr;gap:var(--fc-space-8)}.fc-recipe-columns__left{border-bottom:1px solid var(--fc-border);padding-bottom:var(--fc-space-8)}.fc-recipe-steps__num{font-size:1.5rem;width:var(--fc-space-6)}.fc-recipe-nutrition__pills{gap:var(--fc-space-1)}.fc-recipe-conn-pill{padding:var(--fc-space-3) var(--fc-space-4)}.fc-recipe-conn-pill__title{font-size:var(--fc-text-small)}}body.fc-layout-recipe-archive .fc-main{margin-right:var(--fc-sidebar-width);padding:0 var(--fc-page-pad)}body.fc-layout-recipe-archive .fc-recipe-sidebar{display:none}body.fc-layout-recipe-archive .fc-player{left:50%}body.fc-layout-recipe-archive .fc-main>.fc-footer{padding-left:0}.fc-recipe-archive-container{max-width:1400px;margin:0 auto}.fc-recipe-archive-hero{padding:var(--fc-space-14) 0 var(--fc-space-8);border-bottom:1px solid var(--fc-border)}.fc-recipe-archive-hero__title{font-family:var(--fc-serif);font-size:var(--fc-text-h1);font-weight:var(--fc-w-regular);line-height:1.08;letter-spacing:-1.5px;color:var(--fc-ink);margin-bottom:var(--fc-space-4);max-width:700px}.fc-recipe-archive-hero__subtitle{font-size:var(--fc-text-ui);line-height:1.7;color:var(--fc-dim);max-width:820px;margin-bottom:var(--fc-space-5)}.fc-recipe-archive-hero__count{font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:2.5px;color:var(--fc-ghost)}.fc-recipe-archive-grid-section{padding:0 0 var(--fc-space-20)}.fc-recipe-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--fc-space-6);padding-top:var(--fc-space-4)}.fc-recipe-card{position:relative;display:block;border-radius:var(--fc-radius-sm);overflow:hidden;text-decoration:none;aspect-ratio:3 / 2;background:var(--fc-bg-alt)}.fc-recipe-card__image-wrap{position:absolute;inset:0;overflow:hidden}.fc-recipe-card__image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.fc-recipe-card__image-placeholder{width:100%;height:100%;background:var(--fc-bg-alt)}.fc-recipe-card__category{position:absolute;top:var(--fc-space-3);left:var(--fc-space-3);font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-surface);background:rgba(0,0,0,0.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:var(--fc-space-1) var(--fc-space-3);border-radius:var(--fc-radius-pill);line-height:var(--fc-lh-ui);z-index:1}.fc-recipe-card__image-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.12));pointer-events:none}.fc-recipe-card__info{position:absolute;bottom:var(--fc-space-3);left:var(--fc-space-3);right:var(--fc-space-3);background:rgba(255,255,255,0.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--fc-radius-xs);padding:var(--fc-space-3) var(--fc-space-4);z-index:1;border-top:2px solid transparent;transition:border-color .35s ease}.fc-recipe-card__title{font-family:var(--fc-sans);font-size:.9rem;font-weight:var(--fc-w-bold);color:var(--fc-ink);line-height:var(--fc-lh-snug);letter-spacing:-.2px;margin:0 0 var(--fc-space-1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-recipe-card__meta{display:flex;align-items:center;gap:var(--fc-space-2)}.fc-recipe-card__time,.fc-recipe-card__kcal{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-semibold);color:var(--fc-dim)}.fc-recipe-card__kcal::before{content:'\00B7';margin-right:var(--fc-space-2);color:var(--fc-ghost)}.fc-recipe-card__audio-hint{width:13px;height:13px;opacity:.35;flex-shrink:0;color:var(--fc-dim);transition:opacity .15s ease}.fc-recipe-card__arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:auto;flex-shrink:0}.fc-recipe-card__arrow svg{width:16px;height:16px;color:var(--fc-ghost);transition:color .2s ease,transform .2s ease}.fc-recipe-card:hover .fc-recipe-card__arrow svg{transform:translateX(2px)}.fc-recipe-archive-pagination{padding:var(--fc-space-8) 0;text-align:center}.fc-recipe-archive-pagination .nav-links{display:flex;justify-content:center;gap:var(--fc-space-2)}.fc-recipe-archive-pagination .page-numbers{font-family:var(--fc-sans);font-size:var(--fc-text-ui);font-weight:var(--fc-w-semibold);color:var(--fc-dim);padding:var(--fc-space-2) var(--fc-space-4);border-radius:var(--fc-radius-xxs);text-decoration:none;transition:all .15s ease}.fc-recipe-archive-pagination .page-numbers:hover{background:var(--fc-bg-alt);color:var(--fc-ink)}.fc-recipe-archive-pagination .page-numbers.current{background:var(--fc-ink);color:var(--fc-surface)}.fc-recipe-archive-empty{padding:var(--fc-space-20) 0;text-align:center}.fc-recipe-archive-empty p{font-family:var(--fc-sans);font-size:var(--fc-text-body);color:var(--fc-dim)}@media(max-width:1199px){.fc-recipe-archive-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){body.fc-layout-recipe-archive .fc-main{padding:0 var(--fc-space-4)}body.fc-layout-recipe-archive .fc-recipe-archive-grid-section{padding-right:0}.fc-recipe-archive-hero{padding:var(--fc-space-8) 0 var(--fc-space-6)}.fc-recipe-archive-hero__title{font-size:1.8rem;letter-spacing:-.5px}.fc-recipe-archive-grid{grid-template-columns:1fr;gap:var(--fc-space-5)}.fc-recipe-card{aspect-ratio:4 / 3;border-radius:var(--fc-radius-xs)}.fc-recipe-card__info{left:var(--fc-space-2);right:var(--fc-space-2);bottom:var(--fc-space-2);padding:var(--fc-space-2) var(--fc-space-3);border-radius:var(--fc-radius-xxs)}.fc-recipe-card__title{font-size:.85rem}.fc-recipe-card:hover .fc-recipe-card__arrow svg{transform:none}}body.fc-layout-recipe-archive .fc-sidebar{position:fixed;top:0;right:0;width:var(--fc-sidebar-width);height:100vh;height:100dvh;border-left:1px solid rgba(0,0,0,0.04);display:flex;flex-direction:column;overflow:hidden;z-index:10}body.admin-bar.fc-layout-recipe-archive .fc-sidebar{top:32px;height:calc(100vh - 32px);height:calc(100dvh - 32px)}body.fc-layout-recipe-archive .fc-sidebar .fc-sidebar__scroll{flex:1;overflow-y:auto;scrollbar-width:none;padding:var(--fc-space-12) var(--fc-space-6) var(--fc-space-6)}body.fc-layout-recipe-archive .fc-sidebar .fc-sidebar__scroll::-webkit-scrollbar{display:none}body.fc-layout-recipe-archive .fc-recipe-archive-grid-section{padding-right:var(--fc-space-6)}body.fc-layout-recipe-archive .fc-home-recipes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--fc-space-4)}@media(max-width:1199px){body.fc-layout-recipe-archive .fc-home-recipes__grid{grid-template-columns:repeat(2,1fr)}body.fc-layout-recipe-archive .fc-recipe-archive-grid-section{padding-right:0}}@media(max-width:767px){body.fc-layout-recipe-archive .fc-home-recipes__grid{grid-template-columns:1fr}body.fc-layout-recipe-archive .fc-home-recipe{aspect-ratio:3 / 3.5}body.fc-layout-recipe-archive .fc-recipe-archive-grid-section{padding-right:0}}@keyframes fc-wave{0%{transform:scaleY(0.6)}100%{transform:scaleY(1.2)}}body.fc-layout-recipe-archive .fc-home-recipe__wave{height:22px;gap:2px}body.fc-layout-recipe-archive .fc-home-recipe__wave span{width:2px;height:auto;border-radius:1px;background:rgba(255,255,255,0.18)}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span{animation:fc-wave-pulse .8s ease-in-out infinite alternate;background:var(--fc-accent)}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span:nth-child(2){animation-delay:.1s}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span:nth-child(3){animation-delay:.2s}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span:nth-child(4){animation-delay:.15s}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span:nth-child(5){animation-delay:.25s}body.fc-layout-recipe-archive .fc-home-recipe--playing .fc-home-recipe__wave span:nth-child(6){animation-delay:.05s}body.fc-layout-recipe-archive .fc-home-recipe--paused .fc-home-recipe__wave span{animation:none;background:rgba(255,255,255,0.18)}.fc-recipe-more{max-width:1400px;margin:0 auto;padding:var(--fc-space-12) var(--fc-space-6) var(--fc-space-16);border-top:1px solid var(--fc-border)}.fc-recipe-more__heading{font-family:var(--fc-sans);font-size:var(--fc-text-h2);font-weight:var(--fc-w-extrabold);color:var(--fc-ink);letter-spacing:-.3px;margin:0 0 var(--fc-space-6);text-transform:capitalize}.fc-recipe-more__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--fc-space-6)}.fc-recipe-more__footer{text-align:center;margin-top:var(--fc-space-10)}.fc-recipe-more__viewall{display:inline-flex;align-items:center;gap:var(--fc-space-1);font-family:var(--fc-sans);font-size:var(--fc-text-body);font-weight:var(--fc-w-semibold);color:var(--fc-accent);text-decoration:none;transition:color .15s ease}.fc-recipe-more__viewall:hover{color:var(--fc-accent-hover)}@media(max-width:767px){.fc-recipe-more{padding:var(--fc-space-10) var(--fc-space-4) var(--fc-space-12)}.fc-recipe-more__heading{font-size:1.25rem;margin-bottom:var(--fc-space-4)}.fc-recipe-more__grid{grid-template-columns:1fr;gap:var(--fc-space-4)}.fc-recipe-more__footer{margin-top:var(--fc-space-8)}.fc-recipe-more__viewall{font-size:var(--fc-text-ui)}}.fc-recipe-science-bridge{max-width:1400px;margin:0 auto;padding:0 var(--fc-space-6) var(--fc-space-10)}.fc-recipe-science-bridge__heading{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:1.2px;color:var(--fc-dim);margin:0 0 var(--fc-space-4)}.fc-recipe-science-bridge__list{display:flex;flex-direction:column;gap:var(--fc-space-3)}.fc-recipe-science-bridge__card{display:flex;align-items:center;gap:var(--fc-space-4);background:var(--fc-surface);border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);padding:var(--fc-space-5) var(--fc-space-6);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.fc-recipe-science-bridge__card:hover{border-color:var(--fc-accent);box-shadow:var(--fc-shadow)}.fc-recipe-science-bridge__card-kicker{font-family:var(--fc-sans);font-size:var(--fc-text-micro);font-weight:var(--fc-w-black);text-transform:uppercase;letter-spacing:.8px;color:var(--fc-accent);background:var(--fc-accent-dim);padding:var(--fc-space-0) var(--fc-space-2);border-radius:var(--fc-radius-pill);line-height:var(--fc-lh-ui);display:inline-block;margin-bottom:var(--fc-space-2)}.fc-recipe-science-bridge__card-title{font-family:var(--fc-sans);font-size:var(--fc-text-ui);font-weight:var(--fc-w-semibold);color:var(--fc-ink);line-height:var(--fc-lh-snug)}.fc-recipe-science-bridge__card-relevance{font-family:var(--fc-sans);font-size:var(--fc-text-small);color:var(--fc-dim);line-height:var(--fc-lh-ui);margin-top:var(--fc-space-2)}.fc-recipe-science-bridge__arrow{flex-shrink:0;color:var(--fc-ghost);transition:color .15s ease,transform .15s ease}.fc-recipe-science-bridge__card:hover .fc-recipe-science-bridge__arrow{color:var(--fc-accent);transform:translateX(3px)}.fc-playlist-float{position:fixed;bottom:24px;right:24px;z-index:100}.fc-playlist-float__cta{background:var(--fc-ink);border-radius:14px;padding:14px 20px;cursor:pointer;display:flex;align-items:center;gap:14px;border:0;position:relative;overflow:hidden;transition:background .15s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 8px 32px rgba(0,0,0,0.22),0 2px 8px rgba(0,0,0,0.10)}.fc-playlist-float__cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,209,142,0.08) 0,transparent 60%);pointer-events:none}.fc-playlist-float__cta:hover{background:var(--fc-body);box-shadow:0 12px 40px rgba(0,0,0,0.28),0 4px 12px rgba(0,0,0,0.14);transform:translateY(-2px)}.fc-playlist-float__icon{width:36px;height:36px;background:rgba(255,255,255,0.08);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease}.fc-playlist-float__cta:hover .fc-playlist-float__icon{background:rgba(0,209,142,0.15)}.fc-playlist-float__icon svg{width:18px;height:18px;stroke:var(--fc-accent)}.fc-playlist-float__text{flex:1;min-width:0;text-align:left}.fc-playlist-float__kicker{font-size:.56rem;font-weight:var(--fc-w-bold);text-transform:uppercase;letter-spacing:.8px;color:rgba(255,255,255,0.35);margin-bottom:1px}.fc-playlist-float__title{font-size:.82rem;color:rgba(255,255,255,0.92);font-weight:var(--fc-w-medium);line-height:1.3;white-space:nowrap}.fc-playlist-float__title em{color:var(--fc-accent);font-style:italic;font-family:var(--fc-display)}.fc-playlist-float__bars{display:flex;align-items:flex-end;gap:2px;height:20px;flex-shrink:0}.fc-playlist-float__bars span{width:3px;border-radius:2px;background:var(--fc-accent);animation:fc-bar-bounce 1.2s ease-in-out infinite}.fc-playlist-float__bars span:nth-child(1){height:8px;animation-delay:0s}.fc-playlist-float__bars span:nth-child(2){height:14px;animation-delay:.15s}.fc-playlist-float__bars span:nth-child(3){height:6px;animation-delay:.3s}.fc-playlist-float__bars span:nth-child(4){height:12px;animation-delay:.45s}body.fc-audio-playing .fc-playlist-float__bars span{animation-play-state:paused;opacity:.25}body.fc-audio-playing .fc-playlist-float__cta{opacity:.85}@media(max-width:1199px){.fc-playlist-float{display:none !important}}