@import url('https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css');.prose {
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}
.prose [class~='lead'] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a {
  color: var(--fg-deeper);
  text-decoration: none;
  font-weight: inherit;
}
.prose strong {
  color: var(--fg-deep);
  font-weight: 600;
}
.prose ol[type='A'] {
  --list-counter-style: upper-alpha;
}
.prose ol[type='a'] {
  --list-counter-style: lower-alpha;
}
.prose ol[type='A s'] {
  --list-counter-style: upper-alpha;
}
.prose ol[type='a s'] {
  --list-counter-style: lower-alpha;
}
.prose ol[type='I'] {
  --list-counter-style: upper-roman;
}
.prose ol[type='i'] {
  --list-counter-style: lower-roman;
}
.prose ol[type='I s'] {
  --list-counter-style: upper-roman;
}
.prose ol[type='i s'] {
  --list-counter-style: lower-roman;
}
.prose ol[type='1'] {
  --list-counter-style: decimal;
}
.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) '.';
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}
.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ul > li::before {
  content: '';
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.prose hr {
  border-color: rgba(125, 125, 125, 0.3);
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: inherit;
  border-left-width: 0.25rem;
  border-color: rgba(125, 125, 125, 0.3);
  quotes: '\201C' '\201D' '\2018' '\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
  content: open-quote;
}
.prose blockquote p:last-of-type::after {
  content: close-quote;
}
.prose h1 {
  color: var(--fg-deeper);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose h2 {
  color: var(--fg-deep);
  font-weight: 700;
  font-size: 1.6em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose h3 {
  color: inherit;
  font-weight: 600;
  font-size: 1.4em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h4 {
  color: inherit;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose h5 {
  color: inherit;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.prose h6 {
  color: inherit;
  font-weight: 600;
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose code {
  color: var(--fg-deep);
  font-size: 0.875em;
}
.prose a code {
  color: #111827;
}
.prose pre {
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose pre code::before {
  content: none;
}
.prose pre code::after {
  content: none;
}
.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose thead {
  color: var(--fg-deep);
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #8882;
}
.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #8882;
}
.prose tbody tr:last-child {
  border-bottom-width: 0;
}
.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose img {
  border-radius: 0.5rem;
  margin-block: 2em;
  margin-inline: auto;
}
.prose figure img {
  margin-block: 0;
}
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h2 code {
  font-size: 0.875em;
}
.prose h3 code {
  font-size: 0.9em;
}
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: none;
}
.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: none;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose ul ul,
.prose ul ol,
.prose ol ul,
.prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose hr + * {
  margin-top: 0;
}
.prose h2 + * {
  margin-top: 0;
}
.prose h3 + * {
  margin-top: 0;
}
.prose h4 + * {
  margin-top: 0;
}
.prose h5 + * {
  margin-top: 0;
}
.prose h6 + * {
  margin-top: 0;
}
.prose thead th:first-child {
  padding-left: 0;
}
.prose thead th:last-child {
  padding-right: 0;
}
.prose tbody td:first-child {
  padding-left: 0;
}
.prose tbody td:last-child {
  padding-right: 0;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose b {
  color: var(--fg-deep);
}
.prose em {
  color: inherit;
}

/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }.viewer-container:focus {
    outline: 0;
  }.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }.viewer-list > li:focus {
      outline: 0;
    }.viewer-list > li + li {
      margin-left: 1px;
    }.viewer-list > .viewer-loading {
    position: relative;
  }.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }.viewer-toolbar > ul > li::before {
        margin: 2px;
      }.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}.viewer-title:hover {
    opacity: 1;
  }.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }.viewer-fixed {
  position: fixed;
}.viewer-open {
  overflow: hidden;
}.viewer-show {
  display: block;
}.viewer-hide {
  display: none;
}.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}.viewer-invisible {
  visibility: hidden;
}.viewer-move {
  cursor: move;
  cursor: grab;
}.viewer-fade {
  opacity: 0;
}.viewer-in {
  opacity: 1;
}.viewer-transition {
  transition: all 0.3s;
}@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}[data-callout='note'] {
  --rc-color-light: var(--callout-note-color-light, rgb(142, 150, 170));
  --rc-color-dark: var(--callout-note-color-dark, rgb(101, 117, 133));
}[data-callout='tip'] {
  --rc-color-light: var(--callout-tip-color-light, rgb(100, 108, 255));
  --rc-color-dark: var(--callout-tip-color-dark, rgb(100, 108, 255));
}[data-callout='important'] {
  --rc-color-light: var(--callout-important-color-light, rgb(159, 122, 234));
  --rc-color-dark: var(--callout-important-color-dark, rgb(159, 122, 234));
}[data-callout='warning'] {
  --rc-color-light: var(--callout-warning-color-light, rgb(234, 179, 8));
  --rc-color-dark: var(--callout-warning-color-dark, rgb(234, 179, 8));
}[data-callout='caution'] {
  --rc-color-light: var(--callout-caution-color-light, rgb(244, 63, 94));
  --rc-color-dark: var(--callout-caution-color-dark, rgb(244, 63, 94));
}.callout {
  --rc-color-default: #888;

  width: 100%;
  padding: 16px 16px 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  margin: 16px 0;

  background-color: rgb(from var(--rc-color-light, var(--rc-color-default)) r g b / 0.14);

  line-height: 24px;
  font-size: 14px;
}.dark .callout {
  background-color: rgb(from var(--rc-color-dark, var(--rc-color-default)) r g b / 0.16);
}.callout-title {
  display: flex;
  align-items: flex-start;
  gap: 6px;

  font-size: inherit;
}.callout-title::-webkit-details-marker {
  display: none;
}.callout-title-icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}.callout-title-text {
  font-weight: 600;
}.callout-content p {
  margin: 8px 0;
}.callout[data-collapsible='true'] .callout-title {
  cursor: pointer;
  margin: 0 0 8px;
}.callout[data-collapsible='true'] .callout-fold-icon {
  display: flex;
  align-items: center;
  padding-inline-end: 8px;
}.callout[data-collapsible='true'] > .callout-title .callout-fold-icon svg {
  transform: rotate(-90deg);
  transition: transform 100ms ease-in-out;
}.callout[data-collapsible='true'][open] > .callout-title .callout-fold-icon svg {
  transform: none;
}.callout-title-icon::after,
.callout-fold-icon::after {
  content: '\200B';
}.callout-title-icon svg,
.callout-fold-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}/* Prose Complement */.prose {
  --fg-light: #888;
  --fg: #555;
  --fg-deep: #222;
  --fg-deeper: var(--c-text);

  color: var(--fg);
}.prose a {
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  transition: border 0.3s ease-in-out;
}.prose a:hover {
  border-bottom: 1px solid var(--fg);
}.prose a code {
  color: inherit;
}.prose hr {
  width: 50px;
  margin: 2em auto;
}html.dark .prose {
  --fg-light: #888;
  --fg: #bbb;
  --fg-deep: #ddd;
  --fg-deeper: var(--c-text);
}.prose blockquote {
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  padding: 0.5em 1em;
  margin-left: -1.1em;
}.prose blockquote > * {
  opacity: 0.7;
}.prose blockquote > :first-child {
  margin-top: 0;
}.prose blockquote > :last-child {
  margin-bottom: 0;
}.prose blockquote p:first-of-type::before {
  content: none;
}.prose blockquote p:first-of-type::after {
  content: none;
}.prose s {
  opacity: 0.5;
}.prose em {
  --uno: 'font-serif';
  color: var(--fg-deep);
  font-size: 1.05em;
}.prose details summary {
  padding-left: 1px;
  cursor: pointer;
}.prose details:not(.expressive-code *) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose li details {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose thead th,
.prose tbody td:first-child {
  white-space: nowrap;
}.prose code:not(.expressive-code code) {
  border-radius: 0.25rem;
  padding: 0.15rem 0.3rem;
  --uno: 'bg-[#88888820] dark:bg-[#88888830]';
}.prose div:has(> table) {
  overflow-x: auto;
}/* Toc */.toc-desktop {
  position: fixed;
  top: 8.875rem;
  bottom: 0;
  left: 2.05rem;

  z-index: 100;
  display: flex;
  flex-direction: column;
  --uno: 'lt-lgp:hidden';
  overflow: hidden;

  width: 15.625rem;
  max-height: 74vh;

  font-size: 0.875em;
}.toc-desktop-anchor {
  display: flex;
  align-items: center;

  font-size: 1rem;
  opacity: 0.3;
  transition: all 700ms;
}.toc-desktop-on > .toc-desktop-anchor,
.prose:hover .toc-desktop-content > .toc-desktop-anchor,
.toc-desktop:hover > .toc-desktop-anchor {
  opacity: 0.6;
}.toc-desktop > ul {
  overflow-y: auto;

  height: 100%;
  margin-top: 0.25rem;

  opacity: 0;
  transition: all 700ms;
}.toc-desktop-on > ul,
.prose:hover .toc-desktop-content > ul,
.toc-desktop:hover > ul {
  opacity: 0.6;
}.toc-desktop ul > li::before,
#toc-panel ul > li::before {
  display: none;
}.toc-desktop ul > li,
#toc-panel ul > li {
  padding-left: 0.8rem;
  margin-top: 0.5em;

  line-height: 1.6em;
}.toc-desktop > ul > li,
#toc-panel > ul > li {
  padding-left: 0rem;
}.toc-desktop ul > li > a,
#toc-panel ul > li > a {
  display: block;
  overflow-x: hidden;

  border-bottom: 0px;

  color: var(--c-text);
  text-overflow: ellipsis;
  white-space: nowrap;

  opacity: 0.75;

  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}.toc-desktop ul > li > a:hover,
