/*
! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/* Markdown content styling */

.markdown {
  font-size: 1.05rem;
  line-height: 1.625;
}

.markdown h1 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 600;
}

.markdown h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.markdown h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.markdown h4, .markdown h5, .markdown h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.markdown p {
  margin-bottom: 1.5rem;
}

.markdown a {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.markdown a:hover {
  opacity: 0.7;
}

.dark .markdown a {
  --tw-text-opacity: 1;
  color: rgb(183 148 246 / var(--tw-text-opacity));
}

.markdown code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.dark .markdown code {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(159 122 234 / var(--tw-text-opacity));
}

.markdown pre {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.dark .markdown pre {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 86 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 68 / var(--tw-bg-opacity));
}

.markdown pre code {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dark .markdown pre code {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.markdown blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark .markdown blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(159 122 234 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.markdown ul {
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.markdown ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.markdown ul {
  padding-left: 2rem;
}

.markdown ol {
  margin-bottom: 1.5rem;
  list-style-type: decimal;
}

.markdown ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.markdown ol {
  padding-left: 2rem;
}

.markdown table {
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}

.markdown th, .markdown td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding: 0.75rem;
  text-align: left;
}

.dark .markdown th, .dark .markdown td {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 86 / var(--tw-border-opacity));
}

.markdown th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 600;
}

.dark .markdown th {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 56 / var(--tw-bg-opacity));
}

.markdown img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  border-radius: 0.5rem;
}

.markdown hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.dark .markdown hr {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 86 / var(--tw-border-opacity));
}

