:root {
  --base00: #f7f7f7;
  --base01: #c8c8c8;
  --base02: #a4a4a4;
  --base03: #666;
  --base04: #666;
  --base05: #515151;
  --base06: #434343;
  --base07: #383838;
  --base08: #bd1825;
  --base09: #ac1fa3;
  --base0A: #1458e1;
  --base0B: #1d791c;
  --base0C: #0a767b;
  --base0D: #1458e1;
  --base0E: #ac1fa3;
  --base0F: #434343;
}

:root:where(.dark) {
  --base00: #383838;
  --base01: #434343;
  --base02: #515151;
  --base03: #818181;
  --base04: #818181;
  --base05: #c8c8c8;
  --base06: #c8c8c8;
  --base07: #e3e3e3;
  --base08: #fea3aa;
  --base09: #f77bf6;
  --base0A: #8ecdff;
  --base0B: #fecc1b;
  --base0C: #3defe9;
  --base0D: #8ecdff;
  --base0E: #faadfa;
  --base0F: #a4a4a4;
}

.md-prose {
  letter-spacing: -.008px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.md-prose p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.md-prose h1 {
  font-size: clamp(30px, 4vw, 56px);
}

.md-prose h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

.md-prose h2:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

.md-prose h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

.md-prose h3:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

.md-prose h4, .md-prose h5, .md-prose h6 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.md-prose strong:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

.md-prose hr:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(67 67 67 / var(--tw-border-opacity, 1));
}

.md-prose a {
  --tw-text-opacity: 1;
  color: rgb(20 88 225 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.md-prose a:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(57 146 255 / var(--tw-text-opacity, 1));
}

.md-prose a:active {
  --tw-text-opacity: 1;
  color: rgb(244 66 80 / var(--tw-text-opacity, 1));
}

.md-prose code, .md-prose kbd, .md-prose pre {
  word-wrap: normal;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
  border-radius: .5rem;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1;
  overflow: auto;
}

@media (width >= 768px) {
  .md-prose code, .md-prose kbd, .md-prose pre {
    padding: 1rem;
  }
}

.md-prose code:where(.dark, .dark *), .md-prose kbd:where(.dark, .dark *), .md-prose pre:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity, 1));
}

.md-prose pre {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.625;
}

.md-prose pre:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity, 1));
}

.md-prose code, .md-prose kbd {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1));
}

.md-prose code:where(.dark, .dark *), .md-prose kbd:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity, 1));
}

.md-prose kbd {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
  border-radius: .25rem;
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  line-height: 10px;
  display: inline-block;
}

.md-prose kbd:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.md-prose kbd {
  box-shadow: inset 0 -1px #00000080;
}

.md-prose pre > code {
  white-space: pre;
  overflow-wrap: normal;
  word-break: normal;
  background-color: #0000;
  border-width: 0;
  margin: 0;
  padding: 0;
}

.md-prose .codeblock-line {
  padding-right: 1rem;
  display: block;
  position: relative;
}

.md-prose :not(pre) > code {
  background-color: #e3e3e380;
  border-radius: .25rem;
  padding: 1px .375rem .125rem;
  font-size: .875rem;
  line-height: 1.425;
}

.md-prose :not(pre) > code:where(.dark, .dark *) {
  background-color: #38383880;
}

.md-prose code {
  color: inherit;
  border-radius: .25rem;
  padding: 2px .25rem;
}

.md-prose :is(a, h1, h2, h3, h4, h5, h6) code, .md-prose :is(a, h1, h2, h3, h4, h5, h6) kbd, .md-prose :is(a) strong, .md-prose :is(a, h1, h2, h3, h4, h5, h6) code:where(.dark, .dark *), .md-prose :is(a, h1, h2, h3, h4, h5, h6) kbd:where(.dark, .dark *), .md-prose :is(a) strong:where(.dark, .dark *) {
  color: inherit;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) code {
  padding: max(.125rem, .125em) max(.25rem, .25em);
  font-size: 90%;
}

.md-prose pre code {
  max-width: auto;
  line-height: inherit;
  word-wrap: normal;
  background-color: initial;
  border-radius: initial;
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  overflow: visible;
}

.md-prose ol {
  list-style: decimal;
}

.md-prose ul {
  list-style: outside;
}

