/*
! tailwindcss v3.4.4 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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));
}

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

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

.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));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.text-nowrap {
  text-wrap: nowrap;
}

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

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-primary\/50 {
  border-color: hsl(var(--primary) / 0.5);
}

.bg-background {
  background-color: hsl(var(--background));
}

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-secondary {
  background-color: hsl(var(--secondary));
}

.fill-primary-foreground {
  fill: hsl(var(--primary-foreground));
}

.fill-primary\/50 {
  fill: hsl(var(--primary) / 0.5);
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.pl-4 {
  padding-left: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-primary {
  color: hsl(var(--primary));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

:root {
  --background: 0 0% 100%;
  --foreground: 240 10% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 240 10% 3.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 346.8 77.2% 49.8%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 240 4.8% 95.9%;
  --secondary-foreground: 240 5.9% 10%;
  --muted: 240 4.8% 95.9%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 240 4.8% 95.9%;
  --accent-foreground: 240 5.9% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border:240 5.9% 90%;
  --input:240 5.9% 90%;
  --ring:346.8 77.2% 49.8%;
  --radius: 0.5rem;
}

.dark {
  --background:20 14.3% 4.1%;
  --foreground:0 0% 95%;
  --card:24 9.8% 10%;
  --card-foreground:0 0% 95%;
  --popover:0 0% 9%;
  --popover-foreground:0 0% 95%;
  --primary:346.8 77.2% 49.8%;
  --primary-foreground:355.7 100% 97.3%;
  --secondary:240 3.7% 15.9%;
  --secondary-foreground:0 0% 98%;
  --muted:0 0% 15%;
  --muted-foreground:240 5% 64.9%;
  --accent:12 6.5% 15.1%;
  --accent-foreground:0 0% 98%;
  --destructive:0 62.8% 30.6%;
  --destructive-foreground:0 85.7% 97.3%;
  --border:240 3.7% 15.9%;
  --input:240 3.7% 15.9%;
  --ring:346.8 77.2% 49.8%;
}

/*light*/

.content {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #1f2328;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-behavior: auto;
}

.content .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.content h1:hover .anchor .octicon-link:before,
.content h2:hover .anchor .octicon-link:before,
.content h3:hover .anchor .octicon-link:before,
.content h4:hover .anchor .octicon-link:before,
.content h5:hover .anchor .octicon-link:before,
.content h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.content details,
.content figcaption,
.content figure {
  display: block;
}

.content summary {
  display: list-item;
}

.content [hidden] {
  display: none !important;
}

.content a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.content abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.content b,
.content strong {
  font-weight: 600;
}

.content dfn {
  font-style: italic;
}

.content h1 {
  margin: .67em 0;
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 2em;
  border-bottom: 1px solid #d0d7deb3;
}

.content mark {
  background-color: #fff8c5;
  color: #1f2328;
}

.content small {
  font-size: 90%;
}

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

.content sub {
  bottom: -0.25em;
}

.content sup {
  top: -0.5em;
}

.content img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
}

.content code,
.content kbd,
.content pre,
.content samp {
  font-family: monospace;
  font-size: 1em;
}

.content figure {
  margin: 1em 40px;
}

.content hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d0d7deb3;
  height: .25em;
  padding: 0;
  margin: 24px 0;
  background-color: #d0d7de;
  border: 0;
}

