pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.dark .hljs{color:#c9d1d9;background:#0d1117}.light .hljs{color:#24292f;background:#f6f8fa}.hljs{color:#c9d1d9;background:var(--color-code-background)}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.rehype-code-title{margin-bottom:-.6rem;padding:.5em 1em;font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;background-color:var(--color-code-title-bg);color:var(--color-code-title-fg);z-index:0;border-top-left-radius:.3em;border-top-right-radius:.3em}.inline-code{background-color:var(--color-inline-code-bg);padding-left:4px;padding-right:4px;border-radius:4px;color:var(--color-inline-code-fg);font-size:small}.spacing{margin-top:1rem;margin-bottom:1rem}.flex{display:flex;justify-content:center}.parent-container-of-pre{display:grid}pre,pre code{background-color:var(--color-code-background);direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.2;tab-size:2;-webkit-hyphens:none;hyphens:none}pre{padding:0;border:1px solid var(--color-text-weak);border-radius:0 0 8px 8px;overflow-x:auto}.mdx-code-block pre,.mdx-code-block pre code{border:none;border-radius:0}.parent-container-of-pre:not(.mdx-code-block) pre{padding:.5rem 1rem;border-radius:8px}pre>code{float:left;min-width:100%}.code-line{min-width:100%;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px;border-left:4px solid transparent;display:inline-block}.code-line.inserted{background-color:var(--color-inserted-line)}.code-line.deleted{background-color:var(--color-deleted-line)}.highlighted-code-line{background-color:var(--color-highlighted-line);border-left:4px solid var(--color-highlighted-line-indicator)}.numbered-code-line:before{content:attr(data-line-number);margin-left:-8px;margin-right:16px;width:1rem;color:var(--color-text-weak);text-align:right;display:inline-block}.mdx-prose{line-height:1.75;color:var(--chakra-colors-fg-muted,inherit)}.mdx-prose .mdx-heading{scroll-margin-top:calc(var(--app-nav-height, 3.5rem) + 1rem);color:var(--chakra-colors-fg,inherit)}.mdx-prose .mdx-heading:hover .mdx-anchor{opacity:.6}.mdx-prose .mdx-anchor{text-decoration:none;font-weight:400}.mdx-prose a:not(.mdx-anchor){color:var(--chakra-colors-cyan-400,#22d3ee);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.mdx-prose a:not(.mdx-anchor):hover{color:var(--chakra-colors-teal-400,#2dd4bf);text-decoration-color:currentColor}.mdx-prose a:not(.mdx-anchor)[href^=http]:after{content:" ↗";font-size:.75em}.mdx-prose .inline-code,.mdx-prose code.inline-code{background:var(--color-inline-code-bg);color:var(--color-inline-code-fg);padding:.15em .4em;border-radius:.25rem;border:1px solid var(--chakra-colors-border,rgba(255,255,255,.1));font-size:.875em;font-family:var(--font-jetbrains,ui-monospace,monospace)}.mdx-prose blockquote:not(.mdx-callout){border-left:4px solid var(--chakra-colors-cyan-500,#06b6d4);padding-left:1rem;margin:1.5rem 0;color:var(--chakra-colors-fg-muted,#a1a1aa);font-style:italic}.mdx-prose .mdx-table-wrap{overflow-x:auto;margin:1.5rem 0;border:1px solid var(--chakra-colors-border,rgba(255,255,255,.1));border-radius:.5rem}.mdx-prose table{width:100%;border-collapse:collapse}.mdx-prose thead{position:sticky;top:0;background:var(--chakra-colors-bg-muted,#27272a);z-index:1}.mdx-prose td,.mdx-prose th{padding:.625rem 1rem;border-bottom:1px solid var(--chakra-colors-border,rgba(255,255,255,.1));text-align:left}.mdx-prose tbody tr:nth-child(2n){background:var(--chakra-colors-bg-subtle,rgba(255,255,255,.02))}.mdx-prose ol,.mdx-prose ul{padding-left:1.5rem;margin:1rem 0}.mdx-prose ul{list-style-type:disc}.mdx-prose ul ul{list-style-type:circle}.mdx-prose li::marker{color:var(--chakra-colors-cyan-400,#22d3ee)}.mdx-prose li+li{margin-top:.375rem}.mdx-prose .mdx-hr,.mdx-prose hr{border:none;height:2px;margin:2rem 0;background:linear-gradient(to right,transparent,var(--chakra-colors-cyan-500,#06b6d4),var(--chakra-colors-teal-500,#14b8a6),transparent)}.mdx-prose strong{color:var(--chakra-colors-fg,inherit);font-weight:700}.mdx-prose em{color:var(--chakra-colors-fg-muted,inherit);font-style:italic}.mdx-prose .spacing{margin-top:1rem;margin-bottom:1rem}.mdx-prose .rehype-code-title{display:none}.mdx-prose .mdx-code-block pre{border:none;border-radius:0}.mdx-prose .mdx-figure img{display:block;width:100%}