@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.recipe-card{display:block;text-decoration:none;color:inherit}.recipe-card:hover{text-decoration:none}.recipe-card:hover .recipe-card__title{color:var(--theme-primary)}.recipe-card__image{position:relative;width:100%;padding-bottom:66.67%;overflow:hidden;border-radius:var(--radius-media);background:#f0f0f0}.recipe-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.recipe-card__category{position:absolute;z-index:2;top:.5rem;left:.5rem;max-width:calc(100% - 3.75rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.25rem .5rem;background:#fffffff2;color:var(--theme-primary);font-size:.6875rem;font-weight:600;border-radius:var(--radius-badge);backdrop-filter:blur(8px);text-transform:capitalize}.recipe-card__content{padding:.625rem 0 0}.recipe-card__placeholder-title{display:-webkit-box;overflow:hidden;margin:0;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:1.0625rem;font-weight:700;line-height:1.16;letter-spacing:-.012em;text-wrap:balance;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media(max-width:767.9px){.recipe-card__placeholder-title{font-size:1rem}}.recipe-card__access-icon{display:inline-block;width:.8125rem;height:.8125rem;margin-left:.3rem;vertical-align:-.125rem;transition:color .2s;transform-origin:center}.recipe-card__access-icon.is-opening{animation:recipe-lock-open .6s cubic-bezier(.2,.8,.25,1)}.recipe-card__access-icon.is-opening .recipe-card__access-shackle{animation:recipe-lock-shackle-open .5s ease-out}.recipe-card__access-icon--open{color:#279447}.recipe-card__access-icon--locked{color:var(--theme-text-muted)}.recipe-card__title{font-size:.9375rem;font-weight:600;color:var(--theme-text);margin:0 0 .25rem;line-height:1.35;transition:color .2s;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;position:relative;box-sizing:border-box}.recipe-card__title.is-clamped{padding-right:1.15rem}.recipe-card__title.is-clamped .recipe-card__access-icon{position:absolute;right:0;bottom:.11rem;margin-left:0}@media(max-width:767.9px){.recipe-card__title{font-size:.875rem}}.recipe-card__title-tail{white-space:nowrap}.recipe-card__subtitle{font-size:.8125rem;color:var(--theme-text-muted);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767.9px){.recipe-card__subtitle{font-size:.75rem}}.recipe-card__author{display:flex;align-items:center;gap:.375rem;margin-top:.375rem;color:var(--theme-text-muted);font-size:.8125rem;min-width:0}.recipe-card__author-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.recipe-card__author-avatar--blank{display:flex;align-items:center;justify-content:center;background:var(--theme-surface-hover);color:var(--theme-text-subtle);font-size:.625rem;font-weight:700}.recipe-card__author-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes recipe-lock-open{0%{transform:scale(1) rotate(0)}35%{transform:scale(.88) rotate(-8deg)}68%{transform:scale(1.16) rotate(4deg)}to{transform:scale(1) rotate(0)}}@keyframes recipe-lock-shackle-open{0%{opacity:.45;transform:translateY(1.5px)}55%{opacity:1;transform:translateY(-.75px)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.recipe-card__access-icon.is-opening,.recipe-card__access-icon.is-opening .recipe-card__access-shackle{animation:none}}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem 1rem;margin-bottom:2rem}@media(max-width:767.9px){.recipes-grid{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}}.materials-rows{display:flex;flex-direction:column;margin-bottom:2rem;border-top:1px solid var(--theme-border)}.article-row{display:flex;align-items:center;gap:1rem;padding:1rem .25rem;border-bottom:1px solid var(--theme-border);text-decoration:none;color:inherit;transition:background .2s}.article-row:hover{background:var(--theme-surface-hover);text-decoration:none}.article-row:hover .article-row__title{color:var(--theme-primary)}.article-row:hover .article-row__chevron{transform:translate(2px);opacity:1}.article-row__thumb{flex-shrink:0;width:64px;height:64px;border-radius:var(--radius-badge);overflow:hidden;background:#f0f0f0}.article-row__thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:767.9px){.article-row__thumb{width:52px;height:52px}}.article-row__content{min-width:0;flex:1}.article-row__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--theme-text);transition:color .2s}@media(max-width:767.9px){.article-row__title{font-size:.9375rem}}.article-row__excerpt{margin:.25rem 0 0;font-size:.875rem;line-height:1.45;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767.9px){.article-row__excerpt{font-size:.8125rem;-webkit-line-clamp:2}}.article-row__chevron{flex-shrink:0;color:var(--theme-text-muted);opacity:.5;transition:transform .2s,opacity .2s}.feed{min-height:100vh;background:var(--theme-background);color:var(--theme-text)}.feed__inner{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}@media(max-width:767.9px){.feed__inner{padding:1rem .75rem 2.5rem}}.feed-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;padding:calc(.875rem + var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px)) 1rem .875rem;border-bottom:1px solid var(--theme-border)}.feed-header__creators{justify-self:start;color:var(--theme-text-muted);font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-header__creators:hover{color:var(--theme-text);text-decoration:none}.feed-header__brand{justify-self:center;font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;color:var(--theme-text);text-decoration:none}.feed-header__brand:hover{text-decoration:none}.feed-header__account{justify-self:end;display:flex;align-items:center;justify-content:center;gap:.375rem;height:36px;padding:0;width:36px;border:0;border-radius:50%;background:#0000000d;color:var(--theme-text);font-family:inherit;font-size:.75rem;font-weight:500;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.feed-header__account--named{width:auto;border-radius:18px;padding:0 .75rem}.feed-header__account:hover{background:#0000001a;text-decoration:none}.feed-header__account:active{color:var(--theme-primary)}.feed-header__account-name{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed__title-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.feed__filters{margin:1rem 0 1.25rem}.feed__grid{align-items:start}.feed__empty{padding:3rem 1rem;text-align:center}.feed__empty-title{margin:0;font-size:1.0625rem;font-weight:600}.feed__empty-hint{margin:.375rem 0 0;color:var(--theme-text-muted)}.feed-collection{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:1.25rem;padding:1rem;border-radius:var(--radius-media);background:var(--theme-surface);border:1px solid var(--theme-border);color:inherit;text-decoration:none}.feed-collection:hover{background:var(--theme-surface-hover);text-decoration:none}@media(max-width:767.9px){.feed-collection{grid-template-columns:1fr;gap:.875rem;padding:.75rem}}.feed-collection__cover{position:relative;overflow:hidden;border-radius:var(--radius-media);aspect-ratio:4/3;background:var(--theme-surface-hover)}.feed-collection__cover img{width:100%;height:100%;object-fit:cover}@media(max-width:767.9px){.feed-collection__cover{aspect-ratio:16/9}}.feed-collection__badge{position:absolute;z-index:2;top:.5rem;left:.5rem;padding:.25rem .5rem;background:var(--theme-primary);color:#fff;font-size:.6875rem;font-weight:600;border-radius:var(--radius-badge)}.feed-collection__body{display:flex;flex-direction:column;justify-content:center;gap:.5rem;min-width:0;padding:.25rem .25rem .25rem 0}@media(max-width:767.9px){.feed-collection__body{padding:0 .25rem .25rem}}.feed-collection__title{margin:0;font-size:1.375rem;font-weight:700;letter-spacing:-.01em;line-height:1.25}@media(max-width:767.9px){.feed-collection__title{font-size:1.125rem}}.feed-collection__description{margin:0;color:var(--theme-text-muted);font-size:.9375rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767.9px){.feed-collection__description{font-size:.875rem}}.feed-collection__footer{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.feed-collection__price{font-size:1.125rem;font-weight:700}.feed-collection__count{color:var(--theme-text-subtle);font-size:.875rem}.feed-collection__cta{margin-left:auto;padding:.5rem 1rem;border-radius:var(--radius-control);background:var(--theme-primary);color:#fff;font-size:.875rem;font-weight:600;white-space:nowrap}@media(max-width:767.9px){.feed-collection__cta{margin-left:0}}.creators-invite{grid-column:1/-1;margin:.5rem 0 1rem;text-align:center;color:var(--theme-text-muted);font-size:.9375rem;line-height:1.5}.creators-invite__cta{color:var(--theme-text);font-weight:600;text-decoration:underline;text-underline-offset:3px}.creators-invite__cta:hover{color:var(--theme-primary)}
