@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.user-profile{width:100%;min-height:100vh;background:var(--theme-background, #faf8f3)}.user-profile__not-found{padding:2rem;text-align:center}.user-profile__hero{position:relative;width:100%;height:300px;overflow:hidden}@media(min-width:968px){.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:968px){.user-profile__mobile-content{display:none}}.user-profile__desktop{display:none}@media(min-width:968px){.user-profile__desktop{display:flex;max-width:1200px;margin:0 auto;gap:2rem;padding:2rem}}.user-profile__sidebar{width:300px;flex-shrink:0;background:var(--theme-surface, white);border-radius:16px;padding:2rem;box-shadow:var(--theme-shadow-md, 0 4px 16px rgba(0, 0, 0, .08))}.user-profile__avatar-wrapper{text-align:center;margin-bottom:1.5rem}.user-profile__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f0f0f0}.user-profile__name-desktop{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;text-align:center}.user-profile__bio-desktop{font-size:.875rem;color:#666;margin:0 0 1.5rem;text-align:center;line-height:1.5}.user-profile__socials-desktop{display:flex;flex-direction:column;gap:.75rem}.user-profile__content{flex:1;background:var(--theme-surface, white);border-radius:16px;padding:2rem;box-shadow:var(--theme-shadow-md, 0 4px 16px rgba(0, 0, 0, .08))}.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 1rem;background:#f8f9fa;border-radius:8px;color:#1a1a1a;text-decoration:none;transition:all .2s ease}.social-link-desktop:hover{background:#e9ecef;transform:translate(4px)}.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:767px){.products-grid{grid-template-columns:1fr}}.product-card{position:relative;background:var(--theme-surface, #f8f9fa);border-radius:12px;overflow:hidden;box-shadow:var(--theme-shadow-sm, 0 2px 8px rgba(0, 0, 0, .08));transition:all .2s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-2px);background:var(--theme-surface-hover, #f0f0f0);box-shadow:var(--theme-shadow-md, 0 4px 12px rgba(0, 0, 0, .12));text-decoration:none}.product-card:active{transform:scale(.98);opacity:.7}.product-card--compact{display:flex;flex-direction:row;align-items:stretch;min-height:100px}.product-card--compact .product-card__image{width:100px;min-height:100%;flex-shrink:0;overflow:hidden}.product-card--compact .product-card__emoji{font-size:2rem}.product-card--compact .product-card__content{padding:.5rem .75rem;flex:1;display:flex;flex-direction:column}.product-card--compact .product-card__title{font-size:1.125rem;margin:0;line-height:1.3;font-weight:700}.product-card--compact .product-card__description{font-size:.85rem;-webkit-line-clamp:2;margin:0;line-height:1.4}.product-card--compact .product-card__footer{padding-top:0;margin-top:.35rem;border-top:none;justify-content:flex-start}.product-card--compact .product-card__price{font-size:.8rem;font-weight:600}.product-card--large{grid-column:span 2}.product-card--large .product-card__image{height:160px}.product-card--large .product-card__emoji{font-size:4rem}.product-card--large .product-card__content{padding:1rem 1.25rem}.product-card--large .product-card__title{font-size:1.1rem;margin-bottom:.35rem}.product-card--large .product-card__description{font-size:.875rem;-webkit-line-clamp:2;margin-bottom:.5rem}.product-card--large .product-card__footer{padding-top:0;margin-top:.5rem;border-top:none;justify-content:flex-start}.product-card--large .product-card__button{margin-top:.75rem;padding:.625rem 1.25rem}@media(max-width:767px){.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;margin-top:1rem;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;justify-content:flex-end;align-items:center;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, white);border-radius:12px;box-shadow:var(--theme-shadow-sm, 0 2px 8px rgba(0, 0, 0, .08))}.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-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, white);border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:var(--theme-shadow-sm, 0 2px 8px rgba(0, 0, 0, .08))}.purchase-card:hover{transform:translateY(-2px);background:var(--theme-surface-hover, white);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}@media(max-width:768px){.purchases-grid{grid-template-columns:1fr}}.recipe-card{display:block;background:var(--theme-surface, white);border-radius:12px;overflow:hidden;box-shadow:var(--theme-shadow-sm, 0 2px 8px rgba(0, 0, 0, .08));transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.recipe-card:hover{transform:translateY(-4px);background:var(--theme-surface-hover, white);box-shadow:var(--theme-shadow-lg, 0 8px 24px rgba(0, 0, 0, .12));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:#718096;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:#718096}.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:768px){.recipes-grid{grid-template-columns:1fr;gap:1rem}}
