Card Pool Size: ~{{ theme.pool_size }} cards available
{% if theme.pool_tier == 'Vast' %}
- Extensive card selection with {{ theme.pool_size }}+ cards available for deckbuilding
- Provides maximum flexibility and optimization potential
{% elif theme.pool_tier == 'Large' %}
- Large card selection with {{ theme.pool_size }} cards available
- Offers strong flexibility for different deck strategies
{% elif theme.pool_tier == 'Moderate' %}
- Moderate selection with {{ theme.pool_size }} cards available
- Sufficient options for focused deck strategies
{% elif theme.pool_tier == 'Small' %}
- Limited selection with {{ theme.pool_size }} cards available
- May require creative deckbuilding approaches
{% elif theme.pool_tier == 'Tiny' %}
- Very limited pool with only {{ theme.pool_size }} cards available
- Highly focused niche theme with restricted card choices
{% endif %}