.content input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.content [type=button],
.content [type=reset],
.content [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

.content [type=checkbox],
.content [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.content [type=number]::-webkit-inner-spin-button,
.content [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.content [type=search]::-webkit-search-cancel-button,
.content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.content ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.content a:hover {
  text-decoration: underline;
}

.content ::-moz-placeholder {
  color: #636c76;
  opacity: 1;
}

.content ::placeholder {
  color: #636c76;
  opacity: 1;
}

.content hr::before {
  display: table;
  content: "";
}

.content hr::after {
  display: table;
  clear: both;
  content: "";
}

.content table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.content td,
.content th {
  padding: 0;
}

.content details summary {
  cursor: pointer;
}

.content details:not([open])>*:not(summary) {
  display: none;
}

.content a:focus,
.content [role=button]:focus,
.content input[type=radio]:focus,
.content input[type=checkbox]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.content a:focus:not(:focus-visible),
.content [role=button]:focus:not(:focus-visible),
.content input[type=radio]:focus:not(:focus-visible),
.content input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.content a:focus-visible,
.content [role=button]:focus-visible,
.content input[type=radio]:focus-visible,
.content input[type=checkbox]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.content a:not([class]):focus,
.content a:not([class]):focus-visible,
.content input[type=radio]:focus,
.content input[type=radio]:focus-visible,
.content input[type=checkbox]:focus,
.content input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.content kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px #afb8c133;
  border-bottom-color: #afb8c133;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #afb8c133;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.content h2 {
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 1.5em;
  border-bottom: 1px solid #d0d7deb3;
}

.content h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.content h4 {
  font-weight: 600;
  font-size: 1em;
}

.content h5 {
  font-weight: 600;
  font-size: .875em;
}

.content h6 {
  font-weight: 600;
  font-size: .85em;
  color: #636c76;
}

.content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.content blockquote {
  margin: 0;
  padding: 0 1em;
  color: #636c76;
  border-left: .25em solid #d0d7de;
}

.content ul,
.content ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.content ol ol,
.content ul ol {
  list-style-type: lower-roman;
}

.content ul ul ol,
.content ul ol ol,
.content ol ul ol,
.content ol ol ol {
  list-style-type: lower-alpha;
}

.content dd {
  margin-left: 0;
}

.content tt,
.content code,
.content samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.content pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.content .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.content input::-webkit-outer-spin-button,
.content input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.content .mr-2 {
  margin-right: 0.5rem !important;
}

.content::before {
  display: table;
  content: "";
}

.content::after {
  display: table;
  clear: both;
  content: "";
}

.content>*:first-child {
  margin-top: 0 !important;
}

.content>*:last-child {
  margin-bottom: 0 !important;
}

.content a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.content .absent {
  color: #d1242f;
}

.content .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.content .anchor:focus {
  outline: none;
}

.content p,
.content blockquote,
.content ul,
.content ol,
.content dl,
.content table,
.content pre,
.content details {
  margin-top: 0;
  margin-bottom: 16px;
}

.content blockquote>:first-child {
  margin-top: 0;
}

.content blockquote>:last-child {
  margin-bottom: 0;
}

.content h1 .octicon-link,
.content h2 .octicon-link,
.content h3 .octicon-link,
.content h4 .octicon-link,
.content h5 .octicon-link,
.content h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}

.content h1:hover .anchor,
.content h2:hover .anchor,
.content h3:hover .anchor,
.content h4:hover .anchor,
.content h5:hover .anchor,
.content h6:hover .anchor {
  text-decoration: none;
}

.content h1:hover .anchor .octicon-link,
.content h2:hover .anchor .octicon-link,
.content h3:hover .anchor .octicon-link,
.content h4:hover .anchor .octicon-link,
.content h5:hover .anchor .octicon-link,
.content h6:hover .anchor .octicon-link {
  visibility: visible;
}

.content h1 tt,
.content h1 code,
.content h2 tt,
.content h2 code,
.content h3 tt,
.content h3 code,
.content h4 tt,
.content h4 code,
.content h5 tt,
.content h5 code,
.content h6 tt,
.content h6 code {
  padding: 0 .2em;
  font-size: inherit;
}

.content summary h1,
.content summary h2,
.content summary h3,
.content summary h4,
.content summary h5,
.content summary h6 {
  display: inline-block;
}

.content summary h1 .anchor,
.content summary h2 .anchor,
.content summary h3 .anchor,
.content summary h4 .anchor,
.content summary h5 .anchor,
.content summary h6 .anchor {
  margin-left: -40px;
}

.content summary h1,
.content summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.content ul.no-list,
.content ol.no-list {
  padding: 0;
  list-style-type: none;
}

.content ol[type="a s"] {
  list-style-type: lower-alpha;
}

.content ol[type="A s"] {
  list-style-type: upper-alpha;
}

.content ol[type="i s"] {
  list-style-type: lower-roman;
}

.content ol[type="I s"] {
  list-style-type: upper-roman;
}

.content ol[type="1"] {
  list-style-type: decimal;
}

.content div>ol:not([type]) {
  list-style-type: decimal;
}

.content ul ul,
.content ul ol,
.content ol ol,
.content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.content li>p {
  margin-top: 16px;
}

.content li+li {
  margin-top: .25em;
}

.content dl {
  padding: 0;
}

.content dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.content dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.content table th {
  font-weight: 600;
}

.content table th,
.content table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
}

