.hp-header-row {
  display: flex;
  gap: 3rem;
  margin-bottom: 1.75rem;
}

.hp-skill-display {
}

.hp-skill-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin-bottom: 0.25rem;
}

.hp-skill-value {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.hp-skill-value--highlight {
  color: #2e7d32;
}


.hp-note {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 1.75rem 0;
  padding: 0.6rem 0.9rem;
  background: #fffbea;
  border-left: 3px solid #f0c040;
  border-radius: 0 4px 4px 0;
}

.hp-section-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #777;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.35rem;
  margin: 0 0 0.75rem 0;
}

.hp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hp-stat {
  padding: 0.85rem 1rem;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hp-stat.hp-stat--tiger {
  border-color: #f9a825;
  background: #fffde7;
}

.hp-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
}

.hp-stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.hp-stat-sub {
  font-size: 0.8rem;
  color: #aaa;
}