.md-prose video {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.md-prose ol, .md-prose ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.md-prose ol ol, .md-prose ul ol {
  list-style-type: lower-roman;
}

.md-prose ol ul, .md-prose ul ul {
  list-style-type: circle;
}

.md-prose ol ol ol, .md-prose ol ul ol, .md-prose ul ol ol, .md-prose ul ul ol {
  list-style-type: lower-alpha;
}

.md-prose ol ol ul, .md-prose ol ul ul, .md-prose ul ol ul, .md-prose ul ul ul {
  list-style-type: square;
}

.md-prose dd {
  margin-left: 0;
}

.md-prose ol ol, .md-prose ol ul, .md-prose ul ol, .md-prose ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.md-prose li {
  word-wrap: break-all;
}

.md-prose li > p {
  margin: 0;
}

.md-prose li > p + p {
  margin-top: 1rem;
}

.md-prose li + li {
  margin-top: .5rem;
}

.md-prose dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.md-prose dl dt {
  margin-top: 1rem;
  padding: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.md-prose dl dd {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.md-prose blockquote {
  border-left-width: 4px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-style: italic;
}

.md-prose details {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.md-prose summary {
  cursor: pointer;
}

.md-prose figcaption {
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.425;
}

@media (width >= 1024px) {
  .md-prose figcaption {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.md-prose table {
  text-indent: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: inherit;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: auto;
}

.md-prose table th {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1));
  background-color: #0000;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.425;
  position: sticky;
  top: 0;
}

.md-prose table th:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity, 1));
}

.md-prose table th {
  --tw-border-opacity: 1;
  border-width: 0 0 1px;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
  padding: 0 1rem .25rem 0;
}

@media (width >= 768px) {
  .md-prose table th {
    padding-right: 1.5rem;
  }
}

.md-prose table th:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity, 1));
}

.md-prose table tbody {
  vertical-align: baseline;
}

.md-prose table td {
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-width: 0 0 1px;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  padding: .5rem 1rem .5rem 0;
  font-size: .875rem;
  line-height: 1.425;
}

@media (width >= 768px) {
  .md-prose table td {
    padding-right: 1.5rem;
  }
}

.md-prose table td:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.md-prose [data-code-block] {
  position: relative;
}

.md-prose .codeblock-line {
  display: block;
  position: relative;
}

.md-prose .codeblock-line[data-highlight="true"]:after {
  content: " ";
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(107 217 104 / var(--tw-bg-opacity, 1));
  opacity: .1;
  margin-left: -.75rem;
  margin-right: -.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.md-prose .codeblock-line[data-highlight="true"]:where(.dark, .dark *):after {
  --tw-bg-opacity: 1;
  background-color: rgb(48 186 45 / var(--tw-bg-opacity, 1));
  opacity: .15;
}

.md-prose .codeblock-line[data-highlight="true"]:after {
  z-index: -1;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: -.02em;
  white-space: pre-line;
  scroll-snap-margin-top: 1em;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  scroll-margin-top: 1em;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) a {
  z-index: 10;
  align-items: center;
  height: 100%;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: -1.5rem;
  right: 0;
}

.md-prose :is(h1, h2, h3, h4, h5, h6):hover a, .md-prose :is(h1, h2, h3, h4, h5, h6) a:hover {
  text-decoration-line: none;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) .icon-link {
  vertical-align: middle;
  --tw-text-opacity: 1;
  height: 100%;
  color: rgb(57 146 255 / var(--tw-text-opacity, 1));
  align-items: center;
  display: flex;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) a .icon-link:before {
  visibility: hidden;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='gray' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.md-prose :is(h1, h2, h3, h4, h5, h6) a:hover .icon-link, .md-prose :is(h1, h2, h3, h4, h5, h6) a .icon-link:hover, .md-prose :is(h1, h2, h3, h4, h5, h6):hover a .icon-link, .md-prose :is(h1, h2, h3, h4, h5, h6) a:hover .icon-link:before, .md-prose :is(h1, h2, h3, h4, h5, h6) a .icon-link:hover:before, .md-prose :is(h1, h2, h3, h4, h5, h6):hover a .icon-link:before {
  visibility: visible;
  opacity: 1;
}

.md-prose h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

@supports (text-box-trim: trim-both) {
  .md-prose, .md-prose :is(h1, h2, h3, h4, h5, h6) {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}

@media (width >= 768px) {
  .md-prose > p img {
    border-radius: .75rem;
  }
}

.md-prose > p:has(img) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (width >= 768px) {
  .md-prose > p:has(img) {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (width >= 1024px) {
  .md-prose > p:has(img) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
