*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Space Grotesk, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 0 0% 99%;
  --foreground: 220 20% 10%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 10%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 20% 10%;
  --primary: 168 80% 42%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 14% 96%;
  --secondary-foreground: 220 20% 10%;
  --muted: 220 14% 96%;
  --muted-foreground: 220 10% 50%;
  --accent: 168 80% 42%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 14% 90%;
  --input: 220 14% 90%;
  --ring: 168 80% 42%;
  --radius: 0.75rem;
  /* Custom tokens */
  --gradient-hero: linear-gradient(135deg, hsl(168 80% 42%) 0%, hsl(180 70% 35%) 100%);
  --shadow-soft: 0 4px 20px -4px hsl(220 20% 10% / 0.08);
  --shadow-card: 0 1px 3px hsl(220 20% 10% / 0.04), 0 8px 24px hsl(220 20% 10% / 0.06);
}

/* Resets tokens to the light palette for a light Surface nested in a dark one. */

.light {
  --background: 0 0% 99%;
  --foreground: 220 20% 10%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 10%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 20% 10%;
  --primary: 168 80% 42%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 14% 96%;
  --secondary-foreground: 220 20% 10%;
  --muted: 220 14% 96%;
  --muted-foreground: 220 10% 50%;
  --accent: 168 80% 42%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 14% 90%;
  --input: 220 14% 90%;
  --ring: 168 80% 42%;
}

