.page-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
  line-height: 1.7;
}

.tool-note {
  font-size: 0.75rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  background: var(--surface);
  border-radius: var(--radius);
}
