.character-skills-section {
  margin-top: 1.25rem;
}

.character-skills-section .section-title {
  margin-bottom: 0.75rem;
}

.character-skills-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.character-skill-row {
  padding: 0.85rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.character-skill-row:first-child {
  padding-top: 0;
}

.character-skill-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.character-skill-row-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.6rem;
  margin-bottom: 0.35rem;
}

.character-skill-slot {
  display: inline-block;
  min-width: 1.5rem;
  padding: 0.1rem 0.45rem;
  border-radius: 4px;
  background: #374151;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.character-skill-slot-sub {
  font-size: 0.78rem;
  color: #6b7280;
}

.character-skill-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

.character-skill-row-body {
  padding-left: 0.15rem;
}

.character-skill-desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #374151;
}

.character-skill-gi-row {
  margin: 0.25rem 0 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #374151;
}

.character-skill-gi-label {
  display: inline-block;
  min-width: 2.2rem;
  margin-right: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
}

.character-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.character-skill-tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e40af;
}

.character-skill-tag--status {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #166534;
}

.character-skill-tag--trigger {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}

.character-skill-tag--gi {
  border-color: #ddd6fe;
  background: #f5f3ff;
  color: #5b21b6;
}

.character-skill-tag--dmg {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