#toc-panel ul > li > a:hover {
  border-bottom: 0px;
}.toc-desktop-right.toc-desktop {
  left: auto;
  right: 0rem;
}#toc-panel ul {
  margin-top: 0;
  margin-bottom: 0;
}#toc-panel ul > li > a {
  color: inherit;
  opacity: 0.5;
}.toc-desktop [aria-current='true'],
#toc-panel [aria-current='true'] {
  opacity: 1;
}/* Expressive Code */.expressive-code {
  margin: 1em 0;
}.expressive-code .copy button::before {
  display: none;
}.expressive-code .copy button {
  width: 2rem !important;
  height: 2rem !important;
}.expressive-code .copy button::after {
  width: 1rem !important;
  height: 1rem !important;
  opacity: 0.5 !important;
}.expressive-code .copy button:hover::after,
.expressive-code .copy button:active::after {
  opacity: 1 !important;
}.expressive-code .copy .feedback {
  font-size: 14px;
  border-width: 0;
}.expressive-code .ec-section summary .code {
  display: flex;
  align-items: center;
}.expressive-code .ec-section summary svg {
  display: inline-block;
}.expressive-code .gutter .ln {
  padding-inline: 1ch !important;
}.expressive-code .collapsible-start .code {
  height: 1.4em;
}/* viewerjs */.viewer-canvas.viewer-loading > img {
  opacity: 0;
}.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}.viewer-navbar {
  margin-bottom: 5px;
  background-color: transparent;
}.viewer-list > li {
  margin-right: -1px;
  border-radius: 1px;
  border: 1px solid #000;
}article img:not(.no-zoom) {
  cursor: zoom-in;
}/* rehype-autolink-headings */a.header-anchor {
  float: left;
  margin-left: -0.9em;
  border: 0 !important;
  opacity: 0;
  font-size: 1em;
  text-decoration: none;
}a.header-anchor:hover,
a.header-anchor:focus {
  text-decoration: none;
}h1:hover .header-anchor,
h1:focus .header-anchor,
h2:hover .header-anchor,
h2:focus .header-anchor,
h3:hover .header-anchor,
h3:focus .header-anchor,
h4:hover .header-anchor,
h4:focus .header-anchor,
h5:hover .header-anchor,
h5:focus .header-anchor,
h6:hover .header-anchor,
h6:focus .header-anchor {
  opacity: 0.5;
}/* rehype-callouts */.callout {
  padding-left: 16px;
  font-size: 15px;
}.callout p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.callout-title-icon {
  padding-right: 2px;
}/* :::iamge */.dark .img-light {
  display: none;
}html:not(.dark) .img-dark {
  display: none;
}/* ::vedio */.rds-video {
  z-index: 150;
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  margin: 5rem 0;

  transform: scale(1.2, 1.2) !important;

  --uno: 'lt-lg:(mx-4 scale-0)';
}.rds-video.no-scale {
  margin: 1rem 0;
  transform: scale(1, 1) !important;
}/* :link */[data-link='github-acct'],
[data-link='custom-url'].rounded {
  display: inline-flex;
  align-items: center;
  padding-right: 0.5rem;
  border-radius: 9999px;
  border-width: 0px !important;

  --uno: 'font-condensed';
  color: var(--fg-light) !important;
  font-size: 0.875rem;
  line-height: 1.25rem;

  background: #8882;
  transform: translateY(6px);
  transition: all 300ms ease-in-out !important;
}[data-link='github-acct'] > img,
[data-link='custom-url'].rounded > img {
  display: inline-block;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin: 0 0.25rem 0 0;

  object-fit: cover;
}[data-link='github-repo']:not(.github),
[data-link='custom-url'].square {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  border-width: 0px !important;

  --uno: 'font-condensed';
  color: var(--fg-light) !important;
  line-height: 100%;

  background: #8882;
  transform: translateY(3px);
  transition: all 300ms ease-in-out !important;
}[data-link='github-repo']:not(.github) > img,
[data-link='custom-url'].square > img {
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  border-radius: 2px;
  margin: 0 0.25rem 0 0;

  object-fit: cover;
}[data-link='github-acct']:hover,
[data-link='github-repo']:not(.github):hover,
[data-link='custom-url'].rounded:hover,
[data-link='custom-url'].square:hover {
  color: var(--fg) !important;

  background: #8883;
}[data-link='github-repo'].github,
[data-link='npm-pkg'] {
  --uno: 'font-mono';
}[data-link='custom-url'] > img,
[data-link='github-repo'].github > img,
[data-link='npm-pkg'] > img {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  border-radius: 0;
  margin: 0 0.25rem 0.2rem 0.1rem;
}/* :badge */.rds-badge {
  display: inline-block;

  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;

  color: white;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;

  background-color: var(--badge-color-light, #a8a29e);
}.dark .rds-badge {
  color: black;
  background-color: var(--badge-color-dark, #a8a29e);
}[data-badge='n'] {
  --badge-color-light: #f87171;
  --badge-color-dark: #fecaca;
}[data-badge='a'] {
  --badge-color-light: #fb923c;
  --badge-color-dark: #fed7aa;
}[data-badge='v'] {
  --badge-color-light: #facc15;
  --badge-color-dark: #fef08a;
}/* rehype-external-links */.new-tab-icon {
  margin-left: 0.1rem;
  margin-bottom: 0.3rem;

  font-size: 0.6em;
}.external-link-cursor {
  cursor: var(--external-link-cursor);
}
/* /releases & /prs */
.github-item-prose h1,
.github-item-prose h2,
.github-item-prose h3,
.github-item-prose h4,
.github-item-prose h5 {
  --uno: 'text-1em lt-sm:text-sm';
}

.github-item-prose > :first-child {
  margin-top: 1.6em;
}

.github-item-prose > :last-child {
  margin-bottom: 1.25em;
}

.github-item-prose h5 a {
  font-size: 0.875em;
}

.github-item-prose li {
  --uno: 'lt-sm:text-sm';
}

summary::-webkit-details-marker {
  display: none;
}

/* /highlights */
.card-item-prose p {
  margin-bottom: 1.1em;
  margin-top: 1.1em;
}

.card-masonry > *:first-child {
  border-radius: 0.5rem;

  --uno: 'hover:(shadow-custom_0_3_20_-5)';
}

/* /shorts */
.card-grid > *:first-child {
  border-radius: 0.75rem;

  --uno: 'hover:(shadow-custom_0_0_15_-3 scale-103 transition-transform)';
}

/* /photos */
.photo-view[data-layout='masonry'] .icon-masonry {
  display: block;
}

.photo-view[data-layout='square'] .icon-grid {
  display: block;
}

.photo-view[data-layout='square'] .photo-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-photo-width), 1fr));
  gap: var(--photo-gap);
}

.photo-figure {
  cursor: pointer;
  overflow: hidden;

  background-size: cover;
  background-image: var(--photo-placeholder);
}

.photo-view[data-layout='masonry'] .photo-figure {
  position: absolute;
  top: 0;
  left: 0;

  width: var(--photo-width);
  height: var(--photo-height);
  border-radius: 0.375rem;

  transform: translate(var(--photo-left), var(--photo-top));
}

.photo-view[data-layout='square'] .photo-figure {
  position: relative;
  aspect-ratio: 1;
}

.photo-figure img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  opacity: var(--photo-opacity, 0);
  transition: all 0.3s ease-in-out;
}

.photo-figure:hover img,
.photo-figure:focus img {
  transform: scale(1.05);
}

.photo-figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 1rem 0.6rem 0.6rem;

  color: white;
  font-size: 0.875rem;

  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);

  transition: all 0.3s ease-in-out;
}

.photo-figure:hover figcaption,
.photo-figure:focus figcaption {
  opacity: 1;
}
