/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *


 */

/* SVG icon defaults - scoped to Heroicons only */
svg[data-icon] {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

svg[data-icon] path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ═══════════════════════════════════════════════════════════════
   Blog / Article Content Styling
   Applied via .blog-content on the article wrapper.
   Styles all standard HTML elements for rich content rendering.
   Works for current and all future blog posts.
   ═══════════════════════════════════════════════════════════════ */
.blog-content {
  color: oklch(37.8% 0.015 216); /* mist-700 */
  font-size: 1.125rem;
  line-height: 1.8;
}

.blog-content > *:first-child {
  margin-top: 0;
}

.blog-content p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.blog-content h2 {
  color: oklch(14.8% 0.004 228.8); /* mist-950 */
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  letter-spacing: -0.01em;
}

.blog-content h3 {
  color: oklch(14.8% 0.004 228.8); /* mist-950 */
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.blog-content h4 {
  color: oklch(14.8% 0.004 228.8); /* mist-950 */
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.blog-content a {
  color: oklch(37.8% 0.015 216); /* mist-700 */
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}
.blog-content a:hover {
  color: oklch(56% 0.021 213.5); /* mist-500 */
}

.blog-content strong,
.blog-content b {
  color: oklch(14.8% 0.004 228.8); /* mist-950 */
  font-weight: 600;
}

.blog-content em,
.blog-content i {
  font-style: italic;
}

.blog-content ul {
  list-style-type: disc;
  padding-left: 1.75em;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.blog-content ol {
  list-style-type: decimal;
  padding-left: 1.75em;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.blog-content li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}

.blog-content li::marker {
  color: oklch(45% 0.017 213.2); /* mist-600 */
}

.blog-content blockquote {
  border-left: 4px solid oklch(87.2% 0.007 219.6); /* mist-300 */
  padding: 1em 1.5em;
  margin: 1.5em 0;
  background: oklch(98.7% 0.002 197.1); /* mist-50 */
  border-radius: 0 0.5rem 0.5rem 0;
  color: oklch(45% 0.017 213.2); /* mist-600 */
  font-style: italic;
}

.blog-content code {
  background: oklch(96.3% 0.002 197.1); /* mist-100 */
  color: oklch(37.8% 0.015 216); /* mist-700 */
  padding: 0.15em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-family: 'JetBrains Mono', 'SF Mono', ui-monospace, monospace;
}

.blog-content pre {
  background: oklch(14.8% 0.004 228.8); /* mist-950 */
  color: oklch(96.3% 0.002 197.1); /* mist-100 */
  padding: 1.25em 1.5em;
  border-radius: 0.75rem;
  overflow-x: auto;
  margin: 1.5em 0;
  font-size: 0.875em;
  line-height: 1.7;
}
.blog-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}

.blog-content hr {
  border: none;
  border-top: 1px solid oklch(92.5% 0.005 214.3); /* mist-200 */
  margin: 2.5em 0;
}

.blog-content img {
  border-radius: 0.75rem;
  margin: 2em 0;
  max-width: 100%;
  height: auto;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}
.blog-content th {
  background: oklch(98.7% 0.002 197.1); /* mist-50 */
  color: oklch(14.8% 0.004 228.8); /* mist-950 */
  font-weight: 600;
  text-align: left;
  padding: 0.75em 1em;
  border-bottom: 2px solid oklch(92.5% 0.005 214.3); /* mist-200 */
}
.blog-content td {
  padding: 0.75em 1em;
  border-bottom: 1px solid oklch(96.3% 0.002 197.1); /* mist-100 */
}
