
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root,
[data-color-mode=light][data-light-theme=light],
[data-color-mode=dark][data-dark-theme=light] {
  /*! */
}
:root::-moz-selection, [data-color-mode=light][data-light-theme=light]::-moz-selection, [data-color-mode=dark][data-dark-theme=light]::-moz-selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #1F2328;
  --color-diff-blob-addition-fg: #1F2328;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #abf2bc;
  --color-diff-blob-deletion-num-text: #1F2328;
  --color-diff-blob-deletion-fg: #1F2328;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #ffebe9;
  --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #656d76;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-bg: #1f883d;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #1F2328;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #656d76;
  --color-codemirror-cursor: #1F2328;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #1F2328;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #953800;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #1f883d;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #4ac26b;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #4ac26b;
  --color-checks-ansi-green-bright: #6fdd8b;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(31,35,40,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #116329;
  --color-ansi-green-bright: #1a7f37;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(31,35,40,0.15);
  --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(31,35,40,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(31,35,40,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(31,35,40,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f883d;
  --color-btn-primary-border: rgba(31,35,40,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #1a7f37;
  --color-btn-primary-hover-border: rgba(31,35,40,0.15);
  --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(31,35,40,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(31,35,40,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(31,35,40,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(31,35,40,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #d1242f;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #656d76;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #1F2328;
  --color-fg-muted: #656d76;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(31,35,40,0.15);
  --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #1a7f37;
  --color-success-emphasis: #1f883d;
  --color-success-muted: rgba(74,194,107,0.4);
  --color-success-subtle: #dafbe1;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #bc4c00;
  --color-severe-emphasis: #bc4c00;
  --color-severe-muted: rgba(251,143,68,0.4);
  --color-severe-subtle: #fff1e5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #1a7f37;
  --color-open-emphasis: #1f883d;
  --color-open-muted: rgba(74,194,107,0.4);
  --color-open-subtle: #dafbe1;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #cf222e;
  --color-closed-muted: rgba(255,129,130,0.4);
  --color-closed-subtle: #ffebe9;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(31,35,40,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1F2328;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #dafbe1;
  --color-scale-green-1: #aceebb;
  --color-scale-green-2: #6fdd8b;
  --color-scale-green-3: #4ac26b;
  --color-scale-green-4: #2da44e;
  --color-scale-green-5: #1a7f37;
  --color-scale-green-6: #116329;
  --color-scale-green-7: #044f1e;
  --color-scale-green-8: #003d16;
  --color-scale-green-9: #002d11;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff1e5;
  --color-scale-orange-1: #ffd8b5;
  --color-scale-orange-2: #ffb77c;
  --color-scale-orange-3: #fb8f44;
  --color-scale-orange-4: #e16f24;
  --color-scale-orange-5: #bc4c00;
  --color-scale-orange-6: #953800;
  --color-scale-orange-7: #762c00;
  --color-scale-orange-8: #5c2200;
  --color-scale-orange-9: #471700;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}
:root, :root::selection,
[data-color-mode=light][data-light-theme=light],
[data-color-mode=light][data-light-theme=light]::selection,
[data-color-mode=dark][data-dark-theme=light],
[data-color-mode=dark][data-dark-theme=light]::selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #1F2328;
  --color-diff-blob-addition-fg: #1F2328;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #abf2bc;
  --color-diff-blob-deletion-num-text: #1F2328;
  --color-diff-blob-deletion-fg: #1F2328;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #ffebe9;
  --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #656d76;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-bg: #1f883d;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #1F2328;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #656d76;
  --color-codemirror-cursor: #1F2328;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #1F2328;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #953800;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #1f883d;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #4ac26b;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #4ac26b;
  --color-checks-ansi-green-bright: #6fdd8b;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(31,35,40,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #116329;
  --color-ansi-green-bright: #1a7f37;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(31,35,40,0.15);
  --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(31,35,40,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(31,35,40,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(31,35,40,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f883d;
  --color-btn-primary-border: rgba(31,35,40,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #1a7f37;
  --color-btn-primary-hover-border: rgba(31,35,40,0.15);
  --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(31,35,40,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(31,35,40,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(31,35,40,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(31,35,40,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #d1242f;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #656d76;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #1F2328;
  --color-fg-muted: #656d76;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(31,35,40,0.15);
  --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #1a7f37;
  --color-success-emphasis: #1f883d;
  --color-success-muted: rgba(74,194,107,0.4);
  --color-success-subtle: #dafbe1;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #bc4c00;
  --color-severe-emphasis: #bc4c00;
  --color-severe-muted: rgba(251,143,68,0.4);
  --color-severe-subtle: #fff1e5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #1a7f37;
  --color-open-emphasis: #1f883d;
  --color-open-muted: rgba(74,194,107,0.4);
  --color-open-subtle: #dafbe1;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #cf222e;
  --color-closed-muted: rgba(255,129,130,0.4);
  --color-closed-subtle: #ffebe9;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(31,35,40,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1F2328;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #dafbe1;
  --color-scale-green-1: #aceebb;
  --color-scale-green-2: #6fdd8b;
  --color-scale-green-3: #4ac26b;
  --color-scale-green-4: #2da44e;
  --color-scale-green-5: #1a7f37;
  --color-scale-green-6: #116329;
  --color-scale-green-7: #044f1e;
  --color-scale-green-8: #003d16;
  --color-scale-green-9: #002d11;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff1e5;
  --color-scale-orange-1: #ffd8b5;
  --color-scale-orange-2: #ffb77c;
  --color-scale-orange-3: #fb8f44;
  --color-scale-orange-4: #e16f24;
  --color-scale-orange-5: #bc4c00;
  --color-scale-orange-6: #953800;
  --color-scale-orange-7: #762c00;
  --color-scale-orange-8: #5c2200;
  --color-scale-orange-9: #471700;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

::backdrop,
[data-color-mode=light][data-light-theme=light] ::backdrop,
[data-color-mode=dark][data-dark-theme=light] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=light] ::backdrop,
[data-color-mode=dark][data-dark-theme=light] ::backdrop {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #1F2328;
  --color-diff-blob-addition-fg: #1F2328;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #abf2bc;
  --color-diff-blob-deletion-num-text: #1F2328;
  --color-diff-blob-deletion-fg: #1F2328;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #ffebe9;
  --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #656d76;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-border: rgba(31,35,40,0.15);
  --color-diffstat-addition-bg: #1f883d;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #1F2328;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #656d76;
  --color-codemirror-cursor: #1F2328;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #1F2328;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #953800;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #1f883d;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #4ac26b;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #4ac26b;
  --color-checks-ansi-green-bright: #6fdd8b;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(31,35,40,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #116329;
  --color-ansi-green-bright: #1a7f37;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(31,35,40,0.15);
  --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(31,35,40,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(31,35,40,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(31,35,40,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f883d;
  --color-btn-primary-border: rgba(31,35,40,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #1a7f37;
  --color-btn-primary-hover-border: rgba(31,35,40,0.15);
  --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(31,35,40,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(31,35,40,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(31,35,40,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(31,35,40,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #d1242f;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #656d76;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #1F2328;
  --color-fg-muted: #656d76;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(31,35,40,0.15);
  --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #1a7f37;
  --color-success-emphasis: #1f883d;
  --color-success-muted: rgba(74,194,107,0.4);
  --color-success-subtle: #dafbe1;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #bc4c00;
  --color-severe-emphasis: #bc4c00;
  --color-severe-muted: rgba(251,143,68,0.4);
  --color-severe-subtle: #fff1e5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #1a7f37;
  --color-open-emphasis: #1f883d;
  --color-open-muted: rgba(74,194,107,0.4);
  --color-open-subtle: #dafbe1;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #cf222e;
  --color-closed-muted: rgba(255,129,130,0.4);
  --color-closed-subtle: #ffebe9;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(31,35,40,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1F2328;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #dafbe1;
  --color-scale-green-1: #aceebb;
  --color-scale-green-2: #6fdd8b;
  --color-scale-green-3: #4ac26b;
  --color-scale-green-4: #2da44e;
  --color-scale-green-5: #1a7f37;
  --color-scale-green-6: #116329;
  --color-scale-green-7: #044f1e;
  --color-scale-green-8: #003d16;
  --color-scale-green-9: #002d11;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff1e5;
  --color-scale-orange-1: #ffd8b5;
  --color-scale-orange-2: #ffb77c;
  --color-scale-orange-3: #fb8f44;
  --color-scale-orange-4: #e16f24;
  --color-scale-orange-5: #bc4c00;
  --color-scale-orange-6: #953800;
  --color-scale-orange-7: #762c00;
  --color-scale-orange-8: #5c2200;
  --color-scale-orange-9: #471700;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=light]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light], [data-color-mode=auto][data-light-theme=light]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=light]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-dark-theme=light], [data-color-mode=auto][data-dark-theme=light]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #1F2328;
    --color-diff-blob-addition-fg: #1F2328;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #abf2bc;
    --color-diff-blob-deletion-num-text: #1F2328;
    --color-diff-blob-deletion-fg: #1F2328;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #ffebe9;
    --color-diff-blob-deletion-word-bg: rgba(255,129,130,0.4);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #656d76;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-border: rgba(31,35,40,0.15);
    --color-diffstat-addition-bg: #1f883d;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #1F2328;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #656d76;
    --color-codemirror-cursor: #1F2328;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #1F2328;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #953800;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #1f883d;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(31,35,40,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(31,35,40,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(31,35,40,0.15);
    --color-btn-shadow: 0 1px 0 rgba(31,35,40,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(31,35,40,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(31,35,40,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(31,35,40,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f883d;
    --color-btn-primary-border: rgba(31,35,40,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #1a7f37;
    --color-btn-primary-hover-border: rgba(31,35,40,0.15);
    --color-btn-primary-selected-bg: hsla(137,66%,28%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,45,17,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(31,35,40,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,45,17,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(31,35,40,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(31,35,40,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(31,35,40,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(31,35,40,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(31,35,40,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #d1242f;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #656d76;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #1F2328;
    --color-fg-muted: #656d76;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(31,35,40,0.15);
    --color-shadow-small: 0 1px 0 rgba(31,35,40,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #bc4c00;
    --color-severe-emphasis: #bc4c00;
    --color-severe-muted: rgba(251,143,68,0.4);
    --color-severe-subtle: #fff1e5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #1a7f37;
    --color-open-emphasis: #1f883d;
    --color-open-muted: rgba(74,194,107,0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255,129,130,0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(31,35,40,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(31,35,40,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1F2328;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #dafbe1;
    --color-scale-green-1: #aceebb;
    --color-scale-green-2: #6fdd8b;
    --color-scale-green-3: #4ac26b;
    --color-scale-green-4: #2da44e;
    --color-scale-green-5: #1a7f37;
    --color-scale-green-6: #116329;
    --color-scale-green-7: #044f1e;
    --color-scale-green-8: #003d16;
    --color-scale-green-9: #002d11;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff1e5;
    --color-scale-orange-1: #ffd8b5;
    --color-scale-orange-2: #ffb77c;
    --color-scale-orange-3: #fb8f44;
    --color-scale-orange-4: #e16f24;
    --color-scale-orange-5: #bc4c00;
    --color-scale-orange-6: #953800;
    --color-scale-orange-7: #762c00;
    --color-scale-orange-8: #5c2200;
    --color-scale-orange-9: #471700;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
[data-color-mode=light][data-light-theme=light_colorblind]::-moz-selection, [data-color-mode=dark][data-dark-theme=light_colorblind]::-moz-selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #b35900;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #8a4600;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #b35900;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #6f3800;
  --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #8a4600;
  --color-prettylights-syntax-markup-changed-bg: #ffddb0;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #b35900;
  --color-codemirror-syntax-storage: #b35900;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #8a4600;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #dd7815;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #f79939;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #f79939;
  --color-checks-logline-error-bg: rgba(138,70,0,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #f79939;
  --color-checks-ansi-red-bright: #ffbc6d;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #b35900;
  --color-ansi-red-bright: #8a4600;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #b35900;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #8a4600;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
  --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
  --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
  --color-btn-danger-icon: #b35900;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #8a4600;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
  --color-action-list-item-danger-active-bg: #fff5e8;
  --color-action-list-item-danger-hover-text: #b35900;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #b35900;
  --color-severe-emphasis: #b35900;
  --color-severe-muted: rgba(247,153,57,0.4);
  --color-severe-subtle: #fff5e8;
  --color-danger-fg: #b35900;
  --color-danger-emphasis: #b35900;
  --color-danger-muted: rgba(247,153,57,0.4);
  --color-danger-subtle: #fff5e8;
  --color-open-fg: #b35900;
  --color-open-emphasis: #dd7815;
  --color-open-muted: rgba(247,153,57,0.4);
  --color-open-subtle: #fff5e8;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff5e8;
  --color-scale-orange-1: #ffddb0;
  --color-scale-orange-2: #ffbc6d;
  --color-scale-orange-3: #f79939;
  --color-scale-orange-4: #dd7815;
  --color-scale-orange-5: #b35900;
  --color-scale-orange-6: #8a4600;
  --color-scale-orange-7: #6f3800;
  --color-scale-orange-8: #572c00;
  --color-scale-orange-9: #412000;
  --color-scale-red-0: #fff5e8;
  --color-scale-red-1: #ffddb0;
  --color-scale-red-2: #ffbc6d;
  --color-scale-red-3: #f79939;
  --color-scale-red-4: #dd7815;
  --color-scale-red-5: #b35900;
  --color-scale-red-6: #8a4600;
  --color-scale-red-7: #6f3800;
  --color-scale-red-8: #572c00;
  --color-scale-red-9: #412000;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}
[data-color-mode=light][data-light-theme=light_colorblind], [data-color-mode=light][data-light-theme=light_colorblind]::selection,
[data-color-mode=dark][data-dark-theme=light_colorblind],
[data-color-mode=dark][data-dark-theme=light_colorblind]::selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #b35900;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #8a4600;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #b35900;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #6f3800;
  --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #8a4600;
  --color-prettylights-syntax-markup-changed-bg: #ffddb0;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #b35900;
  --color-codemirror-syntax-storage: #b35900;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #8a4600;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #dd7815;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #f79939;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #f79939;
  --color-checks-logline-error-bg: rgba(138,70,0,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #f79939;
  --color-checks-ansi-red-bright: #ffbc6d;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #b35900;
  --color-ansi-red-bright: #8a4600;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #b35900;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #8a4600;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
  --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
  --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
  --color-btn-danger-icon: #b35900;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #8a4600;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
  --color-action-list-item-danger-active-bg: #fff5e8;
  --color-action-list-item-danger-hover-text: #b35900;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #b35900;
  --color-severe-emphasis: #b35900;
  --color-severe-muted: rgba(247,153,57,0.4);
  --color-severe-subtle: #fff5e8;
  --color-danger-fg: #b35900;
  --color-danger-emphasis: #b35900;
  --color-danger-muted: rgba(247,153,57,0.4);
  --color-danger-subtle: #fff5e8;
  --color-open-fg: #b35900;
  --color-open-emphasis: #dd7815;
  --color-open-muted: rgba(247,153,57,0.4);
  --color-open-subtle: #fff5e8;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff5e8;
  --color-scale-orange-1: #ffddb0;
  --color-scale-orange-2: #ffbc6d;
  --color-scale-orange-3: #f79939;
  --color-scale-orange-4: #dd7815;
  --color-scale-orange-5: #b35900;
  --color-scale-orange-6: #8a4600;
  --color-scale-orange-7: #6f3800;
  --color-scale-orange-8: #572c00;
  --color-scale-orange-9: #412000;
  --color-scale-red-0: #fff5e8;
  --color-scale-red-1: #ffddb0;
  --color-scale-red-2: #ffbc6d;
  --color-scale-red-3: #f79939;
  --color-scale-red-4: #dd7815;
  --color-scale-red-5: #b35900;
  --color-scale-red-6: #8a4600;
  --color-scale-red-7: #6f3800;
  --color-scale-red-8: #572c00;
  --color-scale-red-9: #412000;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

::backdrop,
[data-color-mode=light][data-light-theme=light_colorblind] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_colorblind] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=light_colorblind] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_colorblind] ::backdrop {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #b35900;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #8a4600;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #b35900;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #6f3800;
  --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #8a4600;
  --color-prettylights-syntax-markup-changed-bg: #ffddb0;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #b35900;
  --color-codemirror-syntax-storage: #b35900;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #8a4600;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #dd7815;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #f79939;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #f79939;
  --color-checks-logline-error-bg: rgba(138,70,0,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #f79939;
  --color-checks-ansi-red-bright: #ffbc6d;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #b35900;
  --color-ansi-red-bright: #8a4600;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #b35900;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #8a4600;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
  --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
  --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
  --color-btn-danger-icon: #b35900;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #8a4600;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
  --color-action-list-item-danger-active-bg: #fff5e8;
  --color-action-list-item-danger-hover-text: #b35900;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #b35900;
  --color-severe-emphasis: #b35900;
  --color-severe-muted: rgba(247,153,57,0.4);
  --color-severe-subtle: #fff5e8;
  --color-danger-fg: #b35900;
  --color-danger-emphasis: #b35900;
  --color-danger-muted: rgba(247,153,57,0.4);
  --color-danger-subtle: #fff5e8;
  --color-open-fg: #b35900;
  --color-open-emphasis: #dd7815;
  --color-open-muted: rgba(247,153,57,0.4);
  --color-open-subtle: #fff5e8;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff5e8;
  --color-scale-orange-1: #ffddb0;
  --color-scale-orange-2: #ffbc6d;
  --color-scale-orange-3: #f79939;
  --color-scale-orange-4: #dd7815;
  --color-scale-orange-5: #b35900;
  --color-scale-orange-6: #8a4600;
  --color-scale-orange-7: #6f3800;
  --color-scale-orange-8: #572c00;
  --color-scale-orange-9: #412000;
  --color-scale-red-0: #fff5e8;
  --color-scale-red-1: #ffddb0;
  --color-scale-red-2: #ffbc6d;
  --color-scale-red-3: #f79939;
  --color-scale-red-4: #dd7815;
  --color-scale-red-5: #b35900;
  --color-scale-red-6: #8a4600;
  --color-scale-red-7: #6f3800;
  --color-scale-red-8: #572c00;
  --color-scale-red-9: #412000;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=light_colorblind]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_colorblind], [data-color-mode=auto][data-light-theme=light_colorblind]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_colorblind] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_colorblind] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=light_colorblind]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-dark-theme=light_colorblind], [data-color-mode=auto][data-dark-theme=light_colorblind]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_colorblind] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_colorblind] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247,153,57,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,245,232,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,188,109,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30,100%,32%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65,32,0,0.2);
    --color-btn-danger-disabled-text: rgba(179,89,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179,89,0,0.05);
    --color-btn-danger-counter-bg: rgba(179,89,0,0.1);
    --color-btn-danger-icon: #b35900;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #8a4600;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(179,89,0,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,245,232,0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247,153,57,0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247,153,57,0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247,153,57,0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
[data-color-mode=light][data-light-theme=light_high_contrast]::-moz-selection, [data-color-mode=dark][data-dark-theme=light_high_contrast]::-moz-selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #ffffff;
  --color-marketing-icon-primary: #1168e3;
  --color-marketing-icon-secondary: #368cf9;
  --color-diff-blob-addition-num-text: #0e1116;
  --color-diff-blob-addition-fg: #ffffff;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #055d20;
  --color-diff-blob-deletion-num-text: #0e1116;
  --color-diff-blob-deletion-fg: #ffffff;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #fff0ee;
  --color-diff-blob-deletion-word-bg: #a0111f;
  --color-diff-blob-hunk-num-bg: #9cd7ff;
  --color-diff-blob-expander-icon: #0e1116;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-bg: #055d20;
  --color-search-keyword-hl: #fcf7be;
  --color-prettylights-syntax-comment: #4b535d;
  --color-prettylights-syntax-constant: #023b95;
  --color-prettylights-syntax-entity: #512598;
  --color-prettylights-syntax-storage-modifier-import: #0e1116;
  --color-prettylights-syntax-entity-tag: #024c1a;
  --color-prettylights-syntax-keyword: #a0111f;
  --color-prettylights-syntax-string: #032563;
  --color-prettylights-syntax-variable: #702c00;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #a0111f;
  --color-prettylights-syntax-string-regexp: #024c1a;
  --color-prettylights-syntax-markup-list: #2e1800;
  --color-prettylights-syntax-markup-heading: #023b95;
  --color-prettylights-syntax-markup-italic: #0e1116;
  --color-prettylights-syntax-markup-bold: #0e1116;
  --color-prettylights-syntax-markup-deleted-text: #6e011a;
  --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
  --color-prettylights-syntax-markup-inserted-text: #024c1a;
  --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
  --color-prettylights-syntax-markup-changed-text: #702c00;
  --color-prettylights-syntax-markup-changed-bg: #ffc67b;
  --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
  --color-prettylights-syntax-markup-ignored-bg: #023b95;
  --color-prettylights-syntax-meta-diff-range: #622cbc;
  --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
  --color-prettylights-syntax-constant-other-reference-link: #032563;
  --color-codemirror-text: #0e1116;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #66707b;
  --color-codemirror-linenumber-text: #0e1116;
  --color-codemirror-cursor: #0e1116;
  --color-codemirror-selection-bg: #368cf9;
  --color-codemirror-activeline-bg: #e7ecf0;
  --color-codemirror-matchingbracket-text: #0e1116;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #0e1116;
  --color-codemirror-syntax-constant: #023b95;
  --color-codemirror-syntax-entity: #622cbc;
  --color-codemirror-syntax-keyword: #a0111f;
  --color-codemirror-syntax-storage: #a0111f;
  --color-codemirror-syntax-string: #032563;
  --color-codemirror-syntax-support: #023b95;
  --color-codemirror-syntax-variable: #702c00;
  --color-checks-bg: #0e1116;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #ffffff;
  --color-checks-text-secondary: #88929d;
  --color-checks-text-link: #368cf9;
  --color-checks-btn-icon: #acb6c0;
  --color-checks-btn-hover-icon: #ffffff;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #e7ecf0;
  --color-checks-input-placeholder-text: #88929d;
  --color-checks-input-focus-text: #88929d;
  --color-checks-input-bg: #20252c;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #d5232c;
  --color-checks-donut-pending: #956400;
  --color-checks-donut-success: #055d20;
  --color-checks-donut-neutral: #acb6c0;
  --color-checks-dropdown-text: #acb6c0;
  --color-checks-dropdown-bg: #20252c;
  --color-checks-dropdown-border: #343b43;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #ffffff;
  --color-checks-dropdown-hover-bg: #343b43;
  --color-checks-dropdown-btn-hover-text: #ffffff;
  --color-checks-dropdown-btn-hover-bg: #20252c;
  --color-checks-scrollbar-thumb-bg: #4b535d;
  --color-checks-header-label-text: #ced5dc;
  --color-checks-header-label-open-text: #ffffff;
  --color-checks-header-border: #20252c;
  --color-checks-header-icon: #88929d;
  --color-checks-line-text: #ced5dc;
  --color-checks-line-num-text: rgba(136,146,157,0.75);
  --color-checks-line-timestamp-text: #88929d;
  --color-checks-line-hover-bg: #20252c;
  --color-checks-line-selected-bg: rgba(17,104,227,0.15);
  --color-checks-line-selected-num-text: #368cf9;
  --color-checks-line-dt-fm-text: #0e1116;
  --color-checks-line-dt-fm-bg: #744500;
  --color-checks-gate-bg: rgba(96,55,0,0.15);
  --color-checks-gate-text: #ced5dc;
  --color-checks-gate-waiting-text: #b58407;
  --color-checks-step-header-open-bg: #20252c;
  --color-checks-step-error-text: #ee5a5d;
  --color-checks-step-warning-text: #b58407;
  --color-checks-logline-text: #88929d;
  --color-checks-logline-num-text: rgba(136,146,157,0.75);
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #ced5dc;
  --color-checks-logline-error-num-text: #ee5a5d;
  --color-checks-logline-error-bg: rgba(134,6,29,0.15);
  --color-checks-logline-warning-text: #ced5dc;
  --color-checks-logline-warning-num-text: #b58407;
  --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
  --color-checks-logline-command-text: #368cf9;
  --color-checks-logline-section-text: #26a148;
  --color-checks-ansi-black: #0e1116;
  --color-checks-ansi-black-bright: #20252c;
  --color-checks-ansi-white: #ced5dc;
  --color-checks-ansi-white-bright: #ced5dc;
  --color-checks-ansi-gray: #88929d;
  --color-checks-ansi-red: #ee5a5d;
  --color-checks-ansi-red-bright: #ff8e8a;
  --color-checks-ansi-green: #26a148;
  --color-checks-ansi-green-bright: #43c663;
  --color-checks-ansi-yellow: #b58407;
  --color-checks-ansi-yellow-bright: #d5a824;
  --color-checks-ansi-blue: #368cf9;
  --color-checks-ansi-blue-bright: #67b3fd;
  --color-checks-ansi-magenta: #a371f7;
  --color-checks-ansi-magenta-bright: #c49bff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0e1116;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #20252c;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(1,4,9,0.8);
  --color-avatar-stack-fade: #acb6c0;
  --color-avatar-stack-fade-more: #ced5dc;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: #0349b4;
  --color-counter-border: #20252c;
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
  --color-select-menu-tap-focus-bg: #9cd7ff;
  --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
  --color-overlay-backdrop: rgba(136,146,157,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #0e1116;
  --color-header-divider: #acb6c0;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0e1116;
  --color-header-search-border: #4b535d;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(172,182,192,0.2);
  --color-timeline-badge-bg: #e7ecf0;
  --color-ansi-black: #0e1116;
  --color-ansi-black-bright: #4b535d;
  --color-ansi-white: #66707b;
  --color-ansi-white-bright: #88929d;
  --color-ansi-gray: #66707b;
  --color-ansi-red: #a0111f;
  --color-ansi-red-bright: #86061d;
  --color-ansi-green: #024c1a;
  --color-ansi-green-bright: #055d20;
  --color-ansi-yellow: #3f2200;
  --color-ansi-yellow-bright: #4e2c00;
  --color-ansi-blue: #0349b4;
  --color-ansi-blue-bright: #1168e3;
  --color-ansi-magenta: #622cbc;
  --color-ansi-magenta-bright: #844ae7;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #0e1116;
  --color-btn-bg: #e7ecf0;
  --color-btn-border: rgba(1,4,9,0.8);
  --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #ced5dc;
  --color-btn-hover-border: rgba(1,4,9,0.8);
  --color-btn-active-bg: #acb6c0;
  --color-btn-active-border: rgba(1,4,9,0.8);
  --color-btn-selected-bg: #acb6c0;
  --color-btn-counter-bg: rgba(1,4,9,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #055d20;
  --color-btn-primary-border: #013d14;
  --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #024c1a;
  --color-btn-primary-hover-border: #013d14;
  --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
  --color-btn-outline-text: #023b95;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0349b4;
  --color-btn-outline-hover-border: #022f7a;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #022f7a;
  --color-btn-outline-selected-border: #022f7a;
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
  --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
  --color-btn-outline-disabled-bg: #e7ecf0;
  --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #023b95;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
  --color-btn-danger-text: #86061d;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a0111f;
  --color-btn-danger-hover-border: #6e011a;
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #6e011a;
  --color-btn-danger-selected-border: #6e011a;
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
  --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
  --color-btn-danger-disabled-bg: #e7ecf0;
  --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
  --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
  --color-btn-danger-icon: #86061d;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #86061d;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
  --color-btn-inactive-bg: #e7ecf0;
  --color-btn-inactive-text: #4b535d;
  --color-underlinenav-icon: #66707b;
  --color-underlinenav-border-hover: rgba(172,182,192,0.2);
  --color-action-list-item-inline-divider: #88929d;
  --color-action-list-item-default-hover-bg: #e7ecf0;
  --color-action-list-item-default-hover-border: #88929d;
  --color-action-list-item-default-active-bg: #ced5dc;
  --color-action-list-item-default-active-border: #20252c;
  --color-action-list-item-default-selected-bg: #ced5dc;
  --color-action-list-item-danger-hover-bg: #a0111f;
  --color-action-list-item-danger-active-bg: #6e011a;
  --color-action-list-item-danger-hover-text: #ffffff;
  --color-switch-track-bg: #66707b;
  --color-switch-track-hover-bg: hsla(211,9%,47%,1);
  --color-switch-track-active-bg: hsla(211,9%,49%,1);
  --color-switch-track-disabled-bg: #88929d;
  --color-switch-track-fg: #ffffff;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0349b4;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #e7ecf0;
  --color-switch-knob-border: #20252c;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #e7ecf0;
  --color-switch-knob-checked-border: #0349b4;
  --color-segmented-control-bg: #e7ecf0;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
  --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
  --color-segmented-control-button-selected-border: #88929d;
  --color-tree-view-item-chevron-hover-bg: #ced5dc;
  --color-tree-view-item-directory-fill: #368cf9;
  --color-fg-default: #0e1116;
  --color-fg-muted: #0e1116;
  --color-fg-subtle: #66707b;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #ffffff;
  --color-canvas-subtle: #e7ecf0;
  --color-border-default: #20252c;
  --color-border-muted: #88929d;
  --color-border-subtle: rgba(1,4,9,0.8);
  --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
  --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
  --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
  --color-neutral-emphasis-plus: #0e1116;
  --color-neutral-emphasis: #66707b;
  --color-neutral-muted: rgba(172,182,192,0.2);
  --color-neutral-subtle: #e7ecf0;
  --color-accent-fg: #0349b4;
  --color-accent-emphasis: #0349b4;
  --color-accent-muted: #368cf9;
  --color-accent-subtle: #dff7ff;
  --color-success-fg: #055d20;
  --color-success-emphasis: #055d20;
  --color-success-muted: #26a148;
  --color-success-subtle: #d2fedb;
  --color-attention-fg: #744500;
  --color-attention-emphasis: #744500;
  --color-attention-muted: #b58407;
  --color-attention-subtle: #fcf7be;
  --color-severe-fg: #873800;
  --color-severe-emphasis: #873800;
  --color-severe-muted: #dc6d1a;
  --color-severe-subtle: #fff2d5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #a0111f;
  --color-danger-muted: #ee5a5d;
  --color-danger-subtle: #fff0ee;
  --color-open-fg: #055d20;
  --color-open-emphasis: #055d20;
  --color-open-muted: rgba(38,161,72,0.4);
  --color-open-subtle: #d2fedb;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #a0111f;
  --color-closed-muted: rgba(238,90,93,0.4);
  --color-closed-subtle: #fff0ee;
  --color-done-fg: #622cbc;
  --color-done-emphasis: #622cbc;
  --color-done-muted: #a371f7;
  --color-done-subtle: #faf0fe;
  --color-sponsors-fg: #971368;
  --color-sponsors-emphasis: #971368;
  --color-sponsors-muted: #ed4baf;
  --color-sponsors-subtle: #feeff7;
  --color-primer-fg-disabled: #88929d;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #ef5b48;
  --color-primer-border-contrast: rgba(1,4,9,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #e7ecf0;
  --color-scale-gray-2: #ced5dc;
  --color-scale-gray-3: #acb6c0;
  --color-scale-gray-4: #88929d;
  --color-scale-gray-5: #66707b;
  --color-scale-gray-6: #4b535d;
  --color-scale-gray-7: #343b43;
  --color-scale-gray-8: #20252c;
  --color-scale-gray-9: #0e1116;
  --color-scale-blue-0: #dff7ff;
  --color-scale-blue-1: #9cd7ff;
  --color-scale-blue-2: #67b3fd;
  --color-scale-blue-3: #368cf9;
  --color-scale-blue-4: #1168e3;
  --color-scale-blue-5: #0349b4;
  --color-scale-blue-6: #023b95;
  --color-scale-blue-7: #022f7a;
  --color-scale-blue-8: #032563;
  --color-scale-blue-9: #021a4a;
  --color-scale-green-0: #d2fedb;
  --color-scale-green-1: #82e596;
  --color-scale-green-2: #43c663;
  --color-scale-green-3: #26a148;
  --color-scale-green-4: #117f32;
  --color-scale-green-5: #055d20;
  --color-scale-green-6: #024c1a;
  --color-scale-green-7: #013d14;
  --color-scale-green-8: #003110;
  --color-scale-green-9: #00230b;
  --color-scale-yellow-0: #fcf7be;
  --color-scale-yellow-1: #f0ce53;
  --color-scale-yellow-2: #d5a824;
  --color-scale-yellow-3: #b58407;
  --color-scale-yellow-4: #956400;
  --color-scale-yellow-5: #744500;
  --color-scale-yellow-6: #603700;
  --color-scale-yellow-7: #4e2c00;
  --color-scale-yellow-8: #3f2200;
  --color-scale-yellow-9: #2e1800;
  --color-scale-orange-0: #fff2d5;
  --color-scale-orange-1: #ffc67b;
  --color-scale-orange-2: #f99636;
  --color-scale-orange-3: #dc6d1a;
  --color-scale-orange-4: #b45105;
  --color-scale-orange-5: #873800;
  --color-scale-orange-6: #702c00;
  --color-scale-orange-7: #5b2300;
  --color-scale-orange-8: #491b00;
  --color-scale-orange-9: #361200;
  --color-scale-red-0: #fff0ee;
  --color-scale-red-1: #ffc1bc;
  --color-scale-red-2: #ff8e8a;
  --color-scale-red-3: #ee5a5d;
  --color-scale-red-4: #d5232c;
  --color-scale-red-5: #a0111f;
  --color-scale-red-6: #86061d;
  --color-scale-red-7: #6e011a;
  --color-scale-red-8: #5a0016;
  --color-scale-red-9: #430011;
  --color-scale-purple-0: #faf0fe;
  --color-scale-purple-1: #e0c5ff;
  --color-scale-purple-2: #c49bff;
  --color-scale-purple-3: #a371f7;
  --color-scale-purple-4: #844ae7;
  --color-scale-purple-5: #622cbc;
  --color-scale-purple-6: #512598;
  --color-scale-purple-7: #411d7b;
  --color-scale-purple-8: #341763;
  --color-scale-purple-9: #260f49;
  --color-scale-pink-0: #feeff7;
  --color-scale-pink-1: #ffbde0;
  --color-scale-pink-2: #fc87ca;
  --color-scale-pink-3: #ed4baf;
  --color-scale-pink-4: #c9248e;
  --color-scale-pink-5: #971368;
  --color-scale-pink-6: #7d0c57;
  --color-scale-pink-7: #660847;
  --color-scale-pink-8: #53043a;
  --color-scale-pink-9: #3e022b;
  --color-scale-coral-0: #fff0ed;
  --color-scale-coral-1: #ffc2b6;
  --color-scale-coral-2: #ff8f7e;
  --color-scale-coral-3: #ef5b48;
  --color-scale-coral-4: #cd3425;
  --color-scale-coral-5: #9f1710;
  --color-scale-coral-6: #870706;
  --color-scale-coral-7: #6f0107;
  --color-scale-coral-8: #5b0002;
  --color-scale-coral-9: #430200;
}
[data-color-mode=light][data-light-theme=light_high_contrast], [data-color-mode=light][data-light-theme=light_high_contrast]::selection,
[data-color-mode=dark][data-dark-theme=light_high_contrast],
[data-color-mode=dark][data-dark-theme=light_high_contrast]::selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #ffffff;
  --color-marketing-icon-primary: #1168e3;
  --color-marketing-icon-secondary: #368cf9;
  --color-diff-blob-addition-num-text: #0e1116;
  --color-diff-blob-addition-fg: #ffffff;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #055d20;
  --color-diff-blob-deletion-num-text: #0e1116;
  --color-diff-blob-deletion-fg: #ffffff;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #fff0ee;
  --color-diff-blob-deletion-word-bg: #a0111f;
  --color-diff-blob-hunk-num-bg: #9cd7ff;
  --color-diff-blob-expander-icon: #0e1116;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-bg: #055d20;
  --color-search-keyword-hl: #fcf7be;
  --color-prettylights-syntax-comment: #4b535d;
  --color-prettylights-syntax-constant: #023b95;
  --color-prettylights-syntax-entity: #512598;
  --color-prettylights-syntax-storage-modifier-import: #0e1116;
  --color-prettylights-syntax-entity-tag: #024c1a;
  --color-prettylights-syntax-keyword: #a0111f;
  --color-prettylights-syntax-string: #032563;
  --color-prettylights-syntax-variable: #702c00;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #a0111f;
  --color-prettylights-syntax-string-regexp: #024c1a;
  --color-prettylights-syntax-markup-list: #2e1800;
  --color-prettylights-syntax-markup-heading: #023b95;
  --color-prettylights-syntax-markup-italic: #0e1116;
  --color-prettylights-syntax-markup-bold: #0e1116;
  --color-prettylights-syntax-markup-deleted-text: #6e011a;
  --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
  --color-prettylights-syntax-markup-inserted-text: #024c1a;
  --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
  --color-prettylights-syntax-markup-changed-text: #702c00;
  --color-prettylights-syntax-markup-changed-bg: #ffc67b;
  --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
  --color-prettylights-syntax-markup-ignored-bg: #023b95;
  --color-prettylights-syntax-meta-diff-range: #622cbc;
  --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
  --color-prettylights-syntax-constant-other-reference-link: #032563;
  --color-codemirror-text: #0e1116;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #66707b;
  --color-codemirror-linenumber-text: #0e1116;
  --color-codemirror-cursor: #0e1116;
  --color-codemirror-selection-bg: #368cf9;
  --color-codemirror-activeline-bg: #e7ecf0;
  --color-codemirror-matchingbracket-text: #0e1116;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #0e1116;
  --color-codemirror-syntax-constant: #023b95;
  --color-codemirror-syntax-entity: #622cbc;
  --color-codemirror-syntax-keyword: #a0111f;
  --color-codemirror-syntax-storage: #a0111f;
  --color-codemirror-syntax-string: #032563;
  --color-codemirror-syntax-support: #023b95;
  --color-codemirror-syntax-variable: #702c00;
  --color-checks-bg: #0e1116;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #ffffff;
  --color-checks-text-secondary: #88929d;
  --color-checks-text-link: #368cf9;
  --color-checks-btn-icon: #acb6c0;
  --color-checks-btn-hover-icon: #ffffff;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #e7ecf0;
  --color-checks-input-placeholder-text: #88929d;
  --color-checks-input-focus-text: #88929d;
  --color-checks-input-bg: #20252c;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #d5232c;
  --color-checks-donut-pending: #956400;
  --color-checks-donut-success: #055d20;
  --color-checks-donut-neutral: #acb6c0;
  --color-checks-dropdown-text: #acb6c0;
  --color-checks-dropdown-bg: #20252c;
  --color-checks-dropdown-border: #343b43;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #ffffff;
  --color-checks-dropdown-hover-bg: #343b43;
  --color-checks-dropdown-btn-hover-text: #ffffff;
  --color-checks-dropdown-btn-hover-bg: #20252c;
  --color-checks-scrollbar-thumb-bg: #4b535d;
  --color-checks-header-label-text: #ced5dc;
  --color-checks-header-label-open-text: #ffffff;
  --color-checks-header-border: #20252c;
  --color-checks-header-icon: #88929d;
  --color-checks-line-text: #ced5dc;
  --color-checks-line-num-text: rgba(136,146,157,0.75);
  --color-checks-line-timestamp-text: #88929d;
  --color-checks-line-hover-bg: #20252c;
  --color-checks-line-selected-bg: rgba(17,104,227,0.15);
  --color-checks-line-selected-num-text: #368cf9;
  --color-checks-line-dt-fm-text: #0e1116;
  --color-checks-line-dt-fm-bg: #744500;
  --color-checks-gate-bg: rgba(96,55,0,0.15);
  --color-checks-gate-text: #ced5dc;
  --color-checks-gate-waiting-text: #b58407;
  --color-checks-step-header-open-bg: #20252c;
  --color-checks-step-error-text: #ee5a5d;
  --color-checks-step-warning-text: #b58407;
  --color-checks-logline-text: #88929d;
  --color-checks-logline-num-text: rgba(136,146,157,0.75);
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #ced5dc;
  --color-checks-logline-error-num-text: #ee5a5d;
  --color-checks-logline-error-bg: rgba(134,6,29,0.15);
  --color-checks-logline-warning-text: #ced5dc;
  --color-checks-logline-warning-num-text: #b58407;
  --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
  --color-checks-logline-command-text: #368cf9;
  --color-checks-logline-section-text: #26a148;
  --color-checks-ansi-black: #0e1116;
  --color-checks-ansi-black-bright: #20252c;
  --color-checks-ansi-white: #ced5dc;
  --color-checks-ansi-white-bright: #ced5dc;
  --color-checks-ansi-gray: #88929d;
  --color-checks-ansi-red: #ee5a5d;
  --color-checks-ansi-red-bright: #ff8e8a;
  --color-checks-ansi-green: #26a148;
  --color-checks-ansi-green-bright: #43c663;
  --color-checks-ansi-yellow: #b58407;
  --color-checks-ansi-yellow-bright: #d5a824;
  --color-checks-ansi-blue: #368cf9;
  --color-checks-ansi-blue-bright: #67b3fd;
  --color-checks-ansi-magenta: #a371f7;
  --color-checks-ansi-magenta-bright: #c49bff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0e1116;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #20252c;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(1,4,9,0.8);
  --color-avatar-stack-fade: #acb6c0;
  --color-avatar-stack-fade-more: #ced5dc;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: #0349b4;
  --color-counter-border: #20252c;
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
  --color-select-menu-tap-focus-bg: #9cd7ff;
  --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
  --color-overlay-backdrop: rgba(136,146,157,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #0e1116;
  --color-header-divider: #acb6c0;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0e1116;
  --color-header-search-border: #4b535d;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(172,182,192,0.2);
  --color-timeline-badge-bg: #e7ecf0;
  --color-ansi-black: #0e1116;
  --color-ansi-black-bright: #4b535d;
  --color-ansi-white: #66707b;
  --color-ansi-white-bright: #88929d;
  --color-ansi-gray: #66707b;
  --color-ansi-red: #a0111f;
  --color-ansi-red-bright: #86061d;
  --color-ansi-green: #024c1a;
  --color-ansi-green-bright: #055d20;
  --color-ansi-yellow: #3f2200;
  --color-ansi-yellow-bright: #4e2c00;
  --color-ansi-blue: #0349b4;
  --color-ansi-blue-bright: #1168e3;
  --color-ansi-magenta: #622cbc;
  --color-ansi-magenta-bright: #844ae7;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #0e1116;
  --color-btn-bg: #e7ecf0;
  --color-btn-border: rgba(1,4,9,0.8);
  --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #ced5dc;
  --color-btn-hover-border: rgba(1,4,9,0.8);
  --color-btn-active-bg: #acb6c0;
  --color-btn-active-border: rgba(1,4,9,0.8);
  --color-btn-selected-bg: #acb6c0;
  --color-btn-counter-bg: rgba(1,4,9,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #055d20;
  --color-btn-primary-border: #013d14;
  --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #024c1a;
  --color-btn-primary-hover-border: #013d14;
  --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
  --color-btn-outline-text: #023b95;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0349b4;
  --color-btn-outline-hover-border: #022f7a;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #022f7a;
  --color-btn-outline-selected-border: #022f7a;
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
  --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
  --color-btn-outline-disabled-bg: #e7ecf0;
  --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #023b95;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
  --color-btn-danger-text: #86061d;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a0111f;
  --color-btn-danger-hover-border: #6e011a;
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #6e011a;
  --color-btn-danger-selected-border: #6e011a;
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
  --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
  --color-btn-danger-disabled-bg: #e7ecf0;
  --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
  --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
  --color-btn-danger-icon: #86061d;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #86061d;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
  --color-btn-inactive-bg: #e7ecf0;
  --color-btn-inactive-text: #4b535d;
  --color-underlinenav-icon: #66707b;
  --color-underlinenav-border-hover: rgba(172,182,192,0.2);
  --color-action-list-item-inline-divider: #88929d;
  --color-action-list-item-default-hover-bg: #e7ecf0;
  --color-action-list-item-default-hover-border: #88929d;
  --color-action-list-item-default-active-bg: #ced5dc;
  --color-action-list-item-default-active-border: #20252c;
  --color-action-list-item-default-selected-bg: #ced5dc;
  --color-action-list-item-danger-hover-bg: #a0111f;
  --color-action-list-item-danger-active-bg: #6e011a;
  --color-action-list-item-danger-hover-text: #ffffff;
  --color-switch-track-bg: #66707b;
  --color-switch-track-hover-bg: hsla(211,9%,47%,1);
  --color-switch-track-active-bg: hsla(211,9%,49%,1);
  --color-switch-track-disabled-bg: #88929d;
  --color-switch-track-fg: #ffffff;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0349b4;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #e7ecf0;
  --color-switch-knob-border: #20252c;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #e7ecf0;
  --color-switch-knob-checked-border: #0349b4;
  --color-segmented-control-bg: #e7ecf0;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
  --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
  --color-segmented-control-button-selected-border: #88929d;
  --color-tree-view-item-chevron-hover-bg: #ced5dc;
  --color-tree-view-item-directory-fill: #368cf9;
  --color-fg-default: #0e1116;
  --color-fg-muted: #0e1116;
  --color-fg-subtle: #66707b;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #ffffff;
  --color-canvas-subtle: #e7ecf0;
  --color-border-default: #20252c;
  --color-border-muted: #88929d;
  --color-border-subtle: rgba(1,4,9,0.8);
  --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
  --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
  --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
  --color-neutral-emphasis-plus: #0e1116;
  --color-neutral-emphasis: #66707b;
  --color-neutral-muted: rgba(172,182,192,0.2);
  --color-neutral-subtle: #e7ecf0;
  --color-accent-fg: #0349b4;
  --color-accent-emphasis: #0349b4;
  --color-accent-muted: #368cf9;
  --color-accent-subtle: #dff7ff;
  --color-success-fg: #055d20;
  --color-success-emphasis: #055d20;
  --color-success-muted: #26a148;
  --color-success-subtle: #d2fedb;
  --color-attention-fg: #744500;
  --color-attention-emphasis: #744500;
  --color-attention-muted: #b58407;
  --color-attention-subtle: #fcf7be;
  --color-severe-fg: #873800;
  --color-severe-emphasis: #873800;
  --color-severe-muted: #dc6d1a;
  --color-severe-subtle: #fff2d5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #a0111f;
  --color-danger-muted: #ee5a5d;
  --color-danger-subtle: #fff0ee;
  --color-open-fg: #055d20;
  --color-open-emphasis: #055d20;
  --color-open-muted: rgba(38,161,72,0.4);
  --color-open-subtle: #d2fedb;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #a0111f;
  --color-closed-muted: rgba(238,90,93,0.4);
  --color-closed-subtle: #fff0ee;
  --color-done-fg: #622cbc;
  --color-done-emphasis: #622cbc;
  --color-done-muted: #a371f7;
  --color-done-subtle: #faf0fe;
  --color-sponsors-fg: #971368;
  --color-sponsors-emphasis: #971368;
  --color-sponsors-muted: #ed4baf;
  --color-sponsors-subtle: #feeff7;
  --color-primer-fg-disabled: #88929d;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #ef5b48;
  --color-primer-border-contrast: rgba(1,4,9,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #e7ecf0;
  --color-scale-gray-2: #ced5dc;
  --color-scale-gray-3: #acb6c0;
  --color-scale-gray-4: #88929d;
  --color-scale-gray-5: #66707b;
  --color-scale-gray-6: #4b535d;
  --color-scale-gray-7: #343b43;
  --color-scale-gray-8: #20252c;
  --color-scale-gray-9: #0e1116;
  --color-scale-blue-0: #dff7ff;
  --color-scale-blue-1: #9cd7ff;
  --color-scale-blue-2: #67b3fd;
  --color-scale-blue-3: #368cf9;
  --color-scale-blue-4: #1168e3;
  --color-scale-blue-5: #0349b4;
  --color-scale-blue-6: #023b95;
  --color-scale-blue-7: #022f7a;
  --color-scale-blue-8: #032563;
  --color-scale-blue-9: #021a4a;
  --color-scale-green-0: #d2fedb;
  --color-scale-green-1: #82e596;
  --color-scale-green-2: #43c663;
  --color-scale-green-3: #26a148;
  --color-scale-green-4: #117f32;
  --color-scale-green-5: #055d20;
  --color-scale-green-6: #024c1a;
  --color-scale-green-7: #013d14;
  --color-scale-green-8: #003110;
  --color-scale-green-9: #00230b;
  --color-scale-yellow-0: #fcf7be;
  --color-scale-yellow-1: #f0ce53;
  --color-scale-yellow-2: #d5a824;
  --color-scale-yellow-3: #b58407;
  --color-scale-yellow-4: #956400;
  --color-scale-yellow-5: #744500;
  --color-scale-yellow-6: #603700;
  --color-scale-yellow-7: #4e2c00;
  --color-scale-yellow-8: #3f2200;
  --color-scale-yellow-9: #2e1800;
  --color-scale-orange-0: #fff2d5;
  --color-scale-orange-1: #ffc67b;
  --color-scale-orange-2: #f99636;
  --color-scale-orange-3: #dc6d1a;
  --color-scale-orange-4: #b45105;
  --color-scale-orange-5: #873800;
  --color-scale-orange-6: #702c00;
  --color-scale-orange-7: #5b2300;
  --color-scale-orange-8: #491b00;
  --color-scale-orange-9: #361200;
  --color-scale-red-0: #fff0ee;
  --color-scale-red-1: #ffc1bc;
  --color-scale-red-2: #ff8e8a;
  --color-scale-red-3: #ee5a5d;
  --color-scale-red-4: #d5232c;
  --color-scale-red-5: #a0111f;
  --color-scale-red-6: #86061d;
  --color-scale-red-7: #6e011a;
  --color-scale-red-8: #5a0016;
  --color-scale-red-9: #430011;
  --color-scale-purple-0: #faf0fe;
  --color-scale-purple-1: #e0c5ff;
  --color-scale-purple-2: #c49bff;
  --color-scale-purple-3: #a371f7;
  --color-scale-purple-4: #844ae7;
  --color-scale-purple-5: #622cbc;
  --color-scale-purple-6: #512598;
  --color-scale-purple-7: #411d7b;
  --color-scale-purple-8: #341763;
  --color-scale-purple-9: #260f49;
  --color-scale-pink-0: #feeff7;
  --color-scale-pink-1: #ffbde0;
  --color-scale-pink-2: #fc87ca;
  --color-scale-pink-3: #ed4baf;
  --color-scale-pink-4: #c9248e;
  --color-scale-pink-5: #971368;
  --color-scale-pink-6: #7d0c57;
  --color-scale-pink-7: #660847;
  --color-scale-pink-8: #53043a;
  --color-scale-pink-9: #3e022b;
  --color-scale-coral-0: #fff0ed;
  --color-scale-coral-1: #ffc2b6;
  --color-scale-coral-2: #ff8f7e;
  --color-scale-coral-3: #ef5b48;
  --color-scale-coral-4: #cd3425;
  --color-scale-coral-5: #9f1710;
  --color-scale-coral-6: #870706;
  --color-scale-coral-7: #6f0107;
  --color-scale-coral-8: #5b0002;
  --color-scale-coral-9: #430200;
}

::backdrop,
[data-color-mode=light][data-light-theme=light_high_contrast] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_high_contrast] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=light_high_contrast] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_high_contrast] ::backdrop {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #ffffff;
  --color-marketing-icon-primary: #1168e3;
  --color-marketing-icon-secondary: #368cf9;
  --color-diff-blob-addition-num-text: #0e1116;
  --color-diff-blob-addition-fg: #ffffff;
  --color-diff-blob-addition-num-bg: #ccffd8;
  --color-diff-blob-addition-line-bg: #e6ffec;
  --color-diff-blob-addition-word-bg: #055d20;
  --color-diff-blob-deletion-num-text: #0e1116;
  --color-diff-blob-deletion-fg: #ffffff;
  --color-diff-blob-deletion-num-bg: #ffd7d5;
  --color-diff-blob-deletion-line-bg: #fff0ee;
  --color-diff-blob-deletion-word-bg: #a0111f;
  --color-diff-blob-hunk-num-bg: #9cd7ff;
  --color-diff-blob-expander-icon: #0e1116;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-bg: #055d20;
  --color-search-keyword-hl: #fcf7be;
  --color-prettylights-syntax-comment: #4b535d;
  --color-prettylights-syntax-constant: #023b95;
  --color-prettylights-syntax-entity: #512598;
  --color-prettylights-syntax-storage-modifier-import: #0e1116;
  --color-prettylights-syntax-entity-tag: #024c1a;
  --color-prettylights-syntax-keyword: #a0111f;
  --color-prettylights-syntax-string: #032563;
  --color-prettylights-syntax-variable: #702c00;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #a0111f;
  --color-prettylights-syntax-string-regexp: #024c1a;
  --color-prettylights-syntax-markup-list: #2e1800;
  --color-prettylights-syntax-markup-heading: #023b95;
  --color-prettylights-syntax-markup-italic: #0e1116;
  --color-prettylights-syntax-markup-bold: #0e1116;
  --color-prettylights-syntax-markup-deleted-text: #6e011a;
  --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
  --color-prettylights-syntax-markup-inserted-text: #024c1a;
  --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
  --color-prettylights-syntax-markup-changed-text: #702c00;
  --color-prettylights-syntax-markup-changed-bg: #ffc67b;
  --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
  --color-prettylights-syntax-markup-ignored-bg: #023b95;
  --color-prettylights-syntax-meta-diff-range: #622cbc;
  --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
  --color-prettylights-syntax-constant-other-reference-link: #032563;
  --color-codemirror-text: #0e1116;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #66707b;
  --color-codemirror-linenumber-text: #0e1116;
  --color-codemirror-cursor: #0e1116;
  --color-codemirror-selection-bg: #368cf9;
  --color-codemirror-activeline-bg: #e7ecf0;
  --color-codemirror-matchingbracket-text: #0e1116;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #0e1116;
  --color-codemirror-syntax-constant: #023b95;
  --color-codemirror-syntax-entity: #622cbc;
  --color-codemirror-syntax-keyword: #a0111f;
  --color-codemirror-syntax-storage: #a0111f;
  --color-codemirror-syntax-string: #032563;
  --color-codemirror-syntax-support: #023b95;
  --color-codemirror-syntax-variable: #702c00;
  --color-checks-bg: #0e1116;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #ffffff;
  --color-checks-text-secondary: #88929d;
  --color-checks-text-link: #368cf9;
  --color-checks-btn-icon: #acb6c0;
  --color-checks-btn-hover-icon: #ffffff;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #e7ecf0;
  --color-checks-input-placeholder-text: #88929d;
  --color-checks-input-focus-text: #88929d;
  --color-checks-input-bg: #20252c;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #d5232c;
  --color-checks-donut-pending: #956400;
  --color-checks-donut-success: #055d20;
  --color-checks-donut-neutral: #acb6c0;
  --color-checks-dropdown-text: #acb6c0;
  --color-checks-dropdown-bg: #20252c;
  --color-checks-dropdown-border: #343b43;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #ffffff;
  --color-checks-dropdown-hover-bg: #343b43;
  --color-checks-dropdown-btn-hover-text: #ffffff;
  --color-checks-dropdown-btn-hover-bg: #20252c;
  --color-checks-scrollbar-thumb-bg: #4b535d;
  --color-checks-header-label-text: #ced5dc;
  --color-checks-header-label-open-text: #ffffff;
  --color-checks-header-border: #20252c;
  --color-checks-header-icon: #88929d;
  --color-checks-line-text: #ced5dc;
  --color-checks-line-num-text: rgba(136,146,157,0.75);
  --color-checks-line-timestamp-text: #88929d;
  --color-checks-line-hover-bg: #20252c;
  --color-checks-line-selected-bg: rgba(17,104,227,0.15);
  --color-checks-line-selected-num-text: #368cf9;
  --color-checks-line-dt-fm-text: #0e1116;
  --color-checks-line-dt-fm-bg: #744500;
  --color-checks-gate-bg: rgba(96,55,0,0.15);
  --color-checks-gate-text: #ced5dc;
  --color-checks-gate-waiting-text: #b58407;
  --color-checks-step-header-open-bg: #20252c;
  --color-checks-step-error-text: #ee5a5d;
  --color-checks-step-warning-text: #b58407;
  --color-checks-logline-text: #88929d;
  --color-checks-logline-num-text: rgba(136,146,157,0.75);
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #ced5dc;
  --color-checks-logline-error-num-text: #ee5a5d;
  --color-checks-logline-error-bg: rgba(134,6,29,0.15);
  --color-checks-logline-warning-text: #ced5dc;
  --color-checks-logline-warning-num-text: #b58407;
  --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
  --color-checks-logline-command-text: #368cf9;
  --color-checks-logline-section-text: #26a148;
  --color-checks-ansi-black: #0e1116;
  --color-checks-ansi-black-bright: #20252c;
  --color-checks-ansi-white: #ced5dc;
  --color-checks-ansi-white-bright: #ced5dc;
  --color-checks-ansi-gray: #88929d;
  --color-checks-ansi-red: #ee5a5d;
  --color-checks-ansi-red-bright: #ff8e8a;
  --color-checks-ansi-green: #26a148;
  --color-checks-ansi-green-bright: #43c663;
  --color-checks-ansi-yellow: #b58407;
  --color-checks-ansi-yellow-bright: #d5a824;
  --color-checks-ansi-blue: #368cf9;
  --color-checks-ansi-blue-bright: #67b3fd;
  --color-checks-ansi-magenta: #a371f7;
  --color-checks-ansi-magenta-bright: #c49bff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0e1116;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #20252c;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(1,4,9,0.8);
  --color-avatar-stack-fade: #acb6c0;
  --color-avatar-stack-fade-more: #ced5dc;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: #0349b4;
  --color-counter-border: #20252c;
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
  --color-select-menu-tap-focus-bg: #9cd7ff;
  --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
  --color-overlay-backdrop: rgba(136,146,157,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #0e1116;
  --color-header-divider: #acb6c0;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0e1116;
  --color-header-search-border: #4b535d;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(172,182,192,0.2);
  --color-timeline-badge-bg: #e7ecf0;
  --color-ansi-black: #0e1116;
  --color-ansi-black-bright: #4b535d;
  --color-ansi-white: #66707b;
  --color-ansi-white-bright: #88929d;
  --color-ansi-gray: #66707b;
  --color-ansi-red: #a0111f;
  --color-ansi-red-bright: #86061d;
  --color-ansi-green: #024c1a;
  --color-ansi-green-bright: #055d20;
  --color-ansi-yellow: #3f2200;
  --color-ansi-yellow-bright: #4e2c00;
  --color-ansi-blue: #0349b4;
  --color-ansi-blue-bright: #1168e3;
  --color-ansi-magenta: #622cbc;
  --color-ansi-magenta-bright: #844ae7;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #0e1116;
  --color-btn-bg: #e7ecf0;
  --color-btn-border: rgba(1,4,9,0.8);
  --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #ced5dc;
  --color-btn-hover-border: rgba(1,4,9,0.8);
  --color-btn-active-bg: #acb6c0;
  --color-btn-active-border: rgba(1,4,9,0.8);
  --color-btn-selected-bg: #acb6c0;
  --color-btn-counter-bg: rgba(1,4,9,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #055d20;
  --color-btn-primary-border: #013d14;
  --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #024c1a;
  --color-btn-primary-hover-border: #013d14;
  --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
  --color-btn-outline-text: #023b95;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0349b4;
  --color-btn-outline-hover-border: #022f7a;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #022f7a;
  --color-btn-outline-selected-border: #022f7a;
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
  --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
  --color-btn-outline-disabled-bg: #e7ecf0;
  --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #023b95;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
  --color-btn-danger-text: #86061d;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a0111f;
  --color-btn-danger-hover-border: #6e011a;
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #6e011a;
  --color-btn-danger-selected-border: #6e011a;
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
  --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
  --color-btn-danger-disabled-bg: #e7ecf0;
  --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
  --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
  --color-btn-danger-icon: #86061d;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #86061d;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
  --color-btn-inactive-bg: #e7ecf0;
  --color-btn-inactive-text: #4b535d;
  --color-underlinenav-icon: #66707b;
  --color-underlinenav-border-hover: rgba(172,182,192,0.2);
  --color-action-list-item-inline-divider: #88929d;
  --color-action-list-item-default-hover-bg: #e7ecf0;
  --color-action-list-item-default-hover-border: #88929d;
  --color-action-list-item-default-active-bg: #ced5dc;
  --color-action-list-item-default-active-border: #20252c;
  --color-action-list-item-default-selected-bg: #ced5dc;
  --color-action-list-item-danger-hover-bg: #a0111f;
  --color-action-list-item-danger-active-bg: #6e011a;
  --color-action-list-item-danger-hover-text: #ffffff;
  --color-switch-track-bg: #66707b;
  --color-switch-track-hover-bg: hsla(211,9%,47%,1);
  --color-switch-track-active-bg: hsla(211,9%,49%,1);
  --color-switch-track-disabled-bg: #88929d;
  --color-switch-track-fg: #ffffff;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0349b4;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #e7ecf0;
  --color-switch-knob-border: #20252c;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #e7ecf0;
  --color-switch-knob-checked-border: #0349b4;
  --color-segmented-control-bg: #e7ecf0;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
  --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
  --color-segmented-control-button-selected-border: #88929d;
  --color-tree-view-item-chevron-hover-bg: #ced5dc;
  --color-tree-view-item-directory-fill: #368cf9;
  --color-fg-default: #0e1116;
  --color-fg-muted: #0e1116;
  --color-fg-subtle: #66707b;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #ffffff;
  --color-canvas-subtle: #e7ecf0;
  --color-border-default: #20252c;
  --color-border-muted: #88929d;
  --color-border-subtle: rgba(1,4,9,0.8);
  --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
  --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
  --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
  --color-neutral-emphasis-plus: #0e1116;
  --color-neutral-emphasis: #66707b;
  --color-neutral-muted: rgba(172,182,192,0.2);
  --color-neutral-subtle: #e7ecf0;
  --color-accent-fg: #0349b4;
  --color-accent-emphasis: #0349b4;
  --color-accent-muted: #368cf9;
  --color-accent-subtle: #dff7ff;
  --color-success-fg: #055d20;
  --color-success-emphasis: #055d20;
  --color-success-muted: #26a148;
  --color-success-subtle: #d2fedb;
  --color-attention-fg: #744500;
  --color-attention-emphasis: #744500;
  --color-attention-muted: #b58407;
  --color-attention-subtle: #fcf7be;
  --color-severe-fg: #873800;
  --color-severe-emphasis: #873800;
  --color-severe-muted: #dc6d1a;
  --color-severe-subtle: #fff2d5;
  --color-danger-fg: #d1242f;
  --color-danger-emphasis: #a0111f;
  --color-danger-muted: #ee5a5d;
  --color-danger-subtle: #fff0ee;
  --color-open-fg: #055d20;
  --color-open-emphasis: #055d20;
  --color-open-muted: rgba(38,161,72,0.4);
  --color-open-subtle: #d2fedb;
  --color-closed-fg: #d1242f;
  --color-closed-emphasis: #a0111f;
  --color-closed-muted: rgba(238,90,93,0.4);
  --color-closed-subtle: #fff0ee;
  --color-done-fg: #622cbc;
  --color-done-emphasis: #622cbc;
  --color-done-muted: #a371f7;
  --color-done-subtle: #faf0fe;
  --color-sponsors-fg: #971368;
  --color-sponsors-emphasis: #971368;
  --color-sponsors-muted: #ed4baf;
  --color-sponsors-subtle: #feeff7;
  --color-primer-fg-disabled: #88929d;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #ef5b48;
  --color-primer-border-contrast: rgba(1,4,9,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #e7ecf0;
  --color-scale-gray-2: #ced5dc;
  --color-scale-gray-3: #acb6c0;
  --color-scale-gray-4: #88929d;
  --color-scale-gray-5: #66707b;
  --color-scale-gray-6: #4b535d;
  --color-scale-gray-7: #343b43;
  --color-scale-gray-8: #20252c;
  --color-scale-gray-9: #0e1116;
  --color-scale-blue-0: #dff7ff;
  --color-scale-blue-1: #9cd7ff;
  --color-scale-blue-2: #67b3fd;
  --color-scale-blue-3: #368cf9;
  --color-scale-blue-4: #1168e3;
  --color-scale-blue-5: #0349b4;
  --color-scale-blue-6: #023b95;
  --color-scale-blue-7: #022f7a;
  --color-scale-blue-8: #032563;
  --color-scale-blue-9: #021a4a;
  --color-scale-green-0: #d2fedb;
  --color-scale-green-1: #82e596;
  --color-scale-green-2: #43c663;
  --color-scale-green-3: #26a148;
  --color-scale-green-4: #117f32;
  --color-scale-green-5: #055d20;
  --color-scale-green-6: #024c1a;
  --color-scale-green-7: #013d14;
  --color-scale-green-8: #003110;
  --color-scale-green-9: #00230b;
  --color-scale-yellow-0: #fcf7be;
  --color-scale-yellow-1: #f0ce53;
  --color-scale-yellow-2: #d5a824;
  --color-scale-yellow-3: #b58407;
  --color-scale-yellow-4: #956400;
  --color-scale-yellow-5: #744500;
  --color-scale-yellow-6: #603700;
  --color-scale-yellow-7: #4e2c00;
  --color-scale-yellow-8: #3f2200;
  --color-scale-yellow-9: #2e1800;
  --color-scale-orange-0: #fff2d5;
  --color-scale-orange-1: #ffc67b;
  --color-scale-orange-2: #f99636;
  --color-scale-orange-3: #dc6d1a;
  --color-scale-orange-4: #b45105;
  --color-scale-orange-5: #873800;
  --color-scale-orange-6: #702c00;
  --color-scale-orange-7: #5b2300;
  --color-scale-orange-8: #491b00;
  --color-scale-orange-9: #361200;
  --color-scale-red-0: #fff0ee;
  --color-scale-red-1: #ffc1bc;
  --color-scale-red-2: #ff8e8a;
  --color-scale-red-3: #ee5a5d;
  --color-scale-red-4: #d5232c;
  --color-scale-red-5: #a0111f;
  --color-scale-red-6: #86061d;
  --color-scale-red-7: #6e011a;
  --color-scale-red-8: #5a0016;
  --color-scale-red-9: #430011;
  --color-scale-purple-0: #faf0fe;
  --color-scale-purple-1: #e0c5ff;
  --color-scale-purple-2: #c49bff;
  --color-scale-purple-3: #a371f7;
  --color-scale-purple-4: #844ae7;
  --color-scale-purple-5: #622cbc;
  --color-scale-purple-6: #512598;
  --color-scale-purple-7: #411d7b;
  --color-scale-purple-8: #341763;
  --color-scale-purple-9: #260f49;
  --color-scale-pink-0: #feeff7;
  --color-scale-pink-1: #ffbde0;
  --color-scale-pink-2: #fc87ca;
  --color-scale-pink-3: #ed4baf;
  --color-scale-pink-4: #c9248e;
  --color-scale-pink-5: #971368;
  --color-scale-pink-6: #7d0c57;
  --color-scale-pink-7: #660847;
  --color-scale-pink-8: #53043a;
  --color-scale-pink-9: #3e022b;
  --color-scale-coral-0: #fff0ed;
  --color-scale-coral-1: #ffc2b6;
  --color-scale-coral-2: #ff8f7e;
  --color-scale-coral-3: #ef5b48;
  --color-scale-coral-4: #cd3425;
  --color-scale-coral-5: #9f1710;
  --color-scale-coral-6: #870706;
  --color-scale-coral-7: #6f0107;
  --color-scale-coral-8: #5b0002;
  --color-scale-coral-9: #430200;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=light_high_contrast]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
  [data-color-mode=auto][data-light-theme=light_high_contrast], [data-color-mode=auto][data-light-theme=light_high_contrast]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
  [data-color-mode=auto][data-light-theme=light_high_contrast] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_high_contrast] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=light_high_contrast]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
  [data-color-mode=auto][data-dark-theme=light_high_contrast], [data-color-mode=auto][data-dark-theme=light_high_contrast]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
  [data-color-mode=auto][data-light-theme=light_high_contrast] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_high_contrast] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #ffffff;
    --color-marketing-icon-primary: #1168e3;
    --color-marketing-icon-secondary: #368cf9;
    --color-diff-blob-addition-num-text: #0e1116;
    --color-diff-blob-addition-fg: #ffffff;
    --color-diff-blob-addition-num-bg: #ccffd8;
    --color-diff-blob-addition-line-bg: #e6ffec;
    --color-diff-blob-addition-word-bg: #055d20;
    --color-diff-blob-deletion-num-text: #0e1116;
    --color-diff-blob-deletion-fg: #ffffff;
    --color-diff-blob-deletion-num-bg: #ffd7d5;
    --color-diff-blob-deletion-line-bg: #fff0ee;
    --color-diff-blob-deletion-word-bg: #a0111f;
    --color-diff-blob-hunk-num-bg: #9cd7ff;
    --color-diff-blob-expander-icon: #0e1116;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-border: rgba(1,4,9,0.8);
    --color-diffstat-addition-bg: #055d20;
    --color-search-keyword-hl: #fcf7be;
    --color-prettylights-syntax-comment: #4b535d;
    --color-prettylights-syntax-constant: #023b95;
    --color-prettylights-syntax-entity: #512598;
    --color-prettylights-syntax-storage-modifier-import: #0e1116;
    --color-prettylights-syntax-entity-tag: #024c1a;
    --color-prettylights-syntax-keyword: #a0111f;
    --color-prettylights-syntax-string: #032563;
    --color-prettylights-syntax-variable: #702c00;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #a0111f;
    --color-prettylights-syntax-string-regexp: #024c1a;
    --color-prettylights-syntax-markup-list: #2e1800;
    --color-prettylights-syntax-markup-heading: #023b95;
    --color-prettylights-syntax-markup-italic: #0e1116;
    --color-prettylights-syntax-markup-bold: #0e1116;
    --color-prettylights-syntax-markup-deleted-text: #6e011a;
    --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
    --color-prettylights-syntax-markup-inserted-text: #024c1a;
    --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
    --color-prettylights-syntax-markup-changed-text: #702c00;
    --color-prettylights-syntax-markup-changed-bg: #ffc67b;
    --color-prettylights-syntax-markup-ignored-text: #e7ecf0;
    --color-prettylights-syntax-markup-ignored-bg: #023b95;
    --color-prettylights-syntax-meta-diff-range: #622cbc;
    --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
    --color-prettylights-syntax-constant-other-reference-link: #032563;
    --color-codemirror-text: #0e1116;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #66707b;
    --color-codemirror-linenumber-text: #0e1116;
    --color-codemirror-cursor: #0e1116;
    --color-codemirror-selection-bg: #368cf9;
    --color-codemirror-activeline-bg: #e7ecf0;
    --color-codemirror-matchingbracket-text: #0e1116;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #0e1116;
    --color-codemirror-syntax-constant: #023b95;
    --color-codemirror-syntax-entity: #622cbc;
    --color-codemirror-syntax-keyword: #a0111f;
    --color-codemirror-syntax-storage: #a0111f;
    --color-codemirror-syntax-string: #032563;
    --color-codemirror-syntax-support: #023b95;
    --color-codemirror-syntax-variable: #702c00;
    --color-checks-bg: #0e1116;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #ffffff;
    --color-checks-text-secondary: #88929d;
    --color-checks-text-link: #368cf9;
    --color-checks-btn-icon: #acb6c0;
    --color-checks-btn-hover-icon: #ffffff;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #e7ecf0;
    --color-checks-input-placeholder-text: #88929d;
    --color-checks-input-focus-text: #88929d;
    --color-checks-input-bg: #20252c;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #d5232c;
    --color-checks-donut-pending: #956400;
    --color-checks-donut-success: #055d20;
    --color-checks-donut-neutral: #acb6c0;
    --color-checks-dropdown-text: #acb6c0;
    --color-checks-dropdown-bg: #20252c;
    --color-checks-dropdown-border: #343b43;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #ffffff;
    --color-checks-dropdown-hover-bg: #343b43;
    --color-checks-dropdown-btn-hover-text: #ffffff;
    --color-checks-dropdown-btn-hover-bg: #20252c;
    --color-checks-scrollbar-thumb-bg: #4b535d;
    --color-checks-header-label-text: #ced5dc;
    --color-checks-header-label-open-text: #ffffff;
    --color-checks-header-border: #20252c;
    --color-checks-header-icon: #88929d;
    --color-checks-line-text: #ced5dc;
    --color-checks-line-num-text: rgba(136,146,157,0.75);
    --color-checks-line-timestamp-text: #88929d;
    --color-checks-line-hover-bg: #20252c;
    --color-checks-line-selected-bg: rgba(17,104,227,0.15);
    --color-checks-line-selected-num-text: #368cf9;
    --color-checks-line-dt-fm-text: #0e1116;
    --color-checks-line-dt-fm-bg: #744500;
    --color-checks-gate-bg: rgba(96,55,0,0.15);
    --color-checks-gate-text: #ced5dc;
    --color-checks-gate-waiting-text: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136,146,157,0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134,6,29,0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #20252c;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(1,4,9,0.8);
    --color-avatar-stack-fade: #acb6c0;
    --color-avatar-stack-fade-more: #ced5dc;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: #0349b4;
    --color-counter-border: #20252c;
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
    --color-select-menu-tap-focus-bg: #9cd7ff;
    --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
    --color-overlay-backdrop: rgba(136,146,157,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #0e1116;
    --color-header-divider: #acb6c0;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0e1116;
    --color-header-search-border: #4b535d;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(172,182,192,0.2);
    --color-timeline-badge-bg: #e7ecf0;
    --color-ansi-black: #0e1116;
    --color-ansi-black-bright: #4b535d;
    --color-ansi-white: #66707b;
    --color-ansi-white-bright: #88929d;
    --color-ansi-gray: #66707b;
    --color-ansi-red: #a0111f;
    --color-ansi-red-bright: #86061d;
    --color-ansi-green: #024c1a;
    --color-ansi-green-bright: #055d20;
    --color-ansi-yellow: #3f2200;
    --color-ansi-yellow-bright: #4e2c00;
    --color-ansi-blue: #0349b4;
    --color-ansi-blue-bright: #1168e3;
    --color-ansi-magenta: #622cbc;
    --color-ansi-magenta-bright: #844ae7;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #0e1116;
    --color-btn-bg: #e7ecf0;
    --color-btn-border: rgba(1,4,9,0.8);
    --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #ced5dc;
    --color-btn-hover-border: rgba(1,4,9,0.8);
    --color-btn-active-bg: #acb6c0;
    --color-btn-active-border: rgba(1,4,9,0.8);
    --color-btn-selected-bg: #acb6c0;
    --color-btn-counter-bg: rgba(1,4,9,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #055d20;
    --color-btn-primary-border: #013d14;
    --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #024c1a;
    --color-btn-primary-hover-border: #013d14;
    --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #94d3a2;
    --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,35,11,0.2);
    --color-btn-outline-text: #023b95;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0349b4;
    --color-btn-outline-hover-border: #022f7a;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #022f7a;
    --color-btn-outline-selected-border: #022f7a;
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
    --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
    --color-btn-outline-disabled-bg: #e7ecf0;
    --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #023b95;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(3,73,180,0.5);
    --color-btn-danger-text: #86061d;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a0111f;
    --color-btn-danger-hover-border: #6e011a;
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #6e011a;
    --color-btn-danger-selected-border: #6e011a;
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
    --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
    --color-btn-danger-disabled-bg: #e7ecf0;
    --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
    --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
    --color-btn-danger-icon: #86061d;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #86061d;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(160,17,31,0.5);
    --color-btn-inactive-bg: #e7ecf0;
    --color-btn-inactive-text: #4b535d;
    --color-underlinenav-icon: #66707b;
    --color-underlinenav-border-hover: rgba(172,182,192,0.2);
    --color-action-list-item-inline-divider: #88929d;
    --color-action-list-item-default-hover-bg: #e7ecf0;
    --color-action-list-item-default-hover-border: #88929d;
    --color-action-list-item-default-active-bg: #ced5dc;
    --color-action-list-item-default-active-border: #20252c;
    --color-action-list-item-default-selected-bg: #ced5dc;
    --color-action-list-item-danger-hover-bg: #a0111f;
    --color-action-list-item-danger-active-bg: #6e011a;
    --color-action-list-item-danger-hover-text: #ffffff;
    --color-switch-track-bg: #66707b;
    --color-switch-track-hover-bg: hsla(211,9%,47%,1);
    --color-switch-track-active-bg: hsla(211,9%,49%,1);
    --color-switch-track-disabled-bg: #88929d;
    --color-switch-track-fg: #ffffff;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0349b4;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #e7ecf0;
    --color-switch-knob-border: #20252c;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #e7ecf0;
    --color-switch-knob-checked-border: #0349b4;
    --color-segmented-control-bg: #e7ecf0;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(172,182,192,0.2);
    --color-segmented-control-button-active-bg: rgba(172,182,192,0.4);
    --color-segmented-control-button-selected-border: #88929d;
    --color-tree-view-item-chevron-hover-bg: #ced5dc;
    --color-tree-view-item-directory-fill: #368cf9;
    --color-fg-default: #0e1116;
    --color-fg-muted: #0e1116;
    --color-fg-subtle: #66707b;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #ffffff;
    --color-canvas-subtle: #e7ecf0;
    --color-border-default: #20252c;
    --color-border-muted: #88929d;
    --color-border-subtle: rgba(1,4,9,0.8);
    --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
    --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
    --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
    --color-neutral-emphasis-plus: #0e1116;
    --color-neutral-emphasis: #66707b;
    --color-neutral-muted: rgba(172,182,192,0.2);
    --color-neutral-subtle: #e7ecf0;
    --color-accent-fg: #0349b4;
    --color-accent-emphasis: #0349b4;
    --color-accent-muted: #368cf9;
    --color-accent-subtle: #dff7ff;
    --color-success-fg: #055d20;
    --color-success-emphasis: #055d20;
    --color-success-muted: #26a148;
    --color-success-subtle: #d2fedb;
    --color-attention-fg: #744500;
    --color-attention-emphasis: #744500;
    --color-attention-muted: #b58407;
    --color-attention-subtle: #fcf7be;
    --color-severe-fg: #873800;
    --color-severe-emphasis: #873800;
    --color-severe-muted: #dc6d1a;
    --color-severe-subtle: #fff2d5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #a0111f;
    --color-danger-muted: #ee5a5d;
    --color-danger-subtle: #fff0ee;
    --color-open-fg: #055d20;
    --color-open-emphasis: #055d20;
    --color-open-muted: rgba(38,161,72,0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #d1242f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238,90,93,0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1,4,9,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #e7ecf0;
    --color-scale-gray-2: #ced5dc;
    --color-scale-gray-3: #acb6c0;
    --color-scale-gray-4: #88929d;
    --color-scale-gray-5: #66707b;
    --color-scale-gray-6: #4b535d;
    --color-scale-gray-7: #343b43;
    --color-scale-gray-8: #20252c;
    --color-scale-gray-9: #0e1116;
    --color-scale-blue-0: #dff7ff;
    --color-scale-blue-1: #9cd7ff;
    --color-scale-blue-2: #67b3fd;
    --color-scale-blue-3: #368cf9;
    --color-scale-blue-4: #1168e3;
    --color-scale-blue-5: #0349b4;
    --color-scale-blue-6: #023b95;
    --color-scale-blue-7: #022f7a;
    --color-scale-blue-8: #032563;
    --color-scale-blue-9: #021a4a;
    --color-scale-green-0: #d2fedb;
    --color-scale-green-1: #82e596;
    --color-scale-green-2: #43c663;
    --color-scale-green-3: #26a148;
    --color-scale-green-4: #117f32;
    --color-scale-green-5: #055d20;
    --color-scale-green-6: #024c1a;
    --color-scale-green-7: #013d14;
    --color-scale-green-8: #003110;
    --color-scale-green-9: #00230b;
    --color-scale-yellow-0: #fcf7be;
    --color-scale-yellow-1: #f0ce53;
    --color-scale-yellow-2: #d5a824;
    --color-scale-yellow-3: #b58407;
    --color-scale-yellow-4: #956400;
    --color-scale-yellow-5: #744500;
    --color-scale-yellow-6: #603700;
    --color-scale-yellow-7: #4e2c00;
    --color-scale-yellow-8: #3f2200;
    --color-scale-yellow-9: #2e1800;
    --color-scale-orange-0: #fff2d5;
    --color-scale-orange-1: #ffc67b;
    --color-scale-orange-2: #f99636;
    --color-scale-orange-3: #dc6d1a;
    --color-scale-orange-4: #b45105;
    --color-scale-orange-5: #873800;
    --color-scale-orange-6: #702c00;
    --color-scale-orange-7: #5b2300;
    --color-scale-orange-8: #491b00;
    --color-scale-orange-9: #361200;
    --color-scale-red-0: #fff0ee;
    --color-scale-red-1: #ffc1bc;
    --color-scale-red-2: #ff8e8a;
    --color-scale-red-3: #ee5a5d;
    --color-scale-red-4: #d5232c;
    --color-scale-red-5: #a0111f;
    --color-scale-red-6: #86061d;
    --color-scale-red-7: #6e011a;
    --color-scale-red-8: #5a0016;
    --color-scale-red-9: #430011;
    --color-scale-purple-0: #faf0fe;
    --color-scale-purple-1: #e0c5ff;
    --color-scale-purple-2: #c49bff;
    --color-scale-purple-3: #a371f7;
    --color-scale-purple-4: #844ae7;
    --color-scale-purple-5: #622cbc;
    --color-scale-purple-6: #512598;
    --color-scale-purple-7: #411d7b;
    --color-scale-purple-8: #341763;
    --color-scale-purple-9: #260f49;
    --color-scale-pink-0: #feeff7;
    --color-scale-pink-1: #ffbde0;
    --color-scale-pink-2: #fc87ca;
    --color-scale-pink-3: #ed4baf;
    --color-scale-pink-4: #c9248e;
    --color-scale-pink-5: #971368;
    --color-scale-pink-6: #7d0c57;
    --color-scale-pink-7: #660847;
    --color-scale-pink-8: #53043a;
    --color-scale-pink-9: #3e022b;
    --color-scale-coral-0: #fff0ed;
    --color-scale-coral-1: #ffc2b6;
    --color-scale-coral-2: #ff8f7e;
    --color-scale-coral-3: #ef5b48;
    --color-scale-coral-4: #cd3425;
    --color-scale-coral-5: #9f1710;
    --color-scale-coral-6: #870706;
    --color-scale-coral-7: #6f0107;
    --color-scale-coral-8: #5b0002;
    --color-scale-coral-9: #430200;
  }
}
[data-color-mode=light][data-light-theme=light_tritanopia]::-moz-selection, [data-color-mode=dark][data-dark-theme=light_tritanopia]::-moz-selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #a40e26;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #a40e26;
  --color-prettylights-syntax-markup-changed-bg: #ffcecb;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #a40e26;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #cf222e;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #cf222e;
  --color-severe-emphasis: #cf222e;
  --color-severe-muted: rgba(255,129,130,0.4);
  --color-severe-subtle: #ffebe9;
  --color-danger-fg: #cf222e;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #cf222e;
  --color-open-emphasis: #fa4549;
  --color-open-muted: rgba(255,129,130,0.4);
  --color-open-subtle: #ffebe9;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #ffebe9;
  --color-scale-orange-1: #ffcecb;
  --color-scale-orange-2: #ffaba8;
  --color-scale-orange-3: #ff8182;
  --color-scale-orange-4: #fa4549;
  --color-scale-orange-5: #cf222e;
  --color-scale-orange-6: #a40e26;
  --color-scale-orange-7: #82071e;
  --color-scale-orange-8: #660018;
  --color-scale-orange-9: #4c0014;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}
[data-color-mode=light][data-light-theme=light_tritanopia], [data-color-mode=light][data-light-theme=light_tritanopia]::selection,
[data-color-mode=dark][data-dark-theme=light_tritanopia],
[data-color-mode=dark][data-dark-theme=light_tritanopia]::selection {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #a40e26;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #a40e26;
  --color-prettylights-syntax-markup-changed-bg: #ffcecb;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #a40e26;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #cf222e;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #cf222e;
  --color-severe-emphasis: #cf222e;
  --color-severe-muted: rgba(255,129,130,0.4);
  --color-severe-subtle: #ffebe9;
  --color-danger-fg: #cf222e;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #cf222e;
  --color-open-emphasis: #fa4549;
  --color-open-muted: rgba(255,129,130,0.4);
  --color-open-subtle: #ffebe9;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #ffebe9;
  --color-scale-orange-1: #ffcecb;
  --color-scale-orange-2: #ffaba8;
  --color-scale-orange-3: #ff8182;
  --color-scale-orange-4: #fa4549;
  --color-scale-orange-5: #cf222e;
  --color-scale-orange-6: #a40e26;
  --color-scale-orange-7: #82071e;
  --color-scale-orange-8: #660018;
  --color-scale-orange-9: #4c0014;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

::backdrop,
[data-color-mode=light][data-light-theme=light_tritanopia] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_tritanopia] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=light_tritanopia] ::backdrop,
[data-color-mode=dark][data-dark-theme=light_tritanopia] ::backdrop {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
  --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
  --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0969da;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #a40e26;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #a40e26;
  --color-prettylights-syntax-markup-changed-bg: #ffcecb;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84,174,255,0.4);
  --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #a40e26;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0969da;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140,149,159,0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33,139,255,0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125,78,0,0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140,149,159,0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164,14,38,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #858F99;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(27,31,36,0.15);
  --color-avatar-stack-fade: #afb8c1;
  --color-avatar-stack-fade-more: #d0d7de;
  --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-overlay-backdrop: rgba(140,149,159,0.2);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27,31,36,0.15);
  --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27,31,36,0.15);
  --color-btn-active-bg: hsla(220,14%,93%,1);
  --color-btn-active-border: rgba(27,31,36,0.15);
  --color-btn-selected-bg: hsla(220,14%,94%,1);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #0969da;
  --color-btn-primary-border: rgba(27,31,36,0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
  --color-btn-outline-text: #0969da;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0969da;
  --color-btn-outline-hover-border: rgba(27,31,36,0.15);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
  --color-btn-outline-selected-border: rgba(27,31,36,0.15);
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
  --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
  --color-btn-outline-disabled-bg: #f6f8fa;
  --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
  --color-btn-outline-counter-bg: #0969da1a;
  --color-btn-outline-counter-fg: #0550ae;
  --color-btn-outline-hover-counter-fg: #ffffff;
  --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
  --color-btn-danger-text: #cf222e;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a40e26;
  --color-btn-danger-hover-border: rgba(27,31,36,0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
  --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-counter-fg: #a40e26;
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
  --color-btn-inactive-bg: #eaeef2;
  --color-btn-inactive-text: #57606a;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #ffebe9;
  --color-action-list-item-danger-hover-text: #cf222e;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-hover-bg: hsla(210,24%,90%,1);
  --color-switch-track-active-bg: hsla(210,24%,88%,1);
  --color-switch-track-disabled-bg: #8c959f;
  --color-switch-track-fg: #57606a;
  --color-switch-track-disabled-fg: #ffffff;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #0969da;
  --color-switch-track-checked-hover-bg: #0860CA;
  --color-switch-track-checked-active-bg: #0757BA;
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #ffffff;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #ffffff;
  --color-switch-knob-disabled-bg: #f6f8fa;
  --color-switch-knob-border: #858F99;
  --color-switch-knob-checked-bg: #ffffff;
  --color-switch-knob-checked-disabled-bg: #f6f8fa;
  --color-switch-knob-checked-border: #0969da;
  --color-segmented-control-bg: #eaeef2;
  --color-segmented-control-button-bg: #ffffff;
  --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
  --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
  --color-segmented-control-button-selected-border: #8c959f;
  --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
  --color-tree-view-item-directory-fill: #54aeff;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #0969da;
  --color-success-muted: rgba(84,174,255,0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #9a6700;
  --color-attention-muted: rgba(212,167,44,0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #cf222e;
  --color-severe-emphasis: #cf222e;
  --color-severe-muted: rgba(255,129,130,0.4);
  --color-severe-subtle: #ffebe9;
  --color-danger-fg: #cf222e;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #cf222e;
  --color-open-emphasis: #fa4549;
  --color-open-muted: rgba(255,129,130,0.4);
  --color-open-subtle: #ffebe9;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175,184,193,0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-scale-black: #1b1f24;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f6f8fa;
  --color-scale-gray-1: #eaeef2;
  --color-scale-gray-2: #d0d7de;
  --color-scale-gray-3: #afb8c1;
  --color-scale-gray-4: #8c959f;
  --color-scale-gray-5: #6e7781;
  --color-scale-gray-6: #57606a;
  --color-scale-gray-7: #424a53;
  --color-scale-gray-8: #32383f;
  --color-scale-gray-9: #24292f;
  --color-scale-blue-0: #ddf4ff;
  --color-scale-blue-1: #b6e3ff;
  --color-scale-blue-2: #80ccff;
  --color-scale-blue-3: #54aeff;
  --color-scale-blue-4: #218bff;
  --color-scale-blue-5: #0969da;
  --color-scale-blue-6: #0550ae;
  --color-scale-blue-7: #033d8b;
  --color-scale-blue-8: #0a3069;
  --color-scale-blue-9: #002155;
  --color-scale-green-0: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #ffebe9;
  --color-scale-orange-1: #ffcecb;
  --color-scale-orange-2: #ffaba8;
  --color-scale-orange-3: #ff8182;
  --color-scale-orange-4: #fa4549;
  --color-scale-orange-5: #cf222e;
  --color-scale-orange-6: #a40e26;
  --color-scale-orange-7: #82071e;
  --color-scale-orange-8: #660018;
  --color-scale-orange-9: #4c0014;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=light_tritanopia]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_tritanopia], [data-color-mode=auto][data-light-theme=light_tritanopia]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_tritanopia] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_tritanopia] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=light_tritanopia]::-moz-selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-dark-theme=light_tritanopia], [data-color-mode=auto][data-dark-theme=light_tritanopia]::selection {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
  [data-color-mode=auto][data-light-theme=light_tritanopia] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=light_tritanopia] ::backdrop {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(221,244,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(84,174,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255,129,130,0.4);
    --color-diff-blob-deletion-line-bg: rgba(255,235,233,0.5);
    --color-diff-blob-deletion-word-bg: rgba(255,171,168,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0969da;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84,174,255,0.4);
    --color-codemirror-activeline-bg: rgba(234,238,242,0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0969da;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27,31,36,0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140,149,159,0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33,139,255,0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125,78,0,0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140,149,159,0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164,14,38,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #858F99;
    --color-avatar-bg: #ffffff;
    --color-avatar-border: rgba(27,31,36,0.15);
    --color-avatar-stack-fade: #afb8c1;
    --color-avatar-stack-fade-more: #d0d7de;
    --color-avatar-child-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-overlay-backdrop: rgba(140,149,159,0.2);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27,31,36,0.15);
    --color-btn-shadow: 0 1px 0 rgba(27,31,36,0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27,31,36,0.15);
    --color-btn-active-bg: hsla(220,14%,93%,1);
    --color-btn-active-border: rgba(27,31,36,0.15);
    --color-btn-selected-bg: hsla(220,14%,94%,1);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #0969da;
    --color-btn-primary-border: rgba(27,31,36,0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,92%,43%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(0,33,85,0.2);
    --color-btn-outline-text: #0969da;
    --color-btn-outline-hover-text: #ffffff;
    --color-btn-outline-hover-bg: #0969da;
    --color-btn-outline-hover-border: rgba(27,31,36,0.15);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: hsla(212,92%,42%,1);
    --color-btn-outline-selected-border: rgba(27,31,36,0.15);
    --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(0,33,85,0.2);
    --color-btn-outline-disabled-text: rgba(9,105,218,0.5);
    --color-btn-outline-disabled-bg: #f6f8fa;
    --color-btn-outline-disabled-counter-bg: rgba(9,105,218,0.05);
    --color-btn-outline-counter-bg: #0969da1a;
    --color-btn-outline-counter-fg: #0550ae;
    --color-btn-outline-hover-counter-fg: #ffffff;
    --color-btn-outline-disabled-counter-fg: rgba(9,105,218,0.5);
    --color-btn-danger-text: #cf222e;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #a40e26;
    --color-btn-danger-hover-border: rgba(27,31,36,0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27,31,36,0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(356,72%,44%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(76,0,20,0.2);
    --color-btn-danger-disabled-text: rgba(207,34,46,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(207,34,46,0.05);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-counter-fg: #a40e26;
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-danger-disabled-counter-fg: rgba(207,34,46,0.5);
    --color-btn-inactive-bg: #eaeef2;
    --color-btn-inactive-text: #57606a;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #ffebe9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-hover-bg: hsla(210,24%,90%,1);
    --color-switch-track-active-bg: hsla(210,24%,88%,1);
    --color-switch-track-disabled-bg: #8c959f;
    --color-switch-track-fg: #57606a;
    --color-switch-track-disabled-fg: #ffffff;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #0969da;
    --color-switch-track-checked-hover-bg: #0860CA;
    --color-switch-track-checked-active-bg: #0757BA;
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #ffffff;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #ffffff;
    --color-switch-knob-disabled-bg: #f6f8fa;
    --color-switch-knob-border: #858F99;
    --color-switch-knob-checked-bg: #ffffff;
    --color-switch-knob-checked-disabled-bg: #f6f8fa;
    --color-switch-knob-checked-border: #0969da;
    --color-segmented-control-bg: #eaeef2;
    --color-segmented-control-button-bg: #ffffff;
    --color-segmented-control-button-hover-bg: rgba(175,184,193,0.2);
    --color-segmented-control-button-active-bg: rgba(175,184,193,0.4);
    --color-segmented-control-button-selected-border: #8c959f;
    --color-tree-view-item-chevron-hover-bg: rgba(208,215,222,0.32);
    --color-tree-view-item-directory-fill: #54aeff;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #0969da;
    --color-success-muted: rgba(84,174,255,0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-attention-muted: rgba(212,167,44,0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255,129,130,0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255,129,130,0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175,184,193,0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-scale-black: #1b1f24;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f6f8fa;
    --color-scale-gray-1: #eaeef2;
    --color-scale-gray-2: #d0d7de;
    --color-scale-gray-3: #afb8c1;
    --color-scale-gray-4: #8c959f;
    --color-scale-gray-5: #6e7781;
    --color-scale-gray-6: #57606a;
    --color-scale-gray-7: #424a53;
    --color-scale-gray-8: #32383f;
    --color-scale-gray-9: #24292f;
    --color-scale-blue-0: #ddf4ff;
    --color-scale-blue-1: #b6e3ff;
    --color-scale-blue-2: #80ccff;
    --color-scale-blue-3: #54aeff;
    --color-scale-blue-4: #218bff;
    --color-scale-blue-5: #0969da;
    --color-scale-blue-6: #0550ae;
    --color-scale-blue-7: #033d8b;
    --color-scale-blue-8: #0a3069;
    --color-scale-blue-9: #002155;
    --color-scale-green-0: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
[data-color-mode=light][data-light-theme=dark]::-moz-selection, [data-color-mode=dark][data-dark-theme=dark]::-moz-selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #e6edf3;
  --color-diff-blob-addition-fg: #e6edf3;
  --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
  --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
  --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
  --color-diff-blob-deletion-num-text: #e6edf3;
  --color-diff-blob-deletion-fg: #e6edf3;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #848d97;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #3fb950;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #e6edf3;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #848d97;
  --color-codemirror-cursor: #e6edf3;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #e6edf3;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa657;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #e6edf3;
  --color-checks-text-secondary: #848d97;
  --color-checks-text-link: #2f81f7;
  --color-checks-btn-icon: #848d97;
  --color-checks-btn-hover-icon: #e6edf3;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #848d97;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #e6edf3;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #2ea043;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #e6edf3;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #e6edf3;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #e6edf3;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #848d97;
  --color-checks-header-label-open-text: #e6edf3;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #848d97;
  --color-checks-line-text: #848d97;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #2f81f7;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #848d97;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #848d97;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #848d97;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #848d97;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #2f81f7;
  --color-checks-logline-section-text: #3fb950;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #3fb950;
  --color-checks-ansi-green-bright: #56d364;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #3fb950;
  --color-ansi-green-bright: #56d364;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #238636;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #2ea043;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #238636;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #848d97;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #848d97;
  --color-fg-default: #e6edf3;
  --color-fg-muted: #848d97;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #2f81f7;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #3fb950;
  --color-success-emphasis: #238636;
  --color-success-muted: rgba(46,160,67,0.4);
  --color-success-subtle: rgba(46,160,67,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #db6d28;
  --color-severe-emphasis: #bd561d;
  --color-severe-muted: rgba(219,109,40,0.4);
  --color-severe-subtle: rgba(219,109,40,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #3fb950;
  --color-open-emphasis: #238636;
  --color-open-muted: rgba(46,160,67,0.4);
  --color-open-subtle: rgba(46,160,67,0.15);
  --color-closed-fg: #f85149;
  --color-closed-emphasis: #da3633;
  --color-closed-muted: rgba(248,81,73,0.4);
  --color-closed-subtle: rgba(248,81,73,0.15);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #aff5b4;
  --color-scale-green-1: #7ee787;
  --color-scale-green-2: #56d364;
  --color-scale-green-3: #3fb950;
  --color-scale-green-4: #2ea043;
  --color-scale-green-5: #238636;
  --color-scale-green-6: #196c2e;
  --color-scale-green-7: #0f5323;
  --color-scale-green-8: #033a16;
  --color-scale-green-9: #04260f;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdfb6;
  --color-scale-orange-1: #ffc680;
  --color-scale-orange-2: #ffa657;
  --color-scale-orange-3: #f0883e;
  --color-scale-orange-4: #db6d28;
  --color-scale-orange-5: #bd561d;
  --color-scale-orange-6: #9b4215;
  --color-scale-orange-7: #762d0a;
  --color-scale-orange-8: #5a1e02;
  --color-scale-orange-9: #3d1300;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
[data-color-mode=light][data-light-theme=dark], [data-color-mode=light][data-light-theme=dark]::selection,
[data-color-mode=dark][data-dark-theme=dark],
[data-color-mode=dark][data-dark-theme=dark]::selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #e6edf3;
  --color-diff-blob-addition-fg: #e6edf3;
  --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
  --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
  --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
  --color-diff-blob-deletion-num-text: #e6edf3;
  --color-diff-blob-deletion-fg: #e6edf3;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #848d97;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #3fb950;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #e6edf3;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #848d97;
  --color-codemirror-cursor: #e6edf3;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #e6edf3;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa657;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #e6edf3;
  --color-checks-text-secondary: #848d97;
  --color-checks-text-link: #2f81f7;
  --color-checks-btn-icon: #848d97;
  --color-checks-btn-hover-icon: #e6edf3;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #848d97;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #e6edf3;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #2ea043;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #e6edf3;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #e6edf3;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #e6edf3;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #848d97;
  --color-checks-header-label-open-text: #e6edf3;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #848d97;
  --color-checks-line-text: #848d97;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #2f81f7;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #848d97;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #848d97;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #848d97;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #848d97;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #2f81f7;
  --color-checks-logline-section-text: #3fb950;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #3fb950;
  --color-checks-ansi-green-bright: #56d364;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #3fb950;
  --color-ansi-green-bright: #56d364;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #238636;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #2ea043;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #238636;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #848d97;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #848d97;
  --color-fg-default: #e6edf3;
  --color-fg-muted: #848d97;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #2f81f7;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #3fb950;
  --color-success-emphasis: #238636;
  --color-success-muted: rgba(46,160,67,0.4);
  --color-success-subtle: rgba(46,160,67,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #db6d28;
  --color-severe-emphasis: #bd561d;
  --color-severe-muted: rgba(219,109,40,0.4);
  --color-severe-subtle: rgba(219,109,40,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #3fb950;
  --color-open-emphasis: #238636;
  --color-open-muted: rgba(46,160,67,0.4);
  --color-open-subtle: rgba(46,160,67,0.15);
  --color-closed-fg: #f85149;
  --color-closed-emphasis: #da3633;
  --color-closed-muted: rgba(248,81,73,0.4);
  --color-closed-subtle: rgba(248,81,73,0.15);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #aff5b4;
  --color-scale-green-1: #7ee787;
  --color-scale-green-2: #56d364;
  --color-scale-green-3: #3fb950;
  --color-scale-green-4: #2ea043;
  --color-scale-green-5: #238636;
  --color-scale-green-6: #196c2e;
  --color-scale-green-7: #0f5323;
  --color-scale-green-8: #033a16;
  --color-scale-green-9: #04260f;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdfb6;
  --color-scale-orange-1: #ffc680;
  --color-scale-orange-2: #ffa657;
  --color-scale-orange-3: #f0883e;
  --color-scale-orange-4: #db6d28;
  --color-scale-orange-5: #bd561d;
  --color-scale-orange-6: #9b4215;
  --color-scale-orange-7: #762d0a;
  --color-scale-orange-8: #5a1e02;
  --color-scale-orange-9: #3d1300;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

::backdrop,
[data-color-mode=light][data-light-theme=dark] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=dark] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark] ::backdrop {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #e6edf3;
  --color-diff-blob-addition-fg: #e6edf3;
  --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
  --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
  --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
  --color-diff-blob-deletion-num-text: #e6edf3;
  --color-diff-blob-deletion-fg: #e6edf3;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #848d97;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #3fb950;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #e6edf3;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #848d97;
  --color-codemirror-cursor: #e6edf3;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #e6edf3;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa657;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #e6edf3;
  --color-checks-text-secondary: #848d97;
  --color-checks-text-link: #2f81f7;
  --color-checks-btn-icon: #848d97;
  --color-checks-btn-hover-icon: #e6edf3;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #848d97;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #e6edf3;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #2ea043;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #e6edf3;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #e6edf3;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #e6edf3;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #848d97;
  --color-checks-header-label-open-text: #e6edf3;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #848d97;
  --color-checks-line-text: #848d97;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #2f81f7;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #848d97;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #848d97;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #848d97;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #848d97;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #2f81f7;
  --color-checks-logline-section-text: #3fb950;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #3fb950;
  --color-checks-ansi-green-bright: #56d364;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #3fb950;
  --color-ansi-green-bright: #56d364;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #238636;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #2ea043;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #238636;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #848d97;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #848d97;
  --color-fg-default: #e6edf3;
  --color-fg-muted: #848d97;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #2f81f7;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #3fb950;
  --color-success-emphasis: #238636;
  --color-success-muted: rgba(46,160,67,0.4);
  --color-success-subtle: rgba(46,160,67,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #db6d28;
  --color-severe-emphasis: #bd561d;
  --color-severe-muted: rgba(219,109,40,0.4);
  --color-severe-subtle: rgba(219,109,40,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #3fb950;
  --color-open-emphasis: #238636;
  --color-open-muted: rgba(46,160,67,0.4);
  --color-open-subtle: rgba(46,160,67,0.15);
  --color-closed-fg: #f85149;
  --color-closed-emphasis: #da3633;
  --color-closed-muted: rgba(248,81,73,0.4);
  --color-closed-subtle: rgba(248,81,73,0.15);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #aff5b4;
  --color-scale-green-1: #7ee787;
  --color-scale-green-2: #56d364;
  --color-scale-green-3: #3fb950;
  --color-scale-green-4: #2ea043;
  --color-scale-green-5: #238636;
  --color-scale-green-6: #196c2e;
  --color-scale-green-7: #0f5323;
  --color-scale-green-8: #033a16;
  --color-scale-green-9: #04260f;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdfb6;
  --color-scale-orange-1: #ffc680;
  --color-scale-orange-2: #ffa657;
  --color-scale-orange-3: #f0883e;
  --color-scale-orange-4: #db6d28;
  --color-scale-orange-5: #bd561d;
  --color-scale-orange-6: #9b4215;
  --color-scale-orange-7: #762d0a;
  --color-scale-orange-8: #5a1e02;
  --color-scale-orange-9: #3d1300;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=dark]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark], [data-color-mode=auto][data-light-theme=dark]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=dark]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-dark-theme=dark], [data-color-mode=auto][data-dark-theme=dark]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #e6edf3;
    --color-diff-blob-addition-fg: #e6edf3;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #e6edf3;
    --color-diff-blob-deletion-fg: #e6edf3;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #848d97;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #e6edf3;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #848d97;
    --color-codemirror-cursor: #e6edf3;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #e6edf3;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa657;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #e6edf3;
    --color-checks-text-secondary: #848d97;
    --color-checks-text-link: #2f81f7;
    --color-checks-btn-icon: #848d97;
    --color-checks-btn-hover-icon: #e6edf3;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #848d97;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #e6edf3;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #2ea043;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #e6edf3;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #e6edf3;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #e6edf3;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #848d97;
    --color-checks-header-label-open-text: #e6edf3;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #848d97;
    --color-checks-line-text: #848d97;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #2f81f7;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #848d97;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #848d97;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #848d97;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #848d97;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #2f81f7;
    --color-checks-logline-section-text: #3fb950;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #3fb950;
    --color-checks-ansi-green-bright: #56d364;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #238636;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #2ea043;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #238636;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(35,134,54,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(4,38,15,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(47,129,247,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #848d97;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #848d97;
    --color-fg-default: #e6edf3;
    --color-fg-muted: #848d97;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #2f81f7;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-success-muted: rgba(46,160,67,0.4);
    --color-success-subtle: rgba(46,160,67,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #db6d28;
    --color-severe-emphasis: #bd561d;
    --color-severe-muted: rgba(219,109,40,0.4);
    --color-severe-subtle: rgba(219,109,40,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46,160,67,0.4);
    --color-open-subtle: rgba(46,160,67,0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248,81,73,0.4);
    --color-closed-subtle: rgba(248,81,73,0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
[data-color-mode=light][data-light-theme=dark_dimmed]::-moz-selection, [data-color-mode=dark][data-dark-theme=dark_dimmed]::-moz-selection {
  --color-canvas-default-transparent: rgba(34,39,46,0);
  --color-page-header-bg: #22272e;
  --color-marketing-icon-primary: #6cb6ff;
  --color-marketing-icon-secondary: #316dca;
  --color-diff-blob-addition-num-text: #adbac7;
  --color-diff-blob-addition-fg: #adbac7;
  --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
  --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
  --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
  --color-diff-blob-deletion-num-text: #adbac7;
  --color-diff-blob-deletion-fg: #adbac7;
  --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
  --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
  --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
  --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
  --color-diff-blob-expander-icon: #adbac7;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-bg: #57ab5a;
  --color-search-keyword-hl: rgba(198,144,38,0.4);
  --color-prettylights-syntax-comment: #768390;
  --color-prettylights-syntax-constant: #6cb6ff;
  --color-prettylights-syntax-entity: #dcbdfb;
  --color-prettylights-syntax-storage-modifier-import: #adbac7;
  --color-prettylights-syntax-entity-tag: #8ddb8c;
  --color-prettylights-syntax-keyword: #f47067;
  --color-prettylights-syntax-string: #96d0ff;
  --color-prettylights-syntax-variable: #f69d50;
  --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
  --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
  --color-prettylights-syntax-invalid-illegal-bg: #922323;
  --color-prettylights-syntax-carriage-return-text: #cdd9e5;
  --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
  --color-prettylights-syntax-string-regexp: #8ddb8c;
  --color-prettylights-syntax-markup-list: #eac55f;
  --color-prettylights-syntax-markup-heading: #316dca;
  --color-prettylights-syntax-markup-italic: #adbac7;
  --color-prettylights-syntax-markup-bold: #adbac7;
  --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
  --color-prettylights-syntax-markup-deleted-bg: #78191b;
  --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
  --color-prettylights-syntax-markup-inserted-bg: #1b4721;
  --color-prettylights-syntax-markup-changed-text: #ffddb0;
  --color-prettylights-syntax-markup-changed-bg: #682d0f;
  --color-prettylights-syntax-markup-ignored-text: #adbac7;
  --color-prettylights-syntax-markup-ignored-bg: #255ab2;
  --color-prettylights-syntax-meta-diff-range: #dcbdfb;
  --color-prettylights-syntax-brackethighlighter-angle: #768390;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
  --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
  --color-codemirror-text: #adbac7;
  --color-codemirror-bg: #22272e;
  --color-codemirror-gutters-bg: #22272e;
  --color-codemirror-guttermarker-text: #22272e;
  --color-codemirror-guttermarker-subtle-text: #636e7b;
  --color-codemirror-linenumber-text: #768390;
  --color-codemirror-cursor: #adbac7;
  --color-codemirror-selection-bg: rgba(65,132,228,0.4);
  --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
  --color-codemirror-matchingbracket-text: #adbac7;
  --color-codemirror-lines-bg: #22272e;
  --color-codemirror-syntax-comment: #768390;
  --color-codemirror-syntax-constant: #6cb6ff;
  --color-codemirror-syntax-entity: #dcbdfb;
  --color-codemirror-syntax-keyword: #f47067;
  --color-codemirror-syntax-storage: #f47067;
  --color-codemirror-syntax-string: #96d0ff;
  --color-codemirror-syntax-support: #6cb6ff;
  --color-codemirror-syntax-variable: #f69d50;
  --color-checks-bg: #1c2128;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #adbac7;
  --color-checks-text-secondary: #768390;
  --color-checks-text-link: #539bf5;
  --color-checks-btn-icon: #768390;
  --color-checks-btn-hover-icon: #adbac7;
  --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-input-text: #768390;
  --color-checks-input-placeholder-text: #636e7b;
  --color-checks-input-focus-text: #adbac7;
  --color-checks-input-bg: #2d333b;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #e5534b;
  --color-checks-donut-pending: #c69026;
  --color-checks-donut-success: #46954a;
  --color-checks-donut-neutral: #768390;
  --color-checks-dropdown-text: #adbac7;
  --color-checks-dropdown-bg: #2d333b;
  --color-checks-dropdown-border: #444c56;
  --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
  --color-checks-dropdown-hover-text: #adbac7;
  --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
  --color-checks-dropdown-btn-hover-text: #adbac7;
  --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
  --color-checks-header-label-text: #768390;
  --color-checks-header-label-open-text: #adbac7;
  --color-checks-header-border: #373e47;
  --color-checks-header-icon: #768390;
  --color-checks-line-text: #768390;
  --color-checks-line-num-text: #636e7b;
  --color-checks-line-timestamp-text: #636e7b;
  --color-checks-line-hover-bg: rgba(99,110,123,0.1);
  --color-checks-line-selected-bg: rgba(65,132,228,0.1);
  --color-checks-line-selected-num-text: #539bf5;
  --color-checks-line-dt-fm-text: #cdd9e5;
  --color-checks-line-dt-fm-bg: #966600;
  --color-checks-gate-bg: rgba(174,124,20,0.15);
  --color-checks-gate-text: #768390;
  --color-checks-gate-waiting-text: #c69026;
  --color-checks-step-header-open-bg: #2d333b;
  --color-checks-step-error-text: #e5534b;
  --color-checks-step-warning-text: #c69026;
  --color-checks-logline-text: #768390;
  --color-checks-logline-num-text: #636e7b;
  --color-checks-logline-debug-text: #986ee2;
  --color-checks-logline-error-text: #768390;
  --color-checks-logline-error-num-text: #636e7b;
  --color-checks-logline-error-bg: rgba(229,83,75,0.1);
  --color-checks-logline-warning-text: #768390;
  --color-checks-logline-warning-num-text: #c69026;
  --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
  --color-checks-logline-command-text: #539bf5;
  --color-checks-logline-section-text: #57ab5a;
  --color-checks-ansi-black: #22272e;
  --color-checks-ansi-black-bright: #2d333b;
  --color-checks-ansi-white: #909dab;
  --color-checks-ansi-white-bright: #909dab;
  --color-checks-ansi-gray: #636e7b;
  --color-checks-ansi-red: #f47067;
  --color-checks-ansi-red-bright: #ff938a;
  --color-checks-ansi-green: #57ab5a;
  --color-checks-ansi-green-bright: #6bc46d;
  --color-checks-ansi-yellow: #c69026;
  --color-checks-ansi-yellow-bright: #daaa3f;
  --color-checks-ansi-blue: #539bf5;
  --color-checks-ansi-blue-bright: #6cb6ff;
  --color-checks-ansi-magenta: #b083f0;
  --color-checks-ansi-magenta-bright: #dcbdfb;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #22272e;
  --color-project-sidebar-bg: #2d333b;
  --color-project-gradient-in: #2d333b;
  --color-project-gradient-out: rgba(45,51,59,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(205,217,229,0.1);
  --color-avatar-border: rgba(205,217,229,0.1);
  --color-avatar-stack-fade: #444c56;
  --color-avatar-stack-fade-more: #373e47;
  --color-avatar-child-shadow: 0 0 0 2px #22272e;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #545d68;
  --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
  --color-select-menu-tap-focus-bg: #143d79;
  --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
  --color-overlay-backdrop: rgba(45,51,59,0.4);
  --color-header-text: rgba(205,217,229,0.7);
  --color-header-bg: #2d333b;
  --color-header-divider: #768390;
  --color-header-logo: #cdd9e5;
  --color-header-search-bg: #22272e;
  --color-header-search-border: #444c56;
  --color-sidenav-selected-bg: #373e47;
  --color-menu-bg-active: #2d333b;
  --color-input-disabled-bg: rgba(99,110,123,0);
  --color-timeline-badge-bg: #373e47;
  --color-ansi-black: #545d68;
  --color-ansi-black-bright: #636e7b;
  --color-ansi-white: #909dab;
  --color-ansi-white-bright: #cdd9e5;
  --color-ansi-gray: #636e7b;
  --color-ansi-red: #f47067;
  --color-ansi-red-bright: #ff938a;
  --color-ansi-green: #57ab5a;
  --color-ansi-green-bright: #6bc46d;
  --color-ansi-yellow: #c69026;
  --color-ansi-yellow-bright: #daaa3f;
  --color-ansi-blue: #539bf5;
  --color-ansi-blue-bright: #6cb6ff;
  --color-ansi-magenta: #b083f0;
  --color-ansi-magenta-bright: #dcbdfb;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #adbac7;
  --color-btn-bg: #373e47;
  --color-btn-border: rgba(205,217,229,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #444c56;
  --color-btn-hover-border: #768390;
  --color-btn-active-bg: hsla(213,12%,27%,1);
  --color-btn-active-border: #636e7b;
  --color-btn-selected-bg: #2d333b;
  --color-btn-counter-bg: #444c56;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #347d39;
  --color-btn-primary-border: rgba(205,217,229,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #46954a;
  --color-btn-primary-hover-border: rgba(205,217,229,0.1);
  --color-btn-primary-selected-bg: #347d39;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
  --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
  --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
  --color-btn-primary-icon: #cdd9e5;
  --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
  --color-btn-outline-text: #4184e4;
  --color-btn-outline-hover-text: #539bf5;
  --color-btn-outline-hover-bg: #444c56;
  --color-btn-outline-hover-border: rgba(205,217,229,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
  --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-selected-text: #cdd9e5;
  --color-btn-outline-selected-bg: #1b4b91;
  --color-btn-outline-selected-border: rgba(205,217,229,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
  --color-btn-outline-disabled-bg: #22272e;
  --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
  --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-hover-counter-fg: #539bf5;
  --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
  --color-btn-outline-counter-fg: #4184e4;
  --color-btn-danger-text: #e5534b;
  --color-btn-danger-hover-text: #cdd9e5;
  --color-btn-danger-hover-bg: #c93c37;
  --color-btn-danger-hover-border: #e5534b;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #cdd9e5;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ad2e2c;
  --color-btn-danger-selected-border: #f47067;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
  --color-btn-danger-disabled-bg: #22272e;
  --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
  --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
  --color-btn-danger-icon: #e5534b;
  --color-btn-danger-counter-fg: #e5534b;
  --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
  --color-btn-danger-hover-counter-fg: #cdd9e5;
  --color-btn-inactive-bg: #373e47;
  --color-btn-inactive-text: #768390;
  --color-underlinenav-icon: #636e7b;
  --color-underlinenav-border-hover: rgba(99,110,123,0.4);
  --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
  --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
  --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
  --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
  --color-action-list-item-danger-hover-text: #f47067;
  --color-switch-track-bg: rgba(99,110,123,0.1);
  --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
  --color-switch-track-active-bg: rgba(99,110,123,0.4);
  --color-switch-track-disabled-bg: #373e47;
  --color-switch-track-fg: #768390;
  --color-switch-track-disabled-fg: #1c2128;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(49,109,202,0.35);
  --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
  --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
  --color-switch-track-checked-fg: #cdd9e5;
  --color-switch-track-checked-disabled-fg: #1c2128;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #22272e;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #2d333b;
  --color-switch-knob-checked-bg: #22272e;
  --color-switch-knob-checked-disabled-bg: #2d333b;
  --color-switch-knob-checked-border: rgba(49,109,202,0.35);
  --color-segmented-control-bg: rgba(99,110,123,0.1);
  --color-segmented-control-button-bg: #22272e;
  --color-segmented-control-button-hover-bg: #444c56;
  --color-segmented-control-button-active-bg: #373e47;
  --color-segmented-control-button-selected-border: #636e7b;
  --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
  --color-tree-view-item-directory-fill: #768390;
  --color-fg-default: #adbac7;
  --color-fg-muted: #768390;
  --color-fg-subtle: #636e7b;
  --color-fg-on-emphasis: #cdd9e5;
  --color-canvas-default: #22272e;
  --color-canvas-overlay: #2d333b;
  --color-canvas-inset: #1c2128;
  --color-canvas-subtle: #2d333b;
  --color-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205,217,229,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #1c2128;
  --color-shadow-large: 0 8px 24px #1c2128;
  --color-shadow-extra-large: 0 12px 48px #1c2128;
  --color-neutral-emphasis-plus: #636e7b;
  --color-neutral-emphasis: #636e7b;
  --color-neutral-muted: rgba(99,110,123,0.4);
  --color-neutral-subtle: rgba(99,110,123,0.1);
  --color-accent-fg: #539bf5;
  --color-accent-emphasis: #316dca;
  --color-accent-muted: rgba(65,132,228,0.4);
  --color-accent-subtle: rgba(65,132,228,0.1);
  --color-success-fg: #57ab5a;
  --color-success-emphasis: #347d39;
  --color-success-muted: rgba(70,149,74,0.4);
  --color-success-subtle: rgba(70,149,74,0.15);
  --color-attention-fg: #c69026;
  --color-attention-emphasis: #966600;
  --color-attention-muted: rgba(174,124,20,0.4);
  --color-attention-subtle: rgba(174,124,20,0.15);
  --color-severe-fg: #cc6b2c;
  --color-severe-emphasis: #ae5622;
  --color-severe-muted: rgba(204,107,44,0.4);
  --color-severe-subtle: rgba(204,107,44,0.1);
  --color-danger-fg: #e5534b;
  --color-danger-emphasis: #c93c37;
  --color-danger-muted: rgba(229,83,75,0.4);
  --color-danger-subtle: rgba(229,83,75,0.1);
  --color-open-fg: #57ab5a;
  --color-open-emphasis: #347d39;
  --color-open-muted: rgba(70,149,74,0.4);
  --color-open-subtle: rgba(70,149,74,0.15);
  --color-closed-fg: #e5534b;
  --color-closed-emphasis: #c93c37;
  --color-closed-muted: rgba(229,83,75,0.4);
  --color-closed-subtle: rgba(229,83,75,0.15);
  --color-done-fg: #986ee2;
  --color-done-emphasis: #8256d0;
  --color-done-muted: rgba(152,110,226,0.4);
  --color-done-subtle: rgba(152,110,226,0.1);
  --color-sponsors-fg: #c96198;
  --color-sponsors-emphasis: #ae4c82;
  --color-sponsors-muted: rgba(201,97,152,0.4);
  --color-sponsors-subtle: rgba(201,97,152,0.1);
  --color-primer-fg-disabled: #545d68;
  --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
  --color-primer-canvas-sticky: rgba(34,39,46,0.95);
  --color-primer-border-active: #ec775c;
  --color-primer-border-contrast: rgba(205,217,229,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #1c2128;
  --color-scale-white: #cdd9e5;
  --color-scale-gray-0: #cdd9e5;
  --color-scale-gray-1: #adbac7;
  --color-scale-gray-2: #909dab;
  --color-scale-gray-3: #768390;
  --color-scale-gray-4: #636e7b;
  --color-scale-gray-5: #545d68;
  --color-scale-gray-6: #444c56;
  --color-scale-gray-7: #373e47;
  --color-scale-gray-8: #2d333b;
  --color-scale-gray-9: #22272e;
  --color-scale-blue-0: #c6e6ff;
  --color-scale-blue-1: #96d0ff;
  --color-scale-blue-2: #6cb6ff;
  --color-scale-blue-3: #539bf5;
  --color-scale-blue-4: #4184e4;
  --color-scale-blue-5: #316dca;
  --color-scale-blue-6: #255ab2;
  --color-scale-blue-7: #1b4b91;
  --color-scale-blue-8: #143d79;
  --color-scale-blue-9: #0f2d5c;
  --color-scale-green-0: #b4f1b4;
  --color-scale-green-1: #8ddb8c;
  --color-scale-green-2: #6bc46d;
  --color-scale-green-3: #57ab5a;
  --color-scale-green-4: #46954a;
  --color-scale-green-5: #347d39;
  --color-scale-green-6: #2b6a30;
  --color-scale-green-7: #245829;
  --color-scale-green-8: #1b4721;
  --color-scale-green-9: #113417;
  --color-scale-yellow-0: #fbe090;
  --color-scale-yellow-1: #eac55f;
  --color-scale-yellow-2: #daaa3f;
  --color-scale-yellow-3: #c69026;
  --color-scale-yellow-4: #ae7c14;
  --color-scale-yellow-5: #966600;
  --color-scale-yellow-6: #805400;
  --color-scale-yellow-7: #6c4400;
  --color-scale-yellow-8: #593600;
  --color-scale-yellow-9: #452700;
  --color-scale-orange-0: #ffddb0;
  --color-scale-orange-1: #ffbc6f;
  --color-scale-orange-2: #f69d50;
  --color-scale-orange-3: #e0823d;
  --color-scale-orange-4: #cc6b2c;
  --color-scale-orange-5: #ae5622;
  --color-scale-orange-6: #94471b;
  --color-scale-orange-7: #7f3913;
  --color-scale-orange-8: #682d0f;
  --color-scale-orange-9: #4d210c;
  --color-scale-red-0: #ffd8d3;
  --color-scale-red-1: #ffb8b0;
  --color-scale-red-2: #ff938a;
  --color-scale-red-3: #f47067;
  --color-scale-red-4: #e5534b;
  --color-scale-red-5: #c93c37;
  --color-scale-red-6: #ad2e2c;
  --color-scale-red-7: #922323;
  --color-scale-red-8: #78191b;
  --color-scale-red-9: #5d0f12;
  --color-scale-purple-0: #eedcff;
  --color-scale-purple-1: #dcbdfb;
  --color-scale-purple-2: #dcbdfb;
  --color-scale-purple-3: #b083f0;
  --color-scale-purple-4: #986ee2;
  --color-scale-purple-5: #8256d0;
  --color-scale-purple-6: #6b44bc;
  --color-scale-purple-7: #5936a2;
  --color-scale-purple-8: #472c82;
  --color-scale-purple-9: #352160;
  --color-scale-pink-0: #ffd7eb;
  --color-scale-pink-1: #ffb3d8;
  --color-scale-pink-2: #fc8dc7;
  --color-scale-pink-3: #e275ad;
  --color-scale-pink-4: #c96198;
  --color-scale-pink-5: #ae4c82;
  --color-scale-pink-6: #983b6e;
  --color-scale-pink-7: #7e325a;
  --color-scale-pink-8: #69264a;
  --color-scale-pink-9: #551639;
  --color-scale-coral-0: #ffdacf;
  --color-scale-coral-1: #ffb9a5;
  --color-scale-coral-2: #f79981;
  --color-scale-coral-3: #ec775c;
  --color-scale-coral-4: #de5b41;
  --color-scale-coral-5: #c2442d;
  --color-scale-coral-6: #a93524;
  --color-scale-coral-7: #8d291b;
  --color-scale-coral-8: #771d13;
  --color-scale-coral-9: #5d1008;
}
[data-color-mode=light][data-light-theme=dark_dimmed], [data-color-mode=light][data-light-theme=dark_dimmed]::selection,
[data-color-mode=dark][data-dark-theme=dark_dimmed],
[data-color-mode=dark][data-dark-theme=dark_dimmed]::selection {
  --color-canvas-default-transparent: rgba(34,39,46,0);
  --color-page-header-bg: #22272e;
  --color-marketing-icon-primary: #6cb6ff;
  --color-marketing-icon-secondary: #316dca;
  --color-diff-blob-addition-num-text: #adbac7;
  --color-diff-blob-addition-fg: #adbac7;
  --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
  --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
  --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
  --color-diff-blob-deletion-num-text: #adbac7;
  --color-diff-blob-deletion-fg: #adbac7;
  --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
  --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
  --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
  --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
  --color-diff-blob-expander-icon: #adbac7;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-bg: #57ab5a;
  --color-search-keyword-hl: rgba(198,144,38,0.4);
  --color-prettylights-syntax-comment: #768390;
  --color-prettylights-syntax-constant: #6cb6ff;
  --color-prettylights-syntax-entity: #dcbdfb;
  --color-prettylights-syntax-storage-modifier-import: #adbac7;
  --color-prettylights-syntax-entity-tag: #8ddb8c;
  --color-prettylights-syntax-keyword: #f47067;
  --color-prettylights-syntax-string: #96d0ff;
  --color-prettylights-syntax-variable: #f69d50;
  --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
  --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
  --color-prettylights-syntax-invalid-illegal-bg: #922323;
  --color-prettylights-syntax-carriage-return-text: #cdd9e5;
  --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
  --color-prettylights-syntax-string-regexp: #8ddb8c;
  --color-prettylights-syntax-markup-list: #eac55f;
  --color-prettylights-syntax-markup-heading: #316dca;
  --color-prettylights-syntax-markup-italic: #adbac7;
  --color-prettylights-syntax-markup-bold: #adbac7;
  --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
  --color-prettylights-syntax-markup-deleted-bg: #78191b;
  --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
  --color-prettylights-syntax-markup-inserted-bg: #1b4721;
  --color-prettylights-syntax-markup-changed-text: #ffddb0;
  --color-prettylights-syntax-markup-changed-bg: #682d0f;
  --color-prettylights-syntax-markup-ignored-text: #adbac7;
  --color-prettylights-syntax-markup-ignored-bg: #255ab2;
  --color-prettylights-syntax-meta-diff-range: #dcbdfb;
  --color-prettylights-syntax-brackethighlighter-angle: #768390;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
  --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
  --color-codemirror-text: #adbac7;
  --color-codemirror-bg: #22272e;
  --color-codemirror-gutters-bg: #22272e;
  --color-codemirror-guttermarker-text: #22272e;
  --color-codemirror-guttermarker-subtle-text: #636e7b;
  --color-codemirror-linenumber-text: #768390;
  --color-codemirror-cursor: #adbac7;
  --color-codemirror-selection-bg: rgba(65,132,228,0.4);
  --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
  --color-codemirror-matchingbracket-text: #adbac7;
  --color-codemirror-lines-bg: #22272e;
  --color-codemirror-syntax-comment: #768390;
  --color-codemirror-syntax-constant: #6cb6ff;
  --color-codemirror-syntax-entity: #dcbdfb;
  --color-codemirror-syntax-keyword: #f47067;
  --color-codemirror-syntax-storage: #f47067;
  --color-codemirror-syntax-string: #96d0ff;
  --color-codemirror-syntax-support: #6cb6ff;
  --color-codemirror-syntax-variable: #f69d50;
  --color-checks-bg: #1c2128;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #adbac7;
  --color-checks-text-secondary: #768390;
  --color-checks-text-link: #539bf5;
  --color-checks-btn-icon: #768390;
  --color-checks-btn-hover-icon: #adbac7;
  --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-input-text: #768390;
  --color-checks-input-placeholder-text: #636e7b;
  --color-checks-input-focus-text: #adbac7;
  --color-checks-input-bg: #2d333b;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #e5534b;
  --color-checks-donut-pending: #c69026;
  --color-checks-donut-success: #46954a;
  --color-checks-donut-neutral: #768390;
  --color-checks-dropdown-text: #adbac7;
  --color-checks-dropdown-bg: #2d333b;
  --color-checks-dropdown-border: #444c56;
  --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
  --color-checks-dropdown-hover-text: #adbac7;
  --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
  --color-checks-dropdown-btn-hover-text: #adbac7;
  --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
  --color-checks-header-label-text: #768390;
  --color-checks-header-label-open-text: #adbac7;
  --color-checks-header-border: #373e47;
  --color-checks-header-icon: #768390;
  --color-checks-line-text: #768390;
  --color-checks-line-num-text: #636e7b;
  --color-checks-line-timestamp-text: #636e7b;
  --color-checks-line-hover-bg: rgba(99,110,123,0.1);
  --color-checks-line-selected-bg: rgba(65,132,228,0.1);
  --color-checks-line-selected-num-text: #539bf5;
  --color-checks-line-dt-fm-text: #cdd9e5;
  --color-checks-line-dt-fm-bg: #966600;
  --color-checks-gate-bg: rgba(174,124,20,0.15);
  --color-checks-gate-text: #768390;
  --color-checks-gate-waiting-text: #c69026;
  --color-checks-step-header-open-bg: #2d333b;
  --color-checks-step-error-text: #e5534b;
  --color-checks-step-warning-text: #c69026;
  --color-checks-logline-text: #768390;
  --color-checks-logline-num-text: #636e7b;
  --color-checks-logline-debug-text: #986ee2;
  --color-checks-logline-error-text: #768390;
  --color-checks-logline-error-num-text: #636e7b;
  --color-checks-logline-error-bg: rgba(229,83,75,0.1);
  --color-checks-logline-warning-text: #768390;
  --color-checks-logline-warning-num-text: #c69026;
  --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
  --color-checks-logline-command-text: #539bf5;
  --color-checks-logline-section-text: #57ab5a;
  --color-checks-ansi-black: #22272e;
  --color-checks-ansi-black-bright: #2d333b;
  --color-checks-ansi-white: #909dab;
  --color-checks-ansi-white-bright: #909dab;
  --color-checks-ansi-gray: #636e7b;
  --color-checks-ansi-red: #f47067;
  --color-checks-ansi-red-bright: #ff938a;
  --color-checks-ansi-green: #57ab5a;
  --color-checks-ansi-green-bright: #6bc46d;
  --color-checks-ansi-yellow: #c69026;
  --color-checks-ansi-yellow-bright: #daaa3f;
  --color-checks-ansi-blue: #539bf5;
  --color-checks-ansi-blue-bright: #6cb6ff;
  --color-checks-ansi-magenta: #b083f0;
  --color-checks-ansi-magenta-bright: #dcbdfb;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #22272e;
  --color-project-sidebar-bg: #2d333b;
  --color-project-gradient-in: #2d333b;
  --color-project-gradient-out: rgba(45,51,59,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(205,217,229,0.1);
  --color-avatar-border: rgba(205,217,229,0.1);
  --color-avatar-stack-fade: #444c56;
  --color-avatar-stack-fade-more: #373e47;
  --color-avatar-child-shadow: 0 0 0 2px #22272e;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #545d68;
  --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
  --color-select-menu-tap-focus-bg: #143d79;
  --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
  --color-overlay-backdrop: rgba(45,51,59,0.4);
  --color-header-text: rgba(205,217,229,0.7);
  --color-header-bg: #2d333b;
  --color-header-divider: #768390;
  --color-header-logo: #cdd9e5;
  --color-header-search-bg: #22272e;
  --color-header-search-border: #444c56;
  --color-sidenav-selected-bg: #373e47;
  --color-menu-bg-active: #2d333b;
  --color-input-disabled-bg: rgba(99,110,123,0);
  --color-timeline-badge-bg: #373e47;
  --color-ansi-black: #545d68;
  --color-ansi-black-bright: #636e7b;
  --color-ansi-white: #909dab;
  --color-ansi-white-bright: #cdd9e5;
  --color-ansi-gray: #636e7b;
  --color-ansi-red: #f47067;
  --color-ansi-red-bright: #ff938a;
  --color-ansi-green: #57ab5a;
  --color-ansi-green-bright: #6bc46d;
  --color-ansi-yellow: #c69026;
  --color-ansi-yellow-bright: #daaa3f;
  --color-ansi-blue: #539bf5;
  --color-ansi-blue-bright: #6cb6ff;
  --color-ansi-magenta: #b083f0;
  --color-ansi-magenta-bright: #dcbdfb;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #adbac7;
  --color-btn-bg: #373e47;
  --color-btn-border: rgba(205,217,229,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #444c56;
  --color-btn-hover-border: #768390;
  --color-btn-active-bg: hsla(213,12%,27%,1);
  --color-btn-active-border: #636e7b;
  --color-btn-selected-bg: #2d333b;
  --color-btn-counter-bg: #444c56;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #347d39;
  --color-btn-primary-border: rgba(205,217,229,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #46954a;
  --color-btn-primary-hover-border: rgba(205,217,229,0.1);
  --color-btn-primary-selected-bg: #347d39;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
  --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
  --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
  --color-btn-primary-icon: #cdd9e5;
  --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
  --color-btn-outline-text: #4184e4;
  --color-btn-outline-hover-text: #539bf5;
  --color-btn-outline-hover-bg: #444c56;
  --color-btn-outline-hover-border: rgba(205,217,229,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
  --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-selected-text: #cdd9e5;
  --color-btn-outline-selected-bg: #1b4b91;
  --color-btn-outline-selected-border: rgba(205,217,229,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
  --color-btn-outline-disabled-bg: #22272e;
  --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
  --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-hover-counter-fg: #539bf5;
  --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
  --color-btn-outline-counter-fg: #4184e4;
  --color-btn-danger-text: #e5534b;
  --color-btn-danger-hover-text: #cdd9e5;
  --color-btn-danger-hover-bg: #c93c37;
  --color-btn-danger-hover-border: #e5534b;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #cdd9e5;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ad2e2c;
  --color-btn-danger-selected-border: #f47067;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
  --color-btn-danger-disabled-bg: #22272e;
  --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
  --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
  --color-btn-danger-icon: #e5534b;
  --color-btn-danger-counter-fg: #e5534b;
  --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
  --color-btn-danger-hover-counter-fg: #cdd9e5;
  --color-btn-inactive-bg: #373e47;
  --color-btn-inactive-text: #768390;
  --color-underlinenav-icon: #636e7b;
  --color-underlinenav-border-hover: rgba(99,110,123,0.4);
  --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
  --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
  --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
  --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
  --color-action-list-item-danger-hover-text: #f47067;
  --color-switch-track-bg: rgba(99,110,123,0.1);
  --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
  --color-switch-track-active-bg: rgba(99,110,123,0.4);
  --color-switch-track-disabled-bg: #373e47;
  --color-switch-track-fg: #768390;
  --color-switch-track-disabled-fg: #1c2128;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(49,109,202,0.35);
  --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
  --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
  --color-switch-track-checked-fg: #cdd9e5;
  --color-switch-track-checked-disabled-fg: #1c2128;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #22272e;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #2d333b;
  --color-switch-knob-checked-bg: #22272e;
  --color-switch-knob-checked-disabled-bg: #2d333b;
  --color-switch-knob-checked-border: rgba(49,109,202,0.35);
  --color-segmented-control-bg: rgba(99,110,123,0.1);
  --color-segmented-control-button-bg: #22272e;
  --color-segmented-control-button-hover-bg: #444c56;
  --color-segmented-control-button-active-bg: #373e47;
  --color-segmented-control-button-selected-border: #636e7b;
  --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
  --color-tree-view-item-directory-fill: #768390;
  --color-fg-default: #adbac7;
  --color-fg-muted: #768390;
  --color-fg-subtle: #636e7b;
  --color-fg-on-emphasis: #cdd9e5;
  --color-canvas-default: #22272e;
  --color-canvas-overlay: #2d333b;
  --color-canvas-inset: #1c2128;
  --color-canvas-subtle: #2d333b;
  --color-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205,217,229,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #1c2128;
  --color-shadow-large: 0 8px 24px #1c2128;
  --color-shadow-extra-large: 0 12px 48px #1c2128;
  --color-neutral-emphasis-plus: #636e7b;
  --color-neutral-emphasis: #636e7b;
  --color-neutral-muted: rgba(99,110,123,0.4);
  --color-neutral-subtle: rgba(99,110,123,0.1);
  --color-accent-fg: #539bf5;
  --color-accent-emphasis: #316dca;
  --color-accent-muted: rgba(65,132,228,0.4);
  --color-accent-subtle: rgba(65,132,228,0.1);
  --color-success-fg: #57ab5a;
  --color-success-emphasis: #347d39;
  --color-success-muted: rgba(70,149,74,0.4);
  --color-success-subtle: rgba(70,149,74,0.15);
  --color-attention-fg: #c69026;
  --color-attention-emphasis: #966600;
  --color-attention-muted: rgba(174,124,20,0.4);
  --color-attention-subtle: rgba(174,124,20,0.15);
  --color-severe-fg: #cc6b2c;
  --color-severe-emphasis: #ae5622;
  --color-severe-muted: rgba(204,107,44,0.4);
  --color-severe-subtle: rgba(204,107,44,0.1);
  --color-danger-fg: #e5534b;
  --color-danger-emphasis: #c93c37;
  --color-danger-muted: rgba(229,83,75,0.4);
  --color-danger-subtle: rgba(229,83,75,0.1);
  --color-open-fg: #57ab5a;
  --color-open-emphasis: #347d39;
  --color-open-muted: rgba(70,149,74,0.4);
  --color-open-subtle: rgba(70,149,74,0.15);
  --color-closed-fg: #e5534b;
  --color-closed-emphasis: #c93c37;
  --color-closed-muted: rgba(229,83,75,0.4);
  --color-closed-subtle: rgba(229,83,75,0.15);
  --color-done-fg: #986ee2;
  --color-done-emphasis: #8256d0;
  --color-done-muted: rgba(152,110,226,0.4);
  --color-done-subtle: rgba(152,110,226,0.1);
  --color-sponsors-fg: #c96198;
  --color-sponsors-emphasis: #ae4c82;
  --color-sponsors-muted: rgba(201,97,152,0.4);
  --color-sponsors-subtle: rgba(201,97,152,0.1);
  --color-primer-fg-disabled: #545d68;
  --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
  --color-primer-canvas-sticky: rgba(34,39,46,0.95);
  --color-primer-border-active: #ec775c;
  --color-primer-border-contrast: rgba(205,217,229,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #1c2128;
  --color-scale-white: #cdd9e5;
  --color-scale-gray-0: #cdd9e5;
  --color-scale-gray-1: #adbac7;
  --color-scale-gray-2: #909dab;
  --color-scale-gray-3: #768390;
  --color-scale-gray-4: #636e7b;
  --color-scale-gray-5: #545d68;
  --color-scale-gray-6: #444c56;
  --color-scale-gray-7: #373e47;
  --color-scale-gray-8: #2d333b;
  --color-scale-gray-9: #22272e;
  --color-scale-blue-0: #c6e6ff;
  --color-scale-blue-1: #96d0ff;
  --color-scale-blue-2: #6cb6ff;
  --color-scale-blue-3: #539bf5;
  --color-scale-blue-4: #4184e4;
  --color-scale-blue-5: #316dca;
  --color-scale-blue-6: #255ab2;
  --color-scale-blue-7: #1b4b91;
  --color-scale-blue-8: #143d79;
  --color-scale-blue-9: #0f2d5c;
  --color-scale-green-0: #b4f1b4;
  --color-scale-green-1: #8ddb8c;
  --color-scale-green-2: #6bc46d;
  --color-scale-green-3: #57ab5a;
  --color-scale-green-4: #46954a;
  --color-scale-green-5: #347d39;
  --color-scale-green-6: #2b6a30;
  --color-scale-green-7: #245829;
  --color-scale-green-8: #1b4721;
  --color-scale-green-9: #113417;
  --color-scale-yellow-0: #fbe090;
  --color-scale-yellow-1: #eac55f;
  --color-scale-yellow-2: #daaa3f;
  --color-scale-yellow-3: #c69026;
  --color-scale-yellow-4: #ae7c14;
  --color-scale-yellow-5: #966600;
  --color-scale-yellow-6: #805400;
  --color-scale-yellow-7: #6c4400;
  --color-scale-yellow-8: #593600;
  --color-scale-yellow-9: #452700;
  --color-scale-orange-0: #ffddb0;
  --color-scale-orange-1: #ffbc6f;
  --color-scale-orange-2: #f69d50;
  --color-scale-orange-3: #e0823d;
  --color-scale-orange-4: #cc6b2c;
  --color-scale-orange-5: #ae5622;
  --color-scale-orange-6: #94471b;
  --color-scale-orange-7: #7f3913;
  --color-scale-orange-8: #682d0f;
  --color-scale-orange-9: #4d210c;
  --color-scale-red-0: #ffd8d3;
  --color-scale-red-1: #ffb8b0;
  --color-scale-red-2: #ff938a;
  --color-scale-red-3: #f47067;
  --color-scale-red-4: #e5534b;
  --color-scale-red-5: #c93c37;
  --color-scale-red-6: #ad2e2c;
  --color-scale-red-7: #922323;
  --color-scale-red-8: #78191b;
  --color-scale-red-9: #5d0f12;
  --color-scale-purple-0: #eedcff;
  --color-scale-purple-1: #dcbdfb;
  --color-scale-purple-2: #dcbdfb;
  --color-scale-purple-3: #b083f0;
  --color-scale-purple-4: #986ee2;
  --color-scale-purple-5: #8256d0;
  --color-scale-purple-6: #6b44bc;
  --color-scale-purple-7: #5936a2;
  --color-scale-purple-8: #472c82;
  --color-scale-purple-9: #352160;
  --color-scale-pink-0: #ffd7eb;
  --color-scale-pink-1: #ffb3d8;
  --color-scale-pink-2: #fc8dc7;
  --color-scale-pink-3: #e275ad;
  --color-scale-pink-4: #c96198;
  --color-scale-pink-5: #ae4c82;
  --color-scale-pink-6: #983b6e;
  --color-scale-pink-7: #7e325a;
  --color-scale-pink-8: #69264a;
  --color-scale-pink-9: #551639;
  --color-scale-coral-0: #ffdacf;
  --color-scale-coral-1: #ffb9a5;
  --color-scale-coral-2: #f79981;
  --color-scale-coral-3: #ec775c;
  --color-scale-coral-4: #de5b41;
  --color-scale-coral-5: #c2442d;
  --color-scale-coral-6: #a93524;
  --color-scale-coral-7: #8d291b;
  --color-scale-coral-8: #771d13;
  --color-scale-coral-9: #5d1008;
}

::backdrop,
[data-color-mode=light][data-light-theme=dark_dimmed] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_dimmed] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=dark_dimmed] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_dimmed] ::backdrop {
  --color-canvas-default-transparent: rgba(34,39,46,0);
  --color-page-header-bg: #22272e;
  --color-marketing-icon-primary: #6cb6ff;
  --color-marketing-icon-secondary: #316dca;
  --color-diff-blob-addition-num-text: #adbac7;
  --color-diff-blob-addition-fg: #adbac7;
  --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
  --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
  --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
  --color-diff-blob-deletion-num-text: #adbac7;
  --color-diff-blob-deletion-fg: #adbac7;
  --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
  --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
  --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
  --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
  --color-diff-blob-expander-icon: #adbac7;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-bg: #57ab5a;
  --color-search-keyword-hl: rgba(198,144,38,0.4);
  --color-prettylights-syntax-comment: #768390;
  --color-prettylights-syntax-constant: #6cb6ff;
  --color-prettylights-syntax-entity: #dcbdfb;
  --color-prettylights-syntax-storage-modifier-import: #adbac7;
  --color-prettylights-syntax-entity-tag: #8ddb8c;
  --color-prettylights-syntax-keyword: #f47067;
  --color-prettylights-syntax-string: #96d0ff;
  --color-prettylights-syntax-variable: #f69d50;
  --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
  --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
  --color-prettylights-syntax-invalid-illegal-bg: #922323;
  --color-prettylights-syntax-carriage-return-text: #cdd9e5;
  --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
  --color-prettylights-syntax-string-regexp: #8ddb8c;
  --color-prettylights-syntax-markup-list: #eac55f;
  --color-prettylights-syntax-markup-heading: #316dca;
  --color-prettylights-syntax-markup-italic: #adbac7;
  --color-prettylights-syntax-markup-bold: #adbac7;
  --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
  --color-prettylights-syntax-markup-deleted-bg: #78191b;
  --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
  --color-prettylights-syntax-markup-inserted-bg: #1b4721;
  --color-prettylights-syntax-markup-changed-text: #ffddb0;
  --color-prettylights-syntax-markup-changed-bg: #682d0f;
  --color-prettylights-syntax-markup-ignored-text: #adbac7;
  --color-prettylights-syntax-markup-ignored-bg: #255ab2;
  --color-prettylights-syntax-meta-diff-range: #dcbdfb;
  --color-prettylights-syntax-brackethighlighter-angle: #768390;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
  --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
  --color-codemirror-text: #adbac7;
  --color-codemirror-bg: #22272e;
  --color-codemirror-gutters-bg: #22272e;
  --color-codemirror-guttermarker-text: #22272e;
  --color-codemirror-guttermarker-subtle-text: #636e7b;
  --color-codemirror-linenumber-text: #768390;
  --color-codemirror-cursor: #adbac7;
  --color-codemirror-selection-bg: rgba(65,132,228,0.4);
  --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
  --color-codemirror-matchingbracket-text: #adbac7;
  --color-codemirror-lines-bg: #22272e;
  --color-codemirror-syntax-comment: #768390;
  --color-codemirror-syntax-constant: #6cb6ff;
  --color-codemirror-syntax-entity: #dcbdfb;
  --color-codemirror-syntax-keyword: #f47067;
  --color-codemirror-syntax-storage: #f47067;
  --color-codemirror-syntax-string: #96d0ff;
  --color-codemirror-syntax-support: #6cb6ff;
  --color-codemirror-syntax-variable: #f69d50;
  --color-checks-bg: #1c2128;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #adbac7;
  --color-checks-text-secondary: #768390;
  --color-checks-text-link: #539bf5;
  --color-checks-btn-icon: #768390;
  --color-checks-btn-hover-icon: #adbac7;
  --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-input-text: #768390;
  --color-checks-input-placeholder-text: #636e7b;
  --color-checks-input-focus-text: #adbac7;
  --color-checks-input-bg: #2d333b;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #e5534b;
  --color-checks-donut-pending: #c69026;
  --color-checks-donut-success: #46954a;
  --color-checks-donut-neutral: #768390;
  --color-checks-dropdown-text: #adbac7;
  --color-checks-dropdown-bg: #2d333b;
  --color-checks-dropdown-border: #444c56;
  --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
  --color-checks-dropdown-hover-text: #adbac7;
  --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
  --color-checks-dropdown-btn-hover-text: #adbac7;
  --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
  --color-checks-header-label-text: #768390;
  --color-checks-header-label-open-text: #adbac7;
  --color-checks-header-border: #373e47;
  --color-checks-header-icon: #768390;
  --color-checks-line-text: #768390;
  --color-checks-line-num-text: #636e7b;
  --color-checks-line-timestamp-text: #636e7b;
  --color-checks-line-hover-bg: rgba(99,110,123,0.1);
  --color-checks-line-selected-bg: rgba(65,132,228,0.1);
  --color-checks-line-selected-num-text: #539bf5;
  --color-checks-line-dt-fm-text: #cdd9e5;
  --color-checks-line-dt-fm-bg: #966600;
  --color-checks-gate-bg: rgba(174,124,20,0.15);
  --color-checks-gate-text: #768390;
  --color-checks-gate-waiting-text: #c69026;
  --color-checks-step-header-open-bg: #2d333b;
  --color-checks-step-error-text: #e5534b;
  --color-checks-step-warning-text: #c69026;
  --color-checks-logline-text: #768390;
  --color-checks-logline-num-text: #636e7b;
  --color-checks-logline-debug-text: #986ee2;
  --color-checks-logline-error-text: #768390;
  --color-checks-logline-error-num-text: #636e7b;
  --color-checks-logline-error-bg: rgba(229,83,75,0.1);
  --color-checks-logline-warning-text: #768390;
  --color-checks-logline-warning-num-text: #c69026;
  --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
  --color-checks-logline-command-text: #539bf5;
  --color-checks-logline-section-text: #57ab5a;
  --color-checks-ansi-black: #22272e;
  --color-checks-ansi-black-bright: #2d333b;
  --color-checks-ansi-white: #909dab;
  --color-checks-ansi-white-bright: #909dab;
  --color-checks-ansi-gray: #636e7b;
  --color-checks-ansi-red: #f47067;
  --color-checks-ansi-red-bright: #ff938a;
  --color-checks-ansi-green: #57ab5a;
  --color-checks-ansi-green-bright: #6bc46d;
  --color-checks-ansi-yellow: #c69026;
  --color-checks-ansi-yellow-bright: #daaa3f;
  --color-checks-ansi-blue: #539bf5;
  --color-checks-ansi-blue-bright: #6cb6ff;
  --color-checks-ansi-magenta: #b083f0;
  --color-checks-ansi-magenta-bright: #dcbdfb;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #22272e;
  --color-project-sidebar-bg: #2d333b;
  --color-project-gradient-in: #2d333b;
  --color-project-gradient-out: rgba(45,51,59,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(205,217,229,0.1);
  --color-avatar-border: rgba(205,217,229,0.1);
  --color-avatar-stack-fade: #444c56;
  --color-avatar-stack-fade-more: #373e47;
  --color-avatar-child-shadow: 0 0 0 2px #22272e;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #545d68;
  --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
  --color-select-menu-tap-focus-bg: #143d79;
  --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
  --color-overlay-backdrop: rgba(45,51,59,0.4);
  --color-header-text: rgba(205,217,229,0.7);
  --color-header-bg: #2d333b;
  --color-header-divider: #768390;
  --color-header-logo: #cdd9e5;
  --color-header-search-bg: #22272e;
  --color-header-search-border: #444c56;
  --color-sidenav-selected-bg: #373e47;
  --color-menu-bg-active: #2d333b;
  --color-input-disabled-bg: rgba(99,110,123,0);
  --color-timeline-badge-bg: #373e47;
  --color-ansi-black: #545d68;
  --color-ansi-black-bright: #636e7b;
  --color-ansi-white: #909dab;
  --color-ansi-white-bright: #cdd9e5;
  --color-ansi-gray: #636e7b;
  --color-ansi-red: #f47067;
  --color-ansi-red-bright: #ff938a;
  --color-ansi-green: #57ab5a;
  --color-ansi-green-bright: #6bc46d;
  --color-ansi-yellow: #c69026;
  --color-ansi-yellow-bright: #daaa3f;
  --color-ansi-blue: #539bf5;
  --color-ansi-blue-bright: #6cb6ff;
  --color-ansi-magenta: #b083f0;
  --color-ansi-magenta-bright: #dcbdfb;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #adbac7;
  --color-btn-bg: #373e47;
  --color-btn-border: rgba(205,217,229,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #444c56;
  --color-btn-hover-border: #768390;
  --color-btn-active-bg: hsla(213,12%,27%,1);
  --color-btn-active-border: #636e7b;
  --color-btn-selected-bg: #2d333b;
  --color-btn-counter-bg: #444c56;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #347d39;
  --color-btn-primary-border: rgba(205,217,229,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #46954a;
  --color-btn-primary-hover-border: rgba(205,217,229,0.1);
  --color-btn-primary-selected-bg: #347d39;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
  --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
  --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
  --color-btn-primary-icon: #cdd9e5;
  --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
  --color-btn-outline-text: #4184e4;
  --color-btn-outline-hover-text: #539bf5;
  --color-btn-outline-hover-bg: #444c56;
  --color-btn-outline-hover-border: rgba(205,217,229,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
  --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-selected-text: #cdd9e5;
  --color-btn-outline-selected-bg: #1b4b91;
  --color-btn-outline-selected-border: rgba(205,217,229,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
  --color-btn-outline-disabled-bg: #22272e;
  --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
  --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
  --color-btn-outline-hover-counter-fg: #539bf5;
  --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
  --color-btn-outline-counter-fg: #4184e4;
  --color-btn-danger-text: #e5534b;
  --color-btn-danger-hover-text: #cdd9e5;
  --color-btn-danger-hover-bg: #c93c37;
  --color-btn-danger-hover-border: #e5534b;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #cdd9e5;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ad2e2c;
  --color-btn-danger-selected-border: #f47067;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
  --color-btn-danger-disabled-bg: #22272e;
  --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
  --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
  --color-btn-danger-icon: #e5534b;
  --color-btn-danger-counter-fg: #e5534b;
  --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
  --color-btn-danger-hover-counter-fg: #cdd9e5;
  --color-btn-inactive-bg: #373e47;
  --color-btn-inactive-text: #768390;
  --color-underlinenav-icon: #636e7b;
  --color-underlinenav-border-hover: rgba(99,110,123,0.4);
  --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
  --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
  --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
  --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
  --color-action-list-item-danger-hover-text: #f47067;
  --color-switch-track-bg: rgba(99,110,123,0.1);
  --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
  --color-switch-track-active-bg: rgba(99,110,123,0.4);
  --color-switch-track-disabled-bg: #373e47;
  --color-switch-track-fg: #768390;
  --color-switch-track-disabled-fg: #1c2128;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(49,109,202,0.35);
  --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
  --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
  --color-switch-track-checked-fg: #cdd9e5;
  --color-switch-track-checked-disabled-fg: #1c2128;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #22272e;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #2d333b;
  --color-switch-knob-checked-bg: #22272e;
  --color-switch-knob-checked-disabled-bg: #2d333b;
  --color-switch-knob-checked-border: rgba(49,109,202,0.35);
  --color-segmented-control-bg: rgba(99,110,123,0.1);
  --color-segmented-control-button-bg: #22272e;
  --color-segmented-control-button-hover-bg: #444c56;
  --color-segmented-control-button-active-bg: #373e47;
  --color-segmented-control-button-selected-border: #636e7b;
  --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
  --color-tree-view-item-directory-fill: #768390;
  --color-fg-default: #adbac7;
  --color-fg-muted: #768390;
  --color-fg-subtle: #636e7b;
  --color-fg-on-emphasis: #cdd9e5;
  --color-canvas-default: #22272e;
  --color-canvas-overlay: #2d333b;
  --color-canvas-inset: #1c2128;
  --color-canvas-subtle: #2d333b;
  --color-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205,217,229,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #1c2128;
  --color-shadow-large: 0 8px 24px #1c2128;
  --color-shadow-extra-large: 0 12px 48px #1c2128;
  --color-neutral-emphasis-plus: #636e7b;
  --color-neutral-emphasis: #636e7b;
  --color-neutral-muted: rgba(99,110,123,0.4);
  --color-neutral-subtle: rgba(99,110,123,0.1);
  --color-accent-fg: #539bf5;
  --color-accent-emphasis: #316dca;
  --color-accent-muted: rgba(65,132,228,0.4);
  --color-accent-subtle: rgba(65,132,228,0.1);
  --color-success-fg: #57ab5a;
  --color-success-emphasis: #347d39;
  --color-success-muted: rgba(70,149,74,0.4);
  --color-success-subtle: rgba(70,149,74,0.15);
  --color-attention-fg: #c69026;
  --color-attention-emphasis: #966600;
  --color-attention-muted: rgba(174,124,20,0.4);
  --color-attention-subtle: rgba(174,124,20,0.15);
  --color-severe-fg: #cc6b2c;
  --color-severe-emphasis: #ae5622;
  --color-severe-muted: rgba(204,107,44,0.4);
  --color-severe-subtle: rgba(204,107,44,0.1);
  --color-danger-fg: #e5534b;
  --color-danger-emphasis: #c93c37;
  --color-danger-muted: rgba(229,83,75,0.4);
  --color-danger-subtle: rgba(229,83,75,0.1);
  --color-open-fg: #57ab5a;
  --color-open-emphasis: #347d39;
  --color-open-muted: rgba(70,149,74,0.4);
  --color-open-subtle: rgba(70,149,74,0.15);
  --color-closed-fg: #e5534b;
  --color-closed-emphasis: #c93c37;
  --color-closed-muted: rgba(229,83,75,0.4);
  --color-closed-subtle: rgba(229,83,75,0.15);
  --color-done-fg: #986ee2;
  --color-done-emphasis: #8256d0;
  --color-done-muted: rgba(152,110,226,0.4);
  --color-done-subtle: rgba(152,110,226,0.1);
  --color-sponsors-fg: #c96198;
  --color-sponsors-emphasis: #ae4c82;
  --color-sponsors-muted: rgba(201,97,152,0.4);
  --color-sponsors-subtle: rgba(201,97,152,0.1);
  --color-primer-fg-disabled: #545d68;
  --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
  --color-primer-canvas-sticky: rgba(34,39,46,0.95);
  --color-primer-border-active: #ec775c;
  --color-primer-border-contrast: rgba(205,217,229,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #1c2128;
  --color-scale-white: #cdd9e5;
  --color-scale-gray-0: #cdd9e5;
  --color-scale-gray-1: #adbac7;
  --color-scale-gray-2: #909dab;
  --color-scale-gray-3: #768390;
  --color-scale-gray-4: #636e7b;
  --color-scale-gray-5: #545d68;
  --color-scale-gray-6: #444c56;
  --color-scale-gray-7: #373e47;
  --color-scale-gray-8: #2d333b;
  --color-scale-gray-9: #22272e;
  --color-scale-blue-0: #c6e6ff;
  --color-scale-blue-1: #96d0ff;
  --color-scale-blue-2: #6cb6ff;
  --color-scale-blue-3: #539bf5;
  --color-scale-blue-4: #4184e4;
  --color-scale-blue-5: #316dca;
  --color-scale-blue-6: #255ab2;
  --color-scale-blue-7: #1b4b91;
  --color-scale-blue-8: #143d79;
  --color-scale-blue-9: #0f2d5c;
  --color-scale-green-0: #b4f1b4;
  --color-scale-green-1: #8ddb8c;
  --color-scale-green-2: #6bc46d;
  --color-scale-green-3: #57ab5a;
  --color-scale-green-4: #46954a;
  --color-scale-green-5: #347d39;
  --color-scale-green-6: #2b6a30;
  --color-scale-green-7: #245829;
  --color-scale-green-8: #1b4721;
  --color-scale-green-9: #113417;
  --color-scale-yellow-0: #fbe090;
  --color-scale-yellow-1: #eac55f;
  --color-scale-yellow-2: #daaa3f;
  --color-scale-yellow-3: #c69026;
  --color-scale-yellow-4: #ae7c14;
  --color-scale-yellow-5: #966600;
  --color-scale-yellow-6: #805400;
  --color-scale-yellow-7: #6c4400;
  --color-scale-yellow-8: #593600;
  --color-scale-yellow-9: #452700;
  --color-scale-orange-0: #ffddb0;
  --color-scale-orange-1: #ffbc6f;
  --color-scale-orange-2: #f69d50;
  --color-scale-orange-3: #e0823d;
  --color-scale-orange-4: #cc6b2c;
  --color-scale-orange-5: #ae5622;
  --color-scale-orange-6: #94471b;
  --color-scale-orange-7: #7f3913;
  --color-scale-orange-8: #682d0f;
  --color-scale-orange-9: #4d210c;
  --color-scale-red-0: #ffd8d3;
  --color-scale-red-1: #ffb8b0;
  --color-scale-red-2: #ff938a;
  --color-scale-red-3: #f47067;
  --color-scale-red-4: #e5534b;
  --color-scale-red-5: #c93c37;
  --color-scale-red-6: #ad2e2c;
  --color-scale-red-7: #922323;
  --color-scale-red-8: #78191b;
  --color-scale-red-9: #5d0f12;
  --color-scale-purple-0: #eedcff;
  --color-scale-purple-1: #dcbdfb;
  --color-scale-purple-2: #dcbdfb;
  --color-scale-purple-3: #b083f0;
  --color-scale-purple-4: #986ee2;
  --color-scale-purple-5: #8256d0;
  --color-scale-purple-6: #6b44bc;
  --color-scale-purple-7: #5936a2;
  --color-scale-purple-8: #472c82;
  --color-scale-purple-9: #352160;
  --color-scale-pink-0: #ffd7eb;
  --color-scale-pink-1: #ffb3d8;
  --color-scale-pink-2: #fc8dc7;
  --color-scale-pink-3: #e275ad;
  --color-scale-pink-4: #c96198;
  --color-scale-pink-5: #ae4c82;
  --color-scale-pink-6: #983b6e;
  --color-scale-pink-7: #7e325a;
  --color-scale-pink-8: #69264a;
  --color-scale-pink-9: #551639;
  --color-scale-coral-0: #ffdacf;
  --color-scale-coral-1: #ffb9a5;
  --color-scale-coral-2: #f79981;
  --color-scale-coral-3: #ec775c;
  --color-scale-coral-4: #de5b41;
  --color-scale-coral-5: #c2442d;
  --color-scale-coral-6: #a93524;
  --color-scale-coral-7: #8d291b;
  --color-scale-coral-8: #771d13;
  --color-scale-coral-9: #5d1008;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=dark_dimmed]::-moz-selection {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
  [data-color-mode=auto][data-light-theme=dark_dimmed], [data-color-mode=auto][data-light-theme=dark_dimmed]::selection {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
  [data-color-mode=auto][data-light-theme=dark_dimmed] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_dimmed] ::backdrop {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=dark_dimmed]::-moz-selection {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
  [data-color-mode=auto][data-dark-theme=dark_dimmed], [data-color-mode=auto][data-dark-theme=dark_dimmed]::selection {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
  [data-color-mode=auto][data-light-theme=dark_dimmed] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_dimmed] ::backdrop {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.1);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #adbac7;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65,132,228,0.4);
    --color-codemirror-activeline-bg: rgba(99,110,123,0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28,33,40,0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99,110,123,0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99,110,123,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99,110,123,0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.1);
    --color-checks-line-selected-num-text: #539bf5;
    --color-checks-line-dt-fm-text: #cdd9e5;
    --color-checks-line-dt-fm-bg: #966600;
    --color-checks-gate-bg: rgba(174,124,20,0.15);
    --color-checks-gate-text: #768390;
    --color-checks-gate-waiting-text: #c69026;
    --color-checks-step-header-open-bg: #2d333b;
    --color-checks-step-error-text: #e5534b;
    --color-checks-step-warning-text: #c69026;
    --color-checks-logline-text: #768390;
    --color-checks-logline-num-text: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229,83,75,0.1);
    --color-checks-logline-warning-text: #768390;
    --color-checks-logline-warning-num-text: #c69026;
    --color-checks-logline-warning-bg: rgba(174,124,20,0.15);
    --color-checks-logline-command-text: #539bf5;
    --color-checks-logline-section-text: #57ab5a;
    --color-checks-ansi-black: #22272e;
    --color-checks-ansi-black-bright: #2d333b;
    --color-checks-ansi-white: #909dab;
    --color-checks-ansi-white-bright: #909dab;
    --color-checks-ansi-gray: #636e7b;
    --color-checks-ansi-red: #f47067;
    --color-checks-ansi-red-bright: #ff938a;
    --color-checks-ansi-green: #57ab5a;
    --color-checks-ansi-green-bright: #6bc46d;
    --color-checks-ansi-yellow: #c69026;
    --color-checks-ansi-yellow-bright: #daaa3f;
    --color-checks-ansi-blue: #539bf5;
    --color-checks-ansi-blue-bright: #6cb6ff;
    --color-checks-ansi-magenta: #b083f0;
    --color-checks-ansi-magenta-bright: #dcbdfb;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(205,217,229,0.1);
    --color-avatar-border: rgba(205,217,229,0.1);
    --color-avatar-stack-fade: #444c56;
    --color-avatar-stack-fade-more: #373e47;
    --color-avatar-child-shadow: 0 0 0 2px #22272e;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-overlay-backdrop: rgba(45,51,59,0.4);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-counter-bg: #444c56;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #347d39;
    --color-btn-primary-border: rgba(205,217,229,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #46954a;
    --color-btn-primary-hover-border: rgba(205,217,229,0.1);
    --color-btn-primary-selected-bg: #347d39;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(205,217,229,0.5);
    --color-btn-primary-disabled-bg: rgba(52,125,57,0.6);
    --color-btn-primary-disabled-border: rgba(205,217,229,0.1);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(17,52,23,0.2);
    --color-btn-outline-text: #4184e4;
    --color-btn-outline-hover-text: #539bf5;
    --color-btn-outline-hover-bg: #444c56;
    --color-btn-outline-hover-border: rgba(205,217,229,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(28,33,40,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(205,217,229,0.03);
    --color-btn-outline-hover-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-selected-text: #cdd9e5;
    --color-btn-outline-selected-bg: #1b4b91;
    --color-btn-outline-selected-border: rgba(205,217,229,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(83,155,245,0.5);
    --color-btn-outline-disabled-bg: #22272e;
    --color-btn-outline-disabled-counter-bg: rgba(49,109,202,0.05);
    --color-btn-outline-counter-bg: rgba(15,45,92,0.2);
    --color-btn-outline-hover-counter-fg: #539bf5;
    --color-btn-outline-disabled-counter-fg: rgba(83,155,245,0.5);
    --color-btn-outline-counter-fg: #4184e4;
    --color-btn-danger-text: #e5534b;
    --color-btn-danger-hover-text: #cdd9e5;
    --color-btn-danger-hover-bg: #c93c37;
    --color-btn-danger-hover-border: #e5534b;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #cdd9e5;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ad2e2c;
    --color-btn-danger-selected-border: #f47067;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(229,83,75,0.5);
    --color-btn-danger-disabled-bg: #22272e;
    --color-btn-danger-disabled-counter-bg: rgba(201,60,55,0.05);
    --color-btn-danger-counter-bg: rgba(93,15,18,0.2);
    --color-btn-danger-icon: #e5534b;
    --color-btn-danger-counter-fg: #e5534b;
    --color-btn-danger-disabled-counter-fg: rgba(229,83,75,0.5);
    --color-btn-danger-hover-counter-fg: #cdd9e5;
    --color-btn-inactive-bg: #373e47;
    --color-btn-inactive-text: #768390;
    --color-underlinenav-icon: #636e7b;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: rgba(99,110,123,0.1);
    --color-switch-track-hover-bg: hsla(213,11%,69%,0.1);
    --color-switch-track-active-bg: rgba(99,110,123,0.4);
    --color-switch-track-disabled-bg: #373e47;
    --color-switch-track-fg: #768390;
    --color-switch-track-disabled-fg: #1c2128;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(49,109,202,0.35);
    --color-switch-track-checked-hover-bg: rgba(49,109,202,0.5);
    --color-switch-track-checked-active-bg: rgba(49,109,202,0.65);
    --color-switch-track-checked-fg: #cdd9e5;
    --color-switch-track-checked-disabled-fg: #1c2128;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #22272e;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #2d333b;
    --color-switch-knob-checked-bg: #22272e;
    --color-switch-knob-checked-disabled-bg: #2d333b;
    --color-switch-knob-checked-border: rgba(49,109,202,0.35);
    --color-segmented-control-bg: rgba(99,110,123,0.1);
    --color-segmented-control-button-bg: #22272e;
    --color-segmented-control-button-hover-bg: #444c56;
    --color-segmented-control-button-active-bg: #373e47;
    --color-segmented-control-button-selected-border: #636e7b;
    --color-tree-view-item-chevron-hover-bg: rgba(144,157,171,0.12);
    --color-tree-view-item-directory-fill: #768390;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.1);
    --color-success-fg: #57ab5a;
    --color-success-emphasis: #347d39;
    --color-success-muted: rgba(70,149,74,0.4);
    --color-success-subtle: rgba(70,149,74,0.15);
    --color-attention-fg: #c69026;
    --color-attention-emphasis: #966600;
    --color-attention-muted: rgba(174,124,20,0.4);
    --color-attention-subtle: rgba(174,124,20,0.15);
    --color-severe-fg: #cc6b2c;
    --color-severe-emphasis: #ae5622;
    --color-severe-muted: rgba(204,107,44,0.4);
    --color-severe-subtle: rgba(204,107,44,0.1);
    --color-danger-fg: #e5534b;
    --color-danger-emphasis: #c93c37;
    --color-danger-muted: rgba(229,83,75,0.4);
    --color-danger-subtle: rgba(229,83,75,0.1);
    --color-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70,149,74,0.4);
    --color-open-subtle: rgba(70,149,74,0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229,83,75,0.4);
    --color-closed-subtle: rgba(229,83,75,0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152,110,226,0.4);
    --color-done-subtle: rgba(152,110,226,0.1);
    --color-sponsors-fg: #c96198;
    --color-sponsors-emphasis: #ae4c82;
    --color-sponsors-muted: rgba(201,97,152,0.4);
    --color-sponsors-subtle: rgba(201,97,152,0.1);
    --color-primer-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #ec775c;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #1c2128;
    --color-scale-white: #cdd9e5;
    --color-scale-gray-0: #cdd9e5;
    --color-scale-gray-1: #adbac7;
    --color-scale-gray-2: #909dab;
    --color-scale-gray-3: #768390;
    --color-scale-gray-4: #636e7b;
    --color-scale-gray-5: #545d68;
    --color-scale-gray-6: #444c56;
    --color-scale-gray-7: #373e47;
    --color-scale-gray-8: #2d333b;
    --color-scale-gray-9: #22272e;
    --color-scale-blue-0: #c6e6ff;
    --color-scale-blue-1: #96d0ff;
    --color-scale-blue-2: #6cb6ff;
    --color-scale-blue-3: #539bf5;
    --color-scale-blue-4: #4184e4;
    --color-scale-blue-5: #316dca;
    --color-scale-blue-6: #255ab2;
    --color-scale-blue-7: #1b4b91;
    --color-scale-blue-8: #143d79;
    --color-scale-blue-9: #0f2d5c;
    --color-scale-green-0: #b4f1b4;
    --color-scale-green-1: #8ddb8c;
    --color-scale-green-2: #6bc46d;
    --color-scale-green-3: #57ab5a;
    --color-scale-green-4: #46954a;
    --color-scale-green-5: #347d39;
    --color-scale-green-6: #2b6a30;
    --color-scale-green-7: #245829;
    --color-scale-green-8: #1b4721;
    --color-scale-green-9: #113417;
    --color-scale-yellow-0: #fbe090;
    --color-scale-yellow-1: #eac55f;
    --color-scale-yellow-2: #daaa3f;
    --color-scale-yellow-3: #c69026;
    --color-scale-yellow-4: #ae7c14;
    --color-scale-yellow-5: #966600;
    --color-scale-yellow-6: #805400;
    --color-scale-yellow-7: #6c4400;
    --color-scale-yellow-8: #593600;
    --color-scale-yellow-9: #452700;
    --color-scale-orange-0: #ffddb0;
    --color-scale-orange-1: #ffbc6f;
    --color-scale-orange-2: #f69d50;
    --color-scale-orange-3: #e0823d;
    --color-scale-orange-4: #cc6b2c;
    --color-scale-orange-5: #ae5622;
    --color-scale-orange-6: #94471b;
    --color-scale-orange-7: #7f3913;
    --color-scale-orange-8: #682d0f;
    --color-scale-orange-9: #4d210c;
    --color-scale-red-0: #ffd8d3;
    --color-scale-red-1: #ffb8b0;
    --color-scale-red-2: #ff938a;
    --color-scale-red-3: #f47067;
    --color-scale-red-4: #e5534b;
    --color-scale-red-5: #c93c37;
    --color-scale-red-6: #ad2e2c;
    --color-scale-red-7: #922323;
    --color-scale-red-8: #78191b;
    --color-scale-red-9: #5d0f12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #ffdacf;
    --color-scale-coral-1: #ffb9a5;
    --color-scale-coral-2: #f79981;
    --color-scale-coral-3: #ec775c;
    --color-scale-coral-4: #de5b41;
    --color-scale-coral-5: #c2442d;
    --color-scale-coral-6: #a93524;
    --color-scale-coral-7: #8d291b;
    --color-scale-coral-8: #771d13;
    --color-scale-coral-9: #5d1008;
  }
}
[data-color-mode=light][data-light-theme=dark_high_contrast]::-moz-selection, [data-color-mode=dark][data-dark-theme=dark_high_contrast]::-moz-selection {
  --color-canvas-default-transparent: rgba(10,12,16,0);
  --color-page-header-bg: #0a0c10;
  --color-marketing-icon-primary: #91cbff;
  --color-marketing-icon-secondary: #409eff;
  --color-diff-blob-addition-num-text: #f0f3f6;
  --color-diff-blob-addition-fg: #0a0c10;
  --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
  --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
  --color-diff-blob-addition-word-bg: #09b43a;
  --color-diff-blob-deletion-num-text: #f0f3f6;
  --color-diff-blob-deletion-fg: #0a0c10;
  --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
  --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
  --color-diff-blob-deletion-word-bg: #ff6a69;
  --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
  --color-diff-blob-expander-icon: #f0f3f6;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: #ffb1af;
  --color-diffstat-addition-border: #4ae168;
  --color-diffstat-addition-bg: #26cd4d;
  --color-search-keyword-hl: rgba(240,183,47,0.4);
  --color-prettylights-syntax-comment: #bdc4cc;
  --color-prettylights-syntax-constant: #91cbff;
  --color-prettylights-syntax-entity: #dbb7ff;
  --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
  --color-prettylights-syntax-entity-tag: #72f088;
  --color-prettylights-syntax-keyword: #ff9492;
  --color-prettylights-syntax-string: #addcff;
  --color-prettylights-syntax-variable: #ffb757;
  --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #ff4445;
  --color-prettylights-syntax-string-regexp: #72f088;
  --color-prettylights-syntax-markup-list: #fbd669;
  --color-prettylights-syntax-markup-heading: #409eff;
  --color-prettylights-syntax-markup-italic: #f0f3f6;
  --color-prettylights-syntax-markup-bold: #f0f3f6;
  --color-prettylights-syntax-markup-deleted-text: #ffdedb;
  --color-prettylights-syntax-markup-deleted-bg: #cc1421;
  --color-prettylights-syntax-markup-inserted-text: #acf7b6;
  --color-prettylights-syntax-markup-inserted-bg: #007728;
  --color-prettylights-syntax-markup-changed-text: #ffe1b4;
  --color-prettylights-syntax-markup-changed-bg: #a74c00;
  --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
  --color-prettylights-syntax-markup-ignored-bg: #318bf8;
  --color-prettylights-syntax-meta-diff-range: #dbb7ff;
  --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
  --color-prettylights-syntax-constant-other-reference-link: #addcff;
  --color-codemirror-text: #f0f3f6;
  --color-codemirror-bg: #0a0c10;
  --color-codemirror-gutters-bg: #0a0c10;
  --color-codemirror-guttermarker-text: #0a0c10;
  --color-codemirror-guttermarker-subtle-text: #9ea7b3;
  --color-codemirror-linenumber-text: #f0f3f6;
  --color-codemirror-cursor: #f0f3f6;
  --color-codemirror-selection-bg: rgba(64,158,255,0.4);
  --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
  --color-codemirror-matchingbracket-text: #f0f3f6;
  --color-codemirror-lines-bg: #0a0c10;
  --color-codemirror-syntax-comment: #bdc4cc;
  --color-codemirror-syntax-constant: #91cbff;
  --color-codemirror-syntax-entity: #dbb7ff;
  --color-codemirror-syntax-keyword: #ff9492;
  --color-codemirror-syntax-storage: #ff9492;
  --color-codemirror-syntax-string: #addcff;
  --color-codemirror-syntax-support: #91cbff;
  --color-codemirror-syntax-variable: #ffb757;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #f0f3f6;
  --color-checks-text-secondary: #f0f3f6;
  --color-checks-text-link: #71b7ff;
  --color-checks-btn-icon: #f0f3f6;
  --color-checks-btn-hover-icon: #f0f3f6;
  --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-input-text: #f0f3f6;
  --color-checks-input-placeholder-text: #9ea7b3;
  --color-checks-input-focus-text: #f0f3f6;
  --color-checks-input-bg: #272b33;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #ff6a69;
  --color-checks-donut-pending: #f0b72f;
  --color-checks-donut-success: #09b43a;
  --color-checks-donut-neutral: #bdc4cc;
  --color-checks-dropdown-text: #f0f3f6;
  --color-checks-dropdown-bg: #272b33;
  --color-checks-dropdown-border: #7a828e;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #f0f3f6;
  --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
  --color-checks-dropdown-btn-hover-text: #f0f3f6;
  --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
  --color-checks-header-label-text: #f0f3f6;
  --color-checks-header-label-open-text: #f0f3f6;
  --color-checks-header-border: #7a828e;
  --color-checks-header-icon: #f0f3f6;
  --color-checks-line-text: #f0f3f6;
  --color-checks-line-num-text: #9ea7b3;
  --color-checks-line-timestamp-text: #9ea7b3;
  --color-checks-line-hover-bg: rgba(158,167,179,0.1);
  --color-checks-line-selected-bg: rgba(64,158,255,0.1);
  --color-checks-line-selected-num-text: #71b7ff;
  --color-checks-line-dt-fm-text: #0a0c10;
  --color-checks-line-dt-fm-bg: #e09b13;
  --color-checks-gate-bg: rgba(224,155,19,0.15);
  --color-checks-gate-text: #f0f3f6;
  --color-checks-gate-waiting-text: #f0b72f;
  --color-checks-step-header-open-bg: #272b33;
  --color-checks-step-error-text: #ff6a69;
  --color-checks-step-warning-text: #f0b72f;
  --color-checks-logline-text: #f0f3f6;
  --color-checks-logline-num-text: #9ea7b3;
  --color-checks-logline-debug-text: #b780ff;
  --color-checks-logline-error-text: #f0f3f6;
  --color-checks-logline-error-num-text: #9ea7b3;
  --color-checks-logline-error-bg: rgba(255,106,105,0.1);
  --color-checks-logline-warning-text: #f0f3f6;
  --color-checks-logline-warning-num-text: #f0b72f;
  --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
  --color-checks-logline-command-text: #71b7ff;
  --color-checks-logline-section-text: #26cd4d;
  --color-checks-ansi-black: #0a0c10;
  --color-checks-ansi-black-bright: #272b33;
  --color-checks-ansi-white: #d9dee3;
  --color-checks-ansi-white-bright: #d9dee3;
  --color-checks-ansi-gray: #9ea7b3;
  --color-checks-ansi-red: #ff9492;
  --color-checks-ansi-red-bright: #ffb1af;
  --color-checks-ansi-green: #26cd4d;
  --color-checks-ansi-green-bright: #4ae168;
  --color-checks-ansi-yellow: #f0b72f;
  --color-checks-ansi-yellow-bright: #f7c843;
  --color-checks-ansi-blue: #71b7ff;
  --color-checks-ansi-blue-bright: #91cbff;
  --color-checks-ansi-magenta: #cb9eff;
  --color-checks-ansi-magenta-bright: #dbb7ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0a0c10;
  --color-project-sidebar-bg: #272b33;
  --color-project-gradient-in: #272b33;
  --color-project-gradient-out: rgba(39,43,51,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #9ea7b3;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(255,255,255,0.9);
  --color-avatar-stack-fade: #525964;
  --color-avatar-stack-fade-more: #272b33;
  --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
  --color-topic-tag-border: #409eff;
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #7a828e;
  --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
  --color-select-menu-tap-focus-bg: #1e60d5;
  --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(39,43,51,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #272b33;
  --color-header-divider: #bdc4cc;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0a0c10;
  --color-header-search-border: #525964;
  --color-sidenav-selected-bg: #272b33;
  --color-menu-bg-active: #272b33;
  --color-input-disabled-bg: rgba(158,167,179,0);
  --color-timeline-badge-bg: #272b33;
  --color-ansi-black: #7a828e;
  --color-ansi-black-bright: #9ea7b3;
  --color-ansi-white: #d9dee3;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #9ea7b3;
  --color-ansi-red: #ff9492;
  --color-ansi-red-bright: #ffb1af;
  --color-ansi-green: #26cd4d;
  --color-ansi-green-bright: #4ae168;
  --color-ansi-yellow: #f0b72f;
  --color-ansi-yellow-bright: #f7c843;
  --color-ansi-blue: #71b7ff;
  --color-ansi-blue-bright: #91cbff;
  --color-ansi-magenta: #cb9eff;
  --color-ansi-magenta-bright: #dbb7ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #f0f3f6;
  --color-btn-bg: #272b33;
  --color-btn-border: #7a828e;
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #525964;
  --color-btn-hover-border: #bdc4cc;
  --color-btn-active-bg: hsla(217,10%,33%,1);
  --color-btn-active-border: #9ea7b3;
  --color-btn-selected-bg: rgba(82,89,100,0.9);
  --color-btn-counter-bg: #525964;
  --color-btn-primary-text: #0a0c10;
  --color-btn-primary-bg: #09b43a;
  --color-btn-primary-border: #4ae168;
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #26cd4d;
  --color-btn-primary-hover-border: #4ae168;
  --color-btn-primary-selected-bg: #09b43a;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
  --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
  --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
  --color-btn-primary-icon: #0a0c10;
  --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
  --color-btn-outline-text: #409eff;
  --color-btn-outline-hover-text: #71b7ff;
  --color-btn-outline-hover-bg: #525964;
  --color-btn-outline-hover-border: #7a828e;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #2672f3;
  --color-btn-outline-selected-border: #7a828e;
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
  --color-btn-outline-disabled-bg: #0a0c10;
  --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
  --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-hover-counter-fg: #71b7ff;
  --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
  --color-btn-outline-counter-fg: #409eff;
  --color-btn-danger-text: #ff6a69;
  --color-btn-danger-hover-text: #0a0c10;
  --color-btn-danger-hover-bg: #ff6a69;
  --color-btn-danger-hover-border: #ff6a69;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #0a0c10;
  --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ff4445;
  --color-btn-danger-selected-border: #ff9492;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
  --color-btn-danger-disabled-bg: #0a0c10;
  --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
  --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-icon: #ff6a69;
  --color-btn-danger-counter-fg: #ff6a69;
  --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #272b33;
  --color-btn-inactive-text: #bdc4cc;
  --color-underlinenav-icon: #f0f3f6;
  --color-underlinenav-border-hover: #bdc4cc;
  --color-action-list-item-inline-divider: #7a828e;
  --color-action-list-item-default-hover-bg: #272b33;
  --color-action-list-item-default-hover-border: #7a828e;
  --color-action-list-item-default-active-bg: #525964;
  --color-action-list-item-default-active-border: #9ea7b3;
  --color-action-list-item-default-selected-bg: #525964;
  --color-action-list-item-danger-hover-bg: #ff6a69;
  --color-action-list-item-danger-active-bg: #ff4445;
  --color-action-list-item-danger-hover-text: #0a0c10;
  --color-switch-track-bg: #9ea7b3;
  --color-switch-track-hover-bg: hsla(214,12%,61%,1);
  --color-switch-track-active-bg: hsla(214,12%,58%,1);
  --color-switch-track-disabled-bg: #272b33;
  --color-switch-track-fg: #0a0c10;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #409eff;
  --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
  --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
  --color-switch-track-checked-fg: #0a0c10;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0a0c10;
  --color-switch-knob-border: #9ea7b3;
  --color-switch-knob-disabled-bg: #272b33;
  --color-switch-knob-checked-bg: #0a0c10;
  --color-switch-knob-checked-disabled-bg: #272b33;
  --color-switch-knob-checked-border: #409eff;
  --color-segmented-control-bg: rgba(158,167,179,0.1);
  --color-segmented-control-button-bg: #0a0c10;
  --color-segmented-control-button-hover-bg: #525964;
  --color-segmented-control-button-active-bg: #272b33;
  --color-segmented-control-button-selected-border: #9ea7b3;
  --color-tree-view-item-chevron-hover-bg: #525964;
  --color-tree-view-item-directory-fill: #f0f3f6;
  --color-fg-default: #f0f3f6;
  --color-fg-muted: #f0f3f6;
  --color-fg-subtle: #9ea7b3;
  --color-fg-on-emphasis: #0a0c10;
  --color-canvas-default: #0a0c10;
  --color-canvas-overlay: #272b33;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #272b33;
  --color-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #ffffff;
  --color-neutral-emphasis: #9ea7b3;
  --color-neutral-muted: rgba(158,167,179,0.4);
  --color-neutral-subtle: rgba(158,167,179,0.1);
  --color-accent-fg: #71b7ff;
  --color-accent-emphasis: #409eff;
  --color-accent-muted: #409eff;
  --color-accent-subtle: rgba(64,158,255,0.1);
  --color-success-fg: #26cd4d;
  --color-success-emphasis: #09b43a;
  --color-success-muted: #09b43a;
  --color-success-subtle: rgba(9,180,58,0.15);
  --color-attention-fg: #f0b72f;
  --color-attention-emphasis: #e09b13;
  --color-attention-muted: #e09b13;
  --color-attention-subtle: rgba(224,155,19,0.15);
  --color-severe-fg: #e7811d;
  --color-severe-emphasis: #e7811d;
  --color-severe-muted: #e7811d;
  --color-severe-subtle: rgba(231,129,29,0.1);
  --color-danger-fg: #ff6a69;
  --color-danger-emphasis: #ff6a69;
  --color-danger-muted: #ff6a69;
  --color-danger-subtle: rgba(255,106,105,0.1);
  --color-open-fg: #26cd4d;
  --color-open-emphasis: #09b43a;
  --color-open-muted: rgba(9,180,58,0.4);
  --color-open-subtle: rgba(9,180,58,0.15);
  --color-closed-fg: #ff6a69;
  --color-closed-emphasis: #ff6a69;
  --color-closed-muted: rgba(255,106,105,0.4);
  --color-closed-subtle: rgba(255,106,105,0.15);
  --color-done-fg: #b780ff;
  --color-done-emphasis: #b87fff;
  --color-done-muted: #b780ff;
  --color-done-subtle: rgba(183,128,255,0.1);
  --color-sponsors-fg: #ef6eb1;
  --color-sponsors-emphasis: #ef6eb1;
  --color-sponsors-muted: #ef6eb1;
  --color-sponsors-subtle: rgba(239,110,177,0.1);
  --color-primer-fg-disabled: #7a828e;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(10,12,16,0.95);
  --color-primer-border-active: #ff967d;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #f0f3f6;
  --color-scale-gray-2: #d9dee3;
  --color-scale-gray-3: #bdc4cc;
  --color-scale-gray-4: #9ea7b3;
  --color-scale-gray-5: #7a828e;
  --color-scale-gray-6: #525964;
  --color-scale-gray-7: #272b33;
  --color-scale-gray-8: #272b33;
  --color-scale-gray-9: #0a0c10;
  --color-scale-blue-0: #caeaff;
  --color-scale-blue-1: #addcff;
  --color-scale-blue-2: #91cbff;
  --color-scale-blue-3: #71b7ff;
  --color-scale-blue-4: #409eff;
  --color-scale-blue-5: #409eff;
  --color-scale-blue-6: #318bf8;
  --color-scale-blue-7: #2672f3;
  --color-scale-blue-8: #1e60d5;
  --color-scale-blue-9: #194fb1;
  --color-scale-green-0: #acf7b6;
  --color-scale-green-1: #72f088;
  --color-scale-green-2: #4ae168;
  --color-scale-green-3: #26cd4d;
  --color-scale-green-4: #09b43a;
  --color-scale-green-5: #09b43a;
  --color-scale-green-6: #02a232;
  --color-scale-green-7: #008c2c;
  --color-scale-green-8: #007728;
  --color-scale-green-9: #006222;
  --color-scale-yellow-0: #fbe59e;
  --color-scale-yellow-1: #fbd669;
  --color-scale-yellow-2: #f7c843;
  --color-scale-yellow-3: #f0b72f;
  --color-scale-yellow-4: #e09b13;
  --color-scale-yellow-5: #e09b13;
  --color-scale-yellow-6: #c88508;
  --color-scale-yellow-7: #ae7104;
  --color-scale-yellow-8: #945d02;
  --color-scale-yellow-9: #7b4900;
  --color-scale-orange-0: #ffe1b4;
  --color-scale-orange-1: #ffcf86;
  --color-scale-orange-2: #ffb757;
  --color-scale-orange-3: #fe9a2d;
  --color-scale-orange-4: #e7811d;
  --color-scale-orange-5: #e7811d;
  --color-scale-orange-6: #d57014;
  --color-scale-orange-7: #bf5e0a;
  --color-scale-orange-8: #a74c00;
  --color-scale-orange-9: #8f3c00;
  --color-scale-red-0: #ffdedb;
  --color-scale-red-1: #ffc9c7;
  --color-scale-red-2: #ffb1af;
  --color-scale-red-3: #ff9492;
  --color-scale-red-4: #ff6a69;
  --color-scale-red-5: #ff6a69;
  --color-scale-red-6: #ff4445;
  --color-scale-red-7: #e82a2f;
  --color-scale-red-8: #cc1421;
  --color-scale-red-9: #ad0116;
  --color-scale-purple-0: #f0dfff;
  --color-scale-purple-1: #e6ccff;
  --color-scale-purple-2: #dbb7ff;
  --color-scale-purple-3: #cb9eff;
  --color-scale-purple-4: #b780ff;
  --color-scale-purple-5: #b87fff;
  --color-scale-purple-6: #a66bff;
  --color-scale-purple-7: #954ffd;
  --color-scale-purple-8: #8031f7;
  --color-scale-purple-9: #6921d7;
  --color-scale-pink-0: #ffdceb;
  --color-scale-pink-1: #ffc7e1;
  --color-scale-pink-2: #ffadd4;
  --color-scale-pink-3: #ff8dc7;
  --color-scale-pink-4: #ef6eb1;
  --color-scale-pink-5: #ef6eb1;
  --color-scale-pink-6: #e456a3;
  --color-scale-pink-7: #d23d91;
  --color-scale-pink-8: #b72c7d;
  --color-scale-pink-9: #9c1d6a;
  --color-scale-coral-0: #ffded4;
  --color-scale-coral-1: #ffcbb9;
  --color-scale-coral-2: #ffb39b;
  --color-scale-coral-3: #ff967d;
  --color-scale-coral-4: #fc704f;
  --color-scale-coral-5: #fc704f;
  --color-scale-coral-6: #f75133;
  --color-scale-coral-7: #e03b21;
  --color-scale-coral-8: #c62612;
  --color-scale-coral-9: #a91500;
}
[data-color-mode=light][data-light-theme=dark_high_contrast], [data-color-mode=light][data-light-theme=dark_high_contrast]::selection,
[data-color-mode=dark][data-dark-theme=dark_high_contrast],
[data-color-mode=dark][data-dark-theme=dark_high_contrast]::selection {
  --color-canvas-default-transparent: rgba(10,12,16,0);
  --color-page-header-bg: #0a0c10;
  --color-marketing-icon-primary: #91cbff;
  --color-marketing-icon-secondary: #409eff;
  --color-diff-blob-addition-num-text: #f0f3f6;
  --color-diff-blob-addition-fg: #0a0c10;
  --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
  --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
  --color-diff-blob-addition-word-bg: #09b43a;
  --color-diff-blob-deletion-num-text: #f0f3f6;
  --color-diff-blob-deletion-fg: #0a0c10;
  --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
  --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
  --color-diff-blob-deletion-word-bg: #ff6a69;
  --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
  --color-diff-blob-expander-icon: #f0f3f6;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: #ffb1af;
  --color-diffstat-addition-border: #4ae168;
  --color-diffstat-addition-bg: #26cd4d;
  --color-search-keyword-hl: rgba(240,183,47,0.4);
  --color-prettylights-syntax-comment: #bdc4cc;
  --color-prettylights-syntax-constant: #91cbff;
  --color-prettylights-syntax-entity: #dbb7ff;
  --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
  --color-prettylights-syntax-entity-tag: #72f088;
  --color-prettylights-syntax-keyword: #ff9492;
  --color-prettylights-syntax-string: #addcff;
  --color-prettylights-syntax-variable: #ffb757;
  --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #ff4445;
  --color-prettylights-syntax-string-regexp: #72f088;
  --color-prettylights-syntax-markup-list: #fbd669;
  --color-prettylights-syntax-markup-heading: #409eff;
  --color-prettylights-syntax-markup-italic: #f0f3f6;
  --color-prettylights-syntax-markup-bold: #f0f3f6;
  --color-prettylights-syntax-markup-deleted-text: #ffdedb;
  --color-prettylights-syntax-markup-deleted-bg: #cc1421;
  --color-prettylights-syntax-markup-inserted-text: #acf7b6;
  --color-prettylights-syntax-markup-inserted-bg: #007728;
  --color-prettylights-syntax-markup-changed-text: #ffe1b4;
  --color-prettylights-syntax-markup-changed-bg: #a74c00;
  --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
  --color-prettylights-syntax-markup-ignored-bg: #318bf8;
  --color-prettylights-syntax-meta-diff-range: #dbb7ff;
  --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
  --color-prettylights-syntax-constant-other-reference-link: #addcff;
  --color-codemirror-text: #f0f3f6;
  --color-codemirror-bg: #0a0c10;
  --color-codemirror-gutters-bg: #0a0c10;
  --color-codemirror-guttermarker-text: #0a0c10;
  --color-codemirror-guttermarker-subtle-text: #9ea7b3;
  --color-codemirror-linenumber-text: #f0f3f6;
  --color-codemirror-cursor: #f0f3f6;
  --color-codemirror-selection-bg: rgba(64,158,255,0.4);
  --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
  --color-codemirror-matchingbracket-text: #f0f3f6;
  --color-codemirror-lines-bg: #0a0c10;
  --color-codemirror-syntax-comment: #bdc4cc;
  --color-codemirror-syntax-constant: #91cbff;
  --color-codemirror-syntax-entity: #dbb7ff;
  --color-codemirror-syntax-keyword: #ff9492;
  --color-codemirror-syntax-storage: #ff9492;
  --color-codemirror-syntax-string: #addcff;
  --color-codemirror-syntax-support: #91cbff;
  --color-codemirror-syntax-variable: #ffb757;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #f0f3f6;
  --color-checks-text-secondary: #f0f3f6;
  --color-checks-text-link: #71b7ff;
  --color-checks-btn-icon: #f0f3f6;
  --color-checks-btn-hover-icon: #f0f3f6;
  --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-input-text: #f0f3f6;
  --color-checks-input-placeholder-text: #9ea7b3;
  --color-checks-input-focus-text: #f0f3f6;
  --color-checks-input-bg: #272b33;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #ff6a69;
  --color-checks-donut-pending: #f0b72f;
  --color-checks-donut-success: #09b43a;
  --color-checks-donut-neutral: #bdc4cc;
  --color-checks-dropdown-text: #f0f3f6;
  --color-checks-dropdown-bg: #272b33;
  --color-checks-dropdown-border: #7a828e;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #f0f3f6;
  --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
  --color-checks-dropdown-btn-hover-text: #f0f3f6;
  --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
  --color-checks-header-label-text: #f0f3f6;
  --color-checks-header-label-open-text: #f0f3f6;
  --color-checks-header-border: #7a828e;
  --color-checks-header-icon: #f0f3f6;
  --color-checks-line-text: #f0f3f6;
  --color-checks-line-num-text: #9ea7b3;
  --color-checks-line-timestamp-text: #9ea7b3;
  --color-checks-line-hover-bg: rgba(158,167,179,0.1);
  --color-checks-line-selected-bg: rgba(64,158,255,0.1);
  --color-checks-line-selected-num-text: #71b7ff;
  --color-checks-line-dt-fm-text: #0a0c10;
  --color-checks-line-dt-fm-bg: #e09b13;
  --color-checks-gate-bg: rgba(224,155,19,0.15);
  --color-checks-gate-text: #f0f3f6;
  --color-checks-gate-waiting-text: #f0b72f;
  --color-checks-step-header-open-bg: #272b33;
  --color-checks-step-error-text: #ff6a69;
  --color-checks-step-warning-text: #f0b72f;
  --color-checks-logline-text: #f0f3f6;
  --color-checks-logline-num-text: #9ea7b3;
  --color-checks-logline-debug-text: #b780ff;
  --color-checks-logline-error-text: #f0f3f6;
  --color-checks-logline-error-num-text: #9ea7b3;
  --color-checks-logline-error-bg: rgba(255,106,105,0.1);
  --color-checks-logline-warning-text: #f0f3f6;
  --color-checks-logline-warning-num-text: #f0b72f;
  --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
  --color-checks-logline-command-text: #71b7ff;
  --color-checks-logline-section-text: #26cd4d;
  --color-checks-ansi-black: #0a0c10;
  --color-checks-ansi-black-bright: #272b33;
  --color-checks-ansi-white: #d9dee3;
  --color-checks-ansi-white-bright: #d9dee3;
  --color-checks-ansi-gray: #9ea7b3;
  --color-checks-ansi-red: #ff9492;
  --color-checks-ansi-red-bright: #ffb1af;
  --color-checks-ansi-green: #26cd4d;
  --color-checks-ansi-green-bright: #4ae168;
  --color-checks-ansi-yellow: #f0b72f;
  --color-checks-ansi-yellow-bright: #f7c843;
  --color-checks-ansi-blue: #71b7ff;
  --color-checks-ansi-blue-bright: #91cbff;
  --color-checks-ansi-magenta: #cb9eff;
  --color-checks-ansi-magenta-bright: #dbb7ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0a0c10;
  --color-project-sidebar-bg: #272b33;
  --color-project-gradient-in: #272b33;
  --color-project-gradient-out: rgba(39,43,51,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #9ea7b3;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(255,255,255,0.9);
  --color-avatar-stack-fade: #525964;
  --color-avatar-stack-fade-more: #272b33;
  --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
  --color-topic-tag-border: #409eff;
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #7a828e;
  --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
  --color-select-menu-tap-focus-bg: #1e60d5;
  --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(39,43,51,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #272b33;
  --color-header-divider: #bdc4cc;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0a0c10;
  --color-header-search-border: #525964;
  --color-sidenav-selected-bg: #272b33;
  --color-menu-bg-active: #272b33;
  --color-input-disabled-bg: rgba(158,167,179,0);
  --color-timeline-badge-bg: #272b33;
  --color-ansi-black: #7a828e;
  --color-ansi-black-bright: #9ea7b3;
  --color-ansi-white: #d9dee3;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #9ea7b3;
  --color-ansi-red: #ff9492;
  --color-ansi-red-bright: #ffb1af;
  --color-ansi-green: #26cd4d;
  --color-ansi-green-bright: #4ae168;
  --color-ansi-yellow: #f0b72f;
  --color-ansi-yellow-bright: #f7c843;
  --color-ansi-blue: #71b7ff;
  --color-ansi-blue-bright: #91cbff;
  --color-ansi-magenta: #cb9eff;
  --color-ansi-magenta-bright: #dbb7ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #f0f3f6;
  --color-btn-bg: #272b33;
  --color-btn-border: #7a828e;
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #525964;
  --color-btn-hover-border: #bdc4cc;
  --color-btn-active-bg: hsla(217,10%,33%,1);
  --color-btn-active-border: #9ea7b3;
  --color-btn-selected-bg: rgba(82,89,100,0.9);
  --color-btn-counter-bg: #525964;
  --color-btn-primary-text: #0a0c10;
  --color-btn-primary-bg: #09b43a;
  --color-btn-primary-border: #4ae168;
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #26cd4d;
  --color-btn-primary-hover-border: #4ae168;
  --color-btn-primary-selected-bg: #09b43a;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
  --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
  --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
  --color-btn-primary-icon: #0a0c10;
  --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
  --color-btn-outline-text: #409eff;
  --color-btn-outline-hover-text: #71b7ff;
  --color-btn-outline-hover-bg: #525964;
  --color-btn-outline-hover-border: #7a828e;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #2672f3;
  --color-btn-outline-selected-border: #7a828e;
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
  --color-btn-outline-disabled-bg: #0a0c10;
  --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
  --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-hover-counter-fg: #71b7ff;
  --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
  --color-btn-outline-counter-fg: #409eff;
  --color-btn-danger-text: #ff6a69;
  --color-btn-danger-hover-text: #0a0c10;
  --color-btn-danger-hover-bg: #ff6a69;
  --color-btn-danger-hover-border: #ff6a69;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #0a0c10;
  --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ff4445;
  --color-btn-danger-selected-border: #ff9492;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
  --color-btn-danger-disabled-bg: #0a0c10;
  --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
  --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-icon: #ff6a69;
  --color-btn-danger-counter-fg: #ff6a69;
  --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #272b33;
  --color-btn-inactive-text: #bdc4cc;
  --color-underlinenav-icon: #f0f3f6;
  --color-underlinenav-border-hover: #bdc4cc;
  --color-action-list-item-inline-divider: #7a828e;
  --color-action-list-item-default-hover-bg: #272b33;
  --color-action-list-item-default-hover-border: #7a828e;
  --color-action-list-item-default-active-bg: #525964;
  --color-action-list-item-default-active-border: #9ea7b3;
  --color-action-list-item-default-selected-bg: #525964;
  --color-action-list-item-danger-hover-bg: #ff6a69;
  --color-action-list-item-danger-active-bg: #ff4445;
  --color-action-list-item-danger-hover-text: #0a0c10;
  --color-switch-track-bg: #9ea7b3;
  --color-switch-track-hover-bg: hsla(214,12%,61%,1);
  --color-switch-track-active-bg: hsla(214,12%,58%,1);
  --color-switch-track-disabled-bg: #272b33;
  --color-switch-track-fg: #0a0c10;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #409eff;
  --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
  --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
  --color-switch-track-checked-fg: #0a0c10;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0a0c10;
  --color-switch-knob-border: #9ea7b3;
  --color-switch-knob-disabled-bg: #272b33;
  --color-switch-knob-checked-bg: #0a0c10;
  --color-switch-knob-checked-disabled-bg: #272b33;
  --color-switch-knob-checked-border: #409eff;
  --color-segmented-control-bg: rgba(158,167,179,0.1);
  --color-segmented-control-button-bg: #0a0c10;
  --color-segmented-control-button-hover-bg: #525964;
  --color-segmented-control-button-active-bg: #272b33;
  --color-segmented-control-button-selected-border: #9ea7b3;
  --color-tree-view-item-chevron-hover-bg: #525964;
  --color-tree-view-item-directory-fill: #f0f3f6;
  --color-fg-default: #f0f3f6;
  --color-fg-muted: #f0f3f6;
  --color-fg-subtle: #9ea7b3;
  --color-fg-on-emphasis: #0a0c10;
  --color-canvas-default: #0a0c10;
  --color-canvas-overlay: #272b33;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #272b33;
  --color-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #ffffff;
  --color-neutral-emphasis: #9ea7b3;
  --color-neutral-muted: rgba(158,167,179,0.4);
  --color-neutral-subtle: rgba(158,167,179,0.1);
  --color-accent-fg: #71b7ff;
  --color-accent-emphasis: #409eff;
  --color-accent-muted: #409eff;
  --color-accent-subtle: rgba(64,158,255,0.1);
  --color-success-fg: #26cd4d;
  --color-success-emphasis: #09b43a;
  --color-success-muted: #09b43a;
  --color-success-subtle: rgba(9,180,58,0.15);
  --color-attention-fg: #f0b72f;
  --color-attention-emphasis: #e09b13;
  --color-attention-muted: #e09b13;
  --color-attention-subtle: rgba(224,155,19,0.15);
  --color-severe-fg: #e7811d;
  --color-severe-emphasis: #e7811d;
  --color-severe-muted: #e7811d;
  --color-severe-subtle: rgba(231,129,29,0.1);
  --color-danger-fg: #ff6a69;
  --color-danger-emphasis: #ff6a69;
  --color-danger-muted: #ff6a69;
  --color-danger-subtle: rgba(255,106,105,0.1);
  --color-open-fg: #26cd4d;
  --color-open-emphasis: #09b43a;
  --color-open-muted: rgba(9,180,58,0.4);
  --color-open-subtle: rgba(9,180,58,0.15);
  --color-closed-fg: #ff6a69;
  --color-closed-emphasis: #ff6a69;
  --color-closed-muted: rgba(255,106,105,0.4);
  --color-closed-subtle: rgba(255,106,105,0.15);
  --color-done-fg: #b780ff;
  --color-done-emphasis: #b87fff;
  --color-done-muted: #b780ff;
  --color-done-subtle: rgba(183,128,255,0.1);
  --color-sponsors-fg: #ef6eb1;
  --color-sponsors-emphasis: #ef6eb1;
  --color-sponsors-muted: #ef6eb1;
  --color-sponsors-subtle: rgba(239,110,177,0.1);
  --color-primer-fg-disabled: #7a828e;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(10,12,16,0.95);
  --color-primer-border-active: #ff967d;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #f0f3f6;
  --color-scale-gray-2: #d9dee3;
  --color-scale-gray-3: #bdc4cc;
  --color-scale-gray-4: #9ea7b3;
  --color-scale-gray-5: #7a828e;
  --color-scale-gray-6: #525964;
  --color-scale-gray-7: #272b33;
  --color-scale-gray-8: #272b33;
  --color-scale-gray-9: #0a0c10;
  --color-scale-blue-0: #caeaff;
  --color-scale-blue-1: #addcff;
  --color-scale-blue-2: #91cbff;
  --color-scale-blue-3: #71b7ff;
  --color-scale-blue-4: #409eff;
  --color-scale-blue-5: #409eff;
  --color-scale-blue-6: #318bf8;
  --color-scale-blue-7: #2672f3;
  --color-scale-blue-8: #1e60d5;
  --color-scale-blue-9: #194fb1;
  --color-scale-green-0: #acf7b6;
  --color-scale-green-1: #72f088;
  --color-scale-green-2: #4ae168;
  --color-scale-green-3: #26cd4d;
  --color-scale-green-4: #09b43a;
  --color-scale-green-5: #09b43a;
  --color-scale-green-6: #02a232;
  --color-scale-green-7: #008c2c;
  --color-scale-green-8: #007728;
  --color-scale-green-9: #006222;
  --color-scale-yellow-0: #fbe59e;
  --color-scale-yellow-1: #fbd669;
  --color-scale-yellow-2: #f7c843;
  --color-scale-yellow-3: #f0b72f;
  --color-scale-yellow-4: #e09b13;
  --color-scale-yellow-5: #e09b13;
  --color-scale-yellow-6: #c88508;
  --color-scale-yellow-7: #ae7104;
  --color-scale-yellow-8: #945d02;
  --color-scale-yellow-9: #7b4900;
  --color-scale-orange-0: #ffe1b4;
  --color-scale-orange-1: #ffcf86;
  --color-scale-orange-2: #ffb757;
  --color-scale-orange-3: #fe9a2d;
  --color-scale-orange-4: #e7811d;
  --color-scale-orange-5: #e7811d;
  --color-scale-orange-6: #d57014;
  --color-scale-orange-7: #bf5e0a;
  --color-scale-orange-8: #a74c00;
  --color-scale-orange-9: #8f3c00;
  --color-scale-red-0: #ffdedb;
  --color-scale-red-1: #ffc9c7;
  --color-scale-red-2: #ffb1af;
  --color-scale-red-3: #ff9492;
  --color-scale-red-4: #ff6a69;
  --color-scale-red-5: #ff6a69;
  --color-scale-red-6: #ff4445;
  --color-scale-red-7: #e82a2f;
  --color-scale-red-8: #cc1421;
  --color-scale-red-9: #ad0116;
  --color-scale-purple-0: #f0dfff;
  --color-scale-purple-1: #e6ccff;
  --color-scale-purple-2: #dbb7ff;
  --color-scale-purple-3: #cb9eff;
  --color-scale-purple-4: #b780ff;
  --color-scale-purple-5: #b87fff;
  --color-scale-purple-6: #a66bff;
  --color-scale-purple-7: #954ffd;
  --color-scale-purple-8: #8031f7;
  --color-scale-purple-9: #6921d7;
  --color-scale-pink-0: #ffdceb;
  --color-scale-pink-1: #ffc7e1;
  --color-scale-pink-2: #ffadd4;
  --color-scale-pink-3: #ff8dc7;
  --color-scale-pink-4: #ef6eb1;
  --color-scale-pink-5: #ef6eb1;
  --color-scale-pink-6: #e456a3;
  --color-scale-pink-7: #d23d91;
  --color-scale-pink-8: #b72c7d;
  --color-scale-pink-9: #9c1d6a;
  --color-scale-coral-0: #ffded4;
  --color-scale-coral-1: #ffcbb9;
  --color-scale-coral-2: #ffb39b;
  --color-scale-coral-3: #ff967d;
  --color-scale-coral-4: #fc704f;
  --color-scale-coral-5: #fc704f;
  --color-scale-coral-6: #f75133;
  --color-scale-coral-7: #e03b21;
  --color-scale-coral-8: #c62612;
  --color-scale-coral-9: #a91500;
}

::backdrop,
[data-color-mode=light][data-light-theme=dark_high_contrast] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_high_contrast] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=dark_high_contrast] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_high_contrast] ::backdrop {
  --color-canvas-default-transparent: rgba(10,12,16,0);
  --color-page-header-bg: #0a0c10;
  --color-marketing-icon-primary: #91cbff;
  --color-marketing-icon-secondary: #409eff;
  --color-diff-blob-addition-num-text: #f0f3f6;
  --color-diff-blob-addition-fg: #0a0c10;
  --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
  --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
  --color-diff-blob-addition-word-bg: #09b43a;
  --color-diff-blob-deletion-num-text: #f0f3f6;
  --color-diff-blob-deletion-fg: #0a0c10;
  --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
  --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
  --color-diff-blob-deletion-word-bg: #ff6a69;
  --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
  --color-diff-blob-expander-icon: #f0f3f6;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: #ffb1af;
  --color-diffstat-addition-border: #4ae168;
  --color-diffstat-addition-bg: #26cd4d;
  --color-search-keyword-hl: rgba(240,183,47,0.4);
  --color-prettylights-syntax-comment: #bdc4cc;
  --color-prettylights-syntax-constant: #91cbff;
  --color-prettylights-syntax-entity: #dbb7ff;
  --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
  --color-prettylights-syntax-entity-tag: #72f088;
  --color-prettylights-syntax-keyword: #ff9492;
  --color-prettylights-syntax-string: #addcff;
  --color-prettylights-syntax-variable: #ffb757;
  --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #ff4445;
  --color-prettylights-syntax-string-regexp: #72f088;
  --color-prettylights-syntax-markup-list: #fbd669;
  --color-prettylights-syntax-markup-heading: #409eff;
  --color-prettylights-syntax-markup-italic: #f0f3f6;
  --color-prettylights-syntax-markup-bold: #f0f3f6;
  --color-prettylights-syntax-markup-deleted-text: #ffdedb;
  --color-prettylights-syntax-markup-deleted-bg: #cc1421;
  --color-prettylights-syntax-markup-inserted-text: #acf7b6;
  --color-prettylights-syntax-markup-inserted-bg: #007728;
  --color-prettylights-syntax-markup-changed-text: #ffe1b4;
  --color-prettylights-syntax-markup-changed-bg: #a74c00;
  --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
  --color-prettylights-syntax-markup-ignored-bg: #318bf8;
  --color-prettylights-syntax-meta-diff-range: #dbb7ff;
  --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
  --color-prettylights-syntax-constant-other-reference-link: #addcff;
  --color-codemirror-text: #f0f3f6;
  --color-codemirror-bg: #0a0c10;
  --color-codemirror-gutters-bg: #0a0c10;
  --color-codemirror-guttermarker-text: #0a0c10;
  --color-codemirror-guttermarker-subtle-text: #9ea7b3;
  --color-codemirror-linenumber-text: #f0f3f6;
  --color-codemirror-cursor: #f0f3f6;
  --color-codemirror-selection-bg: rgba(64,158,255,0.4);
  --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
  --color-codemirror-matchingbracket-text: #f0f3f6;
  --color-codemirror-lines-bg: #0a0c10;
  --color-codemirror-syntax-comment: #bdc4cc;
  --color-codemirror-syntax-constant: #91cbff;
  --color-codemirror-syntax-entity: #dbb7ff;
  --color-codemirror-syntax-keyword: #ff9492;
  --color-codemirror-syntax-storage: #ff9492;
  --color-codemirror-syntax-string: #addcff;
  --color-codemirror-syntax-support: #91cbff;
  --color-codemirror-syntax-variable: #ffb757;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #f0f3f6;
  --color-checks-text-secondary: #f0f3f6;
  --color-checks-text-link: #71b7ff;
  --color-checks-btn-icon: #f0f3f6;
  --color-checks-btn-hover-icon: #f0f3f6;
  --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-input-text: #f0f3f6;
  --color-checks-input-placeholder-text: #9ea7b3;
  --color-checks-input-focus-text: #f0f3f6;
  --color-checks-input-bg: #272b33;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #ff6a69;
  --color-checks-donut-pending: #f0b72f;
  --color-checks-donut-success: #09b43a;
  --color-checks-donut-neutral: #bdc4cc;
  --color-checks-dropdown-text: #f0f3f6;
  --color-checks-dropdown-bg: #272b33;
  --color-checks-dropdown-border: #7a828e;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #f0f3f6;
  --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
  --color-checks-dropdown-btn-hover-text: #f0f3f6;
  --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
  --color-checks-header-label-text: #f0f3f6;
  --color-checks-header-label-open-text: #f0f3f6;
  --color-checks-header-border: #7a828e;
  --color-checks-header-icon: #f0f3f6;
  --color-checks-line-text: #f0f3f6;
  --color-checks-line-num-text: #9ea7b3;
  --color-checks-line-timestamp-text: #9ea7b3;
  --color-checks-line-hover-bg: rgba(158,167,179,0.1);
  --color-checks-line-selected-bg: rgba(64,158,255,0.1);
  --color-checks-line-selected-num-text: #71b7ff;
  --color-checks-line-dt-fm-text: #0a0c10;
  --color-checks-line-dt-fm-bg: #e09b13;
  --color-checks-gate-bg: rgba(224,155,19,0.15);
  --color-checks-gate-text: #f0f3f6;
  --color-checks-gate-waiting-text: #f0b72f;
  --color-checks-step-header-open-bg: #272b33;
  --color-checks-step-error-text: #ff6a69;
  --color-checks-step-warning-text: #f0b72f;
  --color-checks-logline-text: #f0f3f6;
  --color-checks-logline-num-text: #9ea7b3;
  --color-checks-logline-debug-text: #b780ff;
  --color-checks-logline-error-text: #f0f3f6;
  --color-checks-logline-error-num-text: #9ea7b3;
  --color-checks-logline-error-bg: rgba(255,106,105,0.1);
  --color-checks-logline-warning-text: #f0f3f6;
  --color-checks-logline-warning-num-text: #f0b72f;
  --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
  --color-checks-logline-command-text: #71b7ff;
  --color-checks-logline-section-text: #26cd4d;
  --color-checks-ansi-black: #0a0c10;
  --color-checks-ansi-black-bright: #272b33;
  --color-checks-ansi-white: #d9dee3;
  --color-checks-ansi-white-bright: #d9dee3;
  --color-checks-ansi-gray: #9ea7b3;
  --color-checks-ansi-red: #ff9492;
  --color-checks-ansi-red-bright: #ffb1af;
  --color-checks-ansi-green: #26cd4d;
  --color-checks-ansi-green-bright: #4ae168;
  --color-checks-ansi-yellow: #f0b72f;
  --color-checks-ansi-yellow-bright: #f7c843;
  --color-checks-ansi-blue: #71b7ff;
  --color-checks-ansi-blue-bright: #91cbff;
  --color-checks-ansi-magenta: #cb9eff;
  --color-checks-ansi-magenta-bright: #dbb7ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0a0c10;
  --color-project-sidebar-bg: #272b33;
  --color-project-gradient-in: #272b33;
  --color-project-gradient-out: rgba(39,43,51,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #9ea7b3;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(255,255,255,0.9);
  --color-avatar-stack-fade: #525964;
  --color-avatar-stack-fade-more: #272b33;
  --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
  --color-topic-tag-border: #409eff;
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #7a828e;
  --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
  --color-select-menu-tap-focus-bg: #1e60d5;
  --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(39,43,51,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #272b33;
  --color-header-divider: #bdc4cc;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0a0c10;
  --color-header-search-border: #525964;
  --color-sidenav-selected-bg: #272b33;
  --color-menu-bg-active: #272b33;
  --color-input-disabled-bg: rgba(158,167,179,0);
  --color-timeline-badge-bg: #272b33;
  --color-ansi-black: #7a828e;
  --color-ansi-black-bright: #9ea7b3;
  --color-ansi-white: #d9dee3;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #9ea7b3;
  --color-ansi-red: #ff9492;
  --color-ansi-red-bright: #ffb1af;
  --color-ansi-green: #26cd4d;
  --color-ansi-green-bright: #4ae168;
  --color-ansi-yellow: #f0b72f;
  --color-ansi-yellow-bright: #f7c843;
  --color-ansi-blue: #71b7ff;
  --color-ansi-blue-bright: #91cbff;
  --color-ansi-magenta: #cb9eff;
  --color-ansi-magenta-bright: #dbb7ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #f0f3f6;
  --color-btn-bg: #272b33;
  --color-btn-border: #7a828e;
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #525964;
  --color-btn-hover-border: #bdc4cc;
  --color-btn-active-bg: hsla(217,10%,33%,1);
  --color-btn-active-border: #9ea7b3;
  --color-btn-selected-bg: rgba(82,89,100,0.9);
  --color-btn-counter-bg: #525964;
  --color-btn-primary-text: #0a0c10;
  --color-btn-primary-bg: #09b43a;
  --color-btn-primary-border: #4ae168;
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #26cd4d;
  --color-btn-primary-hover-border: #4ae168;
  --color-btn-primary-selected-bg: #09b43a;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
  --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
  --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
  --color-btn-primary-icon: #0a0c10;
  --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
  --color-btn-outline-text: #409eff;
  --color-btn-outline-hover-text: #71b7ff;
  --color-btn-outline-hover-bg: #525964;
  --color-btn-outline-hover-border: #7a828e;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #2672f3;
  --color-btn-outline-selected-border: #7a828e;
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
  --color-btn-outline-disabled-bg: #0a0c10;
  --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
  --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
  --color-btn-outline-hover-counter-fg: #71b7ff;
  --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
  --color-btn-outline-counter-fg: #409eff;
  --color-btn-danger-text: #ff6a69;
  --color-btn-danger-hover-text: #0a0c10;
  --color-btn-danger-hover-bg: #ff6a69;
  --color-btn-danger-hover-border: #ff6a69;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #0a0c10;
  --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #ff4445;
  --color-btn-danger-selected-border: #ff9492;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
  --color-btn-danger-disabled-bg: #0a0c10;
  --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
  --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-icon: #ff6a69;
  --color-btn-danger-counter-fg: #ff6a69;
  --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #272b33;
  --color-btn-inactive-text: #bdc4cc;
  --color-underlinenav-icon: #f0f3f6;
  --color-underlinenav-border-hover: #bdc4cc;
  --color-action-list-item-inline-divider: #7a828e;
  --color-action-list-item-default-hover-bg: #272b33;
  --color-action-list-item-default-hover-border: #7a828e;
  --color-action-list-item-default-active-bg: #525964;
  --color-action-list-item-default-active-border: #9ea7b3;
  --color-action-list-item-default-selected-bg: #525964;
  --color-action-list-item-danger-hover-bg: #ff6a69;
  --color-action-list-item-danger-active-bg: #ff4445;
  --color-action-list-item-danger-hover-text: #0a0c10;
  --color-switch-track-bg: #9ea7b3;
  --color-switch-track-hover-bg: hsla(214,12%,61%,1);
  --color-switch-track-active-bg: hsla(214,12%,58%,1);
  --color-switch-track-disabled-bg: #272b33;
  --color-switch-track-fg: #0a0c10;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: #409eff;
  --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
  --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
  --color-switch-track-checked-fg: #0a0c10;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0a0c10;
  --color-switch-knob-border: #9ea7b3;
  --color-switch-knob-disabled-bg: #272b33;
  --color-switch-knob-checked-bg: #0a0c10;
  --color-switch-knob-checked-disabled-bg: #272b33;
  --color-switch-knob-checked-border: #409eff;
  --color-segmented-control-bg: rgba(158,167,179,0.1);
  --color-segmented-control-button-bg: #0a0c10;
  --color-segmented-control-button-hover-bg: #525964;
  --color-segmented-control-button-active-bg: #272b33;
  --color-segmented-control-button-selected-border: #9ea7b3;
  --color-tree-view-item-chevron-hover-bg: #525964;
  --color-tree-view-item-directory-fill: #f0f3f6;
  --color-fg-default: #f0f3f6;
  --color-fg-muted: #f0f3f6;
  --color-fg-subtle: #9ea7b3;
  --color-fg-on-emphasis: #0a0c10;
  --color-canvas-default: #0a0c10;
  --color-canvas-overlay: #272b33;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #272b33;
  --color-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #ffffff;
  --color-neutral-emphasis: #9ea7b3;
  --color-neutral-muted: rgba(158,167,179,0.4);
  --color-neutral-subtle: rgba(158,167,179,0.1);
  --color-accent-fg: #71b7ff;
  --color-accent-emphasis: #409eff;
  --color-accent-muted: #409eff;
  --color-accent-subtle: rgba(64,158,255,0.1);
  --color-success-fg: #26cd4d;
  --color-success-emphasis: #09b43a;
  --color-success-muted: #09b43a;
  --color-success-subtle: rgba(9,180,58,0.15);
  --color-attention-fg: #f0b72f;
  --color-attention-emphasis: #e09b13;
  --color-attention-muted: #e09b13;
  --color-attention-subtle: rgba(224,155,19,0.15);
  --color-severe-fg: #e7811d;
  --color-severe-emphasis: #e7811d;
  --color-severe-muted: #e7811d;
  --color-severe-subtle: rgba(231,129,29,0.1);
  --color-danger-fg: #ff6a69;
  --color-danger-emphasis: #ff6a69;
  --color-danger-muted: #ff6a69;
  --color-danger-subtle: rgba(255,106,105,0.1);
  --color-open-fg: #26cd4d;
  --color-open-emphasis: #09b43a;
  --color-open-muted: rgba(9,180,58,0.4);
  --color-open-subtle: rgba(9,180,58,0.15);
  --color-closed-fg: #ff6a69;
  --color-closed-emphasis: #ff6a69;
  --color-closed-muted: rgba(255,106,105,0.4);
  --color-closed-subtle: rgba(255,106,105,0.15);
  --color-done-fg: #b780ff;
  --color-done-emphasis: #b87fff;
  --color-done-muted: #b780ff;
  --color-done-subtle: rgba(183,128,255,0.1);
  --color-sponsors-fg: #ef6eb1;
  --color-sponsors-emphasis: #ef6eb1;
  --color-sponsors-muted: #ef6eb1;
  --color-sponsors-subtle: rgba(239,110,177,0.1);
  --color-primer-fg-disabled: #7a828e;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(10,12,16,0.95);
  --color-primer-border-active: #ff967d;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #ffffff;
  --color-scale-gray-1: #f0f3f6;
  --color-scale-gray-2: #d9dee3;
  --color-scale-gray-3: #bdc4cc;
  --color-scale-gray-4: #9ea7b3;
  --color-scale-gray-5: #7a828e;
  --color-scale-gray-6: #525964;
  --color-scale-gray-7: #272b33;
  --color-scale-gray-8: #272b33;
  --color-scale-gray-9: #0a0c10;
  --color-scale-blue-0: #caeaff;
  --color-scale-blue-1: #addcff;
  --color-scale-blue-2: #91cbff;
  --color-scale-blue-3: #71b7ff;
  --color-scale-blue-4: #409eff;
  --color-scale-blue-5: #409eff;
  --color-scale-blue-6: #318bf8;
  --color-scale-blue-7: #2672f3;
  --color-scale-blue-8: #1e60d5;
  --color-scale-blue-9: #194fb1;
  --color-scale-green-0: #acf7b6;
  --color-scale-green-1: #72f088;
  --color-scale-green-2: #4ae168;
  --color-scale-green-3: #26cd4d;
  --color-scale-green-4: #09b43a;
  --color-scale-green-5: #09b43a;
  --color-scale-green-6: #02a232;
  --color-scale-green-7: #008c2c;
  --color-scale-green-8: #007728;
  --color-scale-green-9: #006222;
  --color-scale-yellow-0: #fbe59e;
  --color-scale-yellow-1: #fbd669;
  --color-scale-yellow-2: #f7c843;
  --color-scale-yellow-3: #f0b72f;
  --color-scale-yellow-4: #e09b13;
  --color-scale-yellow-5: #e09b13;
  --color-scale-yellow-6: #c88508;
  --color-scale-yellow-7: #ae7104;
  --color-scale-yellow-8: #945d02;
  --color-scale-yellow-9: #7b4900;
  --color-scale-orange-0: #ffe1b4;
  --color-scale-orange-1: #ffcf86;
  --color-scale-orange-2: #ffb757;
  --color-scale-orange-3: #fe9a2d;
  --color-scale-orange-4: #e7811d;
  --color-scale-orange-5: #e7811d;
  --color-scale-orange-6: #d57014;
  --color-scale-orange-7: #bf5e0a;
  --color-scale-orange-8: #a74c00;
  --color-scale-orange-9: #8f3c00;
  --color-scale-red-0: #ffdedb;
  --color-scale-red-1: #ffc9c7;
  --color-scale-red-2: #ffb1af;
  --color-scale-red-3: #ff9492;
  --color-scale-red-4: #ff6a69;
  --color-scale-red-5: #ff6a69;
  --color-scale-red-6: #ff4445;
  --color-scale-red-7: #e82a2f;
  --color-scale-red-8: #cc1421;
  --color-scale-red-9: #ad0116;
  --color-scale-purple-0: #f0dfff;
  --color-scale-purple-1: #e6ccff;
  --color-scale-purple-2: #dbb7ff;
  --color-scale-purple-3: #cb9eff;
  --color-scale-purple-4: #b780ff;
  --color-scale-purple-5: #b87fff;
  --color-scale-purple-6: #a66bff;
  --color-scale-purple-7: #954ffd;
  --color-scale-purple-8: #8031f7;
  --color-scale-purple-9: #6921d7;
  --color-scale-pink-0: #ffdceb;
  --color-scale-pink-1: #ffc7e1;
  --color-scale-pink-2: #ffadd4;
  --color-scale-pink-3: #ff8dc7;
  --color-scale-pink-4: #ef6eb1;
  --color-scale-pink-5: #ef6eb1;
  --color-scale-pink-6: #e456a3;
  --color-scale-pink-7: #d23d91;
  --color-scale-pink-8: #b72c7d;
  --color-scale-pink-9: #9c1d6a;
  --color-scale-coral-0: #ffded4;
  --color-scale-coral-1: #ffcbb9;
  --color-scale-coral-2: #ffb39b;
  --color-scale-coral-3: #ff967d;
  --color-scale-coral-4: #fc704f;
  --color-scale-coral-5: #fc704f;
  --color-scale-coral-6: #f75133;
  --color-scale-coral-7: #e03b21;
  --color-scale-coral-8: #c62612;
  --color-scale-coral-9: #a91500;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=dark_high_contrast]::-moz-selection {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
  [data-color-mode=auto][data-light-theme=dark_high_contrast], [data-color-mode=auto][data-light-theme=dark_high_contrast]::selection {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
  [data-color-mode=auto][data-light-theme=dark_high_contrast] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_high_contrast] ::backdrop {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=dark_high_contrast]::-moz-selection {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
  [data-color-mode=auto][data-dark-theme=dark_high_contrast], [data-color-mode=auto][data-dark-theme=dark_high_contrast]::selection {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
  [data-color-mode=auto][data-light-theme=dark_high_contrast] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_high_contrast] ::backdrop {
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.1);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64,158,255,0.4);
    --color-codemirror-activeline-bg: rgba(158,167,179,0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158,167,179,0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158,167,179,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158,167,179,0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.1);
    --color-checks-line-selected-num-text: #71b7ff;
    --color-checks-line-dt-fm-text: #0a0c10;
    --color-checks-line-dt-fm-bg: #e09b13;
    --color-checks-gate-bg: rgba(224,155,19,0.15);
    --color-checks-gate-text: #f0f3f6;
    --color-checks-gate-waiting-text: #f0b72f;
    --color-checks-step-header-open-bg: #272b33;
    --color-checks-step-error-text: #ff6a69;
    --color-checks-step-warning-text: #f0b72f;
    --color-checks-logline-text: #f0f3f6;
    --color-checks-logline-num-text: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255,106,105,0.1);
    --color-checks-logline-warning-text: #f0f3f6;
    --color-checks-logline-warning-num-text: #f0b72f;
    --color-checks-logline-warning-bg: rgba(224,155,19,0.15);
    --color-checks-logline-command-text: #71b7ff;
    --color-checks-logline-section-text: #26cd4d;
    --color-checks-ansi-black: #0a0c10;
    --color-checks-ansi-black-bright: #272b33;
    --color-checks-ansi-white: #d9dee3;
    --color-checks-ansi-white-bright: #d9dee3;
    --color-checks-ansi-gray: #9ea7b3;
    --color-checks-ansi-red: #ff9492;
    --color-checks-ansi-red-bright: #ffb1af;
    --color-checks-ansi-green: #26cd4d;
    --color-checks-ansi-green-bright: #4ae168;
    --color-checks-ansi-yellow: #f0b72f;
    --color-checks-ansi-yellow-bright: #f7c843;
    --color-checks-ansi-blue: #71b7ff;
    --color-checks-ansi-blue-bright: #91cbff;
    --color-checks-ansi-magenta: #cb9eff;
    --color-checks-ansi-magenta-bright: #dbb7ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #9ea7b3;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(255,255,255,0.9);
    --color-avatar-stack-fade: #525964;
    --color-avatar-stack-fade-more: #272b33;
    --color-avatar-child-shadow: 0 0 0 2px #0a0c10;
    --color-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(39,43,51,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-counter-bg: #525964;
    --color-btn-primary-text: #0a0c10;
    --color-btn-primary-bg: #09b43a;
    --color-btn-primary-border: #4ae168;
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #26cd4d;
    --color-btn-primary-hover-border: #4ae168;
    --color-btn-primary-selected-bg: #09b43a;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(10,12,16,0.5);
    --color-btn-primary-disabled-bg: rgba(9,180,58,0.6);
    --color-btn-primary-disabled-border: rgba(74,225,104,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #409eff;
    --color-btn-outline-hover-text: #71b7ff;
    --color-btn-outline-hover-bg: #525964;
    --color-btn-outline-hover-border: #7a828e;
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #2672f3;
    --color-btn-outline-selected-border: #7a828e;
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(113,183,255,0.5);
    --color-btn-outline-disabled-bg: #0a0c10;
    --color-btn-outline-disabled-counter-bg: rgba(64,158,255,0.05);
    --color-btn-outline-counter-bg: rgba(25,79,177,0.2);
    --color-btn-outline-hover-counter-fg: #71b7ff;
    --color-btn-outline-disabled-counter-fg: rgba(113,183,255,0.5);
    --color-btn-outline-counter-fg: #409eff;
    --color-btn-danger-text: #ff6a69;
    --color-btn-danger-hover-text: #0a0c10;
    --color-btn-danger-hover-bg: #ff6a69;
    --color-btn-danger-hover-border: #ff6a69;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #0a0c10;
    --color-btn-danger-hover-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #ff4445;
    --color-btn-danger-selected-border: #ff9492;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(255,106,105,0.5);
    --color-btn-danger-disabled-bg: #0a0c10;
    --color-btn-danger-disabled-counter-bg: rgba(255,106,105,0.05);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-btn-danger-counter-fg: #ff6a69;
    --color-btn-danger-disabled-counter-fg: rgba(255,106,105,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #272b33;
    --color-btn-inactive-text: #bdc4cc;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-switch-track-bg: #9ea7b3;
    --color-switch-track-hover-bg: hsla(214,12%,61%,1);
    --color-switch-track-active-bg: hsla(214,12%,58%,1);
    --color-switch-track-disabled-bg: #272b33;
    --color-switch-track-fg: #0a0c10;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: #409eff;
    --color-switch-track-checked-hover-bg: rgba(64,158,255,0.5);
    --color-switch-track-checked-active-bg: rgba(64,158,255,0.65);
    --color-switch-track-checked-fg: #0a0c10;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0a0c10;
    --color-switch-knob-border: #9ea7b3;
    --color-switch-knob-disabled-bg: #272b33;
    --color-switch-knob-checked-bg: #0a0c10;
    --color-switch-knob-checked-disabled-bg: #272b33;
    --color-switch-knob-checked-border: #409eff;
    --color-segmented-control-bg: rgba(158,167,179,0.1);
    --color-segmented-control-button-bg: #0a0c10;
    --color-segmented-control-button-hover-bg: #525964;
    --color-segmented-control-button-active-bg: #272b33;
    --color-segmented-control-button-selected-border: #9ea7b3;
    --color-tree-view-item-chevron-hover-bg: #525964;
    --color-tree-view-item-directory-fill: #f0f3f6;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.1);
    --color-success-fg: #26cd4d;
    --color-success-emphasis: #09b43a;
    --color-success-muted: #09b43a;
    --color-success-subtle: rgba(9,180,58,0.15);
    --color-attention-fg: #f0b72f;
    --color-attention-emphasis: #e09b13;
    --color-attention-muted: #e09b13;
    --color-attention-subtle: rgba(224,155,19,0.15);
    --color-severe-fg: #e7811d;
    --color-severe-emphasis: #e7811d;
    --color-severe-muted: #e7811d;
    --color-severe-subtle: rgba(231,129,29,0.1);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-subtle: rgba(255,106,105,0.1);
    --color-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9,180,58,0.4);
    --color-open-subtle: rgba(9,180,58,0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255,106,105,0.4);
    --color-closed-subtle: rgba(255,106,105,0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183,128,255,0.1);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.1);
    --color-primer-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #ff967d;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #ffffff;
    --color-scale-gray-1: #f0f3f6;
    --color-scale-gray-2: #d9dee3;
    --color-scale-gray-3: #bdc4cc;
    --color-scale-gray-4: #9ea7b3;
    --color-scale-gray-5: #7a828e;
    --color-scale-gray-6: #525964;
    --color-scale-gray-7: #272b33;
    --color-scale-gray-8: #272b33;
    --color-scale-gray-9: #0a0c10;
    --color-scale-blue-0: #caeaff;
    --color-scale-blue-1: #addcff;
    --color-scale-blue-2: #91cbff;
    --color-scale-blue-3: #71b7ff;
    --color-scale-blue-4: #409eff;
    --color-scale-blue-5: #409eff;
    --color-scale-blue-6: #318bf8;
    --color-scale-blue-7: #2672f3;
    --color-scale-blue-8: #1e60d5;
    --color-scale-blue-9: #194fb1;
    --color-scale-green-0: #acf7b6;
    --color-scale-green-1: #72f088;
    --color-scale-green-2: #4ae168;
    --color-scale-green-3: #26cd4d;
    --color-scale-green-4: #09b43a;
    --color-scale-green-5: #09b43a;
    --color-scale-green-6: #02a232;
    --color-scale-green-7: #008c2c;
    --color-scale-green-8: #007728;
    --color-scale-green-9: #006222;
    --color-scale-yellow-0: #fbe59e;
    --color-scale-yellow-1: #fbd669;
    --color-scale-yellow-2: #f7c843;
    --color-scale-yellow-3: #f0b72f;
    --color-scale-yellow-4: #e09b13;
    --color-scale-yellow-5: #e09b13;
    --color-scale-yellow-6: #c88508;
    --color-scale-yellow-7: #ae7104;
    --color-scale-yellow-8: #945d02;
    --color-scale-yellow-9: #7b4900;
    --color-scale-orange-0: #ffe1b4;
    --color-scale-orange-1: #ffcf86;
    --color-scale-orange-2: #ffb757;
    --color-scale-orange-3: #fe9a2d;
    --color-scale-orange-4: #e7811d;
    --color-scale-orange-5: #e7811d;
    --color-scale-orange-6: #d57014;
    --color-scale-orange-7: #bf5e0a;
    --color-scale-orange-8: #a74c00;
    --color-scale-orange-9: #8f3c00;
    --color-scale-red-0: #ffdedb;
    --color-scale-red-1: #ffc9c7;
    --color-scale-red-2: #ffb1af;
    --color-scale-red-3: #ff9492;
    --color-scale-red-4: #ff6a69;
    --color-scale-red-5: #ff6a69;
    --color-scale-red-6: #ff4445;
    --color-scale-red-7: #e82a2f;
    --color-scale-red-8: #cc1421;
    --color-scale-red-9: #ad0116;
    --color-scale-purple-0: #f0dfff;
    --color-scale-purple-1: #e6ccff;
    --color-scale-purple-2: #dbb7ff;
    --color-scale-purple-3: #cb9eff;
    --color-scale-purple-4: #b780ff;
    --color-scale-purple-5: #b87fff;
    --color-scale-purple-6: #a66bff;
    --color-scale-purple-7: #954ffd;
    --color-scale-purple-8: #8031f7;
    --color-scale-purple-9: #6921d7;
    --color-scale-pink-0: #ffdceb;
    --color-scale-pink-1: #ffc7e1;
    --color-scale-pink-2: #ffadd4;
    --color-scale-pink-3: #ff8dc7;
    --color-scale-pink-4: #ef6eb1;
    --color-scale-pink-5: #ef6eb1;
    --color-scale-pink-6: #e456a3;
    --color-scale-pink-7: #d23d91;
    --color-scale-pink-8: #b72c7d;
    --color-scale-pink-9: #9c1d6a;
    --color-scale-coral-0: #ffded4;
    --color-scale-coral-1: #ffcbb9;
    --color-scale-coral-2: #ffb39b;
    --color-scale-coral-3: #ff967d;
    --color-scale-coral-4: #fc704f;
    --color-scale-coral-5: #fc704f;
    --color-scale-coral-6: #f75133;
    --color-scale-coral-7: #e03b21;
    --color-scale-coral-8: #c62612;
    --color-scale-coral-9: #a91500;
  }
}
[data-color-mode=light][data-light-theme=dark_colorblind]::-moz-selection, [data-color-mode=dark][data-dark-theme=dark_colorblind]::-moz-selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
  --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
  --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ec8e2c;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #fdac54;
  --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #914d04;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
  --color-prettylights-syntax-markup-deleted-bg: #4e2906;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffe2bb;
  --color-prettylights-syntax-markup-changed-bg: #4e2906;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ec8e2c;
  --color-codemirror-syntax-storage: #ec8e2c;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #fdac54;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #d47616;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #d47616;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(212,118,22,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ec8e2c;
  --color-checks-ansi-red-bright: #fdac54;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ec8e2c;
  --color-ansi-red-bright: #fdac54;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #d47616;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #b76100;
  --color-btn-danger-hover-border: #d47616;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #914d04;
  --color-btn-danger-selected-border: #ec8e2c;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
  --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
  --color-btn-danger-icon: #d47616;
  --color-btn-danger-counter-fg: #d47616;
  --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
  --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
  --color-action-list-item-danger-hover-text: #ec8e2c;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #d47616;
  --color-severe-emphasis: #b76100;
  --color-severe-muted: rgba(212,118,22,0.4);
  --color-severe-subtle: rgba(212,118,22,0.1);
  --color-danger-fg: #d47616;
  --color-danger-emphasis: #b76100;
  --color-danger-muted: rgba(212,118,22,0.4);
  --color-danger-subtle: rgba(212,118,22,0.1);
  --color-open-fg: #ec8e2c;
  --color-open-emphasis: #b76100;
  --color-open-muted: rgba(212,118,22,0.4);
  --color-open-subtle: rgba(212,118,22,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffe2bb;
  --color-scale-orange-1: #ffc981;
  --color-scale-orange-2: #fdac54;
  --color-scale-orange-3: #ec8e2c;
  --color-scale-orange-4: #d47616;
  --color-scale-orange-5: #b76100;
  --color-scale-orange-6: #914d04;
  --color-scale-orange-7: #6c3906;
  --color-scale-orange-8: #4e2906;
  --color-scale-orange-9: #331c04;
  --color-scale-red-0: #ffe2bb;
  --color-scale-red-1: #ffc981;
  --color-scale-red-2: #fdac54;
  --color-scale-red-3: #ec8e2c;
  --color-scale-red-4: #d47616;
  --color-scale-red-5: #b76100;
  --color-scale-red-6: #914d04;
  --color-scale-red-7: #6c3906;
  --color-scale-red-8: #4e2906;
  --color-scale-red-9: #331c04;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
[data-color-mode=light][data-light-theme=dark_colorblind], [data-color-mode=light][data-light-theme=dark_colorblind]::selection,
[data-color-mode=dark][data-dark-theme=dark_colorblind],
[data-color-mode=dark][data-dark-theme=dark_colorblind]::selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
  --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
  --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ec8e2c;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #fdac54;
  --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #914d04;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
  --color-prettylights-syntax-markup-deleted-bg: #4e2906;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffe2bb;
  --color-prettylights-syntax-markup-changed-bg: #4e2906;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ec8e2c;
  --color-codemirror-syntax-storage: #ec8e2c;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #fdac54;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #d47616;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #d47616;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(212,118,22,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ec8e2c;
  --color-checks-ansi-red-bright: #fdac54;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ec8e2c;
  --color-ansi-red-bright: #fdac54;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #d47616;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #b76100;
  --color-btn-danger-hover-border: #d47616;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #914d04;
  --color-btn-danger-selected-border: #ec8e2c;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
  --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
  --color-btn-danger-icon: #d47616;
  --color-btn-danger-counter-fg: #d47616;
  --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
  --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
  --color-action-list-item-danger-hover-text: #ec8e2c;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #d47616;
  --color-severe-emphasis: #b76100;
  --color-severe-muted: rgba(212,118,22,0.4);
  --color-severe-subtle: rgba(212,118,22,0.1);
  --color-danger-fg: #d47616;
  --color-danger-emphasis: #b76100;
  --color-danger-muted: rgba(212,118,22,0.4);
  --color-danger-subtle: rgba(212,118,22,0.1);
  --color-open-fg: #ec8e2c;
  --color-open-emphasis: #b76100;
  --color-open-muted: rgba(212,118,22,0.4);
  --color-open-subtle: rgba(212,118,22,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffe2bb;
  --color-scale-orange-1: #ffc981;
  --color-scale-orange-2: #fdac54;
  --color-scale-orange-3: #ec8e2c;
  --color-scale-orange-4: #d47616;
  --color-scale-orange-5: #b76100;
  --color-scale-orange-6: #914d04;
  --color-scale-orange-7: #6c3906;
  --color-scale-orange-8: #4e2906;
  --color-scale-orange-9: #331c04;
  --color-scale-red-0: #ffe2bb;
  --color-scale-red-1: #ffc981;
  --color-scale-red-2: #fdac54;
  --color-scale-red-3: #ec8e2c;
  --color-scale-red-4: #d47616;
  --color-scale-red-5: #b76100;
  --color-scale-red-6: #914d04;
  --color-scale-red-7: #6c3906;
  --color-scale-red-8: #4e2906;
  --color-scale-red-9: #331c04;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

::backdrop,
[data-color-mode=light][data-light-theme=dark_colorblind] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_colorblind] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=dark_colorblind] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_colorblind] ::backdrop {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
  --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
  --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ec8e2c;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #fdac54;
  --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #914d04;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
  --color-prettylights-syntax-markup-deleted-bg: #4e2906;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffe2bb;
  --color-prettylights-syntax-markup-changed-bg: #4e2906;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ec8e2c;
  --color-codemirror-syntax-storage: #ec8e2c;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #fdac54;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #d47616;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #d47616;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(212,118,22,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ec8e2c;
  --color-checks-ansi-red-bright: #fdac54;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ec8e2c;
  --color-ansi-red-bright: #fdac54;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #d47616;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #b76100;
  --color-btn-danger-hover-border: #d47616;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #914d04;
  --color-btn-danger-selected-border: #ec8e2c;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
  --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
  --color-btn-danger-icon: #d47616;
  --color-btn-danger-counter-fg: #d47616;
  --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
  --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
  --color-action-list-item-danger-hover-text: #ec8e2c;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #d47616;
  --color-severe-emphasis: #b76100;
  --color-severe-muted: rgba(212,118,22,0.4);
  --color-severe-subtle: rgba(212,118,22,0.1);
  --color-danger-fg: #d47616;
  --color-danger-emphasis: #b76100;
  --color-danger-muted: rgba(212,118,22,0.4);
  --color-danger-subtle: rgba(212,118,22,0.1);
  --color-open-fg: #ec8e2c;
  --color-open-emphasis: #b76100;
  --color-open-muted: rgba(212,118,22,0.4);
  --color-open-subtle: rgba(212,118,22,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffe2bb;
  --color-scale-orange-1: #ffc981;
  --color-scale-orange-2: #fdac54;
  --color-scale-orange-3: #ec8e2c;
  --color-scale-orange-4: #d47616;
  --color-scale-orange-5: #b76100;
  --color-scale-orange-6: #914d04;
  --color-scale-orange-7: #6c3906;
  --color-scale-orange-8: #4e2906;
  --color-scale-orange-9: #331c04;
  --color-scale-red-0: #ffe2bb;
  --color-scale-red-1: #ffc981;
  --color-scale-red-2: #fdac54;
  --color-scale-red-3: #ec8e2c;
  --color-scale-red-4: #d47616;
  --color-scale-red-5: #b76100;
  --color-scale-red-6: #914d04;
  --color-scale-red-7: #6c3906;
  --color-scale-red-8: #4e2906;
  --color-scale-red-9: #331c04;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=dark_colorblind]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_colorblind], [data-color-mode=auto][data-light-theme=dark_colorblind]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_colorblind] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_colorblind] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=dark_colorblind]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-dark-theme=dark_colorblind], [data-color-mode=auto][data-dark-theme=dark_colorblind]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_colorblind] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_colorblind] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212,118,22,0.3);
    --color-diff-blob-deletion-line-bg: rgba(212,118,22,0.1);
    --color-diff-blob-deletion-word-bg: rgba(212,118,22,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212,118,22,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212,118,22,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183,97,0,0.05);
    --color-btn-danger-counter-bg: rgba(51,28,4,0.2);
    --color-btn-danger-icon: #d47616;
    --color-btn-danger-counter-fg: #d47616;
    --color-btn-danger-disabled-counter-fg: rgba(212,118,22,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(212,118,22,0.16);
    --color-action-list-item-danger-active-bg: rgba(212,118,22,0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212,118,22,0.4);
    --color-severe-subtle: rgba(212,118,22,0.1);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212,118,22,0.4);
    --color-danger-subtle: rgba(212,118,22,0.1);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212,118,22,0.4);
    --color-open-subtle: rgba(212,118,22,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
[data-color-mode=light][data-light-theme=dark_tritanopia]::-moz-selection, [data-color-mode=dark][data-dark-theme=dark_tritanopia]::-moz-selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa198;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffdcd7;
  --color-prettylights-syntax-markup-changed-bg: #67060c;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa198;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #f85149;
  --color-severe-emphasis: #da3633;
  --color-severe-muted: rgba(248,81,73,0.4);
  --color-severe-subtle: rgba(248,81,73,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #ff7b72;
  --color-open-emphasis: #da3633;
  --color-open-muted: rgba(248,81,73,0.4);
  --color-open-subtle: rgba(248,81,73,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdcd7;
  --color-scale-orange-1: #ffc1ba;
  --color-scale-orange-2: #ffa198;
  --color-scale-orange-3: #ff7b72;
  --color-scale-orange-4: #f85149;
  --color-scale-orange-5: #da3633;
  --color-scale-orange-6: #b62324;
  --color-scale-orange-7: #8e1519;
  --color-scale-orange-8: #67060c;
  --color-scale-orange-9: #490202;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
[data-color-mode=light][data-light-theme=dark_tritanopia], [data-color-mode=light][data-light-theme=dark_tritanopia]::selection,
[data-color-mode=dark][data-dark-theme=dark_tritanopia],
[data-color-mode=dark][data-dark-theme=dark_tritanopia]::selection {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa198;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffdcd7;
  --color-prettylights-syntax-markup-changed-bg: #67060c;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa198;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #f85149;
  --color-severe-emphasis: #da3633;
  --color-severe-muted: rgba(248,81,73,0.4);
  --color-severe-subtle: rgba(248,81,73,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #ff7b72;
  --color-open-emphasis: #da3633;
  --color-open-muted: rgba(248,81,73,0.4);
  --color-open-subtle: rgba(248,81,73,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdcd7;
  --color-scale-orange-1: #ffc1ba;
  --color-scale-orange-2: #ffa198;
  --color-scale-orange-3: #ff7b72;
  --color-scale-orange-4: #f85149;
  --color-scale-orange-5: #da3633;
  --color-scale-orange-6: #b62324;
  --color-scale-orange-7: #8e1519;
  --color-scale-orange-8: #67060c;
  --color-scale-orange-9: #490202;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

::backdrop,
[data-color-mode=light][data-light-theme=dark_tritanopia] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_tritanopia] ::backdrop {
  /*! */
}
::backdrop,
[data-color-mode=light][data-light-theme=dark_tritanopia] ::backdrop,
[data-color-mode=dark][data-dark-theme=dark_tritanopia] ::backdrop {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
  --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa198;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffdcd7;
  --color-prettylights-syntax-markup-changed-bg: #67060c;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56,139,253,0.4);
  --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa198;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.1);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187,128,9,0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248,81,73,0.1);
  --color-checks-logline-warning-text: #8b949e;
  --color-checks-logline-warning-num-text: #d29922;
  --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
  --color-checks-logline-command-text: #58a6ff;
  --color-checks-logline-section-text: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-control-border-color-emphasis: #606771;
  --color-avatar-bg: rgba(255,255,255,0.1);
  --color-avatar-border: rgba(240,246,252,0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: 0 0 0 2px #0d1117;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-overlay-backdrop: rgba(22,27,34,0.4);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240,246,252,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212,12%,18%,1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-counter-bg: #30363d;
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #1f6feb;
  --color-btn-primary-border: rgba(240,246,252,0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
  --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-icon: #ffffff;
  --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-text: #388bfd;
  --color-btn-outline-hover-text: #58a6ff;
  --color-btn-outline-hover-bg: #30363d;
  --color-btn-outline-hover-border: rgba(240,246,252,0.1);
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #0d419d;
  --color-btn-outline-selected-border: rgba(240,246,252,0.1);
  --color-btn-outline-selected-shadow: 0 0 transparent;
  --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
  --color-btn-outline-disabled-bg: #0d1117;
  --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
  --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
  --color-btn-outline-hover-counter-fg: #58a6ff;
  --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
  --color-btn-outline-counter-fg: #388bfd;
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
  --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
  --color-btn-danger-icon: #f85149;
  --color-btn-danger-counter-fg: #f85149;
  --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
  --color-btn-danger-hover-counter-fg: #ffffff;
  --color-btn-inactive-bg: #21262d;
  --color-btn-inactive-text: #8b949e;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: rgba(110,118,129,0.1);
  --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
  --color-switch-track-active-bg: rgba(110,118,129,0.4);
  --color-switch-track-disabled-bg: #21262d;
  --color-switch-track-fg: #8b949e;
  --color-switch-track-disabled-fg: #010409;
  --color-switch-track-border: rgba(0,0,0,0);
  --color-switch-track-checked-bg: rgba(31,111,235,0.35);
  --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
  --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
  --color-switch-track-checked-fg: #ffffff;
  --color-switch-track-checked-disabled-fg: #010409;
  --color-switch-track-checked-border: rgba(0,0,0,0);
  --color-switch-knob-bg: #0d1117;
  --color-switch-knob-border: #606771;
  --color-switch-knob-disabled-bg: #161b22;
  --color-switch-knob-checked-bg: #0d1117;
  --color-switch-knob-checked-disabled-bg: #161b22;
  --color-switch-knob-checked-border: rgba(31,111,235,0.35);
  --color-segmented-control-bg: rgba(110,118,129,0.1);
  --color-segmented-control-button-bg: #0d1117;
  --color-segmented-control-button-hover-bg: #30363d;
  --color-segmented-control-button-active-bg: #21262d;
  --color-segmented-control-button-selected-border: #6e7681;
  --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
  --color-tree-view-item-directory-fill: #8b949e;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.1);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56,139,253,0.4);
  --color-success-subtle: rgba(56,139,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #f85149;
  --color-severe-emphasis: #da3633;
  --color-severe-muted: rgba(248,81,73,0.4);
  --color-severe-subtle: rgba(248,81,73,0.1);
  --color-danger-fg: #f85149;
  --color-danger-emphasis: #da3633;
  --color-danger-muted: rgba(248,81,73,0.4);
  --color-danger-subtle: rgba(248,81,73,0.1);
  --color-open-fg: #ff7b72;
  --color-open-emphasis: #da3633;
  --color-open-muted: rgba(248,81,73,0.4);
  --color-open-subtle: rgba(248,81,73,0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110,118,129,0.4);
  --color-closed-subtle: rgba(110,118,129,0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163,113,247,0.4);
  --color-done-subtle: rgba(163,113,247,0.1);
  --color-sponsors-fg: #db61a2;
  --color-sponsors-emphasis: #bf4b8a;
  --color-sponsors-muted: rgba(219,97,162,0.4);
  --color-sponsors-subtle: rgba(219,97,162,0.1);
  --color-primer-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #f78166;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdcd7;
  --color-scale-orange-1: #ffc1ba;
  --color-scale-orange-2: #ffa198;
  --color-scale-orange-3: #ff7b72;
  --color-scale-orange-4: #f85149;
  --color-scale-orange-5: #da3633;
  --color-scale-orange-6: #b62324;
  --color-scale-orange-7: #8e1519;
  --color-scale-orange-8: #67060c;
  --color-scale-orange-9: #490202;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}

@media (prefers-color-scheme: light) {
  [data-color-mode=auto][data-light-theme=dark_tritanopia]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_tritanopia], [data-color-mode=auto][data-light-theme=dark_tritanopia]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_tritanopia] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_tritanopia] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode=auto][data-dark-theme=dark_tritanopia]::-moz-selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-dark-theme=dark_tritanopia], [data-color-mode=auto][data-dark-theme=dark_tritanopia]::selection {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
  [data-color-mode=auto][data-light-theme=dark_tritanopia] ::backdrop {
    /*! */
  }
  [data-color-mode=auto][data-light-theme=dark_tritanopia] ::backdrop {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88,166,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(56,139,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248,81,73,0.3);
    --color-diff-blob-deletion-line-bg: rgba(248,81,73,0.1);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56,139,253,0.4);
    --color-codemirror-activeline-bg: rgba(110,118,129,0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => (0, get_1.default)(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110,118,129,0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110,118,129,0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110,118,129,0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.1);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187,128,9,0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248,81,73,0.1);
    --color-checks-logline-warning-text: #8b949e;
    --color-checks-logline-warning-num-text: #d29922;
    --color-checks-logline-warning-bg: rgba(187,128,9,0.15);
    --color-checks-logline-command-text: #58a6ff;
    --color-checks-logline-section-text: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-control-border-color-emphasis: #606771;
    --color-avatar-bg: rgba(255,255,255,0.1);
    --color-avatar-border: rgba(240,246,252,0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: 0 0 0 2px #0d1117;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-overlay-backdrop: rgba(22,27,34,0.4);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240,246,252,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212,12%,18%,1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-counter-bg: #30363d;
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #1f6feb;
    --color-btn-primary-border: rgba(240,246,252,0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255,255,255,0.5);
    --color-btn-primary-disabled-bg: rgba(31,111,235,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-icon: #ffffff;
    --color-btn-primary-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-text: #388bfd;
    --color-btn-outline-hover-text: #58a6ff;
    --color-btn-outline-hover-bg: #30363d;
    --color-btn-outline-hover-border: rgba(240,246,252,0.1);
    --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
    --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    --color-btn-outline-hover-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-selected-text: #ffffff;
    --color-btn-outline-selected-bg: #0d419d;
    --color-btn-outline-selected-border: rgba(240,246,252,0.1);
    --color-btn-outline-selected-shadow: 0 0 transparent;
    --color-btn-outline-disabled-text: rgba(88,166,255,0.5);
    --color-btn-outline-disabled-bg: #0d1117;
    --color-btn-outline-disabled-counter-bg: rgba(31,111,235,0.05);
    --color-btn-outline-counter-bg: rgba(5,29,77,0.2);
    --color-btn-outline-hover-counter-fg: #58a6ff;
    --color-btn-outline-disabled-counter-fg: rgba(88,166,255,0.5);
    --color-btn-outline-counter-fg: #388bfd;
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248,81,73,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218,54,51,0.05);
    --color-btn-danger-counter-bg: rgba(73,2,2,0.2);
    --color-btn-danger-icon: #f85149;
    --color-btn-danger-counter-fg: #f85149;
    --color-btn-danger-disabled-counter-fg: rgba(248,81,73,0.5);
    --color-btn-danger-hover-counter-fg: #ffffff;
    --color-btn-inactive-bg: #21262d;
    --color-btn-inactive-text: #8b949e;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: rgba(110,118,129,0.1);
    --color-switch-track-hover-bg: hsla(215,8%,72%,0.1);
    --color-switch-track-active-bg: rgba(110,118,129,0.4);
    --color-switch-track-disabled-bg: #21262d;
    --color-switch-track-fg: #8b949e;
    --color-switch-track-disabled-fg: #010409;
    --color-switch-track-border: rgba(0,0,0,0);
    --color-switch-track-checked-bg: rgba(31,111,235,0.35);
    --color-switch-track-checked-hover-bg: rgba(31,111,235,0.5);
    --color-switch-track-checked-active-bg: rgba(31,111,235,0.65);
    --color-switch-track-checked-fg: #ffffff;
    --color-switch-track-checked-disabled-fg: #010409;
    --color-switch-track-checked-border: rgba(0,0,0,0);
    --color-switch-knob-bg: #0d1117;
    --color-switch-knob-border: #606771;
    --color-switch-knob-disabled-bg: #161b22;
    --color-switch-knob-checked-bg: #0d1117;
    --color-switch-knob-checked-disabled-bg: #161b22;
    --color-switch-knob-checked-border: rgba(31,111,235,0.35);
    --color-segmented-control-bg: rgba(110,118,129,0.1);
    --color-segmented-control-button-bg: #0d1117;
    --color-segmented-control-button-hover-bg: #30363d;
    --color-segmented-control-button-active-bg: #21262d;
    --color-segmented-control-button-selected-border: #6e7681;
    --color-tree-view-item-chevron-hover-bg: rgba(177,186,196,0.12);
    --color-tree-view-item-directory-fill: #8b949e;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.1);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56,139,253,0.4);
    --color-success-subtle: rgba(56,139,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248,81,73,0.4);
    --color-severe-subtle: rgba(248,81,73,0.1);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-danger-muted: rgba(248,81,73,0.4);
    --color-danger-subtle: rgba(248,81,73,0.1);
    --color-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248,81,73,0.4);
    --color-open-subtle: rgba(248,81,73,0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110,118,129,0.4);
    --color-closed-subtle: rgba(110,118,129,0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163,113,247,0.4);
    --color-done-subtle: rgba(163,113,247,0.1);
    --color-sponsors-fg: #db61a2;
    --color-sponsors-emphasis: #bf4b8a;
    --color-sponsors-muted: rgba(219,97,162,0.4);
    --color-sponsors-subtle: rgba(219,97,162,0.1);
    --color-primer-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #f78166;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
.markdown-body {
  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;
}
.markdown-body::before {
  display: table;
  content: "";
}
.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}
.markdown-body > *:first-child {
  margin-top: 0 !important;
}
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.markdown-body .absent {
  color: var(--fgColor-danger, var(--color-danger-fg));
}
.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}
.markdown-body .anchor:focus {
  outline: none;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}
.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--borderColor-default, var(--color-border-default));
  border: 0;
}
.markdown-body blockquote {
  padding: 0 1em;
  color: var(--fgColor-muted, var(--color-fg-muted));
  border-left: 0.25em solid var(--borderColor-default, var(--color-border-default));
}
.markdown-body blockquote > :first-child {
  margin-top: 0;
}
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: var(--base-text-weight-semibold, 600);
  line-height: 1.25;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: var(--fgColor-default, var(--color-fg-default));
  vertical-align: middle;
  visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));
}
.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));
}
.markdown-body h3 {
  font-size: 1.25em;
}
.markdown-body h4 {
  font-size: 1em;
}
.markdown-body h5 {
  font-size: 0.875em;
}
.markdown-body h6 {
  font-size: 0.85em;
  color: var(--fgColor-muted, var(--color-fg-muted));
}
.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}
.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}
.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}
.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}
.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}
.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}
.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}
.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}
.markdown-body ol[type="1"] {
  list-style-type: decimal;
}
.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown-body li > p {
  margin-top: 16px;
}
.markdown-body li + li {
  margin-top: 0.25em;
}
.markdown-body dl {
  padding: 0;
}
.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: var(--base-text-weight-semibold, 600);
}
.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}
.markdown-body table th {
  font-weight: var(--base-text-weight-semibold, 600);
}
.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid var(--borderColor-default, var(--color-border-default));
}
.markdown-body table td > :last-child {
  margin-bottom: 0;
}
.markdown-body table tr {
  background-color: var(--bgColor-default, var(--color-canvas-default));
  border-top: 1px solid var(--borderColor-muted, var(--color-border-muted));
}
.markdown-body table tr:nth-child(2n) {
  background-color: var(--bgColor-muted, var(--color-canvas-subtle));
}
.markdown-body table img {
  background-color: transparent;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--bgColor-default, var(--color-canvas-default));
}
.markdown-body img[align=right] {
  padding-left: 20px;
}
.markdown-body img[align=left] {
  padding-right: 20px;
}
.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--borderColor-default, var(--color-border-default));
}
.markdown-body span.frame span img {
  display: block;
  float: left;
}
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--fgColor-default, var(--color-fg-default));
}
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.markdown-body span.float-left span {
  margin: 13px 0 0;
}
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: var(--bgColor-neutral-muted, var(--color-neutral-muted));
  border-radius: 6px;
}
.markdown-body code br,
.markdown-body tt br {
  display: none;
}
.markdown-body del code {
  text-decoration: inherit;
}
.markdown-body samp {
  font-size: 85%;
}
.markdown-body pre {
  word-wrap: normal;
}
.markdown-body pre code {
  font-size: 100%;
}
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.markdown-body .highlight {
  margin-bottom: 16px;
}
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: var(--fgColor-default, var(--color-fg-default));
  background-color: var(--bgColor-muted, var(--color-canvas-subtle));
  border-radius: 6px;
}
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--bgColor-default, var(--color-canvas-default));
  border: 0;
}
.markdown-body .csv-data tr {
  border-top: 0;
}
.markdown-body .csv-data th {
  font-weight: var(--base-text-weight-semibold, 600);
  background: var(--bgColor-muted, var(--color-canvas-subtle));
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}
.markdown-body [data-footnote-ref]::after {
  content: "]";
}
.markdown-body .footnotes {
  font-size: 12px;
  color: var(--fgColor-muted, var(--color-fg-muted));
  border-top: 1px solid var(--borderColor-default, var(--color-border-default));
}
.markdown-body .footnotes ol {
  padding-left: 16px;
}
.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}
.markdown-body .footnotes li {
  position: relative;
}
.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
  border-radius: 6px;
}
.markdown-body .footnotes li:target {
  color: var(--fgColor-default, var(--color-fg-default));
}
.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}

/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-9e3bdf4b406af9baa46bf60e1903449bb4314aeb868fcbae3e95de479633205e.eot);
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-9e3bdf4b406af9baa46bf60e1903449bb4314aeb868fcbae3e95de479633205e.eot?#iefix) format("embedded-opentype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-3700f19f26d7519a6dad2354a996452064156d978bc0bcfc6f74555e6a881bf6.woff2) format("woff2"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-7be9c1dc2418c499534a48ee49c2d27f4fef5a5aee4f30f75b4c9ae2e6a9c6da.woff) format("woff"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-a12cebc5d1f2b9dd9d81bb7f2dfc989ce35868092ef46c1098afb09f257d4c2b.ttf) format("truetype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-33e728329ea58ca0ddc5f1002bb9a744a02d5679b12103ca30373e687aed1698.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-4a9a9ccf3ccc2ce775695dcdab2e36f48a6db5876a7acf2c6bcb76912af65c87.eot);
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-4a9a9ccf3ccc2ce775695dcdab2e36f48a6db5876a7acf2c6bcb76912af65c87.eot?#iefix) format("embedded-opentype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-6cfa156c0f937f0ce08c02e342067be2f4ba4db29abba244f90c27a223f96acc.woff2) format("woff2"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-5cc917c41d445fd002c151f518d442eff06969dd30c4d155b9ec3693f74677df.woff) format("woff"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-ca2fb9c9ed4e86200e0b14a4fe17772d353db275c0cd506a43f15c28146001e3.ttf) format("truetype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-164fd2bef125a58606a240ecb88eaf01039045bac6615b3c58c6260a03b4411d.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-53b75d467dcd047612f6a7f25b3c68bd845b551aedf1b397e0f09f99d887bd0c.eot);
  src: url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-53b75d467dcd047612f6a7f25b3c68bd845b551aedf1b397e0f09f99d887bd0c.eot?#iefix) format("embedded-opentype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-12a387beb2f100bb320b09c518af672c7aadac8641901823571385403268ec18.woff2) format("woff2"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-7424d5bc8c3fa6f7e7962c5512305c907cf16c0d89c09468df2c591e1d2f82a7.woff) format("woff"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-82e5e53767e293a56080dd2d4e3db91764d85f002ea1706a99459d903ebf8f95.ttf) format("truetype"), url(https://cdn.kibe.la/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-effd4e273b1d4c0a8f825e6e7593f0442651935fb12c0c4781bc54205a054d34.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.horizontal {
  display: flex;
}

.relative {
  position: relative;
}

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

.is-fullWidth {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .showPcOnly, .editor-action-cheatsheet, .editor-action-togglePreview {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .showSmartphoneOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .showSmallerPcOver {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .showSmallerPcUnder {
    display: none !important;
  }
}
.js-hide-until-csr {
  display: none !important;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 53px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  border-width: 0px;
  border-style: solid;
}

body {
  font-size: 1.6rem;
  position: relative;
  min-height: 100%;
  background: #ffffff;
  color: #262626;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
}
body .ks {
  width: 1.6rem;
  height: 1.6rem;
}
body .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
body.signUp, body.devise {
  background-color: #fafaf9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2.4rem;
}
h1 .ks {
  width: 2.4rem;
  height: 2.4rem;
}
h1 .emoji {
  width: 2.4rem;
  height: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}
h2 .ks {
  width: 2.2rem;
  height: 2.2rem;
}
h2 .emoji {
  width: 2.2rem;
  height: 2.2rem;
}

h3 {
  font-size: 2rem;
}
h3 .ks {
  width: 2rem;
  height: 2rem;
}
h3 .emoji {
  width: 2rem;
  height: 2rem;
}

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

p {
  margin: 0;
}

a {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
}
a .ks {
  fill: #155799;
}
a:link {
  color: #155799;
}
a:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
a:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
a:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
a:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
a:disabled, a:hover:disabled, a.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
a:disabled .ks, a:hover:disabled .ks, a.is-disabled .ks {
  fill: #737373;
}
a:focus {
  outline: 0;
}

blockquote {
  margin: 0;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
}

.ks {
  width: 32px;
  height: 32px;
  position: relative;
  flex-shrink: 0;
  fill: #8b8989;
}

.emoji {
  width: 20px;
  height: 20px;
  position: relative;
}

.unicode-emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji";
}
.unicode-emoji.with-noto {
  font-family: "Apple Color Emoji", "Noto Color Emoji";
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  resize: vertical;
}

hr {
  border: none;
  border-bottom: solid 1px #dddbda;
}

details * {
  box-sizing: border-box;
}

summary {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
summary .ks {
  fill: #155799;
}
summary:link {
  color: #155799;
}
summary:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
summary:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
summary:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
summary:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
summary:disabled, summary:hover:disabled, summary.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
summary:disabled .ks, summary:hover:disabled .ks, summary.is-disabled .ks {
  fill: #737373;
}
summary:focus {
  outline: 0;
}
summary:focus {
  outline: 0;
}

button {
  line-height: inherit;
}
button:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

input:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}

textarea,
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=datetime-local] {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #dddbda;
  border-radius: 4px;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=datetime-local]:focus {
  outline: 0;
  border-color: #155799;
  background: #ffffff;
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=datetime-local]::placeholder {
  color: #a3a3a3;
  opacity: 1;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
}

input[type=radio],
input[type=checkbox] {
  font-size: 2.2rem;
  margin: 0 5px 0 1px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=radio] .ks,
input[type=checkbox] .ks {
  width: 2.2rem;
  height: 2.2rem;
}
input[type=radio] .emoji,
input[type=checkbox] .emoji {
  width: 2.2rem;
  height: 2.2rem;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=button]:focus,
input[type=submit]:focus {
  outline: 0;
}

input:required {
  box-shadow: none;
}

.error {
  color: #e63c74;
}

.l-groupPortal-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.l-groupPortal-main .showGroupPortalAsideOnly {
  display: none !important;
}

.l-groupPortal-aside .showGroupPortalMainOnly {
  display: none !important;
}

#header {
  min-width: 1180px;
  width: 100%;
}

#footer {
  bottom: 0;
  min-width: 1180px;
  width: 100%;
}

#header,
#footer {
  min-width: 0;
}

#main {
  display: flex;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: center;
  max-width: none;
  width: 100%;
}
#main .l-singleColumn {
  flex: 1;
  flex-grow: 0;
  flex-basis: 1050px;
  margin: 0 auto 80px;
  width: auto;
}
#main .l-singleColumn .l-aloneColumn {
  margin: 0 auto;
  width: 810px;
}
#main .l-singleColumn .l-aloneColumn.is-aloneColumn-small {
  width: 1050px;
}
#main .l-singleColumn-inner {
  padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
  #main .l-singleColumn-inner {
    padding: 15px 15px 0;
  }
}
#main .l-doubleColumn-main {
  flex: 1;
  min-width: 0;
  padding: 30px 0 80px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #main .l-doubleColumn-main {
    padding-top: 20px;
    margin: 0 auto;
    width: auto;
  }
}
#main .l-doubleColumn-main + .l-doubleColumn-aside {
  margin-left: 10px;
}
#main .l-doubleColumn-aside {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  #main .l-doubleColumn-aside {
    display: none;
  }
}
#main .l-doubleColumn-aside--search {
  width: 310px;
  padding-right: 0;
  padding-left: 30px;
  padding-top: 21px;
  background: transparent;
}
#main .l-doubleColumn-aside + .l-doubleColumn-main {
  margin-left: 0;
  padding-right: 60px;
  padding-left: 60px;
  border-left: solid 1px #ecebe9;
}
#main .l-doubleColumn-aside + .l-doubleColumn-main--search {
  padding-top: 14px;
  padding-left: 50px;
  border-left: none;
}
@media screen and (max-width: 1023px) {
  #main .l-doubleColumn-aside + .l-doubleColumn-main {
    border-left: none;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .l-doubleColumn-aside + .l-doubleColumn-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#main .l-tripleColumn-asideLeft {
  width: 250px;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  #main .l-tripleColumn-asideLeft {
    display: none;
  }
}
#main .l-tripleColumn-asideRight {
  display: flex;
  margin-left: 0;
  padding: 30px 20px 0 0;
  max-width: 370px;
  width: 30%;
  min-width: 0;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  #main .l-tripleColumn-asideRight {
    display: none;
  }
}
#main .l-tripleColumn-asideRight > div {
  display: flex;
  flex: 1;
  width: 100%;
}
#main .l-tripleColumn-asideRight > div > div {
  display: flex;
  flex: 1;
  width: 100%;
}
#main.l-tripleColumn-wrapper {
  justify-content: flex-end;
}
#main .l-tripleColumn-main {
  display: flex;
  flex: 1;
  width: 100%;
}
#main .l-tripleColumn-main-asideLeft {
  display: flex;
  padding: 35px 40px 0 30px;
  width: 320px;
  min-width: 320px;
  position: relative;
  z-index: 2;
  background: #fafaf9;
}
@media screen and (max-width: 1023px) {
  #main .l-tripleColumn-main-asideLeft {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .l-tripleColumn-main-asideLeft {
    display: none;
  }
}
#main .l-tripleColumn-main-asideLeft > div {
  display: flex;
  flex: 1;
  width: 100%;
  min-width: 0;
}
#main .l-tripleColumn-main-asideLeft > div > div {
  display: flex;
  flex: 1;
  width: 100%;
  min-width: 0;
}
#main .l-tripleColumn-main-main {
  padding: 30px 40px;
  min-width: 0;
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #main .l-tripleColumn-main-main {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .l-tripleColumn-main-main {
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 1280px) {
  #main .l-tripleColumn-main-main {
    margin: 0 auto;
  }
}

#deviseHeader,
#deviseFooter {
  display: flex;
  justify-content: center;
  min-width: 1180px;
}

#deviseHeader {
  margin-top: 50px;
}
#deviseHeader img {
  width: 163px;
  height: 43px;
}

#deviseFooter {
  font-size: 1.4rem;
  color: #737373;
}
#deviseFooter .ks {
  width: 1.4rem;
  height: 1.4rem;
}
#deviseFooter .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

#deviseMain {
  display: flex;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: 1180px;
}
#deviseMain .l-singleColumn {
  width: 1180px;
}
#deviseMain .l-singleColumn .l-aloneColumn {
  margin: 0 auto;
  width: 810px;
}
#deviseMain .l-singleColumn .l-aloneColumn.is-aloneColumn-small {
  width: 400px;
}
#deviseMain .l-singleColumn .l-aloneColumn.is-aloneColumn-middle {
  width: 460px;
}

@media screen and (max-width: 1023px) {
  .l-announceBox {
    padding: 0;
  }
}
.l-announceBox .announceBox-wrapper + .announceBox-wrapper .announceBox {
  margin-top: 10px;
}
.l-announceBox .announceBox-wrapper:last-of-type .announceBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .l-announceBox .announceBox-wrapper:last-of-type .announceBox {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  #header,
  #footer,
  #deviseHeader,
  #deviseFooter {
    min-width: 100%;
  }
  #deviseHeader {
    margin-top: 40px;
  }
  #deviseHeader img {
    width: auto;
    height: 40px;
  }
  #main .l-aloneColumn {
    padding-top: 10px;
    margin: 0 auto !important;
  }
  #deviseMain {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
  }
  #deviseMain,
  #deviseMain .l-singleColumn {
    width: auto;
    flex: 1;
  }
  #deviseMain .l-aloneColumn,
  #deviseMain .l-singleColumn .l-aloneColumn {
    width: initial !important;
  }
  #deviseMain .l-aloneColumn.is-aloneColumn-small,
  #deviseMain .l-singleColumn .l-aloneColumn.is-aloneColumn-small {
    max-width: 400px;
  }
  #deviseMain .l-aloneColumn.is-aloneColumn-middle,
  #deviseMain .l-singleColumn .l-aloneColumn.is-aloneColumn-middle {
    max-width: 460px;
  }
}
.display-scrollbar-y {
  overflow-y: scroll;
}

.noteContainer, .l-noteContainer {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
}

.noteContainer-main, .l-editor-bodyWrapper.is-richTextEditor, .l-noteContainer-main {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .noteContainer-main, .l-editor-bodyWrapper.is-richTextEditor, .l-noteContainer-main {
    padding: 20px;
  }
}

.l-noteContainer-aside {
  padding: 0 20px;
  width: calc((100vw - 750px + 20px) / 2);
  min-width: 125px;
  max-width: 320px;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .l-noteContainer-aside {
    display: none;
  }
}

.accessTokenEditModal.modal-container {
  max-width: 100%;
  width: 600px;
}
.accessTokenEditModal h2 {
  text-align: center;
}
.accessTokenEditModal-title {
  margin-top: 20px;
}
.accessTokenEditModal-description {
  margin-top: 20px;
}
.accessTokenEditModal-helpAboutDescription {
  font-size: 1.2rem;
  color: #737373;
}
.accessTokenEditModal-helpAboutDescription .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.accessTokenEditModal-helpAboutDescription .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.accessTokenEditModal-scopes {
  margin-top: 20px;
}
.accessTokenEditModal-scopes label + label {
  margin-left: 20px;
}
.accessTokenEditModal-actions {
  display: flex;
  margin-top: 20px;
}
.accessTokenEditModal-actions button {
  flex-basis: 0;
  flex-grow: 1;
}
.accessTokenEditModal-actions button + button {
  margin-left: 20px;
}

.accessTokenListContainer {
  width: 100%;
}
.accessTokenListContainer .js-react-component {
  width: 100%;
}
.accessTokenListContainer .accessTokenList.is-fetching, .accessTokenListContainer .accessTokenList.is-empty {
  color: #737373;
}
@media screen and (max-width: 767px) {
  .accessTokenListContainer .accessTokenList.is-fetching, .accessTokenListContainer .accessTokenList.is-empty {
    font-size: 1.4rem;
  }
  .accessTokenListContainer .accessTokenList.is-fetching .ks, .accessTokenListContainer .accessTokenList.is-empty .ks {
    width: 1.4rem;
    height: 1.4rem;
  }
  .accessTokenListContainer .accessTokenList.is-fetching .emoji, .accessTokenListContainer .accessTokenList.is-empty .emoji {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.accessTokenListContainer .accessTokenListItem {
  padding: 10px 20px;
  margin: 20px 0;
  display: flex;
  border: solid 1px #dddbda;
  border-radius: 4px;
}
.accessTokenListContainer .accessTokenListItem.is-link {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
}
.accessTokenListContainer .accessTokenListItem.is-link .ks {
  fill: #262626;
}
.accessTokenListContainer .accessTokenListItem.is-link:link {
  color: #262626;
}
.accessTokenListContainer .accessTokenListItem.is-link:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.accessTokenListContainer .accessTokenListItem.is-link:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.accessTokenListContainer .accessTokenListItem.is-link:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.accessTokenListContainer .accessTokenListItem.is-link:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.accessTokenListContainer .accessTokenListItem.is-link:disabled, .accessTokenListContainer .accessTokenListItem.is-link:hover:disabled, .accessTokenListContainer .accessTokenListItem.is-link.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.accessTokenListContainer .accessTokenListItem.is-link:disabled .ks, .accessTokenListContainer .accessTokenListItem.is-link:hover:disabled .ks, .accessTokenListContainer .accessTokenListItem.is-link.is-disabled .ks {
  fill: #737373;
}
.accessTokenListContainer .accessTokenListItem.is-link:focus {
  outline: 0;
}
.accessTokenListContainer .accessTokenListItem.is-new {
  border-color: #155799;
  box-shadow: 0 0 0 1px rgba(50, 122, 194, 0.5019607843);
}
.accessTokenListContainer .accessTokenListItem.is-revoked {
  opacity: 0.75;
}
.accessTokenListContainer .accessTokenListItem-title {
  font-weight: bold;
}
.accessTokenListContainer .accessTokenListItem-token {
  width: 600px;
}
.accessTokenListContainer .accessTokenListItem-createdAt {
  font-size: 1.4rem;
  color: #737373;
}
.accessTokenListContainer .accessTokenListItem-createdAt .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.accessTokenListContainer .accessTokenListItem-createdAt .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.accessTokenListContainer .accessTokenListItem-lastUsedAt {
  font-size: 1.4rem;
  color: #737373;
}
.accessTokenListContainer .accessTokenListItem-lastUsedAt .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.accessTokenListContainer .accessTokenListItem-lastUsedAt .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.accessTokenLogListContainer .js-react-component {
  width: 100%;
}

.accessTokenLog-list {
  width: 100%;
  margin-top: 10px;
}
.accessTokenLog-item {
  font-size: 1.4rem;
  border-top: solid 1px #dddbda;
}
.accessTokenLog-item .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.accessTokenLog-item .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.accessTokenLog-item-title, .accessTokenLog-item-user, .accessTokenLog-item-createdAt, .accessTokenLog-item-operationType, .accessTokenLog-item-ipAddress, .accessTokenLog-item-userAgent {
  text-align: center;
}

.accessToken {
  padding: 20px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #dddbda;
  border-radius: 4px;
}
.accessToken.is-revoked {
  opacity: 0.75;
}
.accessToken-placeholder {
  width: 100%;
}
.accessToken-attributes {
  width: 100%;
}
.accessToken-createdAt {
  font-size: 1.4rem;
  color: #737373;
}
.accessToken-createdAt .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.accessToken-createdAt .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.accessToken-lastUsedAt {
  font-size: 1.4rem;
  color: #737373;
}
.accessToken-lastUsedAt .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.accessToken-lastUsedAt .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.accessToken-actions {
  margin: auto 0 auto auto;
}
.accessToken-actions button + button {
  margin-left: 20px;
}
.accessToken-description {
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
  border-top: solid 1px #dddbda;
}
.accessToken-logList {
  padding-top: 20px;
}
.accessToken-log {
  padding: 20px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  border: solid 1px #dddbda;
  border-radius: 4px;
}
.accessToken-log-createdAt {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 20px;
}
.accessToken-log-userAgent {
  color: #737373;
}
.accessToken-log-ipAddress {
  color: #737373;
}
.accessToken-log-query {
  margin: 0 20px 0 auto;
}

.accessTokenListHeader {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .accessTokenListHeader {
    display: block;
    margin: 15px 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .accessTokenListHeader-createAccessTokenButton {
    margin-bottom: 30px;
  }
}
.accessTokenListHeader__tabs {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .accessTokenListHeader__tabs {
    margin: 0;
  }
}

.activityMeter {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
.activityMeter li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #8b8989;
}
.activityMeter li .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.activityMeter li .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.activityMeter li:last-child {
  margin-right: 0;
}
.activityMeter li .ks {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.activityMeter .avatars {
  margin-left: 5px;
}
.activityMeter .avatars img {
  width: 16px;
  height: 16px;
  border: solid 2px #ffffff;
  vertical-align: middle;
}
.activityMeter .avatars img + img {
  margin-left: -8px;
}

.apiConsole {
  display: flex;
  width: 100%;
  min-height: 800px;
}
.apiConsole-graphiql {
  width: 100%;
  min-height: 100%;
  border: none;
}

.biography.is-biography-empty {
  padding: 8px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #fafaf9;
  color: #737373;
  text-align: justify;
}
.biography .emoji {
  vertical-align: text-top;
}

.boardCreationAlertModal.modal-container {
  padding: 30px;
}
.boardCreationAlertModal .ks-error {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: auto;
  fill: #f5af22;
}
.boardCreationAlertModal-title {
  margin-right: auto;
}
.boardCreationAlertModal h3 {
  display: flex;
  align-items: center;
}
.boardCreationAlertModal p {
  margin: 10px 0;
}
.boardCreationAlertModal .button {
  margin: 0 10px;
  width: 150px;
}

.boardEditModal-container {
  width: 420px;
}
.boardEditModal-container.modal-container {
  padding: 0;
}

.boardEditModal-header {
  font-size: 1.4rem;
  padding: 20px;
  border-bottom: 1px solid #dddbda;
  text-align: center;
  font-weight: bold;
}
.boardEditModal-header .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.boardEditModal-header .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.boardEditModal-header-title {
  position: relative;
}
.boardEditModal-header-closeButton {
  font-size: 1.5rem;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
.boardEditModal-header-closeButton .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.boardEditModal-header-closeButton .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.boardEditModal-header-closeButton .ks {
  fill: #155799;
}
.boardEditModal-body {
  padding: 30px 40px;
}
.boardEditModal-body textarea {
  height: 90px;
}
.boardEditModal-body input[type=file] {
  cursor: pointer;
}
.boardEditModal-body .form-fieldWrapper + .form-fieldWrapper {
  margin-top: 25px;
}
.boardEditModal-body .boardCoverPhoto {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.boardEditModal-body .boardCoverPhoto.is-empty {
  background-color: #dbe5f0;
}
.boardEditModal-body .boardCoverPhoto .deleteButton {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: #e63c74;
  border: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: none;
}
.boardEditModal-body .boardCoverPhoto .deleteButton .ks {
  width: 1rem;
  height: 1rem;
}
.boardEditModal-body .boardCoverPhoto .deleteButton .emoji {
  width: 1rem;
  height: 1rem;
}
.boardEditModal-body .boardCoverPhoto .deleteButton .ks {
  fill: #ffffff;
}
.boardEditModal-body .boardCoverPhoto:hover .deleteButton {
  display: flex;
}
.boardEditModal-body .boardCoverPhoto-action .changeButton {
  position: relative;
}
.boardEditModal-body .boardCoverPhoto-action input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.boardEditModal-body .visibilitySetting .warningDescription {
  padding: 14px 12px;
  margin-bottom: 12px;
  margin-top: 5px;
  border-radius: 4px;
  border: solid 1px #f5af22;
  background-color: rgba(245, 175, 34, 0.05);
  font-size: 1.2rem;
}
.boardEditModal-body .visibilitySetting .warningDescription .ks {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  fill: #f5af22;
}
.boardEditModal-body .visibilitySetting .warningDescription-title {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.boardEditModal-body .visibilitySetting .warningDescription-list {
  text-indent: -1em;
  margin-left: 1em;
}
.boardEditModal-body .visibilitySetting .warningDescription-listItem {
  margin-bottom: 5px;
}
.boardEditModal-body .visibilitySetting .warningDescription-listItem:last-child {
  margin-bottom: 0;
}
.boardEditModal-body .visibilitySetting .warningDescription-listItem:before {
  content: "・";
}
.boardEditModal-body .visibilitySetting .inputLabel {
  font-weight: normal;
}
.boardEditModal-body-introductionImage {
  width: 100%;
  height: auto;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .boardEditModal-body-introductionImage {
    min-height: 0;
  }
}
.boardEditModal-body-introductionMessage {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.boardEditModal-body-introductionMessage .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.boardEditModal-body-introductionMessage .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.boardEditModal-action {
  text-align: center;
  margin-top: 20px;
}
.boardEditModal-action .submitButton {
  min-width: 110px;
}

.groupsLabel {
  display: inline-flex;
  flex-wrap: wrap;
}

.groupLabel {
  font-size: 1.2rem;
  color: #262626;
  display: inline-block;
  margin: 2px 10px 2px 0;
}
.groupLabel .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.groupLabel .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.groupLabel:link {
  color: #262626;
}
.groupLabel:link .ks {
  fill: #262626;
}
.groupLabel:hover {
  color: #262626;
}
.groupLabel:hover .ks {
  fill: #262626;
}
.groupLabel:visited {
  color: #262626;
}
.groupLabel:visited .ks {
  fill: #262626;
}
.groupLabel:hover {
  text-decoration: none;
}
.groupLabel span {
  color: #737373;
}
.groupLabel span:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .groupLabel {
    white-space: initial;
  }
}
.groupLabel .ks {
  margin-right: 3px;
}
.groupLabel .ks.ks-lock, .groupLabel .ks.ks-lock_fill {
  fill: #737373;
  vertical-align: -1px;
}
.groupLabel .fa-users {
  color: #155799;
  margin-right: 3px;
}

.boardMemberList {
  min-height: 200px;
}
.boardMemberList.modal-container {
  padding: 65px 20px 20px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .boardMemberList.modal-container {
    width: 100%;
  }
}
.boardMemberList-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  border-bottom: 1px solid #dddbda;
}
.boardMemberList-header-title {
  font-size: 1.4rem;
  padding: 0 80px;
}
.boardMemberList-header-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.boardMemberList-header-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.boardMemberList-header-edit.button {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 60px;
  line-height: 30px;
  transform: translateY(-50%);
}
.boardMemberList-header-edit.button .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.boardMemberList-header-edit.button .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.boardMemberList-searchControl {
  padding-bottom: 15px;
}
.boardMemberList-member {
  display: flex;
  width: 100%;
  padding: 15px 10px;
  border-bottom: solid 1px #dddbda;
}
.boardMemberList-member-switch {
  width: 100%;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  display: block;
}
.boardMemberList-member-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.boardMemberList-member-avatarColumn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.boardMemberList-member-avatarColumn .avatar {
  width: 30px;
  height: 30px;
}
.boardMemberList-member-nameColumn {
  flex-grow: 1;
  line-height: 1;
}
.boardMemberList-member-nameColumn-realName {
  font-size: 1.4rem;
  font-weight: bold;
}
.boardMemberList-member-nameColumn-realName .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.boardMemberList-member-nameColumn-realName .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.boardMemberList-member-nameColumn-realName .is-realNameEmpty {
  color: #737373;
}
.boardMemberList-member-nameColumn-account {
  font-size: 1.3rem;
  margin-top: 2px;
  color: #737373;
}
.boardMemberList-member-nameColumn-account .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.boardMemberList-member-nameColumn-account .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.boardMemberList-member-roleColumn {
  margin-left: auto;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardMemberList-member-roleColumn .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.boardMemberList-member-roleColumn .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.boardMemberList-member-statusColumn {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: auto;
}
.boardMemberList-member-statusColumn > .ks.ks-check {
  width: 22px;
  height: 22px;
  fill: #229971;
}
.boardMemberList-member-statusColumn-empty {
  margin-right: 20px;
  margin-left: auto;
  width: 22px;
}
.boardMemberList-member-emptyState {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #737373;
  text-align: center;
}
.boardMemberList-member.is-user-edited {
  background-color: #fafaf9;
}
.boardMemberList-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.boardMemberList-actions button {
  width: 170px;
}
.boardMemberList-actions button + button {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .boardMemberList {
    min-width: 100%;
    width: 100%;
  }
}
.boardPanel .panel-coverPhoto {
  background: #dae2e9;
}
.boardPanel .dropdownButton {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  padding: 5px;
  border: 1px solid #dddbda;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
}
.boardPanel .dropdownButton-menuContainer {
  top: 42px;
  right: -6px;
}
.boardPanel-content {
  padding: 20px 5px 120px;
}
.boardPanel-content-body .privateText {
  font-size: 1.3rem;
  margin-top: 7px;
  color: #737373;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
}
.boardPanel-content-body .privateText .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.boardPanel-content-body .privateText .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .boardPanel-content-body .privateText {
    font-size: 1.2rem;
  }
  .boardPanel-content-body .privateText .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .boardPanel-content-body .privateText .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.boardPanel-content-body .entryUpdatedAt {
  font-size: 1.1rem;
  margin: 7px 0;
  color: #737373;
  line-height: 1;
}
.boardPanel-content-body .entryUpdatedAt .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.boardPanel-content-body .entryUpdatedAt .emoji {
  width: 1.1rem;
  height: 1.1rem;
}
.boardPanel-content-footer .roundButton .ks-check {
  fill: #229971;
}
.boardPanel-content-footer .members {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.boardPanel-content-footer .members-avatarList {
  display: flex;
  height: 22px;
  line-height: 1;
}
.boardPanel-content-footer .members-avatarList-item {
  margin-left: -3px;
  border: solid 2px #ffffff;
}
.boardPanel-content-footer .members-avatarList-item img.avatar {
  width: 16px;
  height: 16px;
}
.boardPanel-content-footer .members-count {
  font-size: 1.3rem;
  margin-left: 2px;
  color: #737373;
  font-weight: 600;
}
.boardPanel-content-footer .members-count .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.boardPanel-content-footer .members-count .emoji {
  width: 1.3rem;
  height: 1.3rem;
}

.roundBox {
  padding: 30px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
}
.roundBox .mainCaption {
  padding: 0 30px 10px;
}
.roundBox.is-roundBox-withMainCaption {
  padding: 15px 30px 20px;
}
.roundBox.is-roundBox-withMainCaption .mainCaption {
  margin-right: -30px;
  margin-left: -30px;
}
.roundBox.is-roundBox-aside {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .roundBox {
    padding: 25px 15px;
  }
}
.button {
  font-size: 1.4rem;
  color: #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid #dddbda;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.button .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.button:link {
  color: #262626;
}
.button:link .ks {
  fill: #262626;
}
.button:hover {
  color: #262626;
}
.button:hover .ks {
  fill: #262626;
}
.button:visited {
  color: #262626;
}
.button:visited .ks {
  fill: #262626;
}
.button:hover {
  text-decoration: none;
}
.button:hover, .button:focus {
  background: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
.button > .ks {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.button.is-button-loading, .button:disabled, .button.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.is-button-loading:hover, .button.is-button-loading:focus, .button:disabled:hover, .button:disabled:focus, .button.is-button-disabled:hover, .button.is-button-disabled:focus {
  background: #ffffff;
}
.button.is-button-attention, .button.is-button-note, .button.is-button-warning {
  color: #ffffff;
  opacity: initial;
}
.button.is-button-attention:link, .button.is-button-note:link, .button.is-button-warning:link {
  color: #ffffff;
}
.button.is-button-attention:link .ks, .button.is-button-note:link .ks, .button.is-button-warning:link .ks {
  fill: #ffffff;
}
.button.is-button-attention:hover, .button.is-button-note:hover, .button.is-button-warning:hover {
  color: #ffffff;
}
.button.is-button-attention:hover .ks, .button.is-button-note:hover .ks, .button.is-button-warning:hover .ks {
  fill: #ffffff;
}
.button.is-button-attention:visited, .button.is-button-note:visited, .button.is-button-warning:visited {
  color: #ffffff;
}
.button.is-button-attention:visited .ks, .button.is-button-note:visited .ks, .button.is-button-warning:visited .ks {
  fill: #ffffff;
}
.button.is-button-attention:hover, .button.is-button-note:hover, .button.is-button-warning:hover {
  text-decoration: none;
}
.button.is-button-attention > .ks, .button.is-button-note > .ks, .button.is-button-warning > .ks {
  fill: #ffffff;
}
.button.is-button-attention {
  border-color: #155799;
  background: #155799;
  cursor: pointer;
}
.button.is-button-attention:hover, .button.is-button-attention:focus {
  background: rgb(14.8448275862, 61.5, 108.1551724138);
}
.button.is-button-attention:disabled, .button.is-button-attention.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.is-button-attention:disabled:hover, .button.is-button-attention:disabled:focus, .button.is-button-attention.is-button-disabled:hover, .button.is-button-attention.is-button-disabled:focus {
  background: #155799;
}
.button.is-attentionBorder {
  border-color: #155799;
  background: #ffffff;
  color: #155799;
}
.button.is-attentionBorder .ks {
  fill: #155799;
}
.button.is-attentionBorder:hover, .button.is-attentionBorder:focus {
  background: rgba(0, 0, 0, 0.02);
}
.button.is-attentionBorder:disabled:hover, .button.is-attentionBorder:disabled:focus, .button.is-attentionBorder.is-button-disabled:hover, .button.is-attentionBorder.is-button-disabled:focus {
  background: #ffffff;
}
.button.is-button-note {
  border-color: #155799;
  background: #155799;
  cursor: pointer;
}
.button.is-button-note:hover, .button.is-button-note:focus {
  background: rgb(14.8448275862, 61.5, 108.1551724138);
}
.button.is-button-note:disabled, .button.is-button-note.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.is-button-note:disabled:hover, .button.is-button-note:disabled:focus, .button.is-button-note.is-button-disabled:hover, .button.is-button-note.is-button-disabled:focus {
  background: #155799;
}
.button.is-button-warning {
  border-color: #e63c4a;
  background: #e63c4a;
  cursor: pointer;
}
.button.is-button-warning:hover, .button.is-button-warning:focus {
  background: rgb(211.8409090909, 27.1590909091, 42.3681818182);
}
.button.is-button-warning:disabled, .button.is-button-warning.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.is-button-warning:disabled:hover, .button.is-button-warning:disabled:focus, .button.is-button-warning.is-button-disabled:hover, .button.is-button-warning.is-button-disabled:focus {
  background: #e63c4a;
}
.button.is-warningBorder {
  border-color: #e63c4a;
  background: #ffffff;
  color: #e63c4a;
}
.button.is-warningBorder .ks {
  fill: #e63c4a;
}
.button.is-warningBorder:hover, .button.is-warningBorder:focus {
  background: rgba(0, 0, 0, 0.02);
}
.button.is-warningBorder:disabled:hover, .button.is-warningBorder:disabled:focus, .button.is-warningBorder.is-button-disabled:hover, .button.is-warningBorder.is-button-disabled:focus {
  background: #ffffff;
}
.button.is-button-small {
  font-size: 1.2rem;
  padding: 9px 10px;
}
.button.is-button-small .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.button.is-button-small .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.button.is-button-small .ks {
  width: 14px;
  height: 14px;
}
.button.is-button-withCount {
  padding-right: 11px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.is-button-withCount.is-button-small {
  padding-right: 5px;
  min-width: 0;
}
.button.is-button-loading {
  padding-left: 40px;
}

.roundButton {
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 25px;
  border: 2px solid #dddbda;
  border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.roundButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.roundButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.roundButton:hover, .roundButton:focus {
  background: rgba(0, 0, 0, 0.02);
}
.roundButton span {
  vertical-align: middle;
}
.roundButton .ks {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.roundButton.is-attention {
  color: #ffffff;
  border-color: #155799;
  background: #155799;
}
.roundButton.is-attention:link {
  color: #ffffff;
}
.roundButton.is-attention:link .ks {
  fill: #ffffff;
}
.roundButton.is-attention:hover {
  color: #ffffff;
}
.roundButton.is-attention:hover .ks {
  fill: #ffffff;
}
.roundButton.is-attention:visited {
  color: #ffffff;
}
.roundButton.is-attention:visited .ks {
  fill: #ffffff;
}
.roundButton.is-attention:hover {
  text-decoration: none;
}
.roundButton.is-attention > .ks {
  fill: #ffffff;
}
.roundButton.is-attention:hover, .roundButton.is-attention:focus {
  border-color: rgb(14.8448275862, 61.5, 108.1551724138);
  background: rgb(14.8448275862, 61.5, 108.1551724138);
}
.roundButton.is-disabled {
  border-color: #dddbda;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.roundButton.is-disabled:hover, .roundButton.is-disabled:focus {
  background: #ffffff;
}
.roundButton.is-withSymbol {
  padding-left: 20px;
}

button.is-button-symbolOnly {
  font-size: 1.6rem;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #262626;
  cursor: pointer;
  text-decoration: none;
}
button.is-button-symbolOnly .ks {
  width: 1.6rem;
  height: 1.6rem;
}
button.is-button-symbolOnly .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
button.is-button-symbolOnly .ks {
  fill: #262626;
}
button.is-button-symbolOnly:link {
  color: #262626;
}
button.is-button-symbolOnly:visited {
  color: rgb(81.35, 81.35, 81.35);
}
button.is-button-symbolOnly:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
button.is-button-symbolOnly:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
button.is-button-symbolOnly:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
button.is-button-symbolOnly:disabled, button.is-button-symbolOnly:hover:disabled, button.is-button-symbolOnly.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
button.is-button-symbolOnly:disabled .ks, button.is-button-symbolOnly:hover:disabled .ks, button.is-button-symbolOnly.is-disabled .ks {
  fill: #737373;
}
button.is-button-symbolOnly:focus {
  outline: 0;
}

.mainCaption {
  font-size: 3.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-weight: normal;
}
.mainCaption .ks {
  width: 3.4rem;
  height: 3.4rem;
}
.mainCaption .emoji {
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .mainCaption {
    font-size: 2.8rem;
  }
  .mainCaption .ks {
    width: 2.8rem;
    height: 2.8rem;
  }
  .mainCaption .emoji {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.mainCaption-rightButton {
  font-size: 1.4rem;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.mainCaption-rightButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.mainCaption-rightButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .mainCaption-rightButton {
    margin-top: 10px;
    max-width: 50%;
    justify-content: flex-end;
  }
}
.mainCaption-rightButton-buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.mainCaption-rightButton__link {
  color: #737373;
}
.mainCaption-rightButton__link:link {
  color: #737373;
}
.mainCaption-rightButton__link:link .ks {
  fill: #737373;
}
.mainCaption-rightButton__link:hover {
  color: #737373;
}
.mainCaption-rightButton__link:hover .ks {
  fill: #737373;
}
.mainCaption-rightButton__link:visited {
  color: #737373;
}
.mainCaption-rightButton__link:visited .ks {
  fill: #737373;
}
@media (hover: hover) and (pointer: fine) {
  .mainCaption-rightButton__link:hover {
    color: #696969;
    text-decoration: underline;
  }
}
.mainCaption-rightButton__link .ks {
  margin-right: 5px;
}

.subCaption {
  font-size: 1.4rem;
  color: #737373;
  margin: -10px 0 30px;
}
.subCaption .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.subCaption .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.asideCaption {
  font-size: 1.8rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  letter-spacing: 1.5px;
  font-weight: normal;
  padding-bottom: 10px;
}
.asideCaption .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.asideCaption .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.asideCaption .ks {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 5px;
  fill: #262626;
}

.cheatsheet-list {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: auto;
  -ms-overflow-style: none; /* Hide scrollbar for Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  height: 100%;
  position: relative;
}
.cheatsheet-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}
.cheatsheet-list .kbd {
  font-size: 1.3rem;
  display: inline-block;
  padding: 0.05em 0.3em;
}
.cheatsheet-list .kbd .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.cheatsheet-list .kbd .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.cheatsheet-list .kbd.is-fullWidth {
  margin: 6px 0;
  padding: 10px;
}
.cheatsheet-list .cheatsheet-list__title {
  font-size: 1.6rem;
  padding: 28px 30px 0;
}
.cheatsheet-list .cheatsheet-list__title .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.cheatsheet-list .cheatsheet-list__title .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.cheatsheet-list .cheatsheet-list__header {
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-top: 15px;
}
.cheatsheet-list .cheatsheet-list__header .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.cheatsheet-list .cheatsheet-list__header .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.cheatsheet-list .cheatsheet-list__cate {
  font-size: 1.4rem;
  margin-top: 15px;
}
.cheatsheet-list .cheatsheet-list__cate .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.cheatsheet-list .cheatsheet-list__cate .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.cheatsheet-list .cheatsheet-list__body {
  margin: 20px 30px 0;
  padding-bottom: 20px;
}
.cheatsheet-list .cheatsheet-list__remark {
  font-size: 1.2rem;
  color: #737373;
  display: block;
}
.cheatsheet-list .cheatsheet-list__remark .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.cheatsheet-list .cheatsheet-list__remark .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.cheatsheet-list .cheatsheet-list__remark .kbd {
  display: inline;
  margin-right: 3px;
}
.cheatsheet-list .cheatsheet-list__lists {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cheatsheet-list .cheatsheet-list__item {
  border-bottom: 1px solid #ecebe9;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.cheatsheet-list .cheatsheet-list__item:last-child {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.cheatsheet-list .cheatsheet-list__item .spacer {
  margin-bottom: 5px;
}
.cheatsheet-list .cheatsheet-list__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cheatsheet-list .cheatsheet-list__button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  background: none;
  position: fixed;
  right: 10px;
  top: 13px;
}
.cheatsheet-list .cheatsheet-list__button > .ks {
  width: 18px;
  height: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .cheatsheet-list .cheatsheet-list__button:hover .ks {
    fill: rgb(113.4615384615, 111.5384615385, 111.5384615385);
  }
}

.cheatsheet-example__title {
  font-size: 1.4rem;
}
.cheatsheet-example__title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.cheatsheet-example__title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.cheatsheet-example__container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
}
.cheatsheet-example__box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
}
.cheatsheet .kbd {
  font-size: 1.3rem;
}
.cheatsheet .kbd .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.cheatsheet .kbd .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.cheatsheet .kbd.is-fullWidth {
  padding: 10px;
}

.churnQuestionnaire {
  margin-top: 20px;
}
.churnQuestionnaire-requiredLabel {
  color: #e63c74;
  margin-right: 0.5rem;
}
.churnQuestionnaire-optionalLabel {
  margin-right: 0.5rem;
}
.churnQuestionnaire-description {
  margin-bottom: 20px;
}
.churnQuestionnaire-freeText {
  margin-top: 5px;
}
.form-fieldWrapper .churnQuestionnaire-option-label {
  font-weight: normal;
  margin-bottom: 0;
}

.code {
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: #fafaf9;
}

.commentEditor {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .commentEditor {
    margin-left: 0;
  }
}
.commentEditor-author {
  float: left;
}
@media screen and (max-width: 767px) {
  .commentEditor-author {
    display: none;
  }
}
.commentEditor-editor {
  margin-left: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .commentEditor-editor {
    margin-left: 0;
  }
}
.commentEditor-body {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
  text-align: left;
}
.commentEditor-body.is-editor-body-focused {
  border-color: #155799;
  box-shadow: 0 0 0 1px #155799;
}
.commentEditor-editPane .editor-content {
  min-height: 170px;
}
.commentEditor-editPane textarea {
  outline: 0;
  min-height: 170px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .commentEditor-editPane textarea {
    min-height: 120px;
  }
}
.commentEditor-editPane textarea:focus {
  outline: 0;
}
.commentEditor-richTextEditorPane .rich-text-editor .ProseMirror {
  min-height: 170px;
  padding: 1rem 0.8rem 0.4rem 1.4rem;
}
.commentEditor-richTextEditorPane .rich-text-editor--loading {
  min-height: 202px;
}
.commentEditor-toolBox {
  border-top: 1px solid #dddbda;
}
.commentEditor-fileUploadButton {
  font-size: 1.8rem;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.commentEditor-fileUploadButton .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.commentEditor-fileUploadButton .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.commentEditor-fileUploadButton:hover:not(:disabled) .ks {
  fill: #155799;
}
.commentEditor-fileUploadButton:disabled {
  cursor: not-allowed;
}
.commentEditor-previewPane {
  padding: 4px;
  position: relative;
  box-sizing: border-box;
  min-height: 170px;
}
@media screen and (max-width: 767px) {
  .commentEditor-previewPane {
    min-height: 120px;
  }
}
.commentEditor-previewPane .previewBox-scrollableContainer {
  position: static;
}
.commentEditor-cancelButton {
  margin-right: 10px;
}
.commentEditor-submit {
  margin-top: 10px;
}
.commentEditor .CodeMirror {
  position: static !important;
  height: auto !important;
  padding-bottom: 20px;
}
.commentEditor .CodeMirror-scroll {
  min-height: 170px;
}

.commentEditor-editor--reply {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .commentEditor--reply {
    margin-left: -60px;
  }
  .commentEditor-editor--reply {
    margin-left: 0;
  }
}
.commentEditor-tab-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  background: #f4f3f2;
}
.commentEditor-tab-container .horizontalTab-button {
  white-space: nowrap;
}

.commentEditor-changeModeButton {
  color: #737373;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-left: auto;
}
.commentEditor-changeModeButton:hover, .commentEditor-changeModeButton:focus {
  color: #262626;
  background-color: transparent;
}

.commentLike {
  position: relative;
  display: flex;
  align-items: center;
}
.commentLike-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .commentLike-button:not(:disabled):hover .ks-like {
    fill: #888888;
  }
}
.commentLike-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.commentLike-button.is-liked {
  background: #155799;
}
.commentLike-button.is-liked .ks-like_fill {
  fill: #ffffff;
}
.commentLike-count {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  font-size: 1.4rem;
  margin-left: 2px;
  color: #737373;
}
.commentLike-count .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.commentLike-count .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.commentLike .ks-like {
  width: 13px;
  height: 13px;
}
.commentLike .ks-like_fill {
  width: 10px;
  height: 10px;
}
.commentLike .userAvatarsWithOverflowCount {
  margin-left: 5px;
}
.commentLike-dropdownBox {
  position: absolute;
  top: 25px;
  right: -62px;
  min-width: 140px;
  min-height: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .commentLike-dropdownBox {
    right: -10px;
  }
}

.note-commentSection-commentList-comment .comment:hover .comment-anchor,
.note-commentSection-commentList-comment .comment-reply:hover .comment-anchor {
  display: block;
}
.note-commentSection-commentList-comment .dropdownButton-menuContainer {
  z-index: 2;
}

.comment {
  display: flex;
}
.comment-anchor-container {
  width: 16px;
  margin-left: -26px;
  margin-right: 10px;
}
.comment-anchor {
  display: none;
}
.comment-container {
  width: 100%;
}
.comment-header {
  display: flex;
  align-items: center;
}
.comment-header-main {
  margin-left: 20px;
}
.comment-header-main-row {
  display: flex;
  align-items: center;
}
.comment-header-main-row .authorName {
  font-size: 1.4rem;
}
.comment-header-main-row .authorName .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.comment-header-main-row .authorName .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.comment-header-main-row .authorName a {
  color: #262626;
}
.comment-header-main-row .authorName a:link {
  color: #262626;
}
.comment-header-main-row .authorName a:link .ks {
  fill: #262626;
}
.comment-header-main-row .authorName a:hover {
  color: #262626;
}
.comment-header-main-row .authorName a:hover .ks {
  fill: #262626;
}
.comment-header-main-row .authorName a:visited {
  color: #262626;
}
.comment-header-main-row .authorName a:visited .ks {
  fill: #262626;
}
.comment-header-main-row .contributorNames {
  font-size: 1.2rem;
  color: #737373;
  margin-left: 10px;
}
.comment-header-main-row .contributorNames .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-main-row .contributorNames .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-main-row .contributorNames .contributorsText {
  display: inline-flex;
}
.comment-header-main-row .like {
  margin-left: 10px;
}
.comment-header-main-row .timestamp {
  font-size: 1.2rem;
}
.comment-header-main-row .timestamp .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-main-row .timestamp .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-main-row .timestamp a {
  color: #737373;
}
.comment-header-main-row .timestamp a:link {
  color: #737373;
}
.comment-header-main-row .timestamp a:link .ks {
  fill: #737373;
}
.comment-header-main-row .timestamp a:hover {
  color: #737373;
}
.comment-header-main-row .timestamp a:hover .ks {
  fill: #737373;
}
.comment-header-main-row .timestamp a:visited {
  color: #737373;
}
.comment-header-main-row .timestamp a:visited .ks {
  fill: #737373;
}
.comment-header-main-row .edited {
  font-size: 1.2rem;
  color: #737373;
  margin-left: 10px;
}
.comment-header-main-row .edited .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-main-row .edited .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.comment-header-actions {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comment-header-actions {
    display: flex;
  }
}
.comment-header-actions .editButton,
.comment-header-actions .deleteButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  padding: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .comment-header-actions .editButton:hover .ks,
  .comment-header-actions .deleteButton:hover .ks {
    fill: rgb(113.4615384615, 111.5384615385, 111.5384615385);
  }
}
.comment-header-actions .deleteButton {
  margin-left: 5px;
}
.comment-header-actions .ks {
  width: 14px;
  height: 14px;
}
.comment-body, .comment-reply-area {
  margin-left: 60px;
}
.comment-body {
  margin-top: 10px;
}
.comment-reply-area {
  margin-top: 30px;
}
.comment-reply-area .comment-reply-list {
  margin-bottom: 15px;
}
.comment-reply-area .comment-reply-list .comment-reply {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #ecebe9;
}
.comment-reply-area .comment-reply-list .comment-reply .comment-reply-container,
.comment-reply-area .comment-reply-list .comment-reply .commentEditor {
  width: 100%;
}
.comment-reply-area .comment-reply-list .comment-reply .comment-anchor {
  padding-top: 6px;
}
.comment-reply-area .comment-reply-list .comment-reply .is-markdown-body-reply {
  margin: 10px 0 0 40px;
}
.comment-reply-area .lure-input-area {
  display: flex;
}
.comment-reply-area .lure-input-area .lure-input {
  margin-left: 15px;
  padding: 4px 10px;
  flex-grow: 1;
  text-align: left;
  background: #ffffff;
  border: 1px solid #dddbda;
  border-radius: 4px;
  color: #a3a3a3;
  cursor: text;
}
.comment-reply-area .lure-input-area .userAvatar,
.comment-reply-area .commentEditor .userAvatar {
  margin-top: 6px;
}

.completion-plugin__completion-list-item {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
}
.completion-plugin__completion-list-item .icon {
  background-color: transparent;
}

.completion-item {
  display: flex;
  align-items: center;
  padding: 2px 4px;
}
.completion-item > .unicode-emoji {
  font-size: 1.8rem;
  line-height: 1.3;
}
.completion-item > .unicode-emoji .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.completion-item > .unicode-emoji .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.completion-item .fa-users {
  margin-right: 6px;
  color: #155799;
}

.rich-text-editor .ProseMirror-completion-popup .completion-plugin__completion-list {
  margin: 0 -2px;
}

.conflictNotification {
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 8px 15px;
  margin: 15px 20px 0px;
  border: solid 1px #f5af22;
  background-color: rgba(245, 175, 34, 0.05);
}
.conflictNotification .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.conflictNotification .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .conflictNotification {
    margin: 15px 15px 0px;
  }
}
.conflictNotification-message {
  font-weight: bold;
  margin-bottom: 3px;
}
.conflictNotification-field {
  display: flex;
  align-items: center;
}
.conflictNotification-field .ks {
  fill: #f5af22;
  margin-right: 5px;
}
.conflictNotification-conflictContent {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: bold;
}

.conflictNotification__openModal {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.conflictNotification__openModal .ks {
  fill: #155799;
}
.conflictNotification__openModal:link {
  color: #155799;
}
.conflictNotification__openModal:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.conflictNotification__openModal:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.conflictNotification__openModal:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.conflictNotification__openModal:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.conflictNotification__openModal:disabled, .conflictNotification__openModal:hover:disabled, .conflictNotification__openModal.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.conflictNotification__openModal:disabled .ks, .conflictNotification__openModal:hover:disabled .ks, .conflictNotification__openModal.is-disabled .ks {
  fill: #737373;
}
.conflictNotification__openModal:focus {
  outline: 0;
}

.conflictNotification__place {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 4px;
  background-color: #ffffff;
  border: 1px solid #dddbda;
  border-radius: 4px;
}
.conflictNotification__place .fa {
  font-size: 1.2rem;
}
.conflictNotification__place .fa .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.conflictNotification__place .fa .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.conflictNotification__place .ks {
  margin: 0;
  fill: #262626;
}

.conflictNotification__group-name,
.conflictNotification__folder-name {
  display: inline-block;
}

.markdown-body.is-markdown-body-kibela .conflict {
  margin-bottom: 16px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.markdown-body.is-markdown-body-kibela .conflict-editedByMe {
  background-color: rgb(199.3636363636, 242.6363636364, 228.0909090909);
  color: #229971;
}
.markdown-body.is-markdown-body-kibela .conflict-editedByMe blockquote:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe ul:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe ol:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe dl:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe table:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe p:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedByMe pre:last-child {
  margin-bottom: 0;
}
.markdown-body.is-markdown-body-kibela .conflict-editedByMe p {
  padding: 4px 4px;
}
.markdown-body.is-markdown-body-kibela .conflict-base {
  background-color: rgb(165.5, 165.5, 165.5);
  color: #262626;
}
.markdown-body.is-markdown-body-kibela .conflict-base blockquote:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base ul:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base ol:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base dl:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base table:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base p:last-child,
.markdown-body.is-markdown-body-kibela .conflict-base pre:last-child {
  margin-bottom: 0;
}
.markdown-body.is-markdown-body-kibela .conflict-base p {
  padding: 4px 4px;
}
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone {
  background-color: rgb(253.1818181818, 240.8181818182, 244.8909090909);
  color: #e63c74;
}
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone blockquote:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone ul:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone ol:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone dl:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone table:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone p:last-child,
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone pre:last-child {
  margin-bottom: 0;
}
.markdown-body.is-markdown-body-kibela .conflict-editedBySomeone p {
  padding: 4px 4px;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedByMe {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 4px 4px;
  background-color: rgb(157.6363636364, 233.3636363636, 207.9090909091);
  color: #262626;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedByMe .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedByMe .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__label--base-diff2, .markdown-body.is-markdown-body-kibela .conflict__label--base-diff3 {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 4px 4px;
  background-color: #8c8c8c;
  color: #262626;
}
.markdown-body.is-markdown-body-kibela .conflict__label--base-diff2 .ks, .markdown-body.is-markdown-body-kibela .conflict__label--base-diff3 .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__label--base-diff2 .emoji, .markdown-body.is-markdown-body-kibela .conflict__label--base-diff3 .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedBySomeone {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 4px 4px;
  background-color: rgb(250.2840909091, 218.2159090909, 228.7795454545);
  color: #262626;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedBySomeone .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__label--editedBySomeone .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.markdown-body.is-markdown-body-kibela .conflict__bottom {
  display: none;
}

.contactWidgetOpener-newMessage {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
}
.contactWidgetOpener-newMessage .ks {
  fill: #155799;
}
.contactWidgetOpener-newMessage:link {
  color: #155799;
}
.contactWidgetOpener-newMessage:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.contactWidgetOpener-newMessage:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.contactWidgetOpener-newMessage:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.contactWidgetOpener-newMessage:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.contactWidgetOpener-newMessage:disabled, .contactWidgetOpener-newMessage:hover:disabled, .contactWidgetOpener-newMessage.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.contactWidgetOpener-newMessage:disabled .ks, .contactWidgetOpener-newMessage:hover:disabled .ks, .contactWidgetOpener-newMessage.is-disabled .ks {
  fill: #737373;
}
.contactWidgetOpener-newMessage:focus {
  outline: 0;
}

.contributorsText-account {
  color: inherit;
  font-weight: bold;
}
.contributorsText-account:link {
  color: inherit;
}
.contributorsText-account:link .ks {
  fill: inherit;
}
.contributorsText-account:hover {
  color: inherit;
}
.contributorsText-account:hover .ks {
  fill: inherit;
}
.contributorsText-account:visited {
  color: inherit;
}
.contributorsText-account:visited .ks {
  fill: inherit;
}

.copyableText {
  display: flex;
  position: relative;
}
.copyableText input[type=text] {
  padding-right: 40px;
}
.copyableText button[type=button] {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.copyableText button[type=button] .ks {
  fill: #155799;
}
.copyableText button[type=button]:link {
  color: #155799;
}
.copyableText button[type=button]:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.copyableText button[type=button]:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.copyableText button[type=button]:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.copyableText button[type=button]:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.copyableText button[type=button]:disabled, .copyableText button[type=button]:hover:disabled, .copyableText button[type=button].is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.copyableText button[type=button]:disabled .ks, .copyableText button[type=button]:hover:disabled .ks, .copyableText button[type=button].is-disabled .ks {
  fill: #737373;
}
.copyableText button[type=button]:focus {
  outline: 0;
}

.customEmoji-addModal {
  width: 800px;
}
.customEmoji-addModal-header {
  margin: -15px -40px 0;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px #dddbda;
}
.customEmoji-addModal-footer {
  margin: 0 -40px -10px;
  padding-top: 20px;
  border-top: solid 1px #dddbda;
  text-align: center;
}
.customEmoji-addModal-footer .button {
  margin: 0 5px;
}

.customEmojiForm .form-fieldWrapper {
  position: relative;
  margin: 20px 0;
}
.customEmojiForm .form-comment {
  margin-top: 5px;
}
.customEmojiForm .customEmojiForm-codeField {
  width: 200px;
}

.customEmojiForm-codeColon {
  font-size: 2.5rem;
  padding: 2px;
}

.customEmojiForm-selectImage {
  position: relative;
  overflow: hidden;
  color: #155799;
}
.customEmojiForm-selectImage:hover {
  text-decoration: underline;
}

.customEmojiForm-selectImageField {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.customEmojiForm-preview {
  margin-top: 10px;
}

.customEmojiForm-preview-image {
  width: 50px;
  height: 50px;
}

.customEmojiList .searchBox {
  width: 250px;
  margin-bottom: 20px;
}
.customEmojiList .userAvatar .account {
  margin-left: 5px;
  line-height: 20px;
  color: #262626;
}
.customEmojiList .pagination {
  margin-top: 20px;
}

.customEmojiList-list {
  font-size: 1.4rem;
  width: 100%;
}
.customEmojiList-list .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.customEmojiList-list .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.customEmojiList-list th,
.customEmojiList-list td {
  padding: 0 4px;
}

.customEmojiList-listHeader,
.customEmojiList-listItem {
  height: 30px;
  text-align: left;
}

.customEmojiList-cell--emoji {
  width: 30px;
}
.customEmojiList-cell--emoji .emoji {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.customEmojiList-cell--code {
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .customEmojiList-cell--avatar {
    display: none;
  }
}

.customEmojiList-cell--date {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .customEmojiList-cell--date {
    display: none;
  }
}

.customEmojiList-cell--actions {
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .customEmojiList-cell--actions {
    display: none;
  }
}
.customEmojiList-cell--actions .ks-delete {
  vertical-align: middle;
  cursor: pointer;
}

.customEmoji {
  position: relative;
}
.customEmoji .settings-rightButton {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .customEmoji .settings-rightButton {
    display: none;
  }
}

.cvcModal {
  padding: 20px;
  max-width: 400px;
}
.cvcModal > p + p {
  margin-top: 5px;
}

.dashboardEditorHeader-title {
  width: 400px;
  margin-right: 10px;
  display: flex;
}
.dashboardEditorHeader-title > input {
  border: none;
  padding-left: 6px;
}
.dashboardEditorHeader-titleEmoji {
  font-size: 1.6rem;
  margin-top: 8px;
  cursor: pointer;
}
.dashboardEditorHeader-titleEmoji .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.dashboardEditorHeader-titleEmoji .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.dashboardEditorHeader-titleEmoji .emoji {
  margin-top: 4px;
}
.dashboardEditorHeader-titleEmojiDefault {
  font-size: 1.8rem;
  margin-top: 8px;
  cursor: pointer;
}
.dashboardEditorHeader-titleEmojiDefault .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.dashboardEditorHeader-titleEmojiDefault .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.dashboardEditorHeader-titleEmojiDefault .ks-emoji {
  color: #737373;
}
.dashboardEditorHeader-notice {
  font-size: 1.4rem;
  color: #4d4d4d;
  margin-right: 10px;
}
.dashboardEditorHeader-notice .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dashboardEditorHeader-notice .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .dashboardEditorHeader-notice {
    font-size: 1.2rem;
    margin: 0 10px;
  }
  .dashboardEditorHeader-notice .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .dashboardEditorHeader-notice .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.dashboardEditorHeader-notice .ks {
  vertical-align: top;
  margin: 4px 6px 0 0;
  fill: #f5af22;
}

.dashboardMiniBar {
  background-color: #fafaf9;
  width: 50px;
  border-left: 1px solid #ecebe9;
  display: none;
}
@media screen and (max-width: 1023px) {
  .dashboardMiniBar {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dashboardMiniBar {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dashboardMiniBar:hover {
    cursor: pointer;
  }
}
.dashboardMiniBar .rectangle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #ecebe9;
}
.dashboardMiniBar .rectangle .ks {
  width: 20px;
  height: 20px;
}

.deleteTeamForm p {
  font-size: 1.4rem;
}
.deleteTeamForm p .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.deleteTeamForm p .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.deleteTeamForm-firstLineAttention {
  margin-bottom: 1.5em;
}
.deleteTeamForm .form-fieldWrapper {
  margin-top: 20px;
}
.deleteTeamForm-submitButton {
  margin-top: 20px;
}

.draftNotification {
  font-size: 1.3rem;
  display: flex;
  border: 1px solid #dddbda;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 12px 4px 14px;
  position: relative;
}
.draftNotification .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.draftNotification .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.draftNotification:hover, .draftNotification:focus {
  background: rgba(0, 0, 0, 0.02);
}
.draftNotification-showList {
  margin-left: 2px;
}
.draftNotification-showList-action {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
}
.draftNotification-showList-action .ks {
  fill: #262626;
}
.draftNotification-showList-action:link {
  color: #262626;
}
.draftNotification-showList-action:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.draftNotification-showList-action:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.draftNotification-showList-action:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.draftNotification-showList-action:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.draftNotification-showList-action:disabled, .draftNotification-showList-action:hover:disabled, .draftNotification-showList-action.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.draftNotification-showList-action:disabled .ks, .draftNotification-showList-action:hover:disabled .ks, .draftNotification-showList-action.is-disabled .ks {
  fill: #737373;
}
.draftNotification-showList-action:focus {
  outline: 0;
}
.draftNotification-showList-action .ks-dropdown {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 3px;
}
.draftNotification-entries-item {
  border-top: 1px solid #dddbda;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.draftNotification-entries-item:first-child {
  border-top: none;
}
.draftNotification-entries-item .ks {
  width: 14px;
  height: 14px;
}
.draftNotification-entries-item:hover {
  background: rgba(0, 0, 0, 0.02);
}
.draftNotification-entries-item:hover .draftNotification-entries-item-remove {
  display: flex;
}
.draftNotification-entries-item-link {
  color: #262626;
  display: block;
  flex-grow: 2;
  padding: 7px 10px;
}
.draftNotification-entries-item-link:link {
  color: #262626;
}
.draftNotification-entries-item-link:link .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-link:hover {
  color: #262626;
}
.draftNotification-entries-item-link:hover .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-link:visited {
  color: #262626;
}
.draftNotification-entries-item-link:visited .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-link:hover {
  text-decoration: none;
}
.draftNotification-entries-item-timestamp {
  font-size: 1.1rem;
  color: #737373;
}
.draftNotification-entries-item-timestamp .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.draftNotification-entries-item-timestamp .emoji {
  width: 1.1rem;
  height: 1.1rem;
}
.draftNotification-entries-item-title {
  color: #262626;
  display: flex;
  align-items: center;
  gap: 4px;
}
.draftNotification-entries-item-title:link {
  color: #262626;
}
.draftNotification-entries-item-title:link .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-title:hover {
  color: #262626;
}
.draftNotification-entries-item-title:hover .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-title:visited {
  color: #262626;
}
.draftNotification-entries-item-title:visited .ks {
  fill: #327ac2;
}
.draftNotification-entries-item-remove {
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  display: none;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.draftNotification-entries-item-remove .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.draftNotification-entries-item-remove .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.draftNotification-entries-item-remove .ks {
  fill: #8b8989;
}
@media (hover: hover) and (pointer: fine) {
  .draftNotification-entries-item-remove:hover {
    background: rgb(226.8181818182, 226.8181818182, 221.1818181818);
  }
}
.draftNotification .dropdownBox-showMore {
  border-top: 1px solid #dddbda;
}
.draftNotification .dropdownBox {
  top: 34px;
  left: -1px;
  padding: 2px 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .draftNotification {
    display: none;
  }
}
.dropdownBox-container {
  position: relative;
}

.dropdownBox {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 20;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
}
.dropdownBox-menu {
  padding: 5px 0;
}
.dropdownBox-menu > li {
  max-width: 250px;
}
.dropdownBox-menu > li:hover {
  background: rgba(0, 0, 0, 0.02);
}
.dropdownBox-menu > li:last-child {
  margin-bottom: 0;
}
.dropdownBox-menu > li > a {
  color: #262626;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding: 8px 16px;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.dropdownBox-menu > li > a:link {
  color: #262626;
}
.dropdownBox-menu > li > a:link .ks {
  fill: #262626;
}
.dropdownBox-menu > li > a:hover {
  color: #262626;
}
.dropdownBox-menu > li > a:hover .ks {
  fill: #262626;
}
.dropdownBox-menu > li > a:visited {
  color: #262626;
}
.dropdownBox-menu > li > a:visited .ks {
  fill: #262626;
}
.dropdownBox-menu > li > a:hover {
  text-decoration: none;
}
.dropdownBox-menu > li > a .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownBox-menu > li > a .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownBox-menu > li .ks {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.dropdownBox-menu .separatorLine {
  margin-top: 20px;
  margin-right: 16px;
  margin-left: 16px;
  border-top: 1px solid #dddbda;
}
.dropdownBox-menu .separatorLine:hover {
  background: none;
}
.dropdownBox-menu .separatorLine-label {
  font-size: 1.2rem;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  width: 100px;
  background-color: #ffffff;
  color: #737373;
  text-align: center;
}
.dropdownBox-menu .separatorLine-label .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.dropdownBox-menu .separatorLine-label .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.dropdownBox-header {
  font-size: 1.4rem;
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #dddbda;
}
.dropdownBox-header .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownBox-header .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownBox-userList {
  overflow: auto;
  padding: 10px;
  max-height: 200px;
}
.dropdownBox-userList li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.dropdownBox-userList li:last-child {
  margin-bottom: 0;
}
.dropdownBox-userList-account {
  color: #262626;
  margin-left: 5px;
}
.dropdownBox-userList-account:link {
  color: #262626;
}
.dropdownBox-userList-account:link .ks {
  fill: #262626;
}
.dropdownBox-userList-account:hover {
  color: #262626;
}
.dropdownBox-userList-account:hover .ks {
  fill: #262626;
}
.dropdownBox-userList-account:visited {
  color: #262626;
}
.dropdownBox-userList-account:visited .ks {
  fill: #262626;
}
.dropdownBox-userList-account:hover {
  text-decoration: none;
}
.dropdownBox-showMore {
  font-size: 1.4rem;
  display: block;
  padding: 15px;
  color: #262626;
  text-align: center;
}
.dropdownBox-showMore .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownBox-showMore .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .dropdownBox-showMore:hover {
    background: rgba(0, 0, 0, 0.02);
    text-decoration: none;
  }
}

.button-withDropdown-container {
  display: flex;
}

.button.is-button-withDropdown-leftPart, .dropdownButton.is-selector-style .is-button-withDropdown-leftPart.dropdownButton-toggleButton {
  padding-right: 15px;
  min-width: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.is-button-withDropdown-rightPart, .dropdownButton.is-selector-style .is-button-withDropdown-rightPart.dropdownButton-toggleButton {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0.5px 0 0 rgba(0, 0, 0, 0.5) inset;
  cursor: pointer !important;
}
.button.is-button-withDropdown-rightPart .ks, .dropdownButton.is-selector-style .is-button-withDropdown-rightPart.dropdownButton-toggleButton .ks {
  margin: 0;
}

.dropdownButton {
  position: relative;
}
.dropdownButton-toggleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dropdownButton-toggleButton .ks.ks-dropdown {
  width: 14px;
  height: 14px;
  position: static;
  margin-left: 3px;
}
.dropdownButton-toggleButton .ks.ks-overflow {
  width: 18px;
  height: 18px;
}
.dropdownButton-toggleButton.is-selected {
  border-color: #155799;
  color: #155799;
  background: #f7f9fc;
}
.dropdownButton-menuContainer {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 5px;
  z-index: 500;
  width: 150px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
  max-height: 400px;
  overflow-y: auto;
}
.dropdownButton-menu {
  font-size: 1.4rem;
  overflow: auto;
  border-radius: 4px;
  font-weight: normal;
}
.dropdownButton-menu .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownButton-menu .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownButton-menu-item {
  border-bottom: 1px solid #dddbda;
}
.dropdownButton-menu-item:last-child {
  border-bottom: 0;
}
.dropdownButton-menu-item.is-active {
  font-weight: bold;
}
.dropdownButton-menu-item-container {
  color: #262626;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}
.dropdownButton-menu-item-container:link {
  color: #262626;
}
.dropdownButton-menu-item-container:link .ks {
  fill: #262626;
}
.dropdownButton-menu-item-container:hover {
  color: #262626;
}
.dropdownButton-menu-item-container:hover .ks {
  fill: #262626;
}
.dropdownButton-menu-item-container:visited {
  color: #262626;
}
.dropdownButton-menu-item-container:visited .ks {
  fill: #262626;
}
.dropdownButton-menu-item-container:hover {
  text-decoration: none;
}
.dropdownButton-menu-item-container .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownButton-menu-item-container .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.dropdownButton-menu-item-container:hover {
  background: rgba(0, 0, 0, 0.02);
}
.dropdownButton-menu-item .ks.ks-check {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  fill: #4d4d4d;
}
.dropdownButton-menu-item-icon {
  display: flex;
  margin-right: 5px;
}
.dropdownButton-menu-item-icon img {
  width: 16px;
  height: 16px;
}
.dropdownButton-menu-item-icon .ks {
  margin-right: 0;
}
.dropdownButton.is-selector-style .dropdownButton-toggleButton {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
}
.dropdownButton.is-selector-style .dropdownButton-toggleButton .ks.ks-dropdown {
  fill: #155799;
  margin-right: 0;
}
.dropdownButton.is-selector-style .dropdownButton-menuContainer {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2px;
  min-width: 100%;
}
.dropdownButton.is-selector-style .dropdownButton-menuContainer::before, .dropdownButton.is-selector-style .dropdownButton-menuContainer::after {
  display: none;
}
.dropdownButton.is-selector-style .dropdownButton-menuContainer .dropdownButton-menu .dropdownButton-menu-item.is-active .dropdownButton-menu-item-container .ks.ks-check {
  fill: #229971;
}

.editor-container,
.editorMain-container, .l-editor-bodyWrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.l-editor-bodyWrapper {
  width: 100%;
}
.l-editor-bodyWrapper.is-richTextEditor {
  margin: 0 auto;
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-preview,
.l-editor-bodyWrapper.is-richTextEditor .editor-folder-preview,
.l-editor-bodyWrapper.is-richTextEditor .publishPlacesSelection-preview {
  display: none;
}

.l-editor-bodyWrapper::-webkit-scrollbar {
  display: none;
}

.editorDraftButton {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .editorDraftButton {
    min-width: 100px;
    padding: 11px 8px;
  }
}
.editorDraftButton .ks {
  margin-left: 10px;
}
.editorDraftButton > span {
  vertical-align: initial;
}

.editorNoteEditMemoPanelContainer, .editorDraftReviewPanelContainer {
  position: absolute;
  z-index: 10;
}
.panel-left.editorNoteEditMemoPanelContainer, .panel-left.editorDraftReviewPanelContainer {
  left: 0;
}
.panel-right.editorNoteEditMemoPanelContainer, .panel-right.editorDraftReviewPanelContainer {
  right: 0;
}
.panel-bottom.editorNoteEditMemoPanelContainer, .panel-bottom.editorDraftReviewPanelContainer {
  margin-top: 0.5rem;
}
.panel-top.editorNoteEditMemoPanelContainer, .panel-top.editorDraftReviewPanelContainer {
  bottom: calc(1.9rem + 22px);
}

.editorNoteEditMemoPanel, .editorDraftReviewPanel, .editorPanel {
  font-size: 1.4rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  box-sizing: border-box;
  border: 1px solid #dddbda;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  width: 360px;
  min-width: 360px;
}
.editorNoteEditMemoPanel .ks, .editorDraftReviewPanel .ks, .editorPanel .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorNoteEditMemoPanel .emoji, .editorDraftReviewPanel .emoji, .editorPanel .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .editorNoteEditMemoPanel, .editorDraftReviewPanel, .editorPanel {
    width: 300px;
    min-width: 300px;
  }
}

.editorPanel-actions {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.editorPanel-actionButton {
  min-width: 120px;
}
.editorPanel-actionButton + .editorPanel-actionButton {
  margin-left: 10px;
}

.editorDraftReviewPanelContainer {
  z-index: 10;
}

.editorDraftReviewPanel-shareUrl-title {
  font-size: 1.4rem;
}
.editorDraftReviewPanel-shareUrl-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorDraftReviewPanel-shareUrl-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.editorDraftReviewPanel-shareUrl-urlBlock {
  margin: 10px 0;
}

.editorDraftReviewPanel-shareUrl-footer {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #737373;
}
.editorDraftReviewPanel-shareUrl-footer .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.editorDraftReviewPanel-shareUrl-footer .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.editorFolderCreationModal {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.editorFolderCreationModal.modal-container {
  padding: 25px 20px 20px;
}
.editorFolderCreationModal-groupSelector {
  margin: 0 -20px;
  padding: 40px 20px 0;
}
.editorFolderCreationModal .heading {
  font-size: 1.3rem;
  margin: -25px -20px 0;
  padding: 15px;
  border-bottom: 1px solid #dddbda;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.editorFolderCreationModal .heading .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.editorFolderCreationModal .heading .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.editorFolderCreationModal .inputBox {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dddbda;
  border-radius: 4px;
}
.editorFolderCreationModal .inputBox .folderLabel {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.editorFolderCreationModal .inputBox .folderLabel .ks-folder {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  fill: #229971;
}
.editorFolderCreationModal .inputBox .folderLabel .parentFolderFullName {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #737373;
}
.editorFolderCreationModal .inputBox .folderLabel .parentFolderFullName .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.editorFolderCreationModal .inputBox .folderLabel .parentFolderFullName .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.editorFolderCreationModal .inputBox .folderLabel .parentFolderFullName .emoji {
  margin: 0 2px;
}
.editorFolderCreationModal .inputBox input {
  font-size: 1.4rem;
  border: none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 100px;
}
.editorFolderCreationModal .inputBox input .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorFolderCreationModal .inputBox input .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.editorFolderCreationModal .actions {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #dddbda;
  margin-top: auto;
}
.editorFolderCreationModal .actions .button {
  min-width: 120px;
}
.editorFolderCreationModal .actions .button + .button {
  margin-left: 10px;
}

.editor-guide .editor-guide__wrapper {
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  z-index: 600;
  position: relative;
}
.editor-guide .editor-guide__sidebar {
  position: fixed;
  width: 400px;
  top: 60px;
  right: 0;
  height: calc(100vh - 60px);
  transition: 0.2s transform;
  transform: translateX(100%);
}
.editor-guide .editor-guide__sidebar.is-active {
  transform: translateX(0);
}
.editor-guide .editor-guide__button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  position: fixed;
  bottom: 20px;
  right: 25px;
  transition: opacity 0.2s;
}
.editor-guide .editor-guide__button > .ks {
  width: 22px;
  height: 22px;
}
.editor-guide .editor-guide__button.is-preview-close {
  opacity: 0;
  visibility: hidden;
}

.editorHeader--sticky {
  position: sticky;
  top: 0;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .editorHeader--sticky {
    position: initial;
  }
}

.editorHeader {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #dddbda;
  background-color: #ffffff;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .editorHeader {
    padding: 10px 15px;
  }
}
.editorHeader-goBack {
  flex-shrink: 0;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .editorHeader-goBack {
    margin-right: 5px;
  }
}
.editorHeader-smartphone-action {
  display: flex;
}
@media screen and (max-width: 767px) {
  .editorHeader-smartphone-action {
    justify-content: flex-end;
    margin: 5px 0 10px;
  }
}
.editorHeader-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.editorHeader .editorPublishButtonContainer,
.editorHeader .editorUpdateButtonContainer {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .editorHeader .editorPublishButtonContainer,
  .editorHeader .editorUpdateButtonContainer {
    margin-left: 16px;
  }
}
.editorHeader__coeditors {
  display: flex;
  gap: 4px;
  position: relative;
}
.editorHeader__coeditors .userAvatar.is-medium {
  border-color: inherit;
  width: 35px;
  height: 35px;
}
.editorHeader__coeditors .userAvatar.is-medium .avatar {
  border: 3px solid;
  border-color: inherit;
  width: 35px;
  height: 35px;
}
.editorHeader__coeditorNames__realName, .editorHeader__coeditorNames__userName {
  line-height: 1.2;
}
.editorHeader__coeditorNames__realName {
  font-size: 1.4rem;
  font-weight: bold;
}
.editorHeader__coeditorNames__realName .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorHeader__coeditorNames__realName .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.editorHeader__coeditorNames__userName {
  font-size: 1.3rem;
  color: #4d4d4d;
}
.editorHeader__coeditorNames__userName .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.editorHeader__coeditorNames__userName .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.editorHeader__coeditorNames__you {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  color: #737373;
}
.editorHeader__coeditorNames__you .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.editorHeader__coeditorNames__you .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.editorHeader__coeditor {
  position: relative;
}
@media screen and (max-width: 767px) {
  .editorHeader__coeditor {
    display: none;
  }
}
.editorHeader__coeditor__panel {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  padding: 8px 12px;
  transform: translateX(calc(-50% + 35px / 2));
  z-index: 10;
  background-color: #ffffff;
}
.editorHeader__coeditor__row {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 16px;
}
.editorHeader__coeditor__row:link {
  color: inherit;
}
.editorHeader__coeditor__row:link .ks {
  fill: inherit;
}
.editorHeader__coeditor__row:hover {
  color: inherit;
}
.editorHeader__coeditor__row:hover .ks {
  fill: inherit;
}
.editorHeader__coeditor__row:visited {
  color: inherit;
}
.editorHeader__coeditor__row:visited .ks {
  fill: inherit;
}
.editorHeader__coeditor__row:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .editorHeader__coeditor__row:hover {
    background-color: #f5f5f5;
  }
}
.editorHeader__coeditorListIcon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-left: 2px;
  color: #737373;
}
.editorHeader__coeditorListIcon .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.editorHeader__coeditorListIcon .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.editorHeader__coeditorListIcon__overCount {
  display: none;
}
.editorHeader__coeditorListIcon__buttonForMobile {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #dddbda;
  border-radius: 100%;
}
.editorHeader__coeditorListIcon__buttonForMobile .ks {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .editorHeader__coeditorListIcon {
    display: none;
  }
  .editorHeader__coeditorListIcon--over5 {
    display: flex;
  }
  .editorHeader__coeditorListIcon__overCount {
    display: inherit;
  }
  .editorHeader__coeditorListIcon__buttonForMobile {
    display: none;
  }
}
.editorHeader__coeditorListPanel {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 10;
  top: 40px;
  right: calc(35px / 2 - 150px);
  width: 300px;
  background-color: #ffffff;
  padding: 10px 0;
  max-height: 80vh;
  overflow-y: auto;
}
.editorHeader__coeditorListPanel__coeditorsCount {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 16px;
}
.editorHeader__coeditorListPanel__coeditorsCount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorHeader__coeditorListPanel__coeditorsCount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.editorMenu {
  background-color: #ffffff;
  border-bottom: 1px solid #dddbda;
  min-height: 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .editorMenu {
    min-height: initial;
  }
}
.editorMenu .editorMenu-tab {
  margin: 0 0 -1px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .editorMenu .editorMenu-tab {
    padding: 0 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* Hide scrollbar for Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    width: 100%;
  }
  .editorMenu .editorMenu-tab::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
  }
}
.editorMenu .editorMenu-tab button {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .editorMenu .editorMenu-tab button {
    font-size: 1.4rem;
  }
  .editorMenu .editorMenu-tab button .ks {
    width: 1.4rem;
    height: 1.4rem;
  }
  .editorMenu .editorMenu-tab button .emoji {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.editorMenu .editorMenu-tab .horizontalTab-item + .horizontalTab-item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .editorMenu .editorMenu-tab .horizontalTab-item + .horizontalTab-item {
    margin-left: 15px;
  }
}
.editorMenu .editorMenu-tab .horizontalTab-button--border {
  position: relative;
  margin-bottom: 0;
  padding-top: 8px;
  min-height: 50px;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .editorMenu .editorMenu-tab .horizontalTab-button--border > span:hover {
    opacity: 0.8;
  }
}
.editorMenu .editorMenu-tab .horizontalTab-button--border .ks-collaboration {
  margin-right: 4px;
}
.editorMenu .editorMenu-tab .horizontalTab-button--border.is-tab-active .ks-collaboration {
  fill: #262626;
}
.editorMenu .editorMenu-tab #cannotUseRichTextEditorTooltip,
.editorMenu .editorMenu-tab #cannotUseMarkdownEditorTooltip {
  margin-top: 0;
}
.editorMenu .editorMenuOption {
  display: flex;
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  align-items: center;
}
.editorMenu .editorMenuOption .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.editorMenu .editorMenuOption .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .editorMenu .editorMenuOption {
    background-color: #fafaf9;
    position: initial;
    justify-content: flex-end;
    padding: 10px 15px;
  }
}
.editorMenu .editorMenuOption-item {
  margin-left: 25px;
}
.editorMenu .editorMenuOption-item:first-child {
  margin-left: 0;
}
.editorMenu .editorMenuOption-item label {
  display: flex;
  align-items: center;
}
.editorMenu .editorMenuOption-item label input {
  width: 13px;
  height: 13px;
}
.editorMenu .editorMenuOption-item label input:disabled + span {
  opacity: 0.5;
  cursor: default;
}
.editorMenu .editorMenuOption-item--coeditText {
  color: #737373;
}
.editorMenu .editorMenuOption .optionDraft-item {
  display: flex;
  align-items: center;
}
.editorMenu .editorMenuOption .optionDraft-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.editorMenu .editorMenuOption .optionDraft-button .ks {
  width: 13px;
  height: 13px;
}
@media (hover: hover) and (pointer: fine) {
  .editorMenu .editorMenuOption .optionDraft-button:hover {
    background-color: #f5f5f5;
  }
}
.editorMenu .editorMenuOption .editorDraftReviewContainer {
  position: relative;
}

.editorMenu__collabModeConfirmDialog__optOutLabel {
  font-size: 1.4rem;
  display: flex;
  margin-top: 20px;
}
.editorMenu__collabModeConfirmDialog__optOutLabel .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editorMenu__collabModeConfirmDialog__optOutLabel .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.editorNoteEditMemoPanelContainer {
  z-index: 10;
}

.editorNoteEditMemoPanel-actions {
  padding-top: 10px;
}

.editorPublishButton {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .editorPublishButton {
    min-width: 110px;
    padding: 11px 8px;
  }
}
.editorPublishButton .ks {
  fill: #ffffff;
  margin: 0 0 0 10px;
}

.publishPlacesSelection-container {
  display: flex;
  position: relative;
}

.publishPlacesSelection-input,
.publishPlacesSelection-preview {
  width: 100%;
  display: flex;
  margin-top: 23px;
  margin-bottom: 6px;
  gap: 6px 10px;
  flex-wrap: wrap;
}

.publishPlacesSelection-preview {
  padding-left: 25px;
}

.publishPlacesSelection-folderIndicator {
  border-color: #dddbda;
  background: #ffffff;
  color: #dddbda;
  cursor: pointer;
  display: flex;
  border: solid 1px #dddbda;
  border-radius: 4px;
  padding: 4px 25px 4px 8px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.publishPlacesSelection-folderIndicator .ks {
  fill: #dddbda;
}
.publishPlacesSelection-folderIndicator:hover, .publishPlacesSelection-folderIndicator:focus {
  background: rgba(0, 0, 0, 0.02);
}
.publishPlacesSelection-folderIndicator:disabled:hover, .publishPlacesSelection-folderIndicator:disabled:focus, .publishPlacesSelection-folderIndicator.is-button-disabled:hover, .publishPlacesSelection-folderIndicator.is-button-disabled:focus {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .publishPlacesSelection-folderIndicator {
    padding: 6px 25px 6px 8px;
  }
}
.publishPlacesSelection-folderIndicator.is-button-disabled {
  cursor: not-allowed;
}
.publishPlacesSelection-folderIndicator.is-button-preview {
  cursor: default;
  padding: 4px 8px;
}
.publishPlacesSelection-folderIndicator.is-button-preview:hover, .publishPlacesSelection-folderIndicator.is-button-preview:focus {
  background: #ffffff;
}

.publishPlacesSelection-addButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #4d4d4d;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.publishPlacesSelection-addButton .ks {
  fill: #4d4d4d;
}
.publishPlacesSelection-addButton:link {
  color: #4d4d4d;
}
.publishPlacesSelection-addButton:visited {
  color: rgb(120.35, 120.35, 120.35);
}
.publishPlacesSelection-addButton:visited .ks {
  fill: rgb(120.35, 120.35, 120.35);
}
.publishPlacesSelection-addButton:hover {
  color: rgb(51.5, 51.5, 51.5);
  text-decoration: underline;
}
.publishPlacesSelection-addButton:hover .ks {
  fill: rgb(51.5, 51.5, 51.5);
}
.publishPlacesSelection-addButton:disabled, .publishPlacesSelection-addButton:hover:disabled, .publishPlacesSelection-addButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.publishPlacesSelection-addButton:disabled .ks, .publishPlacesSelection-addButton:hover:disabled .ks, .publishPlacesSelection-addButton.is-disabled .ks {
  fill: #737373;
}
.publishPlacesSelection-addButton:focus {
  outline: 0;
}
.publishPlacesSelection-addButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.publishPlacesSelection-addButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.editorUpdateButton {
  min-width: 120px;
}

.editorUpdateButton--withDropdown {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.editorUpdateButton--withDropdown .editorUpdateButton {
  border-radius: 3px 0 0 3px;
}

.editorUpdateButtonContainer {
  position: relative;
}

.l-editor {
  height: 100%;
  background: #ffffff;
}

.editor {
  height: 100%;
  min-height: 500px;
  min-width: 320px;
}
.editor > .js-react-component {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editor-header {
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  height: 60px;
  border-bottom: 1px solid #dddbda;
}
.editor-folder {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.editor-folder .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.editor-folder .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.editor-folder-input {
  width: 100%;
}
.editor-folder-input .addButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #737373;
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.editor-folder-preview {
  width: 100%;
  padding-left: 25px;
}
.editor-folder-preview .folderIndicator {
  border: 1px solid #dddbda;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-flex;
}
.editor-titleBox {
  display: flex;
  align-items: center;
}
.editor-titleBox-innerBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .editor-titleBox-innerBox {
    width: 100%;
  }
}
.editor-titleBox-flexInput {
  position: relative;
}
.editor-titleBox-flexInput-sizeAdjuster, .editor-titleBox-flexInput-input {
  overflow: hidden;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .editor-titleBox-flexInput-sizeAdjuster, .editor-titleBox-flexInput-input {
    padding: 10px;
  }
}
.editor-titleBox-flexInput-sizeAdjuster {
  min-height: 2.8em;
  visibility: hidden;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  background: none;
}
.editor-titleBox-flexInput-input {
  color: #262626;
  background: #fafaf9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  resize: none;
}
.editor-titleBox-preview {
  padding: 0 20px;
}
.editor-titleBox-preview > span {
  font-size: 3rem;
}
.editor-titleBox-preview > span .ks {
  width: 3rem;
  height: 3rem;
}
.editor-titleBox-preview > span .emoji {
  width: 3rem;
  height: 3rem;
}
.editor-titleBox-preview-placeholder {
  color: #a3a3a3;
}
.editor-body {
  display: flex;
  flex: 1;
  margin: 10px 0;
  width: 100%;
  height: 100%;
}
.editor-dropzone {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .editor-dropzone > textarea {
    background: #fafaf9;
    border: none;
  }
}
.editor-contentPane, .editor-previewPane {
  position: relative;
  width: 50%;
}
.editor-contentPane {
  display: flex;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #fafaf9;
}
.is-editor-body-focused .editor-contentPane {
  border-color: #155799;
  background: #ffffff;
}
.editor-previewPane > .tab {
  border-top-left-radius: 0;
}
.editor-previewPane > .tab:first-of-type {
  border-top-left-radius: 0;
}
.editor-previewPane.is-headnote {
  margin: 0 auto;
  width: 350px;
}
.editor-previewPane.is-headnote .previewBox-placeholder,
.editor-previewPane.is-headnote .previewBox-scrollableContainer-content {
  padding: 18px;
  border: 1px solid #dddbda;
  border-radius: 4px;
}
.editor-previewPane.is-headnote.main {
  margin-left: 14px;
  width: 50%;
}
.editor-toolBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  height: 40px;
}
.editor-toolBox-items {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 10px;
}
.editor-toolBox li {
  color: #8b8989;
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
}
.editor-toolBox li .ks {
  fill: #8b8989;
}
.editor-toolBox li:link {
  color: #8b8989;
}
.editor-toolBox li:visited {
  color: rgb(181.9794871795, 180.7205128205, 180.7205128205);
}
.editor-toolBox li:visited .ks {
  fill: rgb(181.9794871795, 180.7205128205, 180.7205128205);
}
.editor-toolBox li:hover {
  color: rgb(113.4615384615, 111.5384615385, 111.5384615385);
  text-decoration: underline;
}
.editor-toolBox li:hover .ks {
  fill: rgb(113.4615384615, 111.5384615385, 111.5384615385);
}
.editor-toolBox li:disabled, .editor-toolBox li:hover:disabled, .editor-toolBox li.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.editor-toolBox li:disabled .ks, .editor-toolBox li:hover:disabled .ks, .editor-toolBox li.is-disabled .ks {
  fill: #737373;
}
.editor-toolBox li:focus {
  outline: 0;
}
.editor-toolBox li .ks {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.editor-content {
  position: relative;
  overflow-y: hidden;
  width: 100%;
}
.editor-content:hover {
  cursor: text;
}
.editor-content > textarea {
  background-color: #fafaf9;
  opacity: 0;
}
.editor-content .CodeMirror {
  font-size: 1.6rem;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: inherit;
  color: inherit;
  font-family: inherit;
}
.editor-content .CodeMirror .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.editor-content .CodeMirror .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.editor-content .CodeMirror-scroll {
  overflow-x: auto !important;
  box-sizing: border-box;
  margin-top: -0.8rem;
  padding-left: 1rem;
}
.editor-content .CodeMirror-scroll .text-selection {
  background-color: #fdf9ec;
  box-shadow: 0 2px 0 #f7bf45;
}
.editor-content .CodeMirror-placeholder {
  color: #737373 !important;
}
.editor-content .CodeMirror-wrap > div:first-child {
  height: 1.4em !important;
  width: 0 !important;
}
.editor-content .CodeMirror-wrap > div:first-child textarea {
  top: 0;
  bottom: 0 !important;
  height: 1.4em !important;
  min-height: 1.4em !important;
}
.l-editor-bodyWrapper {
  padding: 20px 20px 5px;
}
@media screen and (max-width: 767px) {
  .l-editor-bodyWrapper {
    padding: 20px 15px 5px;
  }
}
.l-editor-bodyWrapper.is-richTextEditor {
  padding: 40px 20px 5px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-editor-bodyWrapper.is-richTextEditor {
    padding: 40px 15px;
  }
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote {
  padding: 30px 0 5px;
  max-width: 350px;
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote.main {
  max-width: 830px;
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote .rich-text-editor-dropzone {
  border: 1px solid #dddbda;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .l-editor-bodyWrapper.is-richTextEditor.is-headnote .rich-text-editor-dropzone {
    border: none;
  }
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote .rich-text-editor-table {
  margin: 0 0 16px -12px;
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote .rich-text-editor-link-tooltip {
  white-space: nowrap;
}
.l-editor-bodyWrapper.is-richTextEditor.is-headnote .ProseMirror {
  padding: 18px;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #accef7 !important;
}

.CodeMirror.cm-s-kibela .cm-link {
  text-decoration: none;
}

ul.CodeMirror-hints {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-family: inherit;
}
ul.CodeMirror-hints .CodeMirror-hint > div {
  display: flex;
  align-items: center;
  padding: 2px 4px;
}
ul.CodeMirror-hints .CodeMirror-hint .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
ul.CodeMirror-hints .CodeMirror-hint .name {
  color: #262626;
}
ul.CodeMirror-hints .CodeMirror-hint .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  color: #262626;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
ul.CodeMirror-hints .CodeMirror-hint .extra {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  max-width: 210px;
  color: #737373;
}
ul.CodeMirror-hints li.CodeMirror-hint-active {
  background-color: #dddbda;
  color: inherit;
}
ul.CodeMirror-hints li.CodeMirror-hint-active .realName {
  color: #737373;
}

@media screen and (max-width: 767px) {
  .editor-titleBox input {
    padding: 10px 8px;
  }
  .editor-contentPane {
    width: 100%;
  }
  .editor-previewPane {
    display: none;
  }
  .editor-editorTitle-caption {
    display: none;
  }
}
.emptyStateBox {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 40px 30px 30px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .emptyStateBox {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .emptyStateBox .button {
    min-width: 80%;
  }
}
.emptyStateBox-message {
  font-size: 1.4rem;
  text-align: center;
}
.emptyStateBox-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.emptyStateBox-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.emptyStateBox-newNoteButton-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .emptyStateBox-backgroundImage {
    min-height: 35px;
  }
}
.emptyStateBox-backgroundImage img {
  width: 110px;
  max-width: 28%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .emptyStateBox-backgroundImage img {
    width: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.emptystate {
  margin-bottom: 20px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.emptystate-message {
  font-size: 1.4rem;
  margin: -55px 0 10px;
}
.emptystate-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.emptystate-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.emptystate.is-homeFeed, .emptystate.is-wikiFeed {
  overflow: hidden;
}
.emptystate.is-homeFeed img.blogEmptyState {
  width: 760px;
  height: 250px;
}
.emptystate.is-homeFeed img.wikiEmptyState {
  width: 760px;
  height: 267px;
}
.emptystate.is-wikiFeed img.wikiEmptyState {
  width: 760px;
  height: 267px;
}
.emptystate.is-homeFeed {
  min-height: 297px;
}
.emptystate.is-wikiFeed {
  min-height: 311px;
}
.emptystate.is-wikiTree img {
  width: 360px;
  height: 240px;
}
.emptystate.is-wikiTree .emptystate-message {
  margin: -145px 0 10px;
}
.emptystate.is-message-only {
  margin: 60px 0;
  color: #737373;
}

.entryDiff {
  border-radius: 4px;
  border: 1px solid #dddbda;
}
.entryDiff-title {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-bottom: 1px solid #dddbda;
}
.entryDiff-prev, .entryDiff-next {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.entryDiff-prev .ks, .entryDiff-next .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryDiff-prev .emoji, .entryDiff-next .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryDiff-prev .ks, .entryDiff-next .ks {
  width: 20px;
  height: 20px;
  fill: #155799;
}
.entryDiff-current {
  font-size: 1.3rem;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.entryDiff-current .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.entryDiff-current .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .entryDiff-current {
    flex-direction: column;
  }
}
.entryDiff-current a {
  color: #262626;
}
.entryDiff-current a:link {
  color: #262626;
}
.entryDiff-current a:link .ks {
  fill: #262626;
}
.entryDiff-current a:hover {
  color: #262626;
}
.entryDiff-current a:hover .ks {
  fill: #262626;
}
.entryDiff-current a:visited {
  color: #262626;
}
.entryDiff-current a:visited .ks {
  fill: #262626;
}
.entryDiff-current a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .entryDiff-current .timeArea {
    display: block;
    text-align: center;
  }
}
.entryDiff-current .userArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.entryDiff-current .userAvatars {
  margin: 0 5px 0 8px;
}
.entryDiff-current .userAvatars .avatarOuter {
  margin-left: -6px;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(1) {
  margin-left: 0;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(1) {
  z-index: 5;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(2) {
  z-index: 4;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(3) {
  z-index: 3;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(4) {
  z-index: 2;
}
.entryDiff-current .userAvatars .avatarOuter:nth-child(5) {
  z-index: 1;
}
.entryDiff-current .userAvatars .avatarOuter .userAvatar {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #ffffff;
}
.entryDiff-current .user-accountWithAvatar {
  margin-left: 8px;
}
.entryDiff-current .account {
  font-weight: bold;
}
.entryDiff-current .ks-settings {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.entryDiff-current .ks-collaboration {
  width: 16px;
  height: 16px;
  margin: 4px 0 0 4px;
}
.entryDiff-noteEditMemo {
  font-size: 1.4rem;
  width: 100%;
  margin-top: 15px;
  padding: 0 20px;
}
.entryDiff-noteEditMemo .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryDiff-noteEditMemo .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryDiff-body {
  margin-top: 30px;
}
.entryDiff-body .diff li {
  margin: 0;
  padding: 0 30px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .entryDiff-body .diff li {
    margin: 0;
  }
}
.entryDiff-body .diff li .symbol {
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  text-align: center;
}
.entryDiff-body .ins {
  background-color: rgb(199.3636363636, 242.6363636364, 228.0909090909);
}
.entryDiff-body .ins ins {
  color: #229971;
  text-decoration: none;
}
.entryDiff-body .del {
  background-color: rgb(253.1818181818, 240.8181818182, 244.8909090909);
}
.entryDiff-body .del del {
  color: #e63c74;
  text-decoration: none;
}

.entryFeedItem {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .entryFeedItem {
    padding: 15px;
  }
}
.entryFeedItem + .entryFeedItem {
  border-top: 1px solid #dddbda;
}
@media screen and (max-width: 767px) {
  .entryFeedItem + .entryFeedItem {
    border-top: 1px solid #ecebe9;
  }
}
.entryFeedItem .edit-link {
  display: flex;
  align-items: center;
}
.entryFeedItem .edit-link .ks {
  fill: #8b8989;
}
@media (hover: hover) and (pointer: fine) {
  .entryFeedItem .edit-link:hover .ks {
    fill: rgb(113.4615384615, 111.5384615385, 111.5384615385);
  }
}
.entryFeedItem.is-entry {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .entryFeedItem.is-entry:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .entryFeedItem.is-entry:hover .header-actions > * {
    display: flex;
  }
  .entryFeedItem.is-entry:hover .header-actions > *.is-pinned .pinButton-label {
    opacity: 1;
  }
}
.entryFeedItem.is-entry .header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.entryFeedItem.is-entry .header-avatar {
  display: flex;
  align-items: center;
}
.entryFeedItem.is-entry .header-avatar .userAvatars .profilePopup-container {
  width: 25px;
  height: 25px;
}
.entryFeedItem.is-entry .header-avatar .userAvatars .profilePopup-container .userAvatar,
.entryFeedItem.is-entry .header-avatar .userAvatars .profilePopup-container .userAvatar img {
  width: 25px;
  height: 25px;
}
.entryFeedItem.is-entry .header-avatar .userAvatarsWithOverflowIcon-overflow {
  width: 25px;
  height: 25px;
}
.entryFeedItem.is-entry .header-main {
  flex: 1;
  margin-left: 10px;
}
.entryFeedItem.is-entry .header-main .contributorsText {
  font-size: 1.4rem;
}
.entryFeedItem.is-entry .header-main .contributorsText .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .header-main .contributorsText .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .header-bottom {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  color: #737373;
  line-height: 1;
}
.entryFeedItem.is-entry .header-bottom .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .header-bottom .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .header-bottom .contentUpdatedAt {
  font-size: 1.2rem;
  color: #737373;
  line-height: 1;
  flex-shrink: 0;
}
.entryFeedItem.is-entry .header-bottom .contentUpdatedAt .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .header-bottom .contentUpdatedAt .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .header-actions {
  display: flex;
  align-self: start;
  margin: -6px 0 0 10px;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
@media screen and (min-width: 768px) and (pointer: fine) {
  .entryFeedItem.is-entry .header-actions > * {
    display: none;
  }
  .entryFeedItem.is-entry .header-actions > *.is-pinned {
    display: flex;
  }
  .entryFeedItem.is-entry .header-actions > *.is-pinned .pinButton-label {
    opacity: 0;
  }
}
.entryFeedItem.is-entry .header .deleteButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
}
.entryFeedItem.is-entry .body {
  overflow-wrap: break-word;
}
.entryFeedItem.is-entry .body .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
}
.entryFeedItem.is-entry .body .title .ks {
  width: 2rem;
  height: 2rem;
}
.entryFeedItem.is-entry .body .title .emoji {
  width: 2rem;
  height: 2rem;
}
.entryFeedItem.is-entry .body .title a {
  color: #262626;
}
.entryFeedItem.is-entry .body .title a:link {
  color: #262626;
}
.entryFeedItem.is-entry .body .title a:link .ks {
  fill: #262626;
}
.entryFeedItem.is-entry .body .title a:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-entry .body .title a:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-entry .body .reviewableDraftLink {
  font-size: 1.4rem;
}
.entryFeedItem.is-entry .body .reviewableDraftLink .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .body .reviewableDraftLink .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .body .reviewableDraftLink a {
  color: #262626;
}
.entryFeedItem.is-entry .body .reviewableDraftLink a:link {
  color: #262626;
}
.entryFeedItem.is-entry .body .reviewableDraftLink a:link .ks {
  fill: #262626;
}
.entryFeedItem.is-entry .body .reviewableDraftLink a:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-entry .body .reviewableDraftLink a:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-entry .body .content {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.entryFeedItem.is-entry .body .content .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.entryFeedItem.is-entry .body .content .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.entryFeedItem.is-entry .body .content-image {
  margin-top: 14px;
  height: 190px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}
.entryFeedItem.is-entry .footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.entryFeedItem.is-entry .footer .folderIndicator-readMore {
  line-height: 1.3;
  flex-grow: 1;
  word-break: break-all;
}
.entryFeedItem.is-entry .footer .userAvatarsWithOverflowCount {
  margin-left: 10px;
}
.entryFeedItem.is-entry .footer .socialPanel {
  flex-shrink: 0;
  white-space: nowrap;
}
.entryFeedItem.is-entry .footer .commentCount {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.entryFeedItem.is-entry .footer .commentCount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .footer .commentCount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-entry .footer .commentCount-label {
  font-size: 1.2rem;
  margin-left: 5px;
  color: #737373;
}
.entryFeedItem.is-entry .footer .commentCount-label .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .footer .commentCount-label .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .footerAlt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.entryFeedItem.is-entry .footerAlt-contributors {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
.entryFeedItem.is-entry .footerAlt-contributors .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .footerAlt-contributors .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .footerAlt-contributors .contributorsText-account {
  font-weight: normal;
}
.entryFeedItem.is-entry .footerAlt-timestamp {
  font-size: 1.2rem;
  color: #737373;
}
.entryFeedItem.is-entry .footerAlt-timestamp .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-entry .footerAlt-timestamp .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .entryFeedItem.is-parcel {
    padding: 15px;
  }
}
.entryFeedItem.is-parcel .title {
  font-size: 1.2rem;
  overflow-wrap: break-word;
  word-break: break-all;
}
.entryFeedItem.is-parcel .title .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .title .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .entryFeedItem.is-parcel .title {
    max-width: 90%;
  }
}
.entryFeedItem.is-parcel .box {
  margin-top: 10px;
  border: 1px solid #dddbda;
  border-radius: 4px;
}
.entryFeedItem.is-parcel .box-caption {
  padding: 10px 20px;
  border-bottom: 1px solid #dddbda;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a {
  color: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:link {
  color: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:link .ks {
  fill: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:hover {
  color: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:hover .ks {
  fill: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:visited {
  color: #4d4d4d;
}
.entryFeedItem.is-parcel .box-caption .folderIndicator a:visited .ks {
  fill: #4d4d4d;
}
.entryFeedItem.is-parcel .box-note {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #dddbda;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .entryFeedItem.is-parcel .box-note:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .entryFeedItem.is-parcel .box-note:hover .actions > * {
    display: flex;
  }
  .entryFeedItem.is-parcel .box-note:hover .actions > *.is-pinned .pinButton-label {
    opacity: 1;
  }
}
.entryFeedItem.is-parcel .box-note:last-of-type {
  border-bottom: none;
}
.entryFeedItem.is-parcel .box-note .actions {
  position: absolute;
  top: 6px;
  right: 8px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media screen and (min-width: 768px) and (pointer: fine) {
  .entryFeedItem.is-parcel .box-note .actions > * {
    display: none;
  }
  .entryFeedItem.is-parcel .box-note .actions > *.is-pinned {
    display: flex;
  }
  .entryFeedItem.is-parcel .box-note .actions > *.is-pinned .pinButton-label {
    opacity: 0;
  }
}
.entryFeedItem.is-parcel .box-note .main {
  width: 100%;
  min-width: 0;
}
.entryFeedItem.is-parcel .box-note .main .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.entryFeedItem.is-parcel .box-note .main .title .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.entryFeedItem.is-parcel .box-note .main .title .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.entryFeedItem.is-parcel .box-note .main .title a {
  color: #262626;
}
.entryFeedItem.is-parcel .box-note .main .title a:link {
  color: #262626;
}
.entryFeedItem.is-parcel .box-note .main .title a:link .ks {
  fill: #262626;
}
.entryFeedItem.is-parcel .box-note .main .title a:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-parcel .box-note .main .title a:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entryFeedItem.is-parcel .box-note .main .footer .folderIndicator-readMore {
  line-height: 1.3;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .entryFeedItem.is-parcel .box-note .main .footer .folderIndicator-readMore {
    margin: 5px 10px 5px 0;
  }
}
.entryFeedItem.is-parcel .box-note .main .footer .contributorsText {
  font-size: 1.2rem;
  margin-left: 5px;
}
.entryFeedItem.is-parcel .box-note .main .footer .contributorsText .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .box-note .main .footer .contributorsText .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .box-note .main .footer .contentUpdatedAt {
  font-size: 1.2rem;
  margin-left: 6px;
  color: #737373;
  white-space: nowrap;
}
.entryFeedItem.is-parcel .box-note .main .footer .contentUpdatedAt .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .box-note .main .footer .contentUpdatedAt .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .box-note .main .footer-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .entryFeedItem.is-parcel .box-note .main .footer-column {
    width: 100%;
  }
  .entryFeedItem.is-parcel .box-note .main .footer-column + .footer-column {
    margin-top: 6px;
  }
}
.entryFeedItem.is-parcel .box-note .main .footer-column .profilePopup-container.is-small,
.entryFeedItem.is-parcel .box-note .main .footer-column .userAvatar.is-small,
.entryFeedItem.is-parcel .box-note .main .footer-column .avatar.is-avatar-small {
  width: 16px;
  height: 16px;
}
.entryFeedItem.is-parcel .box-note .aside {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.entryFeedItem.is-parcel .box-note .userAvatarsWithOverflowCount {
  margin-left: 10px;
}
.entryFeedItem.is-parcel .box-note .commentCount {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.entryFeedItem.is-parcel .box-note .commentCount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-parcel .box-note .commentCount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeedItem.is-parcel .box-note .commentCount-label {
  font-size: 1.2rem;
  margin-left: 5px;
  color: #737373;
}
.entryFeedItem.is-parcel .box-note .commentCount-label .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .box-note .commentCount-label .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryFeedItem.is-parcel .action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.entryFeedItem.is-parcel .action .roundButton {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 35px;
}
.entryFeedItem.is-parcel .action .roundButton .ks {
  fill: #155799;
}
.entryFeedItem.is-parcel .action .roundButton:link {
  color: #155799;
}
.entryFeedItem.is-parcel .action .roundButton:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.entryFeedItem.is-parcel .action .roundButton:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.entryFeedItem.is-parcel .action .roundButton:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.entryFeedItem.is-parcel .action .roundButton:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.entryFeedItem.is-parcel .action .roundButton:disabled, .entryFeedItem.is-parcel .action .roundButton:hover:disabled, .entryFeedItem.is-parcel .action .roundButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.entryFeedItem.is-parcel .action .roundButton:disabled .ks, .entryFeedItem.is-parcel .action .roundButton:hover:disabled .ks, .entryFeedItem.is-parcel .action .roundButton.is-disabled .ks {
  fill: #737373;
}
.entryFeedItem.is-parcel .action .roundButton:focus {
  outline: 0;
}
.entryFeedItem-parcel-caption-text .folderIndicator {
  margin-right: 3px;
  margin-left: 3px;
}
.entryFeedItem.is-placeholder {
  width: 100%;
}

.l-groupPortal-aside .entryFeedItem .body .title {
  font-size: 1.6rem;
}
.l-groupPortal-aside .entryFeedItem .body .title .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.l-groupPortal-aside .entryFeedItem .body .title .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.l-groupPortal-aside .is-parcel .contributorsText-account {
  font-weight: normal;
}

.entryFeed {
  border: 1px solid #dddbda;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .entryFeed {
    margin: 0 -20px;
    border: none;
  }
}
.entryFeed .folderIndicator {
  display: inline;
}
.entryFeed-caption {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
  color: #737373;
  margin-bottom: 10px;
}
.entryFeed-caption .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryFeed-caption .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entryFeed-caption {
    margin-bottom: 0;
  }
}
.entryFeed-emptyMessage {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  color: #737373;
}
.entryFeed-emptyMessage .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.entryFeed-emptyMessage .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.entryFeed-emptyMessage .ks {
  margin-right: 20px;
  width: 26px;
  height: 30px;
}
.entryFeed-emptyBox {
  margin: 50px 10px 0;
}
.entryFeed-noPermission {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  flex-direction: column;
}
.entryFeed-noPermission-message {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  color: #737373;
}
.entryFeed-noPermission-message .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.entryFeed-noPermission-message .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.entryFeed-noPermission-memberList {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.entryFeed-noPermission-memberList span {
  color: #737373;
}
.entryFeed-noPermission-memberList .userAvatars {
  margin-left: 5px;
}
.entryFeed-noPermission-memberList-overflowNumber::before {
  content: "+";
  margin-left: 5px;
}
.entryFeed-noPermission-showAllMembers {
  margin-top: 20px;
}
.entryFeed-noPermission-showAllMembers button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
}
.entryFeed-noPermission-showAllMembers button .ks {
  fill: #155799;
}
.entryFeed-noPermission-showAllMembers button:link {
  color: #155799;
}
.entryFeed-noPermission-showAllMembers button:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.entryFeed-noPermission-showAllMembers button:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.entryFeed-noPermission-showAllMembers button:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.entryFeed-noPermission-showAllMembers button:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.entryFeed-noPermission-showAllMembers button:disabled, .entryFeed-noPermission-showAllMembers button:hover:disabled, .entryFeed-noPermission-showAllMembers button.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.entryFeed-noPermission-showAllMembers button:disabled .ks, .entryFeed-noPermission-showAllMembers button:hover:disabled .ks, .entryFeed-noPermission-showAllMembers button.is-disabled .ks {
  fill: #737373;
}
.entryFeed-noPermission-showAllMembers button:focus {
  outline: 0;
}
.entryFeed--fixed {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .entryFeed--fixed {
    margin: 10px 0 0;
    border: 1px solid #dddbda;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .l-groupPortal-aside .entryFeed-caption {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-groupPortal-aside .entryFeed {
    margin: 0;
    border: 1px solid #dddbda;
    border-radius: 4px;
  }
}

.entryStackFeed-tab button {
  font-weight: bold;
}
.entryStackFeed .entryFeedItem {
  display: block;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.entryStackFeed .entryFeedItem:nth-child(2) {
  border-top: 0;
}
.entryStackFeed-emptyMessage {
  text-align: center;
  width: 100%;
  color: #737373;
}
@media screen and (max-width: 767px) {
  .entryStackFeed-emptyMessage {
    margin-top: 40px;
  }
}
.entryStackFeed-showMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #155799;
  text-align: center;
}
.entryStackFeed-showMore:hover {
  text-decoration: underline;
  cursor: pointer;
}
.entryStackFeed-showMore .ks-dropdown {
  margin-left: 5px;
  fill: #155799;
}

.entryVersionList-body {
  margin-top: 10px;
}
.entryVersionList-body .pagination {
  font-size: 1.4rem;
}
.entryVersionList-body .pagination .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryVersionList-body .pagination .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryVersionList-body .pagination .page,
.entryVersionList-body .pagination .prev,
.entryVersionList-body .pagination .next {
  width: 30px;
  height: 30px;
}
.entryVersionList-body .pagination .page .ks-prev,
.entryVersionList-body .pagination .page .ks-next,
.entryVersionList-body .pagination .prev .ks-prev,
.entryVersionList-body .pagination .prev .ks-next,
.entryVersionList-body .pagination .next .ks-prev,
.entryVersionList-body .pagination .next .ks-next {
  width: 14px;
  height: 14px;
}

.entryVersionList-list-item {
  display: flex;
}

.entryVersionList-link {
  color: #262626;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.entryVersionList-link:link {
  color: #262626;
}
.entryVersionList-link:link .ks {
  fill: #8b8989;
}
.entryVersionList-link:hover {
  color: #262626;
}
.entryVersionList-link:hover .ks {
  fill: #8b8989;
}
.entryVersionList-link:visited {
  color: #262626;
}
.entryVersionList-link:visited .ks {
  fill: #8b8989;
}
.entryVersionList-link:hover {
  text-decoration: none;
}
.entryVersionList-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.entryVersionList-link.is-active {
  background-color: #155799;
  color: #ffffff;
}
.entryVersionList-link.is-active .entryVersionList-author .user-accountWithAvatar {
  color: #ffffff;
}
.entryVersionList-link.is-active .avatar {
  box-shadow: 0 0 0 1px #155799;
}
.entryVersionList-link.is-active .ks {
  fill: #ffffff;
}
.entryVersionList-link.is-active .ks.ks-collaboration {
  fill: #ffffff;
}

.entryVersionList-author {
  display: flex;
  font-size: 1.4rem;
}
.entryVersionList-author .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryVersionList-author .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entryVersionList-author .entryVersionList-avatars {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.entryVersionList-author .entryVersionList-avatars .coeditor {
  margin-left: -3px;
}
.entryVersionList-author .user-accountWithAvatar {
  color: #262626;
}
.entryVersionList-author .user-accountWithAvatar .userAvatar {
  display: inline;
  vertical-align: text-top;
}
.entryVersionList-author .user-accountWithAvatar .author-account {
  margin-left: 3px;
}
.entryVersionList-author .user-accountWithAvatar:nth-child(1) {
  z-index: 5;
}
.entryVersionList-author .user-accountWithAvatar:nth-child(2) {
  z-index: 4;
}
.entryVersionList-author .user-accountWithAvatar:nth-child(3) {
  z-index: 3;
}
.entryVersionList-author .user-accountWithAvatar:nth-child(4) {
  z-index: 2;
}
.entryVersionList-author .user-accountWithAvatar:nth-child(5) {
  z-index: 1;
}
.entryVersionList-author .avatar {
  box-shadow: 0 0 0 1px #ffffff;
}
.entryVersionList-author .ks {
  width: 14px;
  height: 14px;
  padding-top: 2px;
}
.entryVersionList-author .ks.ks-collaboration {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 2px 0 0 2px;
}

.entryVersionList-noteEditMemo {
  font-size: 1.4rem;
}
.entryVersionList-noteEditMemo .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entryVersionList-noteEditMemo .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.entryVersionList-item {
  width: 100%;
}

.entryVersionList-dropdown-button {
  flex-basis: 2em;
  margin: auto 0;
  padding: 0.5em;
}

.entryVersionList-dropdown {
  width: auto;
  min-width: 180px;
}

.entry {
  padding: 20px 30px 40px;
}
.entry-title {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.entry-title h1 {
  font-size: 3rem;
  display: inline;
  vertical-align: middle;
  line-height: 1.3;
}
.entry-title h1 .ks {
  width: 3rem;
  height: 3rem;
}
.entry-title h1 .emoji {
  width: 3rem;
  height: 3rem;
}
.entry-title h1 a {
  color: inherit;
}
.entry-title h1 a:link {
  color: inherit;
}
.entry-title h1 a:link .ks {
  fill: inherit;
}
.entry-title h1 a:hover {
  color: inherit;
}
.entry-title h1 a:hover .ks {
  fill: inherit;
}
.entry-title h1 a:visited {
  color: inherit;
}
.entry-title h1 a:visited .ks {
  fill: inherit;
}
.entry-title h1 a:hover {
  text-decoration: none;
}
.entry-titleFooter {
  display: flex;
  align-items: center;
}
.entry-timestamp {
  font-size: 1.4rem;
  color: #737373;
}
.entry-timestamp .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.entry-timestamp .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.entry-action {
  line-height: 0;
}
.entry-action-dropdown {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
}
.entry-action-dropdown .ks {
  fill: #262626;
}
.entry-action-dropdown:link {
  color: #262626;
}
.entry-action-dropdown:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entry-action-dropdown:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entry-action-dropdown:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.entry-action-dropdown:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.entry-action-dropdown:disabled, .entry-action-dropdown:hover:disabled, .entry-action-dropdown.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.entry-action-dropdown:disabled .ks, .entry-action-dropdown:hover:disabled .ks, .entry-action-dropdown.is-disabled .ks {
  fill: #737373;
}
.entry-action-dropdown:focus {
  outline: 0;
}
.entry-action-dropdown .dropdownButton-menuContainer {
  top: 30px;
  right: -15px;
  width: auto;
}
.entry-action-dropdown .dropdownButton-menuContainer .dropdownButton-menu-item-text {
  white-space: nowrap;
}
.entry-action-dropdown .dropdownButton-menu-item-container {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.entry-action-dropdown .dropdownButton-menu-item-container .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.entry-action-dropdown .dropdownButton-menu-item-container .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.entry-main, .entry-footer {
  padding-top: 30px;
}
.entry-titleWithIcon .entry-titleWithIcon-title {
  min-width: 0;
  overflow-wrap: break-word;
}
.entry-titleWithIcon .entry-titleWithIcon-title > img {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
.entry-titleWithIcon .ks-wiki,
.entry-titleWithIcon .ks-folder,
.entry-titleWithIcon .ks-comment,
.entry-titleWithIcon .avatar {
  margin-right: 5px;
  vertical-align: middle;
}
.entry-titleWithIcon.is-titleWithIcon-inline {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  vertical-align: bottom;
  max-width: 100%;
}
.entry-titleWithIcon.is-titleWithIcon-inline .ks-file,
.entry-titleWithIcon.is-titleWithIcon-inline .ks-folder,
.entry-titleWithIcon.is-titleWithIcon-inline .ks-lock_fill,
.entry-titleWithIcon.is-titleWithIcon-inline .avatar {
  width: 16px;
  height: 16px;
  margin: 4px 0;
  align-self: flex-start;
}
.entry-titleWithIcon.is-group {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #dddbda;
  border-radius: 4px;
  padding: 1px 6px;
}
.entry-titleWithIcon.is-group .ks {
  fill: #262626;
}
.entry-titleWithIcon.is-group:link {
  color: #262626;
}
.entry-titleWithIcon.is-group:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entry-titleWithIcon.is-group:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entry-titleWithIcon.is-group:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.entry-titleWithIcon.is-group:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.entry-titleWithIcon.is-group:disabled, .entry-titleWithIcon.is-group:hover:disabled, .entry-titleWithIcon.is-group.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.entry-titleWithIcon.is-group:disabled .ks, .entry-titleWithIcon.is-group:hover:disabled .ks, .entry-titleWithIcon.is-group.is-disabled .ks {
  fill: #737373;
}
.entry-titleWithIcon.is-group:focus {
  outline: 0;
}
.entry-titleWithIcon.is-group-private {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
}
.entry-titleWithIcon.is-group-private .ks {
  fill: #262626;
}
.entry-titleWithIcon.is-group-private:link {
  color: #262626;
}
.entry-titleWithIcon.is-group-private:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.entry-titleWithIcon.is-group-private:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.entry-titleWithIcon.is-group-private:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.entry-titleWithIcon.is-group-private:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.entry-titleWithIcon.is-group-private:disabled, .entry-titleWithIcon.is-group-private:hover:disabled, .entry-titleWithIcon.is-group-private.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.entry-titleWithIcon.is-group-private:disabled .ks, .entry-titleWithIcon.is-group-private:hover:disabled .ks, .entry-titleWithIcon.is-group-private.is-disabled .ks {
  fill: #737373;
}
.entry-titleWithIcon.is-group-private:focus {
  outline: 0;
}
.entry-externalLinkWithIcon::after {
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf8, <svg focasable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M17.111 4.556c0 .855.7 1.555 1.556 1.555h5.028L12.493 17.314a1.55 1.55 0 002.194 2.193L25.889 8.305v5.029c0 .855.7 1.555 1.555 1.555.856 0 1.556-.7 1.556-1.555V4.556C29 3.7 28.3 3 27.444 3h-8.777c-.856 0-1.556.7-1.556 1.556zM8.297 6.027a2.27 2.27 0 00-2.27 2.27v15.406a2.27 2.27 0 002.27 2.27h15.406a2.27 2.27 0 002.27-2.27v-4.054a1.513 1.513 0 113.027 0v4.054A5.298 5.298 0 0123.703 29H8.297A5.297 5.297 0 013 23.703V8.297A5.297 5.297 0 018.297 3h4.054a1.514 1.514 0 010 3.027H8.297z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8, <svg focasable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M17.111 4.556c0 .855.7 1.555 1.556 1.555h5.028L12.493 17.314a1.55 1.55 0 002.194 2.193L25.889 8.305v5.029c0 .855.7 1.555 1.555 1.555.856 0 1.556-.7 1.556-1.555V4.556C29 3.7 28.3 3 27.444 3h-8.777c-.856 0-1.556.7-1.556 1.556zM8.297 6.027a2.27 2.27 0 00-2.27 2.27v15.406a2.27 2.27 0 002.27 2.27h15.406a2.27 2.27 0 002.27-2.27v-4.054a1.513 1.513 0 113.027 0v4.054A5.298 5.298 0 0123.703 29H8.297A5.297 5.297 0 013 23.703V8.297A5.297 5.297 0 018.297 3h4.054a1.514 1.514 0 010 3.027H8.297z"></path></svg>');
  margin-left: 3px;
  margin-right: 5px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .entry-title > h1 {
    font-size: 2.2rem;
  }
  .entry-title > h1 .ks {
    width: 2.2rem;
    height: 2.2rem;
  }
  .entry-title > h1 .emoji {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.errorMessageBox {
  font-size: 1.4rem;
  color: #e63c74;
  padding: 10px;
  border: 1px solid #e63c74;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 500px;
}
.errorMessageBox .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.errorMessageBox .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.errorMessageBox h1 {
  font-size: 1.4rem;
  margin-top: 10px;
}
.errorMessageBox h1 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.errorMessageBox h1 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.export {
  font-size: 1.4rem;
  padding-bottom: 50px;
}
.export .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.export .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.export-main {
  margin-bottom: 10px;
}
.export-main ul {
  margin: 5px 0 0 20px;
  list-style: disc;
}
.export-sub {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #737373;
}
.export-sub .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.export-sub .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.export-exporting {
  display: flex;
  margin-top: 30px;
}
.export-exporting .ks-refresh {
  width: 60px;
  height: 60px;
  animation: spin 3s linear infinite;
  fill: #155799;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.export-exporting-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.export-exporting-title {
  font-size: 2.2rem;
}
.export-exporting-title .ks {
  width: 2.2rem;
  height: 2.2rem;
}
.export-exporting-title .emoji {
  width: 2.2rem;
  height: 2.2rem;
}
.export-exporting-note {
  font-size: 1.4rem;
}
.export-exporting-note .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.export-exporting-note .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.feedGroupList {
  display: flex;
  flex: 1;
  width: 100%;
  min-width: 0;
}
.feedGroupList-caption {
  font-size: 1.2rem;
  align-items: center;
  margin-bottom: 10px;
}
.feedGroupList-caption .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feedGroupList-caption .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feedGroupList-caption-title {
  display: inline-block;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.feedGroupList-caption-addButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.feedGroupList-caption-addButton .ks {
  fill: #155799;
}
.feedGroupList-caption-addButton:link {
  color: #155799;
}
.feedGroupList-caption-addButton:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.feedGroupList-caption-addButton:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.feedGroupList-caption-addButton:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.feedGroupList-caption-addButton:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.feedGroupList-caption-addButton:disabled, .feedGroupList-caption-addButton:hover:disabled, .feedGroupList-caption-addButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.feedGroupList-caption-addButton:disabled .ks, .feedGroupList-caption-addButton:hover:disabled .ks, .feedGroupList-caption-addButton.is-disabled .ks {
  fill: #737373;
}
.feedGroupList-caption-addButton:focus {
  outline: 0;
}
.feedGroupList-caption-addButton .ks-plus {
  width: 11px;
  height: 11px;
  margin-right: 2px;
}
.feedGroupList-container {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.feedGroupList .sticky-inner-wrapper {
  padding-bottom: 80px;
}

.feedGroupList-item {
  color: #4d4d4d;
  display: flex;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #ffffff;
}
.feedGroupList-item:link {
  color: #4d4d4d;
}
.feedGroupList-item:link .ks {
  fill: #4d4d4d;
}
.feedGroupList-item:hover {
  color: #4d4d4d;
}
.feedGroupList-item:hover .ks {
  fill: #4d4d4d;
}
.feedGroupList-item:visited {
  color: #4d4d4d;
}
.feedGroupList-item:visited .ks {
  fill: #4d4d4d;
}
.feedGroupList-item:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .feedGroupList-item:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  }
  .feedGroupList-item:hover .dropdownButton .ks.ks-dropdown {
    display: inline;
  }
}
.feedGroupList-item + .feedGroupList-item {
  margin-top: 10px;
}
.feedGroupList-item-coverImage {
  width: 60px;
  height: 60px;
  position: relative;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}
.feedGroupList-item-coverImage img {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.feedGroupList-item-body {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
}
.feedGroupList-item-body-content {
  margin: 0 10px;
  width: calc(100% - 30px);
  line-height: 1;
}
.feedGroupList-item-body-content .header {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1.2;
}
.feedGroupList-item-body-content .header .name {
  word-break: break-all;
}
.feedGroupList-item-body-content .footer {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.feedGroupList-item-body-content .footer .timestamp {
  font-size: 1.2rem;
  color: #737373;
}
.feedGroupList-item-body-content .footer .timestamp .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feedGroupList-item-body-content .footer .timestamp .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feedGroupList-item-body-content .footer .contributors {
  margin-left: 10px;
}
.feedGroupList-item-body-content .footer .contributors .avatar {
  width: 12px;
  height: 12px;
  margin-left: -2px;
  box-shadow: 0 0 0 2px #ffffff;
}
.feedGroupList-item-body-content .footer .contributors:first-child {
  margin-left: 0;
}
.feedGroupList-item-body-action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}
.feedGroupList-item.is-active {
  color: #262626;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  border-color: #ecebe9;
}
.feedGroupList-item.is-active:link {
  color: #262626;
}
.feedGroupList-item.is-active:link .ks {
  fill: #262626;
}
.feedGroupList-item.is-active:hover {
  color: #262626;
}
.feedGroupList-item.is-active:hover .ks {
  fill: #262626;
}
.feedGroupList-item.is-active:visited {
  color: #262626;
}
.feedGroupList-item.is-active:visited .ks {
  fill: #262626;
}
.feedGroupList-item.is-active:hover {
  text-decoration: none;
}
.feedGroupList-item.is-active .header {
  font-weight: bold;
}
.feedGroupList-item.is-active .feedGroupList-item-body {
  background-color: #ffffff;
}
.feedGroupList-item.is-active .feedGroupList-item-body-content .footer .timestamp {
  color: #262626;
}
.feedGroupList-item.is-active .feedGroupList-item-body-action .dropdownButton .ks.ks-dropdown {
  fill: #8b8989;
}
@media (hover: hover) and (pointer: fine) {
  .feedGroupList-item.is-active .feedGroupList-item-body-action .dropdownButton .ks.ks-dropdown:hover {
    fill: #262626;
  }
}
.feedGroupList-item.is-myFeed, .feedGroupList-item.is-allFeed {
  font-size: 1.4rem;
  color: #4d4d4d;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  background: transparent;
}
.feedGroupList-item.is-myFeed .ks, .feedGroupList-item.is-allFeed .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.feedGroupList-item.is-myFeed .emoji, .feedGroupList-item.is-allFeed .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.feedGroupList-item.is-myFeed:link, .feedGroupList-item.is-allFeed:link {
  color: #4d4d4d;
}
.feedGroupList-item.is-myFeed:link .ks, .feedGroupList-item.is-allFeed:link .ks {
  fill: #4d4d4d;
}
.feedGroupList-item.is-myFeed:hover, .feedGroupList-item.is-allFeed:hover {
  color: #4d4d4d;
}
.feedGroupList-item.is-myFeed:hover .ks, .feedGroupList-item.is-allFeed:hover .ks {
  fill: #4d4d4d;
}
.feedGroupList-item.is-myFeed:visited, .feedGroupList-item.is-allFeed:visited {
  color: #4d4d4d;
}
.feedGroupList-item.is-myFeed:visited .ks, .feedGroupList-item.is-allFeed:visited .ks {
  fill: #4d4d4d;
}
.feedGroupList-item.is-myFeed:hover, .feedGroupList-item.is-allFeed:hover {
  text-decoration: none;
}
.feedGroupList-item.is-myFeed.is-active, .feedGroupList-item.is-allFeed.is-active {
  font-weight: bold;
  color: #262626;
}
.feedGroupList-item.is-myFeed.is-active:link, .feedGroupList-item.is-allFeed.is-active:link {
  color: #262626;
}
.feedGroupList-item.is-myFeed.is-active:link .ks, .feedGroupList-item.is-allFeed.is-active:link .ks {
  fill: #262626;
}
.feedGroupList-item.is-myFeed.is-active:hover, .feedGroupList-item.is-allFeed.is-active:hover {
  color: #262626;
}
.feedGroupList-item.is-myFeed.is-active:hover .ks, .feedGroupList-item.is-allFeed.is-active:hover .ks {
  fill: #262626;
}
.feedGroupList-item.is-myFeed.is-active:visited, .feedGroupList-item.is-allFeed.is-active:visited {
  color: #262626;
}
.feedGroupList-item.is-myFeed.is-active:visited .ks, .feedGroupList-item.is-allFeed.is-active:visited .ks {
  fill: #262626;
}
.feedGroupList-item.is-myFeed.is-active:hover, .feedGroupList-item.is-allFeed.is-active:hover {
  text-decoration: none;
}
.feedGroupList-item .dropdownButton {
  display: flex;
  align-items: center;
}
.feedGroupList-item .dropdownButton .ks.ks-dropdown {
  width: 13px;
  height: 13px;
  display: none;
  fill: #8b8989;
}
@media (hover: hover) and (pointer: fine) {
  .feedGroupList-item .dropdownButton .ks.ks-dropdown:hover {
    fill: #262626;
  }
}
.feedGroupList-item .dropdownButton.is-dropdownButton-open .ks-dropdown {
  display: inline;
}
.feedGroupList-item .dropdownButton-toggleButton {
  width: 15px;
  height: 15px;
}
.feedGroupList-item .dropdownButton-menuContainer {
  top: 20px;
  right: -14px;
  width: auto;
}
.feedGroupList-item .dropdownButton-menu-item {
  white-space: nowrap;
}

.feedHeading {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
.feedHeading-title {
  font-size: 3rem;
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.3;
}
.feedHeading-title .ks {
  width: 3rem;
  height: 3rem;
}
.feedHeading-title .emoji {
  width: 3rem;
  height: 3rem;
}
.feedHeading-title .help {
  font-size: 2rem;
  margin-left: 10px;
  padding-top: 8px;
}
.feedHeading-title .help .ks {
  width: 2rem;
  height: 2rem;
}
.feedHeading-title .help .emoji {
  width: 2rem;
  height: 2rem;
}
.feedHeading-title .ks {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.feedHeading-description {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  color: #737373;
}
.feedHeading-description .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feedHeading-description .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feedHeading-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.feedHeading-actions-joinButton {
  padding: 6px 25px;
}
.feedHeading-actions .dropdownButton {
  padding: 10px;
  margin-left: 5px;
}
.feedHeading-actions .dropdownButton-toggleButton {
  width: 20px;
  height: 20px;
}
.feedHeading-actions .dropdownButton-toggleButton .ks-overflow {
  width: 20px;
  height: 20px;
}

.feed {
  margin-bottom: 10px;
  padding: 10px 0 20px;
}
.feed > .mainCaption {
  margin-bottom: 0;
}
.feed > li,
.feed .loadedContent > li {
  border-top: 0;
  border-bottom: 1px solid #dddbda;
}
.feed > li:first-of-type,
.feed .loadedContent > li:first-of-type {
  border-top: 0;
}
.feed.is-feed-withLoader {
  position: relative;
  min-height: 120px;
}
.feed.is-wikiFeed-empty {
  min-height: 400px;
}
.feed .editCategoryName {
  font-size: 1.4rem;
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
.feed .editCategoryName .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.feed .editCategoryName .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.feed .editCategoryName .ks {
  fill: #737373;
}
.feed .editCategoryName:link {
  color: #737373;
}
.feed .editCategoryName:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.feed .editCategoryName:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.feed .editCategoryName:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.feed .editCategoryName:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.feed .editCategoryName:disabled, .feed .editCategoryName:hover:disabled, .feed .editCategoryName.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.feed .editCategoryName:disabled .ks, .feed .editCategoryName:hover:disabled .ks, .feed .editCategoryName.is-disabled .ks {
  fill: #737373;
}
.feed .editCategoryName:focus {
  outline: 0;
}

.feed-entry {
  display: flex;
  align-items: flex-start;
  padding: 0 2px;
  min-height: 60px;
  width: 100%;
}
.feed-entry-icon {
  width: 40px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.feed-entry-icon > a {
  width: 40px;
  height: 40px;
}
.feed-entry-icon > .ks-wiki,
.feed-entry-icon > .ks-blog {
  width: 40px;
  height: 32px;
}
.feed-entry-icon > .ks-wiki {
  fill: #155799;
}
.feed-entry-icon-contributor {
  position: absolute;
  top: 60%;
  left: 20px;
}
.feed-entry-icon-contributor .avatar {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.feed-entry-body {
  flex: 1;
  padding: 15px 0;
  min-width: 0;
}
.feed-entry-header {
  margin-bottom: 2px;
}
.feed-entry-title {
  font-size: 2rem;
  display: inline;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.feed-entry-title .ks {
  width: 2rem;
  height: 2rem;
}
.feed-entry-title .emoji {
  width: 2rem;
  height: 2rem;
}
.feed-entry-title > a {
  color: #262626;
}
.feed-entry-title > a:link {
  color: #262626;
}
.feed-entry-title > a:link .ks {
  fill: #262626;
}
.feed-entry-title > a:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.feed-entry-title > a:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.feed-entry-title .commentTo {
  font-weight: normal;
}
.feed-entry-title .groupLabel {
  font-size: 1.2rem;
  vertical-align: middle;
}
.feed-entry-title .groupLabel .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entry-title .groupLabel .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entry-boards {
  position: relative;
  top: -2px;
  display: inline;
  margin-left: 5px;
}
.feed-entry-footer {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  height: 16px;
  color: #737373;
}
.feed-entry-footer .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.feed-entry-footer .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.feed-entry-footer .activityMeter {
  margin-left: 25px;
}
@media screen and (max-width: 1023px) {
  .feed-entry-footer .activityMeter {
    display: none;
  }
}
.feed-entry-footer .ks-delete {
  width: 14px;
  height: 14px;
  display: flex;
  margin-left: 20px;
}
.feed-entry-pageview {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.feed-entry-pageview .ks {
  margin-right: 3px;
}
.feed-entry-timestamp {
  flex-shrink: 0;
  margin-left: 30px;
  white-space: nowrap;
}
.feed-entry.is-feedEntry-withDateline {
  position: relative;
  margin-top: 45px;
  padding-top: 8px;
}
.feed-entry.is-feedEntry-withDateline .feed-entry-dateline {
  font-size: 1.4rem;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  background: #ffffff;
  color: #737373;
  text-align: center;
}
.feed-entry.is-feedEntry-withDateline .feed-entry-dateline .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.feed-entry.is-feedEntry-withDateline .feed-entry-dateline .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.feed-entryWithSnippet {
  padding: 10px 0;
}
.feed-entryWithSnippet-header {
  display: flex;
  align-items: flex-start;
  padding: 0 2px;
}
.feed-entryWithSnippet-header .feed-entry-icon {
  padding-top: 3px;
  padding-bottom: 13px;
}
.feed-entryWithSnippet-header .feed-entry-icon-contributor {
  top: 50%;
}
.feed-entryWithSnippet-header .feed-entry-body {
  padding: 0;
}
.feed-entryWithSnippet-header .publishPlaces {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.feed-entryWithSnippet-header .publishPlaces .folderIndicator,
.feed-entryWithSnippet-header .publishPlaces .groupLabel {
  border: 1px solid #dddbda;
  border-radius: 4px;
  margin: 4px 10px 4px 0;
}
.feed-entryWithSnippet-header .publishPlaces .folderIndicator {
  padding: 0 5px;
}
.feed-entryWithSnippet-header .publishPlaces .folderIndicator a {
  font-size: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .folderIndicator a .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .folderIndicator a .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel {
  font-size: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel:hover {
  text-decoration: underline;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel span {
  font-size: 1.3rem;
  color: #737373;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel span .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.feed-entryWithSnippet-header .publishPlaces .groupLabel span .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.feed-entryWithSnippet-body {
  font-size: 1.4rem;
  overflow: hidden;
  margin: 8px 2px 0 2px;
  max-height: 55px;
  color: #737373;
  text-align: justify;
  word-break: break-all;
  line-height: 1.4;
}
.feed-entryWithSnippet-body .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.feed-entryWithSnippet-body .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.folderIndicator-readMore {
  display: inline-block;
  margin-right: 8px;
}
.folderIndicator-readMore .folderIndicator {
  display: inline;
  margin: 2px 10px 2px 0;
}

.folderIndicator-readMorePopup {
  padding: 10px 15px;
}
.folderIndicator-readMorePopup .folderIndicator {
  width: 100%;
  line-height: 1.5;
}

.folderIndicator-readMorePopup-invisibleArea {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 10px;
}

.folderIndicator-readMore-message {
  font-size: 1.1rem;
  color: #737373;
  display: inline-block;
}
.folderIndicator-readMore-message .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.folderIndicator-readMore-message .emoji {
  width: 1.1rem;
  height: 1.1rem;
}

.folderIndicator {
  font-size: 1.2rem;
  color: #4d4d4d;
  display: inline-block;
  position: relative;
}
.folderIndicator .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.folderIndicator .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.folderIndicator .ks-folder,
.folderIndicator .ks-lock_fill,
.folderIndicator .ks-lock {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  margin-right: 3px;
  vertical-align: -1px;
}
.folderIndicator .fa-users {
  font-size: 1.2rem;
  color: #155799;
  margin-right: 3px;
}
.folderIndicator .fa-users .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.folderIndicator .fa-users .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.folderIndicator-label {
  overflow-wrap: break-word;
  min-width: 0;
  display: inline;
}
.folderIndicator-label-folder .ks-folder {
  fill: #229971;
}
.folderIndicator-label-folder:hover .ks-file, .folderIndicator-label-folder:visited .ks-file, .folderIndicator-label-folder:link .ks-file {
  fill: #155799 !important;
}
.folderIndicator-label-group .ks-lock,
.folderIndicator-label-group .ks-lock_fill {
  fill: #737373;
}
.folderIndicator-label-content {
  max-width: 100%;
}
.folderIndicator-separator {
  margin-left: 3px;
  margin-right: 4px;
}
.folderIndicator .dropdownButton {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.folderIndicator .dropdownButton-toggleButton {
  display: inline-block;
}
.folderIndicator .dropdownButton-menuContainer {
  right: auto;
  left: -10px;
  white-space: nowrap;
  width: auto;
}
@media screen and (max-width: 767px) {
  .folderIndicator .dropdownButton-menuContainer {
    transform: translateX(-50%);
  }
}

.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:link {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:link .ks {
  fill: #229971;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:hover {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:hover .ks {
  fill: #229971;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:visited {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-folder:visited .ks {
  fill: #229971;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:link {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:link .ks {
  fill: #737373;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:hover {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:hover .ks {
  fill: #737373;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:visited {
  color: #4d4d4d;
}
.folderIndicator:not(.editableIndicator) .folderIndicator-label-group:visited .ks {
  fill: #737373;
}

.folderTree > ul:first-child {
  margin-top: 5px;
}
.folderTree ul ul {
  margin-left: 10px;
}
.folderTree li.folderIsNotSet {
  padding: 3px;
  cursor: pointer;
}
.folderTree li.folderIsNotSet .ks-files {
  margin: 0 5px;
}
.folderTree li.folderIsNotSet.is-selected {
  background: #ecebe9;
  border-radius: 4px;
}
.folderTree .ks {
  vertical-align: middle;
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.folderTree .ks-folder {
  fill: #229971;
}
.folderTree .ks-files {
  fill: #155799;
}
.folderTree .ks-plus {
  fill: #155799;
  margin-right: 0;
}
.folderTree .tree-toggle-polygon {
  outline: none;
}
.folderTree .tree-toggle-polygon:hover {
  opacity: 0.8;
}
.folderTree span {
  font-size: 1.4rem;
  vertical-align: middle;
}
.folderTree span .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.folderTree span .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.folderTree span .emoji {
  vertical-align: middle;
}

.folder-aside .folderTree > ul > li:last-child {
  margin-top: 20px;
}
.folder-aside .folderTree-linkText {
  text-underline-offset: 2px;
  color: #262626;
}
.folder-aside .folderTree-all {
  font-weight: bold;
  padding-left: 6px;
}
.folder-aside .folderTree-uncategorized {
  position: relative;
  width: 100%;
}
.folder-aside .folderTree-uncategorized-separator {
  position: absolute;
  top: -10px;
  border-top: 1px solid #dddbda;
  width: 100%;
}

.folder-itemList {
  position: relative;
}

.folder-itemList-emptyState {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .folder-itemList-emptyState {
    margin-top: 40px;
  }
}
.folder-itemList-emptyState-message {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  color: #737373;
}
.folder-itemList-emptyState-message .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.folder-itemList-emptyState-message .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.folder-itemList-emptyState-message .ks {
  margin-right: 20px;
  width: 26px;
  height: 30px;
}
.folder-itemList-emptyState-box {
  margin-top: 50px;
  max-width: 700px;
}

.folder-itemList-item-wrapper {
  margin-left: -60px;
}
@media screen and (max-width: 1023px) {
  .folder-itemList-item-wrapper {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .folder-itemList-item-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.folder-itemList-item-wrapper:first-child .folder-itemList-item > .folder-itemList-item-container {
  border-top: none;
}

.folder-itemList-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .folder-itemList-item {
    display: block;
  }
}

.folder-itemList-item-container {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 15px 0 15px 10px;
  border-top: 1px solid #dddbda;
}
@media screen and (min-width: 768px) {
  .folder-itemList-item-container {
    cursor: pointer;
  }
  .folder-itemList-item-container:hover {
    background: #fafafa;
  }
}
@media screen and (max-width: 767px) {
  .folder-itemList-item-container {
    padding-left: 15px;
  }
}

.folder-itemList-item-checkButton-wrapper {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .folder-itemList-item-checkButton-wrapper {
    padding-left: 15px;
    min-width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .folder-itemList-item-checkButton-wrapper {
    display: none;
  }
}

.folder-itemList-item-groups {
  margin-right: 10px;
}
.folder-itemList-item-groups .groupLabel {
  vertical-align: middle;
  padding: 0 5px;
  margin: 2px 3px;
  border: solid 1px #dddbda;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .folder-itemList-item-groups .groupLabel:first-child {
    margin-left: 0;
  }
}

.folder-itemList-item-edit-link {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .folder-itemList-item-edit-link {
    display: none;
  }
}
.folder-itemList-item-edit-link .ks {
  fill: #8b8989;
}
.folder-itemList-item-edit-link:hover .ks {
  fill: #888888;
}

.folder-itemList-item-activityMeter {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .profilePopup-container {
    margin-right: 10px;
  }
  .folder-itemList-item-edit-link,
  .folder-itemList-item-activityMeter {
    display: none;
  }
}
.folder-itemList-item-action {
  margin-left: 30px;
  flex: 0 0 auto;
  width: 44px;
}
@media screen and (max-width: 1023px) {
  .folder-itemList-item-action {
    margin-left: 10px;
  }
}

.folder-itemList-item-action-dropdownButton .dropdownButton {
  margin-top: -10px;
  margin-bottom: -10px;
}
.folder-itemList-item-action-dropdownButton .dropdownButton-toggleButton {
  display: inherit;
  padding: 10px;
  line-height: 1;
}
.folder-itemList-item-action-dropdownButton .dropdownButton-toggleButton .ks {
  width: 24px;
  height: 24px;
}
.folder-itemList-item-action-dropdownButton .dropdownButton-menuContainer {
  margin-top: -10px;
}

.folder-itemList-item-action-restoreButton {
  font-size: 1.4rem;
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.folder-itemList-item-action-restoreButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-itemList-item-action-restoreButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-itemList-item-action-restoreButton .ks {
  fill: #737373;
}
.folder-itemList-item-action-restoreButton:link {
  color: #737373;
}
.folder-itemList-item-action-restoreButton:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.folder-itemList-item-action-restoreButton:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.folder-itemList-item-action-restoreButton:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.folder-itemList-item-action-restoreButton:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.folder-itemList-item-action-restoreButton:disabled, .folder-itemList-item-action-restoreButton:hover:disabled, .folder-itemList-item-action-restoreButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.folder-itemList-item-action-restoreButton:disabled .ks, .folder-itemList-item-action-restoreButton:hover:disabled .ks, .folder-itemList-item-action-restoreButton.is-disabled .ks {
  fill: #737373;
}
.folder-itemList-item-action-restoreButton:focus {
  outline: 0;
}

body.c-folders.a-index #main .l-doubleColumn-aside,
body.c-folders.a-show #main .l-doubleColumn-aside {
  width: 280px;
  padding: 0;
  position: relative;
  background: transparent;
}

.folder-wrapper {
  display: flex;
  width: 100%;
  flex: 1 1 100%;
  position: relative;
  border-top: 1px solid #ecebe9;
}
.folder-wrapper > div,
.folder-wrapper > div > div {
  display: inherit;
  flex: inherit;
  min-width: 0;
}

.folder.is-loading-folder {
  pointer-events: none;
  opacity: 0.7;
}
.folder-aside {
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 15px 80px 30px;
}
.folder-aside-groupSelector {
  margin-bottom: 15px;
}
.folder-smartphoneActions {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px 20px;
  border-bottom: 1px solid #f4f3f2;
}
.folder-smartphoneActions-displayArchiveButton {
  font-size: 1.4rem;
  margin-left: auto;
}
.folder-smartphoneActions-displayArchiveButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-smartphoneActions-displayArchiveButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-smartphoneActions-displayArchiveButton > label {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
}
.folder-smartphoneActions-displayArchiveButton > label .ks {
  fill: #155799;
}
.folder-smartphoneActions-displayArchiveButton > label:link {
  color: #155799;
}
.folder-smartphoneActions-displayArchiveButton > label:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.folder-smartphoneActions-displayArchiveButton > label:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.folder-smartphoneActions-displayArchiveButton > label:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.folder-smartphoneActions-displayArchiveButton > label:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.folder-smartphoneActions-displayArchiveButton > label:disabled, .folder-smartphoneActions-displayArchiveButton > label:hover:disabled, .folder-smartphoneActions-displayArchiveButton > label.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.folder-smartphoneActions-displayArchiveButton > label:disabled .ks, .folder-smartphoneActions-displayArchiveButton > label:hover:disabled .ks, .folder-smartphoneActions-displayArchiveButton > label.is-disabled .ks {
  fill: #737373;
}
.folder-smartphoneActions-displayArchiveButton > label:focus {
  outline: 0;
}
.folder-underSmallerPCGroupSelector {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .folder-underSmallerPCGroupSelector {
    margin-top: 15px;
  }
}
.folder-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .folder-breadcrumb {
    margin-top: 20px;
  }
}
.folder-breadcrumb-item-wrapper {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.folder-breadcrumb-item {
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.folder-breadcrumb-item .ks {
  fill: #737373;
}
.folder-breadcrumb-item:link {
  color: #737373;
}
.folder-breadcrumb-item:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.folder-breadcrumb-item:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.folder-breadcrumb-item:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.folder-breadcrumb-item:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.folder-breadcrumb-item:disabled, .folder-breadcrumb-item:hover:disabled, .folder-breadcrumb-item.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.folder-breadcrumb-item:disabled .ks, .folder-breadcrumb-item:hover:disabled .ks, .folder-breadcrumb-item.is-disabled .ks {
  fill: #737373;
}
.folder-breadcrumb-item:focus {
  outline: 0;
}
.folder-breadcrumb-item .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-breadcrumb-item .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-breadcrumb-symbol {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #737373;
  margin-right: 4px;
}
.folder-breadcrumb-symbol .ks {
  width: 1rem;
  height: 1rem;
}
.folder-breadcrumb-symbol .emoji {
  width: 1rem;
  height: 1rem;
}
.folder-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.folder-heading-title {
  font-size: 3rem;
  display: inline;
  align-items: center;
  line-height: 1.4em;
  margin-right: 10px;
  word-break: break-all;
}
.folder-heading-title .ks {
  width: 3rem;
  height: 3rem;
}
.folder-heading-title .emoji {
  width: 3rem;
  height: 3rem;
}
.folder-heading-editButton {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
  padding: 4px;
  vertical-align: 2px;
}
.folder-heading-editButton .ks {
  width: 16px;
  height: 16px;
  fill: #8b8989;
}
@media (hover: hover) and (pointer: fine) {
  .folder-heading-editButton:hover .ks {
    fill: rgb(113.4615384615, 111.5384615385, 111.5384615385);
  }
}
.folder-heading-actions {
  display: flex;
  position: relative;
}
.folder-heading-actions .addButton {
  color: #155799;
  border-color: #155799;
}
.folder-heading-actions .newNoteButton {
  margin-left: 10px;
}
.folder-searchBox {
  margin-top: 20px;
}
.folder-pin {
  padding: 20px 0 25px;
  border-bottom: 1px solid #f4f3f2;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .folder-pin {
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
    overflow: hidden;
  }
}
.folder-pin.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
.folder-pin-heading {
  font-size: 1.3rem;
  color: #737373;
}
.folder-pin-heading .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.folder-pin-heading .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.folder-pin-heading .ks {
  margin-right: 10px;
}
.folder-pin-item-wrapper {
  display: flex;
  gap: 14px 15px;
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .folder-pin-item-wrapper {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
}
.folder-pin-item-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.folder-pin .pinnedNote {
  min-width: 200px;
  max-width: 300px;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .folder-pin .pinnedNote {
    min-width: initial;
    max-width: calc((100% - 15px) / 2 - 15px);
  }
}
.folder-pin .pinnedNote + .folder-pin .pinnedNote {
  margin-left: 12px;
}
.folder-sortAndFilterButtonsContainer {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  .folder-sortAndFilterButtonsContainer {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .folder-sortAndFilterButtonsContainer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
  }
}
.folder-displayArchivedNoteButton {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.folder-displayArchivedNoteButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.folder-displayArchivedNoteButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.folder-displayArchivedNoteButton > label {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
}
.folder-displayArchivedNoteButton > label .ks {
  fill: #155799;
}
.folder-displayArchivedNoteButton > label:link {
  color: #155799;
}
.folder-displayArchivedNoteButton > label:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.folder-displayArchivedNoteButton > label:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.folder-displayArchivedNoteButton > label:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.folder-displayArchivedNoteButton > label:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.folder-displayArchivedNoteButton > label:disabled, .folder-displayArchivedNoteButton > label:hover:disabled, .folder-displayArchivedNoteButton > label.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.folder-displayArchivedNoteButton > label:disabled .ks, .folder-displayArchivedNoteButton > label:hover:disabled .ks, .folder-displayArchivedNoteButton > label.is-disabled .ks {
  fill: #737373;
}
.folder-displayArchivedNoteButton > label:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .folder-displayArchivedNoteButton {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .folder-orderButtons {
    margin-bottom: 15px;
  }
}
.folder-orderButtons.hidden {
  display: none;
}
.folder-orderButtons-button {
  font-size: 1.4rem;
  display: inline-block;
  padding: 6px 0;
  color: #737373;
  font-weight: bold;
  cursor: pointer;
}
.folder-orderButtons-button .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-orderButtons-button .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.folder-orderButtons-button + .folder-orderButtons-button {
  margin-left: 30px;
}
.folder-orderButtons-button.is-selected {
  border-bottom: 2px solid #155799;
  color: #262626;
}
.folder-orderButtons-button:hover {
  color: #155799;
}
.folder-selectedItemActionBox {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 20px -60px 0;
  padding: 0 60px 0 20px;
  background: #fafaf9;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .folder-selectedItemActionBox {
    margin-left: -25px;
  }
}
.folder-selectedItemActionBox.sticky-fixed.is-sticky {
  position: fixed;
  backface-visibility: hidden;
}
.folder-selectedItemActionBox.sticky-fixed.is-absolute {
  position: absolute;
}
.folder-selectedItemActionBox-removeButton {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  border: none;
  border-radius: 4px;
  background: #155799;
  cursor: pointer;
}
.folder-selectedItemActionBox-removeButton-label {
  font-size: 2.4rem;
  color: #ffffff;
}
.folder-selectedItemActionBox-removeButton-label .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.folder-selectedItemActionBox-removeButton-label .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
.folder-selectedItemActionBox-count {
  margin-left: 20px;
}
.folder-selectedItemActionBox-actions {
  margin-left: auto;
}
.folder-selectedItemActionBox-actions .button + .button {
  margin-left: 10px;
}
.folder-selectedItemActionBox-actions .button.is-disabled {
  border: #dddbda;
  background-color: #dddbda;
  cursor: not-allowed;
}

.formInputSubdomain {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}
.formInputSubdomain input {
  width: 290px;
}
.formInputSubdomain-domain {
  margin-left: 7px;
  color: #262626;
  font-weight: bold;
}

.form .error {
  font-size: 1.2rem;
  display: block;
  color: #e63c74;
}
.form .error .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.form .error .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.form-fieldWrapper abbr, .form-fieldWrapper-withSymbol abbr {
  display: none;
}
.form-fieldWrapper textarea,
.form-fieldWrapper input {
  font-size: 1.4rem;
}
.form-fieldWrapper textarea .ks,
.form-fieldWrapper input .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper textarea .emoji,
.form-fieldWrapper input .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form-fieldWrapper textarea,
  .form-fieldWrapper input {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .form-fieldWrapper textarea .ks,
  .form-fieldWrapper input .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .form-fieldWrapper textarea .emoji,
  .form-fieldWrapper input .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.form-fieldWrapper label {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-fieldWrapper label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper label .ks {
  margin-right: 5px;
}
.form-fieldWrapper .titleLabel {
  margin-bottom: 5px;
}
.form-fieldWrapper .titleLabel label {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.form-fieldWrapper .titleLabel label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper .titleLabel label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper .titleLabel-annotation {
  font-size: 1.2rem;
  margin-left: 5px;
  color: #737373;
}
.form-fieldWrapper .titleLabel-annotation .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.form-fieldWrapper .titleLabel-annotation .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.form-fieldWrapper .inlineForm label {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.form-fieldWrapper .inlineForm label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper .inlineForm label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.form-fieldWrapper .inlineForm .ks {
  margin-right: 5px;
}
.form-fieldWrapper .inlineForm .form-comment {
  margin-top: 0;
}
.form-fieldWrapper.is-field-only {
  margin: 0;
}
.form-fieldWrapper.is-field-only > label {
  display: none;
}
.form-fieldWrapper.field_with_errors input,
.form-fieldWrapper.field_with_errors textarea {
  border-color: #e63c74;
}
.form-fieldWrapper .form-comment {
  font-size: 1.2rem;
  color: #737373;
  margin-top: 5px;
}
.form-fieldWrapper .form-comment .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.form-fieldWrapper .form-comment .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.form-fieldWrapper .form-comment a {
  color: #737373;
  text-decoration: underline;
}
.form-fieldWrapper .form-comment a:link {
  color: #737373;
}
.form-fieldWrapper .form-comment a:link .ks {
  fill: #737373;
}
.form-fieldWrapper .form-comment a:hover {
  color: #737373;
}
.form-fieldWrapper .form-comment a:hover .ks {
  fill: #737373;
}
.form-fieldWrapper .form-comment a:visited {
  color: #737373;
}
.form-fieldWrapper .form-comment a:visited .ks {
  fill: #737373;
}
.form-fieldWrapper-withSymbol {
  position: relative;
}
.form-fieldWrapper-withSymbol .ks {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.form-fieldWrapper-withSymbol input[type=text],
.form-fieldWrapper-withSymbol input[type=search],
.form-fieldWrapper-withSymbol input[type=email],
.form-fieldWrapper-withSymbol input[type=tel],
.form-fieldWrapper-withSymbol input[type=password] {
  padding: 8px 10px 8px 40px;
}
.form-fieldWrapper-withRightButton {
  display: table;
  width: 100%;
}
.form-fieldWrapper-withRightButton input {
  position: relative;
  display: table-cell;
  border-radius: 4px 0 0 4px;
  height: 42px;
  line-height: 42px;
}
.form-fieldWrapper-withRightButton .buttonWrapper {
  position: relative;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.form-fieldWrapper-withRightButton .buttonWrapper button {
  position: relative;
  margin: 0 0 0 -1px;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  border: 1px solid #155799;
  height: 42px;
  width: 54px;
}
.form-fieldWrapper-withRightButton .buttonWrapper button .ks {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-groupFieldWrapper {
  margin-bottom: 20px;
}
.form-groupFieldWrapper > li {
  margin-bottom: 5px;
}
.form-groupFieldWrapper input[type=text][disabled] {
  background: #f4f3f2;
}

button.goBackButton,
a.goBackButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  button.goBackButton,
  a.goBackButton {
    padding: 6px 0;
  }
}
button.goBackButton .ks-prev,
a.goBackButton .ks-prev {
  fill: #327ac2;
  margin-right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  button.goBackButton:hover,
  a.goBackButton:hover {
    color: #286199;
    text-decoration: none;
  }
  button.goBackButton:hover .ks-prev,
  a.goBackButton:hover .ks-prev {
    fill: #286199;
  }
}

.goBackButton__wrapper {
  margin-bottom: 20px;
}

.groupFolderSelectionModal {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: none) {
  .groupFolderSelectionModal {
    min-width: 378px;
    min-height: 480px;
  }
}
.groupFolderSelectionModal.modal-container {
  padding: 25px 20px 20px;
}
.groupFolderSelectionModal-groupSelector {
  margin-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #dddbda;
}
.groupFolderSelectionModal-searchBox {
  margin-top: 20px;
}
.groupFolderSelectionModal-heading {
  font-size: 1.3rem;
  margin: -25px -20px 0;
  padding: 15px;
  border-bottom: 1px solid #dddbda;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.groupFolderSelectionModal-heading .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.groupFolderSelectionModal-heading .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.groupFolderSelectionModal-newButton {
  font-size: 1.4rem;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.groupFolderSelectionModal-newButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.groupFolderSelectionModal-newButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.groupFolderSelectionModal-newButton .ks {
  fill: #155799;
}
.groupFolderSelectionModal-newButton:link {
  color: #155799;
}
.groupFolderSelectionModal-newButton:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.groupFolderSelectionModal-newButton:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.groupFolderSelectionModal-newButton:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.groupFolderSelectionModal-newButton:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.groupFolderSelectionModal-newButton:disabled, .groupFolderSelectionModal-newButton:hover:disabled, .groupFolderSelectionModal-newButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.groupFolderSelectionModal-newButton:disabled .ks, .groupFolderSelectionModal-newButton:hover:disabled .ks, .groupFolderSelectionModal-newButton.is-disabled .ks {
  fill: #737373;
}
.groupFolderSelectionModal-newButton:focus {
  outline: 0;
}
.groupFolderSelectionModal-newButton .ks-plus {
  margin-right: 3px;
}
.groupFolderSelectionModal-folderTree {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-top: 1px solid #dddbda;
  overflow-y: auto;
  min-height: 240px;
  padding: 0 25px;
  max-height: 45vh;
}
.groupFolderSelectionModal-action {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dddbda;
  padding-top: 20px;
  margin-top: auto;
  flex-shrink: 0;
}
.groupFolderSelectionModal-action-message {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.groupFolderSelectionModal-action-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.groupFolderSelectionModal-action-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.groupFolderSelectionModal-action-buttons {
  display: flex;
  justify-content: center;
}
.groupFolderSelectionModal-action-buttons .button {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .groupFolderSelectionModal-action-buttons .button {
    min-width: 100px;
    padding: 11px 8px;
  }
}
.groupFolderSelectionModal-action-buttons .button + .button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .groupFolderSelectionModal-action-buttons .button + .button {
    min-width: 120px;
    white-space: normal;
  }
}

.groupFolderSelectionModal-noFolders {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.group-mention {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.group-mention > .fa-users {
  font-size: 1rem;
  color: #155799;
}

.GroupSelector {
  display: flex;
}
.GroupSelector-caption {
  flex-grow: 1;
  font-size: 1.4rem;
  color: #737373;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.GroupSelector-caption .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.GroupSelector-caption .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.GroupSelector-selectorContainer {
  flex-shrink: 1;
  width: 100%;
}
.GroupSelector-selectorContainer-selector {
  width: 100%;
}

.groupTransferModal {
  max-width: 400px;
}
.groupTransferModal .modal-title {
  padding-bottom: 10px;
}
.groupTransferModal .warning {
  color: #e63c74;
}
.groupTransferModal > p {
  margin: 10px 0;
}
.groupTransferModal-groupSelection {
  margin-top: 15px;
}
.groupTransferModal-groupSelection select {
  width: 100%;
}

.headerNavigation {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  border-bottom: 1px solid #ecebe9;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .headerNavigation {
    padding: 0 20px;
  }
}
.headerNavigation-serviceLogo {
  margin-right: 30px;
  width: 75px;
  height: 20px;
}
.headerNavigation-menus {
  display: flex;
}
.headerNavigation-menus a {
  font-size: 1.5rem;
  color: #737373;
  position: relative;
  display: block;
  margin: 0 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
}
.headerNavigation-menus a .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.headerNavigation-menus a .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.headerNavigation-menus a:link {
  color: #737373;
}
.headerNavigation-menus a:link .ks {
  fill: #737373;
}
.headerNavigation-menus a:hover {
  color: #737373;
}
.headerNavigation-menus a:hover .ks {
  fill: #737373;
}
.headerNavigation-menus a:visited {
  color: #737373;
}
.headerNavigation-menus a:visited .ks {
  fill: #737373;
}
.headerNavigation-menus a:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-menus a:hover {
    color: rgb(89.5, 89.5, 89.5);
  }
}
.headerNavigation-menus .is-active a {
  color: #262626;
}
.headerNavigation-menus .is-active a:link {
  color: #262626;
}
.headerNavigation-menus .is-active a:link .ks {
  fill: #262626;
}
.headerNavigation-menus .is-active a:hover {
  color: #262626;
}
.headerNavigation-menus .is-active a:hover .ks {
  fill: #262626;
}
.headerNavigation-menus .is-active a:visited {
  color: #262626;
}
.headerNavigation-menus .is-active a:visited .ks {
  fill: #262626;
}
.headerNavigation-menus .is-active a:hover {
  text-decoration: none;
}
.headerNavigation-menus .is-active a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #155799;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-menus .is-active a:hover {
    color: rgb(63.5, 63.5, 63.5);
  }
}
.headerNavigation-actions {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .headerNavigation-actions {
    right: 20px;
  }
}
.headerNavigation-postButton {
  margin-left: 20px;
}
.headerNavigation-notificationCenter {
  margin-left: 20px;
}
.headerNavigation-avatarButton {
  margin-left: 20px;
}
.headerNavigation-avatarDropdown {
  position: absolute;
  top: 50px;
  right: 0;
}
.headerNavigation-avatarDropdown__menuItems {
  font-size: 1.4rem;
  padding: 0;
  max-width: 230px;
}
.headerNavigation-avatarDropdown__menuItems .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.headerNavigation-avatarDropdown__menuItems .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.headerNavigation-avatarDropdown__menuItems a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 7px 20px;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-avatarDropdown__menuItems a:hover {
    background-color: #f5f5f5;
  }
}
.headerNavigation-avatarDropdown__menuItems ul {
  padding: 7px 0;
  min-width: 210px;
}
.headerNavigation-avatarDropdown__menuItems ul + ul {
  border-top: 1px solid #dddbda;
}
.headerNavigation-avatarDropdown-currentUser--realName {
  font-weight: bold;
  line-height: 1.2;
}
.headerNavigation-avatarDropdown-currentUser--userName {
  font-size: 1.2rem;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerNavigation-avatarDropdown-currentUser--userName .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.headerNavigation-avatarDropdown-currentUser--userName .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.headerNavigation-avatarDropdown-titleItem {
  font-size: 1.2rem;
  color: #737373;
  text-transform: uppercase;
  padding: 7px 20px;
}
.headerNavigation-avatarDropdown-titleItem .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.headerNavigation-avatarDropdown-titleItem .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.headerNavigation-avatarDropdown-currentTeam {
  color: #737373;
  cursor: not-allowed;
  display: inline-block;
  padding: 7px 20px;
}
.headerNavigation-avatarDropdown-otherTeam {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-avatarDropdown-otherTeam:hover {
    background-color: #f5f5f5;
  }
}
.headerNavigation-avatarDropdown-otherTeam a {
  flex-grow: 1;
  max-width: 80%;
  overflow: hidden;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerNavigation-avatarDropdown-otherTeam button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  margin: 0 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
}
.headerNavigation-avatarDropdown-otherTeam button .ks {
  fill: #737373;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-avatarDropdown-otherTeam button:hover {
    background-color: #f5f5f5;
  }
}
.headerNavigation-avatarDropdown__footerItems {
  font-size: 1.1rem;
  border-top: 1px solid #dddbda;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  padding: 12px 20px;
}
.headerNavigation-avatarDropdown__footerItems .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.headerNavigation-avatarDropdown__footerItems .emoji {
  width: 1.1rem;
  height: 1.1rem;
}
.headerNavigation-avatarDropdown__footerLink {
  color: #737373;
}
.headerNavigation-avatarDropdown__footerLink:link {
  color: #737373;
}
.headerNavigation-avatarDropdown__footerLink:link .ks {
  fill: #737373;
}
.headerNavigation-avatarDropdown__footerLink:hover {
  color: #737373;
}
.headerNavigation-avatarDropdown__footerLink:hover .ks {
  fill: #737373;
}
.headerNavigation-avatarDropdown__footerLink:visited {
  color: #737373;
}
.headerNavigation-avatarDropdown__footerLink:visited .ks {
  fill: #737373;
}
.headerNavigation-avatarDropdown__footerLink:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation-avatarDropdown__footerLink:hover {
    color: rgb(89.5, 89.5, 89.5);
  }
}
.headerNavigation .button.is-button-header {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
}
.headerNavigation .button.is-button-header > .userAvatar {
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .headerNavigation .button.is-button-header > .userAvatar:hover {
    opacity: 0.85;
  }
}
.headerNavigation-searchBox {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .headerNavigation-searchBox .searchBox {
    width: auto;
  }
  .headerNavigation-searchBox .searchBox.has-focus input {
    padding-right: 10px;
    width: 240px;
    border-color: #dddbda;
  }
  .headerNavigation-searchBox .searchBox input {
    padding-right: 0;
    width: 40px;
    height: 40px;
    border-color: transparent;
    cursor: pointer;
  }
  .headerNavigation-searchBox .searchBox input:focus {
    border-color: #155799;
  }
}
.headnote {
  position: relative;
  border: 1px solid #dddbda;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .headnote {
    border: none;
    padding: 0;
  }
}
.headnote-outer {
  position: relative;
}
.headnote-outer:hover .headnote-settingButton {
  visibility: visible;
}
.headnote-settingButton {
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
.headnote-settingButton .ks {
  fill: #737373;
}
.headnote-settingButton:link {
  color: #737373;
}
.headnote-settingButton:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.headnote-settingButton:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.headnote-settingButton:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.headnote-settingButton:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.headnote-settingButton:disabled, .headnote-settingButton:hover:disabled, .headnote-settingButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.headnote-settingButton:disabled .ks, .headnote-settingButton:hover:disabled .ks, .headnote-settingButton.is-disabled .ks {
  fill: #737373;
}
.headnote-settingButton:focus {
  outline: 0;
}
.headnote-settingButton:focus {
  outline: 0;
  pointer-events: none;
}
.headnote-settingButton .ks-overflow {
  width: 18px;
  height: 18px;
}
.headnote-settingButton:focus + .headnote-dropdownBox {
  display: inherit;
}
.headnote-dropdownBox {
  position: absolute;
  top: 24px;
  right: 0;
  display: none;
  width: 120px;
}
.headnote-dropdownBox .dropdownBox-menu {
  padding: 0;
}
.headnote-dropdownBox:hover {
  display: inherit;
}
.headnote-content .fa-link {
  display: none !important;
}

.headnote-caption {
  font-size: 1.2rem;
  font-weight: normal;
  color: #737373;
  margin-bottom: 10px;
}
.headnote-caption .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.headnote-caption .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.dashboard-overlay {
  display: none;
}

@media screen and (max-width: 1023px) {
  .is-dashboard-visible .dashboard-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
  }
}
@media screen and (max-width: 1023px) {
  .is-dashboard-visible .l-tripleColumn-asideRight {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 410px !important;
    padding: 15px !important;
    z-index: 10001;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .is-dashboard-visible .l-tripleColumn-asideRight {
    max-width: 90% !important;
  }
}

.horizontalTab {
  font-size: 1.4rem;
  display: flex;
  font-weight: bold;
}
.horizontalTab .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.horizontalTab .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .horizontalTab {
    margin: 0;
  }
}
.horizontalTab.is-horizontalTab-embed {
  margin: 0;
  background: #f4f3f2;
}

.horizontalTab-item .ks-help {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.horizontalTab-item + .horizontalTab-item {
  margin-left: 30px;
}

.is-horizontalTab-embed .horizontalTab-item {
  margin: 0;
}

.horizontalTab-button--border, .horizontalTab-button {
  color: #a3a3a3;
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  display: flex;
  font-weight: normal;
  align-items: center;
  padding: 10px 20px;
}
.horizontalTab-button--border:link, .horizontalTab-button:link {
  color: #a3a3a3;
}
.horizontalTab-button--border:link .ks, .horizontalTab-button:link .ks {
  fill: #a3a3a3;
}
.horizontalTab-button--border:hover, .horizontalTab-button:hover {
  color: #a3a3a3;
}
.horizontalTab-button--border:hover .ks, .horizontalTab-button:hover .ks {
  fill: #a3a3a3;
}
.horizontalTab-button--border:visited, .horizontalTab-button:visited {
  color: #a3a3a3;
}
.horizontalTab-button--border:visited .ks, .horizontalTab-button:visited .ks {
  fill: #a3a3a3;
}
.horizontalTab-button--border:hover, .horizontalTab-button:hover {
  text-decoration: none;
}
.is-tab-active.horizontalTab-button--border, .is-tab-active.horizontalTab-button {
  color: #262626;
}
.is-tab-active.horizontalTab-button--border:link, .is-tab-active.horizontalTab-button:link {
  color: #262626;
}
.is-tab-active.horizontalTab-button--border:link .ks, .is-tab-active.horizontalTab-button:link .ks {
  fill: #262626;
}
.is-tab-active.horizontalTab-button--border:hover, .is-tab-active.horizontalTab-button:hover {
  color: #262626;
}
.is-tab-active.horizontalTab-button--border:hover .ks, .is-tab-active.horizontalTab-button:hover .ks {
  fill: #262626;
}
.is-tab-active.horizontalTab-button--border:visited, .is-tab-active.horizontalTab-button:visited {
  color: #262626;
}
.is-tab-active.horizontalTab-button--border:visited .ks, .is-tab-active.horizontalTab-button:visited .ks {
  fill: #262626;
}
.is-tab-active.horizontalTab-button--border:hover, .is-tab-active.horizontalTab-button:hover {
  text-decoration: none;
}
.horizontalTab-button--border:disabled, .horizontalTab-button:disabled, .disabled.horizontalTab-button--border, .disabled.horizontalTab-button {
  cursor: not-allowed;
}

.horizontalTab-button.is-tab-active {
  cursor: default;
  background: #ffffff;
}

.horizontalTab-button--border {
  border-bottom: 2px solid transparent;
  padding: 0 0 4px;
}
.horizontalTab-button--border.is-tab-active {
  border-bottom-color: #155799;
}

.imageCropperModal-container.modal-container {
  padding: 30px;
  min-width: 600px;
  max-width: 800%;
  text-align: center;
}
.imageCropperModal-container .cropper-container {
  margin: auto;
}
.imageCropperModal-container .button {
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .imageCropperModal-container {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.imageCropperModal-operations {
  text-align: right;
}
.imageCropperModal-operations button {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: -1px;
  width: 40px;
  height: 40px;
  border: 1px solid #dddbda;
  border-radius: 0;
}
.imageCropperModal-operations button .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.imageCropperModal-operations button .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.imageCropperModal-operations button .ks {
  vertical-align: middle;
  fill: #262626;
}

.lazy.loaded {
  animation-name: fadeIn;
  animation-duration: 1000ms;
}

.imageModal.modal-container {
  max-width: 100%;
}
.imageModal img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.importer {
  min-height: 500px;
}
.importer .form-fieldWrapper {
  margin-top: 20px;
}
.importer .form-fieldWrapper input[type=url],
.importer .form-fieldWrapper input[type=password] {
  width: 320px;
}
.importer .button {
  box-sizing: border-box;
  margin-right: 20px;
  width: 160px;
}
.importer .button:last-child {
  margin-right: 0;
}
.importer .messageBox {
  font-size: 1.4rem;
  margin-top: 20px;
  width: 557px;
}
.importer .messageBox .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.importer .messageBox .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.importer-tab-symbol {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.importer-licenses {
  font-size: 1.2rem;
  margin-top: 40px;
  color: #737373;
}
.importer-licenses .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.importer-licenses .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.importer-message {
  font-size: 1.4rem;
  margin-top: 20px;
}
.importer-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.importer-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.importer-logBox {
  font-size: 1.2rem;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  width: 557px;
  background-color: #fafaf9;
}
.importer-logBox .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.importer-logBox .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.importer-logBox-text {
  padding-right: 10px;
}
.importer-inProgress {
  display: flex;
  align-items: center;
  margin-top: 35px;
  padding: 0 10px;
}
.importer-inProgress .symbol {
  margin-right: 20px;
}
.importer-inProgress .symbol .ks-refresh {
  animation: spin 3s linear infinite;
  width: 50px;
  height: 50px;
  fill: #155799;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.importer-inProgress .message {
  flex: 1;
}
.importer-inProgress .message-subject {
  font-size: 1.8rem;
}
.importer-inProgress .message-subject .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.importer-inProgress .message-subject .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.importer-inProgress .message-importedCount {
  font-size: 1.2rem;
  margin-top: 10px;
}
.importer-inProgress .message-importedCount .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.importer-inProgress .message-importedCount .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.importer table {
  font-size: 1.2rem;
  width: 100%;
  table-layout: fixed;
}
.importer table .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.importer table .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.importer table th {
  padding: 10px;
  color: #737373;
  text-align: left;
}
.importer table tbody tr {
  border-top: 1px solid #dddbda;
}
.importer table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.importer-logList-status {
  box-sizing: border-box;
  padding-left: 10px;
  width: 16px;
}
.importer-logList-status .ks {
  width: 16px;
  height: 16px;
}
.importer-logList-status .ks-check {
  fill: #229971;
}
.importer-logList-status .ks-close {
  fill: #e63c74;
}
.importer-logList-importedDate {
  padding: 10px;
  width: 100px;
}
.importer-logList-source {
  padding: 10px;
  width: 200px;
}
.importer-logList-destination {
  padding: 10px;
  width: 200px;
}
.importer-logList-destination .ks-wiki {
  fill: #155799;
}
.importer-logList-destination .ks-blog {
  fill: #155799;
}
.importer-userList {
  overflow-y: scroll;
  margin: 20px 0;
  max-height: 860px;
}
.importer-userList-wrapper {
  position: relative;
  min-height: 100px;
}
.importer-userList-sourceUser {
  padding: 10px;
}
.importer-userList-destinationUser {
  padding: 10px;
}
.importer-userList-destinationUser .avatar {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.importer-form-description {
  font-size: 1.4rem;
  margin-top: 20px;
  border: 1px solid #f5af22;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.importer-form-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.importer-form-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.inputModal-container {
  width: 420px;
}

.inputModal-body {
  margin-bottom: 15px;
}
.inputModal > input {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.inputModal > input .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.inputModal > input .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.introductionModal-container {
  padding: 40px 40px 30px;
  width: 422px;
}
.introductionModal-container .modal-actionButton {
  margin-top: 10px;
}
.introductionModal-container .modal-actionButton > .button {
  margin: 0;
}

.introductionModal-image {
  width: 100%;
  height: auto;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .introductionModal-image {
    min-height: 0;
  }
}
.introductionModal-message {
  margin-top: 10px;
  text-align: justify;
  font-size: 1.5rem;
}

.invitationForm h1 {
  font-size: 2rem;
}
.invitationForm h1 .ks {
  width: 2rem;
  height: 2rem;
}
.invitationForm h1 .emoji {
  width: 2rem;
  height: 2rem;
}
.invitationForm p {
  margin: 10px 0;
}
.invitationForm-subText {
  font-size: 12px;
  color: #737373;
}
.invitationForm-buttonContainer {
  text-align: center;
}
.invitationForm-buttonContainer-progress {
  padding: 10px 0;
}
.invitationForm-buttonContainer-button {
  margin: 0 auto;
}
.invitationForm-closeButton {
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  padding: 10px;
  margin: 0;
  border: 0;
  cursor: pointer;
}
.invitationForm-closeButton .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.invitationForm-closeButton .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .invitationForm-closeButton:hover .ks {
    fill: #888888;
  }
}

.kbd {
  border: 1px solid #eeede7;
  border-radius: 3px;
  background: #f9f8f5;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.kbd.is-fullWidth {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.likeButton {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  line-height: 30px;
  height: 30px;
  border-width: 1px;
  background: #ffffff;
}
.likeButton:hover:not(:disabled, .is-liked) {
  border-color: #155799;
}
.likeButton:hover:not(:disabled, .is-liked) .ks {
  fill: #327ac2;
}
.likeButton:hover:not(:disabled, .is-liked) .likeButton-count {
  color: #155799;
}
.likeButton .ks {
  width: 14px;
  height: 14px;
}
.likeButton.is-liked {
  background: #155799;
  border: none;
}
.likeButton.is-liked .ks {
  fill: #ffffff;
}
.likeButton.is-liked .likeButton-count {
  color: #ffffff;
}
.likeButton-count {
  font-size: 1.4rem;
  color: #737373;
}
.likeButton-count .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.likeButton-count .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.likeButton.is-small {
  line-height: 26px;
  height: 26px;
  padding: 0 8px;
}
.likeButton.is-small .ks {
  width: 14px;
  height: 14px;
}
.likeButton.is-small .likeButton-count {
  font-size: 1.2rem;
}
.likeButton.is-small .likeButton-count .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.likeButton.is-small .likeButton-count .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.likeButton:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.entryLike {
  display: flex;
  align-items: flex-start;
}
.entryLike .button {
  flex-shrink: 0;
  margin: 0;
  border-radius: 20px 0 0 20px;
}
.entryLike-count {
  font-size: 1.2rem;
  padding: 7px 14px 7px 10px;
  border: 1px solid #dddbda;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  background: #ffffff;
  font-weight: bold;
  line-height: 16px;
}
.entryLike-count .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.entryLike-count .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.entryLike-users {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
  min-height: 32px;
}
.entryLike-users li {
  margin: 2px 5px 2px 0;
}
.entryLike-users li > a {
  display: flex;
  align-content: center;
}

@keyframes popupLinkCard {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.markdown-body.is-markdown-body-kibela .linkCardInNote {
  display: flex;
  min-height: 140px;
  max-width: 1024px;
  margin-bottom: 20px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  animation: popupLinkCard 0.2s cubic-bezier(0.05, 0.82, 0.25, 0.99);
  transition: background 0.2s;
  overflow: hidden;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote:hover {
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div {
  display: grid;
  grid-template-columns: minmax(100px, auto);
  padding: 16px 12px 12px 20px;
  width: 67%;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div:last-child {
  padding-right: 20px;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :first-child {
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :not(:first-child) {
  font-size: 12px;
  line-height: 18px;
  color: #4d4d4d;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :nth-child(2) {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 16px;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :last-child::before {
  display: block;
  flex: 1;
  content: "";
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :last-child > span {
  align-items: center;
  display: flex;
  gap: 4px;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :last-child > span > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > div > :last-child > span > img {
  height: 1em;
  margin-top: 1px;
}
.markdown-body.is-markdown-body-kibela .linkCardInNote > img {
  display: block;
  max-height: 180px;
  width: 33%;
  max-width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

:not(.rich-text-editor) > .markdown-body.is-markdown-body-kibela .linkCardInNote:hover {
  background-color: #f5f5f5;
}

@keyframes loadingPlaceholderAnimation {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.is-loading {
  border-radius: 4px;
  background-color: #dddbda;
  animation: loadingPlaceholderAnimation 1.5s infinite;
}

.login input:disabled {
  cursor: not-allowed;
}
.login-method {
  font-size: 1.4rem;
  text-align: center;
}
.login-method .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.login-method .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .login-method {
    font-size: 1.6rem;
  }
  .login-method .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .login-method .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.login-method + .login-method {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddbda;
}
.login-title {
  margin-bottom: 20px;
  text-align: center;
}
.login .ks-mail,
.login .ks-lock {
  fill: #155799;
}
.login-buttons {
  margin-top: 10px;
  text-align: center;
}
.login-buttons .button {
  width: 100%;
  margin: 0 auto;
}
.login-buttons .join-request-button {
  width: 160px;
}
.login-selection-button {
  text-align: center;
  margin-top: 10px;
}
.login-links {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
.login-links .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.login-links .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.login-links p + p {
  margin-top: 5px;
}
.login-form-biography {
  min-height: 160px;
}
.login-form .form-fieldWrapper-withSymbol {
  margin-bottom: 20px;
}
.login-emergency {
  color: #737373;
  cursor: pointer;
  text-decoration: none;
}
.login-emergency .ks {
  fill: #737373;
}
.login-emergency:link {
  color: #737373;
}
.login-emergency:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.login-emergency:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.login-emergency:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.login-emergency:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.login-emergency:disabled, .login-emergency:hover:disabled, .login-emergency.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.login-emergency:disabled .ks, .login-emergency:hover:disabled .ks, .login-emergency.is-disabled .ks {
  fill: #737373;
}
.login-emergency:focus {
  outline: 0;
}
.login-mfa-description {
  margin-bottom: 5px;
}
.login-mfa-note {
  font-size: 1.4rem;
  color: #737373;
  margin-top: 10px;
}
.login-mfa-note .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.login-mfa-note .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.login .accountRegistrationForm .buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.login .accountRegistrationForm .policyConfirmationCheckbox {
  font-size: 1.4rem;
}
.login .accountRegistrationForm .policyConfirmationCheckbox .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.login .accountRegistrationForm .policyConfirmationCheckbox .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.login .profileSettingForm .avatarSettingBoxContainer {
  display: flex;
  justify-content: center;
}
.login .profileSettingForm > .form-fieldWrapper {
  margin-top: 20px;
}
.login .profileSettingForm .buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .login-buttons {
    position: relative;
  }
  .login-buttons .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.manageMembers {
  display: flex;
  flex-direction: column;
}
.manageMembers-filters {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px auto;
}
@media screen and (max-width: 767px) {
  .manageMembers-filters {
    margin: 0 0 10px 0;
  }
}
.manageMembers-filters .dropdownButton {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px;
  margin-left: 10px;
}
.manageMembers-filters .dropdownButton .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.manageMembers-filters .dropdownButton .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.manageMembers-filters .dropdownButton:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .manageMembers-filters .dropdownButton {
    font-size: 1.2rem;
    padding: 10px 2px;
    word-break: break-all;
  }
  .manageMembers-filters .dropdownButton .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .manageMembers-filters .dropdownButton .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.manageMembers-filters .dropdownButton .ks {
  margin-left: 5px;
}
.manageMembers-filters .dropdownButton-menu-item-container {
  font-size: 1.2rem;
  white-space: nowrap;
}
.manageMembers-filters .dropdownButton-menu-item-container .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-filters .dropdownButton-menu-item-container .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.manageMembers-userListItem {
  display: flex;
  align-items: center;
  padding: 15px;
  min-height: 80px;
  border-top: 1px solid #dddbda;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem {
    padding-left: 40px;
    padding-right: 0;
    flex-wrap: wrap;
    position: relative;
    gap: 0 15px;
    align-items: flex-start;
  }
}
.manageMembers-userListItem-avatar img {
  display: block;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-avatar {
    position: absolute;
    left: 0;
  }
  .manageMembers-userListItem-avatar .avatar {
    width: 30px;
    height: 30px;
  }
}
.manageMembers-userListItem-title {
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.4;
}
.manageMembers-userListItem-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.manageMembers-userListItem-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-title {
    font-size: 1.4rem;
  }
  .manageMembers-userListItem-title .ks {
    width: 1.4rem;
    height: 1.4rem;
  }
  .manageMembers-userListItem-title .emoji {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.manageMembers-userListItem-footer {
  font-size: 1.3rem;
  align-items: center;
  color: #4d4d4d;
  display: grid;
  gap: 8px;
}
.manageMembers-userListItem-footer .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.manageMembers-userListItem-footer .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-footer {
    font-size: 1.2rem;
    padding: 0 40px 0 0;
  }
  .manageMembers-userListItem-footer .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .manageMembers-userListItem-footer .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.manageMembers-userListItem-footer-createdDate {
  height: 100%;
}
.manageMembers-userListItem-footer-lastLoginDate {
  height: 100%;
}
.manageMembers-userListItem-body {
  flex: 1;
  padding: 0 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-body {
    flex: initial;
    flex-basis: 100%;
    padding: 0;
  }
}
.manageMembers-userListItem-createdDate {
  font-size: 1.2rem;
  padding: 0 15px;
}
.manageMembers-userListItem-createdDate .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-userListItem-createdDate .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-userListItem-authn {
  font-size: 1.2rem;
  padding: 0 15px;
}
.manageMembers-userListItem-authn .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-userListItem-authn .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-authn {
    padding: 0;
    margin-top: 3px;
  }
}
.manageMembers-userListItem-mfa {
  font-size: 1.2rem;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.manageMembers-userListItem-mfa .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-userListItem-mfa .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-mfa {
    padding: 0;
    margin-top: 3px;
  }
}
.manageMembers-userListItem-mfa .ks {
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-mfa .ks {
    margin-top: 1px;
  }
}
.manageMembers-userListItem-mfa .ks-success {
  fill: #229971;
}
.manageMembers-userListItem-mfa .ks-error {
  fill: #e63c74;
}
.manageMembers-userListItem-nameEmpty {
  font-size: 1.6rem;
  color: #737373;
}
.manageMembers-userListItem-nameEmpty .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.manageMembers-userListItem-nameEmpty .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.manageMembers-userListItem-role {
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #155799;
  color: #ffffff;
  vertical-align: 2px;
  font-weight: normal;
}
.manageMembers-userListItem-role .ks {
  width: 1rem;
  height: 1rem;
}
.manageMembers-userListItem-role .emoji {
  width: 1rem;
  height: 1rem;
}
.manageMembers-userListItem .user-realName {
  color: #262626;
}
.manageMembers-userListItem .user-realName:link {
  color: #262626;
}
.manageMembers-userListItem .user-realName:link .ks {
  fill: #262626;
}
.manageMembers-userListItem .user-realName:hover {
  color: #262626;
}
.manageMembers-userListItem .user-realName:hover .ks {
  fill: #262626;
}
.manageMembers-userListItem .user-realName:visited {
  color: #262626;
}
.manageMembers-userListItem .user-realName:visited .ks {
  fill: #262626;
}
.manageMembers-userListItem .user-realName:hover {
  text-decoration: none;
}
.manageMembers-userListItem .user-realName:hover {
  text-decoration: underline;
}
.manageMembers-userListItem-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-action {
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
.manageMembers-userListItem-action-role {
  min-width: 140px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-action-role {
    min-width: 0;
    margin-top: 5px;
  }
}
.manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton {
  font-size: 1.2rem;
}
.manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .manageMembers-userListItem-action-role .dropdownButton.is-selector-style .dropdownButton-toggleButton .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.manageMembers-userListItem-action-dropdown {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .manageMembers-userListItem-action-dropdown {
    margin: 0 10px;
  }
}
.manageMembers-userListItem-action-dropdown .dropdownButton-menuContainer {
  width: auto;
}
.manageMembers-userListItem-action-dropdown .dropdownButton-menuContainer .dropdownButton-menu-item-text {
  white-space: nowrap;
}
.manageMembers-userListItem-action-dropdown .dropdownButton-menu-item-container {
  display: flex;
  align-items: center;
}
.manageMembers-userListItem-actionDropdown-disabled {
  cursor: not-allowed;
}
.manageMembers-userListItem:hover .manageMembers-userListItem-action-state-button {
  display: inline;
}
.manageMembers-userListItem.is-invitation-pending {
  color: #bdbdbd;
}
.manageMembers-userListItem.is-invitation-pending .manageMembers-userListItem-footer {
  color: #bdbdbd;
}

.manageMembers-actionButtons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .manageMembers-actionButtons {
    justify-content: flex-end;
  }
}
.manageMembers-actionButtons a {
  font-size: 1.2rem;
}
.manageMembers-actionButtons .button {
  margin-left: 10px;
}

.manageMembers-allAccount {
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-top: 10px;
}
.manageMembers-allAccount .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.manageMembers-allAccount .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .manageMembers-allAccount {
    padding-top: 0;
  }
}

.manageMembers-member-filters {
  width: 100%;
  margin-bottom: 16px;
}

.markdownBiography * {
  color: inherit !important;
  font-weight: normal;
  font-size: inherit !important;
}
.markdownBiography ul,
.markdownBiography li {
  margin-left: 10px;
  list-style: disc;
  line-height: 1.4;
}
.markdownBiography strong {
  font-weight: bold;
}
.markdownBiography a:link, .markdownBiography a:visited, .markdownBiography a:hover, .markdownBiography a:active {
  color: inherit;
}
.markdownBiography a:hover {
  text-decoration: underline;
}
.markdownBiography a.markdownBiography-showMore {
  margin-left: 5px !important;
}
.markdownBiography a.markdownBiography-showMore:link, .markdownBiography a.markdownBiography-showMore:visited, .markdownBiography a.markdownBiography-showMore:hover, .markdownBiography a.markdownBiography-showMore:active {
  color: #737373 !important;
}
.markdownBiography img {
  display: none;
}
.markdownBiography img.avatar, .markdownBiography img.emoji {
  display: inline;
}

.a-present {
  background-color: #ffffff;
}

header.presentationMode {
  position: fixed;
  z-index: 1;
  width: 100%;
  transition: margin 200ms;
}
header.presentationMode .headerNavigation-menus .backToEntry {
  font-size: 1.6rem;
  color: #737373;
  display: flex;
  align-items: center;
}
header.presentationMode .headerNavigation-menus .backToEntry .ks {
  width: 1.6rem;
  height: 1.6rem;
}
header.presentationMode .headerNavigation-menus .backToEntry .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
header.presentationMode .headerNavigation-menus .backToEntry:link {
  color: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:link .ks {
  fill: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:hover {
  color: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:hover .ks {
  fill: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:visited {
  color: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:visited .ks {
  fill: #737373;
}
header.presentationMode .headerNavigation-menus .backToEntry:hover {
  text-decoration: none;
}
header.presentationMode .headerNavigation-menus .backToEntry .ks-prev {
  margin-right: 5px;
}
header.presentationMode .headerNavigation-actions .entry-action {
  font-size: 1.6rem;
}
header.presentationMode .headerNavigation-actions .entry-action .ks {
  width: 1.6rem;
  height: 1.6rem;
}
header.presentationMode .headerNavigation-actions .entry-action .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
header.presentationMode .headerNavigation-actions .entry-action a {
  padding: 10px;
}
header.presentationMode .headerNavigation-actions .entry-action a .ks-fullscreen {
  fill: #4d4d4d;
}
header.presentationMode.is-showing {
  margin-top: -60px;
}

main.presentationMode {
  overflow-y: auto;
  width: 100%;
  background-color: #ffffff;
  transition: opacity 200ms;
}
main.presentationMode .markdown-body::after {
  display: block;
  height: 70vh;
}
main.presentationMode .markdown-body.is-markdown-body-kibela {
  font-size: 3rem;
  padding: 50px 10%;
}
main.presentationMode .markdown-body.is-markdown-body-kibela .ks {
  width: 3rem;
  height: 3rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela .emoji {
  width: 2.8rem;
  height: 2.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h1,
main.presentationMode .markdown-body.is-markdown-body-kibela h2,
main.presentationMode .markdown-body.is-markdown-body-kibela h3,
main.presentationMode .markdown-body.is-markdown-body-kibela h4,
main.presentationMode .markdown-body.is-markdown-body-kibela h5,
main.presentationMode .markdown-body.is-markdown-body-kibela h6 {
  margin-top: 80px;
  margin-bottom: 40px;
  border: none;
  font-weight: normal;
}
main.presentationMode .markdown-body.is-markdown-body-kibela .primaryTitle {
  font-size: 8rem;
  display: flex;
  align-items: center;
  height: 100vh;
}
main.presentationMode .markdown-body.is-markdown-body-kibela .primaryTitle .ks {
  width: 8rem;
  height: 8rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela .primaryTitle .emoji {
  width: 7.8rem;
  height: 7.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h1 {
  font-size: 7rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h1 .ks {
  width: 7rem;
  height: 7rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h1 .emoji {
  width: 6.8rem;
  height: 6.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h2 {
  font-size: 6rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h2 .ks {
  width: 6rem;
  height: 6rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h2 .emoji {
  width: 5.8rem;
  height: 5.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h3 {
  font-size: 5rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h3 .ks {
  width: 5rem;
  height: 5rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h3 .emoji {
  width: 4.8rem;
  height: 4.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h4,
main.presentationMode .markdown-body.is-markdown-body-kibela h5,
main.presentationMode .markdown-body.is-markdown-body-kibela h6 {
  font-size: 4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h4 .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela h5 .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela h6 .ks {
  width: 4rem;
  height: 4rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela h4 .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela h5 .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela h6 .emoji {
  width: 3.8rem;
  height: 3.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela div,
main.presentationMode .markdown-body.is-markdown-body-kibela p,
main.presentationMode .markdown-body.is-markdown-body-kibela ul,
main.presentationMode .markdown-body.is-markdown-body-kibela ol,
main.presentationMode .markdown-body.is-markdown-body-kibela li,
main.presentationMode .markdown-body.is-markdown-body-kibela code,
main.presentationMode .markdown-body.is-markdown-body-kibela pre,
main.presentationMode .markdown-body.is-markdown-body-kibela pre > code {
  font-size: 3rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela div .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela p .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela ul .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela ol .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela li .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela code .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela pre .ks,
main.presentationMode .markdown-body.is-markdown-body-kibela pre > code .ks {
  width: 3rem;
  height: 3rem;
  top: 0.4rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela div .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela p .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela ul .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela ol .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela li .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela code .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela pre .emoji,
main.presentationMode .markdown-body.is-markdown-body-kibela pre > code .emoji {
  width: 2.8rem;
  height: 2.8rem;
}
main.presentationMode .markdown-body.is-markdown-body-kibela > div,
main.presentationMode .markdown-body.is-markdown-body-kibela > p,
main.presentationMode .markdown-body.is-markdown-body-kibela > table,
main.presentationMode .markdown-body.is-markdown-body-kibela li {
  margin-top: 20px;
  margin-bottom: 20px;
}
main.presentationMode .is-showing {
  opacity: 0.2;
}
main.presentationMode .is-showing .is-showing {
  opacity: 1;
}
main.presentationMode .is-showing.is-focused {
  opacity: 1;
}

.tableWrapper {
  overflow-x: auto;
  margin: 0 auto 16px;
}

.markdown-body.is-markdown-body-kibela table {
  display: table;
  word-break: normal;
  width: 100%;
}
.markdown-body.is-markdown-body-kibela tbody,
.markdown-body.is-markdown-body-kibela tr,
.markdown-body.is-markdown-body-kibela th,
.markdown-body.is-markdown-body-kibela td {
  border-color: #dddbda;
  background: #ffffff;
}
.markdown-body.is-markdown-body-kibela th,
.markdown-body.is-markdown-body-kibela td {
  height: 41px;
  padding: 8px;
  vertical-align: top;
  border-width: 1px 0 0 1px;
}
.markdown-body.is-markdown-body-kibela tbody {
  border-width: 0 1px 1px 0;
  border-style: solid;
}
.markdown-body.is-markdown-body-kibela tr:nth-child(2n) {
  background-color: #ffffff;
}
.markdown-body.is-markdown-body-kibela tr:last-child th {
  border-bottom-width: 1px;
}
.markdown-body.is-markdown-body-kibela th {
  background: #fafaf9;
  text-align: left;
}
.markdown-body.is-markdown-body-kibela th:last-child {
  border-right-width: 1px;
}
.markdown-body.is-markdown-body-kibela td {
  min-width: 60px;
}

.markdown-body.is-markdown-body-kibela {
  font-size: 1.6rem;
  overflow: visible;
  font-family: inherit;
}
.markdown-body.is-markdown-body-kibela .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela p {
  font-size: 1.6rem;
}
.markdown-body.is-markdown-body-kibela p .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela p .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela a {
  word-break: break-word;
}
.markdown-body.is-markdown-body-kibela h1:first-child,
.markdown-body.is-markdown-body-kibela h2:first-child,
.markdown-body.is-markdown-body-kibela h3:first-child,
.markdown-body.is-markdown-body-kibela h4:first-child,
.markdown-body.is-markdown-body-kibela h5:first-child,
.markdown-body.is-markdown-body-kibela h6:first-child {
  margin-top: 0;
}
.markdown-body.is-markdown-body-kibela h1 strong,
.markdown-body.is-markdown-body-kibela h1 b,
.markdown-body.is-markdown-body-kibela h2 strong,
.markdown-body.is-markdown-body-kibela h2 b,
.markdown-body.is-markdown-body-kibela h3 strong,
.markdown-body.is-markdown-body-kibela h3 b,
.markdown-body.is-markdown-body-kibela h4 strong,
.markdown-body.is-markdown-body-kibela h4 b,
.markdown-body.is-markdown-body-kibela h5 strong,
.markdown-body.is-markdown-body-kibela h5 b,
.markdown-body.is-markdown-body-kibela h6 strong,
.markdown-body.is-markdown-body-kibela h6 b {
  font-weight: bold;
}
.markdown-body.is-markdown-body-kibela h1 {
  font-size: 3.4rem;
  padding-bottom: 5px;
  border: 0;
  margin-top: 4.48rem;
  margin-bottom: 3.2rem;
  border-bottom: 4px solid #f4f3f2;
}
.markdown-body.is-markdown-body-kibela h1 .ks {
  width: 3.4rem;
  height: 3.4rem;
}
.markdown-body.is-markdown-body-kibela h1 .emoji {
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .markdown-body.is-markdown-body-kibela h1 {
    font-size: 2.8rem;
  }
  .markdown-body.is-markdown-body-kibela h1 .ks {
    width: 2.8rem;
    height: 2.8rem;
  }
  .markdown-body.is-markdown-body-kibela h1 .emoji {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.markdown-body.is-markdown-body-kibela h2 {
  font-size: 2.4rem;
  padding-bottom: 5px;
  border: 0;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  border-bottom: 3px solid #f4f3f2;
}
.markdown-body.is-markdown-body-kibela h2 .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.markdown-body.is-markdown-body-kibela h2 .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .markdown-body.is-markdown-body-kibela h2 {
    font-size: 2rem;
  }
  .markdown-body.is-markdown-body-kibela h2 .ks {
    width: 2rem;
    height: 2rem;
  }
  .markdown-body.is-markdown-body-kibela h2 .emoji {
    width: 2rem;
    height: 2rem;
  }
}
.markdown-body.is-markdown-body-kibela h3 {
  font-size: 1.6rem;
  padding-bottom: 5px;
  border: 0;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 2px solid #f4f3f2;
}
.markdown-body.is-markdown-body-kibela h3 .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela h3 .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .markdown-body.is-markdown-body-kibela h3 {
    font-size: 1.6rem;
  }
  .markdown-body.is-markdown-body-kibela h3 .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .markdown-body.is-markdown-body-kibela h3 .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.markdown-body.is-markdown-body-kibela h4,
.markdown-body.is-markdown-body-kibela h5,
.markdown-body.is-markdown-body-kibela h6 {
  font-size: 1.5rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  padding: 0;
  color: #262626;
}
.markdown-body.is-markdown-body-kibela h4 .ks,
.markdown-body.is-markdown-body-kibela h5 .ks,
.markdown-body.is-markdown-body-kibela h6 .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.markdown-body.is-markdown-body-kibela h4 .emoji,
.markdown-body.is-markdown-body-kibela h5 .emoji,
.markdown-body.is-markdown-body-kibela h6 .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.markdown-body.is-markdown-body-kibela em {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "MS PGothic", "Meiryo", "Segoe UI Symbol", sans-serif;
}
.markdown-body.is-markdown-body-kibela ul {
  list-style: disc;
}
.markdown-body.is-markdown-body-kibela ul > li ul {
  list-style: circle;
}
.markdown-body.is-markdown-body-kibela ul > li ul > li ul {
  list-style: square;
}
.markdown-body.is-markdown-body-kibela ul > li ul > li ul > li ul {
  list-style: disc;
}
.markdown-body.is-markdown-body-kibela ul > li ul > li ul > li ul > li ul {
  list-style: circle;
}
.markdown-body.is-markdown-body-kibela ol {
  list-style: decimal;
}
.markdown-body.is-markdown-body-kibela li > ul {
  margin-top: 0.25em;
}
.markdown-body.is-markdown-body-kibela li > ol {
  margin-top: 0.25em;
}
.markdown-body.is-markdown-body-kibela .task-list-item {
  list-style: none;
}
.markdown-body.is-markdown-body-kibela .task-list-item input {
  margin-right: 0.5em;
  margin-left: -1.4em;
}
.markdown-body.is-markdown-body-kibela .task-list-item input[type=radio],
.markdown-body.is-markdown-body-kibela .task-list-item input[type=checkbox] {
  font-size: 1.6rem;
  vertical-align: baseline;
}
.markdown-body.is-markdown-body-kibela .task-list-item input[type=radio] .ks,
.markdown-body.is-markdown-body-kibela .task-list-item input[type=checkbox] .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela .task-list-item input[type=radio] .emoji,
.markdown-body.is-markdown-body-kibela .task-list-item input[type=checkbox] .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela hr {
  margin: 3.2rem 0;
  height: 2px;
  background-color: #f4f3f2;
}
.markdown-body.is-markdown-body-kibela blockquote {
  margin: 1.6rem 10px;
  padding: 10px 0 10px 1.6rem;
  border-color: #f4f3f2;
  color: #737373;
}
.markdown-body.is-markdown-body-kibela blockquote:first-child {
  margin-top: 0;
}
.markdown-body.is-markdown-body-kibela video {
  max-width: 100%;
}
.markdown-body.is-markdown-body-kibela sup > a {
  font-size: 1.2rem;
  color: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.markdown-body.is-markdown-body-kibela sup > a .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.markdown-body.is-markdown-body-kibela sup > a:link {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:link .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:hover {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:hover .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:visited {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:visited .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela sup > a:hover {
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela .footnotes {
  margin-top: 40px;
  border: none;
  color: inherit;
  font-size: inherit;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li > p {
  font-size: 1.4rem;
  padding: 0 !important;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li > p .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li > p .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:link {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:link .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:hover {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:hover .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:visited {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:visited .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela .footnotes > ol li a:hover {
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela [data-footnote-ref]::before, .markdown-body.is-markdown-body-kibela [data-footnote-ref]::after {
  content: "";
}
.markdown-body.is-markdown-body-kibela details > *:not(summary, span) {
  margin-left: 20px;
}
.markdown-body.is-markdown-body-kibela code,
.markdown-body.is-markdown-body-kibela kbd,
.markdown-body.is-markdown-body-kibela pre,
.markdown-body.is-markdown-body-kibela samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.markdown-body.is-markdown-body-kibela code {
  font-size: 1.4rem;
  background: #fafaf9;
  border: 1px solid #f4f3f2;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.markdown-body.is-markdown-body-kibela code .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela code .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela h1 code,
.markdown-body.is-markdown-body-kibela h2 code,
.markdown-body.is-markdown-body-kibela h3 code,
.markdown-body.is-markdown-body-kibela h4 code,
.markdown-body.is-markdown-body-kibela h5 code,
.markdown-body.is-markdown-body-kibela h6 code {
  font-size: 80%;
  margin: 0 3px;
  padding: 0.1em 0.2em 0.05em;
}
.markdown-body.is-markdown-body-kibela pre,
.markdown-body.is-markdown-body-kibela pre > code {
  background: #fafaf9;
  border: none;
  white-space: pre-wrap;
  word-break: break-all;
  color: inherit;
}
.markdown-body.is-markdown-body-kibela pre br,
.markdown-body.is-markdown-body-kibela pre > code br {
  display: inline;
}
.markdown-body.is-markdown-body-kibela .code-frame {
  margin-bottom: 1.6rem;
  border: 1px solid #f4f3f2;
  border-radius: 4px;
}
.markdown-body.is-markdown-body-kibela .code-label {
  font-size: 1.4rem;
  padding: 0 7px;
  border: 1px solid #f4f3f2;
  background: #f4f3f2;
}
.markdown-body.is-markdown-body-kibela .code-label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela .code-label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.markdown-body.is-markdown-body-kibela .highlight {
  margin: 0;
}
.markdown-body.is-markdown-body-kibela .highlight .c,
.markdown-body.is-markdown-body-kibela .highlight .ch,
.markdown-body.is-markdown-body-kibela .highlight .c1,
.markdown-body.is-markdown-body-kibela .highlight .cm,
.markdown-body.is-markdown-body-kibela .highlight .cs,
.markdown-body.is-markdown-body-kibela .highlight .ge {
  font-style: italic;
}
.markdown-body.is-markdown-body-kibela .highlight .k,
.markdown-body.is-markdown-body-kibela .highlight .o,
.markdown-body.is-markdown-body-kibela .highlight .gs,
.markdown-body.is-markdown-body-kibela .highlight .kc,
.markdown-body.is-markdown-body-kibela .highlight .kd,
.markdown-body.is-markdown-body-kibela .highlight .kn,
.markdown-body.is-markdown-body-kibela .highlight .kp,
.markdown-body.is-markdown-body-kibela .highlight .kr,
.markdown-body.is-markdown-body-kibela .highlight .ow,
.markdown-body.is-markdown-body-kibela .highlight .cp,
.markdown-body.is-markdown-body-kibela .highlight .cs,
.markdown-body.is-markdown-body-kibela .highlight .gu,
.markdown-body.is-markdown-body-kibela .highlight .kt,
.markdown-body.is-markdown-body-kibela .highlight .nc,
.markdown-body.is-markdown-body-kibela .highlight .ne,
.markdown-body.is-markdown-body-kibela .highlight .nf {
  font-weight: bold;
}
.markdown-body.is-markdown-body-kibela .highlight .c,
.markdown-body.is-markdown-body-kibela .highlight .ch,
.markdown-body.is-markdown-body-kibela .highlight .c1,
.markdown-body.is-markdown-body-kibela .highlight .cm {
  color: #999988;
}
.markdown-body.is-markdown-body-kibela .highlight .err {
  background: #e3d2d2;
  color: #a61717;
}
.markdown-body.is-markdown-body-kibela .highlight .cp,
.markdown-body.is-markdown-body-kibela .highlight .cs,
.markdown-body.is-markdown-body-kibela .highlight .gh,
.markdown-body.is-markdown-body-kibela .highlight .bp,
.markdown-body.is-markdown-body-kibela .highlight .gc {
  color: #999999;
}
.markdown-body.is-markdown-body-kibela .highlight .gd {
  background: #ffdddd;
  color: #000000;
}
.markdown-body.is-markdown-body-kibela .highlight .gd .x {
  background: #ffaaaa;
}
.markdown-body.is-markdown-body-kibela .highlight .gi {
  background: #ddffdd;
  color: #000000;
}
.markdown-body.is-markdown-body-kibela .highlight .gi .x {
  background: #aaffaa;
}
.markdown-body.is-markdown-body-kibela .highlight .gr,
.markdown-body.is-markdown-body-kibela .highlight .gt {
  color: #aa0000;
}
.markdown-body.is-markdown-body-kibela .highlight .go {
  color: #888888;
}
.markdown-body.is-markdown-body-kibela .highlight .gp,
.markdown-body.is-markdown-body-kibela .highlight .nn {
  color: #555555;
}
.markdown-body.is-markdown-body-kibela .highlight .gu,
.markdown-body.is-markdown-body-kibela .highlight .ni {
  color: #800080;
}
.markdown-body.is-markdown-body-kibela .highlight .kt,
.markdown-body.is-markdown-body-kibela .highlight .nc {
  color: #445588;
}
.markdown-body.is-markdown-body-kibela .highlight .n {
  color: #333333;
}
.markdown-body.is-markdown-body-kibela .highlight .nb {
  color: #0086b3;
}
.markdown-body.is-markdown-body-kibela .highlight .ne,
.markdown-body.is-markdown-body-kibela .highlight .nf {
  color: #990000;
}
.markdown-body.is-markdown-body-kibela .highlight .nt {
  color: #000080;
}
.markdown-body.is-markdown-body-kibela .highlight .na,
.markdown-body.is-markdown-body-kibela .highlight .no,
.markdown-body.is-markdown-body-kibela .highlight .nv,
.markdown-body.is-markdown-body-kibela .highlight .vc,
.markdown-body.is-markdown-body-kibela .highlight .vg,
.markdown-body.is-markdown-body-kibela .highlight .vi {
  color: #008080;
}
.markdown-body.is-markdown-body-kibela .highlight .w {
  color: #bbbbbb;
}
.markdown-body.is-markdown-body-kibela .highlight .m,
.markdown-body.is-markdown-body-kibela .highlight .mf,
.markdown-body.is-markdown-body-kibela .highlight .mh,
.markdown-body.is-markdown-body-kibela .highlight .mi,
.markdown-body.is-markdown-body-kibela .highlight .mo,
.markdown-body.is-markdown-body-kibela .highlight .il {
  color: #009999;
}
.markdown-body.is-markdown-body-kibela .highlight .s,
.markdown-body.is-markdown-body-kibela .highlight .s1,
.markdown-body.is-markdown-body-kibela .highlight .s2,
.markdown-body.is-markdown-body-kibela .highlight .sb,
.markdown-body.is-markdown-body-kibela .highlight .sc,
.markdown-body.is-markdown-body-kibela .highlight .sd,
.markdown-body.is-markdown-body-kibela .highlight .se,
.markdown-body.is-markdown-body-kibela .highlight .sh,
.markdown-body.is-markdown-body-kibela .highlight .si,
.markdown-body.is-markdown-body-kibela .highlight .sx {
  color: #dd1144;
}
.markdown-body.is-markdown-body-kibela .highlight .sr {
  color: #009926;
}
.markdown-body.is-markdown-body-kibela .highlight .ss {
  color: #990073;
}
.markdown-body.is-markdown-body-kibela .highlight .gc {
  background: #eaf2f5;
}
.markdown-body.is-markdown-body-kibela h1,
.markdown-body.is-markdown-body-kibela h2,
.markdown-body.is-markdown-body-kibela h3,
.markdown-body.is-markdown-body-kibela h4,
.markdown-body.is-markdown-body-kibela h5,
.markdown-body.is-markdown-body-kibela h6 {
  position: relative;
}
.markdown-body.is-markdown-body-kibela h1 .fragment,
.markdown-body.is-markdown-body-kibela h2 .fragment,
.markdown-body.is-markdown-body-kibela h3 .fragment,
.markdown-body.is-markdown-body-kibela h4 .fragment,
.markdown-body.is-markdown-body-kibela h5 .fragment,
.markdown-body.is-markdown-body-kibela h6 .fragment {
  position: absolute;
  top: -10px;
  display: block;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a,
.markdown-body.is-markdown-body-kibela h2 .fragment + a,
.markdown-body.is-markdown-body-kibela h3 .fragment + a,
.markdown-body.is-markdown-body-kibela h4 .fragment + a,
.markdown-body.is-markdown-body-kibela h5 .fragment + a,
.markdown-body.is-markdown-body-kibela h6 .fragment + a {
  color: #155799;
  position: relative;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:link,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:link,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:link,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:link,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:link,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:link {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:link .ks,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:link .ks,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:link .ks,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:link .ks,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:link .ks,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:link .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:hover {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:hover .ks,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:hover .ks,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:hover .ks,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:hover .ks,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:hover .ks,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:hover .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:visited,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:visited,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:visited,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:visited,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:visited,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:visited {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:visited .ks,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:visited .ks,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:visited .ks,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:visited .ks,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:visited .ks,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:visited .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela h1 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h2 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h3 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h4 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h5 .fragment + a:hover,
.markdown-body.is-markdown-body-kibela h6 .fragment + a:hover {
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela h1 .fa.fa-link,
.markdown-body.is-markdown-body-kibela h2 .fa.fa-link,
.markdown-body.is-markdown-body-kibela h3 .fa.fa-link,
.markdown-body.is-markdown-body-kibela h4 .fa.fa-link,
.markdown-body.is-markdown-body-kibela h5 .fa.fa-link,
.markdown-body.is-markdown-body-kibela h6 .fa.fa-link {
  font-size: 1.6rem;
  display: none;
}
.markdown-body.is-markdown-body-kibela h1 .fa.fa-link .ks,
.markdown-body.is-markdown-body-kibela h2 .fa.fa-link .ks,
.markdown-body.is-markdown-body-kibela h3 .fa.fa-link .ks,
.markdown-body.is-markdown-body-kibela h4 .fa.fa-link .ks,
.markdown-body.is-markdown-body-kibela h5 .fa.fa-link .ks,
.markdown-body.is-markdown-body-kibela h6 .fa.fa-link .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela h1 .fa.fa-link .emoji,
.markdown-body.is-markdown-body-kibela h2 .fa.fa-link .emoji,
.markdown-body.is-markdown-body-kibela h3 .fa.fa-link .emoji,
.markdown-body.is-markdown-body-kibela h4 .fa.fa-link .emoji,
.markdown-body.is-markdown-body-kibela h5 .fa.fa-link .emoji,
.markdown-body.is-markdown-body-kibela h6 .fa.fa-link .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-kibela h1:hover .fa.fa-link,
.markdown-body.is-markdown-body-kibela h2:hover .fa.fa-link,
.markdown-body.is-markdown-body-kibela h3:hover .fa.fa-link,
.markdown-body.is-markdown-body-kibela h4:hover .fa.fa-link,
.markdown-body.is-markdown-body-kibela h5:hover .fa.fa-link,
.markdown-body.is-markdown-body-kibela h6:hover .fa.fa-link {
  display: inline-block;
}
.markdown-body.is-markdown-body-kibela img {
  max-width: 100%;
  vertical-align: top;
}
.markdown-body.is-markdown-body-kibela img.emoji {
  vertical-align: -0.2rem;
}
.markdown-body.is-markdown-body-kibela img.avatar {
  vertical-align: middle;
}
.markdown-body.is-markdown-body-kibela .anchor {
  scroll-margin-top: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .markdown-body.is-markdown-body-kibela .anchor {
    left: 0;
  }
}
.markdown-body.is-markdown-body-kibela .iframeWrapper {
  position: relative;
  width: 100%;
}
.markdown-body.is-markdown-body-kibela .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.markdown-body.is-markdown-body-kibela .relativeImageSourceError {
  display: inline-flex;
  align-items: center;
  margin: 5px;
  padding: 20px;
  border: 1px solid #dddbda;
  color: #737373;
}
.markdown-body.is-markdown-body-kibela .relativeImageSourceError .ks {
  margin: auto;
  padding-right: 10px;
  fill: #f5af22;
}
.markdown-body.is-markdown-body-kibela .user-mention .avatar {
  width: 16px;
  height: 16px;
}
.markdown-body.is-markdown-body-kibela iframe {
  max-width: 100%;
}
.markdown-body.is-markdown-body-kibela iframe.sandbox {
  width: 100%;
  border: none;
}
.markdown-body.is-markdown-body-kibela .twitter-tweet iframe {
  max-width: 100%;
}
.markdown-body.is-markdown-body-kibela .modalImage {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  cursor: zoom-in;
}
.markdown-body.is-markdown-body-kibela .modalImage .ks {
  fill: #155799;
}
.markdown-body.is-markdown-body-kibela .modalImage:link {
  color: #155799;
}
.markdown-body.is-markdown-body-kibela .modalImage:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.markdown-body.is-markdown-body-kibela .modalImage:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.markdown-body.is-markdown-body-kibela .modalImage:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.markdown-body.is-markdown-body-kibela .modalImage:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.markdown-body.is-markdown-body-kibela .modalImage:disabled, .markdown-body.is-markdown-body-kibela .modalImage:hover:disabled, .markdown-body.is-markdown-body-kibela .modalImage.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela .modalImage:disabled .ks, .markdown-body.is-markdown-body-kibela .modalImage:hover:disabled .ks, .markdown-body.is-markdown-body-kibela .modalImage.is-disabled .ks {
  fill: #737373;
}
.markdown-body.is-markdown-body-kibela .modalImage:focus {
  outline: 0;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed {
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed .ks {
  fill: #737373;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:link {
  color: #737373;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:disabled, .markdown-body.is-markdown-body-kibela .is-media-previewed:hover:disabled, .markdown-body.is-markdown-body-kibela .is-media-previewed.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:disabled .ks, .markdown-body.is-markdown-body-kibela .is-media-previewed:hover:disabled .ks, .markdown-body.is-markdown-body-kibela .is-media-previewed.is-disabled .ks {
  fill: #737373;
}
.markdown-body.is-markdown-body-kibela .is-media-previewed:focus {
  outline: 0;
}
.markdown-body.is-markdown-body-kibela .is-media-preview {
  display: block;
}
.markdown-body.is-markdown-body-kibela.is-markdown-body-disableAnchor .anchor {
  display: none;
}
.markdown-body.is-markdown-body-kibela a.has-file-preview {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  cursor: zoom-in;
}

.markdown-body.is-markdown-body-comment {
  margin: 4px;
}
.markdown-body.is-markdown-body-comment h1 {
  font-size: 2.8rem;
}
.markdown-body.is-markdown-body-comment h1 .ks {
  width: 2.8rem;
  height: 2.8rem;
}
.markdown-body.is-markdown-body-comment h1 .emoji {
  width: 2.8rem;
  height: 2.8rem;
}
.markdown-body.is-markdown-body-comment h2 {
  font-size: 2rem;
}
.markdown-body.is-markdown-body-comment h2 .ks {
  width: 2rem;
  height: 2rem;
}
.markdown-body.is-markdown-body-comment h2 .emoji {
  width: 2rem;
  height: 2rem;
}
.markdown-body.is-markdown-body-comment h3 {
  font-size: 1.6rem;
}
.markdown-body.is-markdown-body-comment h3 .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-comment h3 .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.markdown-body.is-markdown-body-comment p {
  padding: 0;
}

.MathJax_Preview {
  opacity: 0.5;
}

.memberPanel .panel-coverPhoto.is-empty {
  background: #212e3b;
}
.memberPanel-roleIcon {
  font-size: 1rem;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.memberPanel-roleIcon .ks {
  width: 1rem;
  height: 1rem;
}
.memberPanel-roleIcon .emoji {
  width: 1rem;
  height: 1rem;
}
.memberPanel-avatar {
  margin-top: -40px;
}
.memberPanel-avatar img.is-avatar-large {
  position: relative;
  width: 80px;
  height: auto;
}
.memberPanel-content {
  padding: 0 15px 15px;
}
.memberPanel-content-body-realName {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.4;
}
.memberPanel-content-body-realName .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.memberPanel-content-body-realName .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.memberPanel-content-body-realName a {
  color: inherit;
}
.memberPanel-content-body-realName a:link {
  color: inherit;
}
.memberPanel-content-body-realName a:link .ks {
  fill: inherit;
}
.memberPanel-content-body-realName a:hover {
  color: inherit;
}
.memberPanel-content-body-realName a:hover .ks {
  fill: inherit;
}
.memberPanel-content-body-realName a:visited {
  color: inherit;
}
.memberPanel-content-body-realName a:visited .ks {
  fill: inherit;
}
.memberPanel-content-body-realName a:hover {
  text-decoration: none;
}
.memberPanel-content-body-realName a:hover {
  text-decoration: underline;
}
.memberPanel-content-body-realName.is-empty {
  color: #737373;
  font-weight: normal;
}
.memberPanel-content-body-account {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.2;
}
.memberPanel-content-body-account .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.memberPanel-content-body-account .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.memberPanel-content-body-account a {
  color: inherit;
}
.memberPanel-content-body-account a:link {
  color: inherit;
}
.memberPanel-content-body-account a:link .ks {
  fill: inherit;
}
.memberPanel-content-body-account a:hover {
  color: inherit;
}
.memberPanel-content-body-account a:hover .ks {
  fill: inherit;
}
.memberPanel-content-body-account a:visited {
  color: inherit;
}
.memberPanel-content-body-account a:visited .ks {
  fill: inherit;
}
.memberPanel-content-body-account a:hover {
  text-decoration: none;
}
.memberPanel-content-body-account a:hover {
  text-decoration: underline;
}
.memberPanel-content-body-biography {
  font-size: 1.2rem;
  margin-top: 15px;
  word-break: break-all;
  line-height: 1.4;
  text-align: justify;
}
.memberPanel-content-body-biography .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.memberPanel-content-body-biography .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.memberPanel-content-body-trendList > .trendList {
  text-align: left;
  margin-top: 17px;
}

.messageBox {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #229971;
  border-radius: 4px;
  background: #ffffff;
  color: #229971;
}
.messageBox.alert, .messageBox.error {
  border: 1px solid #e63c74;
  border-radius: 4px;
  background: #ffffff;
  color: #e63c74;
}
.messageBox .contactWidgetOpener-newMessage {
  color: inherit;
  text-decoration: underline;
}
.messageBox .contactWidgetOpener-newMessage:link {
  color: inherit;
}
.messageBox .contactWidgetOpener-newMessage:link .ks {
  fill: inherit;
}
.messageBox .contactWidgetOpener-newMessage:hover {
  color: inherit;
}
.messageBox .contactWidgetOpener-newMessage:hover .ks {
  fill: inherit;
}
.messageBox .contactWidgetOpener-newMessage:visited {
  color: inherit;
}
.messageBox .contactWidgetOpener-newMessage:visited .ks {
  fill: inherit;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  padding: 60px 20px 30px;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-container {
  position: relative;
  align-self: center;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px 40px;
  max-height: 100%;
  outline: none;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 40px 20px;
  }
}
.modal-container-close {
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .modal-container-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .modal-container-close:hover .ks-close {
    fill: #ffffff;
  }
}
.modal-container-close > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.modal-container-close .ks-close {
  width: 20px;
  height: 20px;
  fill: #8b8989;
}

.modal-title {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.modal-title .ks {
  width: 2rem;
  height: 2rem;
}
.modal-title .emoji {
  width: 2rem;
  height: 2rem;
}
.modal-message {
  color: #737373;
}
.modal-message-caution {
  color: #e63c74;
}
.modal-second-message {
  margin-top: 10px;
}
.modal-actionButton {
  display: flex;
  justify-content: center;
}
.modal-actionButton button {
  min-width: 160px;
}
.modal-actionButtons {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .modal-actionButtons {
    margin-top: 15px;
  }
}
.modal-actionButtons button {
  margin: 0 10px;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .modal-actionButtons button {
    flex: 1;
    margin: 0 5px;
    min-width: 0;
    width: auto;
  }
}
.modal-actionButtons button:first-child {
  margin-left: auto;
}
.modal-actionButtons button:last-child {
  margin-right: auto;
}

.ReactModal__Content--after-open {
  animation-name: fadeIn;
  animation-duration: 150ms;
}

.noteActionBar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .noteActionBar {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .noteActionBar {
    position: absolute;
    width: 100%;
  }
}
.noteActionBar .noteStatus {
  display: flex;
  align-items: center;
}
.noteActionBar .noteStatus .entryLike {
  margin-right: 10px;
}
.noteActionBar .noteActions {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .noteActionBar .noteActions {
    gap: 0 10px;
  }
}
.noteActionBar-left {
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .noteActionBar-left .noteStatus {
    display: none;
  }
}
.noteActionBar-right {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .noteActionBar-right {
    flex-direction: column-reverse;
  }
}
.noteActionBar-right > div {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .noteActionBar-right .noteStatus {
    margin-right: 0;
    margin-top: 16px;
  }
}
.noteActionBar-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 20px;
  max-width: 300px;
  cursor: pointer;
}
.noteActionBar-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteActionBar-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteActionBar-title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .noteActionBar-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .noteActionBar .watchingStateSwitcher {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .noteActionBar .shareMenuBox {
    order: 4;
  }
}
.noteActionBar .shareMenuBox-menuContainer {
  overflow: visible;
}
.noteActionBar-item {
  font-size: 1.8rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-left: -10px;
}
.noteActionBar-item .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.noteActionBar-item .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .noteActionBar-item {
    margin: 0;
  }
}
.noteActionBar-edit-note {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 32px;
}
.noteActionBar-edit-note .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.noteActionBar-edit-note .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.noteActionBar-action-dropdown .dropdownButton-menuContainer {
  top: 30px;
  right: -15px;
  width: 175px;
}
.noteActionBar-action-dropdown .dropdownButton-menu-item-text {
  font-size: 1.2rem;
}
.noteActionBar-action-dropdown .dropdownButton-menu-item-text .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.noteActionBar-action-dropdown .dropdownButton-menu-item-text .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.noteActionBar-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .noteActionBar-wrapper {
    margin-top: 0;
  }
}
.noteActionBar-wrapper.active .noteActionBar {
  border-color: #dddbda;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .noteActionBar-wrapper.active .noteActionBar {
    background: #ffffff;
  }
}
.noteActionBar-wrapper.active .noteActionBar-left {
  pointer-events: auto;
  opacity: 1;
}
.noteActionBar-wrapper.active .noteActionBar-right .noteStatus {
  display: none;
}

.noteHeader-likesAndComments {
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .noteHeader-likesAndComments {
    display: none;
  }
}
.noteHeader-title {
  font-size: 4rem;
  word-break: break-word;
  vertical-align: middle;
  line-height: 1.3;
  margin-top: 20px;
}
.noteHeader-title .ks {
  width: 4rem;
  height: 4rem;
}
.noteHeader-title .emoji {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .noteHeader-title {
    font-size: 3rem;
  }
  .noteHeader-title .ks {
    width: 3rem;
    height: 3rem;
  }
  .noteHeader-title .emoji {
    width: 3rem;
    height: 3rem;
  }
}
.noteHeader-title a {
  color: inherit;
}
.noteHeader-title a:link {
  color: inherit;
}
.noteHeader-title a:link .ks {
  fill: inherit;
}
.noteHeader-title a:hover {
  color: inherit;
}
.noteHeader-title a:hover .ks {
  fill: inherit;
}
.noteHeader-title a:visited {
  color: inherit;
}
.noteHeader-title a:visited .ks {
  fill: inherit;
}
.noteHeader-title a:hover {
  text-decoration: none;
}
.noteHeader-folders {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.noteHeader-folders .folderIndicator {
  margin-top: 8px;
  margin-right: 8px;
  padding: 4px 10px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
}
.noteHeader-folders .folderIndicator-label {
  vertical-align: middle;
}
.noteHeader-folders .dropdownButton {
  display: inline-flex;
}
.noteHeader-folders .dropdownButton-toggleButton {
  display: inline-flex;
}
.noteHeader-folders .dropdownButton-toggleButton .ks-overflow {
  width: 14px;
  height: 14px;
}
.noteHeader-folders .dropdownButton-menuContainer {
  top: 18px;
}
.noteHeader-timestamps {
  font-size: 1.3rem;
  color: #737373;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}
.noteHeader-timestamps .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.noteHeader-timestamps .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.noteHeader-timestamps .timestamp + .timestamp {
  margin-left: 20px;
}
.noteHeader-contributorsAndActivityMeterContainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.noteHeader .activityMeter {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #737373;
}
.noteHeader .activityMeter .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteHeader .activityMeter .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteHeader .activityMeter-item + .activityMeter-item {
  margin-left: 20px;
}
.noteHeader-author {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.noteHeader-author .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.noteHeader-author .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.noteHeader-author-name {
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .noteHeader-author-name {
    margin-left: 10px;
  }
}
.noteHeader-author-name a {
  color: #262626;
}
.noteHeader-author-name a:link {
  color: #262626;
}
.noteHeader-author-name a:link .ks {
  fill: #262626;
}
.noteHeader-author-name a:hover {
  color: #262626;
}
.noteHeader-author-name a:hover .ks {
  fill: #262626;
}
.noteHeader-author-name a:visited {
  color: #262626;
}
.noteHeader-author-name a:visited .ks {
  fill: #262626;
}
.noteHeader-author-name a:hover {
  text-decoration: none;
}
.noteHeader-author .profilePopup-container.is-large {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .noteHeader-author .profilePopup-container.is-large {
    width: 40px;
    height: 40px;
  }
}
.noteHeader-author .userAvatar.is-large {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .noteHeader-author .userAvatar.is-large {
    width: 40px;
    height: 40px;
  }
}
.noteHeader-author .userAvatar.is-large img {
  width: 100%;
  height: 100%;
}
.noteHeader-author .user-accountWithAvatar {
  color: #262626;
}
.noteHeader-author .user-accountWithAvatar:link {
  color: #262626;
}
.noteHeader-author .user-accountWithAvatar:link .ks {
  fill: #262626;
}
.noteHeader-author .user-accountWithAvatar:hover {
  color: #262626;
}
.noteHeader-author .user-accountWithAvatar:hover .ks {
  fill: #262626;
}
.noteHeader-author .user-accountWithAvatar:visited {
  color: #262626;
}
.noteHeader-author .user-accountWithAvatar:visited .ks {
  fill: #262626;
}
.noteHeader-author .user-accountWithAvatar .avatar.is-avatar-large {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.noteHeader-authors {
  display: flex;
  align-items: center;
}
.noteHeader-authors-names {
  font-size: 1.6rem;
  margin-left: 8px;
}
.noteHeader-authors-names .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.noteHeader-authors-names .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.noteHeader-authors .ks-collaboration {
  margin: 6px 0 0 4px;
}
.noteHeader-authors-avatars {
  flex-shrink: 0;
}

.noteHeader__coeditingLabelContainer {
  display: flex;
  margin: 40px 0 20px;
}

.noteHeader__coeditingLabel {
  font-size: 1.4rem;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 10px 8px;
  line-height: 1.2em;
  border: 1px solid #155799;
  border-radius: 4px;
  background: #fafaf9;
}
.noteHeader__coeditingLabel .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteHeader__coeditingLabel .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.noteHeader__loadingIndicator {
  position: relative;
  min-height: 30px;
}

.noteTemplateEditor-nameInput {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .noteTemplateEditor-nameInput {
    margin-bottom: 10px;
    width: 100%;
  }
}

.noteTemplateEditorHeader-tipsButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: #4d4d4d;
  margin-left: 20px;
}
.noteTemplateEditorHeader-tipsButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteTemplateEditorHeader-tipsButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteTemplateEditorHeader-tipsButton .ks {
  margin-right: 5px;
}

.noteTemplateEditor-bodyWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 5px;
}

.noteToc .sticky-inner-wrapper {
  padding-bottom: 90px;
}
.noteToc a {
  color: #737373;
  font-size: 1.4rem;
}
.noteToc a:link {
  color: #737373;
}
.noteToc a:link .ks {
  fill: #737373;
}
.noteToc a:hover {
  color: #737373;
}
.noteToc a:hover .ks {
  fill: #737373;
}
.noteToc a:visited {
  color: #737373;
}
.noteToc a:visited .ks {
  fill: #737373;
}
.noteToc a:hover {
  text-decoration: none;
}
.noteToc a .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteToc a .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteToc a:hover {
  color: #155799;
  text-decoration: none;
  background: none;
}
.noteToc ul > li {
  margin-top: 7px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}
.noteToc ul > li a {
  display: block;
  line-height: 1.5;
}
.noteToc ul > li.is-active > a {
  color: #155799;
  font-weight: bold;
}
.noteToc ul > li li {
  margin-left: 1em;
  padding-left: 0;
}

.noteContainer {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .noteContainer {
    padding-top: 20px;
  }
}
.noteContainer .entryLike {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .noteContainer .entryLike {
    margin-top: 30px;
  }
}
.noteContainer.is-expand .noteContainer-main-content {
  word-break: break-word;
}
.noteContainer.is-expand .noteContainer-main-content td,
.noteContainer.is-expand .noteContainer-main-content th {
  word-break: break-word;
}
.noteContainer.is-expand .noteContainer-main-inner {
  max-width: 100%;
}
.noteContainer button.noteContainer-fullWidthButton {
  position: absolute;
  right: 0;
  top: 45px;
  border-radius: 4px;
  padding: 4px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.noteContainer button.noteContainer-fullWidthButton .ks {
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .noteContainer button.noteContainer-fullWidthButton:hover {
    background-color: #f5f5f5;
  }
}

.noteContainer-main-inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .noteContainer-main-inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.noteContainer-main-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .noteContainer-main-content {
    margin-top: 20px;
  }
}
.noteContainer-main-content .text-selecting {
  background-color: #fdf9ec;
}
.noteContainer-main-content .text-selection {
  background-color: #fdf9ec;
  box-shadow: 0 2px 0 #f7bf45;
  transition: background-color 0.1s;
}
.noteContainer-main-content .text-selection--active {
  background-color: #fbe8bb;
}
.noteContainer-main .relatedNoteContainer > :first-child {
  border-top: 1px solid #dddbda;
}
.noteContainer-main .relatedNoteList {
  margin-top: 30px;
  padding-top: 30px;
}
.noteContainer-main .relatedNoteList > h3 {
  font-size: 1.4rem;
  margin-bottom: 9px;
}
.noteContainer-main .relatedNoteList > h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteContainer-main .relatedNoteList > h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteContainer-main .relatedNoteList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.noteContainer-main .relatedNoteList ul li {
  flex-grow: 1;
  flex-basis: 30%;
  position: relative;
  max-width: 50%;
}
.noteContainer-main .relatedNote-showMore {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #155799;
  text-align: center;
}
.noteContainer-main .relatedNote-showMore:hover {
  text-decoration: underline;
  cursor: pointer;
}
.noteContainer-main .relatedNote-showMore .ks-dropdown {
  margin-left: 5px;
  fill: #155799;
}

.noteContainer-announceBox-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .noteContainer-announceBox-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.note-commentSection-commentList {
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .note-commentSection-commentList {
    max-width: 100%;
  }
}
.note-commentSection-commentList-comment {
  padding-bottom: 10px;
}
.note-commentSection-commentList-comment.anchorTarget {
  padding: 30px 10px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(50, 122, 194, 0.5019607843);
  border: 1px solid #155799;
}
.note-commentSection-commentList-comment + .note-commentSection-commentList-comment {
  padding-top: 30px;
  border-top: 1px solid #dddbda;
}
.note-commentSection-commentEditor {
  max-width: 750px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .note-commentSection-commentEditor {
    max-width: 100%;
  }
}
.note-commentSection-commentsCount {
  display: flex;
  align-items: center;
}
.note-commentSection-commentsCount svg {
  margin-right: 4px;
}
.note-commentSection-commentsCount span {
  font-size: 14px;
}

.cursor {
  border-left: 2px solid;
  margin-right: -2px;
}
.cursor-container {
  display: inline-block;
  width: 0.5rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.cursor-tooltip {
  position: absolute;
  display: none;
  padding: 4px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: normal;
}

.notificationCenter__button {
  width: 40px;
  height: 40px;
}
.notificationCenter__button__icon {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.notificationCenter__button__icon .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.notificationCenter__button__icon .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
.notificationCenter__button__badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.notificationCenter-dropdown {
  position: absolute;
  top: 50px;
  min-height: 112px;
  max-height: 480px;
  width: 360px;
  overflow: auto;
}

.notificationCenter__button__icon.notificationCenter__button__icon--active .ks.ks-bell_fill {
  fill: #327ac2;
}

.notificationCenter-notification {
  color: #262626;
  display: flex;
  align-items: flex-start;
  gap: 5px 12px;
  padding: 12px 15px 12px 10px;
  line-height: 1.4;
}
.notificationCenter-notification:link {
  color: #262626;
}
.notificationCenter-notification:link .ks {
  fill: #262626;
}
.notificationCenter-notification:hover {
  color: #262626;
}
.notificationCenter-notification:hover .ks {
  fill: #262626;
}
.notificationCenter-notification:visited {
  color: #262626;
}
.notificationCenter-notification:visited .ks {
  fill: #262626;
}
.notificationCenter-notification:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .notificationCenter-notification:hover {
    background: rgba(0, 0, 0, 0.02);
  }
}
.notificationCenter-message {
  font-size: 1.4rem;
}
.notificationCenter-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.notificationCenter-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.notificationCenter-message .notification-entryTitle {
  color: #155799;
}
.notificationCenter-updatedAt {
  font-size: 1.2rem;
  margin-top: 2px;
  color: #737373;
}
.notificationCenter-updatedAt .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.notificationCenter-updatedAt .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.notificationItem__content__icon {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
}

.notificationCenter-notice {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  color: #737373;
  padding: 20px 0;
}
.notificationCenter-notice .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.notificationCenter-notice .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.notificationCenter .notificationPanel {
  position: relative;
  min-height: 70px;
}

.notificationTab {
  border-bottom: 1px solid #ecebe9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 -1px;
}
.notificationTab__label {
  position: relative;
}
.notificationTab__label__unreadBadge {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 8px;
}
.notificationTab__item {
  margin: 0 auto;
  width: 100%;
}
.notificationTab__item__button {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  min-height: 42px;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .notificationTab__item__button:hover {
    color: #888888;
  }
}

.serviceNotificationItem__link {
  color: #262626;
  color: #155799;
}
.serviceNotificationItem__link:link {
  color: #262626;
}
.serviceNotificationItem__link:link .ks {
  fill: #262626;
}
.serviceNotificationItem__link:hover {
  color: #262626;
}
.serviceNotificationItem__link:hover .ks {
  fill: #262626;
}
.serviceNotificationItem__link:visited {
  color: #262626;
}
.serviceNotificationItem__link:visited .ks {
  fill: #262626;
}
.serviceNotificationItem__link:hover {
  text-decoration: none;
}
.serviceNotificationItem__link:link {
  color: #155799;
}
.serviceNotificationItem__link:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
@media (hover: hover) and (pointer: fine) {
  .serviceNotificationItem__link:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}

.notificationCenter__unreadCountBadge {
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #e63c4a;
  border-radius: 50px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notificationCenter__unreadCountBadge .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.notificationCenter__unreadCountBadge .emoji {
  width: 1.1rem;
  height: 1.1rem;
}

#main .l-singleColumn .notificationList {
  border: 1px solid #dddbda;
  border-radius: 4px;
  margin: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #main .l-singleColumn .notificationList {
    border: none;
    margin: 30px 0;
    padding: 0 15px;
  }
}
#main .l-singleColumn .notificationList .feed {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#main .l-singleColumn .notificationList .feed .emptystate {
  border: none;
}
#main .l-singleColumn .notificationList .feed-entry:last-child {
  border-bottom: none;
}
#main .l-singleColumn .notificationList .feed-entry-title.notification-title {
  font-weight: normal;
}
#main .l-singleColumn .notificationList .feed-entry-title.notification-title > a {
  font-size: 1.6rem;
  display: block;
  color: #262626;
}
#main .l-singleColumn .notificationList .feed-entry-title.notification-title > a .ks {
  width: 1.6rem;
  height: 1.6rem;
}
#main .l-singleColumn .notificationList .feed-entry-title.notification-title > a .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
#main .l-singleColumn .notificationList .feed-entry-title.notification-title .notification-entryTitle {
  color: #155799;
}

.otherNWithUserListPanel,
.otherNWithUserListPanel__text {
  display: inline;
}

.otherNWithUserListPanel {
  position: relative;
}

.otherNWithUserListPanel__text {
  cursor: default;
}

.otherNWithUserListPanel__realName,
.otherNWithUserListPanel__userName {
  line-height: 1.2;
}

.otherNWithUserListPanel__realName {
  font-weight: bold;
  color: #262626;
}

.otherNWithUserListPanel__userName {
  color: #4d4d4d;
}

.otherNWithUserListPanel__panel {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.3rem;
  position: absolute;
  z-index: 10;
  top: 35px;
  right: -150px;
  width: 300px;
  background-color: #ffffff;
  padding: 10px 0;
  max-height: 40vh;
  overflow-y: auto;
}
.otherNWithUserListPanel__panel .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.otherNWithUserListPanel__panel .emoji {
  width: 1.3rem;
  height: 1.3rem;
}

.otherNWithUserListPanel__title {
  font-weight: bold;
  padding: 5px 16px;
}

.otherNWithUserListPanel__row {
  font-size: 1.3rem;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
}
.otherNWithUserListPanel__row .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.otherNWithUserListPanel__row .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.otherNWithUserListPanel__row:link {
  color: inherit;
}
.otherNWithUserListPanel__row:link .ks {
  fill: inherit;
}
.otherNWithUserListPanel__row:hover {
  color: inherit;
}
.otherNWithUserListPanel__row:hover .ks {
  fill: inherit;
}
.otherNWithUserListPanel__row:visited {
  color: inherit;
}
.otherNWithUserListPanel__row:visited .ks {
  fill: inherit;
}
.otherNWithUserListPanel__row:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .otherNWithUserListPanel__row:hover {
    background-color: #f5f5f5;
  }
}

.entryDiff-current .otherNWithUserListPanel__row {
  margin-left: 0;
}

.pagination {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 20px;
}
.pagination .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.pagination .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 5px;
  }
}
.pagination a {
  color: #262626;
}
.pagination a:link {
  color: #262626;
}
.pagination a:link .ks {
  fill: #262626;
}
.pagination a:hover {
  color: #262626;
}
.pagination a:hover .ks {
  fill: #262626;
}
.pagination a:visited {
  color: #262626;
}
.pagination a:visited .ks {
  fill: #262626;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination .page,
.pagination .prev,
.pagination .next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddbda;
  border-radius: 50%;
  background: #ffffff;
}
.pagination .page > a,
.pagination .prev > a,
.pagination .next > a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .page:hover,
  .pagination .prev:hover,
  .pagination .next:hover {
    border-color: rgb(196.5774647887, 193.1408450704, 191.4225352113);
    background: rgba(0, 0, 0, 0.02);
  }
}
.pagination .page.is-page-current, .pagination .page.is-page-current > a,
.pagination .prev.is-page-current,
.pagination .prev.is-page-current > a,
.pagination .next.is-page-current,
.pagination .next.is-page-current > a {
  color: #ffffff;
  background: #155799;
  border: #155799;
  cursor: default;
}
.pagination .page.is-page-current:link, .pagination .page.is-page-current > a:link,
.pagination .prev.is-page-current:link,
.pagination .prev.is-page-current > a:link,
.pagination .next.is-page-current:link,
.pagination .next.is-page-current > a:link {
  color: #ffffff;
}
.pagination .page.is-page-current:link .ks, .pagination .page.is-page-current > a:link .ks,
.pagination .prev.is-page-current:link .ks,
.pagination .prev.is-page-current > a:link .ks,
.pagination .next.is-page-current:link .ks,
.pagination .next.is-page-current > a:link .ks {
  fill: #ffffff;
}
.pagination .page.is-page-current:hover, .pagination .page.is-page-current > a:hover,
.pagination .prev.is-page-current:hover,
.pagination .prev.is-page-current > a:hover,
.pagination .next.is-page-current:hover,
.pagination .next.is-page-current > a:hover {
  color: #ffffff;
}
.pagination .page.is-page-current:hover .ks, .pagination .page.is-page-current > a:hover .ks,
.pagination .prev.is-page-current:hover .ks,
.pagination .prev.is-page-current > a:hover .ks,
.pagination .next.is-page-current:hover .ks,
.pagination .next.is-page-current > a:hover .ks {
  fill: #ffffff;
}
.pagination .page.is-page-current:visited, .pagination .page.is-page-current > a:visited,
.pagination .prev.is-page-current:visited,
.pagination .prev.is-page-current > a:visited,
.pagination .next.is-page-current:visited,
.pagination .next.is-page-current > a:visited {
  color: #ffffff;
}
.pagination .page.is-page-current:visited .ks, .pagination .page.is-page-current > a:visited .ks,
.pagination .prev.is-page-current:visited .ks,
.pagination .prev.is-page-current > a:visited .ks,
.pagination .next.is-page-current:visited .ks,
.pagination .next.is-page-current > a:visited .ks {
  fill: #ffffff;
}
.pagination .page.is-page-current:hover, .pagination .page.is-page-current > a:hover,
.pagination .prev.is-page-current:hover,
.pagination .prev.is-page-current > a:hover,
.pagination .next.is-page-current:hover,
.pagination .next.is-page-current > a:hover {
  text-decoration: none;
}
.pagination .page .ks-prev,
.pagination .page .ks-next,
.pagination .prev .ks-prev,
.pagination .prev .ks-next,
.pagination .next .ks-prev,
.pagination .next .ks-next {
  width: 16px;
  height: 16px;
  fill: #4d4d4d;
}
.pagination .page.disabled,
.pagination .prev.disabled,
.pagination .next.disabled {
  display: none;
}

.panelList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .panelList {
    margin: 0 -5px;
  }
}
.panelList-showMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #155799;
  text-align: center;
}
.panelList-showMore:hover {
  text-decoration: underline;
  cursor: pointer;
}
.panelList-showMore .ks-dropdown {
  margin-left: 5px;
  fill: #155799;
}

.panelWrapper {
  position: relative;
  overflow: hidden;
  margin: 0 15px 30px;
  width: calc((100% - 120px) / 4);
  border: 1px solid #dddbda;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panelWrapper {
    margin: 0 5px 10px;
    width: calc((100% - 20px) / 2);
  }
}

.panel-coverPhoto {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.panel-coverPhoto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-coverPhoto.is-empty {
  background-color: #dbe5f0;
}
.panel-content-body .name {
  font-size: 2.4rem;
  word-break: break-all;
  font-weight: bold;
  line-height: 1.2;
}
.panel-content-body .name .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.panel-content-body .name .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .panel-content-body .name {
    font-size: 1.6rem;
  }
  .panel-content-body .name .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .panel-content-body .name .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.panel-content-body .name a {
  color: #262626;
}
.panel-content-body .name a:link {
  color: #262626;
}
.panel-content-body .name a:link .ks {
  fill: #262626;
}
.panel-content-body .name a:hover {
  color: #262626;
}
.panel-content-body .name a:hover .ks {
  fill: #262626;
}
.panel-content-body .name a:visited {
  color: #262626;
}
.panel-content-body .name a:visited .ks {
  fill: #262626;
}
.panel-content-body .description {
  font-size: 1.4rem;
  margin: 5px 0 7px;
  line-height: 1.3;
  overflow-wrap: break-word;
}
.panel-content-body .description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.panel-content-body .description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .panel-content-body .description {
    font-size: 1.3rem;
  }
  .panel-content-body .description .ks {
    width: 1.3rem;
    height: 1.3rem;
  }
  .panel-content-body .description .emoji {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.panel-content-footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.panel-content-footer .entryCount {
  font-size: 1.4rem;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1;
}
.panel-content-footer .entryCount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.panel-content-footer .entryCount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .panel-content-footer .entryCount {
    font-size: 1.2rem;
  }
  .panel-content-footer .entryCount .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .panel-content-footer .entryCount .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.panel-content-footer .canOwnerJoinPrivateGroupReason {
  font-size: 1rem;
  margin-top: 5px;
  color: #737373;
}
.panel-content-footer .canOwnerJoinPrivateGroupReason .ks {
  width: 1rem;
  height: 1rem;
}
.panel-content-footer .canOwnerJoinPrivateGroupReason .emoji {
  width: 1rem;
  height: 1rem;
}

.pinButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pinButton .ks {
  fill: #737373;
}
.pinButton:link {
  color: #737373;
}
.pinButton:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.pinButton:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.pinButton:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.pinButton:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.pinButton:disabled, .pinButton:hover:disabled, .pinButton.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.pinButton:disabled .ks, .pinButton:hover:disabled .ks, .pinButton.is-disabled .ks {
  fill: #737373;
}
.pinButton:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .pinButton {
    font-size: 1.2rem;
  }
  .pinButton .ks {
    width: 1.2rem;
    height: 1.2rem;
  }
  .pinButton .emoji {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pinButton-label {
    display: none;
  }
}
.pinButton.is-pinned {
  color: #327ac2;
}
.pinButton.is-pinned .ks-pushpin {
  fill: #327ac2;
}

.pinnedNoteList:hover .pinnedNoteList-header-button {
  visibility: visible;
}
.pinnedNoteList-header {
  display: flex;
  align-items: center;
}
.pinnedNoteList-header-heading {
  font-size: 1.4rem;
  color: #737373;
  flex: 1;
}
.pinnedNoteList-header-heading .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.pinnedNoteList-header-heading .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.pinnedNoteList-header-heading .ks {
  margin-right: 5px;
}
.pinnedNoteList-header-button {
  color: #737373;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  border: none;
  visibility: hidden;
}
.pinnedNoteList-header-button .ks {
  fill: #737373;
}
.pinnedNoteList-header-button:link {
  color: #737373;
}
.pinnedNoteList-header-button:visited {
  color: rgb(158.35, 158.35, 158.35);
}
.pinnedNoteList-header-button:visited .ks {
  fill: rgb(158.35, 158.35, 158.35);
}
.pinnedNoteList-header-button:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
.pinnedNoteList-header-button:hover .ks {
  fill: rgb(89.5, 89.5, 89.5);
}
.pinnedNoteList-header-button:disabled, .pinnedNoteList-header-button:hover:disabled, .pinnedNoteList-header-button.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.pinnedNoteList-header-button:disabled .ks, .pinnedNoteList-header-button:hover:disabled .ks, .pinnedNoteList-header-button.is-disabled .ks {
  fill: #737373;
}
.pinnedNoteList-header-button:focus {
  outline: 0;
}
.pinnedNoteList-header-button .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.pinnedNoteList-header-button .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.pinnedNoteList-header-button .ks {
  margin-right: 5px;
}
.pinnedNoteList-body {
  margin-top: 10px;
}

.l-groupPortal-main .pinnedNoteList-body {
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .l-groupPortal-main .pinnedNoteList-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.l-groupPortal-aside .pinnedNoteList-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pinnedNote {
  border: 1px solid #dddbda;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}
.pinnedNote-removeButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  font-size: 1.2rem;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  padding: 3px;
  border-radius: 12px;
  cursor: pointer;
}
.pinnedNote-removeButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.pinnedNote-removeButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pinnedNote-removeButton {
    display: inline-block;
  }
}
@media (pointer: coarse) {
  .pinnedNote-removeButton {
    display: inline-block;
  }
}
.pinnedNote-removeButton .ks-close {
  display: block;
  fill: #737373;
}
@media (hover: hover) and (pointer: fine) {
  .pinnedNote-removeButton:hover {
    background: #f5f5f5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pinnedNote:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .pinnedNote:hover .pinnedNote-removeButton {
    display: inline-block;
  }
}
.pinnedNote-title {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
  overflow-wrap: break-word;
  word-break: break-all;
}
.pinnedNote-title .ks {
  fill: #262626;
}
.pinnedNote-title:link {
  color: #262626;
}
.pinnedNote-title:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.pinnedNote-title:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.pinnedNote-title:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.pinnedNote-title:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.pinnedNote-title:disabled, .pinnedNote-title:hover:disabled, .pinnedNote-title.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.pinnedNote-title:disabled .ks, .pinnedNote-title:hover:disabled .ks, .pinnedNote-title.is-disabled .ks {
  fill: #737373;
}
.pinnedNote-title:focus {
  outline: 0;
}
.pinnedNote-title .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.pinnedNote-title .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.pinnedNote .folderIndicator-readMore {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
  margin-right: 0;
}
.pinnedNote-author {
  margin-top: 2px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.pinnedNote-author .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.pinnedNote-author .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.pinnedNote-author .userAvatar.is-small,
.pinnedNote-author .avatar.is-avatar-small {
  width: 14px;
  height: 14px;
}
.pinnedNote-author-account {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.pinnedNote-author-account .ks {
  fill: #262626;
}
.pinnedNote-author-account:link {
  color: #262626;
}
.pinnedNote-author-account:visited {
  color: rgb(81.35, 81.35, 81.35);
}
.pinnedNote-author-account:visited .ks {
  fill: rgb(81.35, 81.35, 81.35);
}
.pinnedNote-author-account:hover {
  color: rgb(63.5, 63.5, 63.5);
  text-decoration: underline;
}
.pinnedNote-author-account:hover .ks {
  fill: rgb(63.5, 63.5, 63.5);
}
.pinnedNote-author-account:disabled, .pinnedNote-author-account:hover:disabled, .pinnedNote-author-account.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.pinnedNote-author-account:disabled .ks, .pinnedNote-author-account:hover:disabled .ks, .pinnedNote-author-account.is-disabled .ks {
  fill: #737373;
}
.pinnedNote-author-account:focus {
  outline: 0;
}

.planDowngradingForm .form-fieldWrapper {
  margin-top: 20px;
}
.planDowngradingForm-submitButton {
  margin-top: 20px;
}
.planDowngradingForm-listStyle {
  list-style: disc;
  padding-inline-start: 2rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.planDowngradingForm-cautionCaption {
  font-weight: bold;
}

.planPanelList {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .planPanelList {
    flex-direction: column;
  }
}
.planPanelList .planPanel {
  margin-right: 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .planPanelList .planPanel {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.planPanel {
  text-align: center;
  padding: 30px 10px 20px;
  border: 1px solid #dddbda;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .planPanel {
    padding: 30px;
  }
}
.planPanel h1 {
  font-size: 2rem;
  color: #155799;
}
.planPanel h1 .ks {
  width: 2rem;
  height: 2rem;
}
.planPanel h1 .emoji {
  width: 2rem;
  height: 2rem;
}
.planPanel-price {
  min-height: 190px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .planPanel-price {
    min-height: auto;
  }
}
.planPanel-price-monthly {
  font-size: 2rem;
  margin-bottom: 5px;
}
.planPanel-price-monthly .ks {
  width: 2rem;
  height: 2rem;
}
.planPanel-price-monthly .emoji {
  width: 2rem;
  height: 2rem;
}
.planPanel-price-main {
  display: flex;
  line-height: 1.1;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.planPanel-price-main-value {
  display: flex;
  font-size: 4rem;
  font-weight: bold;
}
.planPanel-price-main-value .ks {
  width: 4rem;
  height: 4rem;
}
.planPanel-price-main-value .emoji {
  width: 4rem;
  height: 4rem;
}
.planPanel-price-main-value .currency {
  font-weight: normal;
  font-size: 4rem;
}
.planPanel-price-main-value .currency .ks {
  width: 4rem;
  height: 4rem;
}
.planPanel-price-main-value .currency .emoji {
  width: 4rem;
  height: 4rem;
}
.planPanel-price-main-tax {
  font-size: 1.6rem;
}
.planPanel-price-main-tax .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.planPanel-price-main-tax .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.planPanel-price-perActiveUser {
  font-size: 1.5rem;
}
.planPanel-price-perActiveUser .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.planPanel-price-perActiveUser .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.planPanel-price-description {
  font-size: 1.3rem;
  color: #737373;
  line-height: 1.5;
  margin-top: 10px;
}
.planPanel-price-description .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.planPanel-price-description .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.planPanel-featureList {
  font-size: 1.4rem;
  flex: 1;
}
.planPanel-featureList .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.planPanel-featureList .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.planPanel-featureList > li {
  line-height: 1.4;
  margin-top: 5px;
}
.planPanel-featureList > li .ks-check {
  fill: #327ac2;
  vertical-align: middle;
}
.planPanel-button {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 60px;
  padding: 11px 5px;
}
.planPanel-button .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.planPanel-button .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.planPanel-button.is-button-disabled {
  font-weight: normal;
  opacity: 1;
  color: #bdbdbd;
}
.planPanel-button.contactWidgetOpener-newMessage {
  color: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:link {
  color: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:link .ks {
  fill: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:hover {
  color: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:hover .ks {
  fill: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:visited {
  color: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:visited .ks {
  fill: #262626;
}
.planPanel-button.contactWidgetOpener-newMessage:hover {
  text-decoration: none;
}
.planPanel-annotation {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #737373;
  line-height: 1.4;
  text-align: left;
}
.planPanel-annotation .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.planPanel-annotation .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.planPanel-annotation a {
  color: #737373;
  text-decoration: underline;
}
.planPanel-annotation a:link {
  color: #737373;
}
.planPanel-annotation a:link .ks {
  fill: #737373;
}
.planPanel-annotation a:hover {
  color: #737373;
}
.planPanel-annotation a:hover .ks {
  fill: #737373;
}
.planPanel-annotation a:visited {
  color: #737373;
}
.planPanel-annotation a:visited .ks {
  fill: #737373;
}
.planPanel-contactButtonContainer {
  height: 25px;
}
.planPanel-contactButtonContainer button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
}

.plantuml {
  width: 100%;
  text-align: center;
}

.postButtonDropdownContainer {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 10;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background-color: #ffffff;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .postButtonDropdownContainer {
    top: 50px;
  }
}

.postButtonDropdown-list {
  padding: 10px 0;
}
.postButtonDropdown-list:first-child .postButtonDropdown-list-item {
  font-size: 1.5rem;
  padding: 7px 20px;
}
.postButtonDropdown-list:first-child .postButtonDropdown-list-item .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.postButtonDropdown-list:first-child .postButtonDropdown-list-item .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
.postButtonDropdown-list + ul {
  border-top: 1px solid #dddbda;
}
.postButtonDropdown-list-item {
  font-size: 1.4rem;
  color: inherit;
  width: 100%;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.postButtonDropdown-list-item .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.postButtonDropdown-list-item .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.postButtonDropdown-list-item:link {
  color: inherit;
}
.postButtonDropdown-list-item:link .ks {
  fill: inherit;
}
.postButtonDropdown-list-item:hover {
  color: inherit;
}
.postButtonDropdown-list-item:hover .ks {
  fill: inherit;
}
.postButtonDropdown-list-item:visited {
  color: inherit;
}
.postButtonDropdown-list-item:visited .ks {
  fill: inherit;
}
.postButtonDropdown-list-item:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .postButtonDropdown-list-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
.postButtonDropdown-list-titleItem {
  font-size: 1.2rem;
  color: #737373;
  padding: 2px 20px 3px;
  white-space: nowrap;
  display: flex;
}
.postButtonDropdown-list-titleItem .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.postButtonDropdown-list-titleItem .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.postButtonDropdown-list-settingItem {
  font-size: 1.2rem;
  color: #737373;
  width: 100%;
  padding: 4px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.postButtonDropdown-list-settingItem .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.postButtonDropdown-list-settingItem .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.postButtonDropdown-list-settingItem:link {
  color: #737373;
}
.postButtonDropdown-list-settingItem:link .ks {
  fill: #737373;
}
.postButtonDropdown-list-settingItem:hover {
  color: #737373;
}
.postButtonDropdown-list-settingItem:hover .ks {
  fill: #737373;
}
.postButtonDropdown-list-settingItem:visited {
  color: #737373;
}
.postButtonDropdown-list-settingItem:visited .ks {
  fill: #737373;
}
.postButtonDropdown-list-settingItem:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .postButtonDropdown-list-settingItem:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
.postButtonDropdown-list-settingItem .ks {
  margin-right: 3px;
}

.previewBox {
  position: relative;
}
.previewBox-scrollableContainer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.previewBox-scrollableContainer-content {
  box-sizing: border-box;
  padding: 20px;
}
.previewBox-placeholder {
  padding: 20px;
}
.previewBox-placeholder-content {
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  color: #737373;
}
.previewBox-placeholder-content .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.previewBox-placeholder-content .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.previewBox-error {
  padding: 20px;
}

.profileHeader {
  position: absolute;
  width: 100%;
  min-height: 400px;
  color: #ffffff;
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profileHeader {
    position: relative;
    top: auto;
    left: auto;
    min-width: 0;
    min-height: 0;
    width: auto;
    color: #262626;
    padding: 0;
    display: block;
  }
}
.profileHeader .announceBox-wrapper {
  position: absolute;
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1050px;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .profileHeader .announceBox-wrapper {
    width: 100%;
    color: #ffffff;
    top: 10px;
    padding: 0 10px;
  }
}
.profileHeader .announceBox-wrapper .announceBox {
  max-width: 100%;
  background-color: rgba(21, 87, 153, 0.3);
}

.profileHeader-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profileHeader-cover {
    height: 180px;
    position: relative;
  }
}
.profileHeader-cover::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .profileHeader-cover::before {
    background: none;
  }
}

.profileHeader-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .profileHeader-content {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -60px;
  }
}

.profileHeader-avatar {
  margin-right: 30px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .profileHeader-avatar {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
  }
}
.profileHeader-avatar .avatar {
  width: 100%;
  height: auto;
}

.profileHeader-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profileHeader-name {
  font-size: 3rem;
  line-height: 1;
}
.profileHeader-name .ks {
  width: 3rem;
  height: 3rem;
}
.profileHeader-name .emoji {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .profileHeader-name {
    font-size: 2.6rem;
    margin-top: 24px;
  }
  .profileHeader-name .ks {
    width: 2.6rem;
    height: 2.6rem;
  }
  .profileHeader-name .emoji {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.profileHeader-username {
  font-size: 2rem;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1;
}
.profileHeader-username .ks {
  width: 2rem;
  height: 2rem;
}
.profileHeader-username .emoji {
  width: 2rem;
  height: 2rem;
}

.profileHeader-profile {
  font-size: 1.5rem;
  margin-top: 12px;
  opacity: 0.8;
}
.profileHeader-profile .ks {
  width: 1.5rem;
  height: 1.5rem;
}
.profileHeader-profile .emoji {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .profileHeader-profile {
    line-height: 1.4;
    margin-top: 17px;
  }
}

.profileHeader-editLink {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.profileHeader-editLink:link {
  color: #ffffff;
}
.profileHeader-editLink:link .ks {
  fill: #ffffff;
}
.profileHeader-editLink:hover {
  color: #ffffff;
}
.profileHeader-editLink:hover .ks {
  fill: #ffffff;
}
.profileHeader-editLink:visited {
  color: #ffffff;
}
.profileHeader-editLink:visited .ks {
  fill: #ffffff;
}
.profileHeader-editLink:hover {
  text-decoration: none;
}
.profileHeader-editLink .text {
  font-size: 1.2rem;
  margin-right: 10px;
  display: none;
}
.profileHeader-editLink .text .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.profileHeader-editLink .text .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.profileHeader-editLink .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileHeader-editLink .icon .ks {
  fill: #ffffff;
}
.profileHeader-editLink:hover .text {
  display: block;
}
@media screen and (max-width: 767px) {
  .profileHeader-editLink:hover .text {
    display: none;
  }
}

.profile.no-cover-image .profileHeader {
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .profile.no-cover-image .profileHeader {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }
}
.profile.no-cover-image .profileHeader .profileHeader-cover {
  background: #212e3b;
}
@media screen and (max-width: 767px) {
  .profile.no-cover-image .profileHeader .profileHeader-cover {
    height: 120px;
  }
}
.profile.no-cover-image .profileHeader .profileHeader-cover::before {
  display: none;
}

.profile.no-cover-image .profileHeader-profile {
  max-height: 115px;
  overflow-y: auto;
}

.profilePopup-container {
  position: relative;
}
.profilePopup-container.is-small {
  width: 20px;
  height: 20px;
}
.profilePopup-container.is-medium {
  width: 40px;
  height: 40px;
}
.profilePopup-container.is-large {
  width: 120px;
  height: 120px;
}

.profilePopup-invisibleArea {
  position: absolute;
  left: -100px;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 20px;
}

.profilePopup {
  text-align: center;
}
.profilePopup .memberPanel-avatar {
  display: flex;
  justify-content: center;
}
.profilePopup .userAvatar, .user .profilePopup-avatar {
  width: 80px !important;
  height: 80px !important;
}

.profile {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .profile {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .profile {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile.no-cover-image {
    padding-top: 0;
  }
}
.profile-entries {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .profile-entries .mainCaption {
    margin: 0 15px 20px;
  }
}
.profile-entries .entryStackFeed-tab {
  margin: 20px 2px;
}
@media screen and (max-width: 767px) {
  .profile-entries .entryStackFeed-tab {
    margin: 15px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .profile-entries .entryStackFeed-tab li {
    font-size: 1.6rem;
  }
  .profile-entries .entryStackFeed-tab li .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .profile-entries .entryStackFeed-tab li .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.profile-entries .entryFeedItem {
  position: relative;
}
.profile-entries .entryFeedItem .header .header-actions {
  margin-right: 0;
}
.profile-entries .entryFeedItem .header .edit-link {
  margin-right: 0;
  padding: 8px;
  height: auto;
  display: inline-flex;
  border-radius: 50%;
  transition: background-color 0.1s;
}
@media screen and (max-width: 767px) {
  .profile-entries .entryFeedItem .header .edit-link {
    margin-right: -8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .profile-entries .entryFeedItem .header .edit-link:hover {
    background-color: #f4f3f2;
  }
}
.profile-entries .entryFeedItem .header .deleteButton {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: background-color 0.1s;
}
@media screen and (max-width: 767px) {
  .profile-entries .entryFeedItem .header .deleteButton {
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .profile-entries .entryFeedItem .header .deleteButton:hover {
    background-color: #f5f5f5;
  }
}
.profile-entries .entryFeedItem .body .content {
  max-width: 780px;
  -webkit-line-clamp: 2;
}
.profile-groups .panelList .panelWrapper {
  margin-bottom: 15px;
}

.receipt-serviceLogo {
  display: flex;
  justify-content: center;
}
.receipt-serviceLogo img {
  width: 110px;
  height: 30px;
}
.receipt-title {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.receipt-title .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.receipt-title .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
.receipt-billTo {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-decoration: underline;
}
.receipt-header {
  font-size: 1.4rem;
  margin-top: 40px;
}
.receipt-header .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-header .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-header th {
  padding-right: 40px;
  text-align: left;
}
.receipt-header td {
  padding-right: 40px;
}
.receipt-invoice {
  margin-top: 20px;
  padding: 30px 20px 20px;
  border: 1px solid #dddbda;
}
.receipt-invoice-item {
  margin-top: 20px;
}
.receipt-invoice-item:first-child {
  margin-top: 0;
}
.receipt-invoice-item-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.receipt-invoice-item-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-item-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-item-body {
  font-size: 1.4rem;
  display: flex;
}
.receipt-invoice-item-body .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-item-body .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-item-body-content {
  display: table-cell;
  vertical-align: top;
}
.receipt-invoice-item-body-content th {
  padding-right: 20px;
  color: #737373;
  text-align: left;
  font-weight: normal;
}
.receipt-invoice-item-body-content th.amount {
  padding-right: 0;
  text-align: right;
}
.receipt-invoice-item-body-content th:last-child {
  padding-right: 0;
}
.receipt-invoice-item-body-content td {
  padding-right: 20px;
}
.receipt-invoice-item-body-content td.amount {
  padding-right: 0;
  text-align: right;
}
.receipt-invoice-item-body-content td:last-child {
  padding-right: 0;
}
.receipt-invoice-item-body-content td.itemContent {
  max-width: 250px;
}
.receipt-invoice-item-body-amount {
  margin-left: auto;
  text-align: right;
}
.receipt-invoice-item-body-amount .title {
  color: #737373;
}
.receipt-invoice-item-memo {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #737373;
}
.receipt-invoice-item-memo .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-invoice-item-memo .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-invoice-discount {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddbda;
  color: #737373;
  text-align: right;
}
.receipt-invoice-discount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-discount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-invoice-discount-value {
  margin-left: 60px;
}
.receipt-invoice-totalAmount {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddbda;
  text-align: right;
  font-weight: bold;
}
.receipt-invoice-totalAmount-value {
  margin-left: 40px;
}
.receipt-point {
  margin-top: 20px;
  padding: 20px 20px 10px;
  border: 1px solid #dddbda;
}
.receipt-point-summary {
  font-size: 1.4rem;
}
.receipt-point-summary .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-point-summary .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.receipt-point-summary th {
  padding-right: 20px;
  color: #737373;
  text-align: left;
  font-weight: normal;
}
.receipt-point-summary td {
  padding-right: 20px;
}
.receipt-point-footer {
  font-size: 1.2rem;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #dddbda;
  color: #737373;
}
.receipt-point-footer .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-point-footer .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-footer {
  font-size: 1.2rem;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddbda;
  color: #737373;
}
.receipt-footer .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-footer .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.receipt-footer-companyName {
  margin-bottom: 10px;
  font-weight: bold;
}
.receipt-footer-companySquareSeal {
  margin-top: 10px;
}
.receipt-footer-companySquareSeal img {
  width: 60px;
}

.relatedNote {
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
  display: block;
  padding: 15px 20px;
  line-height: 1.3;
  cursor: pointer;
  height: 100%;
}
.relatedNote:hover .relatedNote-title-link {
  color: #155799;
}
.relatedNote-title {
  font-size: 1.3rem;
  font-weight: bold;
  overflow-wrap: break-word;
}
.relatedNote-title .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.relatedNote-title .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.relatedNote-title-link {
  color: #262626;
}
.relatedNote-title-link:link {
  color: #262626;
}
.relatedNote-title-link:link .ks {
  fill: #262626;
}
.relatedNote-title-link:hover {
  color: #262626;
}
.relatedNote-title-link:hover .ks {
  fill: #262626;
}
.relatedNote-title-link:visited {
  color: #262626;
}
.relatedNote-title-link:visited .ks {
  fill: #262626;
}
.relatedNote-title-link:hover {
  color: #155799;
}
.relatedNote-author {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-top: 7px;
  color: #737373;
}
.relatedNote-author .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.relatedNote-author .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.relatedNote-author .userAvatars {
  margin-right: 5px;
}
.relatedNote-author a {
  color: #737373;
}
.relatedNote-author a:link {
  color: #737373;
}
.relatedNote-author a:link .ks {
  fill: #737373;
}
.relatedNote-author a:hover {
  color: #737373;
}
.relatedNote-author a:hover .ks {
  fill: #737373;
}
.relatedNote-author a:visited {
  color: #737373;
}
.relatedNote-author a:visited .ks {
  fill: #737373;
}
.relatedNote .folderIndicator-readMore {
  margin-top: 10px;
}

.restriction-symbol {
  text-align: center;
}
.restriction-symbol .ks.ks-error {
  width: 60px;
  height: 60px;
  fill: #f5af22;
}
.restriction-title {
  margin-bottom: 10px;
  text-align: center;
}
.restriction-message {
  font-size: 1.4rem;
}
.restriction-message .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.restriction-message .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.conflictModal__container {
  width: 80%;
  max-width: 800px;
}

.conflictModal__separator {
  margin-top: 20px;
  border-bottom-width: 2px;
}

.conflictModal__body {
  margin-top: 40px;
}

.richTextEditorLinkConverter {
  position: absolute;
  visibility: hidden;
  z-index: 20;
}
.richTextEditorLinkConverter--visible {
  visibility: visible;
}

.richTextEditorLinkConverter__listItem {
  cursor: pointer;
}
.richTextEditorLinkConverter__listItem.ProseMirror-menu-disabled {
  pointer-events: none;
}

.richTextEditorLinkConverter__listItemLink--focused {
  background: rgba(0, 0, 0, 0.02);
}

.rich-text-editor .ProseMirror .richTextEditorLinkConverter__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.rich-text-editor .ProseMirror .richTextEditorLinkConverter__listItem.ProseMirror-menu-disabled .richTextEditorLinkConverter__listItemLink {
  color: #bdbdbd;
}
.rich-text-editor .ProseMirror .richTextEditorLinkConverter__listItemLink {
  cursor: pointer;
}

.richTextEditor-menubar__wrapper {
  background-color: #ffffff;
  position: sticky;
  top: 111px;
  z-index: 30;
}
@media screen and (max-width: 1023px) {
  .richTextEditor-menubar__wrapper {
    top: 150px;
  }
  .richTextEditor-menubar__wrapper.is-Dashboard {
    top: 111px;
  }
}
@media screen and (max-width: 767px) {
  .richTextEditor-menubar__wrapper {
    top: 0;
  }
  .richTextEditor-menubar__wrapper.is-Dashboard {
    top: 0;
  }
}

.richTextEditor-menubar {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Hide scrollbar for Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  width: 100%;
  border-bottom: 1px solid #dddbda;
}
@media screen and (max-width: 767px) {
  .richTextEditor-menubar {
    padding: 6px 15px;
  }
}
.richTextEditor-menubar::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}
.richTextEditor-menubar.is-scrolled {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

.ProseMirror-textblock-dropdown {
  min-width: 3em;
}

.ProseMirror-menu-dropdown,
.ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap;
}

.ProseMirror-menu-dropdown {
  vertical-align: 1px;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}

.ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 4px;
  display: inline-block;
  position: relative;
}

.ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
}

.ProseMirror-menu-dropdown-menu,
.ProseMirror-menu-submenu {
  position: absolute;
  background: white;
  color: #666;
  border: 1px solid #aaa;
  padding: 2px;
}

.ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
}

.ProseMirror-menu-dropdown-item {
  cursor: pointer;
  padding: 2px 8px 2px 4px;
}

.ProseMirror-menu-dropdown-item:hover {
  background: #f2f2f2;
}

.ProseMirror-menu-submenu-wrap {
  position: relative;
  margin-right: -4px;
}

.ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
}

.ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: -3px;
}

.ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu,
.ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block;
}

.ProseMirror-menuseparator {
  display: block;
  border-right: 1px solid #ddd;
  margin-right: 7px;
  height: 1.8rem;
}

.ProseMirror-menuitem {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 7px;
}
.ProseMirror-menuitem button {
  color: #262626;
}

@media screen and (max-width: 767px) {
  .rich-text-editor,
  .ProseMirror-menuitem {
    margin-right: 6px;
  }
}
.rich-text-editor .menu-icon,
.ProseMirror-menuitem .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .rich-text-editor .menu-icon,
  .ProseMirror-menuitem .menu-icon {
    max-width: 30px;
  }
}
.rich-text-editor .menu-icon .ks,
.ProseMirror-menuitem .menu-icon .ks {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.rich-text-editor .menu-icon .ks-h1,
.rich-text-editor .menu-icon .ks-h2,
.rich-text-editor .menu-icon .ks-h3,
.ProseMirror-menuitem .menu-icon .ks-h1,
.ProseMirror-menuitem .menu-icon .ks-h2,
.ProseMirror-menuitem .menu-icon .ks-h3 {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (max-width: 767px) {
  .rich-text-editor .menu-icon .ks-h1,
  .rich-text-editor .menu-icon .ks-h2,
  .rich-text-editor .menu-icon .ks-h3,
  .ProseMirror-menuitem .menu-icon .ks-h1,
  .ProseMirror-menuitem .menu-icon .ks-h2,
  .ProseMirror-menuitem .menu-icon .ks-h3 {
    width: 2.3rem;
    height: 2.3rem;
    margin-top: -1px;
  }
}
.rich-text-editor .menu-icon .ks-arrow-down,
.ProseMirror-menuitem .menu-icon .ks-arrow-down {
  width: 1rem;
  height: 1rem;
}

.menu-icon {
  color: #262626;
  cursor: pointer;
  display: block;
  padding: 2px 4px;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .menu-icon:hover {
    color: rgb(14.8448275862, 61.5, 108.1551724138);
    border-color: #dddbda;
  }
}
.menu-icon svg {
  fill: currentColor;
}
.menu-icon span {
  vertical-align: text-top;
}

.ProseMirror-menu-disabled {
  cursor: default;
  opacity: 0.3;
}
.ProseMirror-menu-disabled:hover {
  color: #262626;
  border-color: transparent;
}

.ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
  border-color: #dddbda;
}

.commentEditor-editor--reply .ProseMirror-menuitem,
.commentEditor-editor--reply .ProseMirror-menuseparator {
  margin-right: 6px;
}

.rich-text-editor {
  /* Add space around the hr to make clicking it easier */
  /* Make sure li selections wrap around markers */
}
.rich-text-editor .ProseMirror {
  position: relative;
  padding: 2rem 0 0.4rem;
  line-height: 1.5;
  word-wrap: break-word;
  font-variant-ligatures: none;
  outline: none;
  white-space: pre-wrap;
}
.rich-text-editor .ProseMirror .latex-container-inline {
  white-space: normal;
}
.rich-text-editor .ProseMirror > *:first-child {
  margin-top: 0;
}
.rich-text-editor .ProseMirror > *:last-child {
  margin-bottom: 0;
}
.rich-text-editor .ProseMirror .placeholder {
  position: relative;
}
.rich-text-editor .ProseMirror .placeholder:before {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  color: #a3a3a3;
  content: attr(data-placeholder);
}
.rich-text-editor .ProseMirror a {
  cursor: text;
}
.rich-text-editor .ProseMirror a.has-file-preview {
  cursor: zoom-in;
}
.rich-text-editor .ProseMirror pre {
  white-space: pre-wrap;
}
.rich-text-editor .ProseMirror li {
  position: relative;
}
.rich-text-editor .ProseMirror ul,
.rich-text-editor .ProseMirror ol {
  padding-left: 30px;
}
.rich-text-editor .ProseMirror blockquote {
  padding-left: 1em;
  border-left: 3px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
.rich-text-editor .ProseMirror .text-selection {
  background-color: #fdf9ec;
  box-shadow: 0 2px 0 #f7bf45;
}
.rich-text-editor .ProseMirror-example-setup-style hr {
  padding: 2px 10px;
  border: none;
  margin: 1em 0;
}
.rich-text-editor .ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  height: 1px;
  background-color: silver;
  line-height: 2px;
}
.rich-text-editor .ProseMirror-example-setup-style img {
  cursor: default;
}
.rich-text-editor .ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.rich-text-editor .ProseMirror-hideselection *::selection {
  background: transparent;
}
.rich-text-editor .ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.rich-text-editor .ProseMirror-hideselection {
  caret-color: transparent;
}
.rich-text-editor .ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
.rich-text-editor li.ProseMirror-selectednode {
  outline: none;
}
.rich-text-editor li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
.rich-text-editor .ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute;
}
@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden;
  }
}
.rich-text-editor .ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
}
.rich-text-editor .ProseMirror-focused .ProseMirror-gapcursor {
  display: block;
}
.rich-text-editor .ProseMirror-prompt {
  background: white;
  padding: 5px 10px 5px 15px;
  border: 1px solid silver;
  position: fixed;
  border-radius: 3px;
  z-index: 11;
  box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2);
}
.rich-text-editor .ProseMirror-prompt h5 {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  color: #444;
}
.rich-text-editor .ProseMirror-prompt input[type=text],
.rich-text-editor .ProseMirror-prompt textarea {
  background: #eee;
  border: none;
  outline: none;
}
.rich-text-editor .ProseMirror-prompt input[type=text] {
  padding: 0 4px;
}
.rich-text-editor .ProseMirror-prompt-close {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0;
}
.rich-text-editor .ProseMirror-prompt-close:after {
  content: "âœ•";
  font-size: 12px;
}
.rich-text-editor .ProseMirror-prompt-buttons {
  margin-top: 5px;
  display: none;
}
.rich-text-editor .ProseMirror-invalid {
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em;
}
.rich-text-editor .ProseMirror-completion-popup {
  font-size: 1.6rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2px 4px;
  position: absolute;
  background-color: #ffffff;
  overflow: auto;
  z-index: 20;
}
.rich-text-editor .ProseMirror-completion-popup .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.rich-text-editor .ProseMirror-completion-popup .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.rich-text-editor .ProseMirror-completion-popup ul {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rich-text-editor .ProseMirror-completion-popup ul .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.rich-text-editor .ProseMirror-completion-popup ul .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.rich-text-editor .ProseMirror-completion-popup ul li {
  cursor: pointer;
}
.rich-text-editor .ProseMirror-completion-popup ul li.is-selected {
  background-color: #dddbda;
}
.rich-text-editor .ProseMirror-completion-popup ul li .extra {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  max-width: 200px;
  color: #737373;
}
.rich-text-editor .ProseMirror-completion-popup .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.editor-container .ProseMirror {
  flex: 1 1 auto;
  padding-bottom: 4.8rem;
}

.rich-text-editor-table {
  position: relative;
  overflow: visible;
  margin-left: -34px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rich-text-editor-table {
    margin-left: -10px;
  }
}
.rich-text-editor-table.tableWrapper th,
.rich-text-editor-table.tableWrapper td {
  position: relative;
  background-clip: padding-box;
  background-color: #ffffff;
  font-weight: normal;
}
.rich-text-editor-table tr:first-child th, .rich-text-editor-table tr:first-child td {
  background-color: #fafaf9;
  font-weight: bold;
}
.rich-text-editor-table tr th.selectedCell,
.rich-text-editor-table tr td.selectedCell {
  background-color: rgba(21, 87, 153, 0.1);
  border: 1px solid #155799;
}
.rich-text-editor-table tr th.rich-text-editor-table--active,
.rich-text-editor-table tr td.rich-text-editor-table--active {
  border: 1px solid #155799;
}
.rich-text-editor-table tr th.rich-text-editor-table--alert,
.rich-text-editor-table tr td.rich-text-editor-table--alert {
  border: 1px solid #e63c4a;
  background-color: rgba(230, 60, 74, 0.1);
}
.rich-text-editor-table table {
  line-height: 1.5;
}
.rich-text-editor-table__contents {
  line-height: 0;
  overflow-x: auto;
  padding-bottom: 16px;
  width: calc(100% - 15px);
  padding-left: 35px;
  padding-top: 34px;
}
.rich-text-editor-table__add-in-between-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  background-color: #155799;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rich-text-editor-table__add-in-between-button .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__add-in-between-button .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__add-in-between-button .menu-icon .ks {
  width: 13px;
  height: 13px;
}
.rich-text-editor-table__add-in-between-button svg {
  fill: #ffffff;
}
.rich-text-editor-table__add-in-between-button.ProseMirror-menu-disabled {
  opacity: 0;
}
.rich-text-editor-table__add-row-bottommost-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  background-color: #ffffff;
  width: calc(100% - 34px - 15px);
  height: 15px;
  margin-left: 35px;
  text-align: center;
  position: absolute;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon .ks {
  width: 13px;
  height: 13px;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon {
  background-color: #f4f3f2;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon:hover {
  background-color: rgba(21, 87, 153, 0.8);
  border: 1px solid #155799;
}
.rich-text-editor-table__add-row-bottommost-button svg {
  fill: #4d4d4d;
}
.rich-text-editor-table__add-row-bottommost-button:hover svg {
  fill: #ffffff;
}
.rich-text-editor-table__add-row-bottommost-button .menu-icon {
  border-radius: 0 0 4px 4px;
}
.rich-text-editor-table__add-column-rightmost-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  background-color: #ffffff;
  width: 15px;
  margin-top: 34px;
  position: absolute;
  top: 0;
  right: 0;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon .ks {
  width: 13px;
  height: 13px;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon {
  background-color: #f4f3f2;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon:hover {
  background-color: rgba(21, 87, 153, 0.8);
  border: 1px solid #155799;
}
.rich-text-editor-table__add-column-rightmost-button svg {
  fill: #4d4d4d;
}
.rich-text-editor-table__add-column-rightmost-button:hover svg {
  fill: #ffffff;
}
.rich-text-editor-table__add-column-rightmost-button .menu-icon {
  border-radius: 0 4px 4px 0;
}
.rich-text-editor-table__row-control-wrapper {
  position: absolute;
  transition: none;
  height: 100%;
  top: 0;
  width: 34px;
  background-color: #ffffff;
  z-index: 1;
}
.rich-text-editor-table__row-control-wrapper.overlap-col-control .rich-text-editor-table__row-control__add-in-between-marker-area {
  height: 67px;
  top: -34px;
}
.rich-text-editor-table tr:last-of-type .rich-text-editor-table__row-control-wrapper {
  height: calc(100% + 1px);
}
.rich-text-editor-table__row-control__add-in-between-marker-area {
  width: 18px;
  height: 18px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  top: -9px;
  width: 21px;
  padding-left: 2px;
}
.rich-text-editor-table__row-control__add-in-between-marker-area .rich-text-editor-table__add-in-between-button {
  width: 18px;
  height: 18px;
}
.rich-text-editor-table__row-control__add-in-between-marker {
  width: 4px;
  height: 4px;
  background-color: #dddbda;
  border-radius: 50%;
}
.rich-text-editor-table__row-control__add-in-between-border {
  background-color: #155799;
  position: absolute;
  height: 3px;
  left: 18px;
  z-index: 10;
}
.rich-text-editor-table__row-control__add-in-between-border.ProseMirror-menu-disabled {
  display: none;
}
.rich-text-editor-table__col-control {
  line-height: 0;
}
.rich-text-editor-table__col-control__add-in-between-marker-area {
  width: 18px;
  height: 18px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: absolute;
  transition: 0.2s;
  left: -9px;
  top: -34px;
}
.rich-text-editor-table__col-control__add-in-between-marker {
  width: 4px;
  height: 4px;
  background-color: #dddbda;
  border-radius: 50%;
}
.rich-text-editor-table__col-control__add-in-between-border {
  background-color: #155799;
  position: absolute;
  width: 3px;
  top: 18px;
  z-index: 10;
}
.rich-text-editor-table__col-control__add-in-between-border.ProseMirror-menu-disabled {
  display: none;
}
.rich-text-editor-table__selecting-col-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  position: absolute;
  background-color: #f4f3f2;
  border-color: #dddbda;
  border-style: solid;
  height: 15px;
  width: 100%;
  top: -16px;
  left: 0;
  border-width: 0 1px 0 0;
}
.rich-text-editor-table__selecting-col-button:hover, .rich-text-editor-table__selecting-col-button.rich-text-editor-table--active {
  background-color: rgba(21, 87, 153, 0.8);
  border-color: #155799;
}
.rich-text-editor-table__selecting-col-button.rich-text-editor-table--alert {
  background-color: rgba(230, 60, 74, 0.8);
  border-color: #e63c4a;
}
.rich-text-editor-table__selecting-col-button:hover, .rich-text-editor-table__selecting-col-button.rich-text-editor-table--active, .rich-text-editor-table__selecting-col-button.rich-text-editor-table--alert {
  border-width: 0;
}
.rich-text-editor-table__selecting-row-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  position: absolute;
  background-color: #f4f3f2;
  border-color: #dddbda;
  border-style: solid;
  width: 15px;
  height: 100%;
  border-width: 0 0 1px 0;
  left: 21px;
}
.rich-text-editor-table__selecting-row-button:hover, .rich-text-editor-table__selecting-row-button.rich-text-editor-table--active {
  background-color: rgba(21, 87, 153, 0.8);
  border-color: #155799;
}
.rich-text-editor-table__selecting-row-button.rich-text-editor-table--alert {
  background-color: rgba(230, 60, 74, 0.8);
  border-color: #e63c4a;
}
.rich-text-editor-table__selecting-row-button:hover, .rich-text-editor-table__selecting-row-button.rich-text-editor-table--active, .rich-text-editor-table__selecting-row-button.rich-text-editor-table--alert {
  border-width: 0;
}
.rich-text-editor-table__selecting-table-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  position: absolute;
  background-color: #f4f3f2;
  border-color: #dddbda;
  border-style: solid;
  width: 15px;
  height: 15px;
  top: 19px;
  left: 20px;
  border-radius: 4px 0 0 0;
  border-width: 0 1px 1px 0;
}
.rich-text-editor-table__selecting-table-button:hover, .rich-text-editor-table__selecting-table-button.rich-text-editor-table--active {
  background-color: rgba(21, 87, 153, 0.8);
  border-color: #155799;
}
.rich-text-editor-table__selecting-table-button.rich-text-editor-table--alert {
  background-color: rgba(230, 60, 74, 0.8);
  border-color: #e63c4a;
}
.rich-text-editor-table__selecting-table-button:hover, .rich-text-editor-table__selecting-table-button.rich-text-editor-table--alert {
  border-width: 1px 0 0 1px;
}
.rich-text-editor-table__delete-col-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #bfbdbb;
  border-radius: 4px;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.rich-text-editor-table__delete-col-button .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__delete-col-button .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__delete-col-button .menu-icon .ks {
  width: 13px;
  height: 13px;
}
.rich-text-editor-table__delete-col-button .menu-icon {
  color: #bfbdbb;
}
.rich-text-editor-table__delete-col-button .menu-icon .ks {
  width: 10px;
  height: 10px;
}
.rich-text-editor-table__delete-col-button:hover {
  background-color: #e63c4a;
  border: 1px solid #e63c4a;
}
.rich-text-editor-table__delete-col-button:hover .menu-icon {
  color: #ffffff;
}
.rich-text-editor-table__delete-row-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #bfbdbb;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.rich-text-editor-table__delete-row-button .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__delete-row-button .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__delete-row-button .menu-icon .ks {
  width: 13px;
  height: 13px;
}
.rich-text-editor-table__delete-row-button .menu-icon {
  color: #bfbdbb;
}
.rich-text-editor-table__delete-row-button .menu-icon .ks {
  width: 10px;
  height: 10px;
}
.rich-text-editor-table__delete-row-button:hover {
  background-color: #e63c4a;
  border: 1px solid #e63c4a;
}
.rich-text-editor-table__delete-row-button:hover .menu-icon {
  color: #ffffff;
}
.rich-text-editor-table__optionsControl {
  position: absolute;
  right: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 20;
  background-color: #ffffff;
}
.rich-text-editor-table__optionsControl__deleteTableButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  z-index: 20;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.rich-text-editor-table__optionsControl__deleteTableButton .menu-icon {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.rich-text-editor-table__optionsControl__deleteTableButton .menu-icon:hover {
  border-color: transparent;
}
.rich-text-editor-table__optionsControl__deleteTableButton .menu-icon .ks {
  width: 13px;
  height: 13px;
}
@media (hover: hover) and (pointer: fine) {
  .rich-text-editor-table__optionsControl__deleteTableButton:hover {
    background-color: #f4f3f2;
    border: 1px solid #ecebe9;
  }
  .rich-text-editor-table__optionsControl__deleteTableButton:hover .ks {
    fill: #e63c4a;
  }
}
.rich-text-editor-table__optionsControl__deleteTableButton__icon {
  display: flex;
  align-items: center;
  padding: 4px;
}
.rich-text-editor-table__optionsControl__deleteTableButton__icon .ks {
  fill: #8b8989;
  transition: 0.2s;
}

.rich-text-editor {
  position: relative;
}
.rich-text-editor #editor,
.rich-text-editor .editor {
  background: white;
  color: black;
  background-clip: padding-box;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  margin-bottom: 23px;
}
.rich-text-editor .is-markdown-body-kibela {
  position: relative;
}
.rich-text-editor .is-markdown-body-kibela ul > li > p,
.rich-text-editor .is-markdown-body-kibela ol > li > p {
  margin: 0;
}
.rich-text-editor .is-markdown-body-kibela .task-list-item > p {
  display: inline-block;
  vertical-align: top;
}
.rich-text-editor .is-markdown-body-kibela .task-list-item > p::before {
  content: " ";
  margin-left: -1px;
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.rich-text-editor .is-markdown-body-kibela ul.is-loose-list-item > li > p,
.rich-text-editor .is-markdown-body-kibela ol.is-loose-list-item > li > p {
  padding: 0.7rem 0;
}
.rich-text-editor .is-markdown-body-kibela .is-loose-list-item > li > .task-list-item-checkbox-wrapper > .task-list-item-checkbox {
  margin-top: 1.2rem;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-wrapper {
  position: relative;
  display: inline-block;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-wrapper.ProseMirror-selectednode > .kibela-image-edit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-edit {
  border-color: #f4f3f2;
  background: #f4f3f2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 30px;
  height: 30px;
  transition: background 0.2s;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-edit:hover, .rich-text-editor .is-markdown-body-kibela .kibela-image-edit:focus {
  background: rgb(220.625, 217.5, 214.375);
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-edit:disabled, .rich-text-editor .is-markdown-body-kibela .kibela-image-edit.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-edit:disabled:hover, .rich-text-editor .is-markdown-body-kibela .kibela-image-edit:disabled:focus, .rich-text-editor .is-markdown-body-kibela .kibela-image-edit.is-button-disabled:hover, .rich-text-editor .is-markdown-body-kibela .kibela-image-edit.is-button-disabled:focus {
  background: #f4f3f2;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-edit > svg {
  pointer-events: none;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-resize {
  display: none;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 12px;
  height: 12px;
  background: white;
  cursor: nwse-resize;
  border: 2px solid #8cf;
  touch-action: none;
}
.rich-text-editor .is-markdown-body-kibela .kibela-image-wrapper.ProseMirror-selectednode > .kibela-image-resize {
  display: block;
}
.rich-text-editor-tooltip {
  position: absolute;
  z-index: 10;
  display: none;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.rich-text-editor-tooltip-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 4px;
  height: 100%;
}
.rich-text-editor-tooltip-submenu {
  position: absolute;
  top: 40px;
  left: 96px;
}
.rich-text-editor-menu-tooltip-item {
  display: flex !important;
}
.rich-text-editor-menu-tooltip-separator {
  display: block;
  border-right: 1px solid #ddd;
  margin: auto 4px;
  height: 80%;
}
.rich-text-editor-link-tooltip {
  padding: 4px 8px;
  height: 32px;
}
.rich-text-editor-link-tooltip-item {
  display: flex !important;
  margin: auto 2px;
}
.rich-text-editor-link-tooltip > a {
  cursor: pointer !important;
  padding: 0 4px;
}
.rich-text-editor__uneditable-tooltip {
  font-size: 1.2rem;
  position: absolute;
  z-index: 10;
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  opacity: 0;
  border: 0;
  border-radius: 3px;
  background-color: #4d4d4d;
  white-space: pre-wrap;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.rich-text-editor__uneditable-tooltip .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.rich-text-editor__uneditable-tooltip .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.rich-text-editor__uneditable-tooltip::before {
  position: absolute;
  left: 50%;
  content: "";
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #4d4d4d transparent transparent;
  transform: translateX(-50%);
}
.rich-text-editor__uneditable-tooltip--visible {
  opacity: 0.9;
  visibility: visible;
}
.rich-text-editor__uneditable-tooltip--top::before {
  bottom: -6px;
}
.rich-text-editor__uneditable-tooltip--bottom::before {
  top: -6px;
  transform: translateX(-50%) rotate(180deg);
}
.rich-text-editor sup {
  font-size: 1.2rem;
  color: #155799;
}
.rich-text-editor sup .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.rich-text-editor sup .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.rich-text-editor sup:link {
  color: #155799;
}
.rich-text-editor sup:link .ks {
  fill: #155799;
}
.rich-text-editor sup:hover {
  color: #155799;
}
.rich-text-editor sup:hover .ks {
  fill: #155799;
}
.rich-text-editor sup:visited {
  color: #155799;
}
.rich-text-editor sup:visited .ks {
  fill: #155799;
}
.rich-text-editor sup:hover {
  text-decoration: none;
}
.rich-text-editor .footnotes {
  white-space: initial;
}
@media (hover: hover) and (pointer: fine) {
  .rich-text-editor .footnotes:hover {
    cursor: default;
  }
}
.rich-text-editor .footnotes > ol li p {
  margin-top: 16px;
}
.rich-text-editor .coedit-cursor {
  position: absolute;
  pointer-events: auto;
}
.rich-text-editor .coedit-cursor-list {
  position: absolute;
  top: 0;
  left: 0;
}
.rich-text-editor .coedit-cursor-list-container {
  position: absolute;
}
.rich-text-editor .coedit-cursor-container {
  position: absolute;
  padding: 8px 2px;
}
.rich-text-editor .coedit-cursor-tooltip {
  top: -14px;
  font-size: 12px;
}

.rich-text-editor--loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.editor-container.is-richTextEditor {
  flex-grow: 1;
  height: initial;
}
.editor-container.is-richTextEditor .rich-text-editor-dropzone {
  margin: 10px 0;
  width: 100%;
}
.editor-container.is-richTextEditor .rich-text-editor-dropzone,
.editor-container.is-richTextEditor .rich-text-editor,
.editor-container.is-richTextEditor .markdown-body.is-markdown-body-kibela {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.l-editor-bodyWrapper.is-richTextEditor {
  position: relative;
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-innerBox {
  width: 100%;
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input {
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
  line-height: 1.3;
  font-size: 4rem;
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster .ks, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input .ks {
  width: 4rem;
  height: 4rem;
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster .emoji, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input .emoji {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input {
    font-size: 3rem;
  }
  .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster .ks, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input .ks {
    width: 3rem;
    height: 3rem;
  }
  .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster .emoji, .l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-input .emoji {
    width: 3rem;
    height: 3rem;
  }
}
.l-editor-bodyWrapper.is-richTextEditor .editor-titleBox-flexInput-sizeAdjuster {
  min-height: 1.6em;
}

.saml2-acs-return a {
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.saml2-acs-return a .ks {
  fill: #155799;
}
.saml2-acs-return a:link {
  color: #155799;
}
.saml2-acs-return a:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.saml2-acs-return a:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.saml2-acs-return a:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.saml2-acs-return a:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.saml2-acs-return a:disabled, .saml2-acs-return a:hover:disabled, .saml2-acs-return a.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.saml2-acs-return a:disabled .ks, .saml2-acs-return a:hover:disabled .ks, .saml2-acs-return a.is-disabled .ks {
  fill: #737373;
}
.saml2-acs-return a:focus {
  outline: 0;
}
.saml2-acs-return a .ks {
  margin-right: 5px;
}
.saml2-acs h1 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-top: 1 solid #dddbda;
  margin-bottom: 20px;
}
.saml2-acs-attributes {
  margin-top: 20px;
}
.saml2-acs-attributes tr + tr {
  border-top: 1px solid #dddbda;
}
.saml2-acs-attributes td {
  padding: 10px;
}

.scriptSandbox {
  background-color: #ffffff;
}

.searchBox {
  position: relative;
}
.searchBox input {
  padding: 8px 10px 8px 40px;
  background-color: #ffffff;
}
.searchBox input:focus {
  border-color: #155799;
}
.searchBox input:focus + .ks-search {
  fill: #327ac2;
}
.searchBox .ks {
  width: 20px;
  height: 20px;
}
.searchBox .ks-search {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

.searchBox.is-wide.has-focus {
  width: 550px;
}
.searchBox.is-wide.has-focus input {
  width: 550px;
}
@media screen and (max-width: 1023px) {
  .searchBox.is-wide.has-focus {
    width: 330px;
  }
  .searchBox.is-wide.has-focus input {
    width: 330px;
  }
}

.searchHighlight {
  font-weight: bold;
  font-style: inherit;
}

.search-page-container #main.l-singleColumn-wrapper {
  display: block;
}

.search-result__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.search-result__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.search-result__count {
  font-size: 1.4rem;
  color: #4d4d4d;
}
.search-result__count .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.search-result__count .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.search-result__synonyms {
  font-size: 1.2rem;
  color: #737373;
}
.search-result__synonyms .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.search-result__synonyms .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.search-result__filter-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-page .announceBox {
  margin-top: 30px;
  margin-bottom: 0 !important;
  margin-right: 30px;
  margin-left: 30px;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .search-page .announceBox {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.search-page__header {
  margin: 0 30px;
  border-bottom: 1px solid #dddbda;
}
.search-page__header .search {
  width: 800px;
}
@media screen and (max-width: 1023px) {
  .search-page__header {
    margin: 0 15px;
    padding-top: 20px;
    border-bottom: none;
  }
  .search-page__header .search {
    width: 100%;
  }
}
.search-page__header .ks {
  margin: auto;
}
.search-page__header .ks-files {
  fill: #155799;
}
.search-page__header .ks-folder {
  fill: #229971;
}
.search-page__header .search-target-model {
  height: 65px;
}
.search-page__body {
  display: flex;
  flex-direction: row;
}

.securityPolicy .settings-section > h1 {
  margin-bottom: 20px;
}
.securityPolicy .actionButton {
  margin: 20px 0;
}
.securityPolicy .actionButton .disabledReason {
  font-size: 1.2rem;
  color: #737373;
  margin-top: 15px;
}
.securityPolicy .actionButton .disabledReason .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.securityPolicy .actionButton .disabledReason .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.securityPolicy .trustedIpAddress {
  width: 100%;
}
.securityPolicy .trustedIpAddress caption {
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 5px;
}
.securityPolicy .trustedIpAddress tr {
  border-top: 1px solid #dddbda;
  border-bottom: 1px solid #dddbda;
}
.securityPolicy .trustedIpAddress th {
  font-size: 1.2rem;
  text-align: left;
  padding: 6px 10px;
  background: #fafaf9;
}
.securityPolicy .trustedIpAddress th .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.securityPolicy .trustedIpAddress th .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.securityPolicy .trustedIpAddress td {
  padding: 10px;
}
.securityPolicy .trustedIpAddress td input[type=text] {
  line-height: 1;
}
.securityPolicy .trustedIpAddress td.action {
  text-align: center;
}
.securityPolicy .trustedIpAddress .ipAddress {
  width: 30%;
}
.securityPolicy .trustedIpAddress .range {
  width: 40%;
}
.securityPolicy .trustedIpAddress .operation {
  width: 30%;
}

.auditLog-container .auditLog {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4rem;
}
.auditLog-container .auditLog .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.auditLog-container .auditLog .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.auditLog-container .auditLog .avatar.is-avatar-small {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .auditLog-container .auditLog {
    font-size: 1.4rem;
  }
  .auditLog-container .auditLog .ks {
    width: 1.4rem;
    height: 1.4rem;
  }
  .auditLog-container .auditLog .emoji {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.auditLog-container .auditLog > thead > tr > th {
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .auditLog-container .auditLog > thead > tr > th.auditLog-item-role {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .auditLog-container .auditLog > thead > tr > th.auditLog-item-agent {
    display: none;
  }
}
.auditLog-container .auditLog > tbody > tr {
  border-top: 1px solid #dddbda;
}
.auditLog-container .auditLog > tbody > tr:nth-last-child(1) {
  border-bottom: 1px solid #dddbda;
}
.auditLog-container .auditLog > tbody > tr > td {
  padding: 8px;
}
.auditLog-container .auditLog > tbody > tr > td span {
  word-break: break-all;
}
.auditLog-container .auditLog > tbody > tr > td.auditLog-item-event {
  width: 30%;
}
.auditLog-container .auditLog > tbody > tr > td.auditLog-item-event img {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .auditLog-container .auditLog > tbody > tr > td.auditLog-item-role {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .auditLog-container .auditLog > tbody > tr > td.auditLog-item-agent {
    display: none;
  }
}
.auditLog-container .pagination {
  border-top: 1px solid #dddbda;
  padding-top: 20px;
}

.avatarSettingBox-container {
  min-height: 178px;
}

.avatarSettingBox {
  display: inline-block;
}
.avatarSettingBox-avatar {
  position: relative;
}
.avatarSettingBox-avatar .deleteButton {
  font-size: 1rem;
  position: absolute;
  top: 15px;
  right: 20px;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: #e63c74;
  border: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: none;
}
.avatarSettingBox-avatar .deleteButton .ks {
  width: 1rem;
  height: 1rem;
}
.avatarSettingBox-avatar .deleteButton .emoji {
  width: 1rem;
  height: 1rem;
}
.avatarSettingBox-avatar .deleteButton .ks {
  fill: #ffffff;
}
.avatarSettingBox-avatar:hover .deleteButton {
  display: flex;
}
.avatarSettingBox-actions {
  display: flex;
  justify-content: center;
}
.avatarSettingBox-removalAvatarButton {
  margin-top: 5px;
  margin-left: 10px;
}
.avatarSettingBox-changeAvatarButton {
  color: #155799;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.avatarSettingBox-changeAvatarButton:link {
  color: #155799;
}
.avatarSettingBox-changeAvatarButton:link .ks {
  fill: #155799;
}
.avatarSettingBox-changeAvatarButton:hover {
  color: #155799;
}
.avatarSettingBox-changeAvatarButton:hover .ks {
  fill: #155799;
}
.avatarSettingBox-changeAvatarButton:visited {
  color: #155799;
}
.avatarSettingBox-changeAvatarButton:visited .ks {
  fill: #155799;
}
.avatarSettingBox-changeAvatarButton:hover {
  text-decoration: none;
}
.avatarSettingBox-changeAvatarButton:hover {
  text-decoration: underline;
}
.avatarSettingBox-changeAvatarButton > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .billing .horizontalTab {
    margin-bottom: 30px;
  }
  .billing .horizontalTab-item + .horizontalTab-item {
    margin-left: 20px;
  }
}
.billing-status-message {
  font-size: 1.2rem;
  display: inline;
  margin-left: 10px;
}
.billing-status-message .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status-message .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status-message__inline-react-component {
  display: inline;
}
.billing-status-warningMessage {
  font-size: 1.2rem;
  padding-top: 5px;
}
.billing-status-warningMessage .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status-warningMessage .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status-warningMessage strong {
  color: #e63c74;
}
.billing .warningMark {
  width: 12px;
  height: 12px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 50%;
  background: #e63c74;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}
.billing .warningMark .ks {
  width: 1rem;
  height: 1rem;
}
.billing .warningMark .emoji {
  width: 1rem;
  height: 1rem;
}
.billing .warningMark::before {
  color: #ffffff;
  content: "!";
  vertical-align: middle;
  font-weight: bold;
}
.billing-status-reachLimit {
  color: #e63c74;
}
.billing-status .help-link {
  font-size: 1.2rem;
}
.billing-status .help-link .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status .help-link .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status .couponBox {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #dddbda;
  border-radius: 4px;
}
.billing-status .couponBox-symbol {
  margin: 10px 10px 0 0;
}
.billing-status .couponBox-symbol .ks {
  fill: #229971;
}
.billing-status .couponBox-content-title {
  font-size: 1.4rem;
  font-weight: bold;
}
.billing-status .couponBox-content-title .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .couponBox-content-title .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .couponBox-content-period {
  font-size: 1.2rem;
  color: #737373;
}
.billing-status .couponBox-content-period .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status .couponBox-content-period .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-status .upgradeGuideBox {
  padding: 60px;
  background-color: #fafaf9;
  margin-top: 60px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .billing-status .upgradeGuideBox {
    padding: 25px;
  }
}
.billing-status .upgradeGuideBox .ks-check {
  fill: #229971;
}
.billing-status .upgradeGuideBox .help-link {
  font-size: 1.4rem;
  margin-top: 10px;
}
.billing-status .upgradeGuideBox .help-link .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .upgradeGuideBox .help-link .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .upgradeGuideBox-title {
  font-size: 1.8rem;
  text-align: center;
}
.billing-status .upgradeGuideBox-title .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.billing-status .upgradeGuideBox-title .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.billing-status .upgradeGuideBox-subtitle {
  font-size: 1.4rem;
  position: absolute;
  top: -12px;
  left: 50%;
  padding: 0 10px;
  background-color: #fafaf9;
  white-space: nowrap;
  font-weight: normal;
  transform: translateX(-50%);
}
.billing-status .upgradeGuideBox-subtitle .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .upgradeGuideBox-subtitle .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-status .upgradeGuideBox-innerBox {
  position: relative;
  margin: 30px auto 25px;
  padding: 25px 30px 20px;
  max-width: 500px;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  border: solid 1px #dddbda;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .billing-status .upgradeGuideBox-innerBox {
    padding: 20px;
  }
}
.billing-status .upgradeGuideBox-innerBox > ul,
.billing-status .upgradeGuideBox-innerBox > p {
  margin: 0 auto;
}
.billing-status .upgradeGuideBox-innerBox li {
  line-height: 30px;
}
.billing-status .upgradeGuideBox-innerBox li > .ks-check {
  margin-right: 5px;
}
.billing-status .upgradeGuideBox-innerBox > .js-react-component {
  text-align: center;
}
.billing-methods-card {
  margin-top: 10px;
}
.billing-methods-deleteCard a {
  color: #e63c74;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}
.billing-methods-deleteCard a .ks {
  fill: #e63c74;
}
.billing-methods-deleteCard a:link {
  color: #e63c74;
}
.billing-methods-deleteCard a:visited {
  color: rgb(239.8522727273, 136.8477272727, 170.7786363636);
}
.billing-methods-deleteCard a:visited .ks {
  fill: rgb(239.8522727273, 136.8477272727, 170.7786363636);
}
.billing-methods-deleteCard a:hover {
  color: rgb(211.8409090909, 27.1590909091, 87.9954545455);
  text-decoration: underline;
}
.billing-methods-deleteCard a:hover .ks {
  fill: rgb(211.8409090909, 27.1590909091, 87.9954545455);
}
.billing-methods-deleteCard a:disabled, .billing-methods-deleteCard a:hover:disabled, .billing-methods-deleteCard a.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.billing-methods-deleteCard a:disabled .ks, .billing-methods-deleteCard a:hover:disabled .ks, .billing-methods-deleteCard a.is-disabled .ks {
  fill: #737373;
}
.billing-methods-deleteCard a:focus {
  outline: 0;
}
.billing-methods-editCard, .billing-methods-deleteCard {
  font-size: 1.4rem;
}
.billing-methods-editCard .ks, .billing-methods-deleteCard .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-methods-editCard .emoji, .billing-methods-deleteCard .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-methods-next {
  font-size: 1.4rem;
}
.billing-methods-next .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-methods-next .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-invoice-emptystate {
  font-size: 1.4rem;
  padding: 100px 0 190px;
  color: #737373;
  text-align: center;
}
.billing-invoice-emptystate .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-invoice-emptystate .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-invoice-list {
  font-size: 1.4rem;
  width: 100%;
}
.billing-invoice-list .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-invoice-list .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billing-invoice-list th {
  padding: 10px;
  text-align: left;
}
.billing-invoice-list tr {
  border-bottom: 1px solid #dddbda;
}
.billing-invoice-list td {
  padding: 10px;
  text-align: left;
}
.billing-invoice-list td .ks-check {
  fill: #229971;
}
.billing-invoice-list td .ks-close {
  fill: #e63c74;
}
.billing-invoice-list td.status {
  padding: 15px 10px;
}
.billing-invoice-list td.point {
  text-align: center;
}
.billing-invoice-list td.lineItemContent {
  max-width: 300px;
}
.billing-invoice-list .monthLine {
  font-size: 1.2rem;
  background-color: #f4f3f2;
  color: #737373;
}
.billing-invoice-list .monthLine .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-invoice-list .monthLine .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billing-invoice-list .monthLine td {
  padding: 0 0 0 10px;
}
.billing-upgradeIntro > ul {
  padding: 10px 0 20px;
}
.billing-upgradeIntro > ul li {
  line-height: 30px;
}
.billing-upgradeIntro .ks-check {
  fill: #229971;
}
.billing-priceTable {
  padding: 0 10px;
}
.billing-priceTable.price-table {
  padding: 0;
}
.billing-priceTable.price-table > section {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
.billing-priceTable.price-table > section .inner {
  padding-left: 15px;
  padding-right: 15px;
}
.billing-priceTable.price-table > section .inner h1 {
  font-size: 2.2rem;
}
.billing-priceTable.price-table > section .inner h1 .ks {
  width: 2.2rem;
  height: 2.2rem;
}
.billing-priceTable.price-table > section .inner h1 .emoji {
  width: 2.2rem;
  height: 2.2rem;
}
.billing-priceTable.price-table > section .inner .price .price-header {
  font-size: 2rem;
}
.billing-priceTable.price-table > section .inner .price .price-header .ks {
  width: 2rem;
  height: 2rem;
}
.billing-priceTable.price-table > section .inner .price .price-header .emoji {
  width: 2rem;
  height: 2rem;
}
.billing-priceTable.price-table > section .inner .price h2 {
  font-size: 50px;
}
.billing-priceTable.price-table > section .inner .price.enterprise {
  margin-bottom: 30px;
}
.billing-priceTable.price-table > section .inner .plan-features {
  font-size: 1.6rem;
  margin-top: 20px;
}
.billing-priceTable.price-table > section .inner .plan-features .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.billing-priceTable.price-table > section .inner .plan-features .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.billing-priceTable .is-priceTable-active {
  background: #fafaf9;
}
.billing-priceTable-action {
  margin-top: 20px;
}
.billing-priceTable-action .button {
  color: #262626;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 60px;
  border-radius: 3px;
  line-height: 1.3;
}
.billing-priceTable-action .button:link {
  color: #262626;
}
.billing-priceTable-action .button:link .ks {
  fill: #262626;
}
.billing-priceTable-action .button:hover {
  color: #262626;
}
.billing-priceTable-action .button:hover .ks {
  fill: #262626;
}
.billing-priceTable-action .button:visited {
  color: #262626;
}
.billing-priceTable-action .button:visited .ks {
  fill: #262626;
}
.billing-priceTable-action .button:hover {
  text-decoration: none;
}
.billing-priceTable-action .button .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.billing-priceTable-action .button .emoji {
  width: 1.6rem;
  height: 1.6rem;
}

.billingTabs {
  margin: 40px 0;
}

.billingMethodForm-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.billingMethodForm-header > h3 {
  font-size: 1.6rem;
}
.billingMethodForm-header > h3 .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.billingMethodForm-header > h3 .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.billingMethodForm-cardBrands {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.billingMethodForm-cardBrands img + img {
  margin-left: 3px;
}
.billingMethodForm-card {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  padding: 10px;
  min-height: 47px;
  max-width: 100%;
  width: 420px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #fafaf9;
  line-height: 1.5;
}
.billingMethodForm-card.StripeElement--focus {
  outline: 0;
  border-color: #155799;
  background: #ffffff;
}
.billingMethodForm-card.StripeElement--invalid {
  border-color: #e63c74;
}
.billingMethodForm-card.StripeElement--webkit-autofill {
  background-color: #fafaf9 !important;
}
.billingMethodForm-errorMessage {
  font-size: 1.4rem;
  color: #e63c74;
}
.billingMethodForm-errorMessage .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billingMethodForm-errorMessage .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billingMethodForm-cvcButton {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  font-size: 1.2rem;
  color: #155799;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.billingMethodForm-cvcButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.billingMethodForm-cvcButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.billingMethodForm-cvcButton .ks {
  fill: #155799;
  margin-right: 2px;
}
.billingMethodForm .form-fieldWrapper {
  max-width: 100%;
  width: 420px;
}
.billingMethodForm .form-fieldWrapper + .form-fieldWrapper {
  margin-top: 15px;
}
.billingMethodForm .form-fieldWrapper input {
  font-size: 1.6rem;
}
.billingMethodForm .form-fieldWrapper input .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.billingMethodForm .form-fieldWrapper input .emoji {
  width: 1.6rem;
  height: 1.6rem;
}

.billingMethodUpdatingForm-loadingButtonContainer {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.settings-mfa-announce-box-wrapper {
  margin-bottom: 20px;
}
.settings-mfa-symbol-enabled {
  fill: #229971;
}
.settings-mfa-symbol-disabled {
  fill: #f5af22;
}
.settings-mfa-information-section {
  margin-bottom: 30px;
}
.settings-mfa-information-additional-note {
  font-size: 1.4rem;
}
.settings-mfa-information-additional-note .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-mfa-information-additional-note .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-mfa-information-button-group {
  margin-top: 15px;
}
.settings-mfa-information-button-group button + button {
  margin-left: 10px;
}
.settings-mfa-registering-section {
  margin-bottom: 20px;
}
.settings-mfa .settings-mfa-registering-input {
  margin-top: 5px;
  width: 320px;
}
.settings-mfa-registering-secret-key {
  margin-top: 0;
}
.settings-mfa-registering-submit-button {
  margin-right: 15px;
}
.settings-mfa-recovery-codes-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  background: #dddbda;
  border-radius: 4px;
}
.settings-mfa-recovery-codes-item {
  width: 50%;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-align: center;
}
.settings-mfa-recovery-codes-modal-close-button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
}
.settings-mfa-recovery-codes-modal-button-wrapper {
  margin-top: 10px;
  text-align: center;
}
.settings-mfa-recovery-codes-modal-button-wrapper .button + .button {
  margin-left: 10px;
}
.settings-mfa-recovery-codes-modal-large-text {
  font-size: 1.8rem;
}
.settings-mfa-recovery-codes-modal-large-text .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.settings-mfa-recovery-codes-modal-large-text .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.settings-mfa-recovery-codes-modal-description {
  font-size: 1.3rem;
  margin-top: 5px;
}
.settings-mfa-recovery-codes-modal-description .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-mfa-recovery-codes-modal-description .emoji {
  width: 1.3rem;
  height: 1.3rem;
}

.planChangingForm-submitButtons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddbda;
}
.planChangingForm-submitButtons .button {
  padding: 11px 30px;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button {
  color: #262626;
  margin-left: 20px;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:link {
  color: #262626;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:link .ks {
  fill: #262626;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:hover {
  color: #262626;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:hover .ks {
  fill: #262626;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:visited {
  color: #262626;
}
.planChangingForm-submitButtons .billingForm-cancelButton.button:visited .ks {
  fill: #262626;
}
.planChangingForm-currentBillingMethod {
  margin-top: 10px;
}
.planChangingForm-billingMethodFormToggleButtons {
  margin-top: 10px;
}
.planChangingForm-loadingButtonContainer {
  position: relative;
  display: inline-block;
}
.planChangingForm .billingMethodForm {
  margin-top: 20px;
}
.planChangingForm .teamSettingForm {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #dddbda;
}
.planChangingForm .teamSettingForm-whichEnvironmentInputTitleLabel > label {
  font-size: 2rem;
}
.planChangingForm .teamSettingForm-whichEnvironmentInputTitleLabel > label .ks {
  width: 2rem;
  height: 2rem;
}
.planChangingForm .teamSettingForm-whichEnvironmentInputTitleLabel > label .emoji {
  width: 2rem;
  height: 2rem;
}
.planChangingForm-cautionsContainer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddbda;
}
.planChangingForm-confirmationMessage {
  margin-bottom: 20px;
}
.planChangingForm-cautionCaption {
  font-weight: bold;
}
.planChangingForm-listStyle {
  list-style: disc;
  padding-inline-start: 2rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.planDowngradingForm-loadingButtonContainer {
  position: relative;
  display: inline-block;
}

.registrationFormTeamSetting select {
  width: 100%;
}
.registrationFormTeamSetting-title {
  margin-bottom: 10px;
}
.registrationFormTeamSetting-submitButton.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.settings-saml2-identityProvider {
  margin-top: 30px;
  padding: 20px 0;
}
.settings-saml2-identityProvider-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddbda;
  margin-bottom: 20px;
}
.settings-saml2-identityProvider-description {
  margin-bottom: 20px;
}
.settings-saml2-identityProvider-item {
  margin: 10px 0;
}
.settings-saml2-identityProvider-actions input {
  display: inline-block;
  margin-right: 10px;
}
.settings-saml2-serviceProvider {
  font-size: 1.2rem;
  background-color: #fafaf9;
  margin-bottom: 30px;
  padding: 20px;
}
.settings-saml2-serviceProvider .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-saml2-serviceProvider .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-saml2-serviceProvider h3 {
  font-size: 1.4rem;
}
.settings-saml2-serviceProvider h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-saml2-serviceProvider h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-saml2-serviceProvider input {
  color: #262626;
}
.settings-saml2-serviceProvider-item {
  margin: 10px 0;
}
.settings-saml2-serviceProvider-metadata {
  margin-top: 20px;
  border-top: 1px solid #dddbda;
  padding-top: 20px;
}

.settings-index {
  margin-bottom: 6em;
}
.settings-index .settings-index__section + .settings-index__section {
  margin-top: 50px;
}
.settings-index .settings-index__section-header {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.settings-index .settings-index__section-header .ks {
  width: 2.2rem;
  height: 2.2rem;
}
.settings-index .settings-index__section-header .emoji {
  width: 2.2rem;
  height: 2.2rem;
}
.settings-index .settings-index__section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__section-container {
    display: initial;
  }
}
.settings-index .settings-index__section-description {
  font-size: 1.4rem;
}
.settings-index .settings-index__section-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-index .settings-index__section-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-index .settings-index__section-subinfo {
  font-size: 1.3rem;
}
.settings-index .settings-index__section-subinfo .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-index .settings-index__section-subinfo .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__section-subinfo {
    margin-top: 15px;
  }
}
.settings-index .settings-index__section-subinfo .emphasis {
  font-size: 1.4rem;
  font-weight: bold;
}
.settings-index .settings-index__section-subinfo .emphasis .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-index .settings-index__section-subinfo .emphasis .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-index .settings-index__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__items {
    gap: 0;
  }
}
.settings-index .settings-index__items .is-disabled {
  display: none;
}
.settings-index .settings-index__item {
  border: 1px solid #dddbda;
  color: #262626;
  border-radius: 4px;
  padding: 18px;
  position: relative;
  width: calc((100% - 20px * 2) / 3);
  text-decoration: none;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__item {
    border-top: none;
    border-radius: 0;
    display: block;
    padding: 15px;
    width: 100%;
  }
  .settings-index .settings-index__item:first-child {
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #dddbda;
  }
  .settings-index .settings-index__item:last-child {
    border-radius: 0 0 4px 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .settings-index .settings-index__item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
.settings-index .settings-index__item-header {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__item-header {
    margin-bottom: 0;
  }
}
.settings-index .settings-index__item-description {
  font-size: 1.4rem;
  color: #4d4d4d;
}
.settings-index .settings-index__item-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-index .settings-index__item-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .settings-index .settings-index__item-description {
    display: none;
  }
}
.settings-index .settings-index__item-icon {
  display: flex;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .settings-index .settings-index__item-icon {
    display: none;
  }
}
.settings-index .settings-index__item-icon > .ks {
  fill: #8b8989;
}

.settings {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .settings .button {
    max-width: 100%;
    white-space: normal;
  }
}
.settings-tab-container {
  height: 30px;
}
.settings-section + .settings-section {
  border-top: 1px solid #dddbda;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .settings-section + .settings-section {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.settings-section + .settings-section:last-child {
  margin-bottom: 80px;
}
.settings-item {
  display: flex;
  margin: 30px 0;
}
.settings-item-content {
  flex: 1;
}
.settings-item-header {
  font-size: 1.6rem;
}
.settings-item-header .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.settings-item-header .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.settings-item-header.is-larger-normal {
  font-size: 1.8rem;
  font-weight: normal;
}
.settings-item-header.is-larger-normal .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.settings-item-header.is-larger-normal .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.settings-item-header.is-larger-normal .ks {
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .settings-item-header.is-larger-normal {
    font-size: 1.6rem;
  }
  .settings-item-header.is-larger-normal .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .settings-item-header.is-larger-normal .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.settings-item-header.current-state {
  margin-bottom: 30px;
  margin-top: 40px;
}
.settings-item-body {
  margin-top: 5px;
}
.settings-item-body .delete-billing-email {
  display: inline;
}
.settings-item-body .delete-billing-email button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  cursor: pointer;
}
.settings-item-description {
  font-size: 1.4rem;
}
.settings-item-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-item-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-item-description + .settings-item-description {
  margin-top: 5px;
}
.settings-item-description.is-sub-description {
  color: #737373;
}
.settings-item-action {
  margin-left: 20px;
}
.settings-item-action .button {
  min-width: 110px;
}
.settings-subitems {
  margin-top: 20px;
}
.settings-subitem {
  display: flex;
}
.settings-subitem + .settings-subitem {
  margin-top: 30px;
}
.settings-subitem-content {
  flex: 1;
  margin-right: 10px;
}
.settings-subitem-header {
  font-size: 1.4rem;
}
.settings-subitem-header .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-subitem-header .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-subitem-body {
  margin-top: 2px;
}
.settings-subitem-description {
  font-size: 1.3rem;
  color: #737373;
}
.settings-subitem-description .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-subitem-description .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.settings .setting-checkboxGroup {
  display: flex;
}
.settings .setting-checkboxGroup .switchButton {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .settings .setting-checkboxGroup .switchButton {
    margin-left: 10px;
  }
}
.settings-invitation {
  font-size: 1.4rem;
}
.settings-invitation .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-invitation .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .settings-invitation {
    margin-top: 30px;
  }
}
.settings-invitation h5 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.settings-invitation h5 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-invitation h5 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-invitation textarea {
  margin: 15px 0;
  max-width: 500px;
  display: block;
}
.settings .form-fieldWrapper {
  margin-bottom: 30px;
}
.settings .form-fieldWrapper input.string,
.settings .form-fieldWrapper input.password,
.settings .form-fieldWrapper input.email {
  width: 320px;
}
.settings .form-fieldWrapper label {
  display: block;
  margin-bottom: 10px;
}
.settings .form-fieldWrapper textarea {
  height: 120px;
  max-width: 600px;
  display: block;
}
.settings .form-fieldWrapper .settings-item-description {
  margin-bottom: 1.6rem;
}
.settings-userCoverImageForm {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .settings-userCoverImageForm {
    width: 100%;
  }
}
.settings-userCoverImageForm .userCoverImage {
  display: flex;
  margin-bottom: 5px;
  width: 480px;
  height: 270px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .settings-userCoverImageForm .userCoverImage {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.settings-userCoverImageForm .userCoverImage.is-empty {
  background-color: #dbe5f0;
}
.settings-userCoverImageForm .userCoverImage .deleteButton {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: #e63c74;
  border: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: none;
}
.settings-userCoverImageForm .userCoverImage .deleteButton .ks {
  width: 1rem;
  height: 1rem;
}
.settings-userCoverImageForm .userCoverImage .deleteButton .emoji {
  width: 1rem;
  height: 1rem;
}
.settings-userCoverImageForm .userCoverImage .deleteButton .ks {
  fill: #ffffff;
}
.settings-userCoverImageForm .userCoverImage:hover .deleteButton {
  display: flex;
}
.settings-userCoverImageForm-action {
  display: flex;
  justify-content: center;
}
.settings-userCoverImageForm-action .changeButton {
  position: relative;
  overflow: hidden;
}
.settings-userCoverImageForm-action .changeButton input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.settings .billing-email a,
.settings .billing-email form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  opacity: 0;
}
.settings .billing-email a .ks,
.settings .billing-email form .ks {
  fill: #8b8989;
}
.settings .billing-email:hover a,
.settings .billing-email:hover form {
  opacity: 1;
}
.settings-shared-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.settings-shared {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.settings-shared-content {
  line-height: 1.3;
}
.settings-shared-entries {
  padding-top: 50px;
  transition: opacity 0.2s;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .settings-shared-entries {
    grid-template-columns: auto;
  }
}
.settings-shared-entries > li {
  display: contents;
}
.settings-shared-entries .feed-entryWithSnippet {
  padding: 0 3vw 20px 0;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header {
  padding: 0;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-content {
  font-size: 1.3rem;
  margin: 6px 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #737373;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-content .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-content .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  height: initial;
  margin-top: 6px;
  margin-bottom: 6px;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-authors {
  display: flex;
  align-items: center;
  gap: 2px 5px;
  flex-wrap: wrap;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .contributorsText {
  color: #262626;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .profilePopup-container.is-small,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .userAvatar.is-small,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .avatar.is-avatar-small {
  width: 16px;
  height: 16px;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-activities {
  display: flex;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-activities .feed-entry-pageview {
  margin: 0;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-activities .activityMeter {
  margin-left: 20px;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-pageview {
  color: #8b8989;
}
@media screen and (max-width: 1023px) {
  .settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .feed-entry-footer .feed-entry-pageview {
    display: none;
  }
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .publicPlaces {
  display: flex;
  flex-wrap: wrap;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .folderIndicator,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .groupLabel {
  padding: 2px 5px;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .folderIndicator > span,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .groupLabel > span {
  font-size: 1.2rem;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .folderIndicator > span .ks,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .groupLabel > span .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .folderIndicator > span .emoji,
.settings-shared-entries .feed-entryWithSnippet .feed-entryWithSnippet-header .groupLabel > span .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-shared-entries--is-disabled-shared {
  opacity: 0.5;
}
.settings-shared-entries--with-option-columns {
  grid-template-columns: 1fr auto auto auto;
}
@media screen and (max-width: 767px) {
  .settings-shared-entries--with-option-columns {
    grid-template-columns: 1fr auto auto;
  }
}
.settings-shared-entries__header, .settings-shared-entries__item {
  display: contents;
}
.settings-shared-entries__header > li, .settings-shared-entries__item > li {
  padding: 0 3vw 20px 0;
  border-bottom: 1px solid #dddbda;
}
.settings-shared-entries__header > li:last-child, .settings-shared-entries__item > li:last-child {
  padding-right: 0;
}
.settings-shared-entries__header {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
.settings-shared-entries__date, .settings-shared-entries__password {
  display: flex;
  align-items: center;
}
.settings-shared-entries__date {
  font-size: 13px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .settings-shared-entries__shared-at {
    display: none;
  }
}
.settings-shared-entries__password {
  justify-content: center;
}
.settings-members-searchControl {
  padding: 5px 0 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .settings-members-searchControl {
    margin: 10px 0;
  }
}
.settings-members-searchControl .form-fieldWrapper-withRightButton {
  font-size: 1.4rem;
  width: 260px;
}
.settings-members-searchControl .form-fieldWrapper-withRightButton .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-members-searchControl .form-fieldWrapper-withRightButton .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .settings-members-searchControl .form-fieldWrapper-withRightButton {
    font-size: 1.6rem;
    width: 90%;
  }
  .settings-members-searchControl .form-fieldWrapper-withRightButton .ks {
    width: 1.6rem;
    height: 1.6rem;
  }
  .settings-members-searchControl .form-fieldWrapper-withRightButton .emoji {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.settings-members-searchControl .dropdownButton .dropdownButton-menuContainer {
  left: 0;
  right: auto;
  width: auto;
  min-width: 150px;
}
.settings-members-searchControl .dropdownButton .dropdownButton-menu-item-text {
  white-space: nowrap;
}
.settings-members-searchControl-space {
  flex-grow: 1;
}
.settings-members-searchControl-resultsCount {
  color: #737373;
  font-size: 1.4rem;
  padding: 16px 0;
}
.settings-members-searchControl-resultsCount .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-members-searchControl-resultsCount .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings .helpLink {
  font-size: 1.2rem;
  color: #737373;
}
.settings .helpLink .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.settings .helpLink .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.settings-mainCaption__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .settings-mainCaption__wrapper {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.settings-mainCaption {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: normal;
}
.settings-mainCaption .ks {
  width: 3.4rem;
  height: 3.4rem;
}
.settings-mainCaption .emoji {
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .settings-mainCaption {
    font-size: 2.2rem;
    flex-basis: 100%;
  }
  .settings-mainCaption .ks {
    width: 2.2rem;
    height: 2.2rem;
  }
  .settings-mainCaption .emoji {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.settings-subCaption {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 30px 0 15px;
  font-weight: normal;
}
.settings-subCaption .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.settings-subCaption .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .settings-subCaption {
    font-size: 1.8rem;
    flex-basis: 100%;
  }
  .settings-subCaption .ks {
    width: 1.8rem;
    height: 1.8rem;
  }
  .settings-subCaption .emoji {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.settings-rightMenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.settings-rightMenu-helpLink {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.settings-rightMenu-helpLink .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-rightMenu-helpLink .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.settings-rightButton {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .settings-rightButton {
    margin-bottom: 30px;
  }
}

.settings-main .form-fieldWrapper {
  margin-bottom: 30px;
}

.settings-description {
  font-size: 1.4rem;
  margin: 1em 0 2em;
}
.settings-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-description p {
  margin-bottom: 7px;
}
.settings-description p:last-child {
  border-bottom: 0;
}

.settings-subDescription {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #4d4d4d;
}
.settings-subDescription .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-subDescription .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.settings-section__header {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.settings-section__header .ks {
  width: 2rem;
  height: 2rem;
}
.settings-section__header .emoji {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .settings-section__header {
    font-size: 1.8rem;
  }
  .settings-section__header .ks {
    width: 1.8rem;
    height: 1.8rem;
  }
  .settings-section__header .emoji {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.settings-item__label {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.settings-item__label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.settings-item__label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.settings-item__description {
  font-size: 1.3rem;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.settings-item__description .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-item__description .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.settings-item__description p {
  margin-bottom: 5px;
}
.settings-item__description p:last-child {
  margin-bottom: 0;
}

.settings-item__disclaimer {
  font-size: 1.2rem;
  color: #737373;
  margin-top: 10px;
}
.settings-item__disclaimer .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.settings-item__disclaimer .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.settings-billing-status__plan {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .spSettingMenu .spSettingMenu-title {
    font-size: 2.6rem;
    line-height: 1;
    margin: 10px 0 20px;
  }
  .spSettingMenu .spSettingMenu-title .ks {
    width: 2.6rem;
    height: 2.6rem;
  }
  .spSettingMenu .spSettingMenu-title .emoji {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.spSettingMenu .spSettingMenu-sectionSwitcher {
  display: flex;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link {
  font-size: 1.4rem;
  color: #262626;
  border: 1px solid #dddbda;
  padding: 6px 18px;
  text-decoration: none;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link.is-active {
  background-color: #155799;
  border: 1px solid #155799;
  color: #ffffff;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.spSettingMenu .spSettingMenu-sectionSwitcher__link:last-child {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.spSettingMenu .spSettingMenu-tab__wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.spSettingMenu .spSettingMenu-tab__section {
  display: none;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Hide scrollbar for Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  width: 100%;
}
.spSettingMenu .spSettingMenu-tab__section.is-show {
  display: block;
}
.spSettingMenu .spSettingMenu-tab__section::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}
.spSettingMenu .spSettingMenu-tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddbda;
  margin: 5px 0 25px;
  padding: 0 15px;
  z-index: 5;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Hide scrollbar for Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  width: 100%;
}
.spSettingMenu .spSettingMenu-tab::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__item + .spSettingMenu-tab__item {
  margin-left: 16px;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__item .is-disabled {
  display: none;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__link {
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
  color: #262626;
  display: block;
  padding: 10px 0 4px;
  white-space: nowrap;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__link .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__link .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__link:hover {
  text-decoration: none;
}
.spSettingMenu .spSettingMenu-tab .spSettingMenu-tab__link.is-active {
  border-bottom-color: #327ac2;
}

.settings-sso-oauth2providers {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .settings-sso-oauth2providers {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.settings-sso-oauth2providers__title {
  font-weight: normal;
}

.settings-sso-oauth2providers__list {
  grid-column: 1/-1;
}

.settings-sso-oauth2providers__list li {
  list-style: none;
}
.settings-sso-oauth2providers__list li:not(:last-child) > ul > li {
  border-bottom: 1px solid #dddbda;
}

.settings-sso-oauth2providers__list-header,
.settings-sso-oauth2providers__list-item {
  display: flex;
}
.settings-sso-oauth2providers__list-header > li:not(:last-child),
.settings-sso-oauth2providers__list-item > li:not(:last-child) {
  flex: 1;
}

.settings-sso-oauth2providers__list-header > li {
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #dddbda;
}

.settings-sso-oauth2providers__list-item > li {
  padding: 20px 0;
}

.settings-sso-oauth2providers__require-approval-form {
  margin: 10px 0 5px;
  font-size: 14px;
}

.settings-sso-oauth2providers__update-button {
  margin-top: 10px;
}

.settings-sso-oauth2providers__disable-form {
  display: inline-block;
  margin-left: 20px;
}
.settings-sso-oauth2providers__disable-form .button {
  padding: 6px 12px;
}

.statisticsTable {
  display: table;
}

.statisticsTable-row {
  display: table-row;
}

.statisticsTable-cell {
  display: table-cell;
  border-bottom: 1px solid #dddbda;
  padding: 5px;
}

.statisticsTable-countCell {
  text-align: right;
}

.team-group-manage .settings-section > h1 {
  margin-bottom: 20px;
}
.team-group-manage .group-manage-restriction-selection {
  margin-top: 20px;
}
.team-group-manage .group-manage-restriction-selection-submitButton {
  margin-top: 20px;
}

.team-multi-factor-authn .settings-section > h1 {
  margin-bottom: 20px;
}
.team-multi-factor-authn .description-attention {
  margin-top: 10px;
}
.team-multi-factor-authn .enforcing-state-selection {
  margin-top: 20px;
}
.team-multi-factor-authn .enforcing-state-selection-submitButton {
  margin-top: 20px;
}
.team-multi-factor-authn .enforcing-state-selection-warning-message {
  color: #f5af22;
}
.team-multi-factor-authn .current-state {
  margin-bottom: 20px;
}
.team-multi-factor-authn .warningMark {
  fill: #e63c74;
}

.teamSettingFormContainer-submitButton {
  margin-top: 20px;
}

.teamSettingNoteCoeditingForm-description {
  font-size: 1.4rem;
}
.teamSettingNoteCoeditingForm-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.teamSettingNoteCoeditingForm-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.teamSettingNoteCoeditingForm-formGroup {
  margin-top: 20px;
}
.teamSettingNoteCoeditingForm-submitButton {
  margin-top: 20px;
}

.webhookList {
  margin-bottom: 20px;
}
.webhookList-empty {
  font-size: 1.4rem;
  padding: 100px 0 190px;
  color: #737373;
  text-align: center;
}
.webhookList-empty .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.webhookList-empty .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.webhookList > li {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dddbda;
  padding: 10px 0;
}
.webhookList > li:first-of-type {
  border-top: 0;
}
.webhookList-item-body {
  margin-right: auto;
}
.webhookList-item-body .header {
  display: flex;
}
.webhookList-item-body .title {
  color: inherit;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.webhookList-item-body .title:link {
  color: inherit;
}
.webhookList-item-body .title:link .ks {
  fill: inherit;
}
.webhookList-item-body .title:hover {
  color: inherit;
}
.webhookList-item-body .title:hover .ks {
  fill: inherit;
}
.webhookList-item-body .title:visited {
  color: inherit;
}
.webhookList-item-body .title:visited .ks {
  fill: inherit;
}
.webhookList-item-body .title.is-disabled {
  color: #737373;
  filter: grayscale(1);
}
.webhookList-item-body .icon {
  font-size: 2rem;
  display: flex;
  margin-right: 5px;
  fill: #155799;
}
.webhookList-item-body .icon .ks {
  width: 2rem;
  height: 2rem;
}
.webhookList-item-body .icon .emoji {
  width: 2rem;
  height: 2rem;
}
.webhookList-item-body .icon img {
  width: 20px;
  height: 20px;
}
.webhookList-item-body .label {
  font-weight: bold;
}
.webhookList-item-body .notification,
.webhookList-item-body .targetCoeditingType {
  font-size: 1.4rem;
  color: #737373;
}
.webhookList-item-body .notification .ks,
.webhookList-item-body .targetCoeditingType .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.webhookList-item-body .notification .emoji,
.webhookList-item-body .targetCoeditingType .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.webhookList-item-body .notification {
  margin-top: 5px;
}
.webhookList-item-actions {
  margin-left: auto;
}
.webhookList-item-actions .ks-close {
  width: 14px;
  height: 14px;
}

.webhook .settings-mainCaption img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.webhook .settings-mainCaption .ks-webhook {
  position: static;
  fill: #155799;
}
.webhook-form {
  padding-bottom: 30px;
}
.webhook-form-hint {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.webhook-form-hint .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.webhook-form-hint .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.webhook-form .form-fieldWrapper {
  margin-bottom: 30px;
}
.webhook-form .labelInputField {
  display: block;
  width: 320px;
}
.webhook-form .notificationCheckbox {
  margin-top: 15px;
}
.webhook-form .notificationCheckbox:first-child {
  margin-top: 0;
}
.webhook-form .form-buttonWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.webhook-form .button {
  margin: 0;
}
.webhook-form .button + .button {
  margin-right: 5px;
}
.webhook-form .button:last-child {
  margin-right: 0;
}
.webhook-form .button.is-button-warning {
  margin-left: 5px;
  background: #ffffff;
  color: #e63c4a;
}
@media screen and (max-width: 767px) {
  .webhook-form .button.is-button-warning {
    margin-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .webhook-form .button.is-button-warning:hover {
    background: #e63c4a;
    color: #ffffff;
  }
}
.webhook-form .messagesForSubmitButton {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #737373;
}
.webhook-form .messagesForSubmitButton .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.webhook-form .messagesForSubmitButton .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.webhook-form .helpLink {
  margin-top: 20px;
}
.webhook-form .helpLink > a {
  color: #737373;
  display: inline-flex;
  align-items: center;
}
.webhook-form .helpLink-label {
  margin-left: 5px;
}
.webhook-dropdownButton .dropdownButton-toggleButton {
  padding: 8px 10px;
  display: inline-flex;
}
.webhook-dropdownButton .dropdownButton-menuContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  top: 36px;
}
.webhook-dropdownButton .dropdownButton-menuContainer::before, .webhook-dropdownButton .dropdownButton-menuContainer::after {
  display: none;
}
.webhook-dropdownButton .ks-dropdown {
  fill: #155799;
}
.webhook-dropdownButton .dropdownButton-menu-item {
  line-height: 16px;
}
.webhook-dropdownButton .dropdownButton-menu-item-icon .ks-webhook {
  fill: #155799;
}
.webhook-dropdownButton .dropdownButton-menu-item-text {
  white-space: nowrap;
}

.shareMenuBox {
  color: #262626;
}
.shareMenuBox .button {
  font-size: 1.3rem;
  padding: 0 12px;
  height: 32px;
}
.shareMenuBox .button .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.shareMenuBox .button .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.shareMenuBox .button .ks {
  margin-right: 0;
}
.shareMenuBox .shared {
  display: flex;
}
.shareMenuBox .shared .is-sharedEntryBox-leftPart {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shareMenuBox .shared .is-sharedEntryBox-rightPart {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shareMenuBox-menuContainer {
  right: 0;
  margin-top: 8px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .shareMenuBox-menuContainer {
    margin-top: 0;
  }
  .shareMenuBox-menuContainer::before {
    left: 14px;
  }
  .shareMenuBox-menuContainer::after {
    left: 15px;
  }
}
.shareMenuBox .noteUrl {
  padding: 20px;
  border-bottom: solid 1px #dddbda;
}
.shareMenuBox .noteUrl-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
.shareMenuBox .noteUrl-title h3 {
  font-size: 1.4rem;
  align-items: center;
}
.shareMenuBox .noteUrl-title h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .noteUrl-title h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .noteUrl-urlBlock {
  margin-top: 10px;
}
.shareMenuBox .shareUrl {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shareMenuBox .shareUrl-header h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.shareMenuBox .shareUrl-header h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .shareUrl-header h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .shareUrl-header button {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  color: #155799;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.shareMenuBox .shareUrl-header button .ks {
  fill: #155799;
}
.shareMenuBox .shareUrl-header button:link {
  color: #155799;
}
.shareMenuBox .shareUrl-header button:visited {
  color: rgb(35.7879310345, 130.35, 224.9120689655);
}
.shareMenuBox .shareUrl-header button:visited .ks {
  fill: rgb(35.7879310345, 130.35, 224.9120689655);
}
.shareMenuBox .shareUrl-header button:hover {
  color: rgb(14.8448275862, 61.5, 108.1551724138);
  text-decoration: underline;
}
.shareMenuBox .shareUrl-header button:hover .ks {
  fill: rgb(14.8448275862, 61.5, 108.1551724138);
}
.shareMenuBox .shareUrl-header button:disabled, .shareMenuBox .shareUrl-header button:hover:disabled, .shareMenuBox .shareUrl-header button.is-disabled {
  color: #737373;
  cursor: not-allowed;
  text-decoration: none;
}
.shareMenuBox .shareUrl-header button:disabled .ks, .shareMenuBox .shareUrl-header button:hover:disabled .ks, .shareMenuBox .shareUrl-header button.is-disabled .ks {
  fill: #737373;
}
.shareMenuBox .shareUrl-header button:focus {
  outline: 0;
}
.shareMenuBox .shareUrl-title {
  margin-top: 10px;
}
.shareMenuBox .shareUrl-title h3 {
  font-size: 1.4rem;
}
.shareMenuBox .shareUrl-title h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .shareUrl-title h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.shareMenuBox .icon {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 5px;
  border: solid 1px #dddbda;
  border-radius: 50%;
}
.shareMenuBox .icon .ks {
  margin: auto;
}
.shareMenuBox .icon.is-icon-unlock {
  border-color: #dddbda;
  background-color: #155799;
}
.shareMenuBox .icon.is-icon-unlock .ks {
  fill: #ffffff;
}
.shareMenuBox .noteUrl-footer,
.shareMenuBox .shareUrl-footer {
  font-size: 1.2rem;
  color: #737373;
}
.shareMenuBox .noteUrl-footer .ks,
.shareMenuBox .shareUrl-footer .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.shareMenuBox .noteUrl-footer .emoji,
.shareMenuBox .shareUrl-footer .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.singUpRestrictionWarning,
.joinRequestingWarning {
  display: flex;
  margin: 20px 0;
  padding: 15px;
  background-color: rgba(221, 219, 218, 0.2);
}
.singUpRestrictionWarning .ks-error,
.joinRequestingWarning .ks-error {
  width: 28px;
  height: 28px;
  margin: auto 10px auto 0;
  fill: #f5af22;
}
.singUpRestrictionWarning-messages,
.joinRequestingWarning-messages {
  font-size: 1.4rem;
  margin: auto 0;
}
.singUpRestrictionWarning-messages .ks,
.joinRequestingWarning-messages .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.singUpRestrictionWarning-messages .emoji,
.joinRequestingWarning-messages .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.singUpRestrictionWarning-button,
.joinRequestingWarning-button {
  margin: auto 0 auto auto;
}

.joinRequestingWarning {
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  max-height: 400px;
  overflow: auto;
}

.joinRequestingUsers {
  width: 100%;
}

.signUp .roundBox {
  margin: 40px auto;
  padding: 30px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .signUp .roundBox {
    width: inherit;
  }
}
.signUp-teams .signUp-form-subtitle {
  margin-bottom: 14px;
  color: #737373;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .signUp-teams .signUp-form-subtitle {
    font-size: 1.4rem;
  }
  .signUp-teams .signUp-form-subtitle .ks {
    width: 1.4rem;
    height: 1.4rem;
  }
  .signUp-teams .signUp-form-subtitle .emoji {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.signUp .form-fieldWrapper + .form-fieldWrapper {
  margin-top: 10px;
}
.signUp .form-fieldWrapper .is-readonly {
  background: #dddbda;
  color: #737373;
}
.signUp-form {
  height: 100%;
}
.signUp-form-title {
  margin-bottom: 20px;
  text-align: center;
}
.signUp-form-checkboxLabel {
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
}
.signUp-form-checkboxLabel .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.signUp-form-checkboxLabel .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.signUp-form-buttonWrapper {
  margin-top: 25px;
}
.signUp-form-buttonWrapper .button {
  margin: 0;
  min-width: 110px;
}
.signUp-form.is-profileForm .signUp-form-biography {
  min-height: 160px;
}
.signUp-form.is-invitationForm .signUp-form-title {
  margin-bottom: 10px;
}
.signUp-form.is-invitationForm .signUp-form-subtitle {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.signUp-form.is-invitationForm .signUp-form-subtitle .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.signUp-form.is-invitationForm .signUp-form-subtitle .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.signUp-form.is-invitationForm .form-fieldWrapper {
  display: flex;
  align-items: center;
}
.signUp-form.is-invitationForm .form-fieldWrapper .ks-user {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.signUp-form.is-invitationForm .signUp-form-buttonWrapper {
  display: flex;
  justify-content: space-around;
}
.signUp-form.is-invitationForm .signUp-form-buttonWrapper .button {
  width: 130px;
}
.signUp-form.is-waitingForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.signUp-form.is-waitingForm .ks-refresh {
  width: 80px;
  height: 80px;
  animation: spin 3s linear infinite;
  fill: #155799;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.signUp-form.is-waitingForm .caption {
  margin-top: 10px;
}
.signUp-serviceLogo {
  width: 216px;
  height: 60px;
  display: block;
  margin: 50px auto 0;
}
.signUp-credit {
  font-size: 1.2rem;
  color: #737373;
  text-align: center;
}
.signUp-credit .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.signUp-credit .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.input.is-input-ksSelectBox {
  position: relative;
  z-index: 8;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .input.is-input-ksSelectBox {
    max-width: 100%;
  }
}
.input.is-input-ksSelectBox > select {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 10px 30px 10px 10px;
  min-width: 160px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background: #fafaf9;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .input.is-input-ksSelectBox > select {
    max-width: 100%;
  }
}
.input.is-input-ksSelectBox > select:focus {
  outline: none;
}
.input.is-input-ksSelectBox > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #262626;
}
.input.is-input-ksSelectBox > select:focus::-ms-value {
  background-color: transparent;
  color: #262626;
}
.input.is-input-ksSelectBox > select::-ms-expand {
  display: none;
}
.input.is-input-ksSelectBox .ks-select_arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 7px;
  pointer-events: none;
  fill: #262626;
}

.smartphoneHeader-navigation {
  display: flex;
}
.smartphoneHeader-navigation-item {
  color: #737373;
  padding: 10px 0 5px;
  flex: 1;
  border-bottom: 1px solid #dddbda;
  text-align: center;
}
.smartphoneHeader-navigation-item:link {
  color: #737373;
}
.smartphoneHeader-navigation-item:link .ks {
  fill: #737373;
}
.smartphoneHeader-navigation-item:hover {
  color: #737373;
}
.smartphoneHeader-navigation-item:hover .ks {
  fill: #737373;
}
.smartphoneHeader-navigation-item:visited {
  color: #737373;
}
.smartphoneHeader-navigation-item:visited .ks {
  fill: #737373;
}
.smartphoneHeader-navigation-item:hover {
  text-decoration: none;
}
.smartphoneHeader-navigation-item-icon .ks {
  width: 24px;
  height: 24px;
}
.smartphoneHeader-navigation-item-label {
  font-size: 1rem;
  margin-top: -5px;
  letter-spacing: -0.2px;
}
.smartphoneHeader-navigation-item-label .ks {
  width: 1rem;
  height: 1rem;
}
.smartphoneHeader-navigation-item-label .emoji {
  width: 1rem;
  height: 1rem;
}
.smartphoneHeader-navigation-item.is-active {
  border-bottom: 3px solid #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-icon .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:link {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:link .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:hover {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:hover .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:visited {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:visited .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneHeader-navigation-item-label:hover {
  text-decoration: none;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:link {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:link .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:hover {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:hover .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:visited {
  color: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:visited .ks {
  fill: #327ac2;
}
.smartphoneHeader-navigation-item.is-active .smartphoneNotificationCenter-label:hover {
  text-decoration: none;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header .userAvatar {
  width: 25px;
  height: 25px;
  display: inherit;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header .userAvatar .avatar {
  width: 100%;
  height: 100%;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header .smartphoneUserAvatar-label {
  font-size: 1rem;
  color: #737373;
  margin: auto;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 80%;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header .smartphoneUserAvatar-label .ks {
  width: 1rem;
  height: 1rem;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .button.is-button-header .smartphoneUserAvatar-label .emoji {
  width: 1rem;
  height: 1rem;
}
.smartphoneHeader-navigation-item .smartphoneUserAvatar .headerNavigation-avatarDropdown {
  color: #262626;
  text-align: left;
}
.smartphoneHeader .notificationCenter-dropdown {
  right: -118px;
  text-align: left;
}
.smartphoneHeader .notificationCenter-dropdown::before, .smartphoneHeader .notificationCenter-dropdown::after {
  top: -10px;
  right: 141px;
}
.smartphoneHeader-navigation-postButtonItem {
  padding: 8px 0;
  width: 16.6666666667%;
  border-bottom: 1px solid #dddbda;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartphoneHeader-navigation-postButtonItem .is-button-note {
  width: 40px;
  height: 40px;
  border-color: #155799;
  background: #155799;
  cursor: pointer;
  display: flex;
  border-radius: 4px;
}
.smartphoneHeader-navigation-postButtonItem .is-button-note:hover, .smartphoneHeader-navigation-postButtonItem .is-button-note:focus {
  background: rgb(14.8448275862, 61.5, 108.1551724138);
}
.smartphoneHeader-navigation-postButtonItem .is-button-note:disabled, .smartphoneHeader-navigation-postButtonItem .is-button-note.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.smartphoneHeader-navigation-postButtonItem .is-button-note:disabled:hover, .smartphoneHeader-navigation-postButtonItem .is-button-note:disabled:focus, .smartphoneHeader-navigation-postButtonItem .is-button-note.is-button-disabled:hover, .smartphoneHeader-navigation-postButtonItem .is-button-note.is-button-disabled:focus {
  background: #155799;
}
.smartphoneHeader-navigation-postButtonItem .is-button-note > .ks {
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #ffffff;
}

.spGroupSelector {
  margin: 0 -20px 15px;
  border-bottom: 1px solid #ecebe9;
}
.spGroupSelector-currentGroup {
  display: flex;
  padding: 25px 15px;
  border-top: solid 1px #ecebe9;
}
.spGroupSelector-currentGroup-cover {
  margin-right: 15px;
}
.spGroupSelector-currentGroup-cover .boardCoverPhoto {
  display: block;
}
.spGroupSelector-currentGroup-main {
  min-width: 0;
  flex: 1;
}
.spGroupSelector-currentGroup-main .dashboard {
  font-size: 1.1rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.spGroupSelector-currentGroup-main .dashboard .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.spGroupSelector-currentGroup-main .dashboard .emoji {
  width: 1.1rem;
  height: 1.1rem;
}
.spGroupSelector-currentGroup-main .dashboard .ks {
  width: 20px;
  height: 20px;
  fill: #155799;
}

.sorry {
  background: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.sorry-code {
  font-weight: bold;
  font-size: 150px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sorry-code {
    font-size: 80px;
  }
}

.sorry-title {
  font-size: 2.4rem;
  color: #155799;
}
.sorry-title .ks {
  width: 2.4rem;
  height: 2.4rem;
}
.sorry-title .emoji {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sorry-title {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .sorry-title .ks {
    width: 1.8rem;
    height: 1.8rem;
  }
  .sorry-title .emoji {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.sorry-message {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sorry-message {
    padding: 0 20px;
  }
}

.sorry-art {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sorry-art img {
    width: calc(100% - 60px);
  }
}

.is-hidden {
  display: none !important;
}

.teamSettingForm .settings-section__header {
  margin-top: 20px;
}
.teamSettingForm h3 {
  margin-top: 20px;
  font-size: 1.4rem;
}
.teamSettingForm h3 .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.teamSettingForm h3 .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.teamSettingForm h3 .annotation {
  font-size: 1.2rem;
  margin-left: 5px;
  color: #737373;
}
.teamSettingForm h3 .annotation .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.teamSettingForm h3 .annotation .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.teamSettingForm .form-fieldWrapper {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .teamSettingForm .is-input-ksSelectBox > select {
    width: 100%;
  }
}
.teamSettingForm .mainPurpose-options {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.threeColumnRightSideBar {
  width: 100%;
  flex: 1;
  margin-bottom: 15px;
}
.threeColumnRightSideBar .sticky-outer-wrapper {
  width: 100%;
}
.threeColumnRightSideBar .close {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .threeColumnRightSideBar .close {
    display: none;
  }
}
.threeColumnRightSideBar .close .ks {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .threeColumnRightSideBar .headnote {
    margin-top: 15px;
  }
}

#toast-container {
  position: fixed;
  z-index: 1000;
}
#toast-container.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
#toast-container.toast-position {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 460px;
}
@media screen and (max-width: 767px) {
  #toast-container.toast-position {
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    width: 90%;
    z-index: 1000000;
  }
}
#toast-container > .toast {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  min-height: 50px;
  width: 460px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  animation-duration: 0.7s;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #toast-container > .toast {
    min-height: 60px;
    width: 100%;
  }
}
#toast-container .toast-close-button {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 2.8rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
}
#toast-container .toast-message {
  padding-left: 35px;
  background-position: left 48%;
  background-repeat: no-repeat;
}
#toast-container .toast-message::after {
  display: inline-block;
  margin: -5px 0 0 3px;
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
#toast-container > .toast-success {
  background-color: #229971;
  color: #ffffff;
}
#toast-container > .toast-success .toast-message {
  background-image: image-url(https://cdn.kibe.la/assets/toast/success-892798827f51e8dfafbb078412454aeaad158605c5099cb18f7167240da51980.svg);
}
#toast-container > .toast-success .toast-message::after {
  background-image: image-url(https://cdn.kibe.la/emoji/unicode/1f44d.png);
}
#toast-container > .toast-error {
  background-color: #e63c74;
  color: #ffffff;
}
#toast-container > .toast-error .toast-message {
  background-image: image-url(https://cdn.kibe.la/assets/toast/error-0c1b37d9b2431892eceb2bc5668f396e2cb338843304d81046c63e2f9a18b319.svg);
}
#toast-container > .toast-error .toast-message::after {
  background-image: image-url(https://cdn.kibe.la/emoji/unicode/1f625.png);
}

.trend-caption {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
  color: #737373;
  margin-bottom: 10px;
}
.trend-caption .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.trend-caption .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.trend-entries {
  border: 1px solid #dddbda;
  border-radius: 4px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .trend-entries {
    border: none;
    padding: 0;
  }
}

.trend-entry {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.trend-entry:last-child {
  margin-bottom: 0;
}

.trend-entry-main {
  min-width: 290px;
  flex-grow: 1;
}

.trend .activityMeter {
  padding-top: 2px;
}

.trendList-heading {
  font-size: 1.1rem;
  color: #737373;
  margin-bottom: 7px;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
.trendList-heading .ks {
  width: 1.1rem;
  height: 1.1rem;
}
.trendList-heading .emoji {
  width: 1.1rem;
  height: 1.1rem;
}

.trendList-entry {
  display: flex;
  align-items: center;
}
.trendList-entry:last-child {
  margin-bottom: 0;
}
.trendList-entry > a {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 45vw;
  line-height: 1.1;
}
.trendList-entry > a .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.trendList-entry > a .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.trendList-entry-index {
  font-size: 1.2rem;
  color: #737373;
  font-weight: bold;
  margin-right: 5px;
}
.trendList-entry-index .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.trendList-entry-index .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.updateTeamForm p {
  font-size: 1.4rem;
}
.updateTeamForm p .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.updateTeamForm p .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.updateTeamForm .form-fieldWrapper {
  margin-top: 20px;
}
.updateTeamForm-submitButton {
  margin-top: 20px;
}

.userAvatars {
  display: flex;
  flex-wrap: wrap;
}
.userAvatars .profilePopup-container {
  margin: 2px 0 2px 3px;
}
.userAvatars.is-overlapped {
  margin-left: 0;
  flex-shrink: 0;
}
.userAvatars.is-overlapped .userAvatar:nth-child(1) {
  z-index: 5;
}
.userAvatars.is-overlapped .userAvatar:nth-child(2) {
  z-index: 4;
}
.userAvatars.is-overlapped .userAvatar:nth-child(3) {
  z-index: 3;
}
.userAvatars.is-overlapped .userAvatar:nth-child(4) {
  z-index: 2;
}
.userAvatars.is-overlapped .userAvatar img.avatar {
  box-shadow: 0 0 0 2px #ffffff;
}
.userAvatars.is-overlapped .userAvatar.is-xsmall:nth-child(n+2), .userAvatars.is-overlapped .userAvatar.is-size50:nth-child(n+2), .userAvatars.is-overlapped .userAvatar.is-size100:nth-child(n+2) {
  margin-left: -2px;
}
.userAvatars.is-overlapped .userAvatar.is-small:nth-child(n+2), .userAvatars.is-overlapped .userAvatar.is-size200:nth-child(n+2) {
  margin-left: -3px;
}
.userAvatars.is-overlapped .userAvatar.is-medium:nth-child(n+2), .userAvatars.is-overlapped .userAvatar.is-size400:nth-child(n+2), .userAvatars.is-overlapped .userAvatar.is-size500:nth-child(n+2) {
  margin-left: -6px;
}
.userAvatars.is-overlapped .profilePopup-container {
  margin: 0;
}
.userAvatars.is-overlapped .profilePopup-container:nth-child(1) {
  z-index: 5;
}
.userAvatars.is-overlapped .profilePopup-container:nth-child(2) {
  z-index: 4;
}
.userAvatars.is-overlapped .profilePopup-container:nth-child(3) {
  z-index: 3;
}
.userAvatars.is-overlapped .profilePopup-container:nth-child(4) {
  z-index: 2;
}
.userAvatars.is-overlapped .profilePopup-container img.avatar {
  box-shadow: 0 0 0 2px #ffffff;
}
.userAvatars.is-overlapped .profilePopup-container.is-xsmall:nth-child(n+2), .userAvatars.is-overlapped .profilePopup-container.is-size50:nth-child(n+2), .userAvatars.is-overlapped .profilePopup-container.is-size100:nth-child(n+2) {
  margin-left: -2px;
}
.userAvatars.is-overlapped .profilePopup-container.is-small:nth-child(n+2), .userAvatars.is-overlapped .profilePopup-container.is-size200:nth-child(n+2) {
  margin-left: -3px;
}
.userAvatars.is-overlapped .profilePopup-container.is-medium:nth-child(n+2), .userAvatars.is-overlapped .profilePopup-container.is-size400:nth-child(n+2), .userAvatars.is-overlapped .profilePopup-container.is-size500:nth-child(n+2) {
  margin-left: -6px;
}

.userAvatar {
  display: flex;
}
.userAvatar.is-xsmall {
  width: 14px;
  height: 14px;
}
.userAvatar.is-small {
  width: 20px;
  height: 20px;
}
.userAvatar.is-medium {
  width: 40px;
  height: 40px;
}
.userAvatar.is-large {
  width: 120px;
  height: 120px;
}
.userAvatar.is-size50 {
  width: 14px;
  height: 14px;
}
.userAvatar.is-size100 {
  width: 16px;
  height: 16px;
}
.userAvatar.is-size200 {
  width: 20px;
  height: 20px;
}
.userAvatar.is-size300 {
  width: 26px;
  height: 26px;
}
.userAvatar.is-size400 {
  width: 32px;
  height: 32px;
}
.userAvatar.is-size500 {
  width: 40px;
  height: 40px;
}
.userAvatar.is-size600 {
  width: 60px;
  height: 60px;
}
.userAvatar.is-size700 {
  width: 80px;
  height: 80px;
}
.userAvatar.is-size800 {
  width: 120px;
  height: 120px;
}

.userAvatarsWithOverflowCount {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.userAvatarsWithOverflowCount-count {
  font-size: 1.3rem;
  margin-left: 3px;
  color: #737373;
}
.userAvatarsWithOverflowCount-count .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.userAvatarsWithOverflowCount-count .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.userAvatarsWithOverflowCount-count.is-xsmall {
  font-size: 1.2rem;
}
.userAvatarsWithOverflowCount-count.is-xsmall .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.userAvatarsWithOverflowCount-count.is-xsmall .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.userAvatarsWithOverflowCount button.userAvatarsWithOverflowCount-count {
  padding: 0;
  border: none;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
}

.userAvatarsWithOverflowIcon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.userAvatarsWithOverflowIcon-overflow {
  background: #f5f5f5;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.userAvatarsWithOverflowIcon-overflow.is-xsmall {
  width: 14px;
  height: 14px;
  margin-left: -2px;
}
.userAvatarsWithOverflowIcon-overflow.is-small {
  width: 20px;
  height: 20px;
  margin-left: -3px;
}
.userAvatarsWithOverflowIcon-overflow.is-medium {
  width: 40px;
  height: 40px;
  margin-left: -6px;
}

.user-account {
  color: #737373;
  font-size: 1.4rem;
}
.user-account:link {
  color: #737373;
}
.user-account:link .ks {
  fill: #737373;
}
.user-account:hover {
  color: #737373;
}
.user-account:hover .ks {
  fill: #737373;
}
.user-account:visited {
  color: #737373;
}
.user-account:visited .ks {
  fill: #737373;
}
.user-account .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.user-account .emoji {
  width: 1.4rem;
  height: 1.4rem;
}

.user-accountWithAvatar {
  color: #737373;
}
.user-accountWithAvatar:link {
  color: #737373;
}
.user-accountWithAvatar:link .ks {
  fill: #737373;
}
.user-accountWithAvatar:hover {
  color: #737373;
}
.user-accountWithAvatar:hover .ks {
  fill: #737373;
}
.user-accountWithAvatar:visited {
  color: #737373;
}
.user-accountWithAvatar:visited .ks {
  fill: #737373;
}
.user-accountWithAvatar > img {
  position: relative;
  top: -0.06em;
  vertical-align: middle;
  margin-right: 3px;
}
.user-accountWithAvatar.user-mention {
  color: #262626;
}
.user-accountWithAvatar.user-mention:link {
  color: #262626;
}
.user-accountWithAvatar.user-mention:link .ks {
  fill: #262626;
}
.user-accountWithAvatar.user-mention:hover {
  color: #262626;
}
.user-accountWithAvatar.user-mention:hover .ks {
  fill: #262626;
}
.user-accountWithAvatar.user-mention:visited {
  color: #262626;
}
.user-accountWithAvatar.user-mention:visited .ks {
  fill: #262626;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar.is-avatar-xsmall {
  width: 14px;
  height: 14px;
}
.avatar.is-avatar-small {
  width: 20px;
  height: 20px;
}
.avatar.is-avatar-large {
  width: 120px;
  height: 120px;
}
.avatar.is-avatar-size50 {
  width: 14px;
  height: 14px;
}
.avatar.is-avatar-size100 {
  width: 16px;
  height: 16px;
}
.avatar.is-avatar-size200 {
  width: 20px;
  height: 20px;
}
.avatar.is-avatar-size300 {
  width: 26px;
  height: 26px;
}
.avatar.is-avatar-size400 {
  width: 32px;
  height: 32px;
}
.avatar.is-avatar-size500 {
  width: 40px;
  height: 40px;
}
.avatar.is-avatar-size600 {
  width: 60px;
  height: 60px;
}
.avatar.is-avatar-size700 {
  width: 80px;
  height: 80px;
}
.avatar.is-avatar-size800 {
  width: 120px;
  height: 120px;
}

.members-searchControl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .members-searchControl {
    margin-bottom: 10px;
  }
}
.members-searchControl .form-fieldWrapper-withRightButton {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .members-searchControl .form-fieldWrapper-withRightButton {
    width: auto;
  }
}

.verticalTab {
  font-size: 1.4rem;
}
.verticalTab .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.verticalTab .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.verticalTab + .verticalTab, .verticalTab + .asideCaption {
  margin-top: 40px;
}
.verticalTab-tab {
  border-radius: 4px;
}
.verticalTab-tab .ks {
  margin-right: 15px;
}
.verticalTab-tab.is-active {
  background: #fafaf9;
}
.verticalTab-tab.is-active .ks {
  fill: #ffffff !important;
}
.verticalTab-tab .is-disabled,
.verticalTab-tab a {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  width: 100%;
  height: 100%;
}
.verticalTab-tab .is-disabled {
  display: none;
}
.verticalTab-tab a {
  color: #262626;
}
.verticalTab-tab a:link {
  color: #262626;
}
.verticalTab-tab a:link .ks {
  fill: rgba(21, 87, 153, 0.5);
}
.verticalTab-tab a:hover {
  color: #262626;
}
.verticalTab-tab a:hover .ks {
  fill: rgba(21, 87, 153, 0.5);
}
.verticalTab-tab a:visited {
  color: #262626;
}
.verticalTab-tab a:visited .ks {
  fill: rgba(21, 87, 153, 0.5);
}
.verticalTab-tab a:hover {
  text-decoration: none;
}
.verticalTab-tab a:hover {
  background-color: #fafaf9;
}

.asideCaption + .verticalTab {
  margin-top: 15px;
}

.watchingStateSwitcher .dropdownButton .dropdownButton-toggleButton {
  font-size: 1.3rem;
  padding: 0 12px;
  height: 32px;
}
.watchingStateSwitcher .dropdownButton .dropdownButton-toggleButton .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.watchingStateSwitcher .dropdownButton .dropdownButton-toggleButton .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.watchingStateSwitcher .dropdownButton .dropdownButton-toggleButton .ks {
  margin-right: 0;
}
.watchingStateSwitcher .watchingStateSwitcher-menuContainer {
  right: 0;
  margin-top: 8px;
  padding: 20px;
  width: 320px;
}
.watchingStateSwitcher-state-container {
  border-top: solid 1px #dddbda;
  margin-top: 15px;
}
.watchingStateSwitcher-state-selector {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}
.watchingStateSwitcher-state-selector input {
  position: absolute;
  top: 3px;
  left: 0;
}
.watchingStateSwitcher-state-selector label {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.watchingStateSwitcher-state-selector label .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.watchingStateSwitcher-state-selector label .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.watchingStateSwitcher-state-selector-description {
  font-size: 1.2rem;
  color: #737373;
  line-height: 1.3;
  margin-top: 3px;
}
.watchingStateSwitcher-state-selector-description .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.watchingStateSwitcher-state-selector-description .emoji {
  width: 1.2rem;
  height: 1.2rem;
}

.noteTemplateList-searchArea {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .noteTemplateList-searchArea {
    flex-wrap: wrap;
  }
}
.noteTemplateList-searchArea .group-label {
  white-space: nowrap;
}
.noteTemplateList-searchArea .is-input-ksSelectBox {
  margin-left: 5px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .noteTemplateList-searchArea .is-input-ksSelectBox {
    max-width: 75%;
  }
}
.noteTemplateList-searchArea .is-input-ksSelectBox select {
  width: 100%;
}
.noteTemplateList-searchArea .form-fieldWrapper-withRightButton {
  margin-left: 10px;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .noteTemplateList-searchArea .form-fieldWrapper-withRightButton {
    margin-left: 0;
    margin-top: 15px;
    max-width: 100%;
  }
}
.noteTemplateList-empty {
  font-size: 1.4rem;
  text-align: center;
}
.noteTemplateList-empty .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.noteTemplateList-empty .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.noteTemplateList > li {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #dddbda;
  padding: 12px 0;
}
.noteTemplateList > li:first-of-type {
  border-top: 0;
}
.noteTemplateList-main {
  flex: 1;
}
.noteTemplateList-templateName {
  margin-bottom: 6px;
}
.noteTemplateList-templateName-link {
  color: #155799;
}
.noteTemplateList-templateName-link:link {
  color: #155799;
}
.noteTemplateList-templateName-link:link .ks {
  fill: #155799;
}
.noteTemplateList-templateName-link:hover {
  color: #155799;
}
.noteTemplateList-templateName-link:hover .ks {
  fill: #155799;
}
.noteTemplateList-templateName-link:visited {
  color: #155799;
}
.noteTemplateList-templateName-link:visited .ks {
  fill: #155799;
}
.noteTemplateList-actions {
  margin-left: 10px;
}
.noteTemplateList-actions .ks-edit {
  width: 14px;
  height: 14px;
  margin-right: 30px;
}
.noteTemplateList-actions .ks-close {
  width: 14px;
  height: 14px;
}

.noteTemplateFoldersContainer {
  display: flex;
  flex-wrap: wrap;
}
.noteTemplateFoldersContainer .folderIndicator,
.noteTemplateFoldersContainer .groupLabel {
  border: 1px solid #dddbda;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 4px 10px 4px 0;
}
.noteTemplateFoldersContainer .folderIndicator a,
.noteTemplateFoldersContainer .groupLabel a {
  font-size: 1.2rem;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
.noteTemplateFoldersContainer .folderIndicator a .ks,
.noteTemplateFoldersContainer .groupLabel a .ks {
  width: 1.2rem;
  height: 1.2rem;
}
.noteTemplateFoldersContainer .folderIndicator a .emoji,
.noteTemplateFoldersContainer .groupLabel a .emoji {
  width: 1.2rem;
  height: 1.2rem;
}
.noteTemplateFoldersContainer .groupLabel {
  pointer-events: none;
}
.noteTemplateFoldersContainer .groupLabel span {
  font-size: 1.3rem;
  max-width: 100%;
  color: #737373;
}
.noteTemplateFoldersContainer .groupLabel span .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.noteTemplateFoldersContainer .groupLabel span .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.noteTemplateFoldersContainer .groupLabel.is-group-private span {
  color: #737373;
}

.billingPlansPage .annotationList {
  margin-top: 20px;
}
.billingPlansPage .annotationList-item {
  font-size: 1.4rem;
  margin-top: 3px;
  color: #737373;
}
.billingPlansPage .annotationList-item .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.billingPlansPage .annotationList-item .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.billingPlansPage .annotationList-item a {
  color: #737373;
  text-decoration: underline;
}
.billingPlansPage .annotationList-item a:link {
  color: #737373;
}
.billingPlansPage .annotationList-item a:link .ks {
  fill: #737373;
}
.billingPlansPage .annotationList-item a:hover {
  color: #737373;
}
.billingPlansPage .annotationList-item a:hover .ks {
  fill: #737373;
}
.billingPlansPage .annotationList-item a:visited {
  color: #737373;
}
.billingPlansPage .annotationList-item a:visited .ks {
  fill: #737373;
}

.copyright-only-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  color: #737373;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .copyright-only-footer {
    bottom: 60px;
  }
  .copyright-only-footer img:first-child {
    display: block;
    margin: 0 auto 6px;
  }
}
.copyright-only-footer img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

body.c-find_team.a-index {
  background-image: linear-gradient(to top, #fbfdff, #ffffff);
}

.findTeam {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.findTeam .findTeam__box {
  margin: 0 auto 40px;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .findTeam .findTeam__box {
    width: 100%;
  }
}
.findTeam-form {
  height: 100%;
}
.findTeam-form-title {
  margin-bottom: 10px;
  text-align: center;
}
.findTeam-form-subtitle {
  margin-bottom: 30px;
  color: #737373;
  text-align: center;
}
.findTeam .findTeam__domainWrapper input {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .findTeam .findTeam__domainWrapper input {
    min-width: 220px;
    max-width: 75%;
  }
}
.findTeam .findTeam__domain {
  font-size: 1.8rem;
}
.findTeam .findTeam__domain .ks {
  width: 1.8rem;
  height: 1.8rem;
}
.findTeam .findTeam__domain .emoji {
  width: 1.8rem;
  height: 1.8rem;
}
.findTeam .findTeam__button {
  width: 180px;
  margin-top: 5px;
  padding: 13px;
}

.headnote-title {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-versions #main.l-singleColumn-wrapper {
    padding-bottom: 0;
  }
}
.c-versions #main.l-singleColumn-wrapper .l-singleColumn {
  position: relative;
  flex-grow: 1;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-versions #main.l-singleColumn-wrapper .l-singleColumn {
    margin: 0 auto !important;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-versions #main.l-singleColumn-wrapper .l-doubleColumn-main {
    margin: 0 !important;
  }
}
.c-versions .note-main {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-versions .note-main {
    padding: 0;
  }
}
.c-versions #main .l-doubleColumn-aside {
  width: 420px;
}

.landingHeader {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .landingHeader {
    height: 60px;
  }
}
.landingHeader .logo {
  width: auto;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .landingHeader .logo {
    left: 20px;
  }
}

.registration-new {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.registration-new .sign-up-form-transition {
  margin: 20px auto;
  width: 592px;
  font-size: 18px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .registration-new .sign-up-form-transition {
    position: relative;
    margin: 0 20px;
    width: auto;
    font-size: 16px;
  }
}
.registration-new .sign-up-form-transition .emailInput {
  width: 400px;
  height: 60px;
  display: block;
  float: left;
  border-color: #dddbda;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .registration-new .sign-up-form-transition .emailInput {
    width: 100%;
    height: 50px;
  }
}
.registration-new .sign-up-form-transition .submitButton {
  margin-left: 12px;
  width: 180px;
  height: 60px;
  display: block;
  float: left;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-color: #155799;
  background: #155799;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .registration-new .sign-up-form-transition .submitButton {
    margin: 10px 0 0;
    width: 100%;
    height: 50px;
  }
}
.registration-new .sign-up-form-transition .submitButton:hover, .registration-new .sign-up-form-transition .submitButton:focus {
  background: rgb(14.8448275862, 61.5, 108.1551724138);
}
.registration-new .sign-up-form-transition .submitButton:disabled, .registration-new .sign-up-form-transition .submitButton.is-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.registration-new .sign-up-form-transition .submitButton:disabled:hover, .registration-new .sign-up-form-transition .submitButton:disabled:focus, .registration-new .sign-up-form-transition .submitButton.is-button-disabled:hover, .registration-new .sign-up-form-transition .submitButton.is-button-disabled:focus {
  background: #155799;
}

.registration-register {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.registration-register .head {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .registration-register .head {
    font-size: 16px;
  }
}
.registration-register .head .ok-icon {
  display: block;
  margin: 0 auto 10px;
  width: 44px;
  height: 44px;
  border: 2px solid #229971;
  border-radius: 50%;
}
.registration-register .head .ok-icon svg {
  margin-top: 6px;
  width: 26px;
  height: 26px;
  fill: #229971;
}
.registration-register .warning {
  margin-top: 10px;
  color: #e63c74;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .registration-register .warning {
    font-size: 16px;
  }
}

.my-likes-index .l-singleColumn {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .notePage #main.l-singleColumn-wrapper {
    padding-bottom: 0;
  }
}
.notePage #main.l-singleColumn-wrapper .l-singleColumn {
  position: relative;
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .notePage #main.l-singleColumn-wrapper .l-singleColumn {
    margin: 0 auto;
    padding-top: 0;
  }
}

.noteVersionPage .l-doubleColumn-main {
  display: flex;
  justify-content: center;
}
.noteVersionPage #main .l-doubleColumn-aside {
  width: 420px;
}

.policyConfirmation-title {
  margin-bottom: 20px;
  color: #155799;
  text-align: center;
}
.policyConfirmation-caption {
  color: #262626;
}
.policyConfirmation .is-button-attention {
  margin-top: 30px;
  width: 160px;
}

.policy h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.policy h1 .ks {
  width: 2.8rem;
  height: 2.8rem;
}
.policy h1 .emoji {
  width: 2.8rem;
  height: 2.8rem;
}
.policy h2 {
  margin: 15px 0;
}
.policy h3 {
  font-size: 1.6rem;
  margin: 12px 0;
}
.policy h3 .ks {
  width: 1.6rem;
  height: 1.6rem;
}
.policy h3 .emoji {
  width: 1.6rem;
  height: 1.6rem;
}
.policy p {
  margin: 10px 0;
}
.policy .is-list-plane {
  list-style: circle;
}
.policy ul li {
  margin-bottom: 10px;
}
.policy ul ul {
  margin-left: 30px;
}
.policy ul ul li {
  margin-bottom: 5px;
}
.policy section {
  margin-top: 20px;
}
.policy-date {
  padding-top: 30px;
}
.policy.privacy ol {
  margin-left: 30px;
  list-style: decimal;
}
.policy.privacy ul {
  margin-left: 30px;
  list-style: disc;
}
.policy.privacy li {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sharedNotePage #main.l-singleColumn-wrapper {
    padding-bottom: 0;
  }
}
.sharedNotePage #main.l-singleColumn-wrapper .l-singleColumn {
  position: relative;
  flex-grow: 1;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .sharedNotePage #main.l-singleColumn-wrapper .l-singleColumn {
    margin: 0 auto !important;
    width: 100%;
    padding-top: 0;
  }
}
.sharedNotePage .noteHeader {
  position: relative;
}
.sharedNotePage .noteHeader-titleFooter-timestamps {
  font-size: 1.3rem;
  color: #737373;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}
.sharedNotePage .noteHeader-titleFooter-timestamps .ks {
  width: 1.3rem;
  height: 1.3rem;
}
.sharedNotePage .noteHeader-titleFooter-timestamps .emoji {
  width: 1.3rem;
  height: 1.3rem;
}
.sharedNotePage .noteHeader-titleFooter-timestamps .timestamp + .timestamp {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sharedNotePage .noteActionBar {
    padding: 10px;
  }
}
.sharedNotePage .noteContainer {
  padding-bottom: 80px;
}
.sharedNotePage .noteContainer.is-expand .noteContainer-main {
  max-width: none;
}
.sharedNotePage .noteContainer-main {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sharedNotePage .noteContainer-main {
    padding-top: 0;
  }
}

.sharedNoteAuthPage {
  background-color: #fafaf9;
}
.sharedNoteAuthPage .announceBox-wrapper {
  margin-bottom: 10px;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small {
  padding: 50px 15px 0;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small {
    width: initial;
  }
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-description {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #4d4d4d;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-description .ks {
  width: 1.4rem;
  height: 1.4rem;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-description .emoji {
  width: 1.4rem;
  height: 1.4rem;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-buttons {
  margin-top: 20px;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .button {
  width: auto;
  min-width: 120px;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-form {
  display: flex;
  flex-direction: column;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .login-form .form-fieldWrapper-withSymbol {
  margin: 0;
  padding: 0 30px;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small .ks {
  width: 16px;
  height: 16px;
}
.sharedNoteAuthPage .l-singleColumn-wrapper .is-aloneColumn-small [type=password] {
  padding-left: 30px;
}

.subscriptionEditPage .teamSettingForm .form-fieldWrapper input[type=text] {
  width: 320px;
}
.subscriptionEditPage .teamSettingForm .form-fieldWrapper textarea {
  display: block;
}

@media screen and (max-width: 767px) {
  .teamManagePage {
    padding-bottom: 50px;
  }
}
.teamManagePage .form-fieldWrapper input[type=text] {
  width: 320px;
}
.teamManagePage .form-fieldWrapper textarea {
  display: block;
}
.teamManagePage .teamSettingNoteCoeditingForm,
.teamManagePage .updateTeamForm,
.teamManagePage .deleteTeamForm {
  margin-top: 20px;
}
.teamManagePage .deleteTeamForm textarea {
  max-width: 600px;
}

.teamStatisticsIndexPage .statisticsPeriod {
  margin-top: 15px;
  margin-left: 2px;
}
.teamStatisticsIndexPage .statisticsTable {
  margin-top: 20px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .teamStatisticsIndexPage .statisticsTable {
    min-width: 100%;
  }
}
.teamStatisticsIndexPage .statisticsPeriodForm {
  margin-top: 20px;
}
.teamStatisticsIndexPage .statisticsPeriodForm-submitButton {
  margin-left: 20px;
}
.teamStatisticsIndexPage .statisticsCsvDownload {
  margin-top: 30px;
}
