.licenses { padding: 6ch 0 8ch; max-width: 72ch; }
.licenses h1 { font-size: 1.5rem; margin: 0 0 0.5ch; }
.licenses-intro { color: var(--muted); margin: 0 0 4ch; }
.licenses section { margin-bottom: 4ch; }
.licenses h2 { font-size: 1.125rem; margin: 0 0 0.5ch; }
.licenses section p { margin: 0 0 1ch; color: var(--fg-2); font-size: 0.875rem; }
.license-text {
  font: 0.75rem/1.6 var(--mono);
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2ch;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.grammar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  margin-bottom: 2ch;
}
.grammar-table th {
  text-align: left;
  font-weight: 600;
  color: var(--fg-bold);
  border-bottom: 1px solid var(--line);
  padding: 0.5ch 1ch;
}
.grammar-table td {
  padding: 0.4ch 1ch;
  color: var(--fg-2);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 40%, transparent);
}
.grammar-table a { font-size: 0.75rem; }