.content table td>:last-child {
  margin-bottom: 0;
}

.content table tr {
  background-color: #ffffff;
  border-top: 1px solid #d0d7deb3;
}

.content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.content table img {
  background-color: transparent;
}

.content img[align=right] {
  padding-left: 20px;
}

.content img[align=left] {
  padding-right: 20px;
}

.content .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.content span.frame {
  display: block;
  overflow: hidden;
}

.content span.frame>span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d0d7de;
}

.content span.frame span img {
  display: block;
  float: left;
}

.content span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}

.content span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.content span.align-center>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.content span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.content span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.content span.align-right>span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.content span.align-right span img {
  margin: 0;
  text-align: right;
}

.content span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.content span.float-left span {
  margin: 13px 0 0;
}

.content span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.content span.float-right>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.content code,
.content tt {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #afb8c133;
  border-radius: 6px;
}

.content code br,
.content tt br {
  display: none;
}

.content del code {
  text-decoration: inherit;
}

.content samp {
  font-size: 85%;
}

.content pre code {
  font-size: 100%;
}

.content pre>code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.content .highlight {
  margin-bottom: 16px;
}

.content .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.content .highlight pre,
.content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
}

.content pre code,
.content pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.content .csv-data td,
.content .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.content .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.content .csv-data tr {
  border-top: 0;
}

.content .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.content [data-footnote-ref]::before {
  content: "[";
}

.content [data-footnote-ref]::after {
  content: "]";
}

.content .footnotes {
  font-size: 12px;
  color: #636c76;
  border-top: 1px solid #d0d7de;
}

.content .footnotes ol {
  padding-left: 16px;
}

.content .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.content .footnotes li {
  position: relative;
}

.content .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.content .footnotes li:target {
  color: #1f2328;
}

.content .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.content .pl-c {
  color: #57606a;
}

.content .pl-c1,
.content .pl-s .pl-v {
  color: #0550ae;
}

.content .pl-e,
.content .pl-en {
  color: #6639ba;
}

.content .pl-smi,
.content .pl-s .pl-s1 {
  color: #24292f;
}

.content .pl-ent {
  color: #0550ae;
}

.content .pl-k {
  color: #cf222e;
}

.content .pl-s,
.content .pl-pds,
.content .pl-s .pl-pse .pl-s1,
.content .pl-sr,
.content .pl-sr .pl-cce,
.content .pl-sr .pl-sre,
.content .pl-sr .pl-sra {
  color: #0a3069;
}

.content .pl-v,
.content .pl-smw {
  color: #953800;
}

.content .pl-bu {
  color: #82071e;
}

.content .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.content .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.content .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.content .pl-ml {
  color: #3b2300;
}

.content .pl-mh,
.content .pl-mh .pl-en,
.content .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.content .pl-mi {
  font-style: italic;
  color: #24292f;
}

.content .pl-mb {
  font-weight: bold;
  color: #24292f;
}

.content .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.content .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.content .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.content .pl-mi2 {
  color: #eaeef2;
  background-color: #0550ae;
}

.content .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.content .pl-ba {
  color: #57606a;
}

.content .pl-sg {
  color: #8c959f;
}

.content .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.content [role=button]:focus:not(:focus-visible),
.content [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.content button:focus:not(:focus-visible),
.content summary:focus:not(:focus-visible),
.content a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.content [tabindex="0"]:focus:not(:focus-visible),
.content details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.content g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.content g-emoji img {
  width: 1em;
  height: 1em;
}

.content .task-list-item {
  list-style-type: none;
}

.content .task-list-item label {
  font-weight: 400;
}

.content .task-list-item.enabled label {
  cursor: pointer;
}

.content .task-list-item+.task-list-item {
  margin-top: 0.25rem;
}

.content .task-list-item .handle {
  display: none;
}

.content .task-list-item-checkbox {
  margin: 0 .2em .25em -1.4em;
  vertical-align: middle;
}

.content .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.content .contains-task-list {
  position: relative;
}

.content .contains-task-list:hover .task-list-item-convert-container,
.content .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.content ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.content .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: .25em solid #d0d7de;
}