* {
  border-color: hsl(var(--border));
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: hsl(var(--background));
  font-family: Space Grotesk, system-ui, sans-serif;
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* LPS-1246: sections stay intact as user content volume grows.
     :where() keeps specificity 0 so any explicit utility still wins. */

body {
  overflow-wrap: break-word;
}

:where(.flex, .grid) > * {
  min-width: 0;
}

html, body {
  max-width: 100%;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.visible {
  visibility: visible;
}

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.w-full {
  width: 100%;
}

.max-w-\[1040px\] {
  max-width: 1040px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.rounded-lg {
  border-radius: var(--radius);
}

.border-t {
  border-top-width: 1px;
}

.border-border {
  border-color: hsl(var(--border));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[clamp\(36px\2c 5vw\2c 56px\)\] {
  font-size: clamp(36px,5vw,56px);
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.text-foreground {
  color: hsl(var(--foreground));
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-primary {
  color: hsl(var(--primary));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-150 {
  animation-duration: 150ms;
}

.\[ws\:form-submit\] {
  ws: form-submit;
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:opacity-65:hover {
  opacity: 0.65;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:text-right {
    text-align: right;
  }
}
/**
 * Blog article body typography (LPS-320).
 *
 * Applied to the `<div class="blog-prose">` that wraps LPS-319's
 * processed HTML (paragraphs, h2 anchors, blockquotes, figures, lists,
 * inline links). All colors / fonts / spacing resolve via the site's
 * existing CSS-variable theme tokens — no hardcoded styles.
 *
 * Matches the LPS-320 mockup at gitlab.com/-/snippets/5987149.
 */

.blog-prose p {
  font-size: 19px;
  line-height: 1.7;
  color: hsl(var(--foreground));
  margin: 0 0 24px;
  font-weight: 400;
}

/* LPS-1053: when CG puts an <h1> at the top of body_html, BlogArticle.tsx
 * suppresses the article-header title h1 and lets this rule carry the page
 * heading. Match the display weight of the suppressed header h1 so the
 * visual hierarchy doesn't shift (clamp 36-56px, line-height 1.05, etc). */
.blog-prose h1 {
  font-weight: 600;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: hsl(var(--foreground));
}

.blog-prose h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 56px 0 16px;
  color: hsl(var(--foreground));
  scroll-margin-top: 24px;
}

.blog-prose h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 40px 0 12px;
  color: hsl(var(--foreground));
}

/* LPS-1053: CG sends h4/h5/h6 in long-form posts (observed in real staging
 * payloads). Without these rules the browser default styles look "demoted"
 * relative to h2/h3 above — one of the symptoms the PM flagged. */
.blog-prose h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  margin: 32px 0 10px;
  color: hsl(var(--foreground));
}

.blog-prose h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 28px 0 8px;
  color: hsl(var(--muted-foreground));
}

.blog-prose h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 24px 0 6px;
  color: hsl(var(--muted-foreground));
}

.blog-prose a {
  color: hsl(var(--primary));
  border-bottom: 1px solid color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
  text-decoration: none;
}

.blog-prose a:hover {
  border-bottom-color: hsl(var(--primary));
}

/* A requested call-to-action renders as a button, not a bare prose link.
   The blog writer wraps it as <p class="blog-cta"><a href>…</a></p>. */
.blog-prose .blog-cta {
  margin: 32px 0;
  text-align: center;
}

.blog-prose .blog-cta a {
  display: inline-block;
  padding: 14px 32px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border: none;
  border-radius: var(--radius, 8px);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.blog-prose .blog-cta a:hover {
  opacity: 0.9;
  border-bottom-color: transparent;
}

.blog-prose ul,
.blog-prose ol {
  padding-left: 1.4em;
  margin: 0 0 24px;
}

.blog-prose li {
  margin: 8px 0;
  font-size: 19px;
  line-height: 1.65;
  color: hsl(var(--foreground));
}

.blog-prose blockquote {
  margin: 40px 0;
  padding: 0 0 0 24px;
  border-left: 3px solid hsl(var(--primary));
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: hsl(var(--foreground));
  font-weight: 500;
}

.blog-prose blockquote cite {
  display: block;
  font-size: 13px;
  color: hsl(var(--muted-foreground));
  margin-top: 14px;
  font-style: normal;
  letter-spacing: 0.02em;
}

.blog-prose figure {
  margin: 40px 0;
}

.blog-prose figure img {
  width: 100%;
  border-radius: calc(var(--radius) - 8px);
}

.blog-prose figcaption {
  font-size: 13px;
  color: hsl(var(--muted-foreground));
  margin-top: 12px;
  text-align: center;
  font-style: italic;
}

.blog-prose img {
  max-width: 100%;
  height: auto;
}

.blog-prose strong {
  font-weight: 600;
  color: hsl(var(--foreground));
}

.blog-prose em {
  font-style: italic;
}

.blog-prose hr {
  border: 0;
  border-top: 1px solid hsl(var(--border));
  margin: 56px 0;
}

.blog-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 15px;
}

.blog-prose th,
.blog-prose td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid hsl(var(--border));
}

.blog-prose th {
  font-weight: 600;
  color: hsl(var(--foreground));
  background: hsl(var(--muted));
}

.blog-prose code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.9em;
  background: hsl(var(--muted));
  padding: 2px 6px;
  border-radius: calc(var(--radius) - 12px);
  color: hsl(var(--foreground));
}

.blog-prose pre {
  background: hsl(var(--muted));
  padding: 20px;
  border-radius: calc(var(--radius) - 6px);
  overflow-x: auto;
  margin: 32px 0;
}

.blog-prose pre code {
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* LPS-1053 — FAQ-as-definition-list. CG may emit Q&A pairs as
 * <dl><dt>Question</dt><dd>Answer</dd></dl>. Without these rules they
 * collapse to indented prose and read like a stylistic mistake. */
.blog-prose dl {
  margin: 32px 0;
}

.blog-prose dt {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  color: hsl(var(--foreground));
  margin-top: 24px;
}

.blog-prose dl > dt:first-child {
  margin-top: 0;
}

.blog-prose dd {
  margin: 8px 0 0;
  padding-left: 0;
  font-size: 19px;
  line-height: 1.7;
  color: hsl(var(--foreground));
}

/* LPS-1053 — FAQ-as-accordion. CG may emit Q&A as native HTML5
 * <details><summary>. Restyle so the disclosure looks like an FAQ row
 * (separator above + accent +/− marker) rather than the browser default. */
.blog-prose details {
  border-top: 1px solid hsl(var(--border));
  padding: 16px 0;
  margin: 0;
}

.blog-prose details:last-of-type {
  border-bottom: 1px solid hsl(var(--border));
}

.blog-prose summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  color: hsl(var(--foreground));
  padding: 4px 0;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

/* Hide native disclosure triangles (cross-browser) — we draw our own. */
.blog-prose summary::-webkit-details-marker {
  display: none;
}
.blog-prose summary::marker {
  content: "";
}

.blog-prose summary::before {
  content: "+";
  display: inline-block;
  width: 1em;
  color: hsl(var(--primary));
  font-weight: 700;
  flex-shrink: 0;
}

.blog-prose details[open] > summary::before {
  content: "−";
}

.blog-prose details > *:not(summary) {
  margin-top: 12px;
}

/* Crestmark brand override: article accents use site navy instead of boilerplate teal */
:root{--primary: 217 65% 16%; --primary-foreground: 0 0% 100%; --accent: 217 65% 16%; --accent-foreground: 0 0% 100%;}
