/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --radius-sm: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-base: #191724;
    --color-surface: #1f1d2e;
    --color-overlay: #26233a;
    --color-muted: #6e6a86;
    --color-subtle: #908caa;
    --color-text: #e0def4;
    --color-love: #eb6f92;
    --color-gold: #f6c177;
    --color-rose: #ebbcba;
    --color-pine: #31748f;
    --color-foam: #9ccfd8;
    --color-iris: #c4a7e7;
    --color-highlight-med: #403d52;
    --color-highlight-high: #524f67;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-full {
    height: 100%;
  }
  .w-lg {
    width: var(--container-lg);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .bg-base {
    background-color: var(--color-base);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-iris {
    color: var(--color-iris);
  }
  .text-love {
    color: var(--color-love);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-subtle {
    color: var(--color-subtle);
  }
  .text-text {
    color: var(--color-text);
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .hover\:bg-overlay {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-overlay);
      }
    }
  }
  .hover\:text-pine {
    &:hover {
      @media (hover: hover) {
        color: var(--color-pine);
      }
    }
  }
}
.layout-center {
  border: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 864px;
  width: 100%;
  padding: 2rem 4rem;
}
figure img {
  display: block;
  margin: 0 auto;
}
figcaption {
  font: italic smaller sans-serif;
  text-align: center;
  color: var(--color-muted);
  margin-top: 5px;
}
h1 {
  color: var(--color-love);
  font-size: var(--text-5xl);
  margin: calc(var(--spacing)) 0;
}
h2 {
  color: var(--color-foam);
  font-size: var(--text-3xl);
  margin: calc(var(--spacing) * 2) 0;
  font-weight: bold;
}
h3 {
  color: var(--color-rose);
  font-size: var(--text-2xl);
  margin: calc(var(--spacing) * 1.5) 0;
  font-weight: bold;
}
h4 {
  color: var(--color-gold);
  font-size: var(--text-xl);
  margin: calc(var(--spacing) * 1.5) 0;
  font-weight: bold;
}
h5 {
  color: var(--color-pine);
  font-size: var(--text-l);
  margin: calc(var(--spacing) * 1.5) 0;
  font-weight: bold;
}
p {
  margin: 1em 0;
}
.zola-anchor {
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.zola-anchor:hover {
  text-decoration: underline;
}
.inline-icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
}
.menu-items {
  font-size: var(--text-xl);
}
.menu-items:hover {
  color: var(--color-love);
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.bg-link {
  color: var(--color-rose);
  background-color: var(--color-overlay);
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.bg-link:hover {
  color: var(--color-pine);
}
.bg-link:active {
  color: var(--color-foam);
}
.subtle-link {
  color: var(--color-subtle);
  stroke: var(--color-subtle);
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.subtle-link:hover {
  color: var(--color-text);
  stroke: var(--color-text);
}
.subtle-link:active {
  color: var(--color-love);
  stroke: var(--color-love);
}
a[rel="external"]::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgc3Ryb2tlLXdpZHRoPSIyLjEiIHN0cm9rZT0iIzY2NiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIxNyAxMy41IDE3IDE5LjUgNSAxOS41IDUgNy41IDExIDcuNSI+PC9wb2x5bGluZT48cGF0aCBkPSJNMTQsNC41IEwyMCw0LjUgTDIwLDEwLjUgTTIwLDQuNSBMMTEsMTMuNSI+PC9wYXRoPjwvZz48L3N2Zz4K);
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  stroke: var(--color-love);
  vertical-align: top;
}
.breadcrumb {
  padding: 0;
  margin: calc(var(--spacing)) 0;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5rem;
  content: "/";
  color: var(--color-subtle);
}
.flex-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-block: 0;
}
footer {
  margin: auto 1.4rem 1.4rem 1.4rem;
  text-align: center;
}
footer nav {
  display: flex;
  align-items: center;
}
footer ol {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-subtle);
}
footer li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5rem;
  content: "-";
  color: var(--color-subtle);
}
.frontmatter-properties {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  gap: 0.1rem 2rem;
  background-color: var(--color-surface);
  margin: calc(var(--spacing) * 1.5) 0;
  padding: var(--spacing) calc(var(--spacing) * 2);
  border-radius: 3px;
}
.frontmatter-property-name {
  color: var(--color-muted);
}
.frontmatter-property-value {
  color: var(--color-text);
}
.tags {
  color: var(--color-gold);
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.tags:hover, tags:active {
  text-decoration: underline;
}
.tags:active {
  background-color: var(--color-highlight-high);
}
.tags::before {
  color: var(--color-pine);
  content: "#";
}
ol {
  counter-reset: item;
}
li {
  list-style-position: inside;
  counter-increment: item;
}
main ol li::marker {
  content: counter(item) ". ";
  color: var(--color-muted);
}
main ul li::marker {
  content: "> ";
  color: var(--color-muted);
}
.footnotes {
  li {
    counter-increment: count 1;
    list-style-position: inside;
  }
  li::marker {
    content: "[" counter(count, decimal) "]: ";
  }
  p {
    display: unset;
  }
}
.footnote-reference {
  color: var(--color-subtle);
}
.markdown-alert-note {
  background-color: var(--color-highlight-med);
  border: 2px;
  border-radius: 5px;
  border-style: solid;
  padding: 0;
  color: var(--color-foam);
  h5 {
    color: var(--color-foam);
    margin: 0 5px;
  }
  p {
    color: var(--color-text);
    margin: 0 5px;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