.content .markdown-alert>:first-child {
  margin-top: 0;
}

.content .markdown-alert>:last-child {
  margin-bottom: 0;
}

.content .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.content .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}

.content .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}

.content .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}

.content .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}

.content .markdown-alert.markdown-alert-warning {
  border-left-color: #bf8700;
}

.content .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}

.content .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}

.content .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}

.content .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}

.content .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}

.content>*:first-child>.heading-element:first-child {
  margin-top: 0 !important;
}

/*dark*/

.dark .content {
  color-scheme: dark;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #e6edf3;
  background-color: #0d1117;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-behavior: auto;
}

.dark .content .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.dark .content h1:hover .anchor .octicon-link:before,
.dark .content h2:hover .anchor .octicon-link:before,
.dark .content h3:hover .anchor .octicon-link:before,
.dark .content h4:hover .anchor .octicon-link:before,
.dark .content h5:hover .anchor .octicon-link:before,
.dark .content h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.dark .content details,
.dark .content figcaption,
.dark .content figure {
  display: block;
}

.dark .content summary {
  display: list-item;
}

.dark .content [hidden] {
  display: none !important;
}

.dark .content a {
  background-color: transparent;
  color: #4493f8;
  text-decoration: none;
}

.dark .content abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.dark .content b,
.dark .content strong {
  font-weight: 600;
}

.dark .content dfn {
  font-style: italic;
}

.dark .content h1 {
  margin: .67em 0;
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 2em;
  border-bottom: 1px solid #30363db3;
}

.dark .content mark {
  background-color: #bb800926;
  color: #e6edf3;
}

.dark .content small {
  font-size: 90%;
}

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

.dark .content sub {
  bottom: -0.25em;
}

.dark .content sup {
  top: -0.5em;
}

.dark .content img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #0d1117;
}

.dark .content code,
.dark .content kbd,
.dark .content pre,
.dark .content samp {
  font-family: monospace;
  font-size: 1em;
}

.dark .content figure {
  margin: 1em 40px;
}

.dark .content hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #30363db3;
  height: .25em;
  padding: 0;
  margin: 24px 0;
  background-color: #30363d;
  border: 0;
}

