// 1. Copy the CSS styles (lines marked "POKEMON DETAIL MODAL") to your wowMon.html <style> section
// 2. Copy the HTML structure (pokemon-detail-modal) to your wowMon.html body
// 3. Copy all JavaScript functions to your wowMon.html <script> section:
// - showPokemonDetail(pokemonId)
// - closePokemonDetail()
// - switchTab(tabName)
// - drawStatsRadarChart(stats)
// - renderEvolutionChain(pokemon)
// - renderMovesList(pokemon)
// - navigatePokemon(direction)
// - toggleFavorite(pokemonId)
// - addToTeam(pokemonId)
// - sharePokemon(pokemonId)
// 4. Use the CREATURES data from your existing cartridge
// The system automatically reads from: game.cartridge.creatures
// 5. To open detail view from anywhere in your game:
showPokemonDetail('murloc'); // Pass any creature ID