function eaGenerateProductCard(product) { // 統計データがあるかチェック const hasStats = product.stats && product.stats.total_trades > 0; // カテゴリクラス生成 const categoryClass = 'ea-category-' + (product.category_key || 'other').replace(/[^a-zA-Z0-9-_]/g, ''); // 通貨ペア表示(USDJPYでない場合のみ) let currencyDisplay = ''; if (product.currency && product.currency !== 'USDJPY') { currencyDisplay = `