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

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#ffffff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.markdown-body{font-family:inherit;line-height:1.6;color:hsl(var(--foreground))}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-weight:700;margin-top:2rem;margin-bottom:1rem;letter-spacing:-.025em;color:hsl(var(--foreground))}.markdown-body h2{font-size:1.5rem;border-bottom:1px solid hsl(var(--border));padding-bottom:.5rem}.markdown-body h3{font-size:1.25rem}.markdown-body p{margin-bottom:1.25rem}.markdown-body img{width:min(100%,500px);max-width:500px;height:auto;border-radius:1rem;cursor:zoom-in;display:block}.markdown-body ol,.markdown-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.markdown-body li{margin-bottom:.5rem}.markdown-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em;padding:.2rem .4rem;background-color:hsl(var(--muted));border-radius:.25rem;color:hsl(var(--primary))}.markdown-body pre{margin:1.25rem 0;padding:0;border:0;border-radius:.75rem;background:#f6f8fa;overflow:auto;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative}.markdown-body pre code{display:block;padding:1rem 1.25rem;background-color:transparent;color:inherit;font-size:.9em;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.dark .markdown-body pre{background:#161b22;box-shadow:0 2px 8px rgba(0,0,0,.18)}.markdown-body blockquote{padding-left:1rem;border-left:4px solid hsl(var(--primary));color:hsl(var(--muted-foreground));font-style:italic;margin:1.5rem 0}.code-block-wrapper{position:relative;margin-bottom:1.5rem}.code-block-wrapper pre{margin-bottom:0;padding-top:0}.code-block-wrapper pre code{padding-right:4.5rem}.code-language-badge{left:.875rem;top:.75rem;border-radius:9999px;font-size:.75rem;line-height:1;padding:.35rem .55rem;text-transform:lowercase}.code-language-badge,.copy-button{position:absolute;z-index:1;background:hsl(var(--background)/.92);color:hsl(var(--muted-foreground))}.copy-button{top:.65rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:9999px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.copy-button:hover{color:hsl(var(--foreground));background:hsl(var(--background));box-shadow:0 4px 10px rgba(0,0,0,.12)}