/* ========================================
   共用屬性顏色 (Type Color Badges)
   用於多個頁面：pokemon-type-chart, pokemon-area-search, pokemon-base-stats, pokemon-skill
   ======================================== */

.type-一般 { background-color: #A8A878; }
.type-火 { background-color: #F08030; }
.type-水 { background-color: #6890F0; }
.type-電 { background-color: #F8D030; color: #333; }
.type-草 { background-color: #78C850; }
.type-冰 { background-color: #98D8D8; }
.type-格鬥 { background-color: #C03028; }
.type-毒 { background-color: #A040A0; }
.type-地面 { background-color: #E0C068; }
.type-飛行 { background-color: #A890F0; }
.type-超能力 { background-color: #F85888; }
.type-蟲 { background-color: #A8B820; }
.type-岩石 { background-color: #B8A038; }
.type-幽靈 { background-color: #705898; }
.type-龍 { background-color: #7038F8; }
.type-惡 { background-color: #705848; }
.type-鋼 { background-color: #B8B8D0; }
.type-妖精 { background-color: #EE99AC; }
