/*!
  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:#fff}.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,.hljs-strong{color:#24292e}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}:fullscreen{background-color:white}@supports not (selector(:fullscreen)){::-webkit-full-screen{background-color:white}::-moz-full-screen{background-color:white}::-ms-fullscreen{background-color:white}}.fullscreen-editor-container,.fullscreen-preview-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;background-color:white;animation:fadeIn .2s ease-in-out}.fullscreen-preview-container{overflow-y:auto}.fullscreen-toolbar{top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:rgba(255,255,255,.95);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);animation:slideDown .2s ease-in-out}.fullscreen-esc-hint,.fullscreen-toolbar{position:fixed;z-index:10000;backdrop-filter:blur(10px)}.fullscreen-esc-hint{bottom:1rem;left:50%;transform:translateX(-50%);padding:.5rem 1rem;background-color:rgba(0,0,0,.7);color:white;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap;animation:slideUp .2s ease-in-out}.fullscreen-editor-layout{display:flex;flex:1;overflow:hidden;height:100%;max-height:100%}.fullscreen-editor-panel{flex:1;overflow:hidden;padding:1rem;display:flex;flex-direction:column;min-height:0;height:100%}.fullscreen-preview-panel{flex:1;overflow:auto;padding:1rem;border-left:1px solid #e5e7eb}@media (prefers-color-scheme:dark){:fullscreen{background-color:#111827}@supports not (selector(:fullscreen)){::-webkit-full-screen{background-color:#111827}::-moz-full-screen{background-color:#111827}::-ms-fullscreen{background-color:#111827}}.fullscreen-editor-container,.fullscreen-preview-container{background-color:#111827}.fullscreen-toolbar{background-color:rgba(31,41,55,.95)}.fullscreen-preview-panel{border-left-color:#374151}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateX(-50%) translateY(100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.fullscreen-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:all .2s ease;cursor:pointer;border:none}.fullscreen-button-primary{background-color:#3b82f6;color:white}.fullscreen-button-primary:hover{background-color:#2563eb}.fullscreen-button-danger{background-color:#ef4444;color:white}.fullscreen-button-danger:hover{background-color:#dc2626}.fullscreen-button-secondary{background-color:#f3f4f6;color:#111827}.fullscreen-button-secondary:hover{background-color:#e5e7eb}@media (prefers-color-scheme:dark){.fullscreen-button-secondary{background-color:#374151;color:#f9fafb}.fullscreen-button-secondary:hover{background-color:#4b5563}}.fullscreen-button:disabled{opacity:.5;cursor:not-allowed}.fullscreen-button:disabled:hover{transform:none}.fullscreen-editor-textarea{width:100%;height:100%;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.7142857;border:none;resize:none;background-color:transparent;color:inherit;outline:none}.fullscreen-preview-content{max-width:100%;padding:1rem}@media (max-width:768px){.fullscreen-editor-layout{flex-direction:column}.fullscreen-preview-panel{border-left:none;border-top:1px solid #e5e7eb}.fullscreen-toolbar{top:.5rem;right:.5rem;flex-wrap:wrap}.fullscreen-esc-hint{bottom:.5rem;font-size:.75rem;padding:.375rem .75rem}}.fullscreen-editor-panel .border{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;height:100%}.fullscreen-editor-panel .cm-editor{flex:1;min-height:0!important;height:100%!important;max-height:100%!important;display:flex;flex-direction:column}.fullscreen-editor-panel .cm-scroller{flex:1!important;overflow:auto!important;min-height:0!important;max-height:100%!important;height:auto!important}