.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}.Products_container___FY3P{max-width:1200px;margin:0 auto;padding:2rem 20px}.Products_header___3FSb{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Products_headerTop__7vvSB{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Products_header___3FSb h1{font-size:2rem;margin:0}.Products_headerActions__LfSEN{display:flex;gap:1rem;align-items:center}.Products_addProductButton__8rLym{padding:10px 20px;background:var(--primary-color,#0070f3);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}.Products_addProductButton__8rLym:hover{background:var(--primary-hover,#0051cc)}.Products_mapButton__5MV5T{padding:10px 20px;background:#4caf50;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}.Products_mapButton__5MV5T:hover{background:#45a049}.Products_resultsCount__hjsdu{font-size:.9rem;color:var(--text-light);font-weight:500}.Products_refreshBtn__LL96E{padding:8px 12px;background:#f0f0f0;border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:1.2rem;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:40px}.Products_refreshBtn__LL96E:hover:not(:disabled){background:#e0e0e0}.Products_refreshBtn__LL96E:disabled{opacity:.5;cursor:not-allowed}.Products_clearFiltersBtn__T7ZCy{padding:8px 16px;background:#f0f0f0;border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.Products_clearFiltersBtn__T7ZCy:hover{background:#e0e0e0}.Products_quickFilters__D1VND{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.Products_searchWrapper__R98VU{flex:1;min-width:200px}.Products_searchInputContainer__Y9KP0{position:relative;display:flex;align-items:center}.Products_searchInput__EdQSH{width:100%;padding:10px 40px 10px 16px;border:1px solid var(--border);border-radius:4px;font-size:1rem}.Products_clearSearchBtn__qr3aB{position:absolute;right:8px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.Products_clearSearchBtn__qr3aB:hover{color:#333}.Products_categorySelect__gSbz7,.Products_sortSelect__bPYS3{padding:10px 16px;border:1px solid var(--border);border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;min-width:150px}.Products_filterToggle__xZ48i{padding:10px 16px;background:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.Products_filterToggle__xZ48i:hover{background:#e55a2b}.Products_filterToggle__xZ48i.Products_active__fD_7r{background:#d32f2f}.Products_advancedFilters__S6Dv3{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.Products_priceFilter__nz7b1{display:flex;align-items:center;gap:1rem}.Products_priceFilter__nz7b1 label{font-weight:500}.Products_priceInputs__5Veo3{display:flex;align-items:center;gap:.5rem}.Products_priceInput__ZnLu3{width:120px;padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:.9rem}.Products_productsGrid__Xo7pJ{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.Products_emptyState__MfjIR,.Products_loading__KRc6h{text-align:center;padding:60px 20px;color:var(--text-light)}.Products_emptyStateIcon__CgUCF{font-size:64px;margin-bottom:1rem;opacity:.5}.Products_emptyState__MfjIR h3{margin:0 0 .5rem;font-size:1.5rem;color:var(--text-color)}.Products_emptyState__MfjIR p{margin:0 0 1.5rem;color:var(--text-light)}@media (max-width:768px){.Products_headerTop__7vvSB{flex-direction:column;align-items:flex-start;gap:1rem}.Products_quickFilters__D1VND{flex-direction:column;width:100%}.Products_categorySelect__gSbz7,.Products_searchWrapper__R98VU,.Products_sortSelect__bPYS3{width:100%}.Products_priceFilter__nz7b1{flex-direction:column;align-items:flex-start}.Products_priceInputs__5Veo3{width:100%}.Products_priceInput__ZnLu3{flex:1}.Products_productsGrid__Xo7pJ{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}}