/* 生命条警告状态 */
#health-bar.low {
  @apply bg-yellow-500;
}

#health-bar.danger {
  @apply bg-red-600;
}
