.Layout_container__m2XBw{min-height:100vh;display:flex;flex-direction:column}.Layout_header__SXwWG{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;width:100%;z-index:100}.Layout_headerContent__W5FMz{max-width:1200px;margin:0 auto;padding:1rem 20px;display:flex;justify-content:space-between;align-items:center}.Layout_logo__A8yk9 h1{font-size:1.5rem;color:var(--primary-color);margin:0}.Layout_nav__BY5_j{display:flex;gap:2rem}.Layout_nav__BY5_j a{color:var(--text);font-weight:500;transition:color .2s}.Layout_nav__BY5_j a:hover{color:var(--primary-color)}.Layout_unreadBadge__v3tgZ{background:#ef4444;color:#fff;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:700;min-width:20px;text-align:center;line-height:1.4}.Layout_headerActions__T03LU{display:flex;align-items:center;gap:1rem}.Layout_currencySelector__fbpDQ{position:relative}.Layout_currencyButton__5z75a{padding:6px 12px;background:#fff;border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:background .2s;font-weight:500;font-size:.9rem}.Layout_currencyButton__5z75a:hover{background:#f5f5f5}.Layout_currencyMenu__a4_Hg{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:200px;z-index:1000;overflow:hidden}.Layout_currencyMenu__a4_Hg button{display:block;width:100%;padding:12px 16px;background:#fff;border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;transition:background .2s;font-size:.9rem}.Layout_currencyMenu__a4_Hg button:last-child{border-bottom:none}.Layout_currencyMenu__a4_Hg button:hover{background:#f5f5f5}.Layout_currencyMenu__a4_Hg button.Layout_activeCurrency__PRQm_{background:var(--primary-color);color:#fff}.Layout_languageSelector__k_VJE{display:flex;gap:.5rem;border:1px solid var(--border);border-radius:4px;overflow:hidden}.Layout_languageSelector__k_VJE button{padding:6px 12px;background:#fff;border:none;cursor:pointer;transition:background .2s}.Layout_languageSelector__k_VJE button:hover{background:#f5f5f5}.Layout_languageSelector__k_VJE button.Layout_activeLang__zc_uv{background:var(--primary-color);color:#fff}.Layout_userMenu__gD_F6{display:flex;align-items:center;gap:1rem}.Layout_messagesIconLink__LXBzM{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--primary-color);color:#fff;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative}.Layout_messagesIconLink__LXBzM:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.2)}.Layout_messagesIcon__IBrJx{font-size:1.2rem}.Layout_messagesLink__PV_gg{position:relative;display:inline-flex;align-items:center;gap:8px}.Layout_messagesLink__PV_gg .Layout_unreadBadge__v3tgZ{background:#ef4444;color:#fff;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:700;min-width:20px;text-align:center;line-height:1.4}.Layout_avatar__eMjHM{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.Layout_signInBtn__gVQh5,.Layout_signOutBtn__Eq7sO{padding:8px 16px;border-radius:4px;font-weight:500}.Layout_signInBtn__gVQh5{background:var(--primary-color);color:#fff}.Layout_signOutBtn__Eq7sO{background:transparent;color:var(--text);border:1px solid var(--border)}.Layout_createPostDropdown__MtCqC{position:relative}.Layout_createPostBtn__9XxfO{padding:8px 16px;border-radius:4px;font-weight:500;background:var(--primary-color);color:#fff;border:none;cursor:pointer;transition:background .2s}.Layout_createPostBtn__9XxfO:hover{background:var(--primary-color-dark,#06c)}.Layout_createPostMenu__9myVB{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:180px;z-index:1000;overflow:hidden}.Layout_createPostMenuItem__jWyLY{display:block;padding:12px 16px;color:var(--text);text-decoration:none;transition:background .2s;border-bottom:1px solid var(--border)}.Layout_createPostMenuItem__jWyLY:last-child{border-bottom:none}.Layout_createPostMenuItem__jWyLY:hover{background:#f5f5f5;color:var(--primary-color)}.Layout_main__65zHd{flex:1;padding-top:70px}.Layout_footer__2AN9N{background:#f5f5f5;padding:2rem 20px;text-align:center;color:var(--text-light);margin-top:auto}@media (max-width:768px){.Layout_headerContent__W5FMz{flex-direction:column;gap:1rem;padding:1rem 20px}.Layout_nav__BY5_j{gap:1rem}.Layout_headerActions__T03LU{width:100%;justify-content:space-between}.Layout_main__65zHd{padding-top:120px}}.ProductCard_card__tEuZm{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%}.ProductCard_card__tEuZm:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.ProductCard_imageContainer__kKg39{position:relative;width:100%;height:200px;background:#f5f5f5}.ProductCard_image__yEnjF{-o-object-fit:cover;object-fit:cover}.ProductCard_placeholderImage__4evZJ{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.ProductCard_content__bK_LT{padding:1rem;flex:1;display:flex;flex-direction:column}.ProductCard_headerRow__e4aln{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.ProductCard_statusBadge__QF_yB{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ProductCard_statusBadge__QF_yB.ProductCard_available__PITRF{background-color:#4caf50;color:#fff}.ProductCard_statusBadge__QF_yB.ProductCard_soldOut__3lNjA{background-color:#f44336;color:#fff}.ProductCard_timeAgo__pvtFE{font-size:.75rem;color:var(--text-light,#666);white-space:nowrap}.ProductCard_title___DGAi{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_price__ARrmB{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.ProductCard_videoBadge__THmUi{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--text-light);margin-bottom:.5rem;padding:4px 8px;background:#f0f0f0;border-radius:4px;width:-moz-fit-content;width:fit-content}.ProductCard_rating__iS7Wx{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-light);margin-top:auto}.ProductCard_reviewCount__tXqhg{font-size:.85rem}.Home_container__9OuOz{min-height:calc(100vh - 200px)}.Home_hero__g_og0{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px;text-align:center}.Home_heroTitle__BwshW{font-size:3rem;font-weight:700;margin-bottom:1rem}.Home_heroDescription__1Bdnh{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.Home_ctaButton__twyFF{display:inline-block;padding:12px 32px;background:#fff;color:#667eea;border-radius:8px;font-weight:700;transition:transform .2s}.Home_ctaButton__twyFF:hover{transform:translateY(-2px)}.Home_productsSection__Ch7bJ{padding:60px 20px;max-width:1200px;margin:0 auto}.Home_sectionTitle__kIhux{font-size:2rem;margin-bottom:2rem;text-align:center}.Home_productsGrid__rXJfg{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:2rem}.Home_emptyState__f9frH,.Home_loading__fXh_b{text-align:center;padding:60px 20px;color:var(--text-light)}.Home_viewAll__mmVyH{text-align:center;margin-top:2rem}.Home_viewAllLink__Wbwa_{display:inline-block;padding:12px 24px;background:var(--primary-color);color:#fff;border-radius:8px;font-weight:700}@media (max-width:768px){.Home_heroTitle__BwshW{font-size:2rem}.Home_productsGrid__rXJfg{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}}