/* 状态颜色标签 */
.status-tag {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  color: white;
  white-space: nowrap;
}

.status-tag.NoSetting {
  background-color: #d6d8db; /* 浅灰 */
}

.status-tag.未收录 {
  background-color: #f8d7da; /* 浅红 */
  color: #721c24;
}

.status-tag.残缺 {
  background-color: #ffe5b4; /* 浅橙 */
  color: #7a3d00;
}

.status-tag.一般质量 {
  background-color: #cce5ff; /* 浅蓝 */
  color: #004085;
}

.status-tag.完全 {
  background-color: #d4edda; /* 浅绿 */
  color: #155724;
}

.status-tag.番 {
  background-color: #f3d5ff; /* 淡紫 */
  color: #6f42c1;            /* 紫色字体，易读 */
}

.status-tag.剧场版 {
  background-color: #fff3cd; /* 淡金黄 */
  color: #856404;            /* 金棕色字体 */
}