:root{color-scheme:light dark;--bg:#ffffff;--fg:#111111;--muted:#6b7280;--border:#e5e7eb;--card:#f6f6f7;--accent:#e1306c;--accent-fg:#ffffff;--radius:12px}@media (prefers-color-scheme:dark){:root{--bg:#0b0b0c;--fg:#f4f4f5;--muted:#9ca3af;--border:#26262a;--card:#17171a;--accent:#ff4d84;--accent-fg:#ffffff}}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit}.wrap{max-width:640px;margin:0 auto;padding:4rem 1.25rem;text-align:center}.wrap h1{font-size:2rem;margin:0 0 .5rem}.wrap p{color:var(--muted);margin:0}.profile{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}.profile-header{text-align:center}.avatar,.avatar-ph{margin:0 auto .75rem;overflow:hidden}.avatar,.avatar img,.avatar-ph{width:96px;height:96px;border-radius:50%}.avatar img{object-fit:cover}.avatar-ph{display:flex;align-items:center;justify-content:center;background:var(--card);color:var(--muted);font-size:2.25rem;font-weight:600}.display-name{font-size:1.375rem;font-weight:700;margin:0 0 .125rem;line-height:1.2}.handle{color:var(--muted);font-size:.95rem;margin-bottom:.625rem}.bio{margin:0 auto .875rem;max-width:34rem;line-height:1.45;white-space:pre-line;word-break:break-word}.stats{display:flex;gap:1.75rem;justify-content:center;margin:.5rem 0 0}.stat{display:flex;flex-direction:column;align-items:center}.stat dd{margin:0;font-size:1.05rem;font-weight:700}.stat dt{color:var(--muted);font-size:.8rem}.cta{display:flex;flex-direction:column;gap:.5rem;margin:1.25rem auto 0;max-width:20rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-ghost{background:transparent;color:var(--fg);border-color:var(--border)}.products{margin-top:1.75rem}.section-title{font-size:1rem;font-weight:700;margin:0 0 .75rem}.products-row{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.product-card{flex:0 0 auto;width:150px;scroll-snap-align:start;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--card);display:flex;flex-direction:column}.product-img{aspect-ratio:1/1;background:var(--card)}.product-img img{width:100%;height:100%;object-fit:cover}.product-img-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--border),var(--card))}.product-body{padding:.5rem .625rem .375rem;flex:1 1 auto}.product-brand{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}.product-title{font-size:.85rem;font-weight:600;line-height:1.25;margin-top:.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:.85rem;font-weight:700;margin-top:.35rem}.product-shop{font-weight:400;color:var(--muted)}.btn-buy{margin:.5rem .625rem .625rem;min-height:38px;background:var(--accent);color:var(--accent-fg);border-radius:10px;font-size:.85rem}.posts{margin-top:1.75rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px}.cell{position:relative;aspect-ratio:1/1;display:block;background:var(--card);overflow:hidden}.cell img{object-fit:cover}.cell img,.cell-ph{width:100%;height:100%}.cell-ph{background:linear-gradient(135deg,var(--border),var(--card))}.cell-badges{position:absolute;top:6px;right:6px;display:flex;gap:4px}.badge{display:inline-flex;align-items:center;justify-content:center;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.empty{color:var(--muted);padding:2.5rem 1rem}.empty,.more{text-align:center}.more{margin-top:1.25rem}.btn-more{background:transparent;border-color:var(--border);color:var(--fg);min-width:12rem}@media (min-width:520px){.product-card{width:168px}}.post{max-width:600px;margin:0 auto;padding:0 0 3rem}.post-media,.post-media-single{background:var(--card)}.post-media{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.post-media::-webkit-scrollbar{display:none}.post-media .slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}.slide-media{width:100%;height:auto;max-height:85vh;object-fit:contain;display:block;margin:0 auto;background:var(--card)}.post-info{padding:.875rem 1rem 0}.post-author{display:flex;align-items:center;gap:.625rem;text-decoration:none;margin-bottom:.75rem}.post-author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:0 0 auto}.post-author-avatar-ph{display:inline-flex;align-items:center;justify-content:center;background:var(--card);color:var(--muted);font-weight:600}.post-author-names{display:flex;flex-direction:column;line-height:1.2;min-width:0}.post-author-name{font-weight:600;font-size:.95rem}.post-author-handle{color:var(--muted);font-size:.82rem}.post-caption{margin:0 0 1rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.post-products{margin-top:1.25rem}.post-products-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.post-product{display:flex;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius);padding:.625rem .75rem;background:var(--card)}.post-product-body{flex:1 1 auto;min-width:0}.post-product-meta{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;margin-top:.2rem;font-size:.85rem}.post-product .product-title{-webkit-line-clamp:3}.post-product .btn-buy{margin:0;flex:0 0 auto;padding-left:1rem;padding-right:1rem}.product-rating{color:var(--muted);font-size:.8rem}