@tailwind base;@tailwind components;@tailwind utilities;:root{--md-primary-fg-color:#4f28cd;--md-primary-fg-color--light:#7046ec;--md-primary-fg-color--dark:#37238f;--md-accent-fg-color:#37238f;--md-default-bg-color:#fff;--md-default-fg-color:rgba(0,0,0,.87);--md-default-fg-color--light:rgba(0,0,0,.54);--md-default-fg-color--lighter:rgba(0,0,0,.32);--md-default-fg-color--lightest:rgba(0,0,0,.07)}[data-theme=dark]{--md-primary-fg-color:#7046ec;--md-primary-fg-color--light:#9979f1;--md-primary-fg-color--dark:#4f28cd;--md-accent-fg-color:#9979f1;--md-default-bg-color:#121212;--md-default-fg-color:hsla(0,0%,100%,.87);--md-default-fg-color--light:hsla(0,0%,100%,.54);--md-default-fg-color--lighter:hsla(0,0%,100%,.32);--md-default-fg-color--lightest:hsla(0,0%,100%,.07)}html{scroll-behavior:smooth}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre{font-family:Roboto Mono,Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.3)}.hljs{background:transparent!important}[data-theme=light] .hljs{color:#24292e}[data-theme=dark] .hljs{color:#e1e4e8}.admonition,.admonition-title,.admonition.danger,.admonition.info,.admonition.note,.admonition.tip,.admonition.warning,.video-container{@apply flex justify-center mb-4}.video-container iframe,.video-container video{@apply w-full max-w-4xl rounded-lg shadow-lg;aspect-ratio:16/9;background-color:#000}@media (max-width:620px){.video-container iframe,.video-container video{@apply w-full}}.extension-icon{@apply w-12 h-12 p-1 rounded;background:linear-gradient(45deg,hsla(0,0%,100%,.2),#fff)}.anchor-link,.anchor-link:hover,.prose a,.prose a:hover,.prose blockquote,.prose img,.prose table,.prose td,.prose th{@apply text-primary-700 dark:text-primary-300 underline}:focus-visible{@apply outline-2 outline-offset-2 outline-primary-500}@media print{.no-print{display:none!important}body{background:#fff!important}a,body{color:#000!important}a{text-decoration:underline!important}}.fade-in{animation:fadeIn .5s ease-in-out}.slide-in{animation:slideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.full-width{width:100%}.align-center{text-align:center}.align-right{text-align:right}.loading-spinner{@apply inline-block w-4 h-4 border-2 border-current border-r-transparent rounded-full animate-spin}
/*!
  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}.hljs-bullet{color:#735c0f}.hljs-emphasis,.hljs-strong{color:#24292e}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}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}