.tool-category {
  margin-bottom: 3rem;
}

.tool-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.tool {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
}

.tool a {
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}

.tool p {
  margin: 0.5rem 0;
  color: #555;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tag {
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: #eaeaea;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.size-1 { font-size: 0.8rem; }
.size-2 { font-size: 0.95rem; }
.size-3 { font-size: 1.1rem; }
.size-4 { font-size: 1.25rem; }
.size-5 { font-size: 1.4rem; }
