pre{@tw rounded-lg text-sm my-4 p-5 bg-[#1e1e1e]}pre code{@tw font-["JetBrains Mono", _monospace]}.markdown-body{color:var(--ctp-text);transition:color 3s cubic-bezier(.4,0,.2,1);transition:text-decoration 3s ease}@media (min-width:768px){.markdown-body{max-width:720px}}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight:700;line-height:1.3;margin-top:1.5em;margin-bottom:.8em;color:var(--color-primary-foreground)}.markdown-body h1{font-size:2.25em;padding-bottom:.3em;border-bottom:1px solid var(--ctp-surface1)}.markdown-body h2{font-size:1.75em;padding-bottom:.3em;border-bottom:1px solid var(--ctp-surface0)}.markdown-body h3{font-size:1.4em;color:var(--ctp-lavender)}.markdown-body h4{font-size:1.25em}.markdown-body p{margin-bottom:1em}.markdown-body strong{color:var(--color-primary-foreground)}.markdown-body em{color:var(--color-primary);font-style:italic}.markdown-body a{color:color-mix(in oklch,#301934 100%,white 50%)}.markdown-body a:hover{text-decoration:underline;text-decoration-thickness:2px}.markdown-body code{background-color:var(--ctp-surface0);color:var(--ctp-red);padding:.2em .4em;font-size:85%;border-radius:6px}.markdown-body pre{background-color:var(--ctp-mantle);border:1px solid var(--ctp-surface0);color:var(--ctp-text);border-radius:8px;padding:1em;overflow-x:auto;margin:1.5em 0}.markdown-body pre code{background-color:transparent;color:inherit;font-size:100%;padding:0;border:0}.markdown-body blockquote{margin-left:0;padding:.5em 1.25em;color:var(--ctp-subtext1);border-left:.25em solid var(--ctp-teal);background-color:var(--ctp-mantle)}.markdown-body blockquote p:last-child{margin-bottom:0}.markdown-body ol,.markdown-body ul{padding-left:2em;margin-bottom:1em}.markdown-body li{margin-bottom:.5em}.markdown-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0}.markdown-body hr{border:0;height:2px;background:var(--ctp-surface1);margin:2em 0}:root{--ctp-rosewater:#dc8a78;--ctp-flamingo:#dd7878;--ctp-pink:#ea76cb;--ctp-mauve:#8839ef;--ctp-red:#d20f39;--ctp-maroon:#e64553;--ctp-peach:#fe640b;--ctp-yellow:#df8e1d;--ctp-green:#40a02b;--ctp-teal:#179299;--ctp-sky:#04a5e5;--ctp-sapphire:#209fb5;--ctp-blue:#1e66f5;--ctp-lavender:#7287fd;--ctp-text:#4c4f69;--ctp-subtext1:#5c5f77;--ctp-subtext0:#6c6f85;--ctp-overlay2:#7c7f93;--ctp-overlay1:#8c8fa1;--ctp-overlay0:#9ca0b0;--ctp-surface2:#acb0be;--ctp-surface1:#bcc0cc;--ctp-surface0:#ccd0da;--ctp-base:#eff1f5;--ctp-mantle:#e6e9ef;--ctp-crust:#dce0e8}@media (prefers-color-scheme:dark){:root{--ctp-text:var(--text-foreground);--ctp-rosewater:#f5e0dc;--ctp-flamingo:#f2cdcd;--ctp-pink:#f5c2e7;--ctp-mauve:#cba6f7;--ctp-red:#f38ba8;--ctp-maroon:#eba0ac;--ctp-peach:#fab387;--ctp-yellow:#f9e2af;--ctp-green:#a6e3a1;--ctp-teal:#94e2d5;--ctp-sky:#89dceb;--ctp-sapphire:#74c7ec;--ctp-blue:#89b4fa;--ctp-lavender:#b4befe;--ctp-subtext1:#bac2de;--ctp-subtext0:#a6adc8;--ctp-overlay2:#9399b2;--ctp-overlay1:#7f849c;--ctp-overlay0:#6c7086;--ctp-surface2:#585b70;--ctp-surface1:#45475a;--ctp-surface0:#313244;--ctp-base:#1e1e2e;--ctp-mantle:#181825;--ctp-crust:#11111b}}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
*/.hljs{color:#c9d1d9;background:#0d1117}.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}