.dark .content input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.dark .content [type=button],
.dark .content [type=reset],
.dark .content [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

.dark .content [type=checkbox],
.dark .content [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.dark .content [type=number]::-webkit-inner-spin-button,
.dark .content [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.dark .content [type=search]::-webkit-search-cancel-button,
.dark .content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.dark .content ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.dark .content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.dark .content a:hover {
  text-decoration: underline;
}

.dark .content ::-moz-placeholder {
  color: #8d96a0;
  opacity: 1;
}

.dark .content ::placeholder {
  color: #8d96a0;
  opacity: 1;
}

.dark .content hr::before {
  display: table;
  content: "";
}

.dark .content hr::after {
  display: table;
  clear: both;
  content: "";
}

.dark .content table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.dark .content td,
.dark .content th {
  padding: 0;
}

.dark .content details summary {
  cursor: pointer;
}

.dark .content details:not([open])>*:not(summary) {
  display: none;
}

.dark .content a:focus,
.dark .content [role=button]:focus,
.dark .content input[type=radio]:focus,
.dark .content input[type=checkbox]:focus {
  outline: 2px solid #1f6feb;
  outline-offset: -2px;
  box-shadow: none;
}

.dark .content a:focus:not(:focus-visible),
.dark .content [role=button]:focus:not(:focus-visible),
.dark .content input[type=radio]:focus:not(:focus-visible),
.dark .content input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.dark .content a:focus-visible,
.dark .content [role=button]:focus-visible,
.dark .content input[type=radio]:focus-visible,
.dark .content input[type=checkbox]:focus-visible {
  outline: 2px solid #1f6feb;
  outline-offset: -2px;
  box-shadow: none;
}

.dark .content a:not([class]):focus,
.dark .content a:not([class]):focus-visible,
.dark .content input[type=radio]:focus,
.dark .content input[type=radio]:focus-visible,
.dark .content input[type=checkbox]:focus,
.dark .content input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.dark .content kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #e6edf3;
  vertical-align: middle;
  background-color: #161b22;
  border: solid 1px #6e768166;
  border-bottom-color: #6e768166;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #6e768166;
}

.dark .content h1,
.dark .content h2,
.dark .content h3,
.dark .content h4,
.dark .content h5,
.dark .content h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.dark .content h2 {
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 1.5em;
  border-bottom: 1px solid #30363db3;
}

.dark .content h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.dark .content h4 {
  font-weight: 600;
  font-size: 1em;
}

.dark .content h5 {
  font-weight: 600;
  font-size: .875em;
}

.dark .content h6 {
  font-weight: 600;
  font-size: .85em;
  color: #8d96a0;
}

.dark .content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.dark .content blockquote {
  margin: 0;
  padding: 0 1em;
  color: #8d96a0;
  border-left: .25em solid #30363d;
}

.dark .content ul,
.dark .content ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.dark .content ol ol,
.dark .content ul ol {
  list-style-type: lower-roman;
}

.dark .content ul ul ol,
.dark .content ul ol ol,
.dark .content ol ul ol,
.dark .content ol ol ol {
  list-style-type: lower-alpha;
}

.dark .content dd {
  margin-left: 0;
}

.dark .content tt,
.dark .content code,
.dark .content samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.dark .content pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.dark .content .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.dark .content input::-webkit-outer-spin-button,
.dark .content input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.dark .content .mr-2 {
  margin-right: 0.5rem !important;
}

.dark .content::before {
  display: table;
  content: "";
}

.dark .content::after {
  display: table;
  clear: both;
  content: "";
}

.dark .content>*:first-child {
  margin-top: 0 !important;
}

.dark .content>*:last-child {
  margin-bottom: 0 !important;
}

.dark .content a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.dark .content .absent {
  color: #f85149;
}

.dark .content .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.dark .content .anchor:focus {
  outline: none;
}

.dark .content p,
.dark .content blockquote,
.dark .content ul,
.dark .content ol,
.dark .content dl,
.dark .content table,
.dark .content pre,
.dark .content details {
  margin-top: 0;
  margin-bottom: 16px;
}

.dark .content blockquote>:first-child {
  margin-top: 0;
}

.dark .content blockquote>:last-child {
  margin-bottom: 0;
}

.dark .content h1 .octicon-link,
.dark .content h2 .octicon-link,
.dark .content h3 .octicon-link,
.dark .content h4 .octicon-link,
.dark .content h5 .octicon-link,
.dark .content h6 .octicon-link {
  color: #e6edf3;
  vertical-align: middle;
  visibility: hidden;
}

.dark .content h1:hover .anchor,
.dark .content h2:hover .anchor,
.dark .content h3:hover .anchor,
.dark .content h4:hover .anchor,
.dark .content h5:hover .anchor,
.dark .content h6:hover .anchor {
  text-decoration: none;
}

.dark .content h1:hover .anchor .octicon-link,
.dark .content h2:hover .anchor .octicon-link,
.dark .content h3:hover .anchor .octicon-link,
.dark .content h4:hover .anchor .octicon-link,
.dark .content h5:hover .anchor .octicon-link,
.dark .content h6:hover .anchor .octicon-link {
  visibility: visible;
}

.dark .content h1 tt,
.dark .content h1 code,
.dark .content h2 tt,
.dark .content h2 code,
.dark .content h3 tt,
.dark .content h3 code,
.dark .content h4 tt,
.dark .content h4 code,
.dark .content h5 tt,
.dark .content h5 code,
.dark .content h6 tt,
.dark .content h6 code {
  padding: 0 .2em;
  font-size: inherit;
}

.dark .content summary h1,
.dark .content summary h2,
.dark .content summary h3,
.dark .content summary h4,
.dark .content summary h5,
.dark .content summary h6 {
  display: inline-block;
}

.dark .content summary h1 .anchor,
.dark .content summary h2 .anchor,
.dark .content summary h3 .anchor,
.dark .content summary h4 .anchor,
.dark .content summary h5 .anchor,
.dark .content summary h6 .anchor {
  margin-left: -40px;
}

.dark .content summary h1,
.dark .content summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.dark .content ul.no-list,
.dark .content ol.no-list {
  padding: 0;
  list-style-type: none;
}

.dark .content ol[type="a s"] {
  list-style-type: lower-alpha;
}

.dark .content ol[type="A s"] {
  list-style-type: upper-alpha;
}

.dark .content ol[type="i s"] {
  list-style-type: lower-roman;
}

.dark .content ol[type="I s"] {
  list-style-type: upper-roman;
}

.dark .content ol[type="1"] {
  list-style-type: decimal;
}

.dark .content div>ol:not([type]) {
  list-style-type: decimal;
}

.dark .content ul ul,
.dark .content ul ol,
.dark .content ol ol,
.dark .content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.dark .content li>p {
  margin-top: 16px;
}

.dark .content li+li {
  margin-top: .25em;
}

.dark .content dl {
  padding: 0;
}

.dark .content dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.dark .content dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.dark .content table th {
  font-weight: 600;
}

.dark .content table th,
.dark .content table td {
  padding: 6px 13px;
  border: 1px solid #30363d;
}

.dark .content table td>:last-child {
  margin-bottom: 0;
}

.dark .content table tr {
  background-color: #0d1117;
  border-top: 1px solid #30363db3;
}

.dark .content table tr:nth-child(2n) {
  background-color: #161b22;
}

.dark .content table img {
  background-color: transparent;
}

.dark .content img[align=right] {
  padding-left: 20px;
}

.dark .content img[align=left] {
  padding-right: 20px;
}

.dark .content .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.dark .content span.frame {
  display: block;
  overflow: hidden;
}

.dark .content span.frame>span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #30363d;
}

.dark .content span.frame span img {
  display: block;
  float: left;
}

.dark .content span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #e6edf3;
}

