/* Glossary Prose Styling — served as static file, bypasses Tailwind v4 purge */

article.glossary-prose p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

article.glossary-prose h1 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 1rem;
}

article.glossary-prose h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid oklch(92% 0 0);
}

article.glossary-prose h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

article.glossary-prose ul,
article.glossary-prose ol {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}

article.glossary-prose ul { list-style-type: disc; }
article.glossary-prose ol { list-style-type: decimal; }

article.glossary-prose li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

article.glossary-prose li p {
  margin-bottom: 0.25rem;
}

article.glossary-prose table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

article.glossary-prose th {
  background: oklch(97% 0 0);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 600;
  border: 1px solid oklch(92% 0 0);
  font-size: 0.8125rem;
}

article.glossary-prose td {
  padding: 0.625rem 0.75rem;
  border: 1px solid oklch(92% 0 0);
  vertical-align: top;
}

article.glossary-prose blockquote {
  border-left: 4px solid oklch(85% 0.199 91.936);
  padding: 0.75rem 1rem;
  margin: 1.5rem 0;
  background: oklch(98% 0.02 91);
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
}

article.glossary-prose code:not(pre code) {
  background: oklch(97% 0 0);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

article.glossary-prose pre {
  background: oklch(37% 0.01 67);
  color: oklch(92% 0.003 48);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1.25rem 0;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
}

article.glossary-prose strong {
  font-weight: 700;
}

article.glossary-prose a {
  color: oklch(85% 0.199 91.936);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed oklch(85% 0.199 91.936 / 40%);
  transition: border-color 0.2s;
}

article.glossary-prose a:hover {
  border-bottom-style: solid;
  border-bottom-color: oklch(85% 0.199 91.936);
}

article.glossary-prose hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid oklch(92% 0 0);
}
