@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.user-profile{position:relative;width:100%;min-height:100vh;background:var(--theme-background, #ffffff)}.user-profile__not-found{padding:2rem;text-align:center}.user-profile__auth{position:absolute;top:.75rem;right:.75rem;z-index:10}.user-profile__auth-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff40;backdrop-filter:blur(10px);color:#fff;border:none;cursor:pointer;text-decoration:none;transition:background .2s;gap:.375rem;font-family:inherit}.user-profile__auth-btn:hover{background:#fff6;text-decoration:none}.user-profile__auth-btn--user{width:auto;border-radius:18px;padding:0 .75rem}@media(min-width:1024px){.user-profile__auth-btn{background:#f0f0f0;color:var(--theme-text, #2d3748);backdrop-filter:none}.user-profile__auth-btn:hover{background:var(--theme-surface-hover, #e0e0e0)}}.user-profile__auth-email{font-size:.75rem;font-weight:500;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile__hero{position:relative;width:100%;height:300px;overflow:hidden}@media(min-width:1024px){.user-profile__hero{display:none}}.user-profile__hero-image{width:100%;height:100%;object-fit:cover}.user-profile__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%)}.user-profile__name{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.user-profile__bio{font-size:.875rem;color:#ffffffe6;margin:0 0 1rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}.user-profile__socials{display:flex;gap:.75rem}.user-profile__mobile-content{padding:1.5rem}@media(min-width:1024px){.user-profile__mobile-content{display:none}}.user-profile__desktop{display:none}@media(min-width:1024px){.user-profile__desktop{display:flex;max-width:1440px;margin:0 auto;gap:3rem;padding:2rem;position:relative;min-height:100vh}}.user-profile__sidebar{width:320px;flex-shrink:0;position:sticky;top:2rem;align-self:flex-start;min-height:calc(100vh - 4rem);max-height:calc(100vh - 4rem);display:flex;flex-direction:column;background:transparent;border-radius:0;padding:2rem 2rem 2rem 1rem;box-shadow:none;border-right:1px solid var(--theme-border, rgba(0, 0, 0, .08))}.user-profile__sidebar-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.user-profile__sidebar-footer{margin-top:auto;padding-top:1rem;padding-bottom:1rem}.user-profile__sidebar-footer .link-in-bio-footer{margin-top:0;padding:0}.user-profile__sidebar-footer .link-in-bio-footer__container{font-size:.8125rem;line-height:1.5}.user-profile__sidebar-footer .link-in-bio-footer__container p{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.user-profile__sidebar-footer .link-in-bio-footer__container p>a,.user-profile__sidebar-footer .link-in-bio-footer__container p>span{flex:0 0 auto}.user-profile__mobile-footer{display:block}@media(min-width:1024px){.user-profile__mobile-footer{display:none}}.user-profile__avatar-wrapper{text-align:center;margin-bottom:1.5rem}.user-profile__avatar{width:120px;height:120px;border-radius:50%!important;object-fit:cover;border:4px solid var(--theme-border, #f0f0f0)}.user-profile__avatar img{border-radius:50%}.user-profile__name-desktop{font-size:1.5rem;font-weight:700;color:var(--theme-text);margin:0 0 .5rem;text-align:center}.user-profile__bio-desktop{font-size:.875rem;color:var(--theme-text-muted);margin:0 0 1.5rem;text-align:center;line-height:1.5}.user-profile__socials-desktop{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.user-profile__content{flex:1;min-width:0;padding:2rem 1rem 2rem 2rem;background:transparent;border-radius:0;box-shadow:none}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff3;backdrop-filter:blur(10px);color:#fff;transition:all .2s ease;text-decoration:none}.social-link:hover{background:#ffffff4d;transform:scale(1.1)}.social-link svg{width:18px;height:18px}.social-link-desktop{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;background:transparent;border-radius:0;border-bottom:1px solid var(--theme-border, rgba(0, 0, 0, .06));color:var(--theme-text, #1a1a1a);text-decoration:none;transition:all .2s ease}.social-link-desktop:hover{background:transparent;transform:translate(4px);color:var(--theme-primary, #ff6b6b)}.social-link-desktop svg{width:20px;height:20px;flex-shrink:0}.social-link-desktop span{font-size:.875rem;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:767.9px){.products-grid{grid-template-columns:1fr}}.product-card{position:relative;background:var(--theme-surface, #ffffff);border-radius:16px;overflow:hidden;box-shadow:var(--theme-shadow-sm);border:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:scale(1.02);background:var(--theme-surface-hover, #f8f8f8);box-shadow:var(--theme-shadow-md);text-decoration:none}.product-card:active{transform:scale(.98);opacity:.9}.product-card--compact{display:flex;flex-direction:row;align-items:stretch;min-height:110px}.product-card--compact .product-card__image{width:110px;min-height:100%;flex-shrink:0;overflow:hidden}.product-card--compact .product-card__emoji{font-size:2.25rem}.product-card--compact .product-card__content{padding:.75rem 1rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.product-card--compact .product-card__title{font-size:1.25rem;margin:0;line-height:1.4;font-weight:600}.product-card--compact .product-card__description{font-size:.9375rem;-webkit-line-clamp:2;margin:0;line-height:1.5;color:var(--theme-text-muted)}.product-card--compact .product-card__footer{padding-top:0;margin-top:auto;border-top:none;justify-content:flex-start}.product-card--compact .product-card__price{font-size:.875rem;font-weight:600}.product-card--large{grid-column:span 2}.product-card--large .product-card__image{height:180px}.product-card--large .product-card__emoji{font-size:4.5rem}.product-card--large .product-card__content{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-card--large .product-card__title{font-size:1.375rem;font-weight:600;line-height:1.4;margin:0}.product-card--large .product-card__description{font-size:.9375rem;-webkit-line-clamp:2;line-height:1.5;color:var(--theme-text-muted);margin:0}.product-card--large .product-card__footer{padding-top:0;margin-top:auto;border-top:none;justify-content:flex-start}.product-card--large .product-card__button{padding:.75rem 1.5rem;min-height:48px}@media(max-width:767.9px){.product-card--large{grid-column:span 1}}.product-card__link{text-decoration:none;color:inherit}.product-card__link:hover{text-decoration:none}.product-card__link:after{content:"";position:absolute;inset:0;z-index:0}.product-card__image{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__image>*{width:100%;height:100%}.product-card__image img,.product-card__image picture{width:100%;height:100%;object-fit:cover;display:block}.product-card__title{font-weight:700;color:var(--theme-text, #2d3748);margin:0 0 .5rem}.product-card__description{color:var(--theme-text, #2d3748);margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card__button{position:relative;z-index:1;display:block;width:100%;padding:.75rem 1.5rem;background:var(--theme-primary, #ff6b6b);color:#fff;text-align:center;text-decoration:none!important;border-radius:8px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.product-card__button:hover{text-decoration:none!important;opacity:.9}.product-card__footer{display:flex;flex-direction:column;align-items:stretch;gap:0;padding-top:.75rem;border-top:1px solid var(--theme-border, rgba(0, 0, 0, .08))}.product-card__price{font-size:1rem;font-weight:700;color:var(--theme-text, #2d3748)}.products-empty{text-align:center;color:var(--theme-text-muted, #999);margin:3rem 0;font-size:1rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--theme-text, #2d3748);margin:2rem 0 1rem}.my-purchases{margin-top:0}.products-grid+.my-purchases{margin-top:3rem}.my-purchases h2{font-size:1.5rem;font-weight:700;color:var(--theme-text, #2d3748);margin-bottom:1rem}.purchases-empty{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1.5rem;background:var(--theme-surface, #ffffff);border-radius:12px;box-shadow:var(--theme-shadow-sm)}.purchases-empty svg{flex-shrink:0;color:var(--theme-text-muted, #a0aec0);width:36px;height:36px}.purchases-empty__content{flex:1}.purchases-empty h3{font-size:1rem;font-weight:600;color:var(--theme-text, #2d3748);margin:0 0 .25rem}.purchases-empty p{font-size:.875rem;color:var(--theme-text-muted, #718096);margin:0}.purchases-empty__signin-btn{display:inline-block;margin-top:.5rem;padding:.5rem 1.25rem;background:var(--theme-primary, #4caf50);color:#fff;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.purchases-empty__signin-btn:hover{opacity:.85;text-decoration:none}.purchases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.purchase-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--theme-surface, #ffffff);border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:var(--theme-shadow-sm)}.purchase-card:hover{transform:translateY(-2px);background:var(--theme-surface-hover, #f5f5f5);box-shadow:var(--theme-shadow-md, 0 4px 16px rgba(0, 0, 0, .12));text-decoration:none}.purchase-card__image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:var(--theme-background, #faf8f3);display:flex;align-items:center;justify-content:center}.purchase-card__image img{width:100%;height:100%;object-fit:cover}.purchase-card__emoji{font-size:2rem}.purchase-card__content{flex:1;min-width:0}.purchase-card__title{font-size:1rem;font-weight:600;color:var(--theme-text, #2d3748);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.purchase-card__badge{display:inline-block;padding:.25rem .75rem;background:#d4edda;color:#155724;font-size:.75rem;font-weight:600;border-radius:12px;margin-bottom:.25rem}.purchase-card__description{font-size:.875rem;color:var(--theme-text-muted);margin:.25rem 0 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.purchase-card__meeting{font-size:.875rem;color:var(--theme-text-muted);display:block;margin-top:.25rem}@media(max-width:767.9px){.purchases-grid{grid-template-columns:1fr}}.recipe-card{display:block;background:var(--theme-surface, #ffffff);border-radius:12px;overflow:hidden;box-shadow:var(--theme-shadow-sm);transition:transform .2s,box-shadow .2s,background .2s;text-decoration:none;color:inherit}.recipe-card:hover{transform:translateY(-4px);background:var(--theme-surface-hover, #f5f5f5);box-shadow:var(--theme-shadow-lg);text-decoration:none}.recipe-card__image{position:relative;width:100%;padding-bottom:66.67%;overflow:hidden;background:#f0f0f0}.recipe-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.recipe-card__category{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;background:#fffffff2;color:var(--theme-primary, #c87137);font-size:.75rem;font-weight:600;border-radius:12px;backdrop-filter:blur(8px);text-transform:capitalize}.recipe-card__content{padding:1rem}.recipe-card__title{font-size:1.125rem;font-weight:700;color:var(--theme-text, #2d3748);margin:0 0 .5rem;line-height:1.4}.recipe-card__subtitle{font-size:.875rem;color:var(--theme-text-muted);margin:0 0 .75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-card__meta{display:flex;gap:1rem;align-items:center;font-size:.8125rem;color:var(--theme-text-muted)}.recipe-card__meta span{display:flex;align-items:center;gap:.375rem}.recipe-card__meta svg{flex-shrink:0}.recipe-card__time,.recipe-card__servings{display:flex;align-items:center;gap:.25rem}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:767.9px){.recipes-grid{grid-template-columns:1fr;gap:1rem}}