.dark .content span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.dark .content span.align-center>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.dark .content span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.dark .content span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.dark .content span.align-right>span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.dark .content span.align-right span img {
  margin: 0;
  text-align: right;
}

.dark .content span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.dark .content span.float-left span {
  margin: 13px 0 0;
}

.dark .content span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.dark .content span.float-right>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.dark .content code,
.dark .content tt {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #6e768166;
  border-radius: 6px;
}

.dark .content code br,
.dark .content tt br {
  display: none;
}

.dark .content del code {
  text-decoration: inherit;
}

.dark .content samp {
  font-size: 85%;
}

.dark .content pre code {
  font-size: 100%;
}

.dark .content pre>code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.dark .content .highlight {
  margin-bottom: 16px;
}

.dark .content .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.dark .content .highlight pre,
.dark .content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #e6edf3;
  background-color: #161b22;
  border-radius: 6px;
}

.dark .content pre code,
.dark .content pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.dark .content .csv-data td,
.dark .content .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.dark .content .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #0d1117;
  border: 0;
}

.dark .content .csv-data tr {
  border-top: 0;
}

.dark .content .csv-data th {
  font-weight: 600;
  background: #161b22;
  border-top: 0;
}

.dark .content [data-footnote-ref]::before {
  content: "[";
}

.dark .content [data-footnote-ref]::after {
  content: "]";
}

.dark .content .footnotes {
  font-size: 12px;
  color: #8d96a0;
  border-top: 1px solid #30363d;
}

.dark .content .footnotes ol {
  padding-left: 16px;
}

.dark .content .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.dark .content .footnotes li {
  position: relative;
}

.dark .content .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #1f6feb;
  border-radius: 6px;
}

.dark .content .footnotes li:target {
  color: #e6edf3;
}

.dark .content .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.dark .content .pl-c {
  color: #8b949e;
}

.dark .content .pl-c1,
.dark .content .pl-s .pl-v {
  color: #79c0ff;
}

.dark .content .pl-e,
.dark .content .pl-en {
  color: #d2a8ff;
}

.dark .content .pl-smi,
.dark .content .pl-s .pl-s1 {
  color: #c9d1d9;
}

.dark .content .pl-ent {
  color: #7ee787;
}

.dark .content .pl-k {
  color: #ff7b72;
}