.markdown em {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark .markdown em {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.prose hr {
  margin-left: auto;
  margin-right: auto;
  width: 6rem;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.float-none {
  float: none;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[140px\] {
  height: 140px;
}

.h-5 {
  height: 1.25rem;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[140px\] {
  width: 140px;
}

.w-5 {
  width: 1.25rem;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-none {
  max-width: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-border-light {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity));
}

.bg-surface-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[center_20\%\] {
  -o-object-position: center 20%;
     object-position: center 20%;
}

.p-7 {
  padding: 1.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-snug {
  line-height: 1.375;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-link-light {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-accent-light {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

/* Syntax (solarized light) */

/* Background */

.chroma {
  color: #586e75;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

/* Other */

.chroma .x {
}

/* Error */

.chroma .err {
}

/* LineTableTD */

.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}

/* LineTable */

.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block;
}

/* LineHighlight */

.chroma .hl {
  display: block;
  width: 100%;
  background-color: #ffffcc
}

/* LineNumbersTable */

.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f
}

/* LineNumbers */

.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f
}

/* Keyword */

.chroma .k {
  color: #859900
}

/* KeywordConstant */

.chroma .kc {
  color: #859900;
  font-weight: bold
}

/* KeywordDeclaration */

.chroma .kd {
  color: #859900
}

/* KeywordNamespace */

.chroma .kn {
  color: #dc322f;
  font-weight: bold
}

/* KeywordPseudo */

.chroma .kp {
  color: #859900
}

/* KeywordReserved */

.chroma .kr {
  color: #859900
}

/* KeywordType */

.chroma .kt {
  color: #859900;
  font-weight: bold
}

/* Name */

.chroma .n {
  color: #268bd2
}

/* NameAttribute */

.chroma .na {
  color: #268bd2
}

/* NameBuiltin */

.chroma .nb {
  color: #cb4b16
}

/* NameBuiltinPseudo */

.chroma .bp {
  color: #268bd2
}

/* NameClass */

.chroma .nc {
  color: #cb4b16
}

/* NameConstant */

.chroma .no {
  color: #268bd2
}

/* NameDecorator */

.chroma .nd {
  color: #268bd2
}

/* NameEntity */

.chroma .ni {
  color: #268bd2
}

/* NameException */

.chroma .ne {
  color: #268bd2
}

/* NameFunction */

.chroma .nf {
  color: #268bd2
}

/* NameFunctionMagic */

.chroma .fm {
  color: #268bd2
}

/* NameLabel */

.chroma .nl {
  color: #268bd2
}

/* NameNamespace */

.chroma .nn {
  color: #268bd2
}

/* NameOther */

.chroma .nx {
  color: #268bd2
}

/* NameProperty */

.chroma .py {
  color: #268bd2
}

/* NameTag */

.chroma .nt {
  color: #268bd2;
  font-weight: bold
}

/* NameVariable */

.chroma .nv {
  color: #268bd2
}

/* NameVariableClass */

.chroma .vc {
  color: #268bd2
}

/* NameVariableGlobal */

.chroma .vg {
  color: #268bd2
}

/* NameVariableInstance */

.chroma .vi {
  color: #268bd2
}

/* NameVariableMagic */

.chroma .vm {
  color: #268bd2
}

/* Literal */

.chroma .l {
  color: #2aa198
}

/* LiteralDate */

.chroma .ld {
  color: #2aa198
}

/* LiteralString */

.chroma .s {
  color: #2aa198
}

/* LiteralStringAffix */

.chroma .sa {
  color: #2aa198
}

/* LiteralStringBacktick */

.chroma .sb {
  color: #2aa198
}

/* LiteralStringChar */

.chroma .sc {
  color: #2aa198
}

/* LiteralStringDelimiter */

.chroma .dl {
  color: #2aa198
}

/* LiteralStringDoc */

.chroma .sd {
  color: #2aa198
}

/* LiteralStringDouble */

.chroma .s2 {
  color: #2aa198
}

/* LiteralStringEscape */

.chroma .se {
  color: #2aa198
}

/* LiteralStringHeredoc */

.chroma .sh {
  color: #2aa198
}

/* LiteralStringInterpol */

.chroma .si {
  color: #2aa198
}

/* LiteralStringOther */

.chroma .sx {
  color: #2aa198
}

/* LiteralStringRegex */

.chroma .sr {
  color: #2aa198
}

/* LiteralStringSingle */

.chroma .s1 {
  color: #2aa198
}

/* LiteralStringSymbol */

.chroma .ss {
  color: #2aa198
}

/* LiteralNumber */

.chroma .m {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberBin */

.chroma .mb {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberFloat */

.chroma .mf {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberHex */

.chroma .mh {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberInteger */

.chroma .mi {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberIntegerLong */

.chroma .il {
  color: #2aa198;
  font-weight: bold
}

/* LiteralNumberOct */

.chroma .mo {
  color: #2aa198;
  font-weight: bold
}

/* Operator */

.chroma .o {
}

/* OperatorWord */

.chroma .ow {
  color: #859900
}

/* Punctuation */

.chroma .p {
}

/* Comment */

.chroma .c {
  color: #93a1a1;
  font-style: italic
}

/* CommentHashbang */

.chroma .ch {
  color: #93a1a1;
  font-style: italic
}

/* CommentMultiline */

.chroma .cm {
  color: #93a1a1;
  font-style: italic
}

/* CommentSingle */

.chroma .c1 {
  color: #93a1a1;
  font-style: italic
}

/* CommentSpecial */

.chroma .cs {
  color: #93a1a1;
  font-style: italic
}

/* CommentPreproc */

.chroma .cp {
  color: #93a1a1;
  font-style: italic
}

/* CommentPreprocFile */

.chroma .cpf {
  color: #93a1a1;
  font-style: italic
}

/* Generic */

.chroma .g {
  color: #d33682
}

/* GenericDeleted */

.chroma .gd {
  color: #d33682
}

/* GenericEmph */

.chroma .ge {
  color: #d33682
}

/* GenericError */

.chroma .gr {
  color: #d33682
}

/* GenericHeading */

.chroma .gh {
  color: #d33682
}

/* GenericInserted */

.chroma .gi {
  color: #d33682
}

/* GenericOutput */

.chroma .go {
  color: #d33682
}

/* GenericPrompt */

.chroma .gp {
  color: #d33682
}

/* GenericStrong */

.chroma .gs {
  color: #d33682
}

/* GenericSubheading */

.chroma .gu {
  color: #d33682
}

/* GenericTraceback */

.chroma .gt {
  color: #d33682
}

/* GenericUnderline */

.chroma .gl {
  color: #d33682
}

/* TextWhitespace */

.chroma .w {
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-accent-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:text-link-light:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .dark\:border-border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 86 / var(--tw-border-opacity));
}

.dark .dark\:bg-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
}

.dark .dark\:bg-surface-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 56 / var(--tw-bg-opacity));
}

.dark .dark\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark .dark\:text-link-dark {
  --tw-text-opacity: 1;
  color: rgb(183 148 246 / var(--tw-text-opacity));
}

.dark .dark\:text-accent-dark {
  --tw-text-opacity: 1;
  color: rgb(159 122 234 / var(--tw-text-opacity));
}

.dark .dark\:hover\:border-accent-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 122 234 / var(--tw-border-opacity));
}

.dark .dark\:hover\:text-link-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(183 148 246 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }
}
