.post-toc[data-astro-cid-jw25p7hu] {
  display: none;
}
@media (width>=1024px) {
  .post-toc[data-astro-cid-jw25p7hu] {
    background: var(--bg-default);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm, 4px);
    max-height: calc(100vh - 6rem);
    padding: var(--space-8);
    display: block;
    position: sticky;
    top: calc(3.75rem + 24px);
    overflow-y: auto;
  }
}
.post-toc-heading[data-astro-cid-jw25p7hu] {
  font-family: var(--font-display);
  font-size: var(--text-paragraph);
  font-weight: var(--weight-medium);
  line-height: var(--leading-relaxed);
  color: var(--text-default);
  margin: 0 0 var(--space-3);
}
.post-toc-list[data-astro-cid-jw25p7hu] {
  gap: var(--space-3);
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.post-toc-list[data-astro-cid-jw25p7hu] li[data-astro-cid-jw25p7hu] {
  margin: 0;
}
.post-toc-list[data-astro-cid-jw25p7hu] a[data-astro-cid-jw25p7hu] {
  font-size: var(--text-body);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  color: var(--text-default);
  transition: color var(--duration-fast) ease;
  text-decoration: none;
  display: block;
}
.post-toc-list[data-astro-cid-jw25p7hu] a[data-astro-cid-jw25p7hu]:hover,
.post-toc-list[data-astro-cid-jw25p7hu]
  a[data-astro-cid-jw25p7hu]:focus-visible {
  color: var(--text-info);
}
.post-toc-list[data-astro-cid-jw25p7hu]
  a[data-astro-cid-jw25p7hu][aria-current="location"] {
  color: var(--text-info);
  font-weight: var(--weight-medium);
}
.reading-progress[data-astro-cid-mjika5y3] {
  z-index: 100;
  pointer-events: none;
  background: 0 0;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.reading-progress-bar[data-astro-cid-mjika5y3] {
  background: var(--text-default);
  transform-origin: 0;
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
}
@supports (animation-timeline: scroll()) {
  .reading-progress-bar[data-astro-cid-mjika5y3] {
    animation: linear forwards reading-progress scroll(root);
  }
  @keyframes reading-progress {
    0% {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .reading-progress[data-astro-cid-mjika5y3] {
    display: none;
  }
}
.author-bio[data-astro-cid-kovnzspd] {
  max-width: var(--content-prose);
  margin: 0;
}
.author-bio-row[data-astro-cid-kovnzspd] {
  gap: var(--space-5);
  align-items: flex-start;
  display: flex;
}
.author-bio-avatar[data-astro-cid-kovnzspd] {
  border-radius: var(--radius-pill);
  background: var(--gray-solid);
  width: 4.5rem;
  height: 4.5rem;
  color: var(--gray-contrast);
  font-weight: var(--weight-semibold);
  font-size: var(--text-lead);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}
.author-bio-avatar[data-astro-cid-kovnzspd] img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.author-bio-content[data-astro-cid-kovnzspd] {
  gap: var(--space-3);
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}
.author-bio-top[data-astro-cid-kovnzspd] {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}
.author-bio-identity[data-astro-cid-kovnzspd] {
  min-width: 0;
}
.author-bio-name[data-astro-cid-kovnzspd] {
  font-size: var(--text-lead);
  font-weight: var(--weight-medium);
  color: var(--text-default);
  line-height: var(--leading-tight);
  margin: 0;
}
.author-bio-role[data-astro-cid-kovnzspd] {
  margin: var(--space-1) 0 0;
  font-size: var(--text-body);
  color: var(--text-on-subtle-muted);
  line-height: var(--leading-tight);
}
.author-bio-blurb[data-astro-cid-kovnzspd] {
  color: var(--text-default);
  line-height: var(--leading-snug);
  margin: 0;
}
.author-bio-social[data-astro-cid-kovnzspd] {
  border-radius: var(--radius-sm);
  width: 32px;
  height: 32px;
  color: var(--text-default);
  opacity: 0.4;
  transition:
    opacity var(--duration-base) ease-in-out,
    background var(--duration-base) ease-in-out;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.author-bio-social[data-astro-cid-kovnzspd]:hover,
.author-bio-social[data-astro-cid-kovnzspd]:focus-visible {
  opacity: 1;
  background: var(--bg-muted);
}
.post-header[data-astro-cid-xsgo5ks7] {
  gap: var(--space-8);
  flex-direction: column;
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
}
@media (width>=1024px) {
  .post-header[data-astro-cid-xsgo5ks7] {
    justify-content: center;
    column-gap: 48px;
    row-gap: var(--space-8);
    grid-template-columns: minmax(0, 40rem) 17.5rem;
    max-width: none;
    display: grid;
  }
  .post-header[data-astro-cid-xsgo5ks7] > [data-astro-cid-xsgo5ks7] {
    grid-column: 1;
    min-width: 0;
  }
}
.post-blog-info[data-astro-cid-xsgo5ks7] {
  gap: var(--space-4);
  flex-direction: column;
  display: flex;
}
.post-category[data-astro-cid-xsgo5ks7] {
  font-family: var(--font-mono);
  font-size: var(--text-mono);
  font-weight: var(--weight-medium);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--text-default);
}
.post-title[data-astro-cid-xsgo5ks7] {
  font-family: var(--font-display);
  font-size: var(--text-section);
  font-weight: var(--weight-medium);
  line-height: var(--leading-section);
  letter-spacing: var(--tracking-tight);
  color: var(--text-default);
  text-wrap: balance;
  margin: 0;
}
.post-lede[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-lead);
  font-weight: var(--weight-medium);
  line-height: var(--leading-snug);
  color: var(--text-default);
  text-wrap: pretty;
  margin: 0;
}
.byline[data-astro-cid-xsgo5ks7] {
  align-items: center;
  gap: var(--space-4);
  display: inline-flex;
}
.byline-avatar[data-astro-cid-xsgo5ks7] {
  border-radius: var(--radius-sm, 4px);
  background: var(--bg-subtle);
  width: 2.75rem;
  height: 2.75rem;
  color: var(--text-subtle);
  font-weight: var(--weight-semibold);
  font-size: var(--text-paragraph);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}
.byline-avatar[data-astro-cid-xsgo5ks7] img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.byline-text[data-astro-cid-xsgo5ks7] {
  flex-direction: column;
  gap: 0.125rem;
  display: flex;
}
.byline-text[data-astro-cid-xsgo5ks7] strong[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-body);
  font-weight: var(--weight-medium);
  color: var(--text-default);
  line-height: var(--leading-body);
}
.byline-role[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-caption);
  font-weight: var(--weight-regular);
  color: var(--text-subtle);
  line-height: var(--leading-normal);
}
.post-dateline[data-astro-cid-xsgo5ks7] {
  font-family: var(--font-mono);
  font-size: var(--text-caption);
  letter-spacing: var(--tracking-label);
  color: var(--text-subtle);
  line-height: var(--leading-normal);
  margin: 0;
}
.post-body[data-astro-cid-xsgo5ks7] {
  padding-block: var(--space-10);
}
@media (width>=1024px) {
  .post-body[data-astro-cid-xsgo5ks7] {
    padding-block: var(--space-12);
    grid-template-columns: minmax(0, 40rem) 17.5rem;
    justify-content: center;
    align-items: start;
    column-gap: 48px;
    display: grid;
  }
  .post-toc {
    grid-area: 1/2 / span 2;
    place-self: start;
    width: 100%;
  }
  .post-prose[data-astro-cid-xsgo5ks7] {
    grid-area: 1/1;
  }
}
.post-prose[data-astro-cid-xsgo5ks7] {
  min-width: 0;
}
.prose[data-astro-cid-xsgo5ks7] h2[id],
.prose[data-astro-cid-xsgo5ks7] h3[id] {
  scroll-margin-top: calc(var(--hdr-h) + var(--space-4));
}
.prose[data-astro-cid-xsgo5ks7] p {
  margin-block: 0 var(--space-5);
  line-height: var(--leading-relaxed);
  color: var(--text-default);
  font-size: var(--text-paragraph);
  text-wrap: pretty;
}
.prose[data-astro-cid-xsgo5ks7] ul,
.prose[data-astro-cid-xsgo5ks7] ol {
  margin-block: var(--space-5);
  padding-inline-start: var(--space-6);
}
.prose[data-astro-cid-xsgo5ks7] ul {
  list-style: outside;
}
.prose[data-astro-cid-xsgo5ks7] ol {
  list-style: decimal;
}
.prose[data-astro-cid-xsgo5ks7] li {
  margin-block: var(--space-2);
  color: var(--text-default);
  line-height: var(--leading-relaxed);
  font-size: var(--text-paragraph);
}
.prose[data-astro-cid-xsgo5ks7] li::marker {
  color: var(--text-disabled);
}
.prose[data-astro-cid-xsgo5ks7] strong {
  color: var(--text-default);
  font-weight: var(--weight-semibold);
}
.prose[data-astro-cid-xsgo5ks7] blockquote {
  margin-block: var(--space-8);
  color: var(--text-default);
  font-size: var(--text-lead);
  line-height: var(--leading-snug);
  text-wrap: pretty;
  border: 0;
  padding: 0;
  position: relative;
}
.prose[data-astro-cid-xsgo5ks7] blockquote:before {
  content: "“";
  inset-inline-start: -0.6em;
  font-family: var(--font-display);
  font-size: 3em;
  line-height: var(--leading-none);
  color: var(--text-disabled);
  pointer-events: none;
  position: absolute;
  top: -0.2em;
}
.prose[data-astro-cid-xsgo5ks7] blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.prose[data-astro-cid-xsgo5ks7] a {
  color: var(--text-default);
  text-decoration: underline;
  text-decoration-color: var(--border-default);
  text-underline-offset: 0.18em;
  transition: text-decoration-color var(--duration-fast) ease;
  text-decoration-thickness: 1px;
}
.prose[data-astro-cid-xsgo5ks7] a:hover {
  text-decoration-color: currentColor;
}
.prose[data-astro-cid-xsgo5ks7] code {
  background: var(--bg-subtle);
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  padding: 0.1em 0.35em;
  font-size: 0.9em;
}
.prose[data-astro-cid-xsgo5ks7] hr {
  border: 0;
  border-block-start: 1px solid var(--border-subtle);
  margin-block: var(--space-10);
  width: 4rem;
  margin-inline: auto;
}
.prose[data-astro-cid-xsgo5ks7] .callout,
.prose[data-astro-cid-xsgo5ks7] .tldr {
  background: var(--bg-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  margin-block: var(--space-8);
  gap: var(--space-2);
  flex-direction: column;
  display: flex;
}
.prose[data-astro-cid-xsgo5ks7] .callout > :first-child,
.prose[data-astro-cid-xsgo5ks7] .tldr > :first-child {
  font-size: var(--text-body);
  font-weight: var(--weight-medium);
  color: var(--text-default);
  margin: 0;
}
.prose[data-astro-cid-xsgo5ks7] .callout p,
.prose[data-astro-cid-xsgo5ks7] .tldr p {
  font-size: var(--text-paragraph);
  color: var(--text-default);
  margin: 0;
}
.prose[data-astro-cid-xsgo5ks7] table {
  width: 100%;
  margin-block: var(--space-8);
  border-collapse: collapse;
  font-size: var(--text-body);
  line-height: var(--leading-snug);
}
.prose[data-astro-cid-xsgo5ks7] thead {
  border-block-end: 1px solid var(--border-default);
}
.prose[data-astro-cid-xsgo5ks7] th {
  text-align: left;
  vertical-align: bottom;
  padding: var(--space-2) var(--space-4) var(--space-3);
  font-size: var(--text-mono);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-subtle);
}
.prose[data-astro-cid-xsgo5ks7] td {
  text-align: left;
  vertical-align: top;
  padding: var(--space-3) var(--space-4);
  color: var(--text-default);
  border-block-start: 1px solid var(--border-subtle);
}
.prose[data-astro-cid-xsgo5ks7] tbody tr:first-child td {
  border-block-start: 0;
}
.prose[data-astro-cid-xsgo5ks7] th:first-child,
.prose[data-astro-cid-xsgo5ks7] td:first-child {
  padding-inline-start: 0;
}
.prose[data-astro-cid-xsgo5ks7] th:last-child,
.prose[data-astro-cid-xsgo5ks7] td:last-child {
  padding-inline-end: 0;
}
.prose[data-astro-cid-xsgo5ks7] th[align="right"],
.prose[data-astro-cid-xsgo5ks7] td[align="right"] {
  text-align: right;
}
.prose[data-astro-cid-xsgo5ks7] th[align="center"],
.prose[data-astro-cid-xsgo5ks7] td[align="center"] {
  text-align: center;
}
@media (width<=767px) {
  .prose[data-astro-cid-xsgo5ks7] table {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    display: block;
    overflow-x: auto;
  }
}
.prose[data-astro-cid-xsgo5ks7] .prose-bleed {
  margin-inline: calc(-1 * var(--space-12));
  max-width: none;
}
@media (width<=767px) {
  .prose[data-astro-cid-xsgo5ks7] .prose-bleed {
    margin-inline: 0;
  }
}
.prose[data-astro-cid-xsgo5ks7] img {
  border-radius: var(--radius-md);
  width: 100%;
  height: auto;
  margin-block: var(--space-6);
}
html[lang^="de"] .prose[data-astro-cid-xsgo5ks7] h2,
html[lang^="de"] .prose[data-astro-cid-xsgo5ks7] h3,
html[lang^="de"] .prose[data-astro-cid-xsgo5ks7] p,
html[lang^="de"] .prose[data-astro-cid-xsgo5ks7] li,
html[lang^="de"] .post-lede[data-astro-cid-xsgo5ks7],
html[lang^="de"] .post-title[data-astro-cid-xsgo5ks7] {
  hyphens: auto;
  hyphenate-limit-chars: 7 4 3;
}
.author-bio-wrap[data-astro-cid-xsgo5ks7] {
  margin-block-start: var(--space-6);
}
@media (width>=1024px) {
  .author-bio-wrap[data-astro-cid-xsgo5ks7] {
    grid-column: 1;
  }
}
.related-heading[data-astro-cid-xsgo5ks7] {
  margin: 0 0 var(--space-8);
}
.related-grid[data-astro-cid-xsgo5ks7] {
  gap: var(--space-8);
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  display: grid;
}
@media (width<=1023px) {
  .related-grid[data-astro-cid-xsgo5ks7] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=639px) {
  .related-grid[data-astro-cid-xsgo5ks7] {
    grid-template-columns: 1fr;
  }
}
.related-card[data-astro-cid-xsgo5ks7] {
  gap: var(--space-6);
  color: inherit;
  transition: opacity var(--duration-fast) var(--ease-out);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}
.related-card[data-astro-cid-xsgo5ks7]:hover {
  opacity: 0.8;
}
.related-thumb[data-astro-cid-xsgo5ks7] {
  border-radius: 8px;
  flex-shrink: 0;
  width: 100%;
  height: 13.75rem;
  overflow: hidden;
}
.related-thumb-img[data-astro-cid-xsgo5ks7] {
  object-fit: cover;
  display: block;
}
.related-body[data-astro-cid-xsgo5ks7] {
  gap: var(--space-3);
  flex-direction: column;
  display: flex;
}
.related-title[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-lead);
  font-weight: var(--weight-medium);
  line-height: var(--leading-mono);
  color: var(--text-default);
  letter-spacing: var(--tracking-snug);
  text-wrap: balance;
  transition: color var(--duration-fast) var(--ease-out);
  margin: 0;
}
html[lang^="de"] .related-title[data-astro-cid-xsgo5ks7] {
  hyphens: auto;
  hyphenate-limit-chars: 7 4 3;
}
.related-desc[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-body);
  font-weight: var(--weight-regular);
  color: var(--text-subtle);
  line-height: var(--leading-body);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
}
.related-meta[data-astro-cid-xsgo5ks7] {
  font-size: var(--text-caption);
  font-weight: var(--weight-medium);
  color: var(--text-subtle);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}