.dark .content .pl-s,
.dark .content .pl-pds,
.dark .content .pl-s .pl-pse .pl-s1,
.dark .content .pl-sr,
.dark .content .pl-sr .pl-cce,
.dark .content .pl-sr .pl-sre,
.dark .content .pl-sr .pl-sra {
  color: #a5d6ff;
}

.dark .content .pl-v,
.dark .content .pl-smw {
  color: #ffa657;
}

.dark .content .pl-bu {
  color: #f85149;
}

.dark .content .pl-ii {
  color: #f0f6fc;
  background-color: #8e1519;
}

.dark .content .pl-c2 {
  color: #f0f6fc;
  background-color: #b62324;
}

.dark .content .pl-sr .pl-cce {
  font-weight: bold;
  color: #7ee787;
}

.dark .content .pl-ml {
  color: #f2cc60;
}

.dark .content .pl-mh,
.dark .content .pl-mh .pl-en,
.dark .content .pl-ms {
  font-weight: bold;
  color: #1f6feb;
}

.dark .content .pl-mi {
  font-style: italic;
  color: #c9d1d9;
}

.dark .content .pl-mb {
  font-weight: bold;
  color: #c9d1d9;
}

.dark .content .pl-md {
  color: #ffdcd7;
  background-color: #67060c;
}

.dark .content .pl-mi1 {
  color: #aff5b4;
  background-color: #033a16;
}

.dark .content .pl-mc {
  color: #ffdfb6;
  background-color: #5a1e02;
}

.dark .content .pl-mi2 {
  color: #c9d1d9;
  background-color: #1158c7;
}

.dark .content .pl-mdr {
  font-weight: bold;
  color: #d2a8ff;
}

.dark .content .pl-ba {
  color: #8b949e;
}

.dark .content .pl-sg {
  color: #484f58;
}

.dark .content .pl-corl {
  text-decoration: underline;
  color: #a5d6ff;
}

.dark .content [role=button]:focus:not(:focus-visible),
.dark .content [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.dark .content button:focus:not(:focus-visible),
.dark .content summary:focus:not(:focus-visible),
.dark .content a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.dark .content [tabindex="0"]:focus:not(:focus-visible),
.dark .content details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.dark .content g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.dark .content g-emoji img {
  width: 1em;
  height: 1em;
}

.dark .content .task-list-item {
  list-style-type: none;
}

.dark .content .task-list-item label {
  font-weight: 400;
}

.dark .content .task-list-item.enabled label {
  cursor: pointer;
}

.dark .content .task-list-item+.task-list-item {
  margin-top: 0.25rem;
}

.dark .content .task-list-item .handle {
  display: none;
}

.dark .content .task-list-item-checkbox {
  margin: 0 .2em .25em -1.4em;
  vertical-align: middle;
}

.dark .content .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.dark .content .contains-task-list {
  position: relative;
}

.dark .content .contains-task-list:hover .task-list-item-convert-container,
.dark .content .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.dark .content ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.dark .content .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: .25em solid #30363d;
}

.dark .content .markdown-alert>:first-child {
  margin-top: 0;
}

.dark .content .markdown-alert>:last-child {
  margin-bottom: 0;
}

.dark .content .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.dark .content .markdown-alert.markdown-alert-note {
  border-left-color: #1f6feb;
}

.dark .content .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #4493f8;
}

.dark .content .markdown-alert.markdown-alert-important {
  border-left-color: #8957e5;
}

.dark .content .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #ab7df8;
}

.dark .content .markdown-alert.markdown-alert-warning {
  border-left-color: #9e6a03;
}

.dark .content .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #d29922;
}

.dark .content .markdown-alert.markdown-alert-tip {
  border-left-color: #238636;
}

.dark .content .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #3fb950;
}

.dark .content .markdown-alert.markdown-alert-caution {
  border-left-color: #da3633;
}

.dark .content .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #f85149;
}

.dark .content>*:first-child>.heading-element:first-child {
  margin-top: 0 !important;
}

.hover\:border-primary:hover {
  border-color: hsl(var(--primary));
}

.hover\:bg-primary:hover {
  background-color: hsl(var(--primary));
}

.hover\:fill-primary:hover {
  fill: hsl(var(--primary));
}

.hover\:text-primary:hover {
  color: hsl(var(--primary));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:text-primary {
  color: hsl(var(--primary));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}