/* line 1, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
/* line 5, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
/* line 10, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #000;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #000;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #000;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 2, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek {
  background: #000;
  height: 35px;
  line-height: 35px;
  color: #999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .hidden {
  display: none;
  visibility: visible;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.disabled {
  display: none;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.production {
  background-color: #222;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.staging {
  background-color: #291430;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.development {
  background-color: #4c1210;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .wrapper {
  width: 800px;
  margin: 0 auto;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket {
  background: #111;
  display: inline-block;
  padding: 4px 6px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  line-height: 1;
  color: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket .hidden {
  display: none;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket:hover .hidden {
  display: inline;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek strong {
  color: #fff;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .view {
  margin-right: 15px;
  float: left;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .view:last-child {
  margin-right: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .css-truncate.css-truncate-target,
#peek .css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .css-truncate.expandable:hover .css-truncate-target, #peek .css-truncate.expandable.css-truncate-target:hover {
  max-width: 10000px !important;
}
/* line 1, vendor/bundle/ruby/3.1.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 75px;
  height: 10px;
  margin: 0 0 0 5px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .8;
  color: transparent;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li:hover {
  opacity: 1;
  cursor: default;
}
/*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(/assets/@github/include-fragment-element/dist/index-e2094d17ce040675e0433c65d815b8ea866f83a75d2faa187d138f4093e52845.css);
/* line 9, node_modules/@primer/css/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 19, node_modules/@primer/css/base/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, node_modules/@primer/css/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  /* 1 */
  display: block;
}

/* line 46, node_modules/@primer/css/base/normalize.scss */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 54, node_modules/@primer/css/base/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 65, node_modules/@primer/css/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 74, node_modules/@primer/css/base/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 83, node_modules/@primer/css/base/normalize.scss */
template,
[hidden] {
  display: none !important;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 95, node_modules/@primer/css/base/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 104, node_modules/@primer/css/base/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, node_modules/@primer/css/base/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, node_modules/@primer/css/base/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, node_modules/@primer/css/base/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, node_modules/@primer/css/base/normalize.scss */
mark {
  background-color: #ff0;
  color: var(--color-text-primary);
}

/**
 * Add the correct font size in all browsers.
 */
/* line 172, node_modules/@primer/css/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, node_modules/@primer/css/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 189, node_modules/@primer/css/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 193, node_modules/@primer/css/base/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, node_modules/@primer/css/base/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 212, node_modules/@primer/css/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, node_modules/@primer/css/base/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 236, node_modules/@primer/css/base/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, node_modules/@primer/css/base/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, node_modules/@primer/css/base/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 271, node_modules/@primer/css/base/normalize.scss */
optgroup {
  font-weight: 600;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 280, node_modules/@primer/css/base/normalize.scss */
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.
 */
/* line 290, node_modules/@primer/css/base/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 301, node_modules/@primer/css/base/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 312, node_modules/@primer/css/base/normalize.scss */
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.
 */
/* line 324, node_modules/@primer/css/base/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 335, node_modules/@primer/css/base/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
/* line 348, node_modules/@primer/css/base/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 361, node_modules/@primer/css/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 370, node_modules/@primer/css/base/normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 380, node_modules/@primer/css/base/normalize.scss */
[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.
 */
/* line 390, node_modules/@primer/css/base/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 399, node_modules/@primer/css/base/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 408, node_modules/@primer/css/base/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 418, node_modules/@primer/css/base/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 3, node_modules/@primer/css/support/mixins/color-modes.scss */
:root,
[data-color-mode="light"][data-light-theme="light"],
[data-color-mode="dark"][data-dark-theme="light"] {
  /*! */
}

/* line 2, node_modules/@primer/primitives/dist/scss/colors/_light.scss */
:root,
[data-color-mode="light"][data-light-theme="light"],
[data-color-mode="dark"][data-dark-theme="light"] {
  --color-auto-black: #1b1f24;
  --color-auto-white: #ffffff;
  --color-auto-gray-0: #f6f8fa;
  --color-auto-gray-1: #eaeef2;
  --color-auto-gray-2: #d0d7de;
  --color-auto-gray-3: #afb8c1;
  --color-auto-gray-4: #8c959f;
  --color-auto-gray-5: #6e7781;
  --color-auto-gray-6: #57606a;
  --color-auto-gray-7: #424a53;
  --color-auto-gray-8: #32383f;
  --color-auto-gray-9: #24292f;
  --color-auto-blue-0: #ddf4ff;
  --color-auto-blue-1: #b6e3ff;
  --color-auto-blue-2: #80ccff;
  --color-auto-blue-3: #54aeff;
  --color-auto-blue-4: #218bff;
  --color-auto-blue-5: #0969da;
  --color-auto-blue-6: #0550ae;
  --color-auto-blue-7: #033d8b;
  --color-auto-blue-8: #0a3069;
  --color-auto-blue-9: #002155;
  --color-auto-green-0: #dafbe1;
  --color-auto-green-1: #aceebb;
  --color-auto-green-2: #6fdd8b;
  --color-auto-green-3: #4ac26b;
  --color-auto-green-4: #2da44e;
  --color-auto-green-5: #1a7f37;
  --color-auto-green-6: #116329;
  --color-auto-green-7: #044f1e;
  --color-auto-green-8: #003d16;
  --color-auto-green-9: #002d11;
  --color-auto-yellow-0: #fff8c5;
  --color-auto-yellow-1: #fae17d;
  --color-auto-yellow-2: #eac54f;
  --color-auto-yellow-3: #d4a72c;
  --color-auto-yellow-4: #bf8700;
  --color-auto-yellow-5: #9a6700;
  --color-auto-yellow-6: #7d4e00;
  --color-auto-yellow-7: #633c01;
  --color-auto-yellow-8: #4d2d00;
  --color-auto-yellow-9: #3b2300;
  --color-auto-orange-0: #fff1e5;
  --color-auto-orange-1: #ffd8b5;
  --color-auto-orange-2: #ffb77c;
  --color-auto-orange-3: #fb8f44;
  --color-auto-orange-4: #e16f24;
  --color-auto-orange-5: #bc4c00;
  --color-auto-orange-6: #953800;
  --color-auto-orange-7: #762c00;
  --color-auto-orange-8: #5c2200;
  --color-auto-orange-9: #471700;
  --color-auto-red-0: #FFEBE9;
  --color-auto-red-1: #ffcecb;
  --color-auto-red-2: #ffaba8;
  --color-auto-red-3: #ff8182;
  --color-auto-red-4: #fa4549;
  --color-auto-red-5: #cf222e;
  --color-auto-red-6: #a40e26;
  --color-auto-red-7: #82071e;
  --color-auto-red-8: #660018;
  --color-auto-red-9: #4c0014;
  --color-auto-purple-0: #fbefff;
  --color-auto-purple-1: #ecd8ff;
  --color-auto-purple-2: #d8b9ff;
  --color-auto-purple-3: #c297ff;
  --color-auto-purple-4: #a475f9;
  --color-auto-purple-5: #8250df;
  --color-auto-purple-6: #6639ba;
  --color-auto-purple-7: #512a97;
  --color-auto-purple-8: #3e1f79;
  --color-auto-purple-9: #2e1461;
  --color-auto-pink-0: #ffeff7;
  --color-auto-pink-1: #ffd3eb;
  --color-auto-pink-2: #ffadda;
  --color-auto-pink-3: #ff80c8;
  --color-auto-pink-4: #e85aad;
  --color-auto-pink-5: #bf3989;
  --color-auto-pink-6: #99286e;
  --color-auto-pink-7: #772057;
  --color-auto-pink-8: #611347;
  --color-auto-pink-9: #4d0336;
  --color-text-primary: #24292f;
  --color-text-secondary: #57606a;
  --color-text-tertiary: #57606a;
  --color-text-placeholder: #6e7781;
  --color-text-disabled: #57606a;
  --color-text-inverse: #ffffff;
  --color-text-link: #0969da;
  --color-text-danger: #cf222e;
  --color-text-success: #1a7f37;
  --color-text-warning: #9a6700;
  --color-text-white: #ffffff;
  --color-icon-primary: #24292f;
  --color-icon-secondary: #57606a;
  --color-icon-tertiary: #57606a;
  --color-icon-info: #0969da;
  --color-icon-danger: #cf222e;
  --color-icon-success: #1a7f37;
  --color-icon-warning: #9a6700;
  --color-border-primary: #d0d7de;
  --color-border-secondary: hsla(210,18%,87%,1);
  --color-border-tertiary: #d0d7de;
  --color-border-overlay: #d0d7de;
  --color-border-inverse: #ffffff;
  --color-border-info: #0969da;
  --color-border-danger: #cf222e;
  --color-border-success: #2da44e;
  --color-border-warning: #bf8700;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-bg-canvas: #ffffff;
  --color-bg-canvas-mobile: rgba(0,0,0,0);
  --color-bg-canvas-inverse: #6e7781;
  --color-bg-canvas-inset: #f6f8fa;
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f6f8fa;
  --color-bg-tertiary: #f6f8fa;
  --color-bg-overlay: #ffffff;
  --color-bg-backdrop: rgba(27,31,36,0.5);
  --color-bg-info: #ddf4ff;
  --color-bg-info-inverse: #0969da;
  --color-bg-danger: #FFEBE9;
  --color-bg-danger-inverse: #cf222e;
  --color-bg-success: #dafbe1;
  --color-bg-success-inverse: #2da44e;
  --color-bg-warning: #fff8c5;
  --color-bg-warning-inverse: #bf8700;
  --color-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --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-state-hover-primary-bg: #0969da;
  --color-state-hover-primary-border: #0969da;
  --color-state-hover-primary-text: #ffffff;
  --color-state-hover-primary-icon: #ffffff;
  --color-state-hover-secondary-bg: rgba(234,238,242,0.5);
  --color-state-hover-secondary-border: rgba(234,238,242,0.5);
  --color-state-selected-primary-bg: #0969da;
  --color-state-selected-primary-border: #0969da;
  --color-state-selected-primary-text: #ffffff;
  --color-state-selected-primary-icon: #ffffff;
  --color-state-focus-border: #0969da;
  --color-state-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
  --color-fade-fg-10: rgba(27,31,36,0.1);
  --color-fade-fg-15: rgba(27,31,36,0.15);
  --color-fade-fg-30: rgba(27,31,36,0.3);
  --color-fade-fg-50: rgba(27,31,36,0.5);
  --color-fade-fg-70: rgba(27,31,36,0.7);
  --color-fade-fg-85: rgba(27,31,36,0.85);
  --color-fade-black-10: rgba(27,31,36,0.1);
  --color-fade-black-15: rgba(27,31,36,0.15);
  --color-fade-black-30: rgba(27,31,36,0.3);
  --color-fade-black-50: rgba(27,31,36,0.5);
  --color-fade-black-70: rgba(27,31,36,0.7);
  --color-fade-black-85: rgba(27,31,36,0.85);
  --color-fade-white-10: rgba(255,255,255,0.1);
  --color-fade-white-15: rgba(255,255,255,0.15);
  --color-fade-white-30: rgba(255,255,255,0.3);
  --color-fade-white-50: rgba(255,255,255,0.5);
  --color-fade-white-70: rgba(255,255,255,0.7);
  --color-fade-white-85: rgba(255,255,255,0.85);
  --color-alert-info-text: #24292f;
  --color-alert-info-icon: #0969da;
  --color-alert-info-bg: #ddf4ff;
  --color-alert-info-border: rgba(84,174,255,0.4);
  --color-alert-warn-text: #24292f;
  --color-alert-warn-icon: #9a6700;
  --color-alert-warn-bg: #fff8c5;
  --color-alert-warn-border: rgba(212,167,44,0.4);
  --color-alert-error-text: #24292f;
  --color-alert-error-icon: #cf222e;
  --color-alert-error-bg: #FFEBE9;
  --color-alert-error-border: rgba(255,129,130,0.4);
  --color-alert-success-text: #24292f;
  --color-alert-success-icon: #1a7f37;
  --color-alert-success-bg: #dafbe1;
  --color-alert-success-border: rgba(74,194,107,0.4);
  --color-autocomplete-shadow: 0 3px 6px rgba(140,149,159,0.15);
  --color-autocomplete-row-border: hsla(210,18%,87%,1);
  --color-blankslate-icon: #57606a;
  --color-counter-text: #24292f;
  --color-counter-bg: rgba(175,184,193,0.2);
  --color-counter-primary-text: #ffffff;
  --color-counter-primary-bg: #6e7781;
  --color-counter-secondary-text: #57606a;
  --color-counter-secondary-bg: rgba(234,238,242,0.5);
  --color-box-blue-border: rgba(84,174,255,0.4);
  --color-box-row-yellow-bg: #fff8c5;
  --color-box-row-blue-bg: #ddf4ff;
  --color-box-header-blue-bg: #ddf4ff;
  --color-box-header-blue-border: rgba(84,174,255,0.4);
  --color-box-border-info: rgba(84,174,255,0.4);
  --color-box-bg-info: #ddf4ff;
  --color-box-border-warning: rgba(212,167,44,0.4);
  --color-box-bg-warning: #fff8c5;
  --color-branch-name-text: #57606a;
  --color-branch-name-icon: #57606a;
  --color-branch-name-bg: #ddf4ff;
  --color-branch-name-link-text: #0969da;
  --color-branch-name-link-icon: #0969da;
  --color-branch-name-link-bg: #ddf4ff;
  --color-markdown-code-bg: rgba(175,184,193,0.2);
  --color-markdown-frame-border: #d0d7de;
  --color-markdown-blockquote-border: #d0d7de;
  --color-markdown-table-border: #d0d7de;
  --color-markdown-table-tr-border: hsla(210,18%,87%,1);
  --color-filter-item-bar-bg: rgba(234,238,242,0.5);
  --color-hidden-text-expander-bg: rgba(175,184,193,0.2);
  --color-hidden-text-expander-bg-hover: rgba(84,174,255,0.4);
  --color-drag-and-drop-border: #d0d7de;
  --color-upload-enabled-border: #d0d7de;
  --color-upload-enabled-border-focused: #0969da;
  --color-previewable-comment-form-border: #d0d7de;
  --color-verified-badge-text: #1a7f37;
  --color-verified-badge-bg: #ffffff;
  --color-verified-badge-border: #d0d7de;
  --color-social-count-bg: #ffffff;
  --color-tooltip-text: #ffffff;
  --color-tooltip-bg: #24292f;
  --color-files-explorer-icon: #0969da;
  --color-hl-author-bg: #ddf4ff;
  --color-hl-author-border: rgba(84,174,255,0.4);
  --color-logo-subdued: rgba(175,184,193,0.2);
  --color-discussion-border: rgba(74,194,107,0.4);
  --color-discussion-bg-success: #2da44e;
  --color-actions-workflow-table-sticky-bg: rgba(255,255,255,0.95);
  --color-repo-language-color-border: rgba(27,31,36,0.1);
  --color-code-selection-bg: rgba(84,174,255,0.4);
  --color-highlight-text: #24292f;
  --color-highlight-bg: #fff8c5;
  --color-blob-line-highlight-bg: #fff8c5;
  --color-blob-line-highlight-border: rgba(212,167,44,0.4);
  --color-topic-tag-text: #0969da;
  --color-topic-tag-bg: #ddf4ff;
  --color-topic-tag-hover-bg: #0969da;
  --color-topic-tag-active-bg: #ddf4ff;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-footer-invertocat-octicon: #6e7781;
  --color-footer-invertocat-octicon-hover: #57606a;
  --color-dropdown-shadow: 0 8px 24px rgba(140,149,159,0.2);
  --color-label-border: #d0d7de;
  --color-label-primary-text: #24292f;
  --color-label-primary-border: #6e7781;
  --color-label-secondary-text: #57606a;
  --color-label-secondary-border: #d0d7de;
  --color-label-info-text: #0969da;
  --color-label-info-border: #0969da;
  --color-label-success-text: #1a7f37;
  --color-label-success-border: #2da44e;
  --color-label-warning-text: #9a6700;
  --color-label-warning-border: #bf8700;
  --color-label-danger-text: #cf222e;
  --color-label-danger-border: #cf222e;
  --color-label-orange-text: #bc4c00;
  --color-label-orange-border: #bc4c00;
  --color-input-bg: #ffffff;
  --color-input-contrast-bg: #f6f8fa;
  --color-input-border: #d0d7de;
  --color-input-shadow: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-input-disabled-border: #d0d7de;
  --color-input-warning-border: #bf8700;
  --color-input-error-border: #cf222e;
  --color-input-tooltip-success-text: #24292f;
  --color-input-tooltip-success-bg: #dafbe1;
  --color-input-tooltip-success-border: rgba(74,194,107,0.4);
  --color-input-tooltip-warning-text: #24292f;
  --color-input-tooltip-warning-bg: #fff8c5;
  --color-input-tooltip-warning-border: rgba(212,167,44,0.4);
  --color-input-tooltip-error-text: #24292f;
  --color-input-tooltip-error-bg: #FFEBE9;
  --color-input-tooltip-error-border: rgba(255,129,130,0.4);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-toast-text: #24292f;
  --color-toast-bg: #ffffff;
  --color-toast-border: #d0d7de;
  --color-toast-shadow: 0 8px 24px rgba(140,149,159,0.2);
  --color-toast-icon: #ffffff;
  --color-toast-icon-bg: #0969da;
  --color-toast-icon-border: rgba(0,0,0,0);
  --color-toast-success-text: #24292f;
  --color-toast-success-border: #d0d7de;
  --color-toast-success-icon: #ffffff;
  --color-toast-success-icon-bg: #2da44e;
  --color-toast-success-icon-border: rgba(0,0,0,0);
  --color-toast-warning-text: #24292f;
  --color-toast-warning-border: #d0d7de;
  --color-toast-warning-icon: #24292f;
  --color-toast-warning-icon-bg: #bf8700;
  --color-toast-warning-icon-border: rgba(0,0,0,0);
  --color-toast-danger-text: #24292f;
  --color-toast-danger-border: #d0d7de;
  --color-toast-danger-icon: #ffffff;
  --color-toast-danger-icon-bg: #cf222e;
  --color-toast-danger-icon-border: rgba(0,0,0,0);
  --color-toast-loading-text: #24292f;
  --color-toast-loading-border: #d0d7de;
  --color-toast-loading-icon: #ffffff;
  --color-toast-loading-icon-bg: #6e7781;
  --color-toast-loading-icon-border: rgba(0,0,0,0);
  --color-timeline-text: #57606a;
  --color-timeline-badge-success-border: rgba(0,0,0,0);
  --color-timeline-target-badge-border: #0969da;
  --color-timeline-target-badge-shadow: rgba(84,174,255,0.4);
  --color-timeline-badge-bg: #eaeef2;
  --color-diffstat-neutral-bg: rgba(175,184,193,0.2);
  --color-diffstat-neutral-border: rgba(27,31,36,0.15);
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-deletion-bg: #cf222e;
  --color-diffstat-addition-bg: #2da44e;
  --color-diff-addition-text: #24292f;
  --color-diff-addition-bg: #dafbe1;
  --color-diff-addition-border: rgba(74,194,107,0.4);
  --color-diff-deletion-text: #24292f;
  --color-diff-deletion-bg: #FFEBE9;
  --color-diff-deletion-border: rgba(255,129,130,0.4);
  --color-diff-change-text: #9a6700;
  --color-diff-change-bg: #fff8c5;
  --color-diff-change-border: rgba(212,167,44,0.4);
  --color-merge-box-success-icon-bg: #2da44e;
  --color-merge-box-success-icon-text: #ffffff;
  --color-merge-box-success-icon-border: rgba(0,0,0,0);
  --color-merge-box-success-indicator-bg: #2da44e;
  --color-merge-box-success-indicator-border: rgba(0,0,0,0);
  --color-merge-box-merged-icon-bg: #8250df;
  --color-merge-box-merged-icon-text: #ffffff;
  --color-merge-box-merged-icon-border: rgba(0,0,0,0);
  --color-merge-box-merged-box-border: #8250df;
  --color-merge-box-neutral-icon-bg: #6e7781;
  --color-merge-box-neutral-icon-text: #ffffff;
  --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
  --color-merge-box-neutral-indicator-bg: #6e7781;
  --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
  --color-merge-box-warning-icon-bg: #bf8700;
  --color-merge-box-warning-icon-text: #ffffff;
  --color-merge-box-warning-icon-border: rgba(0,0,0,0);
  --color-merge-box-warning-box-border: #bf8700;
  --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
  --color-merge-box-error-icon-bg: #cf222e;
  --color-merge-box-error-icon-text: #ffffff;
  --color-merge-box-error-icon-border: rgba(0,0,0,0);
  --color-merge-box-error-indicator-bg: #cf222e;
  --color-merge-box-error-indicator-border: rgba(0,0,0,0);
  --color-underlinenav-border: rgba(0,0,0,0);
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-underlinenav-border-active: #FD8C73;
  --color-underlinenav-text: #24292f;
  --color-underlinenav-text-hover: #24292f;
  --color-underlinenav-text-active: #24292f;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-icon-hover: #6e7781;
  --color-underlinenav-icon-active: #24292f;
  --color-underlinenav-counter-text: #24292f;
  --color-underlinenav-counter-bg: rgba(175,184,193,0.2);
  --color-select-menu-border-secondary: hsla(210,18%,87%,1);
  --color-select-menu-shadow: 0 8px 24px rgba(140,149,159,0.2);
  --color-select-menu-backdrop-bg: rgba(27,31,36,0.5);
  --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-sidenav-border-active: #FD8C73;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-heading-text: #24292f;
  --color-menu-border-active: #FD8C73;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-project-card-bg: #ffffff;
  --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-pr-state-draft-text: #ffffff;
  --color-pr-state-draft-bg: #6e7781;
  --color-pr-state-draft-border: rgba(0,0,0,0);
  --color-pr-state-open-text: #ffffff;
  --color-pr-state-open-bg: #2da44e;
  --color-pr-state-open-border: rgba(0,0,0,0);
  --color-pr-state-merged-text: #ffffff;
  --color-pr-state-merged-bg: #8250df;
  --color-pr-state-merged-border: rgba(0,0,0,0);
  --color-pr-state-closed-text: #ffffff;
  --color-pr-state-closed-bg: #cf222e;
  --color-pr-state-closed-border: rgba(0,0,0,0);
  --color-diff-blob-num-text: #6e7781;
  --color-diff-blob-num-hover-text: #24292f;
  --color-diff-blob-addition-num-hover-text: #24292f;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --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-hover-text: #24292f;
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --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-text: #57606a;
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-hunk-line-bg: #ddf4ff;
  --color-diff-blob-empty-block-bg: rgba(234,238,242,0.5);
  --color-diff-blob-selected-line-highlight-bg: #fff8c5;
  --color-diff-blob-selected-line-highlight-border: rgba(212,167,44,0.4);
  --color-diff-blob-expander-hover-icon: #ffffff;
  --color-diff-blob-expander-hover-bg: #0969da;
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-comment-button-icon: #ffffff;
  --color-diff-blob-comment-button-bg: #0969da;
  --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-global-nav-logo: #ffffff;
  --color-global-nav-bg: #24292f;
  --color-global-nav-text: #ffffff;
  --color-global-nav-icon: #ffffff;
  --color-global-nav-input-bg: #f6f8fa;
  --color-global-nav-input-border: #f6f8fa;
  --color-global-nav-input-icon: #afb8c1;
  --color-global-nav-input-placeholder: #8c959f;
  --color-intro-shelf-gradient-left: #ddf4ff;
  --color-intro-shelf-gradient-right: #dafbe1;
  --color-intro-shelf-gradient-in: #ffffff;
  --color-intro-shelf-gradient-out: rgba(255,255,255,0);
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-search-keyword-hl: #fff8c5;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --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: #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: #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: #2da44e;
  --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: #afb8c1;
  --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-mktg-success: rgba(36,146,67,1);
  --color-mktg-info: rgba(19,119,234,1);
  --color-mktg-bg-shade-gradient-top: rgba(27,31,36,0.065);
  --color-mktg-bg-shade-gradient-bottom: rgba(27,31,36,0);
  --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
  --color-mktg-btn-bg-bottom: #4969ed;
  --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
  --color-mktg-btn-bg-overlay-bottom: #3355e0;
  --color-mktg-btn-text: #ffffff;
  --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
  --color-mktg-btn-primary-bg-bottom: #2ea44f;
  --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
  --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
  --color-mktg-btn-primary-text: #ffffff;
  --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
  --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
  --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
  --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
  --color-mktg-btn-enterprise-text: #ffffff;
  --color-mktg-btn-outline-text: #4969ed;
  --color-mktg-btn-outline-border: rgba(73,105,237,0.3);
  --color-mktg-btn-outline-hover-text: #3355e0;
  --color-mktg-btn-outline-hover-border: rgba(51,85,224,0.5);
  --color-mktg-btn-outline-focus-border: #4969ed;
  --color-mktg-btn-outline-focus-border-inset: rgba(73,105,237,0.5);
  --color-mktg-btn-dark-text: #ffffff;
  --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
  --color-mktg-btn-dark-hover-text: #ffffff;
  --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
  --color-mktg-btn-dark-focus-border: #ffffff;
  --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
  --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: -2px -2px 0 rgba(255,255,255,0.8);
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --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(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-focus-bg: #f6f8fa;
  --color-btn-focus-border: rgba(27,31,36,0.15);
  --color-btn-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
  --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(27,31,36,0.15);
  --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(9,105,218,0.3);
  --color-btn-counter-bg: rgba(27,31,36,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #2da44e;
  --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: #2c974b;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(137,55%,36%,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(27,31,36,0.15);
  --color-btn-primary-focus-bg: #2da44e;
  --color-btn-primary-focus-border: rgba(27,31,36,0.15);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(45,164,78,0.4);
  --color-btn-primary-icon: rgba(255,255,255,0.8);
  --color-btn-primary-counter-bg: rgba(255,255,255,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-focus-border: rgba(27,31,36,0.15);
  --color-btn-outline-focus-shadow: 0 0 0 3px rgba(5,80,174,0.4);
  --color-btn-outline-counter-bg: rgba(9,105,218,0.1);
  --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-focus-border: rgba(27,31,36,0.15);
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(164,14,38,0.4);
  --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
  --color-btn-danger-icon: #cf222e;
  --color-btn-danger-hover-icon: #ffffff;
  --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-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: #2da44e;
  --color-success-muted: rgba(74,194,107,0.4);
  --color-success-subtle: #dafbe1;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #bf8700;
  --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: #cf222e;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255,129,130,0.4);
  --color-danger-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-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-primer-shadow-focus: 0 0 0 3px rgba(9,105,218,0.3);
  --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: #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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_light.scss */
  [data-color-mode="auto"][data-light-theme="light"] {
    --color-auto-black: #1b1f24;
    --color-auto-white: #ffffff;
    --color-auto-gray-0: #f6f8fa;
    --color-auto-gray-1: #eaeef2;
    --color-auto-gray-2: #d0d7de;
    --color-auto-gray-3: #afb8c1;
    --color-auto-gray-4: #8c959f;
    --color-auto-gray-5: #6e7781;
    --color-auto-gray-6: #57606a;
    --color-auto-gray-7: #424a53;
    --color-auto-gray-8: #32383f;
    --color-auto-gray-9: #24292f;
    --color-auto-blue-0: #ddf4ff;
    --color-auto-blue-1: #b6e3ff;
    --color-auto-blue-2: #80ccff;
    --color-auto-blue-3: #54aeff;
    --color-auto-blue-4: #218bff;
    --color-auto-blue-5: #0969da;
    --color-auto-blue-6: #0550ae;
    --color-auto-blue-7: #033d8b;
    --color-auto-blue-8: #0a3069;
    --color-auto-blue-9: #002155;
    --color-auto-green-0: #dafbe1;
    --color-auto-green-1: #aceebb;
    --color-auto-green-2: #6fdd8b;
    --color-auto-green-3: #4ac26b;
    --color-auto-green-4: #2da44e;
    --color-auto-green-5: #1a7f37;
    --color-auto-green-6: #116329;
    --color-auto-green-7: #044f1e;
    --color-auto-green-8: #003d16;
    --color-auto-green-9: #002d11;
    --color-auto-yellow-0: #fff8c5;
    --color-auto-yellow-1: #fae17d;
    --color-auto-yellow-2: #eac54f;
    --color-auto-yellow-3: #d4a72c;
    --color-auto-yellow-4: #bf8700;
    --color-auto-yellow-5: #9a6700;
    --color-auto-yellow-6: #7d4e00;
    --color-auto-yellow-7: #633c01;
    --color-auto-yellow-8: #4d2d00;
    --color-auto-yellow-9: #3b2300;
    --color-auto-orange-0: #fff1e5;
    --color-auto-orange-1: #ffd8b5;
    --color-auto-orange-2: #ffb77c;
    --color-auto-orange-3: #fb8f44;
    --color-auto-orange-4: #e16f24;
    --color-auto-orange-5: #bc4c00;
    --color-auto-orange-6: #953800;
    --color-auto-orange-7: #762c00;
    --color-auto-orange-8: #5c2200;
    --color-auto-orange-9: #471700;
    --color-auto-red-0: #FFEBE9;
    --color-auto-red-1: #ffcecb;
    --color-auto-red-2: #ffaba8;
    --color-auto-red-3: #ff8182;
    --color-auto-red-4: #fa4549;
    --color-auto-red-5: #cf222e;
    --color-auto-red-6: #a40e26;
    --color-auto-red-7: #82071e;
    --color-auto-red-8: #660018;
    --color-auto-red-9: #4c0014;
    --color-auto-purple-0: #fbefff;
    --color-auto-purple-1: #ecd8ff;
    --color-auto-purple-2: #d8b9ff;
    --color-auto-purple-3: #c297ff;
    --color-auto-purple-4: #a475f9;
    --color-auto-purple-5: #8250df;
    --color-auto-purple-6: #6639ba;
    --color-auto-purple-7: #512a97;
    --color-auto-purple-8: #3e1f79;
    --color-auto-purple-9: #2e1461;
    --color-auto-pink-0: #ffeff7;
    --color-auto-pink-1: #ffd3eb;
    --color-auto-pink-2: #ffadda;
    --color-auto-pink-3: #ff80c8;
    --color-auto-pink-4: #e85aad;
    --color-auto-pink-5: #bf3989;
    --color-auto-pink-6: #99286e;
    --color-auto-pink-7: #772057;
    --color-auto-pink-8: #611347;
    --color-auto-pink-9: #4d0336;
    --color-text-primary: #24292f;
    --color-text-secondary: #57606a;
    --color-text-tertiary: #57606a;
    --color-text-placeholder: #6e7781;
    --color-text-disabled: #57606a;
    --color-text-inverse: #ffffff;
    --color-text-link: #0969da;
    --color-text-danger: #cf222e;
    --color-text-success: #1a7f37;
    --color-text-warning: #9a6700;
    --color-text-white: #ffffff;
    --color-icon-primary: #24292f;
    --color-icon-secondary: #57606a;
    --color-icon-tertiary: #57606a;
    --color-icon-info: #0969da;
    --color-icon-danger: #cf222e;
    --color-icon-success: #1a7f37;
    --color-icon-warning: #9a6700;
    --color-border-primary: #d0d7de;
    --color-border-secondary: hsla(210,18%,87%,1);
    --color-border-tertiary: #d0d7de;
    --color-border-overlay: #d0d7de;
    --color-border-inverse: #ffffff;
    --color-border-info: #0969da;
    --color-border-danger: #cf222e;
    --color-border-success: #2da44e;
    --color-border-warning: #bf8700;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-bg-canvas: #ffffff;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #6e7781;
    --color-bg-canvas-inset: #f6f8fa;
    --color-bg-primary: #ffffff;
    --color-bg-secondary: #f6f8fa;
    --color-bg-tertiary: #f6f8fa;
    --color-bg-overlay: #ffffff;
    --color-bg-backdrop: rgba(27,31,36,0.5);
    --color-bg-info: #ddf4ff;
    --color-bg-info-inverse: #0969da;
    --color-bg-danger: #FFEBE9;
    --color-bg-danger-inverse: #cf222e;
    --color-bg-success: #dafbe1;
    --color-bg-success-inverse: #2da44e;
    --color-bg-warning: #fff8c5;
    --color-bg-warning-inverse: #bf8700;
    --color-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --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-state-hover-primary-bg: #0969da;
    --color-state-hover-primary-border: #0969da;
    --color-state-hover-primary-text: #ffffff;
    --color-state-hover-primary-icon: #ffffff;
    --color-state-hover-secondary-bg: rgba(234,238,242,0.5);
    --color-state-hover-secondary-border: rgba(234,238,242,0.5);
    --color-state-selected-primary-bg: #0969da;
    --color-state-selected-primary-border: #0969da;
    --color-state-selected-primary-text: #ffffff;
    --color-state-selected-primary-icon: #ffffff;
    --color-state-focus-border: #0969da;
    --color-state-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
    --color-fade-fg-10: rgba(27,31,36,0.1);
    --color-fade-fg-15: rgba(27,31,36,0.15);
    --color-fade-fg-30: rgba(27,31,36,0.3);
    --color-fade-fg-50: rgba(27,31,36,0.5);
    --color-fade-fg-70: rgba(27,31,36,0.7);
    --color-fade-fg-85: rgba(27,31,36,0.85);
    --color-fade-black-10: rgba(27,31,36,0.1);
    --color-fade-black-15: rgba(27,31,36,0.15);
    --color-fade-black-30: rgba(27,31,36,0.3);
    --color-fade-black-50: rgba(27,31,36,0.5);
    --color-fade-black-70: rgba(27,31,36,0.7);
    --color-fade-black-85: rgba(27,31,36,0.85);
    --color-fade-white-10: rgba(255,255,255,0.1);
    --color-fade-white-15: rgba(255,255,255,0.15);
    --color-fade-white-30: rgba(255,255,255,0.3);
    --color-fade-white-50: rgba(255,255,255,0.5);
    --color-fade-white-70: rgba(255,255,255,0.7);
    --color-fade-white-85: rgba(255,255,255,0.85);
    --color-alert-info-text: #24292f;
    --color-alert-info-icon: #0969da;
    --color-alert-info-bg: #ddf4ff;
    --color-alert-info-border: rgba(84,174,255,0.4);
    --color-alert-warn-text: #24292f;
    --color-alert-warn-icon: #9a6700;
    --color-alert-warn-bg: #fff8c5;
    --color-alert-warn-border: rgba(212,167,44,0.4);
    --color-alert-error-text: #24292f;
    --color-alert-error-icon: #cf222e;
    --color-alert-error-bg: #FFEBE9;
    --color-alert-error-border: rgba(255,129,130,0.4);
    --color-alert-success-text: #24292f;
    --color-alert-success-icon: #1a7f37;
    --color-alert-success-bg: #dafbe1;
    --color-alert-success-border: rgba(74,194,107,0.4);
    --color-autocomplete-shadow: 0 3px 6px rgba(140,149,159,0.15);
    --color-autocomplete-row-border: hsla(210,18%,87%,1);
    --color-blankslate-icon: #57606a;
    --color-counter-text: #24292f;
    --color-counter-bg: rgba(175,184,193,0.2);
    --color-counter-primary-text: #ffffff;
    --color-counter-primary-bg: #6e7781;
    --color-counter-secondary-text: #57606a;
    --color-counter-secondary-bg: rgba(234,238,242,0.5);
    --color-box-blue-border: rgba(84,174,255,0.4);
    --color-box-row-yellow-bg: #fff8c5;
    --color-box-row-blue-bg: #ddf4ff;
    --color-box-header-blue-bg: #ddf4ff;
    --color-box-header-blue-border: rgba(84,174,255,0.4);
    --color-box-border-info: rgba(84,174,255,0.4);
    --color-box-bg-info: #ddf4ff;
    --color-box-border-warning: rgba(212,167,44,0.4);
    --color-box-bg-warning: #fff8c5;
    --color-branch-name-text: #57606a;
    --color-branch-name-icon: #57606a;
    --color-branch-name-bg: #ddf4ff;
    --color-branch-name-link-text: #0969da;
    --color-branch-name-link-icon: #0969da;
    --color-branch-name-link-bg: #ddf4ff;
    --color-markdown-code-bg: rgba(175,184,193,0.2);
    --color-markdown-frame-border: #d0d7de;
    --color-markdown-blockquote-border: #d0d7de;
    --color-markdown-table-border: #d0d7de;
    --color-markdown-table-tr-border: hsla(210,18%,87%,1);
    --color-filter-item-bar-bg: rgba(234,238,242,0.5);
    --color-hidden-text-expander-bg: rgba(175,184,193,0.2);
    --color-hidden-text-expander-bg-hover: rgba(84,174,255,0.4);
    --color-drag-and-drop-border: #d0d7de;
    --color-upload-enabled-border: #d0d7de;
    --color-upload-enabled-border-focused: #0969da;
    --color-previewable-comment-form-border: #d0d7de;
    --color-verified-badge-text: #1a7f37;
    --color-verified-badge-bg: #ffffff;
    --color-verified-badge-border: #d0d7de;
    --color-social-count-bg: #ffffff;
    --color-tooltip-text: #ffffff;
    --color-tooltip-bg: #24292f;
    --color-files-explorer-icon: #0969da;
    --color-hl-author-bg: #ddf4ff;
    --color-hl-author-border: rgba(84,174,255,0.4);
    --color-logo-subdued: rgba(175,184,193,0.2);
    --color-discussion-border: rgba(74,194,107,0.4);
    --color-discussion-bg-success: #2da44e;
    --color-actions-workflow-table-sticky-bg: rgba(255,255,255,0.95);
    --color-repo-language-color-border: rgba(27,31,36,0.1);
    --color-code-selection-bg: rgba(84,174,255,0.4);
    --color-highlight-text: #24292f;
    --color-highlight-bg: #fff8c5;
    --color-blob-line-highlight-bg: #fff8c5;
    --color-blob-line-highlight-border: rgba(212,167,44,0.4);
    --color-topic-tag-text: #0969da;
    --color-topic-tag-bg: #ddf4ff;
    --color-topic-tag-hover-bg: #0969da;
    --color-topic-tag-active-bg: #ddf4ff;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #6e7781;
    --color-footer-invertocat-octicon-hover: #57606a;
    --color-dropdown-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-label-border: #d0d7de;
    --color-label-primary-text: #24292f;
    --color-label-primary-border: #6e7781;
    --color-label-secondary-text: #57606a;
    --color-label-secondary-border: #d0d7de;
    --color-label-info-text: #0969da;
    --color-label-info-border: #0969da;
    --color-label-success-text: #1a7f37;
    --color-label-success-border: #2da44e;
    --color-label-warning-text: #9a6700;
    --color-label-warning-border: #bf8700;
    --color-label-danger-text: #cf222e;
    --color-label-danger-border: #cf222e;
    --color-label-orange-text: #bc4c00;
    --color-label-orange-border: #bc4c00;
    --color-input-bg: #ffffff;
    --color-input-contrast-bg: #f6f8fa;
    --color-input-border: #d0d7de;
    --color-input-shadow: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-input-disabled-border: #d0d7de;
    --color-input-warning-border: #bf8700;
    --color-input-error-border: #cf222e;
    --color-input-tooltip-success-text: #24292f;
    --color-input-tooltip-success-bg: #dafbe1;
    --color-input-tooltip-success-border: rgba(74,194,107,0.4);
    --color-input-tooltip-warning-text: #24292f;
    --color-input-tooltip-warning-bg: #fff8c5;
    --color-input-tooltip-warning-border: rgba(212,167,44,0.4);
    --color-input-tooltip-error-text: #24292f;
    --color-input-tooltip-error-bg: #FFEBE9;
    --color-input-tooltip-error-border: rgba(255,129,130,0.4);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-toast-text: #24292f;
    --color-toast-bg: #ffffff;
    --color-toast-border: #d0d7de;
    --color-toast-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-toast-icon: #ffffff;
    --color-toast-icon-bg: #0969da;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #24292f;
    --color-toast-success-border: #d0d7de;
    --color-toast-success-icon: #ffffff;
    --color-toast-success-icon-bg: #2da44e;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #24292f;
    --color-toast-warning-border: #d0d7de;
    --color-toast-warning-icon: #24292f;
    --color-toast-warning-icon-bg: #bf8700;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #24292f;
    --color-toast-danger-border: #d0d7de;
    --color-toast-danger-icon: #ffffff;
    --color-toast-danger-icon-bg: #cf222e;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #24292f;
    --color-toast-loading-border: #d0d7de;
    --color-toast-loading-icon: #ffffff;
    --color-toast-loading-icon-bg: #6e7781;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #57606a;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #0969da;
    --color-timeline-target-badge-shadow: rgba(84,174,255,0.4);
    --color-timeline-badge-bg: #eaeef2;
    --color-diffstat-neutral-bg: rgba(175,184,193,0.2);
    --color-diffstat-neutral-border: rgba(27,31,36,0.15);
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-deletion-bg: #cf222e;
    --color-diffstat-addition-bg: #2da44e;
    --color-diff-addition-text: #24292f;
    --color-diff-addition-bg: #dafbe1;
    --color-diff-addition-border: rgba(74,194,107,0.4);
    --color-diff-deletion-text: #24292f;
    --color-diff-deletion-bg: #FFEBE9;
    --color-diff-deletion-border: rgba(255,129,130,0.4);
    --color-diff-change-text: #9a6700;
    --color-diff-change-bg: #fff8c5;
    --color-diff-change-border: rgba(212,167,44,0.4);
    --color-merge-box-success-icon-bg: #2da44e;
    --color-merge-box-success-icon-text: #ffffff;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #2da44e;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8250df;
    --color-merge-box-merged-icon-text: #ffffff;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8250df;
    --color-merge-box-neutral-icon-bg: #6e7781;
    --color-merge-box-neutral-icon-text: #ffffff;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #6e7781;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #bf8700;
    --color-merge-box-warning-icon-text: #ffffff;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #bf8700;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #cf222e;
    --color-merge-box-error-icon-text: #ffffff;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #cf222e;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-underlinenav-border-active: #FD8C73;
    --color-underlinenav-text: #24292f;
    --color-underlinenav-text-hover: #24292f;
    --color-underlinenav-text-active: #24292f;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-icon-hover: #6e7781;
    --color-underlinenav-icon-active: #24292f;
    --color-underlinenav-counter-text: #24292f;
    --color-underlinenav-counter-bg: rgba(175,184,193,0.2);
    --color-select-menu-border-secondary: hsla(210,18%,87%,1);
    --color-select-menu-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-select-menu-backdrop-bg: rgba(27,31,36,0.5);
    --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-sidenav-border-active: #FD8C73;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-heading-text: #24292f;
    --color-menu-border-active: #FD8C73;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-project-card-bg: #ffffff;
    --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-pr-state-draft-text: #ffffff;
    --color-pr-state-draft-bg: #6e7781;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #ffffff;
    --color-pr-state-open-bg: #2da44e;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #ffffff;
    --color-pr-state-merged-bg: #8250df;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #ffffff;
    --color-pr-state-closed-bg: #cf222e;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #6e7781;
    --color-diff-blob-num-hover-text: #24292f;
    --color-diff-blob-addition-num-hover-text: #24292f;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --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-hover-text: #24292f;
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --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-text: #57606a;
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-hunk-line-bg: #ddf4ff;
    --color-diff-blob-empty-block-bg: rgba(234,238,242,0.5);
    --color-diff-blob-selected-line-highlight-bg: #fff8c5;
    --color-diff-blob-selected-line-highlight-border: rgba(212,167,44,0.4);
    --color-diff-blob-expander-hover-icon: #ffffff;
    --color-diff-blob-expander-hover-bg: #0969da;
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-comment-button-icon: #ffffff;
    --color-diff-blob-comment-button-bg: #0969da;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-global-nav-logo: #ffffff;
    --color-global-nav-bg: #24292f;
    --color-global-nav-text: #ffffff;
    --color-global-nav-icon: #ffffff;
    --color-global-nav-input-bg: #f6f8fa;
    --color-global-nav-input-border: #f6f8fa;
    --color-global-nav-input-icon: #afb8c1;
    --color-global-nav-input-placeholder: #8c959f;
    --color-intro-shelf-gradient-left: #ddf4ff;
    --color-intro-shelf-gradient-right: #dafbe1;
    --color-intro-shelf-gradient-in: #ffffff;
    --color-intro-shelf-gradient-out: rgba(255,255,255,0);
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --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: #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: #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: #2da44e;
    --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: #afb8c1;
    --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-mktg-success: rgba(36,146,67,1);
    --color-mktg-info: rgba(19,119,234,1);
    --color-mktg-bg-shade-gradient-top: rgba(27,31,36,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(27,31,36,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #ffffff;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #ffffff;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #ffffff;
    --color-mktg-btn-outline-text: #4969ed;
    --color-mktg-btn-outline-border: rgba(73,105,237,0.3);
    --color-mktg-btn-outline-hover-text: #3355e0;
    --color-mktg-btn-outline-hover-border: rgba(51,85,224,0.5);
    --color-mktg-btn-outline-focus-border: #4969ed;
    --color-mktg-btn-outline-focus-border-inset: rgba(73,105,237,0.5);
    --color-mktg-btn-dark-text: #ffffff;
    --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
    --color-mktg-btn-dark-hover-text: #ffffff;
    --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-focus-border: #ffffff;
    --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
    --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: -2px -2px 0 rgba(255,255,255,0.8);
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --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(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-focus-bg: #f6f8fa;
    --color-btn-focus-border: rgba(27,31,36,0.15);
    --color-btn-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(27,31,36,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(9,105,218,0.3);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #2da44e;
    --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: #2c974b;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(137,55%,36%,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(27,31,36,0.15);
    --color-btn-primary-focus-bg: #2da44e;
    --color-btn-primary-focus-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(45,164,78,0.4);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(255,255,255,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-focus-border: rgba(27,31,36,0.15);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(5,80,174,0.4);
    --color-btn-outline-counter-bg: rgba(9,105,218,0.1);
    --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-focus-border: rgba(27,31,36,0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(164,14,38,0.4);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --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-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: #2da44e;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --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: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-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-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-primer-shadow-focus: 0 0 0 3px rgba(9,105,218,0.3);
    --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: #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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_light.scss */
  [data-color-mode="auto"][data-dark-theme="light"] {
    --color-auto-black: #1b1f24;
    --color-auto-white: #ffffff;
    --color-auto-gray-0: #f6f8fa;
    --color-auto-gray-1: #eaeef2;
    --color-auto-gray-2: #d0d7de;
    --color-auto-gray-3: #afb8c1;
    --color-auto-gray-4: #8c959f;
    --color-auto-gray-5: #6e7781;
    --color-auto-gray-6: #57606a;
    --color-auto-gray-7: #424a53;
    --color-auto-gray-8: #32383f;
    --color-auto-gray-9: #24292f;
    --color-auto-blue-0: #ddf4ff;
    --color-auto-blue-1: #b6e3ff;
    --color-auto-blue-2: #80ccff;
    --color-auto-blue-3: #54aeff;
    --color-auto-blue-4: #218bff;
    --color-auto-blue-5: #0969da;
    --color-auto-blue-6: #0550ae;
    --color-auto-blue-7: #033d8b;
    --color-auto-blue-8: #0a3069;
    --color-auto-blue-9: #002155;
    --color-auto-green-0: #dafbe1;
    --color-auto-green-1: #aceebb;
    --color-auto-green-2: #6fdd8b;
    --color-auto-green-3: #4ac26b;
    --color-auto-green-4: #2da44e;
    --color-auto-green-5: #1a7f37;
    --color-auto-green-6: #116329;
    --color-auto-green-7: #044f1e;
    --color-auto-green-8: #003d16;
    --color-auto-green-9: #002d11;
    --color-auto-yellow-0: #fff8c5;
    --color-auto-yellow-1: #fae17d;
    --color-auto-yellow-2: #eac54f;
    --color-auto-yellow-3: #d4a72c;
    --color-auto-yellow-4: #bf8700;
    --color-auto-yellow-5: #9a6700;
    --color-auto-yellow-6: #7d4e00;
    --color-auto-yellow-7: #633c01;
    --color-auto-yellow-8: #4d2d00;
    --color-auto-yellow-9: #3b2300;
    --color-auto-orange-0: #fff1e5;
    --color-auto-orange-1: #ffd8b5;
    --color-auto-orange-2: #ffb77c;
    --color-auto-orange-3: #fb8f44;
    --color-auto-orange-4: #e16f24;
    --color-auto-orange-5: #bc4c00;
    --color-auto-orange-6: #953800;
    --color-auto-orange-7: #762c00;
    --color-auto-orange-8: #5c2200;
    --color-auto-orange-9: #471700;
    --color-auto-red-0: #FFEBE9;
    --color-auto-red-1: #ffcecb;
    --color-auto-red-2: #ffaba8;
    --color-auto-red-3: #ff8182;
    --color-auto-red-4: #fa4549;
    --color-auto-red-5: #cf222e;
    --color-auto-red-6: #a40e26;
    --color-auto-red-7: #82071e;
    --color-auto-red-8: #660018;
    --color-auto-red-9: #4c0014;
    --color-auto-purple-0: #fbefff;
    --color-auto-purple-1: #ecd8ff;
    --color-auto-purple-2: #d8b9ff;
    --color-auto-purple-3: #c297ff;
    --color-auto-purple-4: #a475f9;
    --color-auto-purple-5: #8250df;
    --color-auto-purple-6: #6639ba;
    --color-auto-purple-7: #512a97;
    --color-auto-purple-8: #3e1f79;
    --color-auto-purple-9: #2e1461;
    --color-auto-pink-0: #ffeff7;
    --color-auto-pink-1: #ffd3eb;
    --color-auto-pink-2: #ffadda;
    --color-auto-pink-3: #ff80c8;
    --color-auto-pink-4: #e85aad;
    --color-auto-pink-5: #bf3989;
    --color-auto-pink-6: #99286e;
    --color-auto-pink-7: #772057;
    --color-auto-pink-8: #611347;
    --color-auto-pink-9: #4d0336;
    --color-text-primary: #24292f;
    --color-text-secondary: #57606a;
    --color-text-tertiary: #57606a;
    --color-text-placeholder: #6e7781;
    --color-text-disabled: #57606a;
    --color-text-inverse: #ffffff;
    --color-text-link: #0969da;
    --color-text-danger: #cf222e;
    --color-text-success: #1a7f37;
    --color-text-warning: #9a6700;
    --color-text-white: #ffffff;
    --color-icon-primary: #24292f;
    --color-icon-secondary: #57606a;
    --color-icon-tertiary: #57606a;
    --color-icon-info: #0969da;
    --color-icon-danger: #cf222e;
    --color-icon-success: #1a7f37;
    --color-icon-warning: #9a6700;
    --color-border-primary: #d0d7de;
    --color-border-secondary: hsla(210,18%,87%,1);
    --color-border-tertiary: #d0d7de;
    --color-border-overlay: #d0d7de;
    --color-border-inverse: #ffffff;
    --color-border-info: #0969da;
    --color-border-danger: #cf222e;
    --color-border-success: #2da44e;
    --color-border-warning: #bf8700;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-bg-canvas: #ffffff;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #6e7781;
    --color-bg-canvas-inset: #f6f8fa;
    --color-bg-primary: #ffffff;
    --color-bg-secondary: #f6f8fa;
    --color-bg-tertiary: #f6f8fa;
    --color-bg-overlay: #ffffff;
    --color-bg-backdrop: rgba(27,31,36,0.5);
    --color-bg-info: #ddf4ff;
    --color-bg-info-inverse: #0969da;
    --color-bg-danger: #FFEBE9;
    --color-bg-danger-inverse: #cf222e;
    --color-bg-success: #dafbe1;
    --color-bg-success-inverse: #2da44e;
    --color-bg-warning: #fff8c5;
    --color-bg-warning-inverse: #bf8700;
    --color-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --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-state-hover-primary-bg: #0969da;
    --color-state-hover-primary-border: #0969da;
    --color-state-hover-primary-text: #ffffff;
    --color-state-hover-primary-icon: #ffffff;
    --color-state-hover-secondary-bg: rgba(234,238,242,0.5);
    --color-state-hover-secondary-border: rgba(234,238,242,0.5);
    --color-state-selected-primary-bg: #0969da;
    --color-state-selected-primary-border: #0969da;
    --color-state-selected-primary-text: #ffffff;
    --color-state-selected-primary-icon: #ffffff;
    --color-state-focus-border: #0969da;
    --color-state-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
    --color-fade-fg-10: rgba(27,31,36,0.1);
    --color-fade-fg-15: rgba(27,31,36,0.15);
    --color-fade-fg-30: rgba(27,31,36,0.3);
    --color-fade-fg-50: rgba(27,31,36,0.5);
    --color-fade-fg-70: rgba(27,31,36,0.7);
    --color-fade-fg-85: rgba(27,31,36,0.85);
    --color-fade-black-10: rgba(27,31,36,0.1);
    --color-fade-black-15: rgba(27,31,36,0.15);
    --color-fade-black-30: rgba(27,31,36,0.3);
    --color-fade-black-50: rgba(27,31,36,0.5);
    --color-fade-black-70: rgba(27,31,36,0.7);
    --color-fade-black-85: rgba(27,31,36,0.85);
    --color-fade-white-10: rgba(255,255,255,0.1);
    --color-fade-white-15: rgba(255,255,255,0.15);
    --color-fade-white-30: rgba(255,255,255,0.3);
    --color-fade-white-50: rgba(255,255,255,0.5);
    --color-fade-white-70: rgba(255,255,255,0.7);
    --color-fade-white-85: rgba(255,255,255,0.85);
    --color-alert-info-text: #24292f;
    --color-alert-info-icon: #0969da;
    --color-alert-info-bg: #ddf4ff;
    --color-alert-info-border: rgba(84,174,255,0.4);
    --color-alert-warn-text: #24292f;
    --color-alert-warn-icon: #9a6700;
    --color-alert-warn-bg: #fff8c5;
    --color-alert-warn-border: rgba(212,167,44,0.4);
    --color-alert-error-text: #24292f;
    --color-alert-error-icon: #cf222e;
    --color-alert-error-bg: #FFEBE9;
    --color-alert-error-border: rgba(255,129,130,0.4);
    --color-alert-success-text: #24292f;
    --color-alert-success-icon: #1a7f37;
    --color-alert-success-bg: #dafbe1;
    --color-alert-success-border: rgba(74,194,107,0.4);
    --color-autocomplete-shadow: 0 3px 6px rgba(140,149,159,0.15);
    --color-autocomplete-row-border: hsla(210,18%,87%,1);
    --color-blankslate-icon: #57606a;
    --color-counter-text: #24292f;
    --color-counter-bg: rgba(175,184,193,0.2);
    --color-counter-primary-text: #ffffff;
    --color-counter-primary-bg: #6e7781;
    --color-counter-secondary-text: #57606a;
    --color-counter-secondary-bg: rgba(234,238,242,0.5);
    --color-box-blue-border: rgba(84,174,255,0.4);
    --color-box-row-yellow-bg: #fff8c5;
    --color-box-row-blue-bg: #ddf4ff;
    --color-box-header-blue-bg: #ddf4ff;
    --color-box-header-blue-border: rgba(84,174,255,0.4);
    --color-box-border-info: rgba(84,174,255,0.4);
    --color-box-bg-info: #ddf4ff;
    --color-box-border-warning: rgba(212,167,44,0.4);
    --color-box-bg-warning: #fff8c5;
    --color-branch-name-text: #57606a;
    --color-branch-name-icon: #57606a;
    --color-branch-name-bg: #ddf4ff;
    --color-branch-name-link-text: #0969da;
    --color-branch-name-link-icon: #0969da;
    --color-branch-name-link-bg: #ddf4ff;
    --color-markdown-code-bg: rgba(175,184,193,0.2);
    --color-markdown-frame-border: #d0d7de;
    --color-markdown-blockquote-border: #d0d7de;
    --color-markdown-table-border: #d0d7de;
    --color-markdown-table-tr-border: hsla(210,18%,87%,1);
    --color-filter-item-bar-bg: rgba(234,238,242,0.5);
    --color-hidden-text-expander-bg: rgba(175,184,193,0.2);
    --color-hidden-text-expander-bg-hover: rgba(84,174,255,0.4);
    --color-drag-and-drop-border: #d0d7de;
    --color-upload-enabled-border: #d0d7de;
    --color-upload-enabled-border-focused: #0969da;
    --color-previewable-comment-form-border: #d0d7de;
    --color-verified-badge-text: #1a7f37;
    --color-verified-badge-bg: #ffffff;
    --color-verified-badge-border: #d0d7de;
    --color-social-count-bg: #ffffff;
    --color-tooltip-text: #ffffff;
    --color-tooltip-bg: #24292f;
    --color-files-explorer-icon: #0969da;
    --color-hl-author-bg: #ddf4ff;
    --color-hl-author-border: rgba(84,174,255,0.4);
    --color-logo-subdued: rgba(175,184,193,0.2);
    --color-discussion-border: rgba(74,194,107,0.4);
    --color-discussion-bg-success: #2da44e;
    --color-actions-workflow-table-sticky-bg: rgba(255,255,255,0.95);
    --color-repo-language-color-border: rgba(27,31,36,0.1);
    --color-code-selection-bg: rgba(84,174,255,0.4);
    --color-highlight-text: #24292f;
    --color-highlight-bg: #fff8c5;
    --color-blob-line-highlight-bg: #fff8c5;
    --color-blob-line-highlight-border: rgba(212,167,44,0.4);
    --color-topic-tag-text: #0969da;
    --color-topic-tag-bg: #ddf4ff;
    --color-topic-tag-hover-bg: #0969da;
    --color-topic-tag-active-bg: #ddf4ff;
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #6e7781;
    --color-footer-invertocat-octicon-hover: #57606a;
    --color-dropdown-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-label-border: #d0d7de;
    --color-label-primary-text: #24292f;
    --color-label-primary-border: #6e7781;
    --color-label-secondary-text: #57606a;
    --color-label-secondary-border: #d0d7de;
    --color-label-info-text: #0969da;
    --color-label-info-border: #0969da;
    --color-label-success-text: #1a7f37;
    --color-label-success-border: #2da44e;
    --color-label-warning-text: #9a6700;
    --color-label-warning-border: #bf8700;
    --color-label-danger-text: #cf222e;
    --color-label-danger-border: #cf222e;
    --color-label-orange-text: #bc4c00;
    --color-label-orange-border: #bc4c00;
    --color-input-bg: #ffffff;
    --color-input-contrast-bg: #f6f8fa;
    --color-input-border: #d0d7de;
    --color-input-shadow: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-input-disabled-border: #d0d7de;
    --color-input-warning-border: #bf8700;
    --color-input-error-border: #cf222e;
    --color-input-tooltip-success-text: #24292f;
    --color-input-tooltip-success-bg: #dafbe1;
    --color-input-tooltip-success-border: rgba(74,194,107,0.4);
    --color-input-tooltip-warning-text: #24292f;
    --color-input-tooltip-warning-bg: #fff8c5;
    --color-input-tooltip-warning-border: rgba(212,167,44,0.4);
    --color-input-tooltip-error-text: #24292f;
    --color-input-tooltip-error-bg: #FFEBE9;
    --color-input-tooltip-error-border: rgba(255,129,130,0.4);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-toast-text: #24292f;
    --color-toast-bg: #ffffff;
    --color-toast-border: #d0d7de;
    --color-toast-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-toast-icon: #ffffff;
    --color-toast-icon-bg: #0969da;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #24292f;
    --color-toast-success-border: #d0d7de;
    --color-toast-success-icon: #ffffff;
    --color-toast-success-icon-bg: #2da44e;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #24292f;
    --color-toast-warning-border: #d0d7de;
    --color-toast-warning-icon: #24292f;
    --color-toast-warning-icon-bg: #bf8700;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #24292f;
    --color-toast-danger-border: #d0d7de;
    --color-toast-danger-icon: #ffffff;
    --color-toast-danger-icon-bg: #cf222e;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #24292f;
    --color-toast-loading-border: #d0d7de;
    --color-toast-loading-icon: #ffffff;
    --color-toast-loading-icon-bg: #6e7781;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #57606a;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #0969da;
    --color-timeline-target-badge-shadow: rgba(84,174,255,0.4);
    --color-timeline-badge-bg: #eaeef2;
    --color-diffstat-neutral-bg: rgba(175,184,193,0.2);
    --color-diffstat-neutral-border: rgba(27,31,36,0.15);
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-deletion-bg: #cf222e;
    --color-diffstat-addition-bg: #2da44e;
    --color-diff-addition-text: #24292f;
    --color-diff-addition-bg: #dafbe1;
    --color-diff-addition-border: rgba(74,194,107,0.4);
    --color-diff-deletion-text: #24292f;
    --color-diff-deletion-bg: #FFEBE9;
    --color-diff-deletion-border: rgba(255,129,130,0.4);
    --color-diff-change-text: #9a6700;
    --color-diff-change-bg: #fff8c5;
    --color-diff-change-border: rgba(212,167,44,0.4);
    --color-merge-box-success-icon-bg: #2da44e;
    --color-merge-box-success-icon-text: #ffffff;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #2da44e;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8250df;
    --color-merge-box-merged-icon-text: #ffffff;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8250df;
    --color-merge-box-neutral-icon-bg: #6e7781;
    --color-merge-box-neutral-icon-text: #ffffff;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #6e7781;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #bf8700;
    --color-merge-box-warning-icon-text: #ffffff;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #bf8700;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #cf222e;
    --color-merge-box-error-icon-text: #ffffff;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #cf222e;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-underlinenav-border-active: #FD8C73;
    --color-underlinenav-text: #24292f;
    --color-underlinenav-text-hover: #24292f;
    --color-underlinenav-text-active: #24292f;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-icon-hover: #6e7781;
    --color-underlinenav-icon-active: #24292f;
    --color-underlinenav-counter-text: #24292f;
    --color-underlinenav-counter-bg: rgba(175,184,193,0.2);
    --color-select-menu-border-secondary: hsla(210,18%,87%,1);
    --color-select-menu-shadow: 0 8px 24px rgba(140,149,159,0.2);
    --color-select-menu-backdrop-bg: rgba(27,31,36,0.5);
    --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-sidenav-border-active: #FD8C73;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-heading-text: #24292f;
    --color-menu-border-active: #FD8C73;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-project-card-bg: #ffffff;
    --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-pr-state-draft-text: #ffffff;
    --color-pr-state-draft-bg: #6e7781;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #ffffff;
    --color-pr-state-open-bg: #2da44e;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #ffffff;
    --color-pr-state-merged-bg: #8250df;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #ffffff;
    --color-pr-state-closed-bg: #cf222e;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #6e7781;
    --color-diff-blob-num-hover-text: #24292f;
    --color-diff-blob-addition-num-hover-text: #24292f;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --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-hover-text: #24292f;
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --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-text: #57606a;
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-hunk-line-bg: #ddf4ff;
    --color-diff-blob-empty-block-bg: rgba(234,238,242,0.5);
    --color-diff-blob-selected-line-highlight-bg: #fff8c5;
    --color-diff-blob-selected-line-highlight-border: rgba(212,167,44,0.4);
    --color-diff-blob-expander-hover-icon: #ffffff;
    --color-diff-blob-expander-hover-bg: #0969da;
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-comment-button-icon: #ffffff;
    --color-diff-blob-comment-button-bg: #0969da;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-global-nav-logo: #ffffff;
    --color-global-nav-bg: #24292f;
    --color-global-nav-text: #ffffff;
    --color-global-nav-icon: #ffffff;
    --color-global-nav-input-bg: #f6f8fa;
    --color-global-nav-input-border: #f6f8fa;
    --color-global-nav-input-icon: #afb8c1;
    --color-global-nav-input-placeholder: #8c959f;
    --color-intro-shelf-gradient-left: #ddf4ff;
    --color-intro-shelf-gradient-right: #dafbe1;
    --color-intro-shelf-gradient-in: #ffffff;
    --color-intro-shelf-gradient-out: rgba(255,255,255,0);
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-search-keyword-hl: #fff8c5;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --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: #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: #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: #2da44e;
    --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: #afb8c1;
    --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-mktg-success: rgba(36,146,67,1);
    --color-mktg-info: rgba(19,119,234,1);
    --color-mktg-bg-shade-gradient-top: rgba(27,31,36,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(27,31,36,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #ffffff;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #ffffff;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #ffffff;
    --color-mktg-btn-outline-text: #4969ed;
    --color-mktg-btn-outline-border: rgba(73,105,237,0.3);
    --color-mktg-btn-outline-hover-text: #3355e0;
    --color-mktg-btn-outline-hover-border: rgba(51,85,224,0.5);
    --color-mktg-btn-outline-focus-border: #4969ed;
    --color-mktg-btn-outline-focus-border-inset: rgba(73,105,237,0.5);
    --color-mktg-btn-dark-text: #ffffff;
    --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
    --color-mktg-btn-dark-hover-text: #ffffff;
    --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-focus-border: #ffffff;
    --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
    --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: -2px -2px 0 rgba(255,255,255,0.8);
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --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(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-focus-bg: #f6f8fa;
    --color-btn-focus-border: rgba(27,31,36,0.15);
    --color-btn-focus-shadow: 0 0 0 3px rgba(9,105,218,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(27,31,36,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(9,105,218,0.3);
    --color-btn-counter-bg: rgba(27,31,36,0.08);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-bg: #2da44e;
    --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: #2c974b;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(137,55%,36%,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(27,31,36,0.15);
    --color-btn-primary-focus-bg: #2da44e;
    --color-btn-primary-focus-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(45,164,78,0.4);
    --color-btn-primary-icon: rgba(255,255,255,0.8);
    --color-btn-primary-counter-bg: rgba(255,255,255,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-focus-border: rgba(27,31,36,0.15);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(5,80,174,0.4);
    --color-btn-outline-counter-bg: rgba(9,105,218,0.1);
    --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-focus-border: rgba(27,31,36,0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(164,14,38,0.4);
    --color-btn-danger-counter-bg: rgba(207,34,46,0.1);
    --color-btn-danger-icon: #cf222e;
    --color-btn-danger-hover-icon: #ffffff;
    --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-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: #2da44e;
    --color-success-muted: rgba(74,194,107,0.4);
    --color-success-subtle: #dafbe1;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --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: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255,129,130,0.4);
    --color-danger-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-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-primer-shadow-focus: 0 0 0 3px rgba(9,105,218,0.3);
    --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: #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;
  }
}

/* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark.scss */
[data-color-mode="light"][data-light-theme="dark"],
[data-color-mode="dark"][data-dark-theme="dark"] {
  --color-auto-black: #f0f6fc;
  --color-auto-white: #010409;
  --color-auto-gray-0: #0d1117;
  --color-auto-gray-1: #161b22;
  --color-auto-gray-2: #21262d;
  --color-auto-gray-3: #30363d;
  --color-auto-gray-4: #484f58;
  --color-auto-gray-5: #6e7681;
  --color-auto-gray-6: #8b949e;
  --color-auto-gray-7: #b1bac4;
  --color-auto-gray-8: #c9d1d9;
  --color-auto-gray-9: #f0f6fc;
  --color-auto-blue-0: #051d4d;
  --color-auto-blue-1: #0c2d6b;
  --color-auto-blue-2: #0d419d;
  --color-auto-blue-3: #1158c7;
  --color-auto-blue-4: #1f6feb;
  --color-auto-blue-5: #388bfd;
  --color-auto-blue-6: #58a6ff;
  --color-auto-blue-7: #79c0ff;
  --color-auto-blue-8: #a5d6ff;
  --color-auto-blue-9: #cae8ff;
  --color-auto-green-0: #04260f;
  --color-auto-green-1: #033a16;
  --color-auto-green-2: #0f5323;
  --color-auto-green-3: #196c2e;
  --color-auto-green-4: #238636;
  --color-auto-green-5: #2ea043;
  --color-auto-green-6: #3fb950;
  --color-auto-green-7: #56d364;
  --color-auto-green-8: #7ee787;
  --color-auto-green-9: #aff5b4;
  --color-auto-yellow-0: #341a00;
  --color-auto-yellow-1: #4b2900;
  --color-auto-yellow-2: #693e00;
  --color-auto-yellow-3: #845306;
  --color-auto-yellow-4: #9e6a03;
  --color-auto-yellow-5: #bb8009;
  --color-auto-yellow-6: #d29922;
  --color-auto-yellow-7: #e3b341;
  --color-auto-yellow-8: #f2cc60;
  --color-auto-yellow-9: #f8e3a1;
  --color-auto-orange-0: #3d1300;
  --color-auto-orange-1: #5a1e02;
  --color-auto-orange-2: #762d0a;
  --color-auto-orange-3: #9b4215;
  --color-auto-orange-4: #bd561d;
  --color-auto-orange-5: #db6d28;
  --color-auto-orange-6: #f0883e;
  --color-auto-orange-7: #ffa657;
  --color-auto-orange-8: #ffc680;
  --color-auto-orange-9: #ffdfb6;
  --color-auto-red-0: #490202;
  --color-auto-red-1: #67060c;
  --color-auto-red-2: #8e1519;
  --color-auto-red-3: #b62324;
  --color-auto-red-4: #da3633;
  --color-auto-red-5: #f85149;
  --color-auto-red-6: #ff7b72;
  --color-auto-red-7: #ffa198;
  --color-auto-red-8: #ffc1ba;
  --color-auto-red-9: #ffdcd7;
  --color-auto-purple-0: #271052;
  --color-auto-purple-1: #3c1e70;
  --color-auto-purple-2: #553098;
  --color-auto-purple-3: #6e40c9;
  --color-auto-purple-4: #8957e5;
  --color-auto-purple-5: #a371f7;
  --color-auto-purple-6: #bc8cff;
  --color-auto-purple-7: #d2a8ff;
  --color-auto-purple-8: #e2c5ff;
  --color-auto-purple-9: #eddeff;
  --color-auto-pink-0: #42062a;
  --color-auto-pink-1: #5e103e;
  --color-auto-pink-2: #7d2457;
  --color-auto-pink-3: #9e3670;
  --color-auto-pink-4: #bf4b8a;
  --color-auto-pink-5: #db61a2;
  --color-auto-pink-6: #f778ba;
  --color-auto-pink-7: #ff9bce;
  --color-auto-pink-8: #ffbedd;
  --color-auto-pink-9: #ffdaec;
  --color-text-primary: #c9d1d9;
  --color-text-secondary: #8b949e;
  --color-text-tertiary: #8b949e;
  --color-text-placeholder: #484f58;
  --color-text-disabled: #8b949e;
  --color-text-inverse: #f0f6fc;
  --color-text-link: #58a6ff;
  --color-text-danger: #f85149;
  --color-text-success: #3fb950;
  --color-text-warning: #d29922;
  --color-text-white: #f0f6fc;
  --color-icon-primary: #c9d1d9;
  --color-icon-secondary: #8b949e;
  --color-icon-tertiary: #8b949e;
  --color-icon-info: #58a6ff;
  --color-icon-danger: #f85149;
  --color-icon-success: #3fb950;
  --color-icon-warning: #d29922;
  --color-border-primary: #30363d;
  --color-border-secondary: #21262d;
  --color-border-tertiary: #30363d;
  --color-border-overlay: #30363d;
  --color-border-inverse: #f0f6fc;
  --color-border-info: #1f6feb;
  --color-border-danger: #da3633;
  --color-border-success: #238636;
  --color-border-warning: #9e6a03;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-bg-canvas: #0d1117;
  --color-bg-canvas-mobile: rgba(0,0,0,0);
  --color-bg-canvas-inverse: #6e7681;
  --color-bg-canvas-inset: #010409;
  --color-bg-primary: #0d1117;
  --color-bg-secondary: #161b22;
  --color-bg-tertiary: #161b22;
  --color-bg-overlay: #161b22;
  --color-bg-backdrop: rgba(1,4,9,0.8);
  --color-bg-info: rgba(56,139,253,0.15);
  --color-bg-info-inverse: #1f6feb;
  --color-bg-danger: rgba(248,81,73,0.15);
  --color-bg-danger-inverse: #da3633;
  --color-bg-success: rgba(46,160,67,0.15);
  --color-bg-success-inverse: #238636;
  --color-bg-warning: rgba(187,128,9,0.15);
  --color-bg-warning-inverse: #9e6a03;
  --color-shadow-highlight: 0 0 transparent;
  --color-shadow-inset: 0 0 transparent;
  --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-state-hover-primary-bg: #1f6feb;
  --color-state-hover-primary-border: #1f6feb;
  --color-state-hover-primary-text: #f0f6fc;
  --color-state-hover-primary-icon: #f0f6fc;
  --color-state-hover-secondary-bg: rgba(110,118,129,0.1);
  --color-state-hover-secondary-border: rgba(110,118,129,0.1);
  --color-state-selected-primary-bg: #1f6feb;
  --color-state-selected-primary-border: #1f6feb;
  --color-state-selected-primary-text: #f0f6fc;
  --color-state-selected-primary-icon: #f0f6fc;
  --color-state-focus-border: #1f6feb;
  --color-state-focus-shadow: 0 0 0 3px #0c2d6b;
  --color-fade-fg-10: rgba(240,246,252,0.1);
  --color-fade-fg-15: rgba(240,246,252,0.15);
  --color-fade-fg-30: rgba(240,246,252,0.3);
  --color-fade-fg-50: rgba(240,246,252,0.5);
  --color-fade-fg-70: rgba(240,246,252,0.7);
  --color-fade-fg-85: rgba(240,246,252,0.85);
  --color-fade-black-10: rgba(1,4,9,0.1);
  --color-fade-black-15: rgba(1,4,9,0.15);
  --color-fade-black-30: rgba(1,4,9,0.3);
  --color-fade-black-50: rgba(1,4,9,0.5);
  --color-fade-black-70: rgba(1,4,9,0.7);
  --color-fade-black-85: rgba(1,4,9,0.85);
  --color-fade-white-10: rgba(240,246,252,0.1);
  --color-fade-white-15: rgba(240,246,252,0.15);
  --color-fade-white-30: rgba(240,246,252,0.3);
  --color-fade-white-50: rgba(240,246,252,0.5);
  --color-fade-white-70: rgba(240,246,252,0.7);
  --color-fade-white-85: rgba(240,246,252,0.85);
  --color-alert-info-text: #c9d1d9;
  --color-alert-info-icon: #58a6ff;
  --color-alert-info-bg: rgba(56,139,253,0.15);
  --color-alert-info-border: rgba(56,139,253,0.4);
  --color-alert-warn-text: #c9d1d9;
  --color-alert-warn-icon: #d29922;
  --color-alert-warn-bg: rgba(187,128,9,0.15);
  --color-alert-warn-border: rgba(187,128,9,0.4);
  --color-alert-error-text: #c9d1d9;
  --color-alert-error-icon: #f85149;
  --color-alert-error-bg: rgba(248,81,73,0.15);
  --color-alert-error-border: rgba(248,81,73,0.4);
  --color-alert-success-text: #c9d1d9;
  --color-alert-success-icon: #3fb950;
  --color-alert-success-bg: rgba(46,160,67,0.15);
  --color-alert-success-border: rgba(46,160,67,0.4);
  --color-autocomplete-shadow: 0 3px 6px #010409;
  --color-autocomplete-row-border: #21262d;
  --color-blankslate-icon: #8b949e;
  --color-counter-text: #c9d1d9;
  --color-counter-bg: rgba(110,118,129,0.4);
  --color-counter-primary-text: #f0f6fc;
  --color-counter-primary-bg: #6e7681;
  --color-counter-secondary-text: #8b949e;
  --color-counter-secondary-bg: rgba(110,118,129,0.1);
  --color-box-blue-border: rgba(56,139,253,0.4);
  --color-box-row-yellow-bg: rgba(187,128,9,0.15);
  --color-box-row-blue-bg: rgba(56,139,253,0.15);
  --color-box-header-blue-bg: rgba(56,139,253,0.15);
  --color-box-header-blue-border: rgba(56,139,253,0.4);
  --color-box-border-info: rgba(56,139,253,0.4);
  --color-box-bg-info: rgba(56,139,253,0.15);
  --color-box-border-warning: rgba(187,128,9,0.4);
  --color-box-bg-warning: rgba(187,128,9,0.15);
  --color-branch-name-text: #8b949e;
  --color-branch-name-icon: #8b949e;
  --color-branch-name-bg: rgba(56,139,253,0.15);
  --color-branch-name-link-text: #58a6ff;
  --color-branch-name-link-icon: #58a6ff;
  --color-branch-name-link-bg: rgba(56,139,253,0.15);
  --color-markdown-code-bg: rgba(110,118,129,0.4);
  --color-markdown-frame-border: #30363d;
  --color-markdown-blockquote-border: #30363d;
  --color-markdown-table-border: #30363d;
  --color-markdown-table-tr-border: #21262d;
  --color-filter-item-bar-bg: rgba(110,118,129,0.1);
  --color-hidden-text-expander-bg: rgba(110,118,129,0.4);
  --color-hidden-text-expander-bg-hover: rgba(56,139,253,0.4);
  --color-drag-and-drop-border: #30363d;
  --color-upload-enabled-border: #30363d;
  --color-upload-enabled-border-focused: #1f6feb;
  --color-previewable-comment-form-border: #30363d;
  --color-verified-badge-text: #3fb950;
  --color-verified-badge-bg: #0d1117;
  --color-verified-badge-border: #30363d;
  --color-social-count-bg: #0d1117;
  --color-tooltip-text: #f0f6fc;
  --color-tooltip-bg: #6e7681;
  --color-files-explorer-icon: #58a6ff;
  --color-hl-author-bg: rgba(56,139,253,0.15);
  --color-hl-author-border: rgba(56,139,253,0.4);
  --color-logo-subdued: rgba(110,118,129,0.4);
  --color-discussion-border: rgba(46,160,67,0.4);
  --color-discussion-bg-success: #238636;
  --color-actions-workflow-table-sticky-bg: rgba(13,17,23,0.95);
  --color-repo-language-color-border: rgba(240,246,252,0.2);
  --color-code-selection-bg: rgba(56,139,253,0.4);
  --color-highlight-text: #c9d1d9;
  --color-highlight-bg: rgba(187,128,9,0.15);
  --color-blob-line-highlight-bg: rgba(187,128,9,0.15);
  --color-blob-line-highlight-border: rgba(187,128,9,0.4);
  --color-topic-tag-text: #58a6ff;
  --color-topic-tag-bg: rgba(56,139,253,0.15);
  --color-topic-tag-hover-bg: #1f6feb;
  --color-topic-tag-active-bg: rgba(56,139,253,0.15);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-footer-invertocat-octicon: #484f58;
  --color-footer-invertocat-octicon-hover: #8b949e;
  --color-dropdown-shadow: 0 8px 24px #010409;
  --color-label-border: #30363d;
  --color-label-primary-text: #c9d1d9;
  --color-label-primary-border: #6e7681;
  --color-label-secondary-text: #8b949e;
  --color-label-secondary-border: #30363d;
  --color-label-info-text: #58a6ff;
  --color-label-info-border: #1f6feb;
  --color-label-success-text: #3fb950;
  --color-label-success-border: #238636;
  --color-label-warning-text: #d29922;
  --color-label-warning-border: #9e6a03;
  --color-label-danger-text: #f85149;
  --color-label-danger-border: #da3633;
  --color-label-orange-text: #db6d28;
  --color-label-orange-border: #bd561d;
  --color-input-bg: #0d1117;
  --color-input-contrast-bg: #010409;
  --color-input-border: #30363d;
  --color-input-shadow: 0 0 transparent;
  --color-input-disabled-border: #30363d;
  --color-input-warning-border: #9e6a03;
  --color-input-error-border: #da3633;
  --color-input-tooltip-success-text: #c9d1d9;
  --color-input-tooltip-success-bg: rgba(46,160,67,0.15);
  --color-input-tooltip-success-border: rgba(46,160,67,0.4);
  --color-input-tooltip-warning-text: #c9d1d9;
  --color-input-tooltip-warning-bg: rgba(187,128,9,0.15);
  --color-input-tooltip-warning-border: rgba(187,128,9,0.4);
  --color-input-tooltip-error-text: #c9d1d9;
  --color-input-tooltip-error-bg: rgba(248,81,73,0.15);
  --color-input-tooltip-error-border: rgba(248,81,73,0.4);
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-toast-text: #c9d1d9;
  --color-toast-bg: #0d1117;
  --color-toast-border: #30363d;
  --color-toast-shadow: 0 8px 24px #010409;
  --color-toast-icon: #f0f6fc;
  --color-toast-icon-bg: #1f6feb;
  --color-toast-icon-border: rgba(0,0,0,0);
  --color-toast-success-text: #c9d1d9;
  --color-toast-success-border: #30363d;
  --color-toast-success-icon: #f0f6fc;
  --color-toast-success-icon-bg: #238636;
  --color-toast-success-icon-border: rgba(0,0,0,0);
  --color-toast-warning-text: #c9d1d9;
  --color-toast-warning-border: #30363d;
  --color-toast-warning-icon: #c9d1d9;
  --color-toast-warning-icon-bg: #9e6a03;
  --color-toast-warning-icon-border: rgba(0,0,0,0);
  --color-toast-danger-text: #c9d1d9;
  --color-toast-danger-border: #30363d;
  --color-toast-danger-icon: #f0f6fc;
  --color-toast-danger-icon-bg: #da3633;
  --color-toast-danger-icon-border: rgba(0,0,0,0);
  --color-toast-loading-text: #c9d1d9;
  --color-toast-loading-border: #30363d;
  --color-toast-loading-icon: #f0f6fc;
  --color-toast-loading-icon-bg: #6e7681;
  --color-toast-loading-icon-border: rgba(0,0,0,0);
  --color-timeline-text: #8b949e;
  --color-timeline-badge-success-border: rgba(0,0,0,0);
  --color-timeline-target-badge-border: #1f6feb;
  --color-timeline-target-badge-shadow: rgba(56,139,253,0.4);
  --color-timeline-badge-bg: #21262d;
  --color-diffstat-neutral-bg: rgba(110,118,129,0.4);
  --color-diffstat-neutral-border: rgba(240,246,252,0.1);
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-deletion-bg: #da3633;
  --color-diffstat-addition-bg: #3fb950;
  --color-diff-addition-text: #c9d1d9;
  --color-diff-addition-bg: rgba(46,160,67,0.15);
  --color-diff-addition-border: rgba(46,160,67,0.4);
  --color-diff-deletion-text: #c9d1d9;
  --color-diff-deletion-bg: rgba(248,81,73,0.15);
  --color-diff-deletion-border: rgba(248,81,73,0.4);
  --color-diff-change-text: #d29922;
  --color-diff-change-bg: rgba(187,128,9,0.15);
  --color-diff-change-border: rgba(187,128,9,0.4);
  --color-merge-box-success-icon-bg: #238636;
  --color-merge-box-success-icon-text: #f0f6fc;
  --color-merge-box-success-icon-border: rgba(0,0,0,0);
  --color-merge-box-success-indicator-bg: #238636;
  --color-merge-box-success-indicator-border: rgba(0,0,0,0);
  --color-merge-box-merged-icon-bg: #8957e5;
  --color-merge-box-merged-icon-text: #f0f6fc;
  --color-merge-box-merged-icon-border: rgba(0,0,0,0);
  --color-merge-box-merged-box-border: #8957e5;
  --color-merge-box-neutral-icon-bg: #6e7681;
  --color-merge-box-neutral-icon-text: #f0f6fc;
  --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
  --color-merge-box-neutral-indicator-bg: #6e7681;
  --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
  --color-merge-box-warning-icon-bg: #9e6a03;
  --color-merge-box-warning-icon-text: #f0f6fc;
  --color-merge-box-warning-icon-border: rgba(0,0,0,0);
  --color-merge-box-warning-box-border: #9e6a03;
  --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
  --color-merge-box-error-icon-bg: #da3633;
  --color-merge-box-error-icon-text: #f0f6fc;
  --color-merge-box-error-icon-border: rgba(0,0,0,0);
  --color-merge-box-error-indicator-bg: #da3633;
  --color-merge-box-error-indicator-border: rgba(0,0,0,0);
  --color-underlinenav-border: rgba(0,0,0,0);
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-underlinenav-border-active: #F78166;
  --color-underlinenav-text: #c9d1d9;
  --color-underlinenav-text-hover: #c9d1d9;
  --color-underlinenav-text-active: #c9d1d9;
  --color-underlinenav-icon: #484f58;
  --color-underlinenav-icon-hover: #484f58;
  --color-underlinenav-icon-active: #c9d1d9;
  --color-underlinenav-counter-text: #c9d1d9;
  --color-underlinenav-counter-bg: rgba(110,118,129,0.4);
  --color-select-menu-border-secondary: #21262d;
  --color-select-menu-shadow: 0 8px 24px #010409;
  --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
  --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-sidenav-border-active: #F78166;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-heading-text: #c9d1d9;
  --color-menu-border-active: #F78166;
  --color-menu-bg-active: #161b22;
  --color-project-card-bg: #161b22;
  --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-pr-state-draft-text: #f0f6fc;
  --color-pr-state-draft-bg: #6e7681;
  --color-pr-state-draft-border: rgba(0,0,0,0);
  --color-pr-state-open-text: #f0f6fc;
  --color-pr-state-open-bg: #238636;
  --color-pr-state-open-border: rgba(0,0,0,0);
  --color-pr-state-merged-text: #f0f6fc;
  --color-pr-state-merged-bg: #8957e5;
  --color-pr-state-merged-border: rgba(0,0,0,0);
  --color-pr-state-closed-text: #f0f6fc;
  --color-pr-state-closed-bg: #da3633;
  --color-pr-state-closed-border: rgba(0,0,0,0);
  --color-diff-blob-num-text: #484f58;
  --color-diff-blob-num-hover-text: #c9d1d9;
  --color-diff-blob-addition-num-hover-text: #c9d1d9;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --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-hover-text: #c9d1d9;
  --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.15);
  --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
  --color-diff-blob-hunk-text: #8b949e;
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-hunk-line-bg: rgba(56,139,253,0.15);
  --color-diff-blob-empty-block-bg: rgba(110,118,129,0.1);
  --color-diff-blob-selected-line-highlight-bg: rgba(187,128,9,0.15);
  --color-diff-blob-selected-line-highlight-border: rgba(187,128,9,0.4);
  --color-diff-blob-expander-hover-icon: #f0f6fc;
  --color-diff-blob-expander-hover-bg: #1f6feb;
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-comment-button-icon: #f0f6fc;
  --color-diff-blob-comment-button-bg: #1f6feb;
  --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-global-nav-logo: #f0f6fc;
  --color-global-nav-bg: #161b22;
  --color-global-nav-text: #c9d1d9;
  --color-global-nav-icon: #c9d1d9;
  --color-global-nav-input-bg: #0d1117;
  --color-global-nav-input-border: #21262d;
  --color-global-nav-input-icon: #21262d;
  --color-global-nav-input-placeholder: #484f58;
  --color-intro-shelf-gradient-left: rgba(56,139,253,0.15);
  --color-intro-shelf-gradient-right: rgba(46,160,67,0.15);
  --color-intro-shelf-gradient-in: #0d1117;
  --color-intro-shelf-gradient-out: rgba(240,246,252,0);
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --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: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #484f58;
  --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: #ffa657;
  --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: #484f58;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #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: #484f58;
  --color-checks-line-timestamp-text: #484f58;
  --color-checks-line-hover-bg: rgba(110,118,129,0.1);
  --color-checks-line-selected-bg: rgba(56,139,253,0.15);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #f0f6fc;
  --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: #484f58;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #484f58;
  --color-checks-logline-error-bg: rgba(248,81,73,0.15);
  --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: #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-mktg-success: rgba(41,147,61,1);
  --color-mktg-info: rgba(42,123,243,1);
  --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
  --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
  --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
  --color-mktg-btn-bg-bottom: #4969ed;
  --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
  --color-mktg-btn-bg-overlay-bottom: #3355e0;
  --color-mktg-btn-text: #f0f6fc;
  --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
  --color-mktg-btn-primary-bg-bottom: #2ea44f;
  --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
  --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
  --color-mktg-btn-primary-text: #f0f6fc;
  --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
  --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
  --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
  --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
  --color-mktg-btn-enterprise-text: #f0f6fc;
  --color-mktg-btn-outline-text: #f0f6fc;
  --color-mktg-btn-outline-border: rgba(240,246,252,0.3);
  --color-mktg-btn-outline-hover-text: #f0f6fc;
  --color-mktg-btn-outline-hover-border: rgba(240,246,252,0.5);
  --color-mktg-btn-outline-focus-border: #f0f6fc;
  --color-mktg-btn-outline-focus-border-inset: rgba(240,246,252,0.5);
  --color-mktg-btn-dark-text: #f0f6fc;
  --color-mktg-btn-dark-border: rgba(240,246,252,0.3);
  --color-mktg-btn-dark-hover-text: #f0f6fc;
  --color-mktg-btn-dark-hover-border: rgba(240,246,252,0.5);
  --color-mktg-btn-dark-focus-border: #f0f6fc;
  --color-mktg-btn-dark-focus-border-inset: rgba(240,246,252,0.5);
  --color-avatar-bg: rgba(240,246,252,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: -2px -2px 0 #0d1117;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-header-text: rgba(240,246,252,0.7);
  --color-header-bg: #161b22;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #f0f6fc;
  --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-focus-bg: #21262d;
  --color-btn-focus-border: #8b949e;
  --color-btn-focus-shadow: 0 0 0 3px rgba(139,148,158,0.3);
  --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
  --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(31,111,235,0.3);
  --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(240,246,252,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-focus-bg: #238636;
  --color-btn-primary-focus-border: rgba(240,246,252,0.1);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
  --color-btn-primary-icon: #f0f6fc;
  --color-btn-primary-counter-bg: rgba(240,246,252,0.2);
  --color-btn-outline-text: #58a6ff;
  --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(240,246,252,0.03);
  --color-btn-outline-hover-counter-bg: rgba(240,246,252,0.2);
  --color-btn-outline-selected-text: #f0f6fc;
  --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-focus-border: rgba(240,246,252,0.1);
  --color-btn-outline-focus-shadow: 0 0 0 3px rgba(17,88,199,0.4);
  --color-btn-outline-counter-bg: rgba(31,111,235,0.1);
  --color-btn-danger-text: #f85149;
  --color-btn-danger-hover-text: #f0f6fc;
  --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: #f0f6fc;
  --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-focus-border: #f85149;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(248,81,73,0.4);
  --color-btn-danger-counter-bg: rgba(218,54,51,0.1);
  --color-btn-danger-icon: #f85149;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #484f58;
  --color-fg-on-emphasis: #f0f6fc;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --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.15);
  --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.15);
  --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.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.15);
  --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.15);
  --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(240,246,252,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-primer-shadow-focus: 0 0 0 3px #0c2d6b;
  --color-scale-black: #010409;
  --color-scale-white: #f0f6fc;
  --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark.scss */
  [data-color-mode="auto"][data-light-theme="dark"] {
    --color-auto-black: #f0f6fc;
    --color-auto-white: #010409;
    --color-auto-gray-0: #0d1117;
    --color-auto-gray-1: #161b22;
    --color-auto-gray-2: #21262d;
    --color-auto-gray-3: #30363d;
    --color-auto-gray-4: #484f58;
    --color-auto-gray-5: #6e7681;
    --color-auto-gray-6: #8b949e;
    --color-auto-gray-7: #b1bac4;
    --color-auto-gray-8: #c9d1d9;
    --color-auto-gray-9: #f0f6fc;
    --color-auto-blue-0: #051d4d;
    --color-auto-blue-1: #0c2d6b;
    --color-auto-blue-2: #0d419d;
    --color-auto-blue-3: #1158c7;
    --color-auto-blue-4: #1f6feb;
    --color-auto-blue-5: #388bfd;
    --color-auto-blue-6: #58a6ff;
    --color-auto-blue-7: #79c0ff;
    --color-auto-blue-8: #a5d6ff;
    --color-auto-blue-9: #cae8ff;
    --color-auto-green-0: #04260f;
    --color-auto-green-1: #033a16;
    --color-auto-green-2: #0f5323;
    --color-auto-green-3: #196c2e;
    --color-auto-green-4: #238636;
    --color-auto-green-5: #2ea043;
    --color-auto-green-6: #3fb950;
    --color-auto-green-7: #56d364;
    --color-auto-green-8: #7ee787;
    --color-auto-green-9: #aff5b4;
    --color-auto-yellow-0: #341a00;
    --color-auto-yellow-1: #4b2900;
    --color-auto-yellow-2: #693e00;
    --color-auto-yellow-3: #845306;
    --color-auto-yellow-4: #9e6a03;
    --color-auto-yellow-5: #bb8009;
    --color-auto-yellow-6: #d29922;
    --color-auto-yellow-7: #e3b341;
    --color-auto-yellow-8: #f2cc60;
    --color-auto-yellow-9: #f8e3a1;
    --color-auto-orange-0: #3d1300;
    --color-auto-orange-1: #5a1e02;
    --color-auto-orange-2: #762d0a;
    --color-auto-orange-3: #9b4215;
    --color-auto-orange-4: #bd561d;
    --color-auto-orange-5: #db6d28;
    --color-auto-orange-6: #f0883e;
    --color-auto-orange-7: #ffa657;
    --color-auto-orange-8: #ffc680;
    --color-auto-orange-9: #ffdfb6;
    --color-auto-red-0: #490202;
    --color-auto-red-1: #67060c;
    --color-auto-red-2: #8e1519;
    --color-auto-red-3: #b62324;
    --color-auto-red-4: #da3633;
    --color-auto-red-5: #f85149;
    --color-auto-red-6: #ff7b72;
    --color-auto-red-7: #ffa198;
    --color-auto-red-8: #ffc1ba;
    --color-auto-red-9: #ffdcd7;
    --color-auto-purple-0: #271052;
    --color-auto-purple-1: #3c1e70;
    --color-auto-purple-2: #553098;
    --color-auto-purple-3: #6e40c9;
    --color-auto-purple-4: #8957e5;
    --color-auto-purple-5: #a371f7;
    --color-auto-purple-6: #bc8cff;
    --color-auto-purple-7: #d2a8ff;
    --color-auto-purple-8: #e2c5ff;
    --color-auto-purple-9: #eddeff;
    --color-auto-pink-0: #42062a;
    --color-auto-pink-1: #5e103e;
    --color-auto-pink-2: #7d2457;
    --color-auto-pink-3: #9e3670;
    --color-auto-pink-4: #bf4b8a;
    --color-auto-pink-5: #db61a2;
    --color-auto-pink-6: #f778ba;
    --color-auto-pink-7: #ff9bce;
    --color-auto-pink-8: #ffbedd;
    --color-auto-pink-9: #ffdaec;
    --color-text-primary: #c9d1d9;
    --color-text-secondary: #8b949e;
    --color-text-tertiary: #8b949e;
    --color-text-placeholder: #484f58;
    --color-text-disabled: #8b949e;
    --color-text-inverse: #f0f6fc;
    --color-text-link: #58a6ff;
    --color-text-danger: #f85149;
    --color-text-success: #3fb950;
    --color-text-warning: #d29922;
    --color-text-white: #f0f6fc;
    --color-icon-primary: #c9d1d9;
    --color-icon-secondary: #8b949e;
    --color-icon-tertiary: #8b949e;
    --color-icon-info: #58a6ff;
    --color-icon-danger: #f85149;
    --color-icon-success: #3fb950;
    --color-icon-warning: #d29922;
    --color-border-primary: #30363d;
    --color-border-secondary: #21262d;
    --color-border-tertiary: #30363d;
    --color-border-overlay: #30363d;
    --color-border-inverse: #f0f6fc;
    --color-border-info: #1f6feb;
    --color-border-danger: #da3633;
    --color-border-success: #238636;
    --color-border-warning: #9e6a03;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-bg-canvas: #0d1117;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #6e7681;
    --color-bg-canvas-inset: #010409;
    --color-bg-primary: #0d1117;
    --color-bg-secondary: #161b22;
    --color-bg-tertiary: #161b22;
    --color-bg-overlay: #161b22;
    --color-bg-backdrop: rgba(1,4,9,0.8);
    --color-bg-info: rgba(56,139,253,0.15);
    --color-bg-info-inverse: #1f6feb;
    --color-bg-danger: rgba(248,81,73,0.15);
    --color-bg-danger-inverse: #da3633;
    --color-bg-success: rgba(46,160,67,0.15);
    --color-bg-success-inverse: #238636;
    --color-bg-warning: rgba(187,128,9,0.15);
    --color-bg-warning-inverse: #9e6a03;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #1f6feb;
    --color-state-hover-primary-border: #1f6feb;
    --color-state-hover-primary-text: #f0f6fc;
    --color-state-hover-primary-icon: #f0f6fc;
    --color-state-hover-secondary-bg: rgba(110,118,129,0.1);
    --color-state-hover-secondary-border: rgba(110,118,129,0.1);
    --color-state-selected-primary-bg: #1f6feb;
    --color-state-selected-primary-border: #1f6feb;
    --color-state-selected-primary-text: #f0f6fc;
    --color-state-selected-primary-icon: #f0f6fc;
    --color-state-focus-border: #1f6feb;
    --color-state-focus-shadow: 0 0 0 3px #0c2d6b;
    --color-fade-fg-10: rgba(240,246,252,0.1);
    --color-fade-fg-15: rgba(240,246,252,0.15);
    --color-fade-fg-30: rgba(240,246,252,0.3);
    --color-fade-fg-50: rgba(240,246,252,0.5);
    --color-fade-fg-70: rgba(240,246,252,0.7);
    --color-fade-fg-85: rgba(240,246,252,0.85);
    --color-fade-black-10: rgba(1,4,9,0.1);
    --color-fade-black-15: rgba(1,4,9,0.15);
    --color-fade-black-30: rgba(1,4,9,0.3);
    --color-fade-black-50: rgba(1,4,9,0.5);
    --color-fade-black-70: rgba(1,4,9,0.7);
    --color-fade-black-85: rgba(1,4,9,0.85);
    --color-fade-white-10: rgba(240,246,252,0.1);
    --color-fade-white-15: rgba(240,246,252,0.15);
    --color-fade-white-30: rgba(240,246,252,0.3);
    --color-fade-white-50: rgba(240,246,252,0.5);
    --color-fade-white-70: rgba(240,246,252,0.7);
    --color-fade-white-85: rgba(240,246,252,0.85);
    --color-alert-info-text: #c9d1d9;
    --color-alert-info-icon: #58a6ff;
    --color-alert-info-bg: rgba(56,139,253,0.15);
    --color-alert-info-border: rgba(56,139,253,0.4);
    --color-alert-warn-text: #c9d1d9;
    --color-alert-warn-icon: #d29922;
    --color-alert-warn-bg: rgba(187,128,9,0.15);
    --color-alert-warn-border: rgba(187,128,9,0.4);
    --color-alert-error-text: #c9d1d9;
    --color-alert-error-icon: #f85149;
    --color-alert-error-bg: rgba(248,81,73,0.15);
    --color-alert-error-border: rgba(248,81,73,0.4);
    --color-alert-success-text: #c9d1d9;
    --color-alert-success-icon: #3fb950;
    --color-alert-success-bg: rgba(46,160,67,0.15);
    --color-alert-success-border: rgba(46,160,67,0.4);
    --color-autocomplete-shadow: 0 3px 6px #010409;
    --color-autocomplete-row-border: #21262d;
    --color-blankslate-icon: #8b949e;
    --color-counter-text: #c9d1d9;
    --color-counter-bg: rgba(110,118,129,0.4);
    --color-counter-primary-text: #f0f6fc;
    --color-counter-primary-bg: #6e7681;
    --color-counter-secondary-text: #8b949e;
    --color-counter-secondary-bg: rgba(110,118,129,0.1);
    --color-box-blue-border: rgba(56,139,253,0.4);
    --color-box-row-yellow-bg: rgba(187,128,9,0.15);
    --color-box-row-blue-bg: rgba(56,139,253,0.15);
    --color-box-header-blue-bg: rgba(56,139,253,0.15);
    --color-box-header-blue-border: rgba(56,139,253,0.4);
    --color-box-border-info: rgba(56,139,253,0.4);
    --color-box-bg-info: rgba(56,139,253,0.15);
    --color-box-border-warning: rgba(187,128,9,0.4);
    --color-box-bg-warning: rgba(187,128,9,0.15);
    --color-branch-name-text: #8b949e;
    --color-branch-name-icon: #8b949e;
    --color-branch-name-bg: rgba(56,139,253,0.15);
    --color-branch-name-link-text: #58a6ff;
    --color-branch-name-link-icon: #58a6ff;
    --color-branch-name-link-bg: rgba(56,139,253,0.15);
    --color-markdown-code-bg: rgba(110,118,129,0.4);
    --color-markdown-frame-border: #30363d;
    --color-markdown-blockquote-border: #30363d;
    --color-markdown-table-border: #30363d;
    --color-markdown-table-tr-border: #21262d;
    --color-filter-item-bar-bg: rgba(110,118,129,0.1);
    --color-hidden-text-expander-bg: rgba(110,118,129,0.4);
    --color-hidden-text-expander-bg-hover: rgba(56,139,253,0.4);
    --color-drag-and-drop-border: #30363d;
    --color-upload-enabled-border: #30363d;
    --color-upload-enabled-border-focused: #1f6feb;
    --color-previewable-comment-form-border: #30363d;
    --color-verified-badge-text: #3fb950;
    --color-verified-badge-bg: #0d1117;
    --color-verified-badge-border: #30363d;
    --color-social-count-bg: #0d1117;
    --color-tooltip-text: #f0f6fc;
    --color-tooltip-bg: #6e7681;
    --color-files-explorer-icon: #58a6ff;
    --color-hl-author-bg: rgba(56,139,253,0.15);
    --color-hl-author-border: rgba(56,139,253,0.4);
    --color-logo-subdued: rgba(110,118,129,0.4);
    --color-discussion-border: rgba(46,160,67,0.4);
    --color-discussion-bg-success: #238636;
    --color-actions-workflow-table-sticky-bg: rgba(13,17,23,0.95);
    --color-repo-language-color-border: rgba(240,246,252,0.2);
    --color-code-selection-bg: rgba(56,139,253,0.4);
    --color-highlight-text: #c9d1d9;
    --color-highlight-bg: rgba(187,128,9,0.15);
    --color-blob-line-highlight-bg: rgba(187,128,9,0.15);
    --color-blob-line-highlight-border: rgba(187,128,9,0.4);
    --color-topic-tag-text: #58a6ff;
    --color-topic-tag-bg: rgba(56,139,253,0.15);
    --color-topic-tag-hover-bg: #1f6feb;
    --color-topic-tag-active-bg: rgba(56,139,253,0.15);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #484f58;
    --color-footer-invertocat-octicon-hover: #8b949e;
    --color-dropdown-shadow: 0 8px 24px #010409;
    --color-label-border: #30363d;
    --color-label-primary-text: #c9d1d9;
    --color-label-primary-border: #6e7681;
    --color-label-secondary-text: #8b949e;
    --color-label-secondary-border: #30363d;
    --color-label-info-text: #58a6ff;
    --color-label-info-border: #1f6feb;
    --color-label-success-text: #3fb950;
    --color-label-success-border: #238636;
    --color-label-warning-text: #d29922;
    --color-label-warning-border: #9e6a03;
    --color-label-danger-text: #f85149;
    --color-label-danger-border: #da3633;
    --color-label-orange-text: #db6d28;
    --color-label-orange-border: #bd561d;
    --color-input-bg: #0d1117;
    --color-input-contrast-bg: #010409;
    --color-input-border: #30363d;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #30363d;
    --color-input-warning-border: #9e6a03;
    --color-input-error-border: #da3633;
    --color-input-tooltip-success-text: #c9d1d9;
    --color-input-tooltip-success-bg: rgba(46,160,67,0.15);
    --color-input-tooltip-success-border: rgba(46,160,67,0.4);
    --color-input-tooltip-warning-text: #c9d1d9;
    --color-input-tooltip-warning-bg: rgba(187,128,9,0.15);
    --color-input-tooltip-warning-border: rgba(187,128,9,0.4);
    --color-input-tooltip-error-text: #c9d1d9;
    --color-input-tooltip-error-bg: rgba(248,81,73,0.15);
    --color-input-tooltip-error-border: rgba(248,81,73,0.4);
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-toast-text: #c9d1d9;
    --color-toast-bg: #0d1117;
    --color-toast-border: #30363d;
    --color-toast-shadow: 0 8px 24px #010409;
    --color-toast-icon: #f0f6fc;
    --color-toast-icon-bg: #1f6feb;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #c9d1d9;
    --color-toast-success-border: #30363d;
    --color-toast-success-icon: #f0f6fc;
    --color-toast-success-icon-bg: #238636;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #c9d1d9;
    --color-toast-warning-border: #30363d;
    --color-toast-warning-icon: #c9d1d9;
    --color-toast-warning-icon-bg: #9e6a03;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #c9d1d9;
    --color-toast-danger-border: #30363d;
    --color-toast-danger-icon: #f0f6fc;
    --color-toast-danger-icon-bg: #da3633;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #c9d1d9;
    --color-toast-loading-border: #30363d;
    --color-toast-loading-icon: #f0f6fc;
    --color-toast-loading-icon-bg: #6e7681;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #8b949e;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #1f6feb;
    --color-timeline-target-badge-shadow: rgba(56,139,253,0.4);
    --color-timeline-badge-bg: #21262d;
    --color-diffstat-neutral-bg: rgba(110,118,129,0.4);
    --color-diffstat-neutral-border: rgba(240,246,252,0.1);
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-deletion-bg: #da3633;
    --color-diffstat-addition-bg: #3fb950;
    --color-diff-addition-text: #c9d1d9;
    --color-diff-addition-bg: rgba(46,160,67,0.15);
    --color-diff-addition-border: rgba(46,160,67,0.4);
    --color-diff-deletion-text: #c9d1d9;
    --color-diff-deletion-bg: rgba(248,81,73,0.15);
    --color-diff-deletion-border: rgba(248,81,73,0.4);
    --color-diff-change-text: #d29922;
    --color-diff-change-bg: rgba(187,128,9,0.15);
    --color-diff-change-border: rgba(187,128,9,0.4);
    --color-merge-box-success-icon-bg: #238636;
    --color-merge-box-success-icon-text: #f0f6fc;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #238636;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8957e5;
    --color-merge-box-merged-icon-text: #f0f6fc;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8957e5;
    --color-merge-box-neutral-icon-bg: #6e7681;
    --color-merge-box-neutral-icon-text: #f0f6fc;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #6e7681;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #9e6a03;
    --color-merge-box-warning-icon-text: #f0f6fc;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #9e6a03;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #da3633;
    --color-merge-box-error-icon-text: #f0f6fc;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #da3633;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-underlinenav-border-active: #F78166;
    --color-underlinenav-text: #c9d1d9;
    --color-underlinenav-text-hover: #c9d1d9;
    --color-underlinenav-text-active: #c9d1d9;
    --color-underlinenav-icon: #484f58;
    --color-underlinenav-icon-hover: #484f58;
    --color-underlinenav-icon-active: #c9d1d9;
    --color-underlinenav-counter-text: #c9d1d9;
    --color-underlinenav-counter-bg: rgba(110,118,129,0.4);
    --color-select-menu-border-secondary: #21262d;
    --color-select-menu-shadow: 0 8px 24px #010409;
    --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
    --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-sidenav-border-active: #F78166;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-heading-text: #c9d1d9;
    --color-menu-border-active: #F78166;
    --color-menu-bg-active: #161b22;
    --color-project-card-bg: #161b22;
    --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-pr-state-draft-text: #f0f6fc;
    --color-pr-state-draft-bg: #6e7681;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #f0f6fc;
    --color-pr-state-open-bg: #238636;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #f0f6fc;
    --color-pr-state-merged-bg: #8957e5;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #f0f6fc;
    --color-pr-state-closed-bg: #da3633;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #484f58;
    --color-diff-blob-num-hover-text: #c9d1d9;
    --color-diff-blob-addition-num-hover-text: #c9d1d9;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --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-hover-text: #c9d1d9;
    --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.15);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-text: #8b949e;
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-hunk-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-empty-block-bg: rgba(110,118,129,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(187,128,9,0.15);
    --color-diff-blob-selected-line-highlight-border: rgba(187,128,9,0.4);
    --color-diff-blob-expander-hover-icon: #f0f6fc;
    --color-diff-blob-expander-hover-bg: #1f6feb;
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-comment-button-icon: #f0f6fc;
    --color-diff-blob-comment-button-bg: #1f6feb;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #f0f6fc;
    --color-global-nav-bg: #161b22;
    --color-global-nav-text: #c9d1d9;
    --color-global-nav-icon: #c9d1d9;
    --color-global-nav-input-bg: #0d1117;
    --color-global-nav-input-border: #21262d;
    --color-global-nav-input-icon: #21262d;
    --color-global-nav-input-placeholder: #484f58;
    --color-intro-shelf-gradient-left: rgba(56,139,253,0.15);
    --color-intro-shelf-gradient-right: rgba(46,160,67,0.15);
    --color-intro-shelf-gradient-in: #0d1117;
    --color-intro-shelf-gradient-out: rgba(240,246,252,0);
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --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: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #484f58;
    --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: #ffa657;
    --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: #484f58;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #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: #484f58;
    --color-checks-line-timestamp-text: #484f58;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #f0f6fc;
    --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: #484f58;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #484f58;
    --color-checks-logline-error-bg: rgba(248,81,73,0.15);
    --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: #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-mktg-success: rgba(41,147,61,1);
    --color-mktg-info: rgba(42,123,243,1);
    --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #f0f6fc;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #f0f6fc;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #f0f6fc;
    --color-mktg-btn-outline-text: #f0f6fc;
    --color-mktg-btn-outline-border: rgba(240,246,252,0.3);
    --color-mktg-btn-outline-hover-text: #f0f6fc;
    --color-mktg-btn-outline-hover-border: rgba(240,246,252,0.5);
    --color-mktg-btn-outline-focus-border: #f0f6fc;
    --color-mktg-btn-outline-focus-border-inset: rgba(240,246,252,0.5);
    --color-mktg-btn-dark-text: #f0f6fc;
    --color-mktg-btn-dark-border: rgba(240,246,252,0.3);
    --color-mktg-btn-dark-hover-text: #f0f6fc;
    --color-mktg-btn-dark-hover-border: rgba(240,246,252,0.5);
    --color-mktg-btn-dark-focus-border: #f0f6fc;
    --color-mktg-btn-dark-focus-border-inset: rgba(240,246,252,0.5);
    --color-avatar-bg: rgba(240,246,252,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: -2px -2px 0 #0d1117;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #f0f6fc;
    --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-focus-bg: #21262d;
    --color-btn-focus-border: #8b949e;
    --color-btn-focus-shadow: 0 0 0 3px rgba(139,148,158,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(31,111,235,0.3);
    --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(240,246,252,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-focus-bg: #238636;
    --color-btn-primary-focus-border: rgba(240,246,252,0.1);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #f0f6fc;
    --color-btn-primary-counter-bg: rgba(240,246,252,0.2);
    --color-btn-outline-text: #58a6ff;
    --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(240,246,252,0.03);
    --color-btn-outline-hover-counter-bg: rgba(240,246,252,0.2);
    --color-btn-outline-selected-text: #f0f6fc;
    --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-focus-border: rgba(240,246,252,0.1);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(17,88,199,0.4);
    --color-btn-outline-counter-bg: rgba(31,111,235,0.1);
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #f0f6fc;
    --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: #f0f6fc;
    --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-focus-border: #f85149;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(248,81,73,0.4);
    --color-btn-danger-counter-bg: rgba(218,54,51,0.1);
    --color-btn-danger-icon: #f85149;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #484f58;
    --color-fg-on-emphasis: #f0f6fc;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --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.15);
    --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.15);
    --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.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.15);
    --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.15);
    --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(240,246,252,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-primer-shadow-focus: 0 0 0 3px #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #f0f6fc;
    --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark.scss */
  [data-color-mode="auto"][data-dark-theme="dark"] {
    --color-auto-black: #f0f6fc;
    --color-auto-white: #010409;
    --color-auto-gray-0: #0d1117;
    --color-auto-gray-1: #161b22;
    --color-auto-gray-2: #21262d;
    --color-auto-gray-3: #30363d;
    --color-auto-gray-4: #484f58;
    --color-auto-gray-5: #6e7681;
    --color-auto-gray-6: #8b949e;
    --color-auto-gray-7: #b1bac4;
    --color-auto-gray-8: #c9d1d9;
    --color-auto-gray-9: #f0f6fc;
    --color-auto-blue-0: #051d4d;
    --color-auto-blue-1: #0c2d6b;
    --color-auto-blue-2: #0d419d;
    --color-auto-blue-3: #1158c7;
    --color-auto-blue-4: #1f6feb;
    --color-auto-blue-5: #388bfd;
    --color-auto-blue-6: #58a6ff;
    --color-auto-blue-7: #79c0ff;
    --color-auto-blue-8: #a5d6ff;
    --color-auto-blue-9: #cae8ff;
    --color-auto-green-0: #04260f;
    --color-auto-green-1: #033a16;
    --color-auto-green-2: #0f5323;
    --color-auto-green-3: #196c2e;
    --color-auto-green-4: #238636;
    --color-auto-green-5: #2ea043;
    --color-auto-green-6: #3fb950;
    --color-auto-green-7: #56d364;
    --color-auto-green-8: #7ee787;
    --color-auto-green-9: #aff5b4;
    --color-auto-yellow-0: #341a00;
    --color-auto-yellow-1: #4b2900;
    --color-auto-yellow-2: #693e00;
    --color-auto-yellow-3: #845306;
    --color-auto-yellow-4: #9e6a03;
    --color-auto-yellow-5: #bb8009;
    --color-auto-yellow-6: #d29922;
    --color-auto-yellow-7: #e3b341;
    --color-auto-yellow-8: #f2cc60;
    --color-auto-yellow-9: #f8e3a1;
    --color-auto-orange-0: #3d1300;
    --color-auto-orange-1: #5a1e02;
    --color-auto-orange-2: #762d0a;
    --color-auto-orange-3: #9b4215;
    --color-auto-orange-4: #bd561d;
    --color-auto-orange-5: #db6d28;
    --color-auto-orange-6: #f0883e;
    --color-auto-orange-7: #ffa657;
    --color-auto-orange-8: #ffc680;
    --color-auto-orange-9: #ffdfb6;
    --color-auto-red-0: #490202;
    --color-auto-red-1: #67060c;
    --color-auto-red-2: #8e1519;
    --color-auto-red-3: #b62324;
    --color-auto-red-4: #da3633;
    --color-auto-red-5: #f85149;
    --color-auto-red-6: #ff7b72;
    --color-auto-red-7: #ffa198;
    --color-auto-red-8: #ffc1ba;
    --color-auto-red-9: #ffdcd7;
    --color-auto-purple-0: #271052;
    --color-auto-purple-1: #3c1e70;
    --color-auto-purple-2: #553098;
    --color-auto-purple-3: #6e40c9;
    --color-auto-purple-4: #8957e5;
    --color-auto-purple-5: #a371f7;
    --color-auto-purple-6: #bc8cff;
    --color-auto-purple-7: #d2a8ff;
    --color-auto-purple-8: #e2c5ff;
    --color-auto-purple-9: #eddeff;
    --color-auto-pink-0: #42062a;
    --color-auto-pink-1: #5e103e;
    --color-auto-pink-2: #7d2457;
    --color-auto-pink-3: #9e3670;
    --color-auto-pink-4: #bf4b8a;
    --color-auto-pink-5: #db61a2;
    --color-auto-pink-6: #f778ba;
    --color-auto-pink-7: #ff9bce;
    --color-auto-pink-8: #ffbedd;
    --color-auto-pink-9: #ffdaec;
    --color-text-primary: #c9d1d9;
    --color-text-secondary: #8b949e;
    --color-text-tertiary: #8b949e;
    --color-text-placeholder: #484f58;
    --color-text-disabled: #8b949e;
    --color-text-inverse: #f0f6fc;
    --color-text-link: #58a6ff;
    --color-text-danger: #f85149;
    --color-text-success: #3fb950;
    --color-text-warning: #d29922;
    --color-text-white: #f0f6fc;
    --color-icon-primary: #c9d1d9;
    --color-icon-secondary: #8b949e;
    --color-icon-tertiary: #8b949e;
    --color-icon-info: #58a6ff;
    --color-icon-danger: #f85149;
    --color-icon-success: #3fb950;
    --color-icon-warning: #d29922;
    --color-border-primary: #30363d;
    --color-border-secondary: #21262d;
    --color-border-tertiary: #30363d;
    --color-border-overlay: #30363d;
    --color-border-inverse: #f0f6fc;
    --color-border-info: #1f6feb;
    --color-border-danger: #da3633;
    --color-border-success: #238636;
    --color-border-warning: #9e6a03;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-bg-canvas: #0d1117;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #6e7681;
    --color-bg-canvas-inset: #010409;
    --color-bg-primary: #0d1117;
    --color-bg-secondary: #161b22;
    --color-bg-tertiary: #161b22;
    --color-bg-overlay: #161b22;
    --color-bg-backdrop: rgba(1,4,9,0.8);
    --color-bg-info: rgba(56,139,253,0.15);
    --color-bg-info-inverse: #1f6feb;
    --color-bg-danger: rgba(248,81,73,0.15);
    --color-bg-danger-inverse: #da3633;
    --color-bg-success: rgba(46,160,67,0.15);
    --color-bg-success-inverse: #238636;
    --color-bg-warning: rgba(187,128,9,0.15);
    --color-bg-warning-inverse: #9e6a03;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #1f6feb;
    --color-state-hover-primary-border: #1f6feb;
    --color-state-hover-primary-text: #f0f6fc;
    --color-state-hover-primary-icon: #f0f6fc;
    --color-state-hover-secondary-bg: rgba(110,118,129,0.1);
    --color-state-hover-secondary-border: rgba(110,118,129,0.1);
    --color-state-selected-primary-bg: #1f6feb;
    --color-state-selected-primary-border: #1f6feb;
    --color-state-selected-primary-text: #f0f6fc;
    --color-state-selected-primary-icon: #f0f6fc;
    --color-state-focus-border: #1f6feb;
    --color-state-focus-shadow: 0 0 0 3px #0c2d6b;
    --color-fade-fg-10: rgba(240,246,252,0.1);
    --color-fade-fg-15: rgba(240,246,252,0.15);
    --color-fade-fg-30: rgba(240,246,252,0.3);
    --color-fade-fg-50: rgba(240,246,252,0.5);
    --color-fade-fg-70: rgba(240,246,252,0.7);
    --color-fade-fg-85: rgba(240,246,252,0.85);
    --color-fade-black-10: rgba(1,4,9,0.1);
    --color-fade-black-15: rgba(1,4,9,0.15);
    --color-fade-black-30: rgba(1,4,9,0.3);
    --color-fade-black-50: rgba(1,4,9,0.5);
    --color-fade-black-70: rgba(1,4,9,0.7);
    --color-fade-black-85: rgba(1,4,9,0.85);
    --color-fade-white-10: rgba(240,246,252,0.1);
    --color-fade-white-15: rgba(240,246,252,0.15);
    --color-fade-white-30: rgba(240,246,252,0.3);
    --color-fade-white-50: rgba(240,246,252,0.5);
    --color-fade-white-70: rgba(240,246,252,0.7);
    --color-fade-white-85: rgba(240,246,252,0.85);
    --color-alert-info-text: #c9d1d9;
    --color-alert-info-icon: #58a6ff;
    --color-alert-info-bg: rgba(56,139,253,0.15);
    --color-alert-info-border: rgba(56,139,253,0.4);
    --color-alert-warn-text: #c9d1d9;
    --color-alert-warn-icon: #d29922;
    --color-alert-warn-bg: rgba(187,128,9,0.15);
    --color-alert-warn-border: rgba(187,128,9,0.4);
    --color-alert-error-text: #c9d1d9;
    --color-alert-error-icon: #f85149;
    --color-alert-error-bg: rgba(248,81,73,0.15);
    --color-alert-error-border: rgba(248,81,73,0.4);
    --color-alert-success-text: #c9d1d9;
    --color-alert-success-icon: #3fb950;
    --color-alert-success-bg: rgba(46,160,67,0.15);
    --color-alert-success-border: rgba(46,160,67,0.4);
    --color-autocomplete-shadow: 0 3px 6px #010409;
    --color-autocomplete-row-border: #21262d;
    --color-blankslate-icon: #8b949e;
    --color-counter-text: #c9d1d9;
    --color-counter-bg: rgba(110,118,129,0.4);
    --color-counter-primary-text: #f0f6fc;
    --color-counter-primary-bg: #6e7681;
    --color-counter-secondary-text: #8b949e;
    --color-counter-secondary-bg: rgba(110,118,129,0.1);
    --color-box-blue-border: rgba(56,139,253,0.4);
    --color-box-row-yellow-bg: rgba(187,128,9,0.15);
    --color-box-row-blue-bg: rgba(56,139,253,0.15);
    --color-box-header-blue-bg: rgba(56,139,253,0.15);
    --color-box-header-blue-border: rgba(56,139,253,0.4);
    --color-box-border-info: rgba(56,139,253,0.4);
    --color-box-bg-info: rgba(56,139,253,0.15);
    --color-box-border-warning: rgba(187,128,9,0.4);
    --color-box-bg-warning: rgba(187,128,9,0.15);
    --color-branch-name-text: #8b949e;
    --color-branch-name-icon: #8b949e;
    --color-branch-name-bg: rgba(56,139,253,0.15);
    --color-branch-name-link-text: #58a6ff;
    --color-branch-name-link-icon: #58a6ff;
    --color-branch-name-link-bg: rgba(56,139,253,0.15);
    --color-markdown-code-bg: rgba(110,118,129,0.4);
    --color-markdown-frame-border: #30363d;
    --color-markdown-blockquote-border: #30363d;
    --color-markdown-table-border: #30363d;
    --color-markdown-table-tr-border: #21262d;
    --color-filter-item-bar-bg: rgba(110,118,129,0.1);
    --color-hidden-text-expander-bg: rgba(110,118,129,0.4);
    --color-hidden-text-expander-bg-hover: rgba(56,139,253,0.4);
    --color-drag-and-drop-border: #30363d;
    --color-upload-enabled-border: #30363d;
    --color-upload-enabled-border-focused: #1f6feb;
    --color-previewable-comment-form-border: #30363d;
    --color-verified-badge-text: #3fb950;
    --color-verified-badge-bg: #0d1117;
    --color-verified-badge-border: #30363d;
    --color-social-count-bg: #0d1117;
    --color-tooltip-text: #f0f6fc;
    --color-tooltip-bg: #6e7681;
    --color-files-explorer-icon: #58a6ff;
    --color-hl-author-bg: rgba(56,139,253,0.15);
    --color-hl-author-border: rgba(56,139,253,0.4);
    --color-logo-subdued: rgba(110,118,129,0.4);
    --color-discussion-border: rgba(46,160,67,0.4);
    --color-discussion-bg-success: #238636;
    --color-actions-workflow-table-sticky-bg: rgba(13,17,23,0.95);
    --color-repo-language-color-border: rgba(240,246,252,0.2);
    --color-code-selection-bg: rgba(56,139,253,0.4);
    --color-highlight-text: #c9d1d9;
    --color-highlight-bg: rgba(187,128,9,0.15);
    --color-blob-line-highlight-bg: rgba(187,128,9,0.15);
    --color-blob-line-highlight-border: rgba(187,128,9,0.4);
    --color-topic-tag-text: #58a6ff;
    --color-topic-tag-bg: rgba(56,139,253,0.15);
    --color-topic-tag-hover-bg: #1f6feb;
    --color-topic-tag-active-bg: rgba(56,139,253,0.15);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #484f58;
    --color-footer-invertocat-octicon-hover: #8b949e;
    --color-dropdown-shadow: 0 8px 24px #010409;
    --color-label-border: #30363d;
    --color-label-primary-text: #c9d1d9;
    --color-label-primary-border: #6e7681;
    --color-label-secondary-text: #8b949e;
    --color-label-secondary-border: #30363d;
    --color-label-info-text: #58a6ff;
    --color-label-info-border: #1f6feb;
    --color-label-success-text: #3fb950;
    --color-label-success-border: #238636;
    --color-label-warning-text: #d29922;
    --color-label-warning-border: #9e6a03;
    --color-label-danger-text: #f85149;
    --color-label-danger-border: #da3633;
    --color-label-orange-text: #db6d28;
    --color-label-orange-border: #bd561d;
    --color-input-bg: #0d1117;
    --color-input-contrast-bg: #010409;
    --color-input-border: #30363d;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #30363d;
    --color-input-warning-border: #9e6a03;
    --color-input-error-border: #da3633;
    --color-input-tooltip-success-text: #c9d1d9;
    --color-input-tooltip-success-bg: rgba(46,160,67,0.15);
    --color-input-tooltip-success-border: rgba(46,160,67,0.4);
    --color-input-tooltip-warning-text: #c9d1d9;
    --color-input-tooltip-warning-bg: rgba(187,128,9,0.15);
    --color-input-tooltip-warning-border: rgba(187,128,9,0.4);
    --color-input-tooltip-error-text: #c9d1d9;
    --color-input-tooltip-error-bg: rgba(248,81,73,0.15);
    --color-input-tooltip-error-border: rgba(248,81,73,0.4);
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-toast-text: #c9d1d9;
    --color-toast-bg: #0d1117;
    --color-toast-border: #30363d;
    --color-toast-shadow: 0 8px 24px #010409;
    --color-toast-icon: #f0f6fc;
    --color-toast-icon-bg: #1f6feb;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #c9d1d9;
    --color-toast-success-border: #30363d;
    --color-toast-success-icon: #f0f6fc;
    --color-toast-success-icon-bg: #238636;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #c9d1d9;
    --color-toast-warning-border: #30363d;
    --color-toast-warning-icon: #c9d1d9;
    --color-toast-warning-icon-bg: #9e6a03;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #c9d1d9;
    --color-toast-danger-border: #30363d;
    --color-toast-danger-icon: #f0f6fc;
    --color-toast-danger-icon-bg: #da3633;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #c9d1d9;
    --color-toast-loading-border: #30363d;
    --color-toast-loading-icon: #f0f6fc;
    --color-toast-loading-icon-bg: #6e7681;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #8b949e;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #1f6feb;
    --color-timeline-target-badge-shadow: rgba(56,139,253,0.4);
    --color-timeline-badge-bg: #21262d;
    --color-diffstat-neutral-bg: rgba(110,118,129,0.4);
    --color-diffstat-neutral-border: rgba(240,246,252,0.1);
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-deletion-bg: #da3633;
    --color-diffstat-addition-bg: #3fb950;
    --color-diff-addition-text: #c9d1d9;
    --color-diff-addition-bg: rgba(46,160,67,0.15);
    --color-diff-addition-border: rgba(46,160,67,0.4);
    --color-diff-deletion-text: #c9d1d9;
    --color-diff-deletion-bg: rgba(248,81,73,0.15);
    --color-diff-deletion-border: rgba(248,81,73,0.4);
    --color-diff-change-text: #d29922;
    --color-diff-change-bg: rgba(187,128,9,0.15);
    --color-diff-change-border: rgba(187,128,9,0.4);
    --color-merge-box-success-icon-bg: #238636;
    --color-merge-box-success-icon-text: #f0f6fc;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #238636;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8957e5;
    --color-merge-box-merged-icon-text: #f0f6fc;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8957e5;
    --color-merge-box-neutral-icon-bg: #6e7681;
    --color-merge-box-neutral-icon-text: #f0f6fc;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #6e7681;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #9e6a03;
    --color-merge-box-warning-icon-text: #f0f6fc;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #9e6a03;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #da3633;
    --color-merge-box-error-icon-text: #f0f6fc;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #da3633;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-underlinenav-border-active: #F78166;
    --color-underlinenav-text: #c9d1d9;
    --color-underlinenav-text-hover: #c9d1d9;
    --color-underlinenav-text-active: #c9d1d9;
    --color-underlinenav-icon: #484f58;
    --color-underlinenav-icon-hover: #484f58;
    --color-underlinenav-icon-active: #c9d1d9;
    --color-underlinenav-counter-text: #c9d1d9;
    --color-underlinenav-counter-bg: rgba(110,118,129,0.4);
    --color-select-menu-border-secondary: #21262d;
    --color-select-menu-shadow: 0 8px 24px #010409;
    --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
    --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-sidenav-border-active: #F78166;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-heading-text: #c9d1d9;
    --color-menu-border-active: #F78166;
    --color-menu-bg-active: #161b22;
    --color-project-card-bg: #161b22;
    --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-pr-state-draft-text: #f0f6fc;
    --color-pr-state-draft-bg: #6e7681;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #f0f6fc;
    --color-pr-state-open-bg: #238636;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #f0f6fc;
    --color-pr-state-merged-bg: #8957e5;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #f0f6fc;
    --color-pr-state-closed-bg: #da3633;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #484f58;
    --color-diff-blob-num-hover-text: #c9d1d9;
    --color-diff-blob-addition-num-hover-text: #c9d1d9;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --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-hover-text: #c9d1d9;
    --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.15);
    --color-diff-blob-deletion-word-bg: rgba(248,81,73,0.4);
    --color-diff-blob-hunk-text: #8b949e;
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-hunk-line-bg: rgba(56,139,253,0.15);
    --color-diff-blob-empty-block-bg: rgba(110,118,129,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(187,128,9,0.15);
    --color-diff-blob-selected-line-highlight-border: rgba(187,128,9,0.4);
    --color-diff-blob-expander-hover-icon: #f0f6fc;
    --color-diff-blob-expander-hover-bg: #1f6feb;
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-comment-button-icon: #f0f6fc;
    --color-diff-blob-comment-button-bg: #1f6feb;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #f0f6fc;
    --color-global-nav-bg: #161b22;
    --color-global-nav-text: #c9d1d9;
    --color-global-nav-icon: #c9d1d9;
    --color-global-nav-input-bg: #0d1117;
    --color-global-nav-input-border: #21262d;
    --color-global-nav-input-icon: #21262d;
    --color-global-nav-input-placeholder: #484f58;
    --color-intro-shelf-gradient-left: rgba(56,139,253,0.15);
    --color-intro-shelf-gradient-right: rgba(46,160,67,0.15);
    --color-intro-shelf-gradient-in: #0d1117;
    --color-intro-shelf-gradient-out: rgba(240,246,252,0);
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --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: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #484f58;
    --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: #ffa657;
    --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: #484f58;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #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: #484f58;
    --color-checks-line-timestamp-text: #484f58;
    --color-checks-line-hover-bg: rgba(110,118,129,0.1);
    --color-checks-line-selected-bg: rgba(56,139,253,0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #f0f6fc;
    --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: #484f58;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #484f58;
    --color-checks-logline-error-bg: rgba(248,81,73,0.15);
    --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: #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-mktg-success: rgba(41,147,61,1);
    --color-mktg-info: rgba(42,123,243,1);
    --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #f0f6fc;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #f0f6fc;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #f0f6fc;
    --color-mktg-btn-outline-text: #f0f6fc;
    --color-mktg-btn-outline-border: rgba(240,246,252,0.3);
    --color-mktg-btn-outline-hover-text: #f0f6fc;
    --color-mktg-btn-outline-hover-border: rgba(240,246,252,0.5);
    --color-mktg-btn-outline-focus-border: #f0f6fc;
    --color-mktg-btn-outline-focus-border-inset: rgba(240,246,252,0.5);
    --color-mktg-btn-dark-text: #f0f6fc;
    --color-mktg-btn-dark-border: rgba(240,246,252,0.3);
    --color-mktg-btn-dark-hover-text: #f0f6fc;
    --color-mktg-btn-dark-hover-border: rgba(240,246,252,0.5);
    --color-mktg-btn-dark-focus-border: #f0f6fc;
    --color-mktg-btn-dark-focus-border-inset: rgba(240,246,252,0.5);
    --color-avatar-bg: rgba(240,246,252,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: -2px -2px 0 #0d1117;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #f0f6fc;
    --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-focus-bg: #21262d;
    --color-btn-focus-border: #8b949e;
    --color-btn-focus-shadow: 0 0 0 3px rgba(139,148,158,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(31,111,235,0.3);
    --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(240,246,252,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-focus-bg: #238636;
    --color-btn-primary-focus-border: rgba(240,246,252,0.1);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #f0f6fc;
    --color-btn-primary-counter-bg: rgba(240,246,252,0.2);
    --color-btn-outline-text: #58a6ff;
    --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(240,246,252,0.03);
    --color-btn-outline-hover-counter-bg: rgba(240,246,252,0.2);
    --color-btn-outline-selected-text: #f0f6fc;
    --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-focus-border: rgba(240,246,252,0.1);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(17,88,199,0.4);
    --color-btn-outline-counter-bg: rgba(31,111,235,0.1);
    --color-btn-danger-text: #f85149;
    --color-btn-danger-hover-text: #f0f6fc;
    --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: #f0f6fc;
    --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-focus-border: #f85149;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(248,81,73,0.4);
    --color-btn-danger-counter-bg: rgba(218,54,51,0.1);
    --color-btn-danger-icon: #f85149;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #484f58;
    --color-fg-on-emphasis: #f0f6fc;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --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.15);
    --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.15);
    --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.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.15);
    --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.15);
    --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(240,246,252,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-primer-shadow-focus: 0 0 0 3px #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #f0f6fc;
    --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;
  }
}

/* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_dimmed.scss */
[data-color-mode="light"][data-light-theme="dark_dimmed"],
[data-color-mode="dark"][data-dark-theme="dark_dimmed"] {
  --color-auto-black: #cdd9e5;
  --color-auto-white: #1c2128;
  --color-auto-gray-0: #22272e;
  --color-auto-gray-1: #2d333b;
  --color-auto-gray-2: #373e47;
  --color-auto-gray-3: #444c56;
  --color-auto-gray-4: #545d68;
  --color-auto-gray-5: #636e7b;
  --color-auto-gray-6: #768390;
  --color-auto-gray-7: #909dab;
  --color-auto-gray-8: #adbac7;
  --color-auto-gray-9: #cdd9e5;
  --color-auto-blue-0: #0f2d5c;
  --color-auto-blue-1: #143d79;
  --color-auto-blue-2: #1b4b91;
  --color-auto-blue-3: #255ab2;
  --color-auto-blue-4: #316dca;
  --color-auto-blue-5: #4184e4;
  --color-auto-blue-6: #539bf5;
  --color-auto-blue-7: #6cb6ff;
  --color-auto-blue-8: #96d0ff;
  --color-auto-blue-9: #c6e6ff;
  --color-auto-green-0: #113417;
  --color-auto-green-1: #1b4721;
  --color-auto-green-2: #245829;
  --color-auto-green-3: #2b6a30;
  --color-auto-green-4: #347d39;
  --color-auto-green-5: #46954a;
  --color-auto-green-6: #57ab5a;
  --color-auto-green-7: #6bc46d;
  --color-auto-green-8: #8ddb8c;
  --color-auto-green-9: #b4f1b4;
  --color-auto-yellow-0: #452700;
  --color-auto-yellow-1: #593600;
  --color-auto-yellow-2: #6c4400;
  --color-auto-yellow-3: #805400;
  --color-auto-yellow-4: #966600;
  --color-auto-yellow-5: #ae7c14;
  --color-auto-yellow-6: #c69026;
  --color-auto-yellow-7: #daaa3f;
  --color-auto-yellow-8: #eac55f;
  --color-auto-yellow-9: #fbe090;
  --color-auto-orange-0: #4d210c;
  --color-auto-orange-1: #682d0f;
  --color-auto-orange-2: #7f3913;
  --color-auto-orange-3: #94471b;
  --color-auto-orange-4: #ae5622;
  --color-auto-orange-5: #cc6b2c;
  --color-auto-orange-6: #e0823d;
  --color-auto-orange-7: #f69d50;
  --color-auto-orange-8: #ffbc6f;
  --color-auto-orange-9: #ffddb0;
  --color-auto-red-0: #78191b;
  --color-auto-red-1: #78191b;
  --color-auto-red-2: #922323;
  --color-auto-red-3: #ad2e2c;
  --color-auto-red-4: #c93c37;
  --color-auto-red-5: #e5534b;
  --color-auto-red-6: #f47067;
  --color-auto-red-7: #ff938a;
  --color-auto-red-8: #ffb8b0;
  --color-auto-red-9: #ffd8d3;
  --color-auto-purple-0: #352160;
  --color-auto-purple-1: #472c82;
  --color-auto-purple-2: #5936a2;
  --color-auto-purple-3: #6b44bc;
  --color-auto-purple-4: #8256d0;
  --color-auto-purple-5: #986ee2;
  --color-auto-purple-6: #b083f0;
  --color-auto-purple-7: #dcbdfb;
  --color-auto-purple-8: #dcbdfb;
  --color-auto-purple-9: #eedcff;
  --color-auto-pink-0: #551639;
  --color-auto-pink-1: #69264a;
  --color-auto-pink-2: #7e325a;
  --color-auto-pink-3: #983b6e;
  --color-auto-pink-4: #ae4c82;
  --color-auto-pink-5: #c96198;
  --color-auto-pink-6: #e275ad;
  --color-auto-pink-7: #fc8dc7;
  --color-auto-pink-8: #ffb3d8;
  --color-auto-pink-9: #ffd7eb;
  --color-text-primary: #adbac7;
  --color-text-secondary: #768390;
  --color-text-tertiary: #768390;
  --color-text-placeholder: #545d68;
  --color-text-disabled: #768390;
  --color-text-inverse: #cdd9e5;
  --color-text-link: #539bf5;
  --color-text-danger: #e5534b;
  --color-text-success: #57ab5a;
  --color-text-warning: #c69026;
  --color-text-white: #cdd9e5;
  --color-icon-primary: #adbac7;
  --color-icon-secondary: #768390;
  --color-icon-tertiary: #768390;
  --color-icon-info: #539bf5;
  --color-icon-danger: #e5534b;
  --color-icon-success: #57ab5a;
  --color-icon-warning: #c69026;
  --color-border-primary: #444c56;
  --color-border-secondary: #373e47;
  --color-border-tertiary: #444c56;
  --color-border-overlay: #444c56;
  --color-border-inverse: #cdd9e5;
  --color-border-info: #316dca;
  --color-border-danger: #c93c37;
  --color-border-success: #347d39;
  --color-border-warning: #966600;
  --color-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205,217,229,0.1);
  --color-bg-canvas: #22272e;
  --color-bg-canvas-mobile: rgba(0,0,0,0);
  --color-bg-canvas-inverse: #636e7b;
  --color-bg-canvas-inset: #1c2128;
  --color-bg-primary: #22272e;
  --color-bg-secondary: #2d333b;
  --color-bg-tertiary: #2d333b;
  --color-bg-overlay: #2d333b;
  --color-bg-backdrop: rgba(28,33,40,0.8);
  --color-bg-info: rgba(65,132,228,0.15);
  --color-bg-info-inverse: #316dca;
  --color-bg-danger: rgba(229,83,75,0.15);
  --color-bg-danger-inverse: #c93c37;
  --color-bg-success: rgba(70,149,74,0.15);
  --color-bg-success-inverse: #347d39;
  --color-bg-warning: rgba(174,124,20,0.15);
  --color-bg-warning-inverse: #966600;
  --color-shadow-highlight: 0 0 transparent;
  --color-shadow-inset: 0 0 transparent;
  --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-state-hover-primary-bg: #316dca;
  --color-state-hover-primary-border: #316dca;
  --color-state-hover-primary-text: #cdd9e5;
  --color-state-hover-primary-icon: #cdd9e5;
  --color-state-hover-secondary-bg: rgba(99,110,123,0.1);
  --color-state-hover-secondary-border: rgba(99,110,123,0.1);
  --color-state-selected-primary-bg: #316dca;
  --color-state-selected-primary-border: #316dca;
  --color-state-selected-primary-text: #cdd9e5;
  --color-state-selected-primary-icon: #cdd9e5;
  --color-state-focus-border: #316dca;
  --color-state-focus-shadow: 0 0 0 3px #143d79;
  --color-fade-fg-10: rgba(205,217,229,0.1);
  --color-fade-fg-15: rgba(205,217,229,0.15);
  --color-fade-fg-30: rgba(205,217,229,0.3);
  --color-fade-fg-50: rgba(205,217,229,0.5);
  --color-fade-fg-70: rgba(205,217,229,0.7);
  --color-fade-fg-85: rgba(205,217,229,0.85);
  --color-fade-black-10: rgba(28,33,40,0.1);
  --color-fade-black-15: rgba(28,33,40,0.15);
  --color-fade-black-30: rgba(28,33,40,0.3);
  --color-fade-black-50: rgba(28,33,40,0.5);
  --color-fade-black-70: rgba(28,33,40,0.7);
  --color-fade-black-85: rgba(28,33,40,0.85);
  --color-fade-white-10: rgba(205,217,229,0.1);
  --color-fade-white-15: rgba(205,217,229,0.15);
  --color-fade-white-30: rgba(205,217,229,0.3);
  --color-fade-white-50: rgba(205,217,229,0.5);
  --color-fade-white-70: rgba(205,217,229,0.7);
  --color-fade-white-85: rgba(205,217,229,0.85);
  --color-alert-info-text: #adbac7;
  --color-alert-info-icon: #539bf5;
  --color-alert-info-bg: rgba(65,132,228,0.15);
  --color-alert-info-border: rgba(65,132,228,0.4);
  --color-alert-warn-text: #adbac7;
  --color-alert-warn-icon: #c69026;
  --color-alert-warn-bg: rgba(174,124,20,0.15);
  --color-alert-warn-border: rgba(174,124,20,0.4);
  --color-alert-error-text: #adbac7;
  --color-alert-error-icon: #e5534b;
  --color-alert-error-bg: rgba(229,83,75,0.15);
  --color-alert-error-border: rgba(229,83,75,0.4);
  --color-alert-success-text: #adbac7;
  --color-alert-success-icon: #57ab5a;
  --color-alert-success-bg: rgba(70,149,74,0.15);
  --color-alert-success-border: rgba(70,149,74,0.4);
  --color-autocomplete-shadow: 0 3px 6px #1c2128;
  --color-autocomplete-row-border: #373e47;
  --color-blankslate-icon: #768390;
  --color-counter-text: #adbac7;
  --color-counter-bg: rgba(99,110,123,0.4);
  --color-counter-primary-text: #cdd9e5;
  --color-counter-primary-bg: #636e7b;
  --color-counter-secondary-text: #768390;
  --color-counter-secondary-bg: rgba(99,110,123,0.1);
  --color-box-blue-border: rgba(65,132,228,0.4);
  --color-box-row-yellow-bg: rgba(174,124,20,0.15);
  --color-box-row-blue-bg: rgba(65,132,228,0.15);
  --color-box-header-blue-bg: rgba(65,132,228,0.15);
  --color-box-header-blue-border: rgba(65,132,228,0.4);
  --color-box-border-info: rgba(65,132,228,0.4);
  --color-box-bg-info: rgba(65,132,228,0.15);
  --color-box-border-warning: rgba(174,124,20,0.4);
  --color-box-bg-warning: rgba(174,124,20,0.15);
  --color-branch-name-text: #768390;
  --color-branch-name-icon: #768390;
  --color-branch-name-bg: rgba(65,132,228,0.15);
  --color-branch-name-link-text: #539bf5;
  --color-branch-name-link-icon: #539bf5;
  --color-branch-name-link-bg: rgba(65,132,228,0.15);
  --color-markdown-code-bg: rgba(99,110,123,0.4);
  --color-markdown-frame-border: #444c56;
  --color-markdown-blockquote-border: #444c56;
  --color-markdown-table-border: #444c56;
  --color-markdown-table-tr-border: #373e47;
  --color-filter-item-bar-bg: rgba(99,110,123,0.1);
  --color-hidden-text-expander-bg: rgba(99,110,123,0.4);
  --color-hidden-text-expander-bg-hover: rgba(65,132,228,0.4);
  --color-drag-and-drop-border: #444c56;
  --color-upload-enabled-border: #444c56;
  --color-upload-enabled-border-focused: #316dca;
  --color-previewable-comment-form-border: #444c56;
  --color-verified-badge-text: #57ab5a;
  --color-verified-badge-bg: #22272e;
  --color-verified-badge-border: #444c56;
  --color-social-count-bg: #22272e;
  --color-tooltip-text: #cdd9e5;
  --color-tooltip-bg: #636e7b;
  --color-files-explorer-icon: #539bf5;
  --color-hl-author-bg: rgba(65,132,228,0.15);
  --color-hl-author-border: rgba(65,132,228,0.4);
  --color-logo-subdued: rgba(99,110,123,0.4);
  --color-discussion-border: rgba(70,149,74,0.4);
  --color-discussion-bg-success: #347d39;
  --color-actions-workflow-table-sticky-bg: rgba(34,39,46,0.95);
  --color-repo-language-color-border: rgba(205,217,229,0.2);
  --color-code-selection-bg: rgba(65,132,228,0.4);
  --color-highlight-text: #adbac7;
  --color-highlight-bg: rgba(174,124,20,0.15);
  --color-blob-line-highlight-bg: rgba(174,124,20,0.15);
  --color-blob-line-highlight-border: rgba(174,124,20,0.4);
  --color-topic-tag-text: #539bf5;
  --color-topic-tag-bg: rgba(65,132,228,0.15);
  --color-topic-tag-hover-bg: #316dca;
  --color-topic-tag-active-bg: rgba(65,132,228,0.15);
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-footer-invertocat-octicon: #545d68;
  --color-footer-invertocat-octicon-hover: #768390;
  --color-dropdown-shadow: 0 8px 24px #1c2128;
  --color-label-border: #444c56;
  --color-label-primary-text: #adbac7;
  --color-label-primary-border: #636e7b;
  --color-label-secondary-text: #768390;
  --color-label-secondary-border: #444c56;
  --color-label-info-text: #539bf5;
  --color-label-info-border: #316dca;
  --color-label-success-text: #57ab5a;
  --color-label-success-border: #347d39;
  --color-label-warning-text: #c69026;
  --color-label-warning-border: #966600;
  --color-label-danger-text: #e5534b;
  --color-label-danger-border: #c93c37;
  --color-label-orange-text: #cc6b2c;
  --color-label-orange-border: #ae5622;
  --color-input-bg: #22272e;
  --color-input-contrast-bg: #1c2128;
  --color-input-border: #444c56;
  --color-input-shadow: 0 0 transparent;
  --color-input-disabled-border: #444c56;
  --color-input-warning-border: #966600;
  --color-input-error-border: #c93c37;
  --color-input-tooltip-success-text: #adbac7;
  --color-input-tooltip-success-bg: rgba(70,149,74,0.15);
  --color-input-tooltip-success-border: rgba(70,149,74,0.4);
  --color-input-tooltip-warning-text: #adbac7;
  --color-input-tooltip-warning-bg: rgba(174,124,20,0.15);
  --color-input-tooltip-warning-border: rgba(174,124,20,0.4);
  --color-input-tooltip-error-text: #adbac7;
  --color-input-tooltip-error-bg: rgba(229,83,75,0.15);
  --color-input-tooltip-error-border: rgba(229,83,75,0.4);
  --color-input-disabled-bg: rgba(99,110,123,0);
  --color-toast-text: #adbac7;
  --color-toast-bg: #22272e;
  --color-toast-border: #444c56;
  --color-toast-shadow: 0 8px 24px #1c2128;
  --color-toast-icon: #cdd9e5;
  --color-toast-icon-bg: #316dca;
  --color-toast-icon-border: rgba(0,0,0,0);
  --color-toast-success-text: #adbac7;
  --color-toast-success-border: #444c56;
  --color-toast-success-icon: #cdd9e5;
  --color-toast-success-icon-bg: #347d39;
  --color-toast-success-icon-border: rgba(0,0,0,0);
  --color-toast-warning-text: #adbac7;
  --color-toast-warning-border: #444c56;
  --color-toast-warning-icon: #adbac7;
  --color-toast-warning-icon-bg: #966600;
  --color-toast-warning-icon-border: rgba(0,0,0,0);
  --color-toast-danger-text: #adbac7;
  --color-toast-danger-border: #444c56;
  --color-toast-danger-icon: #cdd9e5;
  --color-toast-danger-icon-bg: #c93c37;
  --color-toast-danger-icon-border: rgba(0,0,0,0);
  --color-toast-loading-text: #adbac7;
  --color-toast-loading-border: #444c56;
  --color-toast-loading-icon: #cdd9e5;
  --color-toast-loading-icon-bg: #636e7b;
  --color-toast-loading-icon-border: rgba(0,0,0,0);
  --color-timeline-text: #768390;
  --color-timeline-badge-success-border: rgba(0,0,0,0);
  --color-timeline-target-badge-border: #316dca;
  --color-timeline-target-badge-shadow: rgba(65,132,228,0.4);
  --color-timeline-badge-bg: #373e47;
  --color-diffstat-neutral-bg: rgba(99,110,123,0.4);
  --color-diffstat-neutral-border: rgba(205,217,229,0.1);
  --color-diffstat-deletion-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-border: rgba(205,217,229,0.1);
  --color-diffstat-deletion-bg: #c93c37;
  --color-diffstat-addition-bg: #57ab5a;
  --color-diff-addition-text: #adbac7;
  --color-diff-addition-bg: rgba(70,149,74,0.15);
  --color-diff-addition-border: rgba(70,149,74,0.4);
  --color-diff-deletion-text: #adbac7;
  --color-diff-deletion-bg: rgba(229,83,75,0.15);
  --color-diff-deletion-border: rgba(229,83,75,0.4);
  --color-diff-change-text: #c69026;
  --color-diff-change-bg: rgba(174,124,20,0.15);
  --color-diff-change-border: rgba(174,124,20,0.4);
  --color-merge-box-success-icon-bg: #347d39;
  --color-merge-box-success-icon-text: #cdd9e5;
  --color-merge-box-success-icon-border: rgba(0,0,0,0);
  --color-merge-box-success-indicator-bg: #347d39;
  --color-merge-box-success-indicator-border: rgba(0,0,0,0);
  --color-merge-box-merged-icon-bg: #8256d0;
  --color-merge-box-merged-icon-text: #cdd9e5;
  --color-merge-box-merged-icon-border: rgba(0,0,0,0);
  --color-merge-box-merged-box-border: #8256d0;
  --color-merge-box-neutral-icon-bg: #636e7b;
  --color-merge-box-neutral-icon-text: #cdd9e5;
  --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
  --color-merge-box-neutral-indicator-bg: #636e7b;
  --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
  --color-merge-box-warning-icon-bg: #966600;
  --color-merge-box-warning-icon-text: #cdd9e5;
  --color-merge-box-warning-icon-border: rgba(0,0,0,0);
  --color-merge-box-warning-box-border: #966600;
  --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
  --color-merge-box-error-icon-bg: #c93c37;
  --color-merge-box-error-icon-text: #cdd9e5;
  --color-merge-box-error-icon-border: rgba(0,0,0,0);
  --color-merge-box-error-indicator-bg: #c93c37;
  --color-merge-box-error-indicator-border: rgba(0,0,0,0);
  --color-underlinenav-border: rgba(0,0,0,0);
  --color-underlinenav-border-hover: rgba(99,110,123,0.4);
  --color-underlinenav-border-active: #EC775C;
  --color-underlinenav-text: #adbac7;
  --color-underlinenav-text-hover: #adbac7;
  --color-underlinenav-text-active: #adbac7;
  --color-underlinenav-icon: #545d68;
  --color-underlinenav-icon-hover: #545d68;
  --color-underlinenav-icon-active: #adbac7;
  --color-underlinenav-counter-text: #adbac7;
  --color-underlinenav-counter-bg: rgba(99,110,123,0.4);
  --color-select-menu-border-secondary: #373e47;
  --color-select-menu-shadow: 0 8px 24px #1c2128;
  --color-select-menu-backdrop-bg: rgba(28,33,40,0.8);
  --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-sidenav-border-active: #EC775C;
  --color-sidenav-selected-bg: #373e47;
  --color-menu-heading-text: #adbac7;
  --color-menu-border-active: #EC775C;
  --color-menu-bg-active: #2d333b;
  --color-project-card-bg: #2d333b;
  --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-pr-state-draft-text: #cdd9e5;
  --color-pr-state-draft-bg: #636e7b;
  --color-pr-state-draft-border: rgba(0,0,0,0);
  --color-pr-state-open-text: #cdd9e5;
  --color-pr-state-open-bg: #347d39;
  --color-pr-state-open-border: rgba(0,0,0,0);
  --color-pr-state-merged-text: #cdd9e5;
  --color-pr-state-merged-bg: #8256d0;
  --color-pr-state-merged-border: rgba(0,0,0,0);
  --color-pr-state-closed-text: #cdd9e5;
  --color-pr-state-closed-bg: #c93c37;
  --color-pr-state-closed-border: rgba(0,0,0,0);
  --color-diff-blob-num-text: #545d68;
  --color-diff-blob-num-hover-text: #adbac7;
  --color-diff-blob-addition-num-hover-text: #adbac7;
  --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-hover-text: #adbac7;
  --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.15);
  --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
  --color-diff-blob-hunk-text: #768390;
  --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
  --color-diff-blob-hunk-line-bg: rgba(65,132,228,0.15);
  --color-diff-blob-empty-block-bg: rgba(99,110,123,0.1);
  --color-diff-blob-selected-line-highlight-bg: rgba(174,124,20,0.15);
  --color-diff-blob-selected-line-highlight-border: rgba(174,124,20,0.4);
  --color-diff-blob-expander-hover-icon: #cdd9e5;
  --color-diff-blob-expander-hover-bg: #316dca;
  --color-diff-blob-expander-icon: #768390;
  --color-diff-blob-comment-button-icon: #cdd9e5;
  --color-diff-blob-comment-button-bg: #316dca;
  --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-global-nav-logo: #cdd9e5;
  --color-global-nav-bg: #2d333b;
  --color-global-nav-text: #adbac7;
  --color-global-nav-icon: #adbac7;
  --color-global-nav-input-bg: #22272e;
  --color-global-nav-input-border: #373e47;
  --color-global-nav-input-icon: #373e47;
  --color-global-nav-input-placeholder: #545d68;
  --color-intro-shelf-gradient-left: rgba(65,132,228,0.15);
  --color-intro-shelf-gradient-right: rgba(70,149,74,0.15);
  --color-intro-shelf-gradient-in: #22272e;
  --color-intro-shelf-gradient-out: rgba(205,217,229,0);
  --color-canvas-default-transparent: rgba(34,39,46,0);
  --color-marketing-icon-primary: #6cb6ff;
  --color-marketing-icon-secondary: #316dca;
  --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: #545d68;
  --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: #545d68;
  --color-checks-input-focus-text: #adbac7;
  --color-checks-input-bg: #2d333b;
  --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #545d68;
  --color-checks-line-timestamp-text: #545d68;
  --color-checks-line-hover-bg: rgba(99,110,123,0.1);
  --color-checks-line-selected-bg: rgba(65,132,228,0.15);
  --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: #545d68;
  --color-checks-logline-debug-text: #986ee2;
  --color-checks-logline-error-text: #768390;
  --color-checks-logline-error-num-text: #545d68;
  --color-checks-logline-error-bg: rgba(229,83,75,0.15);
  --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-mktg-success: rgba(61,137,66,1);
  --color-mktg-info: rgba(56,119,213,1);
  --color-mktg-bg-shade-gradient-top: rgba(28,33,40,0.065);
  --color-mktg-bg-shade-gradient-bottom: rgba(28,33,40,0);
  --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
  --color-mktg-btn-bg-bottom: #4969ed;
  --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
  --color-mktg-btn-bg-overlay-bottom: #3355e0;
  --color-mktg-btn-text: #cdd9e5;
  --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
  --color-mktg-btn-primary-bg-bottom: #2ea44f;
  --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
  --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
  --color-mktg-btn-primary-text: #cdd9e5;
  --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
  --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
  --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
  --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
  --color-mktg-btn-enterprise-text: #cdd9e5;
  --color-mktg-btn-outline-text: #cdd9e5;
  --color-mktg-btn-outline-border: rgba(205,217,229,0.3);
  --color-mktg-btn-outline-hover-text: #cdd9e5;
  --color-mktg-btn-outline-hover-border: rgba(205,217,229,0.5);
  --color-mktg-btn-outline-focus-border: #cdd9e5;
  --color-mktg-btn-outline-focus-border-inset: rgba(205,217,229,0.5);
  --color-mktg-btn-dark-text: #cdd9e5;
  --color-mktg-btn-dark-border: rgba(205,217,229,0.3);
  --color-mktg-btn-dark-hover-text: #cdd9e5;
  --color-mktg-btn-dark-hover-border: rgba(205,217,229,0.5);
  --color-mktg-btn-dark-focus-border: #cdd9e5;
  --color-mktg-btn-dark-focus-border-inset: rgba(205,217,229,0.5);
  --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: -2px -2px 0 #22272e;
  --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
  --color-header-text: rgba(205,217,229,0.7);
  --color-header-bg: #2d333b;
  --color-header-logo: #cdd9e5;
  --color-header-search-bg: #22272e;
  --color-header-search-border: #444c56;
  --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-focus-bg: #373e47;
  --color-btn-focus-border: #768390;
  --color-btn-focus-shadow: 0 0 0 3px rgba(118,131,144,0.3);
  --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(28,33,40,0.15);
  --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(49,109,202,0.3);
  --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-focus-bg: #347d39;
  --color-btn-primary-focus-border: rgba(205,217,229,0.1);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
  --color-btn-primary-icon: #cdd9e5;
  --color-btn-primary-counter-bg: rgba(205,217,229,0.2);
  --color-btn-outline-text: #539bf5;
  --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(205,217,229,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-focus-border: rgba(205,217,229,0.1);
  --color-btn-outline-focus-shadow: 0 0 0 3px rgba(37,90,178,0.4);
  --color-btn-outline-counter-bg: rgba(49,109,202,0.1);
  --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-focus-border: #e5534b;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(229,83,75,0.4);
  --color-btn-danger-counter-bg: rgba(201,60,55,0.1);
  --color-btn-danger-icon: #e5534b;
  --color-fg-default: #adbac7;
  --color-fg-muted: #768390;
  --color-fg-subtle: #545d68;
  --color-fg-on-emphasis: #cdd9e5;
  --color-canvas-default: #22272e;
  --color-canvas-overlay: #2d333b;
  --color-canvas-inset: #1c2128;
  --color-canvas-subtle: #2d333b;
  --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.15);
  --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.15);
  --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.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.15);
  --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.15);
  --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-primer-shadow-focus: 0 0 0 3px #143d79;
  --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: #78191b;
  --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_dimmed.scss */
  [data-color-mode="auto"][data-light-theme="dark_dimmed"] {
    --color-auto-black: #cdd9e5;
    --color-auto-white: #1c2128;
    --color-auto-gray-0: #22272e;
    --color-auto-gray-1: #2d333b;
    --color-auto-gray-2: #373e47;
    --color-auto-gray-3: #444c56;
    --color-auto-gray-4: #545d68;
    --color-auto-gray-5: #636e7b;
    --color-auto-gray-6: #768390;
    --color-auto-gray-7: #909dab;
    --color-auto-gray-8: #adbac7;
    --color-auto-gray-9: #cdd9e5;
    --color-auto-blue-0: #0f2d5c;
    --color-auto-blue-1: #143d79;
    --color-auto-blue-2: #1b4b91;
    --color-auto-blue-3: #255ab2;
    --color-auto-blue-4: #316dca;
    --color-auto-blue-5: #4184e4;
    --color-auto-blue-6: #539bf5;
    --color-auto-blue-7: #6cb6ff;
    --color-auto-blue-8: #96d0ff;
    --color-auto-blue-9: #c6e6ff;
    --color-auto-green-0: #113417;
    --color-auto-green-1: #1b4721;
    --color-auto-green-2: #245829;
    --color-auto-green-3: #2b6a30;
    --color-auto-green-4: #347d39;
    --color-auto-green-5: #46954a;
    --color-auto-green-6: #57ab5a;
    --color-auto-green-7: #6bc46d;
    --color-auto-green-8: #8ddb8c;
    --color-auto-green-9: #b4f1b4;
    --color-auto-yellow-0: #452700;
    --color-auto-yellow-1: #593600;
    --color-auto-yellow-2: #6c4400;
    --color-auto-yellow-3: #805400;
    --color-auto-yellow-4: #966600;
    --color-auto-yellow-5: #ae7c14;
    --color-auto-yellow-6: #c69026;
    --color-auto-yellow-7: #daaa3f;
    --color-auto-yellow-8: #eac55f;
    --color-auto-yellow-9: #fbe090;
    --color-auto-orange-0: #4d210c;
    --color-auto-orange-1: #682d0f;
    --color-auto-orange-2: #7f3913;
    --color-auto-orange-3: #94471b;
    --color-auto-orange-4: #ae5622;
    --color-auto-orange-5: #cc6b2c;
    --color-auto-orange-6: #e0823d;
    --color-auto-orange-7: #f69d50;
    --color-auto-orange-8: #ffbc6f;
    --color-auto-orange-9: #ffddb0;
    --color-auto-red-0: #78191b;
    --color-auto-red-1: #78191b;
    --color-auto-red-2: #922323;
    --color-auto-red-3: #ad2e2c;
    --color-auto-red-4: #c93c37;
    --color-auto-red-5: #e5534b;
    --color-auto-red-6: #f47067;
    --color-auto-red-7: #ff938a;
    --color-auto-red-8: #ffb8b0;
    --color-auto-red-9: #ffd8d3;
    --color-auto-purple-0: #352160;
    --color-auto-purple-1: #472c82;
    --color-auto-purple-2: #5936a2;
    --color-auto-purple-3: #6b44bc;
    --color-auto-purple-4: #8256d0;
    --color-auto-purple-5: #986ee2;
    --color-auto-purple-6: #b083f0;
    --color-auto-purple-7: #dcbdfb;
    --color-auto-purple-8: #dcbdfb;
    --color-auto-purple-9: #eedcff;
    --color-auto-pink-0: #551639;
    --color-auto-pink-1: #69264a;
    --color-auto-pink-2: #7e325a;
    --color-auto-pink-3: #983b6e;
    --color-auto-pink-4: #ae4c82;
    --color-auto-pink-5: #c96198;
    --color-auto-pink-6: #e275ad;
    --color-auto-pink-7: #fc8dc7;
    --color-auto-pink-8: #ffb3d8;
    --color-auto-pink-9: #ffd7eb;
    --color-text-primary: #adbac7;
    --color-text-secondary: #768390;
    --color-text-tertiary: #768390;
    --color-text-placeholder: #545d68;
    --color-text-disabled: #768390;
    --color-text-inverse: #cdd9e5;
    --color-text-link: #539bf5;
    --color-text-danger: #e5534b;
    --color-text-success: #57ab5a;
    --color-text-warning: #c69026;
    --color-text-white: #cdd9e5;
    --color-icon-primary: #adbac7;
    --color-icon-secondary: #768390;
    --color-icon-tertiary: #768390;
    --color-icon-info: #539bf5;
    --color-icon-danger: #e5534b;
    --color-icon-success: #57ab5a;
    --color-icon-warning: #c69026;
    --color-border-primary: #444c56;
    --color-border-secondary: #373e47;
    --color-border-tertiary: #444c56;
    --color-border-overlay: #444c56;
    --color-border-inverse: #cdd9e5;
    --color-border-info: #316dca;
    --color-border-danger: #c93c37;
    --color-border-success: #347d39;
    --color-border-warning: #966600;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-bg-canvas: #22272e;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #636e7b;
    --color-bg-canvas-inset: #1c2128;
    --color-bg-primary: #22272e;
    --color-bg-secondary: #2d333b;
    --color-bg-tertiary: #2d333b;
    --color-bg-overlay: #2d333b;
    --color-bg-backdrop: rgba(28,33,40,0.8);
    --color-bg-info: rgba(65,132,228,0.15);
    --color-bg-info-inverse: #316dca;
    --color-bg-danger: rgba(229,83,75,0.15);
    --color-bg-danger-inverse: #c93c37;
    --color-bg-success: rgba(70,149,74,0.15);
    --color-bg-success-inverse: #347d39;
    --color-bg-warning: rgba(174,124,20,0.15);
    --color-bg-warning-inverse: #966600;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #316dca;
    --color-state-hover-primary-border: #316dca;
    --color-state-hover-primary-text: #cdd9e5;
    --color-state-hover-primary-icon: #cdd9e5;
    --color-state-hover-secondary-bg: rgba(99,110,123,0.1);
    --color-state-hover-secondary-border: rgba(99,110,123,0.1);
    --color-state-selected-primary-bg: #316dca;
    --color-state-selected-primary-border: #316dca;
    --color-state-selected-primary-text: #cdd9e5;
    --color-state-selected-primary-icon: #cdd9e5;
    --color-state-focus-border: #316dca;
    --color-state-focus-shadow: 0 0 0 3px #143d79;
    --color-fade-fg-10: rgba(205,217,229,0.1);
    --color-fade-fg-15: rgba(205,217,229,0.15);
    --color-fade-fg-30: rgba(205,217,229,0.3);
    --color-fade-fg-50: rgba(205,217,229,0.5);
    --color-fade-fg-70: rgba(205,217,229,0.7);
    --color-fade-fg-85: rgba(205,217,229,0.85);
    --color-fade-black-10: rgba(28,33,40,0.1);
    --color-fade-black-15: rgba(28,33,40,0.15);
    --color-fade-black-30: rgba(28,33,40,0.3);
    --color-fade-black-50: rgba(28,33,40,0.5);
    --color-fade-black-70: rgba(28,33,40,0.7);
    --color-fade-black-85: rgba(28,33,40,0.85);
    --color-fade-white-10: rgba(205,217,229,0.1);
    --color-fade-white-15: rgba(205,217,229,0.15);
    --color-fade-white-30: rgba(205,217,229,0.3);
    --color-fade-white-50: rgba(205,217,229,0.5);
    --color-fade-white-70: rgba(205,217,229,0.7);
    --color-fade-white-85: rgba(205,217,229,0.85);
    --color-alert-info-text: #adbac7;
    --color-alert-info-icon: #539bf5;
    --color-alert-info-bg: rgba(65,132,228,0.15);
    --color-alert-info-border: rgba(65,132,228,0.4);
    --color-alert-warn-text: #adbac7;
    --color-alert-warn-icon: #c69026;
    --color-alert-warn-bg: rgba(174,124,20,0.15);
    --color-alert-warn-border: rgba(174,124,20,0.4);
    --color-alert-error-text: #adbac7;
    --color-alert-error-icon: #e5534b;
    --color-alert-error-bg: rgba(229,83,75,0.15);
    --color-alert-error-border: rgba(229,83,75,0.4);
    --color-alert-success-text: #adbac7;
    --color-alert-success-icon: #57ab5a;
    --color-alert-success-bg: rgba(70,149,74,0.15);
    --color-alert-success-border: rgba(70,149,74,0.4);
    --color-autocomplete-shadow: 0 3px 6px #1c2128;
    --color-autocomplete-row-border: #373e47;
    --color-blankslate-icon: #768390;
    --color-counter-text: #adbac7;
    --color-counter-bg: rgba(99,110,123,0.4);
    --color-counter-primary-text: #cdd9e5;
    --color-counter-primary-bg: #636e7b;
    --color-counter-secondary-text: #768390;
    --color-counter-secondary-bg: rgba(99,110,123,0.1);
    --color-box-blue-border: rgba(65,132,228,0.4);
    --color-box-row-yellow-bg: rgba(174,124,20,0.15);
    --color-box-row-blue-bg: rgba(65,132,228,0.15);
    --color-box-header-blue-bg: rgba(65,132,228,0.15);
    --color-box-header-blue-border: rgba(65,132,228,0.4);
    --color-box-border-info: rgba(65,132,228,0.4);
    --color-box-bg-info: rgba(65,132,228,0.15);
    --color-box-border-warning: rgba(174,124,20,0.4);
    --color-box-bg-warning: rgba(174,124,20,0.15);
    --color-branch-name-text: #768390;
    --color-branch-name-icon: #768390;
    --color-branch-name-bg: rgba(65,132,228,0.15);
    --color-branch-name-link-text: #539bf5;
    --color-branch-name-link-icon: #539bf5;
    --color-branch-name-link-bg: rgba(65,132,228,0.15);
    --color-markdown-code-bg: rgba(99,110,123,0.4);
    --color-markdown-frame-border: #444c56;
    --color-markdown-blockquote-border: #444c56;
    --color-markdown-table-border: #444c56;
    --color-markdown-table-tr-border: #373e47;
    --color-filter-item-bar-bg: rgba(99,110,123,0.1);
    --color-hidden-text-expander-bg: rgba(99,110,123,0.4);
    --color-hidden-text-expander-bg-hover: rgba(65,132,228,0.4);
    --color-drag-and-drop-border: #444c56;
    --color-upload-enabled-border: #444c56;
    --color-upload-enabled-border-focused: #316dca;
    --color-previewable-comment-form-border: #444c56;
    --color-verified-badge-text: #57ab5a;
    --color-verified-badge-bg: #22272e;
    --color-verified-badge-border: #444c56;
    --color-social-count-bg: #22272e;
    --color-tooltip-text: #cdd9e5;
    --color-tooltip-bg: #636e7b;
    --color-files-explorer-icon: #539bf5;
    --color-hl-author-bg: rgba(65,132,228,0.15);
    --color-hl-author-border: rgba(65,132,228,0.4);
    --color-logo-subdued: rgba(99,110,123,0.4);
    --color-discussion-border: rgba(70,149,74,0.4);
    --color-discussion-bg-success: #347d39;
    --color-actions-workflow-table-sticky-bg: rgba(34,39,46,0.95);
    --color-repo-language-color-border: rgba(205,217,229,0.2);
    --color-code-selection-bg: rgba(65,132,228,0.4);
    --color-highlight-text: #adbac7;
    --color-highlight-bg: rgba(174,124,20,0.15);
    --color-blob-line-highlight-bg: rgba(174,124,20,0.15);
    --color-blob-line-highlight-border: rgba(174,124,20,0.4);
    --color-topic-tag-text: #539bf5;
    --color-topic-tag-bg: rgba(65,132,228,0.15);
    --color-topic-tag-hover-bg: #316dca;
    --color-topic-tag-active-bg: rgba(65,132,228,0.15);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #545d68;
    --color-footer-invertocat-octicon-hover: #768390;
    --color-dropdown-shadow: 0 8px 24px #1c2128;
    --color-label-border: #444c56;
    --color-label-primary-text: #adbac7;
    --color-label-primary-border: #636e7b;
    --color-label-secondary-text: #768390;
    --color-label-secondary-border: #444c56;
    --color-label-info-text: #539bf5;
    --color-label-info-border: #316dca;
    --color-label-success-text: #57ab5a;
    --color-label-success-border: #347d39;
    --color-label-warning-text: #c69026;
    --color-label-warning-border: #966600;
    --color-label-danger-text: #e5534b;
    --color-label-danger-border: #c93c37;
    --color-label-orange-text: #cc6b2c;
    --color-label-orange-border: #ae5622;
    --color-input-bg: #22272e;
    --color-input-contrast-bg: #1c2128;
    --color-input-border: #444c56;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #444c56;
    --color-input-warning-border: #966600;
    --color-input-error-border: #c93c37;
    --color-input-tooltip-success-text: #adbac7;
    --color-input-tooltip-success-bg: rgba(70,149,74,0.15);
    --color-input-tooltip-success-border: rgba(70,149,74,0.4);
    --color-input-tooltip-warning-text: #adbac7;
    --color-input-tooltip-warning-bg: rgba(174,124,20,0.15);
    --color-input-tooltip-warning-border: rgba(174,124,20,0.4);
    --color-input-tooltip-error-text: #adbac7;
    --color-input-tooltip-error-bg: rgba(229,83,75,0.15);
    --color-input-tooltip-error-border: rgba(229,83,75,0.4);
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-toast-text: #adbac7;
    --color-toast-bg: #22272e;
    --color-toast-border: #444c56;
    --color-toast-shadow: 0 8px 24px #1c2128;
    --color-toast-icon: #cdd9e5;
    --color-toast-icon-bg: #316dca;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #adbac7;
    --color-toast-success-border: #444c56;
    --color-toast-success-icon: #cdd9e5;
    --color-toast-success-icon-bg: #347d39;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #adbac7;
    --color-toast-warning-border: #444c56;
    --color-toast-warning-icon: #adbac7;
    --color-toast-warning-icon-bg: #966600;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #adbac7;
    --color-toast-danger-border: #444c56;
    --color-toast-danger-icon: #cdd9e5;
    --color-toast-danger-icon-bg: #c93c37;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #adbac7;
    --color-toast-loading-border: #444c56;
    --color-toast-loading-icon: #cdd9e5;
    --color-toast-loading-icon-bg: #636e7b;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #768390;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #316dca;
    --color-timeline-target-badge-shadow: rgba(65,132,228,0.4);
    --color-timeline-badge-bg: #373e47;
    --color-diffstat-neutral-bg: rgba(99,110,123,0.4);
    --color-diffstat-neutral-border: rgba(205,217,229,0.1);
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-deletion-bg: #c93c37;
    --color-diffstat-addition-bg: #57ab5a;
    --color-diff-addition-text: #adbac7;
    --color-diff-addition-bg: rgba(70,149,74,0.15);
    --color-diff-addition-border: rgba(70,149,74,0.4);
    --color-diff-deletion-text: #adbac7;
    --color-diff-deletion-bg: rgba(229,83,75,0.15);
    --color-diff-deletion-border: rgba(229,83,75,0.4);
    --color-diff-change-text: #c69026;
    --color-diff-change-bg: rgba(174,124,20,0.15);
    --color-diff-change-border: rgba(174,124,20,0.4);
    --color-merge-box-success-icon-bg: #347d39;
    --color-merge-box-success-icon-text: #cdd9e5;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #347d39;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8256d0;
    --color-merge-box-merged-icon-text: #cdd9e5;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8256d0;
    --color-merge-box-neutral-icon-bg: #636e7b;
    --color-merge-box-neutral-icon-text: #cdd9e5;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #636e7b;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #966600;
    --color-merge-box-warning-icon-text: #cdd9e5;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #966600;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #c93c37;
    --color-merge-box-error-icon-text: #cdd9e5;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #c93c37;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-underlinenav-border-active: #EC775C;
    --color-underlinenav-text: #adbac7;
    --color-underlinenav-text-hover: #adbac7;
    --color-underlinenav-text-active: #adbac7;
    --color-underlinenav-icon: #545d68;
    --color-underlinenav-icon-hover: #545d68;
    --color-underlinenav-icon-active: #adbac7;
    --color-underlinenav-counter-text: #adbac7;
    --color-underlinenav-counter-bg: rgba(99,110,123,0.4);
    --color-select-menu-border-secondary: #373e47;
    --color-select-menu-shadow: 0 8px 24px #1c2128;
    --color-select-menu-backdrop-bg: rgba(28,33,40,0.8);
    --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-sidenav-border-active: #EC775C;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-heading-text: #adbac7;
    --color-menu-border-active: #EC775C;
    --color-menu-bg-active: #2d333b;
    --color-project-card-bg: #2d333b;
    --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-pr-state-draft-text: #cdd9e5;
    --color-pr-state-draft-bg: #636e7b;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #cdd9e5;
    --color-pr-state-open-bg: #347d39;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #cdd9e5;
    --color-pr-state-merged-bg: #8256d0;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #cdd9e5;
    --color-pr-state-closed-bg: #c93c37;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #545d68;
    --color-diff-blob-num-hover-text: #adbac7;
    --color-diff-blob-addition-num-hover-text: #adbac7;
    --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-hover-text: #adbac7;
    --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.15);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-text: #768390;
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-hunk-line-bg: rgba(65,132,228,0.15);
    --color-diff-blob-empty-block-bg: rgba(99,110,123,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(174,124,20,0.15);
    --color-diff-blob-selected-line-highlight-border: rgba(174,124,20,0.4);
    --color-diff-blob-expander-hover-icon: #cdd9e5;
    --color-diff-blob-expander-hover-bg: #316dca;
    --color-diff-blob-expander-icon: #768390;
    --color-diff-blob-comment-button-icon: #cdd9e5;
    --color-diff-blob-comment-button-bg: #316dca;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #cdd9e5;
    --color-global-nav-bg: #2d333b;
    --color-global-nav-text: #adbac7;
    --color-global-nav-icon: #adbac7;
    --color-global-nav-input-bg: #22272e;
    --color-global-nav-input-border: #373e47;
    --color-global-nav-input-icon: #373e47;
    --color-global-nav-input-placeholder: #545d68;
    --color-intro-shelf-gradient-left: rgba(65,132,228,0.15);
    --color-intro-shelf-gradient-right: rgba(70,149,74,0.15);
    --color-intro-shelf-gradient-in: #22272e;
    --color-intro-shelf-gradient-out: rgba(205,217,229,0);
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --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: #545d68;
    --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: #545d68;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #545d68;
    --color-checks-line-timestamp-text: #545d68;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.15);
    --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: #545d68;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #545d68;
    --color-checks-logline-error-bg: rgba(229,83,75,0.15);
    --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-mktg-success: rgba(61,137,66,1);
    --color-mktg-info: rgba(56,119,213,1);
    --color-mktg-bg-shade-gradient-top: rgba(28,33,40,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(28,33,40,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #cdd9e5;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #cdd9e5;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #cdd9e5;
    --color-mktg-btn-outline-text: #cdd9e5;
    --color-mktg-btn-outline-border: rgba(205,217,229,0.3);
    --color-mktg-btn-outline-hover-text: #cdd9e5;
    --color-mktg-btn-outline-hover-border: rgba(205,217,229,0.5);
    --color-mktg-btn-outline-focus-border: #cdd9e5;
    --color-mktg-btn-outline-focus-border-inset: rgba(205,217,229,0.5);
    --color-mktg-btn-dark-text: #cdd9e5;
    --color-mktg-btn-dark-border: rgba(205,217,229,0.3);
    --color-mktg-btn-dark-hover-text: #cdd9e5;
    --color-mktg-btn-dark-hover-border: rgba(205,217,229,0.5);
    --color-mktg-btn-dark-focus-border: #cdd9e5;
    --color-mktg-btn-dark-focus-border-inset: rgba(205,217,229,0.5);
    --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: -2px -2px 0 #22272e;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --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-focus-bg: #373e47;
    --color-btn-focus-border: #768390;
    --color-btn-focus-shadow: 0 0 0 3px rgba(118,131,144,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(28,33,40,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(49,109,202,0.3);
    --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-focus-bg: #347d39;
    --color-btn-primary-focus-border: rgba(205,217,229,0.1);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(205,217,229,0.2);
    --color-btn-outline-text: #539bf5;
    --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(205,217,229,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-focus-border: rgba(205,217,229,0.1);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(37,90,178,0.4);
    --color-btn-outline-counter-bg: rgba(49,109,202,0.1);
    --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-focus-border: #e5534b;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(229,83,75,0.4);
    --color-btn-danger-counter-bg: rgba(201,60,55,0.1);
    --color-btn-danger-icon: #e5534b;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #545d68;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --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.15);
    --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.15);
    --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.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.15);
    --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.15);
    --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-primer-shadow-focus: 0 0 0 3px #143d79;
    --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: #78191b;
    --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_dimmed.scss */
  [data-color-mode="auto"][data-dark-theme="dark_dimmed"] {
    --color-auto-black: #cdd9e5;
    --color-auto-white: #1c2128;
    --color-auto-gray-0: #22272e;
    --color-auto-gray-1: #2d333b;
    --color-auto-gray-2: #373e47;
    --color-auto-gray-3: #444c56;
    --color-auto-gray-4: #545d68;
    --color-auto-gray-5: #636e7b;
    --color-auto-gray-6: #768390;
    --color-auto-gray-7: #909dab;
    --color-auto-gray-8: #adbac7;
    --color-auto-gray-9: #cdd9e5;
    --color-auto-blue-0: #0f2d5c;
    --color-auto-blue-1: #143d79;
    --color-auto-blue-2: #1b4b91;
    --color-auto-blue-3: #255ab2;
    --color-auto-blue-4: #316dca;
    --color-auto-blue-5: #4184e4;
    --color-auto-blue-6: #539bf5;
    --color-auto-blue-7: #6cb6ff;
    --color-auto-blue-8: #96d0ff;
    --color-auto-blue-9: #c6e6ff;
    --color-auto-green-0: #113417;
    --color-auto-green-1: #1b4721;
    --color-auto-green-2: #245829;
    --color-auto-green-3: #2b6a30;
    --color-auto-green-4: #347d39;
    --color-auto-green-5: #46954a;
    --color-auto-green-6: #57ab5a;
    --color-auto-green-7: #6bc46d;
    --color-auto-green-8: #8ddb8c;
    --color-auto-green-9: #b4f1b4;
    --color-auto-yellow-0: #452700;
    --color-auto-yellow-1: #593600;
    --color-auto-yellow-2: #6c4400;
    --color-auto-yellow-3: #805400;
    --color-auto-yellow-4: #966600;
    --color-auto-yellow-5: #ae7c14;
    --color-auto-yellow-6: #c69026;
    --color-auto-yellow-7: #daaa3f;
    --color-auto-yellow-8: #eac55f;
    --color-auto-yellow-9: #fbe090;
    --color-auto-orange-0: #4d210c;
    --color-auto-orange-1: #682d0f;
    --color-auto-orange-2: #7f3913;
    --color-auto-orange-3: #94471b;
    --color-auto-orange-4: #ae5622;
    --color-auto-orange-5: #cc6b2c;
    --color-auto-orange-6: #e0823d;
    --color-auto-orange-7: #f69d50;
    --color-auto-orange-8: #ffbc6f;
    --color-auto-orange-9: #ffddb0;
    --color-auto-red-0: #78191b;
    --color-auto-red-1: #78191b;
    --color-auto-red-2: #922323;
    --color-auto-red-3: #ad2e2c;
    --color-auto-red-4: #c93c37;
    --color-auto-red-5: #e5534b;
    --color-auto-red-6: #f47067;
    --color-auto-red-7: #ff938a;
    --color-auto-red-8: #ffb8b0;
    --color-auto-red-9: #ffd8d3;
    --color-auto-purple-0: #352160;
    --color-auto-purple-1: #472c82;
    --color-auto-purple-2: #5936a2;
    --color-auto-purple-3: #6b44bc;
    --color-auto-purple-4: #8256d0;
    --color-auto-purple-5: #986ee2;
    --color-auto-purple-6: #b083f0;
    --color-auto-purple-7: #dcbdfb;
    --color-auto-purple-8: #dcbdfb;
    --color-auto-purple-9: #eedcff;
    --color-auto-pink-0: #551639;
    --color-auto-pink-1: #69264a;
    --color-auto-pink-2: #7e325a;
    --color-auto-pink-3: #983b6e;
    --color-auto-pink-4: #ae4c82;
    --color-auto-pink-5: #c96198;
    --color-auto-pink-6: #e275ad;
    --color-auto-pink-7: #fc8dc7;
    --color-auto-pink-8: #ffb3d8;
    --color-auto-pink-9: #ffd7eb;
    --color-text-primary: #adbac7;
    --color-text-secondary: #768390;
    --color-text-tertiary: #768390;
    --color-text-placeholder: #545d68;
    --color-text-disabled: #768390;
    --color-text-inverse: #cdd9e5;
    --color-text-link: #539bf5;
    --color-text-danger: #e5534b;
    --color-text-success: #57ab5a;
    --color-text-warning: #c69026;
    --color-text-white: #cdd9e5;
    --color-icon-primary: #adbac7;
    --color-icon-secondary: #768390;
    --color-icon-tertiary: #768390;
    --color-icon-info: #539bf5;
    --color-icon-danger: #e5534b;
    --color-icon-success: #57ab5a;
    --color-icon-warning: #c69026;
    --color-border-primary: #444c56;
    --color-border-secondary: #373e47;
    --color-border-tertiary: #444c56;
    --color-border-overlay: #444c56;
    --color-border-inverse: #cdd9e5;
    --color-border-info: #316dca;
    --color-border-danger: #c93c37;
    --color-border-success: #347d39;
    --color-border-warning: #966600;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-bg-canvas: #22272e;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #636e7b;
    --color-bg-canvas-inset: #1c2128;
    --color-bg-primary: #22272e;
    --color-bg-secondary: #2d333b;
    --color-bg-tertiary: #2d333b;
    --color-bg-overlay: #2d333b;
    --color-bg-backdrop: rgba(28,33,40,0.8);
    --color-bg-info: rgba(65,132,228,0.15);
    --color-bg-info-inverse: #316dca;
    --color-bg-danger: rgba(229,83,75,0.15);
    --color-bg-danger-inverse: #c93c37;
    --color-bg-success: rgba(70,149,74,0.15);
    --color-bg-success-inverse: #347d39;
    --color-bg-warning: rgba(174,124,20,0.15);
    --color-bg-warning-inverse: #966600;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #316dca;
    --color-state-hover-primary-border: #316dca;
    --color-state-hover-primary-text: #cdd9e5;
    --color-state-hover-primary-icon: #cdd9e5;
    --color-state-hover-secondary-bg: rgba(99,110,123,0.1);
    --color-state-hover-secondary-border: rgba(99,110,123,0.1);
    --color-state-selected-primary-bg: #316dca;
    --color-state-selected-primary-border: #316dca;
    --color-state-selected-primary-text: #cdd9e5;
    --color-state-selected-primary-icon: #cdd9e5;
    --color-state-focus-border: #316dca;
    --color-state-focus-shadow: 0 0 0 3px #143d79;
    --color-fade-fg-10: rgba(205,217,229,0.1);
    --color-fade-fg-15: rgba(205,217,229,0.15);
    --color-fade-fg-30: rgba(205,217,229,0.3);
    --color-fade-fg-50: rgba(205,217,229,0.5);
    --color-fade-fg-70: rgba(205,217,229,0.7);
    --color-fade-fg-85: rgba(205,217,229,0.85);
    --color-fade-black-10: rgba(28,33,40,0.1);
    --color-fade-black-15: rgba(28,33,40,0.15);
    --color-fade-black-30: rgba(28,33,40,0.3);
    --color-fade-black-50: rgba(28,33,40,0.5);
    --color-fade-black-70: rgba(28,33,40,0.7);
    --color-fade-black-85: rgba(28,33,40,0.85);
    --color-fade-white-10: rgba(205,217,229,0.1);
    --color-fade-white-15: rgba(205,217,229,0.15);
    --color-fade-white-30: rgba(205,217,229,0.3);
    --color-fade-white-50: rgba(205,217,229,0.5);
    --color-fade-white-70: rgba(205,217,229,0.7);
    --color-fade-white-85: rgba(205,217,229,0.85);
    --color-alert-info-text: #adbac7;
    --color-alert-info-icon: #539bf5;
    --color-alert-info-bg: rgba(65,132,228,0.15);
    --color-alert-info-border: rgba(65,132,228,0.4);
    --color-alert-warn-text: #adbac7;
    --color-alert-warn-icon: #c69026;
    --color-alert-warn-bg: rgba(174,124,20,0.15);
    --color-alert-warn-border: rgba(174,124,20,0.4);
    --color-alert-error-text: #adbac7;
    --color-alert-error-icon: #e5534b;
    --color-alert-error-bg: rgba(229,83,75,0.15);
    --color-alert-error-border: rgba(229,83,75,0.4);
    --color-alert-success-text: #adbac7;
    --color-alert-success-icon: #57ab5a;
    --color-alert-success-bg: rgba(70,149,74,0.15);
    --color-alert-success-border: rgba(70,149,74,0.4);
    --color-autocomplete-shadow: 0 3px 6px #1c2128;
    --color-autocomplete-row-border: #373e47;
    --color-blankslate-icon: #768390;
    --color-counter-text: #adbac7;
    --color-counter-bg: rgba(99,110,123,0.4);
    --color-counter-primary-text: #cdd9e5;
    --color-counter-primary-bg: #636e7b;
    --color-counter-secondary-text: #768390;
    --color-counter-secondary-bg: rgba(99,110,123,0.1);
    --color-box-blue-border: rgba(65,132,228,0.4);
    --color-box-row-yellow-bg: rgba(174,124,20,0.15);
    --color-box-row-blue-bg: rgba(65,132,228,0.15);
    --color-box-header-blue-bg: rgba(65,132,228,0.15);
    --color-box-header-blue-border: rgba(65,132,228,0.4);
    --color-box-border-info: rgba(65,132,228,0.4);
    --color-box-bg-info: rgba(65,132,228,0.15);
    --color-box-border-warning: rgba(174,124,20,0.4);
    --color-box-bg-warning: rgba(174,124,20,0.15);
    --color-branch-name-text: #768390;
    --color-branch-name-icon: #768390;
    --color-branch-name-bg: rgba(65,132,228,0.15);
    --color-branch-name-link-text: #539bf5;
    --color-branch-name-link-icon: #539bf5;
    --color-branch-name-link-bg: rgba(65,132,228,0.15);
    --color-markdown-code-bg: rgba(99,110,123,0.4);
    --color-markdown-frame-border: #444c56;
    --color-markdown-blockquote-border: #444c56;
    --color-markdown-table-border: #444c56;
    --color-markdown-table-tr-border: #373e47;
    --color-filter-item-bar-bg: rgba(99,110,123,0.1);
    --color-hidden-text-expander-bg: rgba(99,110,123,0.4);
    --color-hidden-text-expander-bg-hover: rgba(65,132,228,0.4);
    --color-drag-and-drop-border: #444c56;
    --color-upload-enabled-border: #444c56;
    --color-upload-enabled-border-focused: #316dca;
    --color-previewable-comment-form-border: #444c56;
    --color-verified-badge-text: #57ab5a;
    --color-verified-badge-bg: #22272e;
    --color-verified-badge-border: #444c56;
    --color-social-count-bg: #22272e;
    --color-tooltip-text: #cdd9e5;
    --color-tooltip-bg: #636e7b;
    --color-files-explorer-icon: #539bf5;
    --color-hl-author-bg: rgba(65,132,228,0.15);
    --color-hl-author-border: rgba(65,132,228,0.4);
    --color-logo-subdued: rgba(99,110,123,0.4);
    --color-discussion-border: rgba(70,149,74,0.4);
    --color-discussion-bg-success: #347d39;
    --color-actions-workflow-table-sticky-bg: rgba(34,39,46,0.95);
    --color-repo-language-color-border: rgba(205,217,229,0.2);
    --color-code-selection-bg: rgba(65,132,228,0.4);
    --color-highlight-text: #adbac7;
    --color-highlight-bg: rgba(174,124,20,0.15);
    --color-blob-line-highlight-bg: rgba(174,124,20,0.15);
    --color-blob-line-highlight-border: rgba(174,124,20,0.4);
    --color-topic-tag-text: #539bf5;
    --color-topic-tag-bg: rgba(65,132,228,0.15);
    --color-topic-tag-hover-bg: #316dca;
    --color-topic-tag-active-bg: rgba(65,132,228,0.15);
    --color-topic-tag-border: rgba(0,0,0,0);
    --color-footer-invertocat-octicon: #545d68;
    --color-footer-invertocat-octicon-hover: #768390;
    --color-dropdown-shadow: 0 8px 24px #1c2128;
    --color-label-border: #444c56;
    --color-label-primary-text: #adbac7;
    --color-label-primary-border: #636e7b;
    --color-label-secondary-text: #768390;
    --color-label-secondary-border: #444c56;
    --color-label-info-text: #539bf5;
    --color-label-info-border: #316dca;
    --color-label-success-text: #57ab5a;
    --color-label-success-border: #347d39;
    --color-label-warning-text: #c69026;
    --color-label-warning-border: #966600;
    --color-label-danger-text: #e5534b;
    --color-label-danger-border: #c93c37;
    --color-label-orange-text: #cc6b2c;
    --color-label-orange-border: #ae5622;
    --color-input-bg: #22272e;
    --color-input-contrast-bg: #1c2128;
    --color-input-border: #444c56;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #444c56;
    --color-input-warning-border: #966600;
    --color-input-error-border: #c93c37;
    --color-input-tooltip-success-text: #adbac7;
    --color-input-tooltip-success-bg: rgba(70,149,74,0.15);
    --color-input-tooltip-success-border: rgba(70,149,74,0.4);
    --color-input-tooltip-warning-text: #adbac7;
    --color-input-tooltip-warning-bg: rgba(174,124,20,0.15);
    --color-input-tooltip-warning-border: rgba(174,124,20,0.4);
    --color-input-tooltip-error-text: #adbac7;
    --color-input-tooltip-error-bg: rgba(229,83,75,0.15);
    --color-input-tooltip-error-border: rgba(229,83,75,0.4);
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-toast-text: #adbac7;
    --color-toast-bg: #22272e;
    --color-toast-border: #444c56;
    --color-toast-shadow: 0 8px 24px #1c2128;
    --color-toast-icon: #cdd9e5;
    --color-toast-icon-bg: #316dca;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #adbac7;
    --color-toast-success-border: #444c56;
    --color-toast-success-icon: #cdd9e5;
    --color-toast-success-icon-bg: #347d39;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #adbac7;
    --color-toast-warning-border: #444c56;
    --color-toast-warning-icon: #adbac7;
    --color-toast-warning-icon-bg: #966600;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #adbac7;
    --color-toast-danger-border: #444c56;
    --color-toast-danger-icon: #cdd9e5;
    --color-toast-danger-icon-bg: #c93c37;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #adbac7;
    --color-toast-loading-border: #444c56;
    --color-toast-loading-icon: #cdd9e5;
    --color-toast-loading-icon-bg: #636e7b;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #768390;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #316dca;
    --color-timeline-target-badge-shadow: rgba(65,132,228,0.4);
    --color-timeline-badge-bg: #373e47;
    --color-diffstat-neutral-bg: rgba(99,110,123,0.4);
    --color-diffstat-neutral-border: rgba(205,217,229,0.1);
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-deletion-bg: #c93c37;
    --color-diffstat-addition-bg: #57ab5a;
    --color-diff-addition-text: #adbac7;
    --color-diff-addition-bg: rgba(70,149,74,0.15);
    --color-diff-addition-border: rgba(70,149,74,0.4);
    --color-diff-deletion-text: #adbac7;
    --color-diff-deletion-bg: rgba(229,83,75,0.15);
    --color-diff-deletion-border: rgba(229,83,75,0.4);
    --color-diff-change-text: #c69026;
    --color-diff-change-bg: rgba(174,124,20,0.15);
    --color-diff-change-border: rgba(174,124,20,0.4);
    --color-merge-box-success-icon-bg: #347d39;
    --color-merge-box-success-icon-text: #cdd9e5;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #347d39;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #8256d0;
    --color-merge-box-merged-icon-text: #cdd9e5;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #8256d0;
    --color-merge-box-neutral-icon-bg: #636e7b;
    --color-merge-box-neutral-icon-text: #cdd9e5;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #636e7b;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #966600;
    --color-merge-box-warning-icon-text: #cdd9e5;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #966600;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #c93c37;
    --color-merge-box-error-icon-text: #cdd9e5;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #c93c37;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-underlinenav-border-active: #EC775C;
    --color-underlinenav-text: #adbac7;
    --color-underlinenav-text-hover: #adbac7;
    --color-underlinenav-text-active: #adbac7;
    --color-underlinenav-icon: #545d68;
    --color-underlinenav-icon-hover: #545d68;
    --color-underlinenav-icon-active: #adbac7;
    --color-underlinenav-counter-text: #adbac7;
    --color-underlinenav-counter-bg: rgba(99,110,123,0.4);
    --color-select-menu-border-secondary: #373e47;
    --color-select-menu-shadow: 0 8px 24px #1c2128;
    --color-select-menu-backdrop-bg: rgba(28,33,40,0.8);
    --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-sidenav-border-active: #EC775C;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-heading-text: #adbac7;
    --color-menu-border-active: #EC775C;
    --color-menu-bg-active: #2d333b;
    --color-project-card-bg: #2d333b;
    --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-pr-state-draft-text: #cdd9e5;
    --color-pr-state-draft-bg: #636e7b;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #cdd9e5;
    --color-pr-state-open-bg: #347d39;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #cdd9e5;
    --color-pr-state-merged-bg: #8256d0;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #cdd9e5;
    --color-pr-state-closed-bg: #c93c37;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #545d68;
    --color-diff-blob-num-hover-text: #adbac7;
    --color-diff-blob-addition-num-hover-text: #adbac7;
    --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-hover-text: #adbac7;
    --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.15);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-text: #768390;
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-hunk-line-bg: rgba(65,132,228,0.15);
    --color-diff-blob-empty-block-bg: rgba(99,110,123,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(174,124,20,0.15);
    --color-diff-blob-selected-line-highlight-border: rgba(174,124,20,0.4);
    --color-diff-blob-expander-hover-icon: #cdd9e5;
    --color-diff-blob-expander-hover-bg: #316dca;
    --color-diff-blob-expander-icon: #768390;
    --color-diff-blob-comment-button-icon: #cdd9e5;
    --color-diff-blob-comment-button-bg: #316dca;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #cdd9e5;
    --color-global-nav-bg: #2d333b;
    --color-global-nav-text: #adbac7;
    --color-global-nav-icon: #adbac7;
    --color-global-nav-input-bg: #22272e;
    --color-global-nav-input-border: #373e47;
    --color-global-nav-input-icon: #373e47;
    --color-global-nav-input-placeholder: #545d68;
    --color-intro-shelf-gradient-left: rgba(65,132,228,0.15);
    --color-intro-shelf-gradient-right: rgba(70,149,74,0.15);
    --color-intro-shelf-gradient-in: #22272e;
    --color-intro-shelf-gradient-out: rgba(205,217,229,0);
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --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: #545d68;
    --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: #545d68;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #545d68;
    --color-checks-line-timestamp-text: #545d68;
    --color-checks-line-hover-bg: rgba(99,110,123,0.1);
    --color-checks-line-selected-bg: rgba(65,132,228,0.15);
    --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: #545d68;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #545d68;
    --color-checks-logline-error-bg: rgba(229,83,75,0.15);
    --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-mktg-success: rgba(61,137,66,1);
    --color-mktg-info: rgba(56,119,213,1);
    --color-mktg-bg-shade-gradient-top: rgba(28,33,40,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(28,33,40,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #cdd9e5;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #cdd9e5;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #cdd9e5;
    --color-mktg-btn-outline-text: #cdd9e5;
    --color-mktg-btn-outline-border: rgba(205,217,229,0.3);
    --color-mktg-btn-outline-hover-text: #cdd9e5;
    --color-mktg-btn-outline-hover-border: rgba(205,217,229,0.5);
    --color-mktg-btn-outline-focus-border: #cdd9e5;
    --color-mktg-btn-outline-focus-border-inset: rgba(205,217,229,0.5);
    --color-mktg-btn-dark-text: #cdd9e5;
    --color-mktg-btn-dark-border: rgba(205,217,229,0.3);
    --color-mktg-btn-dark-hover-text: #cdd9e5;
    --color-mktg-btn-dark-hover-border: rgba(205,217,229,0.5);
    --color-mktg-btn-dark-focus-border: #cdd9e5;
    --color-mktg-btn-dark-focus-border-inset: rgba(205,217,229,0.5);
    --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: -2px -2px 0 #22272e;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --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-focus-bg: #373e47;
    --color-btn-focus-border: #768390;
    --color-btn-focus-shadow: 0 0 0 3px rgba(118,131,144,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(28,33,40,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(49,109,202,0.3);
    --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-focus-bg: #347d39;
    --color-btn-primary-focus-border: rgba(205,217,229,0.1);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #cdd9e5;
    --color-btn-primary-counter-bg: rgba(205,217,229,0.2);
    --color-btn-outline-text: #539bf5;
    --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(205,217,229,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-focus-border: rgba(205,217,229,0.1);
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(37,90,178,0.4);
    --color-btn-outline-counter-bg: rgba(49,109,202,0.1);
    --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-focus-border: #e5534b;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(229,83,75,0.4);
    --color-btn-danger-counter-bg: rgba(201,60,55,0.1);
    --color-btn-danger-icon: #e5534b;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #545d68;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --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.15);
    --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.15);
    --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.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.15);
    --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.15);
    --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-primer-shadow-focus: 0 0 0 3px #143d79;
    --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: #78191b;
    --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;
  }
}

/* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss */
[data-color-mode="light"][data-light-theme="dark_high_contrast"],
[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] {
  --color-auto-black: #ffffff;
  --color-auto-white: #010409;
  --color-auto-gray-0: #0a0c10;
  --color-auto-gray-1: #272b33;
  --color-auto-gray-2: #272b33;
  --color-auto-gray-3: #525964;
  --color-auto-gray-4: #7a828e;
  --color-auto-gray-5: #9ea7b3;
  --color-auto-gray-6: #bdc4cc;
  --color-auto-gray-7: #d9dee3;
  --color-auto-gray-8: #f0f3f6;
  --color-auto-gray-9: #ffffff;
  --color-auto-blue-0: #194fb1;
  --color-auto-blue-1: #1e60d5;
  --color-auto-blue-2: #2672f3;
  --color-auto-blue-3: #318bf8;
  --color-auto-blue-4: #409eff;
  --color-auto-blue-5: #409eff;
  --color-auto-blue-6: #71b7ff;
  --color-auto-blue-7: #91cbff;
  --color-auto-blue-8: #addcff;
  --color-auto-blue-9: #caeaff;
  --color-auto-green-0: #006222;
  --color-auto-green-1: #007728;
  --color-auto-green-2: #008c2c;
  --color-auto-green-3: #02a232;
  --color-auto-green-4: #09b43a;
  --color-auto-green-5: #09b43a;
  --color-auto-green-6: #26cd4d;
  --color-auto-green-7: #4ae168;
  --color-auto-green-8: #72f088;
  --color-auto-green-9: #acf7b6;
  --color-auto-yellow-0: #7b4900;
  --color-auto-yellow-1: #945d02;
  --color-auto-yellow-2: #ae7104;
  --color-auto-yellow-3: #c88508;
  --color-auto-yellow-4: #e09b13;
  --color-auto-yellow-5: #e09b13;
  --color-auto-yellow-6: #f0b72f;
  --color-auto-yellow-7: #f7c843;
  --color-auto-yellow-8: #fbd669;
  --color-auto-yellow-9: #fbe59e;
  --color-auto-orange-0: #8f3c00;
  --color-auto-orange-1: #a74c00;
  --color-auto-orange-2: #bf5e0a;
  --color-auto-orange-3: #d57014;
  --color-auto-orange-4: #e7811d;
  --color-auto-orange-5: #e7811d;
  --color-auto-orange-6: #fe9a2d;
  --color-auto-orange-7: #ffb757;
  --color-auto-orange-8: #ffcf86;
  --color-auto-orange-9: #ffe1b4;
  --color-auto-red-0: #ad0116;
  --color-auto-red-1: #cc1421;
  --color-auto-red-2: #e82a2f;
  --color-auto-red-3: #ff4445;
  --color-auto-red-4: #ff6a69;
  --color-auto-red-5: #ff6a69;
  --color-auto-red-6: #ff9492;
  --color-auto-red-7: #ffb1af;
  --color-auto-red-8: #ffc9c7;
  --color-auto-red-9: #ffdedb;
  --color-auto-purple-0: #6921d7;
  --color-auto-purple-1: #8031f7;
  --color-auto-purple-2: #954ffd;
  --color-auto-purple-3: #a66bff;
  --color-auto-purple-4: #b87fff;
  --color-auto-purple-5: #b780ff;
  --color-auto-purple-6: #cb9eff;
  --color-auto-purple-7: #dbb7ff;
  --color-auto-purple-8: #e6ccff;
  --color-auto-purple-9: #f0dfff;
  --color-auto-pink-0: #9c1d6a;
  --color-auto-pink-1: #b72c7d;
  --color-auto-pink-2: #d23d91;
  --color-auto-pink-3: #e456a3;
  --color-auto-pink-4: #ef6eb1;
  --color-auto-pink-5: #ef6eb1;
  --color-auto-pink-6: #ff8dc7;
  --color-auto-pink-7: #ffadd4;
  --color-auto-pink-8: #ffc7e1;
  --color-auto-pink-9: #ffdceb;
  --color-text-primary: #f0f3f6;
  --color-text-secondary: #f0f3f6;
  --color-text-tertiary: #f0f3f6;
  --color-text-placeholder: #7a828e;
  --color-text-disabled: #f0f3f6;
  --color-text-inverse: #0a0c10;
  --color-text-link: #71b7ff;
  --color-text-danger: #ff6a69;
  --color-text-success: #26cd4d;
  --color-text-warning: #f0b72f;
  --color-text-white: #ffffff;
  --color-icon-primary: #f0f3f6;
  --color-icon-secondary: #f0f3f6;
  --color-icon-tertiary: #f0f3f6;
  --color-icon-info: #71b7ff;
  --color-icon-danger: #ff6a69;
  --color-icon-success: #26cd4d;
  --color-icon-warning: #f0b72f;
  --color-border-primary: #7a828e;
  --color-border-secondary: #7a828e;
  --color-border-tertiary: #7a828e;
  --color-border-overlay: #7a828e;
  --color-border-inverse: #0a0c10;
  --color-border-info: #409eff;
  --color-border-danger: #ff6a69;
  --color-border-success: #09b43a;
  --color-border-warning: #e09b13;
  --color-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-bg-canvas: #0a0c10;
  --color-bg-canvas-mobile: rgba(0,0,0,0);
  --color-bg-canvas-inverse: #9ea7b3;
  --color-bg-canvas-inset: #010409;
  --color-bg-primary: #0a0c10;
  --color-bg-secondary: #272b33;
  --color-bg-tertiary: #272b33;
  --color-bg-overlay: #272b33;
  --color-bg-backdrop: rgba(1,4,9,0.8);
  --color-bg-info: rgba(64,158,255,0.15);
  --color-bg-info-inverse: #409eff;
  --color-bg-danger: rgba(255,106,105,0.15);
  --color-bg-danger-inverse: #ff6a69;
  --color-bg-success: rgba(9,180,58,0.15);
  --color-bg-success-inverse: #09b43a;
  --color-bg-warning: rgba(224,155,19,0.15);
  --color-bg-warning-inverse: #e09b13;
  --color-shadow-highlight: 0 0 transparent;
  --color-shadow-inset: 0 0 transparent;
  --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-state-hover-primary-bg: #409eff;
  --color-state-hover-primary-border: #409eff;
  --color-state-hover-primary-text: #0a0c10;
  --color-state-hover-primary-icon: #0a0c10;
  --color-state-hover-secondary-bg: rgba(158,167,179,0.1);
  --color-state-hover-secondary-border: rgba(158,167,179,0.1);
  --color-state-selected-primary-bg: #409eff;
  --color-state-selected-primary-border: #409eff;
  --color-state-selected-primary-text: #0a0c10;
  --color-state-selected-primary-icon: #0a0c10;
  --color-state-focus-border: #409eff;
  --color-state-focus-shadow: 0 0 0 3px #1e60d5;
  --color-fade-fg-10: rgba(255,255,255,0.1);
  --color-fade-fg-15: rgba(255,255,255,0.15);
  --color-fade-fg-30: rgba(255,255,255,0.3);
  --color-fade-fg-50: rgba(255,255,255,0.5);
  --color-fade-fg-70: rgba(255,255,255,0.7);
  --color-fade-fg-85: rgba(255,255,255,0.85);
  --color-fade-black-10: rgba(1,4,9,0.1);
  --color-fade-black-15: rgba(1,4,9,0.15);
  --color-fade-black-30: rgba(1,4,9,0.3);
  --color-fade-black-50: rgba(1,4,9,0.5);
  --color-fade-black-70: rgba(1,4,9,0.7);
  --color-fade-black-85: rgba(1,4,9,0.85);
  --color-fade-white-10: rgba(255,255,255,0.1);
  --color-fade-white-15: rgba(255,255,255,0.15);
  --color-fade-white-30: rgba(255,255,255,0.3);
  --color-fade-white-50: rgba(255,255,255,0.5);
  --color-fade-white-70: rgba(255,255,255,0.7);
  --color-fade-white-85: rgba(255,255,255,0.85);
  --color-alert-info-text: #f0f3f6;
  --color-alert-info-icon: #71b7ff;
  --color-alert-info-bg: rgba(64,158,255,0.15);
  --color-alert-info-border: #409eff;
  --color-alert-warn-text: #f0f3f6;
  --color-alert-warn-icon: #f0b72f;
  --color-alert-warn-bg: rgba(224,155,19,0.15);
  --color-alert-warn-border: #e09b13;
  --color-alert-error-text: #f0f3f6;
  --color-alert-error-icon: #ff6a69;
  --color-alert-error-bg: rgba(255,106,105,0.15);
  --color-alert-error-border: #ff6a69;
  --color-alert-success-text: #f0f3f6;
  --color-alert-success-icon: #26cd4d;
  --color-alert-success-bg: rgba(9,180,58,0.15);
  --color-alert-success-border: #09b43a;
  --color-autocomplete-shadow: 0 3px 6px #010409;
  --color-autocomplete-row-border: #7a828e;
  --color-blankslate-icon: #f0f3f6;
  --color-counter-text: #f0f3f6;
  --color-counter-bg: rgba(158,167,179,0.4);
  --color-counter-primary-text: #0a0c10;
  --color-counter-primary-bg: #9ea7b3;
  --color-counter-secondary-text: #f0f3f6;
  --color-counter-secondary-bg: rgba(158,167,179,0.1);
  --color-box-blue-border: #409eff;
  --color-box-row-yellow-bg: rgba(224,155,19,0.15);
  --color-box-row-blue-bg: rgba(64,158,255,0.15);
  --color-box-header-blue-bg: rgba(64,158,255,0.15);
  --color-box-header-blue-border: #409eff;
  --color-box-border-info: #409eff;
  --color-box-bg-info: rgba(64,158,255,0.15);
  --color-box-border-warning: #e09b13;
  --color-box-bg-warning: rgba(224,155,19,0.15);
  --color-branch-name-text: #f0f3f6;
  --color-branch-name-icon: #f0f3f6;
  --color-branch-name-bg: rgba(64,158,255,0.15);
  --color-branch-name-link-text: #71b7ff;
  --color-branch-name-link-icon: #71b7ff;
  --color-branch-name-link-bg: rgba(64,158,255,0.15);
  --color-markdown-code-bg: rgba(158,167,179,0.4);
  --color-markdown-frame-border: #7a828e;
  --color-markdown-blockquote-border: #7a828e;
  --color-markdown-table-border: #7a828e;
  --color-markdown-table-tr-border: #7a828e;
  --color-filter-item-bar-bg: rgba(158,167,179,0.1);
  --color-hidden-text-expander-bg: rgba(158,167,179,0.4);
  --color-hidden-text-expander-bg-hover: #409eff;
  --color-drag-and-drop-border: #7a828e;
  --color-upload-enabled-border: #7a828e;
  --color-upload-enabled-border-focused: #409eff;
  --color-previewable-comment-form-border: #7a828e;
  --color-verified-badge-text: #26cd4d;
  --color-verified-badge-bg: #0a0c10;
  --color-verified-badge-border: #7a828e;
  --color-social-count-bg: #0a0c10;
  --color-tooltip-text: #0a0c10;
  --color-tooltip-bg: #ffffff;
  --color-files-explorer-icon: #71b7ff;
  --color-hl-author-bg: rgba(64,158,255,0.15);
  --color-hl-author-border: #409eff;
  --color-logo-subdued: rgba(158,167,179,0.4);
  --color-discussion-border: #09b43a;
  --color-discussion-bg-success: #09b43a;
  --color-actions-workflow-table-sticky-bg: rgba(10,12,16,0.95);
  --color-repo-language-color-border: rgba(255,255,255,0.2);
  --color-code-selection-bg: #409eff;
  --color-highlight-text: #f0f3f6;
  --color-highlight-bg: rgba(224,155,19,0.15);
  --color-blob-line-highlight-bg: rgba(224,155,19,0.15);
  --color-blob-line-highlight-border: #e09b13;
  --color-topic-tag-text: #71b7ff;
  --color-topic-tag-bg: rgba(64,158,255,0.15);
  --color-topic-tag-hover-bg: #409eff;
  --color-topic-tag-active-bg: rgba(64,158,255,0.15);
  --color-topic-tag-border: #409eff;
  --color-footer-invertocat-octicon: #7a828e;
  --color-footer-invertocat-octicon-hover: #f0f3f6;
  --color-dropdown-shadow: 0 8px 24px #010409;
  --color-label-border: #7a828e;
  --color-label-primary-text: #f0f3f6;
  --color-label-primary-border: #9ea7b3;
  --color-label-secondary-text: #f0f3f6;
  --color-label-secondary-border: #7a828e;
  --color-label-info-text: #71b7ff;
  --color-label-info-border: #409eff;
  --color-label-success-text: #26cd4d;
  --color-label-success-border: #09b43a;
  --color-label-warning-text: #f0b72f;
  --color-label-warning-border: #e09b13;
  --color-label-danger-text: #ff6a69;
  --color-label-danger-border: #ff6a69;
  --color-label-orange-text: #e7811d;
  --color-label-orange-border: #e7811d;
  --color-input-bg: #0a0c10;
  --color-input-contrast-bg: #010409;
  --color-input-border: #7a828e;
  --color-input-shadow: 0 0 transparent;
  --color-input-disabled-border: #7a828e;
  --color-input-warning-border: #e09b13;
  --color-input-error-border: #ff6a69;
  --color-input-tooltip-success-text: #f0f3f6;
  --color-input-tooltip-success-bg: rgba(9,180,58,0.15);
  --color-input-tooltip-success-border: #09b43a;
  --color-input-tooltip-warning-text: #f0f3f6;
  --color-input-tooltip-warning-bg: rgba(224,155,19,0.15);
  --color-input-tooltip-warning-border: #e09b13;
  --color-input-tooltip-error-text: #f0f3f6;
  --color-input-tooltip-error-bg: rgba(255,106,105,0.15);
  --color-input-tooltip-error-border: #ff6a69;
  --color-input-disabled-bg: rgba(158,167,179,0);
  --color-toast-text: #f0f3f6;
  --color-toast-bg: #0a0c10;
  --color-toast-border: #7a828e;
  --color-toast-shadow: 0 8px 24px #010409;
  --color-toast-icon: #0a0c10;
  --color-toast-icon-bg: #409eff;
  --color-toast-icon-border: rgba(0,0,0,0);
  --color-toast-success-text: #f0f3f6;
  --color-toast-success-border: #7a828e;
  --color-toast-success-icon: #0a0c10;
  --color-toast-success-icon-bg: #09b43a;
  --color-toast-success-icon-border: rgba(0,0,0,0);
  --color-toast-warning-text: #f0f3f6;
  --color-toast-warning-border: #7a828e;
  --color-toast-warning-icon: #f0f3f6;
  --color-toast-warning-icon-bg: #e09b13;
  --color-toast-warning-icon-border: rgba(0,0,0,0);
  --color-toast-danger-text: #f0f3f6;
  --color-toast-danger-border: #7a828e;
  --color-toast-danger-icon: #0a0c10;
  --color-toast-danger-icon-bg: #ff6a69;
  --color-toast-danger-icon-border: rgba(0,0,0,0);
  --color-toast-loading-text: #f0f3f6;
  --color-toast-loading-border: #7a828e;
  --color-toast-loading-icon: #0a0c10;
  --color-toast-loading-icon-bg: #9ea7b3;
  --color-toast-loading-icon-border: rgba(0,0,0,0);
  --color-timeline-text: #f0f3f6;
  --color-timeline-badge-success-border: rgba(0,0,0,0);
  --color-timeline-target-badge-border: #409eff;
  --color-timeline-target-badge-shadow: #409eff;
  --color-timeline-badge-bg: #272b33;
  --color-diffstat-neutral-bg: rgba(158,167,179,0.4);
  --color-diffstat-neutral-border: #7a828e;
  --color-diffstat-deletion-border: #ffb1af;
  --color-diffstat-addition-border: #4ae168;
  --color-diffstat-deletion-bg: #ff6a69;
  --color-diffstat-addition-bg: #26cd4d;
  --color-diff-addition-text: #f0f3f6;
  --color-diff-addition-bg: rgba(9,180,58,0.15);
  --color-diff-addition-border: #09b43a;
  --color-diff-deletion-text: #f0f3f6;
  --color-diff-deletion-bg: rgba(255,106,105,0.15);
  --color-diff-deletion-border: #ff6a69;
  --color-diff-change-text: #f0b72f;
  --color-diff-change-bg: rgba(224,155,19,0.15);
  --color-diff-change-border: #e09b13;
  --color-merge-box-success-icon-bg: #09b43a;
  --color-merge-box-success-icon-text: #0a0c10;
  --color-merge-box-success-icon-border: rgba(0,0,0,0);
  --color-merge-box-success-indicator-bg: #09b43a;
  --color-merge-box-success-indicator-border: rgba(0,0,0,0);
  --color-merge-box-merged-icon-bg: #b87fff;
  --color-merge-box-merged-icon-text: #0a0c10;
  --color-merge-box-merged-icon-border: rgba(0,0,0,0);
  --color-merge-box-merged-box-border: #b87fff;
  --color-merge-box-neutral-icon-bg: #9ea7b3;
  --color-merge-box-neutral-icon-text: #0a0c10;
  --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
  --color-merge-box-neutral-indicator-bg: #9ea7b3;
  --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
  --color-merge-box-warning-icon-bg: #e09b13;
  --color-merge-box-warning-icon-text: #0a0c10;
  --color-merge-box-warning-icon-border: rgba(0,0,0,0);
  --color-merge-box-warning-box-border: #e09b13;
  --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
  --color-merge-box-error-icon-bg: #ff6a69;
  --color-merge-box-error-icon-text: #0a0c10;
  --color-merge-box-error-icon-border: rgba(0,0,0,0);
  --color-merge-box-error-indicator-bg: #ff6a69;
  --color-merge-box-error-indicator-border: rgba(0,0,0,0);
  --color-underlinenav-border: rgba(0,0,0,0);
  --color-underlinenav-border-hover: #bdc4cc;
  --color-underlinenav-border-active: #FF967D;
  --color-underlinenav-text: #f0f3f6;
  --color-underlinenav-text-hover: #f0f3f6;
  --color-underlinenav-text-active: #f0f3f6;
  --color-underlinenav-icon: #f0f3f6;
  --color-underlinenav-icon-hover: #7a828e;
  --color-underlinenav-icon-active: #f0f3f6;
  --color-underlinenav-counter-text: #f0f3f6;
  --color-underlinenav-counter-bg: rgba(158,167,179,0.4);
  --color-select-menu-border-secondary: #7a828e;
  --color-select-menu-shadow: 0 8px 24px #010409;
  --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
  --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-sidenav-border-active: #FF967D;
  --color-sidenav-selected-bg: #272b33;
  --color-menu-heading-text: #f0f3f6;
  --color-menu-border-active: #FF967D;
  --color-menu-bg-active: #272b33;
  --color-project-card-bg: #272b33;
  --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-pr-state-draft-text: #0a0c10;
  --color-pr-state-draft-bg: #9ea7b3;
  --color-pr-state-draft-border: rgba(0,0,0,0);
  --color-pr-state-open-text: #0a0c10;
  --color-pr-state-open-bg: #09b43a;
  --color-pr-state-open-border: rgba(0,0,0,0);
  --color-pr-state-merged-text: #0a0c10;
  --color-pr-state-merged-bg: #b87fff;
  --color-pr-state-merged-border: rgba(0,0,0,0);
  --color-pr-state-closed-text: #0a0c10;
  --color-pr-state-closed-bg: #ff6a69;
  --color-pr-state-closed-border: rgba(0,0,0,0);
  --color-diff-blob-num-text: #7a828e;
  --color-diff-blob-num-hover-text: #f0f3f6;
  --color-diff-blob-addition-num-hover-text: #f0f3f6;
  --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-hover-text: #f0f3f6;
  --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.15);
  --color-diff-blob-deletion-word-bg: #ff6a69;
  --color-diff-blob-hunk-text: #f0f3f6;
  --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
  --color-diff-blob-hunk-line-bg: rgba(64,158,255,0.15);
  --color-diff-blob-empty-block-bg: rgba(158,167,179,0.1);
  --color-diff-blob-selected-line-highlight-bg: rgba(224,155,19,0.15);
  --color-diff-blob-selected-line-highlight-border: #e09b13;
  --color-diff-blob-expander-hover-icon: #0a0c10;
  --color-diff-blob-expander-hover-bg: #409eff;
  --color-diff-blob-expander-icon: #0a0c10;
  --color-diff-blob-comment-button-icon: #0a0c10;
  --color-diff-blob-comment-button-bg: #409eff;
  --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-global-nav-logo: #ffffff;
  --color-global-nav-bg: #272b33;
  --color-global-nav-text: #f0f3f6;
  --color-global-nav-icon: #f0f3f6;
  --color-global-nav-input-bg: #0a0c10;
  --color-global-nav-input-border: #272b33;
  --color-global-nav-input-icon: #272b33;
  --color-global-nav-input-placeholder: #7a828e;
  --color-intro-shelf-gradient-left: rgba(64,158,255,0.15);
  --color-intro-shelf-gradient-right: rgba(9,180,58,0.15);
  --color-intro-shelf-gradient-in: #0a0c10;
  --color-intro-shelf-gradient-out: rgba(255,255,255,0);
  --color-canvas-default-transparent: rgba(10,12,16,0);
  --color-marketing-icon-primary: #91cbff;
  --color-marketing-icon-secondary: #409eff;
  --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: #7a828e;
  --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: #7a828e;
  --color-checks-input-focus-text: #f0f3f6;
  --color-checks-input-bg: #272b33;
  --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #7a828e;
  --color-checks-line-timestamp-text: #7a828e;
  --color-checks-line-hover-bg: rgba(158,167,179,0.1);
  --color-checks-line-selected-bg: rgba(64,158,255,0.15);
  --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: #7a828e;
  --color-checks-logline-debug-text: #b780ff;
  --color-checks-logline-error-text: #f0f3f6;
  --color-checks-logline-error-num-text: #7a828e;
  --color-checks-logline-error-bg: rgba(255,106,105,0.15);
  --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-mktg-success: rgba(9,180,58,1);
  --color-mktg-info: rgba(64,158,255,1);
  --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
  --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
  --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
  --color-mktg-btn-bg-bottom: #4969ed;
  --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
  --color-mktg-btn-bg-overlay-bottom: #3355e0;
  --color-mktg-btn-text: #ffffff;
  --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
  --color-mktg-btn-primary-bg-bottom: #2ea44f;
  --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
  --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
  --color-mktg-btn-primary-text: #ffffff;
  --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
  --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
  --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
  --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
  --color-mktg-btn-enterprise-text: #ffffff;
  --color-mktg-btn-outline-text: #ffffff;
  --color-mktg-btn-outline-border: rgba(255,255,255,0.3);
  --color-mktg-btn-outline-hover-text: #ffffff;
  --color-mktg-btn-outline-hover-border: rgba(255,255,255,0.5);
  --color-mktg-btn-outline-focus-border: #ffffff;
  --color-mktg-btn-outline-focus-border-inset: rgba(255,255,255,0.5);
  --color-mktg-btn-dark-text: #ffffff;
  --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
  --color-mktg-btn-dark-hover-text: #ffffff;
  --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
  --color-mktg-btn-dark-focus-border: #ffffff;
  --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
  --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: -2px -2px 0 #0a0c10;
  --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #272b33;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0a0c10;
  --color-header-search-border: #525964;
  --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-focus-bg: #272b33;
  --color-btn-focus-border: #bdc4cc;
  --color-btn-focus-shadow: 0 0 0 3px rgba(189,196,204,0.3);
  --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
  --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(64,158,255,0.3);
  --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-focus-bg: #09b43a;
  --color-btn-primary-focus-border: #7a828e;
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
  --color-btn-primary-icon: #0a0c10;
  --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
  --color-btn-outline-text: #71b7ff;
  --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(255,255,255,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-focus-border: #7a828e;
  --color-btn-outline-focus-shadow: 0 0 0 3px rgba(49,139,248,0.4);
  --color-btn-outline-counter-bg: rgba(64,158,255,0.1);
  --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-focus-border: #ff6a69;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(255,106,105,0.4);
  --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
  --color-btn-danger-icon: #ff6a69;
  --color-fg-default: #f0f3f6;
  --color-fg-muted: #f0f3f6;
  --color-fg-subtle: #7a828e;
  --color-fg-on-emphasis: #0a0c10;
  --color-canvas-default: #0a0c10;
  --color-canvas-overlay: #272b33;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #272b33;
  --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.15);
  --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.15);
  --color-danger-fg: #ff6a69;
  --color-danger-emphasis: #ff6a69;
  --color-danger-muted: #ff6a69;
  --color-danger-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.15);
  --color-sponsors-fg: #ef6eb1;
  --color-sponsors-emphasis: #ef6eb1;
  --color-sponsors-muted: #ef6eb1;
  --color-sponsors-subtle: rgba(239,110,177,0.15);
  --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-primer-shadow-focus: 0 0 0 3px #1e60d5;
  --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss */
  [data-color-mode="auto"][data-light-theme="dark_high_contrast"] {
    --color-auto-black: #ffffff;
    --color-auto-white: #010409;
    --color-auto-gray-0: #0a0c10;
    --color-auto-gray-1: #272b33;
    --color-auto-gray-2: #272b33;
    --color-auto-gray-3: #525964;
    --color-auto-gray-4: #7a828e;
    --color-auto-gray-5: #9ea7b3;
    --color-auto-gray-6: #bdc4cc;
    --color-auto-gray-7: #d9dee3;
    --color-auto-gray-8: #f0f3f6;
    --color-auto-gray-9: #ffffff;
    --color-auto-blue-0: #194fb1;
    --color-auto-blue-1: #1e60d5;
    --color-auto-blue-2: #2672f3;
    --color-auto-blue-3: #318bf8;
    --color-auto-blue-4: #409eff;
    --color-auto-blue-5: #409eff;
    --color-auto-blue-6: #71b7ff;
    --color-auto-blue-7: #91cbff;
    --color-auto-blue-8: #addcff;
    --color-auto-blue-9: #caeaff;
    --color-auto-green-0: #006222;
    --color-auto-green-1: #007728;
    --color-auto-green-2: #008c2c;
    --color-auto-green-3: #02a232;
    --color-auto-green-4: #09b43a;
    --color-auto-green-5: #09b43a;
    --color-auto-green-6: #26cd4d;
    --color-auto-green-7: #4ae168;
    --color-auto-green-8: #72f088;
    --color-auto-green-9: #acf7b6;
    --color-auto-yellow-0: #7b4900;
    --color-auto-yellow-1: #945d02;
    --color-auto-yellow-2: #ae7104;
    --color-auto-yellow-3: #c88508;
    --color-auto-yellow-4: #e09b13;
    --color-auto-yellow-5: #e09b13;
    --color-auto-yellow-6: #f0b72f;
    --color-auto-yellow-7: #f7c843;
    --color-auto-yellow-8: #fbd669;
    --color-auto-yellow-9: #fbe59e;
    --color-auto-orange-0: #8f3c00;
    --color-auto-orange-1: #a74c00;
    --color-auto-orange-2: #bf5e0a;
    --color-auto-orange-3: #d57014;
    --color-auto-orange-4: #e7811d;
    --color-auto-orange-5: #e7811d;
    --color-auto-orange-6: #fe9a2d;
    --color-auto-orange-7: #ffb757;
    --color-auto-orange-8: #ffcf86;
    --color-auto-orange-9: #ffe1b4;
    --color-auto-red-0: #ad0116;
    --color-auto-red-1: #cc1421;
    --color-auto-red-2: #e82a2f;
    --color-auto-red-3: #ff4445;
    --color-auto-red-4: #ff6a69;
    --color-auto-red-5: #ff6a69;
    --color-auto-red-6: #ff9492;
    --color-auto-red-7: #ffb1af;
    --color-auto-red-8: #ffc9c7;
    --color-auto-red-9: #ffdedb;
    --color-auto-purple-0: #6921d7;
    --color-auto-purple-1: #8031f7;
    --color-auto-purple-2: #954ffd;
    --color-auto-purple-3: #a66bff;
    --color-auto-purple-4: #b87fff;
    --color-auto-purple-5: #b780ff;
    --color-auto-purple-6: #cb9eff;
    --color-auto-purple-7: #dbb7ff;
    --color-auto-purple-8: #e6ccff;
    --color-auto-purple-9: #f0dfff;
    --color-auto-pink-0: #9c1d6a;
    --color-auto-pink-1: #b72c7d;
    --color-auto-pink-2: #d23d91;
    --color-auto-pink-3: #e456a3;
    --color-auto-pink-4: #ef6eb1;
    --color-auto-pink-5: #ef6eb1;
    --color-auto-pink-6: #ff8dc7;
    --color-auto-pink-7: #ffadd4;
    --color-auto-pink-8: #ffc7e1;
    --color-auto-pink-9: #ffdceb;
    --color-text-primary: #f0f3f6;
    --color-text-secondary: #f0f3f6;
    --color-text-tertiary: #f0f3f6;
    --color-text-placeholder: #7a828e;
    --color-text-disabled: #f0f3f6;
    --color-text-inverse: #0a0c10;
    --color-text-link: #71b7ff;
    --color-text-danger: #ff6a69;
    --color-text-success: #26cd4d;
    --color-text-warning: #f0b72f;
    --color-text-white: #ffffff;
    --color-icon-primary: #f0f3f6;
    --color-icon-secondary: #f0f3f6;
    --color-icon-tertiary: #f0f3f6;
    --color-icon-info: #71b7ff;
    --color-icon-danger: #ff6a69;
    --color-icon-success: #26cd4d;
    --color-icon-warning: #f0b72f;
    --color-border-primary: #7a828e;
    --color-border-secondary: #7a828e;
    --color-border-tertiary: #7a828e;
    --color-border-overlay: #7a828e;
    --color-border-inverse: #0a0c10;
    --color-border-info: #409eff;
    --color-border-danger: #ff6a69;
    --color-border-success: #09b43a;
    --color-border-warning: #e09b13;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-bg-canvas: #0a0c10;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #9ea7b3;
    --color-bg-canvas-inset: #010409;
    --color-bg-primary: #0a0c10;
    --color-bg-secondary: #272b33;
    --color-bg-tertiary: #272b33;
    --color-bg-overlay: #272b33;
    --color-bg-backdrop: rgba(1,4,9,0.8);
    --color-bg-info: rgba(64,158,255,0.15);
    --color-bg-info-inverse: #409eff;
    --color-bg-danger: rgba(255,106,105,0.15);
    --color-bg-danger-inverse: #ff6a69;
    --color-bg-success: rgba(9,180,58,0.15);
    --color-bg-success-inverse: #09b43a;
    --color-bg-warning: rgba(224,155,19,0.15);
    --color-bg-warning-inverse: #e09b13;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #409eff;
    --color-state-hover-primary-border: #409eff;
    --color-state-hover-primary-text: #0a0c10;
    --color-state-hover-primary-icon: #0a0c10;
    --color-state-hover-secondary-bg: rgba(158,167,179,0.1);
    --color-state-hover-secondary-border: rgba(158,167,179,0.1);
    --color-state-selected-primary-bg: #409eff;
    --color-state-selected-primary-border: #409eff;
    --color-state-selected-primary-text: #0a0c10;
    --color-state-selected-primary-icon: #0a0c10;
    --color-state-focus-border: #409eff;
    --color-state-focus-shadow: 0 0 0 3px #1e60d5;
    --color-fade-fg-10: rgba(255,255,255,0.1);
    --color-fade-fg-15: rgba(255,255,255,0.15);
    --color-fade-fg-30: rgba(255,255,255,0.3);
    --color-fade-fg-50: rgba(255,255,255,0.5);
    --color-fade-fg-70: rgba(255,255,255,0.7);
    --color-fade-fg-85: rgba(255,255,255,0.85);
    --color-fade-black-10: rgba(1,4,9,0.1);
    --color-fade-black-15: rgba(1,4,9,0.15);
    --color-fade-black-30: rgba(1,4,9,0.3);
    --color-fade-black-50: rgba(1,4,9,0.5);
    --color-fade-black-70: rgba(1,4,9,0.7);
    --color-fade-black-85: rgba(1,4,9,0.85);
    --color-fade-white-10: rgba(255,255,255,0.1);
    --color-fade-white-15: rgba(255,255,255,0.15);
    --color-fade-white-30: rgba(255,255,255,0.3);
    --color-fade-white-50: rgba(255,255,255,0.5);
    --color-fade-white-70: rgba(255,255,255,0.7);
    --color-fade-white-85: rgba(255,255,255,0.85);
    --color-alert-info-text: #f0f3f6;
    --color-alert-info-icon: #71b7ff;
    --color-alert-info-bg: rgba(64,158,255,0.15);
    --color-alert-info-border: #409eff;
    --color-alert-warn-text: #f0f3f6;
    --color-alert-warn-icon: #f0b72f;
    --color-alert-warn-bg: rgba(224,155,19,0.15);
    --color-alert-warn-border: #e09b13;
    --color-alert-error-text: #f0f3f6;
    --color-alert-error-icon: #ff6a69;
    --color-alert-error-bg: rgba(255,106,105,0.15);
    --color-alert-error-border: #ff6a69;
    --color-alert-success-text: #f0f3f6;
    --color-alert-success-icon: #26cd4d;
    --color-alert-success-bg: rgba(9,180,58,0.15);
    --color-alert-success-border: #09b43a;
    --color-autocomplete-shadow: 0 3px 6px #010409;
    --color-autocomplete-row-border: #7a828e;
    --color-blankslate-icon: #f0f3f6;
    --color-counter-text: #f0f3f6;
    --color-counter-bg: rgba(158,167,179,0.4);
    --color-counter-primary-text: #0a0c10;
    --color-counter-primary-bg: #9ea7b3;
    --color-counter-secondary-text: #f0f3f6;
    --color-counter-secondary-bg: rgba(158,167,179,0.1);
    --color-box-blue-border: #409eff;
    --color-box-row-yellow-bg: rgba(224,155,19,0.15);
    --color-box-row-blue-bg: rgba(64,158,255,0.15);
    --color-box-header-blue-bg: rgba(64,158,255,0.15);
    --color-box-header-blue-border: #409eff;
    --color-box-border-info: #409eff;
    --color-box-bg-info: rgba(64,158,255,0.15);
    --color-box-border-warning: #e09b13;
    --color-box-bg-warning: rgba(224,155,19,0.15);
    --color-branch-name-text: #f0f3f6;
    --color-branch-name-icon: #f0f3f6;
    --color-branch-name-bg: rgba(64,158,255,0.15);
    --color-branch-name-link-text: #71b7ff;
    --color-branch-name-link-icon: #71b7ff;
    --color-branch-name-link-bg: rgba(64,158,255,0.15);
    --color-markdown-code-bg: rgba(158,167,179,0.4);
    --color-markdown-frame-border: #7a828e;
    --color-markdown-blockquote-border: #7a828e;
    --color-markdown-table-border: #7a828e;
    --color-markdown-table-tr-border: #7a828e;
    --color-filter-item-bar-bg: rgba(158,167,179,0.1);
    --color-hidden-text-expander-bg: rgba(158,167,179,0.4);
    --color-hidden-text-expander-bg-hover: #409eff;
    --color-drag-and-drop-border: #7a828e;
    --color-upload-enabled-border: #7a828e;
    --color-upload-enabled-border-focused: #409eff;
    --color-previewable-comment-form-border: #7a828e;
    --color-verified-badge-text: #26cd4d;
    --color-verified-badge-bg: #0a0c10;
    --color-verified-badge-border: #7a828e;
    --color-social-count-bg: #0a0c10;
    --color-tooltip-text: #0a0c10;
    --color-tooltip-bg: #ffffff;
    --color-files-explorer-icon: #71b7ff;
    --color-hl-author-bg: rgba(64,158,255,0.15);
    --color-hl-author-border: #409eff;
    --color-logo-subdued: rgba(158,167,179,0.4);
    --color-discussion-border: #09b43a;
    --color-discussion-bg-success: #09b43a;
    --color-actions-workflow-table-sticky-bg: rgba(10,12,16,0.95);
    --color-repo-language-color-border: rgba(255,255,255,0.2);
    --color-code-selection-bg: #409eff;
    --color-highlight-text: #f0f3f6;
    --color-highlight-bg: rgba(224,155,19,0.15);
    --color-blob-line-highlight-bg: rgba(224,155,19,0.15);
    --color-blob-line-highlight-border: #e09b13;
    --color-topic-tag-text: #71b7ff;
    --color-topic-tag-bg: rgba(64,158,255,0.15);
    --color-topic-tag-hover-bg: #409eff;
    --color-topic-tag-active-bg: rgba(64,158,255,0.15);
    --color-topic-tag-border: #409eff;
    --color-footer-invertocat-octicon: #7a828e;
    --color-footer-invertocat-octicon-hover: #f0f3f6;
    --color-dropdown-shadow: 0 8px 24px #010409;
    --color-label-border: #7a828e;
    --color-label-primary-text: #f0f3f6;
    --color-label-primary-border: #9ea7b3;
    --color-label-secondary-text: #f0f3f6;
    --color-label-secondary-border: #7a828e;
    --color-label-info-text: #71b7ff;
    --color-label-info-border: #409eff;
    --color-label-success-text: #26cd4d;
    --color-label-success-border: #09b43a;
    --color-label-warning-text: #f0b72f;
    --color-label-warning-border: #e09b13;
    --color-label-danger-text: #ff6a69;
    --color-label-danger-border: #ff6a69;
    --color-label-orange-text: #e7811d;
    --color-label-orange-border: #e7811d;
    --color-input-bg: #0a0c10;
    --color-input-contrast-bg: #010409;
    --color-input-border: #7a828e;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #7a828e;
    --color-input-warning-border: #e09b13;
    --color-input-error-border: #ff6a69;
    --color-input-tooltip-success-text: #f0f3f6;
    --color-input-tooltip-success-bg: rgba(9,180,58,0.15);
    --color-input-tooltip-success-border: #09b43a;
    --color-input-tooltip-warning-text: #f0f3f6;
    --color-input-tooltip-warning-bg: rgba(224,155,19,0.15);
    --color-input-tooltip-warning-border: #e09b13;
    --color-input-tooltip-error-text: #f0f3f6;
    --color-input-tooltip-error-bg: rgba(255,106,105,0.15);
    --color-input-tooltip-error-border: #ff6a69;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-toast-text: #f0f3f6;
    --color-toast-bg: #0a0c10;
    --color-toast-border: #7a828e;
    --color-toast-shadow: 0 8px 24px #010409;
    --color-toast-icon: #0a0c10;
    --color-toast-icon-bg: #409eff;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #f0f3f6;
    --color-toast-success-border: #7a828e;
    --color-toast-success-icon: #0a0c10;
    --color-toast-success-icon-bg: #09b43a;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #f0f3f6;
    --color-toast-warning-border: #7a828e;
    --color-toast-warning-icon: #f0f3f6;
    --color-toast-warning-icon-bg: #e09b13;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #f0f3f6;
    --color-toast-danger-border: #7a828e;
    --color-toast-danger-icon: #0a0c10;
    --color-toast-danger-icon-bg: #ff6a69;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #f0f3f6;
    --color-toast-loading-border: #7a828e;
    --color-toast-loading-icon: #0a0c10;
    --color-toast-loading-icon-bg: #9ea7b3;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #f0f3f6;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #409eff;
    --color-timeline-target-badge-shadow: #409eff;
    --color-timeline-badge-bg: #272b33;
    --color-diffstat-neutral-bg: rgba(158,167,179,0.4);
    --color-diffstat-neutral-border: #7a828e;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-deletion-bg: #ff6a69;
    --color-diffstat-addition-bg: #26cd4d;
    --color-diff-addition-text: #f0f3f6;
    --color-diff-addition-bg: rgba(9,180,58,0.15);
    --color-diff-addition-border: #09b43a;
    --color-diff-deletion-text: #f0f3f6;
    --color-diff-deletion-bg: rgba(255,106,105,0.15);
    --color-diff-deletion-border: #ff6a69;
    --color-diff-change-text: #f0b72f;
    --color-diff-change-bg: rgba(224,155,19,0.15);
    --color-diff-change-border: #e09b13;
    --color-merge-box-success-icon-bg: #09b43a;
    --color-merge-box-success-icon-text: #0a0c10;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #09b43a;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #b87fff;
    --color-merge-box-merged-icon-text: #0a0c10;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #b87fff;
    --color-merge-box-neutral-icon-bg: #9ea7b3;
    --color-merge-box-neutral-icon-text: #0a0c10;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #9ea7b3;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #e09b13;
    --color-merge-box-warning-icon-text: #0a0c10;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #e09b13;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #ff6a69;
    --color-merge-box-error-icon-text: #0a0c10;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #ff6a69;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: #bdc4cc;
    --color-underlinenav-border-active: #FF967D;
    --color-underlinenav-text: #f0f3f6;
    --color-underlinenav-text-hover: #f0f3f6;
    --color-underlinenav-text-active: #f0f3f6;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-icon-hover: #7a828e;
    --color-underlinenav-icon-active: #f0f3f6;
    --color-underlinenav-counter-text: #f0f3f6;
    --color-underlinenav-counter-bg: rgba(158,167,179,0.4);
    --color-select-menu-border-secondary: #7a828e;
    --color-select-menu-shadow: 0 8px 24px #010409;
    --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
    --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-sidenav-border-active: #FF967D;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-heading-text: #f0f3f6;
    --color-menu-border-active: #FF967D;
    --color-menu-bg-active: #272b33;
    --color-project-card-bg: #272b33;
    --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-pr-state-draft-text: #0a0c10;
    --color-pr-state-draft-bg: #9ea7b3;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #0a0c10;
    --color-pr-state-open-bg: #09b43a;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #0a0c10;
    --color-pr-state-merged-bg: #b87fff;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #0a0c10;
    --color-pr-state-closed-bg: #ff6a69;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #7a828e;
    --color-diff-blob-num-hover-text: #f0f3f6;
    --color-diff-blob-addition-num-hover-text: #f0f3f6;
    --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-hover-text: #f0f3f6;
    --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.15);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-text: #f0f3f6;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-hunk-line-bg: rgba(64,158,255,0.15);
    --color-diff-blob-empty-block-bg: rgba(158,167,179,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(224,155,19,0.15);
    --color-diff-blob-selected-line-highlight-border: #e09b13;
    --color-diff-blob-expander-hover-icon: #0a0c10;
    --color-diff-blob-expander-hover-bg: #409eff;
    --color-diff-blob-expander-icon: #0a0c10;
    --color-diff-blob-comment-button-icon: #0a0c10;
    --color-diff-blob-comment-button-bg: #409eff;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #ffffff;
    --color-global-nav-bg: #272b33;
    --color-global-nav-text: #f0f3f6;
    --color-global-nav-icon: #f0f3f6;
    --color-global-nav-input-bg: #0a0c10;
    --color-global-nav-input-border: #272b33;
    --color-global-nav-input-icon: #272b33;
    --color-global-nav-input-placeholder: #7a828e;
    --color-intro-shelf-gradient-left: rgba(64,158,255,0.15);
    --color-intro-shelf-gradient-right: rgba(9,180,58,0.15);
    --color-intro-shelf-gradient-in: #0a0c10;
    --color-intro-shelf-gradient-out: rgba(255,255,255,0);
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --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: #7a828e;
    --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: #7a828e;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #7a828e;
    --color-checks-line-timestamp-text: #7a828e;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.15);
    --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: #7a828e;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #7a828e;
    --color-checks-logline-error-bg: rgba(255,106,105,0.15);
    --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-mktg-success: rgba(9,180,58,1);
    --color-mktg-info: rgba(64,158,255,1);
    --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #ffffff;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #ffffff;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #ffffff;
    --color-mktg-btn-outline-text: #ffffff;
    --color-mktg-btn-outline-border: rgba(255,255,255,0.3);
    --color-mktg-btn-outline-hover-text: #ffffff;
    --color-mktg-btn-outline-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-outline-focus-border: #ffffff;
    --color-mktg-btn-outline-focus-border-inset: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-text: #ffffff;
    --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
    --color-mktg-btn-dark-hover-text: #ffffff;
    --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-focus-border: #ffffff;
    --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
    --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: -2px -2px 0 #0a0c10;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --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-focus-bg: #272b33;
    --color-btn-focus-border: #bdc4cc;
    --color-btn-focus-shadow: 0 0 0 3px rgba(189,196,204,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(64,158,255,0.3);
    --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-focus-bg: #09b43a;
    --color-btn-primary-focus-border: #7a828e;
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #71b7ff;
    --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(255,255,255,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-focus-border: #7a828e;
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(49,139,248,0.4);
    --color-btn-outline-counter-bg: rgba(64,158,255,0.1);
    --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-focus-border: #ff6a69;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(255,106,105,0.4);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #7a828e;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --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.15);
    --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.15);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-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.15);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.15);
    --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-primer-shadow-focus: 0 0 0 3px #1e60d5;
    --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) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss */
  [data-color-mode="auto"][data-dark-theme="dark_high_contrast"] {
    --color-auto-black: #ffffff;
    --color-auto-white: #010409;
    --color-auto-gray-0: #0a0c10;
    --color-auto-gray-1: #272b33;
    --color-auto-gray-2: #272b33;
    --color-auto-gray-3: #525964;
    --color-auto-gray-4: #7a828e;
    --color-auto-gray-5: #9ea7b3;
    --color-auto-gray-6: #bdc4cc;
    --color-auto-gray-7: #d9dee3;
    --color-auto-gray-8: #f0f3f6;
    --color-auto-gray-9: #ffffff;
    --color-auto-blue-0: #194fb1;
    --color-auto-blue-1: #1e60d5;
    --color-auto-blue-2: #2672f3;
    --color-auto-blue-3: #318bf8;
    --color-auto-blue-4: #409eff;
    --color-auto-blue-5: #409eff;
    --color-auto-blue-6: #71b7ff;
    --color-auto-blue-7: #91cbff;
    --color-auto-blue-8: #addcff;
    --color-auto-blue-9: #caeaff;
    --color-auto-green-0: #006222;
    --color-auto-green-1: #007728;
    --color-auto-green-2: #008c2c;
    --color-auto-green-3: #02a232;
    --color-auto-green-4: #09b43a;
    --color-auto-green-5: #09b43a;
    --color-auto-green-6: #26cd4d;
    --color-auto-green-7: #4ae168;
    --color-auto-green-8: #72f088;
    --color-auto-green-9: #acf7b6;
    --color-auto-yellow-0: #7b4900;
    --color-auto-yellow-1: #945d02;
    --color-auto-yellow-2: #ae7104;
    --color-auto-yellow-3: #c88508;
    --color-auto-yellow-4: #e09b13;
    --color-auto-yellow-5: #e09b13;
    --color-auto-yellow-6: #f0b72f;
    --color-auto-yellow-7: #f7c843;
    --color-auto-yellow-8: #fbd669;
    --color-auto-yellow-9: #fbe59e;
    --color-auto-orange-0: #8f3c00;
    --color-auto-orange-1: #a74c00;
    --color-auto-orange-2: #bf5e0a;
    --color-auto-orange-3: #d57014;
    --color-auto-orange-4: #e7811d;
    --color-auto-orange-5: #e7811d;
    --color-auto-orange-6: #fe9a2d;
    --color-auto-orange-7: #ffb757;
    --color-auto-orange-8: #ffcf86;
    --color-auto-orange-9: #ffe1b4;
    --color-auto-red-0: #ad0116;
    --color-auto-red-1: #cc1421;
    --color-auto-red-2: #e82a2f;
    --color-auto-red-3: #ff4445;
    --color-auto-red-4: #ff6a69;
    --color-auto-red-5: #ff6a69;
    --color-auto-red-6: #ff9492;
    --color-auto-red-7: #ffb1af;
    --color-auto-red-8: #ffc9c7;
    --color-auto-red-9: #ffdedb;
    --color-auto-purple-0: #6921d7;
    --color-auto-purple-1: #8031f7;
    --color-auto-purple-2: #954ffd;
    --color-auto-purple-3: #a66bff;
    --color-auto-purple-4: #b87fff;
    --color-auto-purple-5: #b780ff;
    --color-auto-purple-6: #cb9eff;
    --color-auto-purple-7: #dbb7ff;
    --color-auto-purple-8: #e6ccff;
    --color-auto-purple-9: #f0dfff;
    --color-auto-pink-0: #9c1d6a;
    --color-auto-pink-1: #b72c7d;
    --color-auto-pink-2: #d23d91;
    --color-auto-pink-3: #e456a3;
    --color-auto-pink-4: #ef6eb1;
    --color-auto-pink-5: #ef6eb1;
    --color-auto-pink-6: #ff8dc7;
    --color-auto-pink-7: #ffadd4;
    --color-auto-pink-8: #ffc7e1;
    --color-auto-pink-9: #ffdceb;
    --color-text-primary: #f0f3f6;
    --color-text-secondary: #f0f3f6;
    --color-text-tertiary: #f0f3f6;
    --color-text-placeholder: #7a828e;
    --color-text-disabled: #f0f3f6;
    --color-text-inverse: #0a0c10;
    --color-text-link: #71b7ff;
    --color-text-danger: #ff6a69;
    --color-text-success: #26cd4d;
    --color-text-warning: #f0b72f;
    --color-text-white: #ffffff;
    --color-icon-primary: #f0f3f6;
    --color-icon-secondary: #f0f3f6;
    --color-icon-tertiary: #f0f3f6;
    --color-icon-info: #71b7ff;
    --color-icon-danger: #ff6a69;
    --color-icon-success: #26cd4d;
    --color-icon-warning: #f0b72f;
    --color-border-primary: #7a828e;
    --color-border-secondary: #7a828e;
    --color-border-tertiary: #7a828e;
    --color-border-overlay: #7a828e;
    --color-border-inverse: #0a0c10;
    --color-border-info: #409eff;
    --color-border-danger: #ff6a69;
    --color-border-success: #09b43a;
    --color-border-warning: #e09b13;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-bg-canvas: #0a0c10;
    --color-bg-canvas-mobile: rgba(0,0,0,0);
    --color-bg-canvas-inverse: #9ea7b3;
    --color-bg-canvas-inset: #010409;
    --color-bg-primary: #0a0c10;
    --color-bg-secondary: #272b33;
    --color-bg-tertiary: #272b33;
    --color-bg-overlay: #272b33;
    --color-bg-backdrop: rgba(1,4,9,0.8);
    --color-bg-info: rgba(64,158,255,0.15);
    --color-bg-info-inverse: #409eff;
    --color-bg-danger: rgba(255,106,105,0.15);
    --color-bg-danger-inverse: #ff6a69;
    --color-bg-success: rgba(9,180,58,0.15);
    --color-bg-success-inverse: #09b43a;
    --color-bg-warning: rgba(224,155,19,0.15);
    --color-bg-warning-inverse: #e09b13;
    --color-shadow-highlight: 0 0 transparent;
    --color-shadow-inset: 0 0 transparent;
    --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-state-hover-primary-bg: #409eff;
    --color-state-hover-primary-border: #409eff;
    --color-state-hover-primary-text: #0a0c10;
    --color-state-hover-primary-icon: #0a0c10;
    --color-state-hover-secondary-bg: rgba(158,167,179,0.1);
    --color-state-hover-secondary-border: rgba(158,167,179,0.1);
    --color-state-selected-primary-bg: #409eff;
    --color-state-selected-primary-border: #409eff;
    --color-state-selected-primary-text: #0a0c10;
    --color-state-selected-primary-icon: #0a0c10;
    --color-state-focus-border: #409eff;
    --color-state-focus-shadow: 0 0 0 3px #1e60d5;
    --color-fade-fg-10: rgba(255,255,255,0.1);
    --color-fade-fg-15: rgba(255,255,255,0.15);
    --color-fade-fg-30: rgba(255,255,255,0.3);
    --color-fade-fg-50: rgba(255,255,255,0.5);
    --color-fade-fg-70: rgba(255,255,255,0.7);
    --color-fade-fg-85: rgba(255,255,255,0.85);
    --color-fade-black-10: rgba(1,4,9,0.1);
    --color-fade-black-15: rgba(1,4,9,0.15);
    --color-fade-black-30: rgba(1,4,9,0.3);
    --color-fade-black-50: rgba(1,4,9,0.5);
    --color-fade-black-70: rgba(1,4,9,0.7);
    --color-fade-black-85: rgba(1,4,9,0.85);
    --color-fade-white-10: rgba(255,255,255,0.1);
    --color-fade-white-15: rgba(255,255,255,0.15);
    --color-fade-white-30: rgba(255,255,255,0.3);
    --color-fade-white-50: rgba(255,255,255,0.5);
    --color-fade-white-70: rgba(255,255,255,0.7);
    --color-fade-white-85: rgba(255,255,255,0.85);
    --color-alert-info-text: #f0f3f6;
    --color-alert-info-icon: #71b7ff;
    --color-alert-info-bg: rgba(64,158,255,0.15);
    --color-alert-info-border: #409eff;
    --color-alert-warn-text: #f0f3f6;
    --color-alert-warn-icon: #f0b72f;
    --color-alert-warn-bg: rgba(224,155,19,0.15);
    --color-alert-warn-border: #e09b13;
    --color-alert-error-text: #f0f3f6;
    --color-alert-error-icon: #ff6a69;
    --color-alert-error-bg: rgba(255,106,105,0.15);
    --color-alert-error-border: #ff6a69;
    --color-alert-success-text: #f0f3f6;
    --color-alert-success-icon: #26cd4d;
    --color-alert-success-bg: rgba(9,180,58,0.15);
    --color-alert-success-border: #09b43a;
    --color-autocomplete-shadow: 0 3px 6px #010409;
    --color-autocomplete-row-border: #7a828e;
    --color-blankslate-icon: #f0f3f6;
    --color-counter-text: #f0f3f6;
    --color-counter-bg: rgba(158,167,179,0.4);
    --color-counter-primary-text: #0a0c10;
    --color-counter-primary-bg: #9ea7b3;
    --color-counter-secondary-text: #f0f3f6;
    --color-counter-secondary-bg: rgba(158,167,179,0.1);
    --color-box-blue-border: #409eff;
    --color-box-row-yellow-bg: rgba(224,155,19,0.15);
    --color-box-row-blue-bg: rgba(64,158,255,0.15);
    --color-box-header-blue-bg: rgba(64,158,255,0.15);
    --color-box-header-blue-border: #409eff;
    --color-box-border-info: #409eff;
    --color-box-bg-info: rgba(64,158,255,0.15);
    --color-box-border-warning: #e09b13;
    --color-box-bg-warning: rgba(224,155,19,0.15);
    --color-branch-name-text: #f0f3f6;
    --color-branch-name-icon: #f0f3f6;
    --color-branch-name-bg: rgba(64,158,255,0.15);
    --color-branch-name-link-text: #71b7ff;
    --color-branch-name-link-icon: #71b7ff;
    --color-branch-name-link-bg: rgba(64,158,255,0.15);
    --color-markdown-code-bg: rgba(158,167,179,0.4);
    --color-markdown-frame-border: #7a828e;
    --color-markdown-blockquote-border: #7a828e;
    --color-markdown-table-border: #7a828e;
    --color-markdown-table-tr-border: #7a828e;
    --color-filter-item-bar-bg: rgba(158,167,179,0.1);
    --color-hidden-text-expander-bg: rgba(158,167,179,0.4);
    --color-hidden-text-expander-bg-hover: #409eff;
    --color-drag-and-drop-border: #7a828e;
    --color-upload-enabled-border: #7a828e;
    --color-upload-enabled-border-focused: #409eff;
    --color-previewable-comment-form-border: #7a828e;
    --color-verified-badge-text: #26cd4d;
    --color-verified-badge-bg: #0a0c10;
    --color-verified-badge-border: #7a828e;
    --color-social-count-bg: #0a0c10;
    --color-tooltip-text: #0a0c10;
    --color-tooltip-bg: #ffffff;
    --color-files-explorer-icon: #71b7ff;
    --color-hl-author-bg: rgba(64,158,255,0.15);
    --color-hl-author-border: #409eff;
    --color-logo-subdued: rgba(158,167,179,0.4);
    --color-discussion-border: #09b43a;
    --color-discussion-bg-success: #09b43a;
    --color-actions-workflow-table-sticky-bg: rgba(10,12,16,0.95);
    --color-repo-language-color-border: rgba(255,255,255,0.2);
    --color-code-selection-bg: #409eff;
    --color-highlight-text: #f0f3f6;
    --color-highlight-bg: rgba(224,155,19,0.15);
    --color-blob-line-highlight-bg: rgba(224,155,19,0.15);
    --color-blob-line-highlight-border: #e09b13;
    --color-topic-tag-text: #71b7ff;
    --color-topic-tag-bg: rgba(64,158,255,0.15);
    --color-topic-tag-hover-bg: #409eff;
    --color-topic-tag-active-bg: rgba(64,158,255,0.15);
    --color-topic-tag-border: #409eff;
    --color-footer-invertocat-octicon: #7a828e;
    --color-footer-invertocat-octicon-hover: #f0f3f6;
    --color-dropdown-shadow: 0 8px 24px #010409;
    --color-label-border: #7a828e;
    --color-label-primary-text: #f0f3f6;
    --color-label-primary-border: #9ea7b3;
    --color-label-secondary-text: #f0f3f6;
    --color-label-secondary-border: #7a828e;
    --color-label-info-text: #71b7ff;
    --color-label-info-border: #409eff;
    --color-label-success-text: #26cd4d;
    --color-label-success-border: #09b43a;
    --color-label-warning-text: #f0b72f;
    --color-label-warning-border: #e09b13;
    --color-label-danger-text: #ff6a69;
    --color-label-danger-border: #ff6a69;
    --color-label-orange-text: #e7811d;
    --color-label-orange-border: #e7811d;
    --color-input-bg: #0a0c10;
    --color-input-contrast-bg: #010409;
    --color-input-border: #7a828e;
    --color-input-shadow: 0 0 transparent;
    --color-input-disabled-border: #7a828e;
    --color-input-warning-border: #e09b13;
    --color-input-error-border: #ff6a69;
    --color-input-tooltip-success-text: #f0f3f6;
    --color-input-tooltip-success-bg: rgba(9,180,58,0.15);
    --color-input-tooltip-success-border: #09b43a;
    --color-input-tooltip-warning-text: #f0f3f6;
    --color-input-tooltip-warning-bg: rgba(224,155,19,0.15);
    --color-input-tooltip-warning-border: #e09b13;
    --color-input-tooltip-error-text: #f0f3f6;
    --color-input-tooltip-error-bg: rgba(255,106,105,0.15);
    --color-input-tooltip-error-border: #ff6a69;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-toast-text: #f0f3f6;
    --color-toast-bg: #0a0c10;
    --color-toast-border: #7a828e;
    --color-toast-shadow: 0 8px 24px #010409;
    --color-toast-icon: #0a0c10;
    --color-toast-icon-bg: #409eff;
    --color-toast-icon-border: rgba(0,0,0,0);
    --color-toast-success-text: #f0f3f6;
    --color-toast-success-border: #7a828e;
    --color-toast-success-icon: #0a0c10;
    --color-toast-success-icon-bg: #09b43a;
    --color-toast-success-icon-border: rgba(0,0,0,0);
    --color-toast-warning-text: #f0f3f6;
    --color-toast-warning-border: #7a828e;
    --color-toast-warning-icon: #f0f3f6;
    --color-toast-warning-icon-bg: #e09b13;
    --color-toast-warning-icon-border: rgba(0,0,0,0);
    --color-toast-danger-text: #f0f3f6;
    --color-toast-danger-border: #7a828e;
    --color-toast-danger-icon: #0a0c10;
    --color-toast-danger-icon-bg: #ff6a69;
    --color-toast-danger-icon-border: rgba(0,0,0,0);
    --color-toast-loading-text: #f0f3f6;
    --color-toast-loading-border: #7a828e;
    --color-toast-loading-icon: #0a0c10;
    --color-toast-loading-icon-bg: #9ea7b3;
    --color-toast-loading-icon-border: rgba(0,0,0,0);
    --color-timeline-text: #f0f3f6;
    --color-timeline-badge-success-border: rgba(0,0,0,0);
    --color-timeline-target-badge-border: #409eff;
    --color-timeline-target-badge-shadow: #409eff;
    --color-timeline-badge-bg: #272b33;
    --color-diffstat-neutral-bg: rgba(158,167,179,0.4);
    --color-diffstat-neutral-border: #7a828e;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-deletion-bg: #ff6a69;
    --color-diffstat-addition-bg: #26cd4d;
    --color-diff-addition-text: #f0f3f6;
    --color-diff-addition-bg: rgba(9,180,58,0.15);
    --color-diff-addition-border: #09b43a;
    --color-diff-deletion-text: #f0f3f6;
    --color-diff-deletion-bg: rgba(255,106,105,0.15);
    --color-diff-deletion-border: #ff6a69;
    --color-diff-change-text: #f0b72f;
    --color-diff-change-bg: rgba(224,155,19,0.15);
    --color-diff-change-border: #e09b13;
    --color-merge-box-success-icon-bg: #09b43a;
    --color-merge-box-success-icon-text: #0a0c10;
    --color-merge-box-success-icon-border: rgba(0,0,0,0);
    --color-merge-box-success-indicator-bg: #09b43a;
    --color-merge-box-success-indicator-border: rgba(0,0,0,0);
    --color-merge-box-merged-icon-bg: #b87fff;
    --color-merge-box-merged-icon-text: #0a0c10;
    --color-merge-box-merged-icon-border: rgba(0,0,0,0);
    --color-merge-box-merged-box-border: #b87fff;
    --color-merge-box-neutral-icon-bg: #9ea7b3;
    --color-merge-box-neutral-icon-text: #0a0c10;
    --color-merge-box-neutral-icon-border: rgba(0,0,0,0);
    --color-merge-box-neutral-indicator-bg: #9ea7b3;
    --color-merge-box-neutral-indicator-border: rgba(0,0,0,0);
    --color-merge-box-warning-icon-bg: #e09b13;
    --color-merge-box-warning-icon-text: #0a0c10;
    --color-merge-box-warning-icon-border: rgba(0,0,0,0);
    --color-merge-box-warning-box-border: #e09b13;
    --color-merge-box-warning-merge-highlight: rgba(0,0,0,0);
    --color-merge-box-error-icon-bg: #ff6a69;
    --color-merge-box-error-icon-text: #0a0c10;
    --color-merge-box-error-icon-border: rgba(0,0,0,0);
    --color-merge-box-error-indicator-bg: #ff6a69;
    --color-merge-box-error-indicator-border: rgba(0,0,0,0);
    --color-underlinenav-border: rgba(0,0,0,0);
    --color-underlinenav-border-hover: #bdc4cc;
    --color-underlinenav-border-active: #FF967D;
    --color-underlinenav-text: #f0f3f6;
    --color-underlinenav-text-hover: #f0f3f6;
    --color-underlinenav-text-active: #f0f3f6;
    --color-underlinenav-icon: #f0f3f6;
    --color-underlinenav-icon-hover: #7a828e;
    --color-underlinenav-icon-active: #f0f3f6;
    --color-underlinenav-counter-text: #f0f3f6;
    --color-underlinenav-counter-bg: rgba(158,167,179,0.4);
    --color-select-menu-border-secondary: #7a828e;
    --color-select-menu-shadow: 0 8px 24px #010409;
    --color-select-menu-backdrop-bg: rgba(1,4,9,0.8);
    --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-sidenav-border-active: #FF967D;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-heading-text: #f0f3f6;
    --color-menu-border-active: #FF967D;
    --color-menu-bg-active: #272b33;
    --color-project-card-bg: #272b33;
    --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-pr-state-draft-text: #0a0c10;
    --color-pr-state-draft-bg: #9ea7b3;
    --color-pr-state-draft-border: rgba(0,0,0,0);
    --color-pr-state-open-text: #0a0c10;
    --color-pr-state-open-bg: #09b43a;
    --color-pr-state-open-border: rgba(0,0,0,0);
    --color-pr-state-merged-text: #0a0c10;
    --color-pr-state-merged-bg: #b87fff;
    --color-pr-state-merged-border: rgba(0,0,0,0);
    --color-pr-state-closed-text: #0a0c10;
    --color-pr-state-closed-bg: #ff6a69;
    --color-pr-state-closed-border: rgba(0,0,0,0);
    --color-diff-blob-num-text: #7a828e;
    --color-diff-blob-num-hover-text: #f0f3f6;
    --color-diff-blob-addition-num-hover-text: #f0f3f6;
    --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-hover-text: #f0f3f6;
    --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.15);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-text: #f0f3f6;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-hunk-line-bg: rgba(64,158,255,0.15);
    --color-diff-blob-empty-block-bg: rgba(158,167,179,0.1);
    --color-diff-blob-selected-line-highlight-bg: rgba(224,155,19,0.15);
    --color-diff-blob-selected-line-highlight-border: #e09b13;
    --color-diff-blob-expander-hover-icon: #0a0c10;
    --color-diff-blob-expander-hover-bg: #409eff;
    --color-diff-blob-expander-icon: #0a0c10;
    --color-diff-blob-comment-button-icon: #0a0c10;
    --color-diff-blob-comment-button-bg: #409eff;
    --color-diff-blob-comment-button-gradient-bg: rgba(0,0,0,0);
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-global-nav-logo: #ffffff;
    --color-global-nav-bg: #272b33;
    --color-global-nav-text: #f0f3f6;
    --color-global-nav-icon: #f0f3f6;
    --color-global-nav-input-bg: #0a0c10;
    --color-global-nav-input-border: #272b33;
    --color-global-nav-input-icon: #272b33;
    --color-global-nav-input-placeholder: #7a828e;
    --color-intro-shelf-gradient-left: rgba(64,158,255,0.15);
    --color-intro-shelf-gradient-right: rgba(9,180,58,0.15);
    --color-intro-shelf-gradient-in: #0a0c10;
    --color-intro-shelf-gradient-out: rgba(255,255,255,0);
    --color-canvas-default-transparent: rgba(10,12,16,0);
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --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: #7a828e;
    --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: #7a828e;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => 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: #7a828e;
    --color-checks-line-timestamp-text: #7a828e;
    --color-checks-line-hover-bg: rgba(158,167,179,0.1);
    --color-checks-line-selected-bg: rgba(64,158,255,0.15);
    --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: #7a828e;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #7a828e;
    --color-checks-logline-error-bg: rgba(255,106,105,0.15);
    --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-mktg-success: rgba(9,180,58,1);
    --color-mktg-info: rgba(64,158,255,1);
    --color-mktg-bg-shade-gradient-top: rgba(1,4,9,0.065);
    --color-mktg-bg-shade-gradient-bottom: rgba(1,4,9,0);
    --color-mktg-btn-bg-top: hsla(228,82%,66%,1);
    --color-mktg-btn-bg-bottom: #4969ed;
    --color-mktg-btn-bg-overlay-top: hsla(228,74%,59%,1);
    --color-mktg-btn-bg-overlay-bottom: #3355e0;
    --color-mktg-btn-text: #ffffff;
    --color-mktg-btn-primary-bg-top: hsla(137,56%,46%,1);
    --color-mktg-btn-primary-bg-bottom: #2ea44f;
    --color-mktg-btn-primary-bg-overlay-top: hsla(134,60%,38%,1);
    --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
    --color-mktg-btn-primary-text: #ffffff;
    --color-mktg-btn-enterprise-bg-top: hsla(249,100%,72%,1);
    --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
    --color-mktg-btn-enterprise-bg-overlay-top: hsla(248,65%,63%,1);
    --color-mktg-btn-enterprise-bg-overlay-bottom: #614eda;
    --color-mktg-btn-enterprise-text: #ffffff;
    --color-mktg-btn-outline-text: #ffffff;
    --color-mktg-btn-outline-border: rgba(255,255,255,0.3);
    --color-mktg-btn-outline-hover-text: #ffffff;
    --color-mktg-btn-outline-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-outline-focus-border: #ffffff;
    --color-mktg-btn-outline-focus-border-inset: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-text: #ffffff;
    --color-mktg-btn-dark-border: rgba(255,255,255,0.3);
    --color-mktg-btn-dark-hover-text: #ffffff;
    --color-mktg-btn-dark-hover-border: rgba(255,255,255,0.5);
    --color-mktg-btn-dark-focus-border: #ffffff;
    --color-mktg-btn-dark-focus-border-inset: rgba(255,255,255,0.5);
    --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: -2px -2px 0 #0a0c10;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --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-focus-bg: #272b33;
    --color-btn-focus-border: #bdc4cc;
    --color-btn-focus-shadow: 0 0 0 3px rgba(189,196,204,0.3);
    --color-btn-shadow-active: inset 0 0.15em 0.3em rgba(1,4,9,0.15);
    --color-btn-shadow-input-focus: 0 0 0 0.2em rgba(64,158,255,0.3);
    --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-focus-bg: #09b43a;
    --color-btn-primary-focus-border: #7a828e;
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(46,164,79,0.4);
    --color-btn-primary-icon: #0a0c10;
    --color-btn-primary-counter-bg: rgba(1,4,9,0.15);
    --color-btn-outline-text: #71b7ff;
    --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(255,255,255,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-focus-border: #7a828e;
    --color-btn-outline-focus-shadow: 0 0 0 3px rgba(49,139,248,0.4);
    --color-btn-outline-counter-bg: rgba(64,158,255,0.1);
    --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-focus-border: #ff6a69;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(255,106,105,0.4);
    --color-btn-danger-counter-bg: rgba(1,4,9,0.15);
    --color-btn-danger-icon: #ff6a69;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #7a828e;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --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.15);
    --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.15);
    --color-danger-fg: #ff6a69;
    --color-danger-emphasis: #ff6a69;
    --color-danger-muted: #ff6a69;
    --color-danger-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.15);
    --color-sponsors-fg: #ef6eb1;
    --color-sponsors-emphasis: #ef6eb1;
    --color-sponsors-muted: #ef6eb1;
    --color-sponsors-subtle: rgba(239,110,177,0.15);
    --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-primer-shadow-focus: 0 0 0 3px #1e60d5;
    --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;
  }
}

/* line 32, node_modules/@primer/css/base/modes.scss */
[data-color-mode] {
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}

/* line 30, node_modules/@primer/css/support/mixins/color-modes.scss */
:root,
[data-color-mode="light"][data-light-theme*="light"],
[data-color-mode="dark"][data-dark-theme*="light"] {
  color-scheme: light;
}

@media (prefers-color-scheme: light) {
  /* line 41, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-light-theme*="light"] {
    color-scheme: light;
  }
}

@media (prefers-color-scheme: dark) {
  /* line 47, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-dark-theme*="light"] {
    color-scheme: light;
  }
}

/* line 35, node_modules/@primer/css/support/mixins/color-modes.scss */
[data-color-mode="light"][data-light-theme*="dark"],
[data-color-mode="dark"][data-dark-theme*="dark"] {
  color-scheme: dark;
}

@media (prefers-color-scheme: light) {
  /* line 41, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-light-theme*="dark"] {
    color-scheme: dark;
  }
}

@media (prefers-color-scheme: dark) {
  /* line 47, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-dark-theme*="dark"] {
    color-scheme: dark;
  }
}

/* line 2, node_modules/@primer/css/base/base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/@primer/css/base/base.scss */
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 15, node_modules/@primer/css/base/base.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}

/* line 23, node_modules/@primer/css/base/base.scss */
a {
  color: var(--color-accent-fg);
  text-decoration: none;
}

/* line 27, node_modules/@primer/css/base/base.scss */
a:hover {
  text-decoration: underline;
}

/* line 32, node_modules/@primer/css/base/base.scss */
b,
strong {
  font-weight: 600;
}

/* line 40, node_modules/@primer/css/base/base.scss */
hr,
.rule {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
hr::before,
.rule::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
hr::after,
.rule::after {
  display: table;
  clear: both;
  content: "";
}

/* line 56, node_modules/@primer/css/base/base.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 61, node_modules/@primer/css/base/base.scss */
td,
th {
  padding: 0;
}

/* line 66, node_modules/@primer/css/base/base.scss */
button {
  cursor: pointer;
  border-radius: 0;
}

/* line 74, node_modules/@primer/css/base/base.scss */
[hidden][hidden] {
  display: none !important;
}

/* line 79, node_modules/@primer/css/base/base.scss */
details summary {
  cursor: pointer;
}

/* line 83, node_modules/@primer/css/base/base.scss */
details:not([open]) > *:not(summary) {
  display: none !important;
}

/* line 4, node_modules/@primer/css/base/kbd.scss */
kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
          box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}

/* line 4, node_modules/@primer/css/base/typography-base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14, node_modules/@primer/css/base/typography-base.scss */
h1 {
  font-size: 32px;
  font-weight: 600;
}

/* line 15, node_modules/@primer/css/base/typography-base.scss */
h2 {
  font-size: 24px;
  font-weight: 600;
}

/* line 16, node_modules/@primer/css/base/typography-base.scss */
h3 {
  font-size: 20px;
  font-weight: 600;
}

/* line 17, node_modules/@primer/css/base/typography-base.scss */
h4 {
  font-size: 16px;
  font-weight: 600;
}

/* line 18, node_modules/@primer/css/base/typography-base.scss */
h5 {
  font-size: 14px;
  font-weight: 600;
}

/* line 19, node_modules/@primer/css/base/typography-base.scss */
h6 {
  font-size: 12px;
  font-weight: 600;
}

/* line 24, node_modules/@primer/css/base/typography-base.scss */
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 30, node_modules/@primer/css/base/typography-base.scss */
small {
  font-size: 90%;
}

/* line 35, node_modules/@primer/css/base/typography-base.scss */
blockquote {
  margin: 0;
}

/* line 42, node_modules/@primer/css/base/typography-base.scss */
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 49, node_modules/@primer/css/base/typography-base.scss */
ol ol,
ul ol {
  list-style-type: lower-roman;
}

/* line 54, node_modules/@primer/css/base/typography-base.scss */
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

/* line 61, node_modules/@primer/css/base/typography-base.scss */
dd {
  margin-left: 0;
}

/* line 68, node_modules/@primer/css/base/typography-base.scss */
tt,
code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

/* line 74, node_modules/@primer/css/base/typography-base.scss */
pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

/* line 86, node_modules/@primer/css/base/typography-base.scss */
.octicon {
  vertical-align: text-bottom;
}

/* line 1, node_modules/@primer/css/base/octicons.scss */
.octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

/* line 4, node_modules/@primer/css/box/box.scss */
.Box {
  background-color: var(--color-canvas-default);
  border-color: var(--color-border-default);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* line 13, node_modules/@primer/css/box/box.scss */
.Box--condensed {
  line-height: 1.25;
}

/* line 16, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-header {
  padding: 8px 16px;
}

/* line 20, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-body {
  padding: 8px 16px;
}

/* line 24, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-footer {
  padding: 8px 16px;
}

/* line 29, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-btn-octicon.btn-octicon {
  padding: 8px 16px;
  margin: -8px -16px;
  line-height: 1.25;
}

/* line 37, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-row {
  padding: 8px 16px;
}

/* line 43, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-header {
  padding: 24px;
  line-height: 1.25;
}

/* line 48, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-title {
  font-size: 20px;
}

/* line 52, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-body {
  padding: 24px;
}

/* line 56, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-footer {
  padding: 24px;
}

/* line 61, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-btn-octicon.btn-octicon {
  padding: 24px;
  margin: -24px -24px;
}

/* line 68, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-row {
  padding: 24px;
}

/* line 73, node_modules/@primer/css/box/box.scss */
.Box-header {
  padding: 16px;
  margin: -1px -1px 0;
  background-color: var(--color-canvas-subtle);
  border-color: var(--color-border-default);
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 85, node_modules/@primer/css/box/box.scss */
.Box-title {
  font-size: 14px;
  font-weight: 600;
}

/* line 90, node_modules/@primer/css/box/box.scss */
.Box-body {
  padding: 16px;
  border-bottom: 1px solid var(--color-border-default);
}

/* line 95, node_modules/@primer/css/box/box.scss */
.Box-body:last-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 104, node_modules/@primer/css/box/box.scss */
.Box-row {
  padding: 16px;
  margin-top: -1px;
  list-style-type: none;
  border-top-color: var(--color-border-muted);
  border-top-style: solid;
  border-top-width: 1px;
}

/* line 113, node_modules/@primer/css/box/box.scss */
.Box-row:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 118, node_modules/@primer/css/box/box.scss */
.Box-row:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 125, node_modules/@primer/css/box/box.scss */
.Box-row.Box-row--unread, .Box-row.unread {
  -webkit-box-shadow: inset 2px 0 0 var(--color-accent-emphasis);
          box-shadow: inset 2px 0 0 var(--color-accent-emphasis);
}

/* line 134, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus .Box-row--drag-button {
  color: var(--color-accent-fg);
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 100;
}

/* line 141, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 146, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-chosen {
  background-color: var(--color-canvas-subtle);
}

/* line 151, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost {
  background-color: var(--color-canvas-subtle);
}

/* line 155, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
  opacity: 0;
}

/* line 163, node_modules/@primer/css/box/box.scss */
.Box-row--focus-gray.navigation-focus {
  background-color: var(--color-canvas-subtle);
}

/* line 169, node_modules/@primer/css/box/box.scss */
.Box-row--focus-blue.navigation-focus {
  background-color: var(--color-accent-subtle);
}

/* line 175, node_modules/@primer/css/box/box.scss */
.Box-row--hover-gray:hover {
  background-color: var(--color-canvas-subtle);
}

/* line 181, node_modules/@primer/css/box/box.scss */
.Box-row--hover-blue:hover {
  background-color: var(--color-accent-subtle);
}

@media (min-width: 768px) {
  /* line 189, node_modules/@primer/css/box/box.scss */
  .Box-row-link {
    color: var(--color-fg-default);
    text-decoration: none;
  }
  /* line 194, node_modules/@primer/css/box/box.scss */
  .Box-row-link:hover {
    color: var(--color-accent-fg);
    text-decoration: none;
  }
}

/* line 203, node_modules/@primer/css/box/box.scss */
.Box-row--drag-button {
  opacity: 0;
}

/* line 207, node_modules/@primer/css/box/box.scss */
.Box-footer {
  padding: 16px;
  margin-top: -1px;
  border-top-color: var(--color-border-default);
  border-top-style: solid;
  border-top-width: 1px;
  border-radius: 0 0 6px 6px;
}

/* line 218, node_modules/@primer/css/box/box.scss */
.Box--scrollable {
  max-height: 324px;
  overflow: scroll;
}

/* line 225, node_modules/@primer/css/box/box.scss */
.Box--blue {
  border-color: var(--color-accent-muted);
}

/* line 228, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-header {
  background-color: var(--color-accent-subtle);
  border-color: var(--color-accent-muted);
}

/* line 233, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-body {
  border-color: var(--color-accent-muted);
}

/* line 237, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-row {
  border-color: var(--color-accent-muted);
}

/* line 241, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-footer {
  border-color: var(--color-accent-muted);
}

/* line 248, node_modules/@primer/css/box/box.scss */
.Box--danger {
  border-color: var(--color-danger-emphasis);
}

/* line 252, node_modules/@primer/css/box/box.scss */
.Box--danger .Box-row:first-of-type {
  border-color: var(--color-danger-emphasis);
}

/* line 258, node_modules/@primer/css/box/box.scss */
.Box--danger .Box-body:last-of-type {
  border-color: var(--color-danger-emphasis);
}

/* line 264, node_modules/@primer/css/box/box.scss */
.Box-header--blue {
  background-color: var(--color-accent-subtle);
  border-color: var(--color-accent-muted);
}

/* line 271, node_modules/@primer/css/box/box.scss */
.Box-row--yellow {
  background-color: var(--color-attention-subtle);
}

/* line 275, node_modules/@primer/css/box/box.scss */
.Box-row--blue {
  background-color: var(--color-accent-subtle);
}

/* line 279, node_modules/@primer/css/box/box.scss */
.Box-row--gray {
  background-color: var(--color-canvas-subtle);
}

/* line 286, node_modules/@primer/css/box/box.scss */
.Box-btn-octicon.btn-octicon {
  padding: 16px 16px;
  margin: -16px -16px;
  line-height: 1.5;
}

/* line 1, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item {
  display: inline-block;
  margin-left: -0.35em;
  white-space: nowrap;
  list-style: none;
}

/* line 8, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item::after {
  display: inline-block;
  height: 0.8em;
  margin: 0 0.5em;
  content: '';
  border-right: 0.1em solid var(--color-fg-muted);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/* line 18, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item:first-child {
  margin-left: 0;
}

/* line 25, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected::after,
.breadcrumb-item[aria-current]:not([aria-current=false])::after {
  content: none;
}

/* line 31, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected a {
  color: var(--color-fg-default);
}

/* line 4, node_modules/@primer/css/buttons/button.scss */
.btn {
  position: relative;
  display: inline-block;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 21, node_modules/@primer/css/buttons/button.scss */
.btn:hover {
  text-decoration: none;
}

/* line 25, node_modules/@primer/css/buttons/button.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  cursor: default;
}

/* line 30, node_modules/@primer/css/buttons/button.scss */
.btn:disabled .octicon, .btn.disabled .octicon, .btn[aria-disabled=true] .octicon {
  color: var(--color-fg-muted);
}

/* line 35, node_modules/@primer/css/buttons/button.scss */
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}

/* line 41, node_modules/@primer/css/buttons/button.scss */
.btn .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
  vertical-align: text-bottom;
}

/* line 46, node_modules/@primer/css/buttons/button.scss */
.btn .octicon:only-child {
  margin-right: 0;
}

/* line 51, node_modules/@primer/css/buttons/button.scss */
.btn .Counter {
  margin-left: 2px;
  color: inherit;
  text-shadow: none;
  vertical-align: top;
  background-color: var(--color-btn-counter-bg);
}

/* line 60, node_modules/@primer/css/buttons/button.scss */
.btn .dropdown-caret {
  margin-left: 4px;
  opacity: 0.8;
}

/* line 68, node_modules/@primer/css/buttons/button.scss */
.btn {
  color: var(--color-btn-text);
  background-color: var(--color-btn-bg);
  border-color: var(--color-btn-border);
  -webkit-box-shadow: var(--color-btn-shadow), var(--color-btn-inset-shadow);
          box-shadow: var(--color-btn-shadow), var(--color-btn-inset-shadow);
  -webkit-transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}

/* line 76, node_modules/@primer/css/buttons/button.scss */
.btn:hover, .btn.hover, [open] > .btn {
  background-color: var(--color-btn-hover-bg);
  border-color: var(--color-btn-hover-border);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 84, node_modules/@primer/css/buttons/button.scss */
.btn:active {
  background-color: var(--color-btn-active-bg);
  border-color: var(--color-btn-active-border);
  -webkit-transition: none;
  transition: none;
}

/* line 90, node_modules/@primer/css/buttons/button.scss */
.btn.selected, .btn[aria-selected=true] {
  background-color: var(--color-btn-selected-bg);
  -webkit-box-shadow: var(--color-primer-shadow-inset);
          box-shadow: var(--color-primer-shadow-inset);
}

/* line 96, node_modules/@primer/css/buttons/button.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  color: var(--color-fg-muted);
  background-color: var(--color-btn-bg);
  border-color: var(--color-btn-border);
}

/* line 105, node_modules/@primer/css/buttons/button.scss */
.btn:focus, .btn.focus {
  border-color: var(--color-btn-focus-border);
  outline: none;
  -webkit-box-shadow: var(--color-btn-focus-shadow);
          box-shadow: var(--color-btn-focus-shadow);
}

/* line 115, node_modules/@primer/css/buttons/button.scss */
.btn-primary {
  color: var(--color-btn-primary-text);
  background-color: var(--color-btn-primary-bg);
  border-color: var(--color-btn-primary-border);
  -webkit-box-shadow: var(--color-btn-primary-shadow), var(--color-btn-primary-inset-shadow);
          box-shadow: var(--color-btn-primary-shadow), var(--color-btn-primary-inset-shadow);
}

/* line 121, node_modules/@primer/css/buttons/button.scss */
.btn-primary:hover, .btn-primary.hover, [open] > .btn-primary {
  background-color: var(--color-btn-primary-hover-bg);
  border-color: var(--color-btn-primary-hover-border);
}

/* line 128, node_modules/@primer/css/buttons/button.scss */
.btn-primary:active, .btn-primary.selected, .btn-primary[aria-selected=true] {
  background-color: var(--color-btn-primary-selected-bg);
  -webkit-box-shadow: var(--color-btn-primary-selected-shadow);
          box-shadow: var(--color-btn-primary-selected-shadow);
}

/* line 135, node_modules/@primer/css/buttons/button.scss */
.btn-primary:disabled, .btn-primary.disabled, .btn-primary[aria-disabled=true] {
  color: var(--color-btn-primary-disabled-text);
  background-color: var(--color-btn-primary-disabled-bg);
  border-color: var(--color-btn-primary-disabled-border);
}

/* line 142, node_modules/@primer/css/buttons/button.scss */
.btn-primary:disabled .octicon, .btn-primary.disabled .octicon, .btn-primary[aria-disabled=true] .octicon {
  color: var(--color-btn-primary-disabled-text);
}

/* line 147, node_modules/@primer/css/buttons/button.scss */
.btn-primary:focus, .btn-primary.focus {
  background-color: var(--color-btn-primary-focus-bg);
  border-color: var(--color-btn-primary-focus-border);
  -webkit-box-shadow: var(--color-btn-primary-focus-shadow);
          box-shadow: var(--color-btn-primary-focus-shadow);
}

/* line 154, node_modules/@primer/css/buttons/button.scss */
.btn-primary .Counter {
  color: inherit;
  background-color: var(--color-btn-primary-counter-bg);
}

/* line 159, node_modules/@primer/css/buttons/button.scss */
.btn-primary .octicon {
  color: var(--color-btn-primary-icon);
}

/* line 166, node_modules/@primer/css/buttons/button.scss */
.btn-outline {
  color: var(--color-btn-outline-text);
}

/* line 169, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover, [open] > .btn-outline {
  color: var(--color-btn-outline-hover-text);
  background-color: var(--color-btn-outline-hover-bg);
  border-color: var(--color-btn-outline-hover-border);
  -webkit-box-shadow: var(--color-btn-outline-hover-shadow), var(--color-btn-outline-hover-inset-shadow);
          box-shadow: var(--color-btn-outline-hover-shadow), var(--color-btn-outline-hover-inset-shadow);
}

/* line 176, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover .Counter, [open] > .btn-outline .Counter {
  background-color: var(--color-btn-outline-hover-counter-bg);
}

/* line 180, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover .octicon, [open] > .btn-outline .octicon {
  color: inherit;
}

/* line 185, node_modules/@primer/css/buttons/button.scss */
.btn-outline:active, .btn-outline.selected, .btn-outline[aria-selected=true] {
  color: var(--color-btn-outline-selected-text);
  background-color: var(--color-btn-outline-selected-bg);
  border-color: var(--color-btn-outline-selected-border);
  -webkit-box-shadow: var(--color-btn-outline-selected-shadow);
          box-shadow: var(--color-btn-outline-selected-shadow);
}

/* line 194, node_modules/@primer/css/buttons/button.scss */
.btn-outline:disabled, .btn-outline.disabled, .btn-outline[aria-disabled=true] {
  color: var(--color-btn-outline-disabled-text);
  background-color: var(--color-btn-outline-disabled-bg);
  border-color: var(--color-btn-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 202, node_modules/@primer/css/buttons/button.scss */
.btn-outline:disabled .Counter, .btn-outline.disabled .Counter, .btn-outline[aria-disabled=true] .Counter {
  background-color: var(--color-btn-outline-disabled-counter-bg);
}

/* line 207, node_modules/@primer/css/buttons/button.scss */
.btn-outline:focus {
  border-color: var(--color-btn-outline-focus-border);
  -webkit-box-shadow: var(--color-btn-outline-focus-shadow);
          box-shadow: var(--color-btn-outline-focus-shadow);
}

/* line 212, node_modules/@primer/css/buttons/button.scss */
.btn-outline .Counter {
  color: inherit;
  background-color: var(--color-btn-outline-counter-bg);
}

/* line 220, node_modules/@primer/css/buttons/button.scss */
.btn-danger {
  color: var(--color-btn-danger-text);
}

/* line 223, node_modules/@primer/css/buttons/button.scss */
.btn-danger .octicon {
  color: var(--color-btn-danger-icon);
}

/* line 227, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover, [open] > .btn-danger {
  color: var(--color-btn-danger-hover-text);
  background-color: var(--color-btn-danger-hover-bg);
  border-color: var(--color-btn-danger-hover-border);
  -webkit-box-shadow: var(--color-btn-danger-hover-shadow), var(--color-btn-danger-hover-inset-shadow);
          box-shadow: var(--color-btn-danger-hover-shadow), var(--color-btn-danger-hover-inset-shadow);
}

/* line 234, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover .Counter, [open] > .btn-danger .Counter {
  background-color: var(--color-btn-danger-hover-counter-bg);
}

/* line 238, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover .octicon, [open] > .btn-danger .octicon {
  color: var(--color-btn-danger-hover-icon);
}

/* line 243, node_modules/@primer/css/buttons/button.scss */
.btn-danger:active, .btn-danger.selected, .btn-danger[aria-selected=true] {
  color: var(--color-btn-danger-selected-text);
  background-color: var(--color-btn-danger-selected-bg);
  border-color: var(--color-btn-danger-selected-border);
  -webkit-box-shadow: var(--color-btn-danger-selected-shadow);
          box-shadow: var(--color-btn-danger-selected-shadow);
}

/* line 252, node_modules/@primer/css/buttons/button.scss */
.btn-danger:disabled, .btn-danger.disabled, .btn-danger[aria-disabled=true] {
  color: var(--color-btn-danger-disabled-text);
  background-color: var(--color-btn-danger-disabled-bg);
  border-color: var(--color-btn-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 260, node_modules/@primer/css/buttons/button.scss */
.btn-danger:disabled .Counter, .btn-danger.disabled .Counter, .btn-danger[aria-disabled=true] .Counter {
  background-color: var(--color-btn-danger-disabled-counter-bg);
}

/* line 264, node_modules/@primer/css/buttons/button.scss */
.btn-danger:disabled .octicon, .btn-danger.disabled .octicon, .btn-danger[aria-disabled=true] .octicon {
  color: var(--color-btn-danger-disabled-text);
}

/* line 269, node_modules/@primer/css/buttons/button.scss */
.btn-danger:focus {
  border-color: var(--color-btn-danger-focus-border);
  -webkit-box-shadow: var(--color-btn-danger-focus-shadow);
          box-shadow: var(--color-btn-danger-focus-shadow);
}

/* line 274, node_modules/@primer/css/buttons/button.scss */
.btn-danger .Counter {
  color: inherit;
  background-color: var(--color-btn-danger-counter-bg);
}

/* line 283, node_modules/@primer/css/buttons/button.scss */
.btn-sm {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 20px;
}

/* line 290, node_modules/@primer/css/buttons/button.scss */
.btn-sm .octicon {
  vertical-align: text-top;
}

/* line 296, node_modules/@primer/css/buttons/button.scss */
.btn-large {
  padding: 0.75em 1.5em;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.5em;
}

/* line 308, node_modules/@primer/css/buttons/button.scss */
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 6, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup {
  display: inline-block;
  vertical-align: middle;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::after {
  display: table;
  clear: both;
  content: "";
}

/* line 12, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}

/* line 18, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item {
  position: relative;
  float: left;
  border-right-width: 0;
  border-radius: 0;
}

/* line 24, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 29, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:last-child {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 35, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected, .BtnGroup-item[aria-selected=true], .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover {
  border-right-width: 1px;
}

/* line 42, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected + .BtnGroup-item,
.BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item[aria-selected=true] + .BtnGroup-item,
.BtnGroup-item[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 49, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent {
  float: left;
}

/* line 52, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:first-child .BtnGroup-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 57, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:last-child .BtnGroup-item {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 63, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}

/* line 73, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected .BtnGroup-item, .BtnGroup-parent[aria-selected=true] .BtnGroup-item, .BtnGroup-parent:focus .BtnGroup-item, .BtnGroup-parent:active .BtnGroup-item, .BtnGroup-parent:hover .BtnGroup-item {
  border-right-width: 1px;
}

/* line 77, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected + .BtnGroup-item,
.BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent[aria-selected=true] + .BtnGroup-item,
.BtnGroup-parent[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 87, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:focus, .BtnGroup-item:active,
.BtnGroup-parent:focus,
.BtnGroup-parent:active {
  z-index: 1;
}

/* line 6, node_modules/@primer/css/buttons/misc.scss */
.btn-link {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  color: var(--color-accent-fg);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 19, node_modules/@primer/css/buttons/misc.scss */
.btn-link:hover {
  text-decoration: underline;
}

/* line 25, node_modules/@primer/css/buttons/misc.scss */
.btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true], .btn-link[aria-disabled=true]:hover {
  color: var(--color-fg-muted);
  cursor: default;
}

/* line 36, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible {
  color: var(--color-accent-fg);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 43, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible:hover, .btn-invisible.zeroclipboard-is-hover {
  color: var(--color-accent-fg);
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 51, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible:active, .btn-invisible:focus, .btn-invisible.selected, .btn-invisible[aria-selected=true], .btn-invisible.zeroclipboard-is-active {
  color: var(--color-accent-fg);
  background: none;
  border-color: var(--color-btn-active-border);
  outline: none;
  -webkit-box-shadow: var(--color-btn-focus-shadow);
          box-shadow: var(--color-btn-focus-shadow);
}

/* line 63, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible:disabled, .btn-invisible.disabled, .btn-invisible[aria-disabled=true] {
  background-color: transparent;
}

/* line 73, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  line-height: 1;
  color: var(--color-fg-muted);
  vertical-align: middle;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 88, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon:hover {
  color: var(--color-accent-fg);
}

/* line 90, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon.disabled, .btn-octicon[aria-disabled=true] {
  color: var(--color-fg-muted);
  cursor: default;
}

/* line 95, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon.disabled:hover, .btn-octicon[aria-disabled=true]:hover {
  color: var(--color-fg-muted);
}

/* line 99, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon-danger:hover {
  color: var(--color-danger-fg);
}

/* line 106, node_modules/@primer/css/buttons/misc.scss */
.close-button {
  padding: 0;
  color: var(--color-fg-muted);
  background: transparent;
  border: 0;
  outline: none;
}

/* line 113, node_modules/@primer/css/buttons/misc.scss */
.close-button:hover {
  color: var(--color-fg-default);
}

/* line 117, node_modules/@primer/css/buttons/misc.scss */
.close-button:active, .close-button:focus {
  color: var(--color-fg-muted);
  border-color: var(--color-btn-active-border);
  outline: none;
  -webkit-box-shadow: var(--color-btn-focus-shadow);
          box-shadow: var(--color-btn-focus-shadow);
}

/* line 129, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander {
  display: block;
}

/* line 132, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander.inline {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}

/* line 142, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a,
.ellipsis-expander {
  display: inline-block;
  height: 12px;
  padding: 0 5px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 6px;
  color: var(--color-fg-default);
  text-decoration: none;
  vertical-align: middle;
  background: var(--color-neutral-muted);
  border: 0;
  border-radius: 1px;
}

/* line 160, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:hover,
.ellipsis-expander:hover {
  text-decoration: none;
  background-color: var(--color-accent-muted);
}

/* line 165, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:active,
.ellipsis-expander:active {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
}

/* line 174, node_modules/@primer/css/buttons/misc.scss */
.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 179, node_modules/@primer/css/buttons/misc.scss */
.btn-with-count:focus {
  z-index: 1;
}

/* line 188, node_modules/@primer/css/buttons/misc.scss */
.social-count {
  position: relative;
  float: left;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-default);
  border: 1px solid var(--color-btn-border);
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: var(--color-shadow-small), var(--color-primer-shadow-highlight);
          box-shadow: var(--color-shadow-small), var(--color-primer-shadow-highlight);
}

/* line 206, node_modules/@primer/css/buttons/misc.scss */
.social-count:hover, .social-count:active {
  text-decoration: none;
}

/* line 211, node_modules/@primer/css/buttons/misc.scss */
.social-count:hover {
  color: var(--color-accent-fg);
  cursor: pointer;
}

/* line 216, node_modules/@primer/css/buttons/misc.scss */
.social-count:focus {
  z-index: 1;
  outline: 0;
  -webkit-box-shadow: var(--color-primer-shadow-focus);
          box-shadow: var(--color-primer-shadow-focus);
}

/* line 5, node_modules/@primer/css/table-object/table-object.scss */
.TableObject {
  display: table;
}

/* line 10, node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 18, node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item--primary {
  width: 99%;
}

/* line 8, node_modules/@primer/css/forms/form-control.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 14, node_modules/@primer/css/forms/form-control.scss */
label {
  font-weight: 600;
}

/* line 18, node_modules/@primer/css/forms/form-control.scss */
.form-control,
.form-select {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-default);
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: var(--color-primer-shadow-inset);
          box-shadow: var(--color-primer-shadow-inset);
}

/* line 35, node_modules/@primer/css/forms/form-control.scss */
.form-control.focus, .form-control:focus,
.form-select.focus,
.form-select:focus {
  border-color: var(--color-accent-emphasis);
  outline: none;
  -webkit-box-shadow: var(--color-primer-shadow-focus);
          box-shadow: var(--color-primer-shadow-focus);
}

/* line 42, node_modules/@primer/css/forms/form-control.scss */
.form-control[disabled],
.form-select[disabled] {
  color: var(--color-fg-muted);
  background-color: var(--color-input-disabled-bg);
  border-color: var(--color-border-default);
}

@supports (-webkit-touch-callout: none) {
  /* line 18, node_modules/@primer/css/forms/form-control.scss */
  .form-control,
.form-select {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    /* line 18, node_modules/@primer/css/forms/form-control.scss */
    .form-control,
.form-select {
      font-size: 14px;
    }
  }
}

/* line 58, node_modules/@primer/css/forms/form-control.scss */
textarea.form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}

/* line 65, node_modules/@primer/css/forms/form-control.scss */
.input-contrast {
  background-color: var(--color-canvas-inset);
}

/* line 68, node_modules/@primer/css/forms/form-control.scss */
.input-contrast:focus {
  background-color: var(--color-canvas-default);
}

/* line 72, node_modules/@primer/css/forms/form-control.scss */
::-webkit-input-placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
::-ms-input-placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}

/* line 78, node_modules/@primer/css/forms/form-control.scss */
.input-sm {
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

/* line 90, node_modules/@primer/css/forms/form-control.scss */
.input-lg {
  font-size: 16px;
}

/* line 95, node_modules/@primer/css/forms/form-control.scss */
.input-block {
  display: block;
  width: 100%;
}

/* line 101, node_modules/@primer/css/forms/form-control.scss */
.input-monospace {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

/* line 107, node_modules/@primer/css/forms/form-control.scss */
.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

/* line 119, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}

/* line 127, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox label em.highlight {
  position: relative;
  left: -4px;
  padding: 2px 4px;
  font-style: normal;
  background: var(--color-attention-subtle);
  border-radius: 6px;
}

/* line 138, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  float: left;
  margin: 5px 0 0 -20px;
  vertical-align: middle;
}

/* line 146, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox .note {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-fg-muted);
}

/* line 155, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details {
  display: none;
}

/* line 162, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
  display: block;
}

/* line 173, node_modules/@primer/css/forms/form-control.scss */
.hfields {
  margin: 15px 0;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.hfields::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.hfields::after {
  display: table;
  clear: both;
  content: "";
}

/* line 178, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}

/* line 185, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt label,
.hfields .form-group .form-group-header label {
  display: inline-block;
  margin: 5px 0 0;
  color: var(--color-fg-muted);
}

/* line 192, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt img,
.hfields .form-group .form-group-header img {
  position: relative;
  top: -2px;
}

/* line 199, node_modules/@primer/css/forms/form-control.scss */
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}

/* line 206, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-select {
  margin-top: 5px;
}

/* line 212, node_modules/@primer/css/forms/form-control.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::after {
  display: table;
  clear: both;
  content: "";
}

/* line 223, node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn {
  float: right;
}

/* line 226, node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn + .btn {
  margin-right: 5px;
}

/* line 233, node_modules/@primer/css/forms/form-control.scss */
.form-warning {
  padding: 8px 10px;
  margin: 10px 0;
  font-size: 14px;
  color: var(--color-attention-fg);
  background: var(--color-attention-subtle);
  border: 1px solid var(--color-attention-emphasis);
  border-radius: 6px;
}

/* line 243, node_modules/@primer/css/forms/form-control.scss */
.form-warning p {
  margin: 0;
  line-height: 1.5;
}

/* line 248, node_modules/@primer/css/forms/form-control.scss */
.form-warning a {
  font-weight: 600;
}

/* line 4, node_modules/@primer/css/forms/form-select.scss */
.form-select {
  display: inline-block;
  max-width: 100%;
  height: 32px;
  padding-right: 24px;
  background-color: var(--color-canvas-default);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzU4NjA2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 18, node_modules/@primer/css/forms/form-select.scss */
.form-select::-ms-expand {
  opacity: 0;
}

/* line 22, node_modules/@primer/css/forms/form-select.scss */
.form-select[multiple] {
  height: auto;
}

/* line 28, node_modules/@primer/css/forms/form-select.scss */
[data-color-mode="light"][data-light-theme*="dark"] .form-select,
[data-color-mode="dark"][data-dark-theme*="dark"] .form-select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzZlNzY4MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
}

@media (prefers-color-scheme: light) {
  /* line 28, node_modules/@primer/css/forms/form-select.scss */
  [data-color-mode="auto"][data-light-theme*="dark"] .form-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzZlNzY4MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
  }
}

@media (prefers-color-scheme: dark) {
  /* line 28, node_modules/@primer/css/forms/form-select.scss */
  [data-color-mode="auto"][data-dark-theme*="dark"] .form-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzZlNzY4MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
  }
}

/* line 34, node_modules/@primer/css/forms/form-select.scss */
.select-sm {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 42, node_modules/@primer/css/forms/form-select.scss */
.select-sm[multiple] {
  height: auto;
  min-height: 0;
}

/* line 13, node_modules/@primer/css/forms/form-group.scss */
.form-group {
  margin: 15px 0;
}

/* line 18, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control {
  width: 440px;
  max-width: 100%;
  margin-right: 5px;
  background-color: var(--color-canvas-inset);
}

/* line 25, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control:focus {
  background-color: var(--color-canvas-default);
}

/* line 29, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.shorter {
  width: 130px;
}

/* line 31, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.short {
  width: 250px;
}

/* line 33, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.long {
  width: 100%;
}

/* line 38, node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
}

/* line 43, node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control.short {
  height: 50px;
  min-height: 50px;
}

/* line 51, node_modules/@primer/css/forms/form-group.scss */
.form-group dt,
.form-group .form-group-header {
  margin: 0 0 6px;
}

/* line 57, node_modules/@primer/css/forms/form-group.scss */
.form-group label {
  position: relative;
}

/* line 61, node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dt, .form-group.flattened .form-group-header {
  float: left;
  margin: 0;
  line-height: 32px;
}

/* line 69, node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dd, .form-group.flattened .form-group-body {
  line-height: 32px;
}

/* line 81, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4,
.form-group .form-group-body h4 {
  margin: 4px 0 0;
}

/* line 84, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-error,
.form-group .form-group-body h4.is-error {
  color: var(--color-danger-fg);
}

/* line 86, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-success,
.form-group .form-group-body h4.is-success {
  color: var(--color-success-fg);
}

/* line 88, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4 + .note,
.form-group .form-group-body h4 + .note {
  margin-top: 0;
}

/* line 100, node_modules/@primer/css/forms/form-group.scss */
.form-group.required dt label::after,
.form-group.required .form-group-header label::after {
  padding-left: 5px;
  color: var(--color-danger-fg);
  content: "*";
}

/* line 113, node_modules/@primer/css/forms/form-group.scss */
.form-group .success,
.form-group .error,
.form-group .indicator {
  display: none;
  font-size: 12px;
  font-weight: 600;
}

/* line 121, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading {
  opacity: 0.5;
}

/* line 124, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .indicator {
  display: inline;
}

/* line 128, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .spinner {
  display: inline-block;
  vertical-align: middle;
}

/* line 135, node_modules/@primer/css/forms/form-group.scss */
.form-group.successful .success {
  display: inline;
  color: var(--color-success-fg);
}

/* line 148, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success,
.form-group.successed .warning,
.form-group.successed .error, .form-group.warn .success,
.form-group.warn .warning,
.form-group.warn .error, .form-group.errored .success,
.form-group.errored .warning,
.form-group.errored .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 4px 8px;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* line 163, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after, .form-group.successed .success::before,
.form-group.successed .warning::after,
.form-group.successed .warning::before,
.form-group.successed .error::after,
.form-group.successed .error::before, .form-group.warn .success::after, .form-group.warn .success::before,
.form-group.warn .warning::after,
.form-group.warn .warning::before,
.form-group.warn .error::after,
.form-group.warn .error::before, .form-group.errored .success::after, .form-group.errored .success::before,
.form-group.errored .warning::after,
.form-group.errored .warning::before,
.form-group.errored .error::after,
.form-group.errored .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}

/* line 177, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after,
.form-group.successed .warning::after,
.form-group.successed .error::after, .form-group.warn .success::after,
.form-group.warn .warning::after,
.form-group.warn .error::after, .form-group.errored .success::after,
.form-group.errored .warning::after,
.form-group.errored .error::after {
  border-width: 5px;
}

/* line 182, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::before,
.form-group.successed .warning::before,
.form-group.successed .error::before, .form-group.warn .success::before,
.form-group.warn .warning::before,
.form-group.warn .error::before, .form-group.errored .success::before,
.form-group.errored .warning::before,
.form-group.errored .error::before {
  margin-left: -1px;
  border-width: 6px;
}

/* line 192, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success {
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-success-subtle)), to(var(--color-success-subtle)));
  background-image: linear-gradient(var(--color-success-subtle), var(--color-success-subtle));
  border-color: var(--color-success-muted);
}

/* line 198, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after {
  border-bottom-color: var(--color-success-subtle);
}

/* line 199, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::before {
  border-bottom-color: var(--color-success-muted);
}

/* line 204, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .form-control {
  border-color: var(--color-attention-emphasis);
}

/* line 208, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning {
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-attention-subtle)), to(var(--color-attention-subtle)));
  background-image: linear-gradient(var(--color-attention-subtle), var(--color-attention-subtle));
  border-color: var(--color-attention-muted);
}

/* line 214, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::after {
  border-bottom-color: var(--color-attention-subtle);
}

/* line 215, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::before {
  border-bottom-color: var(--color-attention-muted);
}

/* line 220, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .form-control {
  border-color: var(--color-danger-emphasis);
}

/* line 224, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored label {
  color: var(--color-danger-fg);
}

/* line 228, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error {
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-danger-subtle)), to(var(--color-danger-subtle)));
  background-image: linear-gradient(var(--color-danger-subtle), var(--color-danger-subtle));
  border-color: var(--color-danger-muted);
}

/* line 234, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::after {
  border-bottom-color: var(--color-danger-subtle);
}

/* line 235, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::before {
  border-bottom-color: var(--color-danger-muted);
}

/* line 241, node_modules/@primer/css/forms/form-group.scss */
.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: var(--color-fg-muted);
}

/* line 247, node_modules/@primer/css/forms/form-group.scss */
.note .spinner {
  margin-right: 3px;
  vertical-align: middle;
}

/* line 6, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-errored {
  padding-right: 30px;
}

/* line 13, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-loading {
  background-image: url(/images/spinners/octocat-spinner-16px.gif);
}

/* line 17, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-successful {
  background-image: url(/images/modules/ajax/success.png);
}

/* line 21, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-errored {
  background-image: url(/images/modules/ajax/error.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 32, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-errored {
    background-size: 16px 16px;
  }
  /* line 38, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-loading {
    background-image: url(/images/spinners/octocat-spinner-32.gif);
  }
  /* line 42, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-successful {
    background-image: url(/images/modules/ajax/success@2x.png);
  }
  /* line 46, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-errored {
    background-image: url(/images/modules/ajax/error@2x.png);
  }
}

/* line 55, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

/* line 62, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator .octicon {
  display: none;
}

/* line 69, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success::before {
  content: "";
}

/* line 73, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-check {
  display: inline-block;
  color: var(--color-success-fg);
  fill: var(--color-success-fg);
}

/* line 79, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-x {
  display: none;
}

/* line 86, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed::before {
  content: "";
}

/* line 90, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-check {
  display: none;
}

/* line 94, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-x {
  display: inline-block;
  color: var(--color-danger-fg);
  fill: var(--color-danger-fg);
}

/* line 101, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-loading {
  width: 16px;
  background-image: url(/images/spinners/octocat-spinner-32-EAF2F5.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
}

/* line 109, node_modules/@primer/css/forms/form-validation.scss */
.inline-form {
  display: inline-block;
}

/* line 112, node_modules/@primer/css/forms/form-validation.scss */
.inline-form .btn-plain {
  background-color: transparent;
  border: 0;
}

/* line 122, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop {
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: var(--color-fg-muted);
  background-color: var(--color-canvas-subtle);
  border: 1px solid var(--color-border-default);
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 137, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .default,
.drag-and-drop .loading,
.drag-and-drop .error {
  display: none;
}

/* line 143, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .error {
  color: var(--color-danger-fg);
}

/* line 148, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop img {
  vertical-align: top;
}

/* line 153, node_modules/@primer/css/forms/form-validation.scss */
.is-default .drag-and-drop .default {
  display: inline-block;
}

/* line 157, node_modules/@primer/css/forms/form-validation.scss */
.is-uploading .drag-and-drop .loading {
  display: inline-block;
}

/* line 161, node_modules/@primer/css/forms/form-validation.scss */
.is-bad-file .drag-and-drop .bad-file {
  display: inline-block;
}

/* line 165, node_modules/@primer/css/forms/form-validation.scss */
.is-duplicate-filename .drag-and-drop .duplicate-filename {
  display: inline-block;
}

/* line 169, node_modules/@primer/css/forms/form-validation.scss */
.is-too-big .drag-and-drop .too-big {
  display: inline-block;
}

/* line 173, node_modules/@primer/css/forms/form-validation.scss */
.is-hidden-file .drag-and-drop .hidden-file {
  display: inline-block;
}

/* line 177, node_modules/@primer/css/forms/form-validation.scss */
.is-empty .drag-and-drop .empty {
  display: inline-block;
}

/* line 181, node_modules/@primer/css/forms/form-validation.scss */
.is-bad-permissions .drag-and-drop .bad-permissions {
  display: inline-block;
}

/* line 185, node_modules/@primer/css/forms/form-validation.scss */
.is-repository-required .drag-and-drop .repository-required {
  display: inline-block;
}

/* line 189, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info {
  font-weight: 400;
  color: var(--color-fg-muted);
}

/* line 193, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info a {
  color: var(--color-accent-fg);
}

/* line 198, node_modules/@primer/css/forms/form-validation.scss */
.is-failed .drag-and-drop .failed-request {
  display: inline-block;
}

/* line 202, node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser {
  position: absolute;
  width: 240px;
  padding: 5px;
  margin-left: -80px;
  cursor: pointer;
  opacity: 0.0001;
}

/* line 213, node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser:hover + .manual-file-chooser-text {
  text-decoration: underline;
}

/* line 219, node_modules/@primer/css/forms/form-validation.scss */
.btn .manual-file-chooser {
  top: 0;
  padding: 0;
  line-height: 34px;
}

/* line 229, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled textarea {
  display: block;
  border-bottom: 1px dashed var(--color-border-default);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 237, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused {
  border-radius: 6px;
  -webkit-box-shadow: var(--color-primer-shadow-inset), var(--color-primer-shadow-focus);
          box-shadow: var(--color-primer-shadow-inset), var(--color-primer-shadow-focus);
}

/* line 241, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 245, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .drag-and-drop {
  border-color: var(--color-accent-emphasis);
}

/* line 252, node_modules/@primer/css/forms/form-validation.scss */
.dragover textarea,
.dragover .drag-and-drop {
  -webkit-box-shadow: #c9ff00 0 0 3px;
          box-shadow: #c9ff00 0 0 3px;
}

/* line 258, node_modules/@primer/css/forms/form-validation.scss */
.write-content {
  position: relative;
}

/* line 263, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form {
  position: relative;
}

/* line 266, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .tabnav {
  position: relative;
  padding: 8px 8px 0;
}

/* line 271, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment {
  border: 1px solid var(--color-border-default);
}

/* line 275, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment-form-error {
  margin-bottom: 8px;
}

/* line 277, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .write-content,
.previewable-comment-form .preview-content {
  display: none;
  margin: 0 8px 8px;
}

/* line 283, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content {
  display: block;
}

/* line 288, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 8px;
  resize: vertical;
}

/* line 300, node_modules/@primer/css/forms/form-validation.scss */
.form-action-spacious {
  margin-top: 10px;
}

/* line 309, node_modules/@primer/css/forms/form-validation.scss */
div.composer {
  margin-top: 0;
  border: 0;
}

/* line 315, node_modules/@primer/css/forms/form-validation.scss */
.composer .comment-form-textarea {
  height: 200px;
  min-height: 200px;
}

/* line 321, node_modules/@primer/css/forms/form-validation.scss */
.composer .tabnav {
  margin: 0 0 10px;
}

/* line 327, node_modules/@primer/css/forms/form-validation.scss */
h2.account {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-fg-muted);
}

/* line 336, node_modules/@primer/css/forms/form-validation.scss */
p.explain {
  position: relative;
  font-size: 12px;
  color: var(--color-fg-muted);
}

/* line 341, node_modules/@primer/css/forms/form-validation.scss */
p.explain strong {
  color: var(--color-fg-default);
}

/* line 345, node_modules/@primer/css/forms/form-validation.scss */
p.explain .octicon {
  margin-right: 5px;
  color: var(--color-fg-muted);
}

/* line 351, node_modules/@primer/css/forms/form-validation.scss */
p.explain .minibutton {
  top: -4px;
  float: right;
}

/* line 358, node_modules/@primer/css/forms/form-validation.scss */
.form-group label {
  position: static;
}

/* line 1, node_modules/@primer/css/forms/input-group.scss */
.input-group {
  display: table;
}

/* line 4, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control {
  position: relative;
  width: 100%;
}

/* line 8, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:focus {
  z-index: 2;
}

/* line 12, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control + .btn {
  margin-left: 0;
}

/* line 18, node_modules/@primer/css/forms/input-group.scss */
.input-group.inline {
  display: inline-table;
}

/* line 23, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control,
.input-group-button {
  display: table-cell;
}

/* line 28, node_modules/@primer/css/forms/input-group.scss */
.input-group-button {
  width: 1%;
  vertical-align: middle;
}

/* line 33, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, node_modules/@primer/css/forms/input-group.scss */
.input-group-button:first-child .btn {
  margin-right: -1px;
}

/* line 44, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/@primer/css/forms/input-group.scss */
.input-group-button:last-child .btn {
  margin-left: -1px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::after {
  display: table;
  clear: both;
  content: "";
}

/* line 7, node_modules/@primer/css/forms/radio-group.scss */
.radio-label {
  float: left;
  padding: 6px 16px 6px 36px;
  margin-left: -1px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-fg-default);
  cursor: pointer;
  border: 1px solid var(--color-border-default);
}

/* line 20, node_modules/@primer/css/forms/radio-group.scss */
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: var(--color-accent-emphasis);
}

/* line 26, node_modules/@primer/css/forms/radio-group.scss */
.radio-label:first-of-type {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 32, node_modules/@primer/css/forms/radio-group.scss */
.radio-label:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 38, node_modules/@primer/css/forms/radio-group.scss */
.radio-input {
  z-index: 3;
  float: left;
  margin: 10px -32px 0 16px;
}

/* line 5, node_modules/@primer/css/layout/container.scss */
.container-sm {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

/* line 12, node_modules/@primer/css/layout/container.scss */
.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

/* line 19, node_modules/@primer/css/layout/container.scss */
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}

/* line 26, node_modules/@primer/css/layout/container.scss */
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* line 4, node_modules/@primer/css/layout/grid.scss */
.col-1 {
  width: 8.33333333%;
}

/* line 5, node_modules/@primer/css/layout/grid.scss */
.col-2 {
  width: 16.66666666%;
}

/* line 6, node_modules/@primer/css/layout/grid.scss */
.col-3 {
  width: 24.99999999%;
}

/* line 7, node_modules/@primer/css/layout/grid.scss */
.col-4 {
  width: 33.33333332%;
}

/* line 8, node_modules/@primer/css/layout/grid.scss */
.col-5 {
  width: 41.66666665%;
}

/* line 9, node_modules/@primer/css/layout/grid.scss */
.col-6 {
  width: 49.99999998%;
}

/* line 10, node_modules/@primer/css/layout/grid.scss */
.col-7 {
  width: 58.33333331%;
}

/* line 11, node_modules/@primer/css/layout/grid.scss */
.col-8 {
  width: 66.66666664%;
}

/* line 12, node_modules/@primer/css/layout/grid.scss */
.col-9 {
  width: 74.99999997%;
}

/* line 13, node_modules/@primer/css/layout/grid.scss */
.col-10 {
  width: 83.3333333%;
}

/* line 14, node_modules/@primer/css/layout/grid.scss */
.col-11 {
  width: 91.66666663%;
}

/* line 15, node_modules/@primer/css/layout/grid.scss */
.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-sm-2 {
    width: 16.66666666%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-sm-3 {
    width: 24.99999999%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-sm-4 {
    width: 33.33333332%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-sm-5 {
    width: 41.66666665%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-sm-6 {
    width: 49.99999998%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-sm-7 {
    width: 58.33333331%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-sm-8 {
    width: 66.66666664%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-sm-9 {
    width: 74.99999997%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-sm-10 {
    width: 83.3333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-sm-11 {
    width: 91.66666663%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-md-2 {
    width: 16.66666666%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-md-3 {
    width: 24.99999999%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-md-4 {
    width: 33.33333332%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-md-5 {
    width: 41.66666665%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-md-6 {
    width: 49.99999998%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-md-7 {
    width: 58.33333331%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-md-8 {
    width: 66.66666664%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-md-9 {
    width: 74.99999997%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-md-10 {
    width: 83.3333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-md-11 {
    width: 91.66666663%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1012px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-lg-2 {
    width: 16.66666666%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-lg-3 {
    width: 24.99999999%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-lg-4 {
    width: 33.33333332%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-lg-5 {
    width: 41.66666665%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-lg-6 {
    width: 49.99999998%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-lg-7 {
    width: 58.33333331%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-lg-8 {
    width: 66.66666664%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-lg-9 {
    width: 74.99999997%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-lg-10 {
    width: 83.3333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-lg-11 {
    width: 91.66666663%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-xl-1 {
    width: 8.33333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-xl-2 {
    width: 16.66666666%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-xl-3 {
    width: 24.99999999%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-xl-4 {
    width: 33.33333332%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-xl-5 {
    width: 41.66666665%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-xl-6 {
    width: 49.99999998%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-xl-7 {
    width: 58.33333331%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-xl-8 {
    width: 66.66666664%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-xl-9 {
    width: 74.99999997%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-xl-10 {
    width: 83.3333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-xl-11 {
    width: 91.66666663%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-xl-12 {
    width: 100%;
  }
}

/* line 46, node_modules/@primer/css/layout/grid.scss */
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter > [class*="col-"] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* line 50, node_modules/@primer/css/layout/grid.scss */
.gutter-condensed {
  margin-right: -8px;
  margin-left: -8px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter-condensed > [class*="col-"] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* line 54, node_modules/@primer/css/layout/grid.scss */
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (min-width: 544px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 768px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-md {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 1012px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 1280px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

/* line 7, node_modules/@primer/css/layout/grid-offset.scss */
.offset-1 {
  margin-left: 8.33333333% !important;
}

/* line 8, node_modules/@primer/css/layout/grid-offset.scss */
.offset-2 {
  margin-left: 16.66666666% !important;
}

/* line 9, node_modules/@primer/css/layout/grid-offset.scss */
.offset-3 {
  margin-left: 24.99999999% !important;
}

/* line 10, node_modules/@primer/css/layout/grid-offset.scss */
.offset-4 {
  margin-left: 33.33333332% !important;
}

/* line 11, node_modules/@primer/css/layout/grid-offset.scss */
.offset-5 {
  margin-left: 41.66666665% !important;
}

/* line 12, node_modules/@primer/css/layout/grid-offset.scss */
.offset-6 {
  margin-left: 49.99999998% !important;
}

/* line 13, node_modules/@primer/css/layout/grid-offset.scss */
.offset-7 {
  margin-left: 58.33333331% !important;
}

/* line 14, node_modules/@primer/css/layout/grid-offset.scss */
.offset-8 {
  margin-left: 66.66666664% !important;
}

/* line 15, node_modules/@primer/css/layout/grid-offset.scss */
.offset-9 {
  margin-left: 74.99999997% !important;
}

/* line 16, node_modules/@primer/css/layout/grid-offset.scss */
.offset-10 {
  margin-left: 83.3333333% !important;
}

/* line 17, node_modules/@primer/css/layout/grid-offset.scss */
.offset-11 {
  margin-left: 91.66666663% !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-1 {
    margin-left: 8.33333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-2 {
    margin-left: 16.66666666% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-3 {
    margin-left: 24.99999999% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-4 {
    margin-left: 33.33333332% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-5 {
    margin-left: 41.66666665% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-6 {
    margin-left: 49.99999998% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-7 {
    margin-left: 58.33333331% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-8 {
    margin-left: 66.66666664% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-9 {
    margin-left: 74.99999997% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-10 {
    margin-left: 83.3333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-11 {
    margin-left: 91.66666663% !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-1 {
    margin-left: 8.33333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-2 {
    margin-left: 16.66666666% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-3 {
    margin-left: 24.99999999% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-4 {
    margin-left: 33.33333332% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-5 {
    margin-left: 41.66666665% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-6 {
    margin-left: 49.99999998% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-7 {
    margin-left: 58.33333331% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-8 {
    margin-left: 66.66666664% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-9 {
    margin-left: 74.99999997% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-10 {
    margin-left: 83.3333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-11 {
    margin-left: 91.66666663% !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-1 {
    margin-left: 8.33333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-2 {
    margin-left: 16.66666666% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-3 {
    margin-left: 24.99999999% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-4 {
    margin-left: 33.33333332% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-5 {
    margin-left: 41.66666665% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-6 {
    margin-left: 49.99999998% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-7 {
    margin-left: 58.33333331% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-8 {
    margin-left: 66.66666664% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-9 {
    margin-left: 74.99999997% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-10 {
    margin-left: 83.3333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-11 {
    margin-left: 91.66666663% !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-1 {
    margin-left: 8.33333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-2 {
    margin-left: 16.66666666% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-3 {
    margin-left: 24.99999999% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-4 {
    margin-left: 33.33333332% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-5 {
    margin-left: 41.66666665% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-6 {
    margin-left: 49.99999998% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-7 {
    margin-left: 58.33333331% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-8 {
    margin-left: 66.66666664% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-9 {
    margin-left: 74.99999997% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-10 {
    margin-left: 83.3333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-11 {
    margin-left: 91.66666663% !important;
  }
}

/* line 3, node_modules/@primer/css/layout/layout.scss */
.Layout {
  display: grid;
  --Layout-sidebar-width: 220px;
  --Layout-gutter: 16px;
  grid-auto-flow: column;
  grid-template-columns: auto 0 1fr;
  grid-gap: var(--Layout-gutter);
}

@media (max-width: calc(544px - 1px)) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  /* line 7, node_modules/@primer/css/layout/mixins.scss */
  .Layout .Layout-sidebar,
.Layout .Layout-divider,
.Layout .Layout-main {
    width: 100% !important;
    grid-column: 1 !important;
  }
  /* line 15, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--sidebarPosition-flowRow-start .Layout-sidebar {
    grid-row: 1;
  }
  /* line 19, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--sidebarPosition-flowRow-start .Layout-main {
    grid-row: 2 / span 2;
  }
  /* line 25, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  /* line 29, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
  /* line 35, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--sidebarPosition-flowRow-none .Layout-sidebar {
    display: none;
  }
  /* line 40, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided {
    --Layout-gutter: 0;
  }
  /* line 62, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  /* line 66, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  /* line 70, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow {
    height: 8px;
    margin-right: 0;
    background: var(--color-canvas-inset);
    border-color: var(--color-border-default);
    border-style: solid;
    border-width: 1px 0;
  }
  /* line 43, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  /* line 48, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  /* line 52, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
}

@media (max-width: calc(768px - 1px)) {
  /* line 12, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--flowRow-until-md {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  /* line 7, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md .Layout-sidebar,
.Layout.Layout--flowRow-until-md .Layout-divider,
.Layout.Layout--flowRow-until-md .Layout-main {
    width: 100% !important;
    grid-column: 1 !important;
  }
  /* line 15, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-sidebar {
    grid-row: 1;
  }
  /* line 19, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-main {
    grid-row: 2 / span 2;
  }
  /* line 25, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  /* line 29, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
  /* line 35, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-none .Layout-sidebar {
    display: none;
  }
  /* line 40, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided {
    --Layout-gutter: 0;
  }
  /* line 62, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  /* line 66, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  /* line 70, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow {
    height: 8px;
    margin-right: 0;
    background: var(--color-canvas-inset);
    border-color: var(--color-border-default);
    border-style: solid;
    border-width: 1px 0;
  }
  /* line 43, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  /* line 48, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  /* line 52, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
}

@media (max-width: calc(1012px - 1px)) {
  /* line 18, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--flowRow-until-lg {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  /* line 7, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg .Layout-sidebar,
.Layout.Layout--flowRow-until-lg .Layout-divider,
.Layout.Layout--flowRow-until-lg .Layout-main {
    width: 100% !important;
    grid-column: 1 !important;
  }
  /* line 15, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-sidebar {
    grid-row: 1;
  }
  /* line 19, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-main {
    grid-row: 2 / span 2;
  }
  /* line 25, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  /* line 29, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
  /* line 35, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-none .Layout-sidebar {
    display: none;
  }
  /* line 40, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided {
    --Layout-gutter: 0;
  }
  /* line 62, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  /* line 66, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  /* line 70, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow {
    height: 8px;
    margin-right: 0;
    background: var(--color-canvas-inset);
    border-color: var(--color-border-default);
    border-style: solid;
    border-width: 1px 0;
  }
  /* line 43, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  /* line 48, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  /* line 52, node_modules/@primer/css/layout/mixins.scss */
  .Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
}

/* line 31, node_modules/@primer/css/layout/layout.scss */
.Layout .Layout-sidebar {
  grid-column: 1;
}

/* line 35, node_modules/@primer/css/layout/layout.scss */
.Layout .Layout-divider {
  display: none;
}

/* line 39, node_modules/@primer/css/layout/layout.scss */
.Layout .Layout-main {
  grid-column: 2 / span 2;
}

@media (min-width: 1012px) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    --Layout-gutter: 24px;
  }
}

/* line 49, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--gutter-none {
  --Layout-gutter: 0;
}

/* line 53, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--gutter-condensed {
  --Layout-gutter: 16px;
}

@media (min-width: 1012px) {
  /* line 57, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--gutter-spacious {
    --Layout-gutter: 32px;
  }
}

@media (min-width: 1280px) {
  /* line 57, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--gutter-spacious {
    --Layout-gutter: 40px;
  }
}

@media (min-width: 544px) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    --Layout-sidebar-width: 220px;
  }
}

@media (min-width: 768px) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    --Layout-sidebar-width: 256px;
  }
}

@media (min-width: 1012px) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    --Layout-sidebar-width: 296px;
  }
}

@media (min-width: 1280px) {
  /* line 3, node_modules/@primer/css/layout/layout.scss */
  .Layout {
    --Layout-sidebar-width: 320px;
  }
}

@media (min-width: 768px) {
  /* line 75, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-narrow {
    --Layout-sidebar-width: 240px;
  }
}

@media (min-width: 1012px) {
  /* line 75, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-narrow {
    --Layout-sidebar-width: 256px;
  }
}

@media (min-width: 1280px) {
  /* line 75, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-narrow {
    --Layout-sidebar-width: 296px;
  }
}

@media (min-width: 768px) {
  /* line 83, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-wide {
    --Layout-sidebar-width: 296px;
  }
}

@media (min-width: 1012px) {
  /* line 83, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-wide {
    --Layout-sidebar-width: 320px;
  }
}

@media (min-width: 1280px) {
  /* line 83, node_modules/@primer/css/layout/layout.scss */
  .Layout.Layout--sidebar-wide {
    --Layout-sidebar-width: 344px;
  }
}

/* line 94, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--sidebarPosition-start .Layout-sidebar {
  grid-column: 1;
}

/* line 98, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--sidebarPosition-start .Layout-main {
  grid-column: 2 / span 2;
}

/* line 103, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--sidebarPosition-end {
  grid-template-columns: 1fr 0 auto;
}

/* line 106, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--sidebarPosition-end .Layout-main {
  grid-column: 1;
}

/* line 110, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--sidebarPosition-end .Layout-sidebar {
  grid-column: 2 / span 2;
}

/* line 118, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--divided .Layout-divider {
  display: block;
  grid-column: 2;
  width: 1px;
  margin-right: -1px;
  background: var(--color-border-default);
}

/* line 127, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--divided .Layout-main {
  grid-column: 3 / span 1;
}

/* line 132, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-sidebar {
  grid-column: 3 / span 1;
}

/* line 136, node_modules/@primer/css/layout/layout.scss */
.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-main {
  grid-column: 1;
}

/* line 143, node_modules/@primer/css/layout/layout.scss */
.Layout-divider {
  display: none;
  width: 1px;
}

/* line 148, node_modules/@primer/css/layout/layout.scss */
.Layout-sidebar {
  width: var(--Layout-sidebar-width);
}

/* line 153, node_modules/@primer/css/layout/layout.scss */
.Layout-main {
  min-width: 0;
}

/* line 158, node_modules/@primer/css/layout/layout.scss */
.Layout-main .Layout-main-centered-md,
.Layout-main .Layout-main-centered-lg,
.Layout-main .Layout-main-centered-xl {
  margin-right: auto;
  margin-left: auto;
}

/* line 164, node_modules/@primer/css/layout/layout.scss */
.Layout-main .Layout-main-centered-md > .container-md,
.Layout-main .Layout-main-centered-md > .container-lg,
.Layout-main .Layout-main-centered-md > .container-xl,
.Layout-main .Layout-main-centered-lg > .container-md,
.Layout-main .Layout-main-centered-lg > .container-lg,
.Layout-main .Layout-main-centered-lg > .container-xl,
.Layout-main .Layout-main-centered-xl > .container-md,
.Layout-main .Layout-main-centered-xl > .container-lg,
.Layout-main .Layout-main-centered-xl > .container-xl {
  margin-left: 0;
}

/* line 171, node_modules/@primer/css/layout/layout.scss */
.Layout-main .Layout-main-centered-md {
  max-width: calc(768px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}

/* line 176, node_modules/@primer/css/layout/layout.scss */
.Layout-main .Layout-main-centered-lg {
  max-width: calc(1012px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}

/* line 181, node_modules/@primer/css/layout/layout.scss */
.Layout-main .Layout-main-centered-xl {
  max-width: calc(1280px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}

/* line 3, node_modules/@primer/css/links/link.scss */
.Link {
  color: var(--color-accent-fg);
}

/* line 6, node_modules/@primer/css/links/link.scss */
.Link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 12, node_modules/@primer/css/links/link.scss */
.Link--primary {
  color: var(--color-fg-default) !important;
}

/* line 15, node_modules/@primer/css/links/link.scss */
.Link--primary:hover {
  color: var(--color-accent-fg) !important;
}

/* line 20, node_modules/@primer/css/links/link.scss */
.Link--secondary {
  color: var(--color-fg-muted) !important;
}

/* line 23, node_modules/@primer/css/links/link.scss */
.Link--secondary:hover {
  color: var(--color-accent-fg) !important;
}

/* line 28, node_modules/@primer/css/links/link.scss */
.Link--muted {
  color: var(--color-fg-muted) !important;
}

/* line 31, node_modules/@primer/css/links/link.scss */
.Link--muted:hover {
  color: var(--color-accent-fg) !important;
  text-decoration: none;
}

/* line 40, node_modules/@primer/css/links/link.scss */
.Link--onHover:hover {
  color: var(--color-accent-fg) !important;
  text-decoration: underline;
  cursor: pointer;
}

/* line 52, node_modules/@primer/css/links/link.scss */
.Link--secondary:hover [class*="color-text"],
.Link--primary:hover [class*="color-text"],
.Link--muted:hover [class*="color-text"] {
  color: inherit !important;
}

/* line 5, node_modules/@primer/css/navigation/menu.scss */
.menu {
  margin-bottom: 16px;
  list-style: none;
  background-color: var(--color-canvas-default);
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
}

/* line 13, node_modules/@primer/css/navigation/menu.scss */
.menu-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: var(--color-fg-default);
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 20, node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child {
  border-top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 25, node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child::before {
  border-top-left-radius: 6px;
}

/* line 28, node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 33, node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child::before {
  border-bottom-left-radius: 6px;
}

/* line 36, node_modules/@primer/css/navigation/menu.scss */
.menu-item:focus {
  z-index: 1;
  outline: none;
  -webkit-box-shadow: var(--color-primer-shadow-focus);
          box-shadow: var(--color-primer-shadow-focus);
}

/* line 42, node_modules/@primer/css/navigation/menu.scss */
.menu-item:hover {
  text-decoration: none;
  background-color: var(--color-neutral-subtle);
}

/* line 47, node_modules/@primer/css/navigation/menu.scss */
.menu-item:active {
  background-color: var(--color-canvas-subtle);
}

/* line 51, node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected, .menu-item[aria-selected=true], .menu-item[aria-current]:not([aria-current=false]) {
  cursor: default;
  background-color: var(--color-menu-bg-active);
}

/* line 57, node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected::before, .menu-item[aria-selected=true]::before, .menu-item[aria-current]:not([aria-current=false])::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background-color: var(--color-primer-border-active);
}

/* line 68, node_modules/@primer/css/navigation/menu.scss */
.menu-item .octicon {
  width: 16px;
  margin-right: 8px;
  color: var(--color-fg-muted);
  text-align: center;
}

/* line 75, node_modules/@primer/css/navigation/menu.scss */
.menu-item .Counter {
  float: right;
  margin-left: 4px;
}

/* line 80, node_modules/@primer/css/navigation/menu.scss */
.menu-item .menu-warning {
  float: right;
  color: var(--color-attention-fg);
}

/* line 85, node_modules/@primer/css/navigation/menu.scss */
.menu-item .avatar {
  float: left;
  margin-right: 4px;
}

/* line 91, node_modules/@primer/css/navigation/menu.scss */
.menu-item.alert .Counter {
  color: var(--color-danger-fg);
}

/* line 97, node_modules/@primer/css/navigation/menu.scss */
.menu-heading {
  display: block;
  padding: 8px 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  color: var(--color-fg-default);
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 107, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:hover {
  text-decoration: none;
}

/* line 111, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 116, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 3, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav {
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border-default);
}

/* line 9, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  overflow: auto;
}

/* line 16, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 23px;
  color: var(--color-fg-muted);
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 30, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab.selected, .tabnav-tab[aria-selected=true], .tabnav-tab[aria-current]:not([aria-current=false]) {
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
  border-color: var(--color-border-default);
  border-radius: 6px 6px 0 0;
}

/* line 38, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab.selected .octicon, .tabnav-tab[aria-selected=true] .octicon, .tabnav-tab[aria-current]:not([aria-current=false]) .octicon {
  color: inherit;
}

/* line 43, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab:hover, .tabnav-tab:focus {
  color: var(--color-fg-default);
  text-decoration: none;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 50, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab:active {
  color: var(--color-fg-muted);
}

/* line 54, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
}

/* line 59, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab .Counter {
  margin-left: 4px;
  color: inherit;
}

/* line 70, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra {
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: var(--color-fg-muted);
}

/* line 79, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra > .octicon {
  margin-right: 2px;
}

/* line 87, node_modules/@primer/css/navigation/tabnav.scss */
a.tabnav-extra:hover {
  color: var(--color-accent-fg);
  text-decoration: none;
}

/* line 97, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-btn {
  margin-left: 8px;
}

/* line 4, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list {
  list-style-type: none;
}

/* line 7, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.small .filter-item {
  padding: 6px 12px;
  font-size: 12px;
}

/* line 13, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item {
  color: var(--color-fg-muted);
  background-color: transparent;
}

/* line 17, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item.pjax-active {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
}

/* line 24, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  margin-bottom: 4px;
  overflow: hidden;
  font-size: 14px;
  color: var(--color-fg-muted);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
}

/* line 38, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item:hover {
  text-decoration: none;
  background-color: var(--color-canvas-subtle);
}

/* line 43, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item.selected, .filter-item[aria-selected=true], .filter-item[aria-current]:not([aria-current=false]) {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
}

/* line 50, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .count {
  float: right;
  font-weight: 600;
}

/* line 55, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .bar {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  background-color: var(--color-neutral-subtle);
}

/* line 5, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav {
  background-color: var(--color-canvas-subtle);
}

/* line 9, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 16px;
  color: var(--color-fg-default);
  text-align: left;
  background-color: transparent;
  border: 0;
  border-top: 1px solid var(--color-border-muted);
}

/* line 21, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:first-child {
  border-top: 0;
}

/* line 25, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:last-child {
  -webkit-box-shadow: 0 1px 0 var(--color-border-default);
          box-shadow: 0 1px 0 var(--color-border-default);
}

/* line 32, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  pointer-events: none;
  content: "";
}

/* line 46, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:focus {
  z-index: 1;
  outline: none;
  -webkit-box-shadow: var(--color-primer-shadow-focus);
          box-shadow: var(--color-primer-shadow-focus);
}

/* line 52, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:hover {
  text-decoration: none;
  background-color: var(--color-neutral-subtle);
  outline: none;
}

/* line 58, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:active {
  background-color: var(--color-canvas-subtle);
}

/* line 62, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current]:not([aria-current=false]),
.SideNav-item[aria-selected="true"] {
  background-color: var(--color-sidenav-selected-bg);
}

/* line 67, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current]:not([aria-current=false])::before,
.SideNav-item[aria-selected="true"]::before {
  background-color: var(--color-primer-border-active);
}

/* line 76, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-icon {
  width: 16px;
  margin-right: 8px;
  color: var(--color-fg-muted);
}

/* line 86, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
  color: var(--color-accent-fg);
  text-align: left;
  background-color: transparent;
  border: 0;
}

/* line 97, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem:hover,
.SideNav-subItem:focus {
  color: var(--color-fg-default);
  text-decoration: none;
  outline: none;
}

/* line 104, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem[aria-current]:not([aria-current=false]),
.SideNav-subItem[aria-selected="true"] {
  font-weight: 500;
  color: var(--color-fg-default);
}

/* line 3, node_modules/@primer/css/navigation/subnav.scss */
.subnav {
  margin-bottom: 20px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.subnav::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.subnav::after {
  display: table;
  clear: both;
  content: "";
}

/* line 10, node_modules/@primer/css/navigation/subnav.scss */
.subnav-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 16, node_modules/@primer/css/navigation/subnav.scss */
.subnav-flush {
  margin-bottom: 0;
}

/* line 20, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item {
  position: relative;
  float: left;
  padding: 5px 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-fg-default);
  border: 1px solid var(--color-border-default);
}

/* line 31, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item + .subnav-item {
  margin-left: -1px;
}

/* line 36, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:hover, .subnav-item:focus {
  text-decoration: none;
  background-color: var(--color-canvas-subtle);
}

/* line 42, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item.selected, .subnav-item[aria-selected=true], .subnav-item[aria-current]:not([aria-current=false]) {
  z-index: 2;
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
  border-color: var(--color-accent-emphasis);
}

/* line 51, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 56, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 62, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search {
  position: relative;
  margin-left: 12px;
}

/* line 68, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input {
  width: 320px;
  padding-left: 32px;
  color: var(--color-fg-muted);
}

/* line 74, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input-wide {
  width: 500px;
}

/* line 78, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-icon {
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  color: var(--color-fg-muted);
  text-align: center;
  pointer-events: none;
}

/* line 89, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 93, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected {
  z-index: 2;
}

/* line 101, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search {
  margin-left: -1px;
}

/* line 105, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search .subnav-search-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 111, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal-holder {
  z-index: 30;
}

/* line 115, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal {
  width: 220px;
}

/* line 119, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-item-icon {
  color: inherit;
}

/* line 124, node_modules/@primer/css/navigation/subnav.scss */
.subnav-spacer-right {
  padding-right: 12px;
}

/* line 1, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-shadow: inset 0 -1px 0 var(--color-border-muted);
          box-shadow: inset 0 -1px 0 var(--color-border-muted);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 10, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-fg-default);
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
}

/* line 27, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item:hover, .UnderlineNav-item:focus {
  color: var(--color-fg-default);
  text-decoration: none;
  border-bottom-color: var(--color-neutral-muted);
  outline: 1px dotted transparent;
  outline-offset: -1px;
  -webkit-transition: border-bottom-color 0.12s ease-out;
  transition: border-bottom-color 0.12s ease-out;
}

/* line 37, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected, .UnderlineNav-item[role=tab][aria-selected=true], .UnderlineNav-item[aria-current]:not([aria-current=false]) {
  font-weight: 600;
  color: var(--color-fg-default);
  border-bottom-color: var(--color-primer-border-active);
  outline: 1px dotted transparent;
  outline-offset: -1px;
}

/* line 46, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected .UnderlineNav-octicon, .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon, .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon {
  color: var(--color-fg-muted);
}

/* line 52, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 55, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right .UnderlineNav-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 60, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-actions {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 64, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--full {
  display: block;
}

/* line 68, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-octicon {
  margin-right: 4px;
  color: var(--color-fg-subtle);
}

/* line 73, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav .Counter {
  margin-left: 4px;
  color: var(--color-fg-default);
  background-color: var(--color-neutral-muted);
}

/* line 78, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav .Counter--primary {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
}

/* line 84, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 4, node_modules/@primer/css/pagination/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  display: inline-block;
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  color: var(--color-fg-default);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 24, node_modules/@primer/css/pagination/pagination.scss */
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  text-decoration: none;
  border-color: var(--color-border-default);
  outline: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 32, node_modules/@primer/css/pagination/pagination.scss */
.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: var(--color-border-muted);
  -webkit-transition: none;
  transition: none;
}

/* line 38, node_modules/@primer/css/pagination/pagination.scss */
.pagination .previous_page,
.pagination .next_page {
  color: var(--color-accent-fg);
}

/* line 43, node_modules/@primer/css/pagination/pagination.scss */
.pagination .current,
.pagination .current:hover,
.pagination [aria-current]:not([aria-current=false]) {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
  border-color: transparent;
}

/* line 51, node_modules/@primer/css/pagination/pagination.scss */
.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: var(--color-fg-muted);
  cursor: default;
  border-color: transparent;
}

@supports ((-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%)) or (clip-path: polygon(50% 0, 100% 50%, 50% 100%))) {
  /* line 64, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .previous_page::before,
.pagination .next_page::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }
  /* line 76, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .previous_page::before {
    margin-right: 4px;
    -webkit-clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
            clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
  }
  /* line 82, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .next_page::after {
    margin-left: 4px;
    -webkit-clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
            clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
  }
}

/* line 90, node_modules/@primer/css/pagination/pagination.scss */
.paginate-container {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* line 95, node_modules/@primer/css/pagination/pagination.scss */
.paginate-container .pagination {
  display: inline-block;
}

/* line 1, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped {
  position: relative;
}

/* line 6, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.75em;
  font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--color-fg-on-emphasis);
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: var(--color-neutral-emphasis-plus);
  border-radius: 6px;
  opacity: 0;
}

/* line 29, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: var(--color-neutral-emphasis-plus);
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0;
}

@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 58, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped:hover::before, .tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  -webkit-animation-name: tooltip-appear;
          animation-name: tooltip-appear;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 73, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 82, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}

/* line 91, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}

/* line 98, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: var(--color-neutral-emphasis-plus);
}

/* line 109, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 116, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sw::after {
  margin-right: -16px;
}

/* line 124, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}

/* line 131, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: var(--color-neutral-emphasis-plus);
}

/* line 142, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 149, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-nw::after {
  margin-right: -16px;
}

/* line 154, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-n::after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 161, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* line 169, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: var(--color-neutral-emphasis-plus);
}

/* line 181, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* line 189, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: var(--color-neutral-emphasis-plus);
}

/* line 202, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}

/* line 209, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::before {
  right: 10px;
}

/* line 215, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-2::before {
  right: 15px;
}

/* line 222, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}

/* line 229, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::before {
  left: 5px;
}

/* line 235, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-2::before {
  left: 10px;
}

/* line 246, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline::after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}

/* line 254, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 261, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}

@media screen and (min-width: 0\0) {
  /* line 269, node_modules/@primer/css/tooltips/tooltips.scss */
  .tooltipped-multiline::after {
    width: 250px;
  }
}

/* line 278, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky::before, .tooltipped-sticky::after {
  display: inline-block;
}

/* line 284, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}

/* line 8, node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-overflow,
.css-truncate .css-truncate-overflow, .css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18, node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  vertical-align: top;
}

/* line 25, node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable.css-truncate-target:hover {
  max-width: 10000px !important;
}

/* line 33, node_modules/@primer/css/truncate/truncate.scss */
.Truncate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
}

/* line 38, node_modules/@primer/css/truncate/truncate.scss */
.Truncate > .Truncate-text {
  min-width: 1ch;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 45, node_modules/@primer/css/truncate/truncate.scss */
.Truncate > .Truncate-text + .Truncate-text {
  margin-left: 4px;
}

/* line 49, node_modules/@primer/css/truncate/truncate.scss */
.Truncate > .Truncate-text.Truncate-text--primary {
  -ms-flex-preferred-size: 200%;
      flex-basis: 200%;
}

/* line 53, node_modules/@primer/css/truncate/truncate.scss */
.Truncate > .Truncate-text.Truncate-text--expandable:hover, .Truncate > .Truncate-text.Truncate-text--expandable:focus, .Truncate > .Truncate-text.Truncate-text--expandable:active {
  max-width: 100% !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

/* Fade in an element */
/* line 4, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* line 9, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in.fast {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade out an element */
/* line 25, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* line 31, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out.fast {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade in and slide up an element */
/* line 47, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-up {
  opacity: 0;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Fade an element out and slide down */
/* line 69, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-down {
  -webkit-animation-name: fade-down;
          animation-name: fade-down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* Grow an element width from 0 to 100% */
/* line 89, node_modules/@primer/css/utilities/animations.scss */
.anim-grow-x {
  width: 0%;
  -webkit-animation-name: grow-x;
          animation-name: grow-x;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes grow-x {
  to {
    width: 100%;
  }
}

@keyframes grow-x {
  to {
    width: 100%;
  }
}

/* Shrink an element from 100% to 0% */
/* line 103, node_modules/@primer/css/utilities/animations.scss */
.anim-shrink-x {
  -webkit-animation-name: shrink-x;
          animation-name: shrink-x;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes shrink-x {
  to {
    width: 0%;
  }
}

@keyframes shrink-x {
  to {
    width: 0%;
  }
}

/* Fade in an element and scale it fast */
/* line 116, node_modules/@primer/css/utilities/animations.scss */
.anim-scale-in {
  -webkit-animation-name: scale-in;
          animation-name: scale-in;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
          animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Pulse an element's opacity */
/* line 135, node_modules/@primer/css/utilities/animations.scss */
.anim-pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* Pulse in an element */
/* line 157, node_modules/@primer/css/utilities/animations.scss */
.anim-pulse-in {
  -webkit-animation-name: pulse-in;
          animation-name: pulse-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Increase scale of an element on hover */
/* line 177, node_modules/@primer/css/utilities/animations.scss */
.hover-grow,
.anim-hover-grow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 182, node_modules/@primer/css/utilities/animations.scss */
.hover-grow:hover,
.anim-hover-grow:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

/* Rotate an element 360 degrees over and over, used for spinners */
/* line 188, node_modules/@primer/css/utilities/animations.scss */
.anim-rotate {
  -webkit-animation: rotate-keyframes 1s linear infinite;
          animation: rotate-keyframes 1s linear infinite;
}

@-webkit-keyframes rotate-keyframes {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-keyframes {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Add a gray border to the left and right */
/* line 5, node_modules/@primer/css/utilities/borders.scss */
.border-x {
  border-right: 1px solid var(--color-border-primary) !important;
  border-left: 1px solid var(--color-border-primary) !important;
}

/* Add a gray border to the top and bottom */
/* line 11, node_modules/@primer/css/utilities/borders.scss */
.border-y {
  border-top: 1px solid var(--color-border-primary) !important;
  border-bottom: 1px solid var(--color-border-primary) !important;
}

/* Responsive gray borders */
/* Add a gray border on all sides at/above this breakpoint */
/* line 20, node_modules/@primer/css/utilities/borders.scss */
.border {
  border: 1px solid var(--color-border-primary) !important;
}

/* line 21, node_modules/@primer/css/utilities/borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 23, node_modules/@primer/css/utilities/borders.scss */
.border-top {
  border-top: 1px solid var(--color-border-primary) !important;
}

/* line 24, node_modules/@primer/css/utilities/borders.scss */
.border-right {
  border-right: 1px solid var(--color-border-primary) !important;
}

/* line 25, node_modules/@primer/css/utilities/borders.scss */
.border-bottom {
  border-bottom: 1px solid var(--color-border-primary) !important;
}

/* line 26, node_modules/@primer/css/utilities/borders.scss */
.border-left {
  border-left: 1px solid var(--color-border-primary) !important;
}

/* line 28, node_modules/@primer/css/utilities/borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 29, node_modules/@primer/css/utilities/borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 30, node_modules/@primer/css/utilities/borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 31, node_modules/@primer/css/utilities/borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 34, node_modules/@primer/css/utilities/borders.scss */
.rounded {
  border-radius: 6px !important;
}

/* line 35, node_modules/@primer/css/utilities/borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 36, node_modules/@primer/css/utilities/borders.scss */
.rounded-1 {
  border-radius: 4px !important;
}

/* line 37, node_modules/@primer/css/utilities/borders.scss */
.rounded-2 {
  border-radius: 6px !important;
}

/* line 38, node_modules/@primer/css/utilities/borders.scss */
.rounded-3 {
  border-radius: 8px !important;
}

/* line 41, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 47, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-1 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 53, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

/* line 59, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-3 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

/* line 41, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 47, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-1 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 53, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-2 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

/* line 59, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-3 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 41, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 47, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 53, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

/* line 59, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 41, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 47, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-1 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

/* line 53, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-2 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

/* line 59, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-3 {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

@media (min-width: 544px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-sm {
    border: 1px solid var(--color-border-primary) !important;
  }
  /* line 21, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-0 {
    border: 0 !important;
  }
  /* line 23, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top {
    border-top: 1px solid var(--color-border-primary) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right {
    border-right: 1px solid var(--color-border-primary) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom {
    border-bottom: 1px solid var(--color-border-primary) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left {
    border-left: 1px solid var(--color-border-primary) !important;
  }
  /* line 28, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  /* line 30, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm {
    border-radius: 6px !important;
  }
  /* line 35, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-1 {
    border-radius: 4px !important;
  }
  /* line 37, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-2 {
    border-radius: 6px !important;
  }
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-3 {
    border-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}

@media (min-width: 768px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-md {
    border: 1px solid var(--color-border-primary) !important;
  }
  /* line 21, node_modules/@primer/css/utilities/borders.scss */
  .border-md-0 {
    border: 0 !important;
  }
  /* line 23, node_modules/@primer/css/utilities/borders.scss */
  .border-md-top {
    border-top: 1px solid var(--color-border-primary) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-md-right {
    border-right: 1px solid var(--color-border-primary) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom {
    border-bottom: 1px solid var(--color-border-primary) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-md-left {
    border-left: 1px solid var(--color-border-primary) !important;
  }
  /* line 28, node_modules/@primer/css/utilities/borders.scss */
  .border-md-top-0 {
    border-top: 0 !important;
  }
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-md-right-0 {
    border-right: 0 !important;
  }
  /* line 30, node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-md-left-0 {
    border-left: 0 !important;
  }
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md {
    border-radius: 6px !important;
  }
  /* line 35, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-1 {
    border-radius: 4px !important;
  }
  /* line 37, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-2 {
    border-radius: 6px !important;
  }
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-3 {
    border-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}

@media (min-width: 1012px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-lg {
    border: 1px solid var(--color-border-primary) !important;
  }
  /* line 21, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-0 {
    border: 0 !important;
  }
  /* line 23, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top {
    border-top: 1px solid var(--color-border-primary) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right {
    border-right: 1px solid var(--color-border-primary) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom {
    border-bottom: 1px solid var(--color-border-primary) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left {
    border-left: 1px solid var(--color-border-primary) !important;
  }
  /* line 28, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  /* line 30, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg {
    border-radius: 6px !important;
  }
  /* line 35, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-1 {
    border-radius: 4px !important;
  }
  /* line 37, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-2 {
    border-radius: 6px !important;
  }
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-3 {
    border-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}

@media (min-width: 1280px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-xl {
    border: 1px solid var(--color-border-primary) !important;
  }
  /* line 21, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-0 {
    border: 0 !important;
  }
  /* line 23, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top {
    border-top: 1px solid var(--color-border-primary) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right {
    border-right: 1px solid var(--color-border-primary) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom {
    border-bottom: 1px solid var(--color-border-primary) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left {
    border-left: 1px solid var(--color-border-primary) !important;
  }
  /* line 28, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  /* line 30, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl {
    border-radius: 6px !important;
  }
  /* line 35, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-1 {
    border-radius: 4px !important;
  }
  /* line 37, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-2 {
    border-radius: 6px !important;
  }
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-3 {
    border-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  /* line 41, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 47, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  /* line 53, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 59, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}

/* Add a 50% border-radius to make something into a circle */
/* line 69, node_modules/@primer/css/utilities/borders.scss */
.circle {
  border-radius: 50% !important;
}

/* Change the border style to dashed, in conjunction with another utility */
/* line 72, node_modules/@primer/css/utilities/borders.scss */
.border-dashed {
  border-style: dashed !important;
}

/* line 5, node_modules/@primer/css/utilities/box-shadow.scss */
.color-shadow-small {
  -webkit-box-shadow: var(--color-shadow-small) !important;
          box-shadow: var(--color-shadow-small) !important;
}

/* line 9, node_modules/@primer/css/utilities/box-shadow.scss */
.color-shadow-medium {
  -webkit-box-shadow: var(--color-shadow-medium) !important;
          box-shadow: var(--color-shadow-medium) !important;
}

/* line 13, node_modules/@primer/css/utilities/box-shadow.scss */
.color-shadow-large {
  -webkit-box-shadow: var(--color-shadow-large) !important;
          box-shadow: var(--color-shadow-large) !important;
}

/* line 17, node_modules/@primer/css/utilities/box-shadow.scss */
.color-shadow-extra-large {
  -webkit-box-shadow: var(--color-shadow-extra-large) !important;
          box-shadow: var(--color-shadow-extra-large) !important;
}

/* line 23, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 5, node_modules/@primer/css/utilities/colors.scss */
.color-fg-default {
  color: var(--color-fg-default) !important;
}

/* line 6, node_modules/@primer/css/utilities/colors.scss */
.color-fg-muted {
  color: var(--color-fg-muted) !important;
}

/* line 7, node_modules/@primer/css/utilities/colors.scss */
.color-fg-subtle {
  color: var(--color-fg-subtle) !important;
}

/* line 9, node_modules/@primer/css/utilities/colors.scss */
.color-fg-accent {
  color: var(--color-accent-fg) !important;
}

/* line 10, node_modules/@primer/css/utilities/colors.scss */
.color-fg-success {
  color: var(--color-success-fg) !important;
}

/* line 11, node_modules/@primer/css/utilities/colors.scss */
.color-fg-attention {
  color: var(--color-attention-fg) !important;
}

/* line 12, node_modules/@primer/css/utilities/colors.scss */
.color-fg-severe {
  color: var(--color-severe-fg) !important;
}

/* line 13, node_modules/@primer/css/utilities/colors.scss */
.color-fg-danger {
  color: var(--color-danger-fg) !important;
}

/* line 14, node_modules/@primer/css/utilities/colors.scss */
.color-fg-done {
  color: var(--color-done-fg) !important;
}

/* line 15, node_modules/@primer/css/utilities/colors.scss */
.color-fg-sponsors {
  color: var(--color-sponsors-fg) !important;
}

/* line 17, node_modules/@primer/css/utilities/colors.scss */
.color-fg-on-emphasis {
  color: var(--color-fg-on-emphasis) !important;
}

/* line 21, node_modules/@primer/css/utilities/colors.scss */
.color-bg-default {
  background-color: var(--color-canvas-default) !important;
}

/* line 22, node_modules/@primer/css/utilities/colors.scss */
.color-bg-overlay {
  background-color: var(--color-canvas-overlay) !important;
}

/* line 23, node_modules/@primer/css/utilities/colors.scss */
.color-bg-inset {
  background-color: var(--color-canvas-inset) !important;
}

/* line 24, node_modules/@primer/css/utilities/colors.scss */
.color-bg-subtle {
  background-color: var(--color-canvas-subtle) !important;
}

/* line 26, node_modules/@primer/css/utilities/colors.scss */
.color-bg-neutral-emphasis-plus {
  background-color: var(--color-neutral-emphasis-plus) !important;
}

/* line 27, node_modules/@primer/css/utilities/colors.scss */
.color-bg-neutral-emphasis {
  background-color: var(--color-neutral-emphasis) !important;
}

/* line 28, node_modules/@primer/css/utilities/colors.scss */
.color-bg-neutral-muted {
  background-color: var(--color-neutral-muted) !important;
}

/* line 29, node_modules/@primer/css/utilities/colors.scss */
.color-bg-neutral-subtle {
  background-color: var(--color-neutral-subtle) !important;
}

/* line 31, node_modules/@primer/css/utilities/colors.scss */
.color-bg-accent-emphasis {
  background-color: var(--color-accent-emphasis) !important;
}

/* line 32, node_modules/@primer/css/utilities/colors.scss */
.color-bg-accent-muted {
  background-color: var(--color-accent-muted) !important;
}

/* line 33, node_modules/@primer/css/utilities/colors.scss */
.color-bg-accent-subtle {
  background-color: var(--color-accent-subtle) !important;
}

/* line 35, node_modules/@primer/css/utilities/colors.scss */
.color-bg-success-emphasis {
  background-color: var(--color-success-emphasis) !important;
}

/* line 36, node_modules/@primer/css/utilities/colors.scss */
.color-bg-success-muted {
  background-color: var(--color-success-muted) !important;
}

/* line 37, node_modules/@primer/css/utilities/colors.scss */
.color-bg-success-subtle {
  background-color: var(--color-success-subtle) !important;
}

/* line 39, node_modules/@primer/css/utilities/colors.scss */
.color-bg-attention-emphasis {
  background-color: var(--color-attention-emphasis) !important;
}

/* line 40, node_modules/@primer/css/utilities/colors.scss */
.color-bg-attention-muted {
  background-color: var(--color-attention-muted) !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-bg-attention-subtle {
  background-color: var(--color-attention-subtle) !important;
}

/* line 43, node_modules/@primer/css/utilities/colors.scss */
.color-bg-severe-emphasis {
  background-color: var(--color-severe-emphasis) !important;
}

/* line 44, node_modules/@primer/css/utilities/colors.scss */
.color-bg-severe-muted {
  background-color: var(--color-severe-muted) !important;
}

/* line 45, node_modules/@primer/css/utilities/colors.scss */
.color-bg-severe-subtle {
  background-color: var(--color-severe-subtle) !important;
}

/* line 47, node_modules/@primer/css/utilities/colors.scss */
.color-bg-danger-emphasis {
  background-color: var(--color-danger-emphasis) !important;
}

/* line 48, node_modules/@primer/css/utilities/colors.scss */
.color-bg-danger-muted {
  background-color: var(--color-danger-muted) !important;
}

/* line 49, node_modules/@primer/css/utilities/colors.scss */
.color-bg-danger-subtle {
  background-color: var(--color-danger-subtle) !important;
}

/* line 51, node_modules/@primer/css/utilities/colors.scss */
.color-bg-done-emphasis {
  background-color: var(--color-done-emphasis) !important;
}

/* line 52, node_modules/@primer/css/utilities/colors.scss */
.color-bg-done-muted {
  background-color: var(--color-done-muted) !important;
}

/* line 53, node_modules/@primer/css/utilities/colors.scss */
.color-bg-done-subtle {
  background-color: var(--color-done-subtle) !important;
}

/* line 55, node_modules/@primer/css/utilities/colors.scss */
.color-bg-sponsors-emphasis {
  background-color: var(--color-sponsors-emphasis) !important;
}

/* line 56, node_modules/@primer/css/utilities/colors.scss */
.color-bg-sponsors-muted {
  background-color: var(--color-sponsors-muted) !important;
}

/* line 57, node_modules/@primer/css/utilities/colors.scss */
.color-bg-sponsors-subtle {
  background-color: var(--color-sponsors-subtle) !important;
}

/* line 61, node_modules/@primer/css/utilities/colors.scss */
.color-border-default {
  border-color: var(--color-border-default) !important;
}

/* line 62, node_modules/@primer/css/utilities/colors.scss */
.color-border-muted {
  border-color: var(--color-border-muted) !important;
}

/* line 63, node_modules/@primer/css/utilities/colors.scss */
.color-border-subtle {
  border-color: var(--color-border-subtle) !important;
}

/* line 65, node_modules/@primer/css/utilities/colors.scss */
.color-border-accent {
  border-color: var(--color-accent-emphasis) !important;
}

/* line 66, node_modules/@primer/css/utilities/colors.scss */
.color-border-success {
  border-color: var(--color-success-emphasis) !important;
}

/* line 67, node_modules/@primer/css/utilities/colors.scss */
.color-border-attention {
  border-color: var(--color-attention-emphasis) !important;
}

/* line 68, node_modules/@primer/css/utilities/colors.scss */
.color-border-severe {
  border-color: var(--color-severe-emphasis) !important;
}

/* line 69, node_modules/@primer/css/utilities/colors.scss */
.color-border-danger {
  border-color: var(--color-danger-emphasis) !important;
}

/* line 70, node_modules/@primer/css/utilities/colors.scss */
.color-border-done {
  border-color: var(--color-done-emphasis) !important;
}

/* line 71, node_modules/@primer/css/utilities/colors.scss */
.color-border-sponsors {
  border-color: var(--color-sponsors-emphasis) !important;
}

/* line 75, node_modules/@primer/css/utilities/colors.scss */
.text-inherit,
.color-fg-inherit {
  color: inherit !important;
}

/* line 85, node_modules/@primer/css/utilities/colors.scss */
.color-text-primary {
  color: var(--color-fg-default) !important;
}

/* line 86, node_modules/@primer/css/utilities/colors.scss */
.color-text-secondary {
  color: var(--color-fg-muted) !important;
}

/* line 87, node_modules/@primer/css/utilities/colors.scss */
.color-text-tertiary {
  color: var(--color-fg-muted) !important;
}

/* line 88, node_modules/@primer/css/utilities/colors.scss */
.color-text-link {
  color: var(--color-accent-fg) !important;
}

/* line 89, node_modules/@primer/css/utilities/colors.scss */
.color-text-success {
  color: var(--color-success-fg) !important;
}

/* line 90, node_modules/@primer/css/utilities/colors.scss */
.color-text-warning {
  color: var(--color-attention-fg) !important;
}

/* line 91, node_modules/@primer/css/utilities/colors.scss */
.color-text-danger {
  color: var(--color-danger-fg) !important;
}

/* line 92, node_modules/@primer/css/utilities/colors.scss */
.color-text-inverse {
  color: var(--color-fg-on-emphasis) !important;
}

/* line 93, node_modules/@primer/css/utilities/colors.scss */
.color-text-white {
  color: var(--color-scale-white) !important;
}

/* line 96, node_modules/@primer/css/utilities/colors.scss */
.color-icon-primary {
  color: var(--color-fg-default) !important;
}

/* line 97, node_modules/@primer/css/utilities/colors.scss */
.color-icon-secondary {
  color: var(--color-fg-muted) !important;
}

/* line 98, node_modules/@primer/css/utilities/colors.scss */
.color-icon-tertiary {
  color: var(--color-fg-muted) !important;
}

/* line 99, node_modules/@primer/css/utilities/colors.scss */
.color-icon-info {
  color: var(--color-accent-fg) !important;
}

/* line 100, node_modules/@primer/css/utilities/colors.scss */
.color-icon-danger {
  color: var(--color-danger-fg) !important;
}

/* line 101, node_modules/@primer/css/utilities/colors.scss */
.color-icon-success {
  color: var(--color-success-fg) !important;
}

/* line 102, node_modules/@primer/css/utilities/colors.scss */
.color-icon-warning {
  color: var(--color-attention-fg) !important;
}

/* line 105, node_modules/@primer/css/utilities/colors.scss */
.color-border-primary {
  border-color: var(--color-border-default) !important;
}

/* line 106, node_modules/@primer/css/utilities/colors.scss */
.color-border-secondary {
  border-color: var(--color-border-muted) !important;
}

/* line 107, node_modules/@primer/css/utilities/colors.scss */
.color-border-tertiary {
  border-color: var(--color-neutral-muted) !important;
}

/* line 108, node_modules/@primer/css/utilities/colors.scss */
.color-border-inverse {
  border-color: var(--color-fg-on-emphasis) !important;
}

/* line 109, node_modules/@primer/css/utilities/colors.scss */
.color-border-info {
  border-color: var(--color-accent-emphasis) !important;
}

/* line 112, node_modules/@primer/css/utilities/colors.scss */
.color-border-warning {
  border-color: var(--color-attention-emphasis) !important;
}

/* line 115, node_modules/@primer/css/utilities/colors.scss */
.color-bg-canvas {
  background-color: var(--color-canvas-default) !important;
}

/* line 116, node_modules/@primer/css/utilities/colors.scss */
.color-bg-canvas-inverse {
  background-color: var(--color-neutral-emphasis) !important;
}

/* line 117, node_modules/@primer/css/utilities/colors.scss */
.color-bg-canvas-inset {
  background-color: var(--color-canvas-inset) !important;
}

/* line 118, node_modules/@primer/css/utilities/colors.scss */
.color-bg-primary {
  background-color: var(--color-canvas-default) !important;
}

/* line 119, node_modules/@primer/css/utilities/colors.scss */
.color-bg-secondary {
  background-color: var(--color-canvas-subtle) !important;
}

/* line 120, node_modules/@primer/css/utilities/colors.scss */
.color-bg-tertiary {
  background-color: var(--color-canvas-subtle) !important;
}

/* line 122, node_modules/@primer/css/utilities/colors.scss */
.color-bg-info {
  background-color: var(--color-accent-subtle) !important;
}

/* line 123, node_modules/@primer/css/utilities/colors.scss */
.color-bg-info-inverse {
  background-color: var(--color-accent-emphasis) !important;
}

/* line 124, node_modules/@primer/css/utilities/colors.scss */
.color-bg-danger {
  background-color: var(--color-danger-subtle) !important;
}

/* line 125, node_modules/@primer/css/utilities/colors.scss */
.color-bg-danger-inverse {
  background-color: var(--color-danger-emphasis) !important;
}

/* line 126, node_modules/@primer/css/utilities/colors.scss */
.color-bg-success {
  background-color: var(--color-success-subtle) !important;
}

/* line 127, node_modules/@primer/css/utilities/colors.scss */
.color-bg-success-inverse {
  background-color: var(--color-success-emphasis) !important;
}

/* line 128, node_modules/@primer/css/utilities/colors.scss */
.color-bg-warning {
  background-color: var(--color-attention-subtle) !important;
}

/* line 129, node_modules/@primer/css/utilities/colors.scss */
.color-bg-warning-inverse {
  background-color: var(--color-attention-emphasis) !important;
}

/* line 3, node_modules/@primer/css/utilities/details.scss */
.details-overlay[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

/* line 16, node_modules/@primer/css/utilities/details.scss */
.details-overlay-dark[open] > summary::before {
  z-index: 99;
  background: var(--color-primer-canvas-backdrop);
}

/* line 23, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary {
  list-style: none;
}

/* line 25, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::before {
  display: none;
}

/* line 27, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::-webkit-details-marker {
  display: none;
}

/* line 7, node_modules/@primer/css/utilities/flexbox.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 8, node_modules/@primer/css/utilities/flexbox.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 9, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 10, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 12, node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 13, node_modules/@primer/css/utilities/flexbox.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 14, node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 16, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 17, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 18, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 19, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 20, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 22, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 23, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 24, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 25, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 26, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 28, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 29, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 30, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 31, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 32, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 33, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 36, node_modules/@primer/css/utilities/flexbox.scss */
.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

/* line 37, node_modules/@primer/css/utilities/flexbox.scss */
.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

/* line 38, node_modules/@primer/css/utilities/flexbox.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 39, node_modules/@primer/css/utilities/flexbox.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 41, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 42, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 43, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 44, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 45, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 46, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/* line 48, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

/* line 49, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

/* line 50, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-none {
  -webkit-box-ordinal-group: inherit !important;
      -ms-flex-order: inherit !important;
          order: inherit !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

/* Position */
/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-static {
  position: static !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-relative {
  position: relative !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-absolute {
  position: absolute !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 544px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1012px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1280px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

/* Final position */
/* line 18, node_modules/@primer/css/utilities/layout.scss */
.top-0 {
  top: 0 !important;
}

/* line 19, node_modules/@primer/css/utilities/layout.scss */
.right-0 {
  right: 0 !important;
}

/* line 20, node_modules/@primer/css/utilities/layout.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 21, node_modules/@primer/css/utilities/layout.scss */
.left-0 {
  left: 0 !important;
}

/* line 22, node_modules/@primer/css/utilities/layout.scss */
.top-auto {
  top: auto !important;
}

/* line 23, node_modules/@primer/css/utilities/layout.scss */
.right-auto {
  right: auto !important;
}

/* line 24, node_modules/@primer/css/utilities/layout.scss */
.bottom-auto {
  bottom: auto !important;
}

/* line 25, node_modules/@primer/css/utilities/layout.scss */
.left-auto {
  left: auto !important;
}

@media (min-width: 544px) {
  /* line 18, node_modules/@primer/css/utilities/layout.scss */
  .top-sm-0 {
    top: 0 !important;
  }
  /* line 19, node_modules/@primer/css/utilities/layout.scss */
  .right-sm-0 {
    right: 0 !important;
  }
  /* line 20, node_modules/@primer/css/utilities/layout.scss */
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  /* line 21, node_modules/@primer/css/utilities/layout.scss */
  .left-sm-0 {
    left: 0 !important;
  }
  /* line 22, node_modules/@primer/css/utilities/layout.scss */
  .top-sm-auto {
    top: auto !important;
  }
  /* line 23, node_modules/@primer/css/utilities/layout.scss */
  .right-sm-auto {
    right: auto !important;
  }
  /* line 24, node_modules/@primer/css/utilities/layout.scss */
  .bottom-sm-auto {
    bottom: auto !important;
  }
  /* line 25, node_modules/@primer/css/utilities/layout.scss */
  .left-sm-auto {
    left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 18, node_modules/@primer/css/utilities/layout.scss */
  .top-md-0 {
    top: 0 !important;
  }
  /* line 19, node_modules/@primer/css/utilities/layout.scss */
  .right-md-0 {
    right: 0 !important;
  }
  /* line 20, node_modules/@primer/css/utilities/layout.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }
  /* line 21, node_modules/@primer/css/utilities/layout.scss */
  .left-md-0 {
    left: 0 !important;
  }
  /* line 22, node_modules/@primer/css/utilities/layout.scss */
  .top-md-auto {
    top: auto !important;
  }
  /* line 23, node_modules/@primer/css/utilities/layout.scss */
  .right-md-auto {
    right: auto !important;
  }
  /* line 24, node_modules/@primer/css/utilities/layout.scss */
  .bottom-md-auto {
    bottom: auto !important;
  }
  /* line 25, node_modules/@primer/css/utilities/layout.scss */
  .left-md-auto {
    left: auto !important;
  }
}

@media (min-width: 1012px) {
  /* line 18, node_modules/@primer/css/utilities/layout.scss */
  .top-lg-0 {
    top: 0 !important;
  }
  /* line 19, node_modules/@primer/css/utilities/layout.scss */
  .right-lg-0 {
    right: 0 !important;
  }
  /* line 20, node_modules/@primer/css/utilities/layout.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  /* line 21, node_modules/@primer/css/utilities/layout.scss */
  .left-lg-0 {
    left: 0 !important;
  }
  /* line 22, node_modules/@primer/css/utilities/layout.scss */
  .top-lg-auto {
    top: auto !important;
  }
  /* line 23, node_modules/@primer/css/utilities/layout.scss */
  .right-lg-auto {
    right: auto !important;
  }
  /* line 24, node_modules/@primer/css/utilities/layout.scss */
  .bottom-lg-auto {
    bottom: auto !important;
  }
  /* line 25, node_modules/@primer/css/utilities/layout.scss */
  .left-lg-auto {
    left: auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 18, node_modules/@primer/css/utilities/layout.scss */
  .top-xl-0 {
    top: 0 !important;
  }
  /* line 19, node_modules/@primer/css/utilities/layout.scss */
  .right-xl-0 {
    right: 0 !important;
  }
  /* line 20, node_modules/@primer/css/utilities/layout.scss */
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  /* line 21, node_modules/@primer/css/utilities/layout.scss */
  .left-xl-0 {
    left: 0 !important;
  }
  /* line 22, node_modules/@primer/css/utilities/layout.scss */
  .top-xl-auto {
    top: auto !important;
  }
  /* line 23, node_modules/@primer/css/utilities/layout.scss */
  .right-xl-auto {
    right: auto !important;
  }
  /* line 24, node_modules/@primer/css/utilities/layout.scss */
  .bottom-xl-auto {
    bottom: auto !important;
  }
  /* line 25, node_modules/@primer/css/utilities/layout.scss */
  .left-xl-auto {
    left: auto !important;
  }
}

/* Vertical align middle */
/* line 30, node_modules/@primer/css/utilities/layout.scss */
.v-align-middle {
  vertical-align: middle !important;
}

/* Vertical align top */
/* line 32, node_modules/@primer/css/utilities/layout.scss */
.v-align-top {
  vertical-align: top !important;
}

/* Vertical align bottom */
/* line 34, node_modules/@primer/css/utilities/layout.scss */
.v-align-bottom {
  vertical-align: bottom !important;
}

/* Vertical align to the top of the text */
/* line 36, node_modules/@primer/css/utilities/layout.scss */
.v-align-text-top {
  vertical-align: text-top !important;
}

/* Vertical align to the bottom of the text */
/* line 38, node_modules/@primer/css/utilities/layout.scss */
.v-align-text-bottom {
  vertical-align: text-bottom !important;
}

/* Vertical align to the parent's baseline */
/* line 40, node_modules/@primer/css/utilities/layout.scss */
.v-align-baseline {
  vertical-align: baseline !important;
}

/* line 46, node_modules/@primer/css/utilities/layout.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 47, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 48, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 46, node_modules/@primer/css/utilities/layout.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 47, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 48, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 46, node_modules/@primer/css/utilities/layout.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 47, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 48, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 46, node_modules/@primer/css/utilities/layout.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 47, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 48, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

@media (min-width: 544px) {
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-visible {
    overflow: visible !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-x-visible {
    overflow-x: visible !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-y-visible {
    overflow-y: visible !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-auto {
    overflow: auto !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-x-auto {
    overflow-x: auto !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-y-auto {
    overflow-y: auto !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-sm-y-scroll {
    overflow-y: scroll !important;
  }
}

@media (min-width: 768px) {
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-visible {
    overflow: visible !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-x-visible {
    overflow-x: visible !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-y-visible {
    overflow-y: visible !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-auto {
    overflow: auto !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-x-auto {
    overflow-x: auto !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-y-auto {
    overflow-y: auto !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-md-y-scroll {
    overflow-y: scroll !important;
  }
}

@media (min-width: 1012px) {
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-visible {
    overflow: visible !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-x-visible {
    overflow-x: visible !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-y-visible {
    overflow-y: visible !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-auto {
    overflow: auto !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-x-auto {
    overflow-x: auto !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-y-auto {
    overflow-y: auto !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-lg-y-scroll {
    overflow-y: scroll !important;
  }
}

@media (min-width: 1280px) {
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-visible {
    overflow: visible !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-x-visible {
    overflow-x: visible !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-y-visible {
    overflow-y: visible !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-auto {
    overflow: auto !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-x-auto {
    overflow-x: auto !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-y-auto {
    overflow-y: auto !important;
  }
  /* line 46, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  /* line 47, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 48, node_modules/@primer/css/utilities/layout.scss */
  .overflow-xl-y-scroll {
    overflow-y: scroll !important;
  }
}

/* Clear floats around the element */
/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* Float to the left */
/* line 63, node_modules/@primer/css/utilities/layout.scss */
.float-left {
  float: left !important;
}

/* Float to the right */
/* line 65, node_modules/@primer/css/utilities/layout.scss */
.float-right {
  float: right !important;
}

/* No float */
/* line 67, node_modules/@primer/css/utilities/layout.scss */
.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* Float to the left */
  /* line 63, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 65, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-right {
    float: right !important;
  }
  /* No float */
  /* line 67, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* Float to the left */
  /* line 63, node_modules/@primer/css/utilities/layout.scss */
  .float-md-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 65, node_modules/@primer/css/utilities/layout.scss */
  .float-md-right {
    float: right !important;
  }
  /* No float */
  /* line 67, node_modules/@primer/css/utilities/layout.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1012px) {
  /* Float to the left */
  /* line 63, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 65, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-right {
    float: right !important;
  }
  /* No float */
  /* line 67, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  /* Float to the left */
  /* line 63, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 65, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-right {
    float: right !important;
  }
  /* No float */
  /* line 67, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* Max width 100% */
/* line 74, node_modules/@primer/css/utilities/layout.scss */
.width-fit {
  max-width: 100% !important;
}

/* Set the width to 100% */
/* line 76, node_modules/@primer/css/utilities/layout.scss */
.width-full {
  width: 100% !important;
}

/* Max height 100% */
/* line 78, node_modules/@primer/css/utilities/layout.scss */
.height-fit {
  max-height: 100% !important;
}

/* Set the height to 100% */
/* line 80, node_modules/@primer/css/utilities/layout.scss */
.height-full {
  height: 100% !important;
}

/* Remove min-width from element */
/* line 83, node_modules/@primer/css/utilities/layout.scss */
.min-width-0 {
  min-width: 0 !important;
}

/* line 89, node_modules/@primer/css/utilities/layout.scss */
.width-auto {
  width: auto !important;
}

/* Set the direction to rtl */
/* line 92, node_modules/@primer/css/utilities/layout.scss */
.direction-rtl {
  direction: rtl !important;
}

/* Set the direction to ltr */
/* line 94, node_modules/@primer/css/utilities/layout.scss */
.direction-ltr {
  direction: ltr !important;
}

@media (min-width: 544px) {
  /* line 89, node_modules/@primer/css/utilities/layout.scss */
  .width-sm-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 92, node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 94, node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 768px) {
  /* line 89, node_modules/@primer/css/utilities/layout.scss */
  .width-md-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 92, node_modules/@primer/css/utilities/layout.scss */
  .direction-md-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 94, node_modules/@primer/css/utilities/layout.scss */
  .direction-md-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 1012px) {
  /* line 89, node_modules/@primer/css/utilities/layout.scss */
  .width-lg-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 92, node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 94, node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 1280px) {
  /* line 89, node_modules/@primer/css/utilities/layout.scss */
  .width-xl-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 92, node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 94, node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-ltr {
    direction: ltr !important;
  }
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/margin.scss */
.m-6 {
  margin: 40px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-6 {
  margin-top: 40px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-6 {
  margin-bottom: 40px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/margin.scss */
.mr-6 {
  margin-right: 40px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 23, node_modules/@primer/css/utilities/margin.scss */
.ml-6 {
  margin-left: 40px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n6 {
  margin-top: -40px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n6 {
  margin-bottom: -40px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 34, node_modules/@primer/css/utilities/margin.scss */
.mr-n6 {
  margin-right: -40px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 36, node_modules/@primer/css/utilities/margin.scss */
.ml-n6 {
  margin-left: -40px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 42, node_modules/@primer/css/utilities/margin.scss */
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-7 {
  margin-top: 48px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-7 {
  margin-bottom: 48px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n7 {
  margin-top: -48px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n7 {
  margin-bottom: -48px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-8 {
  margin-top: 64px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-8 {
  margin-bottom: 64px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n8 {
  margin-top: -64px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n8 {
  margin-bottom: -64px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-9 {
  margin-top: 80px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-9 {
  margin-bottom: 80px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n9 {
  margin-top: -80px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n9 {
  margin-bottom: -80px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-9 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-10 {
  margin-top: 96px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-10 {
  margin-bottom: 96px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n10 {
  margin-top: -96px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n10 {
  margin-bottom: -96px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-10 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-11 {
  margin-top: 112px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-11 {
  margin-bottom: 112px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n11 {
  margin-top: -112px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n11 {
  margin-bottom: -112px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-11 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/margin.scss */
.mt-12 {
  margin-top: 128px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/margin.scss */
.mb-12 {
  margin-bottom: 128px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.mt-n12 {
  margin-top: -128px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 30, node_modules/@primer/css/utilities/margin.scss */
.mb-n12 {
  margin-bottom: -128px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 49, node_modules/@primer/css/utilities/margin.scss */
.my-12 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

/* responsive horizontal auto margins */
/* line 56, node_modules/@primer/css/utilities/margin.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-7 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-7 {
    margin-bottom: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n7 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n7 {
    margin-bottom: -48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-8 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n8 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n8 {
    margin-bottom: -64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-9 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-9 {
    margin-bottom: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n9 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n9 {
    margin-bottom: -80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-10 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-10 {
    margin-bottom: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n10 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n10 {
    margin-bottom: -96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-11 {
    margin-top: 112px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-11 {
    margin-bottom: 112px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n11 {
    margin-top: -112px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n11 {
    margin-bottom: -112px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-12 {
    margin-top: 128px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-12 {
    margin-bottom: 128px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n12 {
    margin-top: -128px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n12 {
    margin-bottom: -128px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  /* responsive horizontal auto margins */
  /* line 56, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-md-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-7 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-7 {
    margin-bottom: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n7 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n7 {
    margin-bottom: -48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-8 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-8 {
    margin-bottom: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n8 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n8 {
    margin-bottom: -64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-9 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-9 {
    margin-bottom: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n9 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n9 {
    margin-bottom: -80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-10 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-10 {
    margin-bottom: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n10 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n10 {
    margin-bottom: -96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-11 {
    margin-top: 112px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-11 {
    margin-bottom: 112px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n11 {
    margin-top: -112px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n11 {
    margin-bottom: -112px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-12 {
    margin-top: 128px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-12 {
    margin-bottom: 128px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n12 {
    margin-top: -128px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n12 {
    margin-bottom: -128px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-md-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  /* responsive horizontal auto margins */
  /* line 56, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-7 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-7 {
    margin-bottom: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n7 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n7 {
    margin-bottom: -48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-8 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n8 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n8 {
    margin-bottom: -64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-9 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-9 {
    margin-bottom: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n9 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n9 {
    margin-bottom: -80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-10 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-10 {
    margin-bottom: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n10 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n10 {
    margin-bottom: -96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-11 {
    margin-top: 112px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-11 {
    margin-bottom: 112px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n11 {
    margin-top: -112px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n11 {
    margin-bottom: -112px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-12 {
    margin-top: 128px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-12 {
    margin-bottom: 128px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n12 {
    margin-top: -128px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n12 {
    margin-bottom: -128px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  /* responsive horizontal auto margins */
  /* line 56, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 23, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 34, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 36, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 42, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-7 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-7 {
    margin-bottom: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n7 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n7 {
    margin-bottom: -48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-8 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-8 {
    margin-bottom: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n8 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n8 {
    margin-bottom: -64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-9 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-9 {
    margin-bottom: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n9 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n9 {
    margin-bottom: -80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-10 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-10 {
    margin-bottom: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n10 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n10 {
    margin-bottom: -96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-11 {
    margin-top: 112px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-11 {
    margin-bottom: 112px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n11 {
    margin-top: -112px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n11 {
    margin-bottom: -112px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-12 {
    margin-top: 128px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-12 {
    margin-bottom: 128px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n12 {
    margin-top: -128px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 30, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n12 {
    margin-bottom: -128px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 49, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  /* responsive horizontal auto margins */
  /* line 56, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* line 63, node_modules/@primer/css/utilities/margin.scss */
.m-auto {
  margin: auto !important;
}

/* line 65, node_modules/@primer/css/utilities/margin.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 66, node_modules/@primer/css/utilities/margin.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/@primer/css/utilities/margin.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/@primer/css/utilities/margin.scss */
.ml-auto {
  margin-left: auto !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 11, node_modules/@primer/css/utilities/padding.scss */
.p-6 {
  padding: 40px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-6 {
  padding-top: 40px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-6 {
  padding-right: 40px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-6 {
  padding-bottom: 40px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-6 {
  padding-left: 40px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 25, node_modules/@primer/css/utilities/padding.scss */
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-7 {
  padding-top: 48px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-7 {
  padding-right: 48px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-7 {
  padding-bottom: 48px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-7 {
  padding-left: 48px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-8 {
  padding-top: 64px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-8 {
  padding-right: 64px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-8 {
  padding-bottom: 64px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-8 {
  padding-left: 64px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-9 {
  padding-top: 80px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-9 {
  padding-right: 80px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-9 {
  padding-bottom: 80px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-9 {
  padding-left: 80px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-9 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-10 {
  padding-top: 96px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-10 {
  padding-right: 96px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-10 {
  padding-bottom: 96px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-10 {
  padding-left: 96px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-10 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-11 {
  padding-top: 112px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-11 {
  padding-right: 112px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-11 {
  padding-bottom: 112px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-11 {
  padding-left: 112px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-11 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 15, node_modules/@primer/css/utilities/padding.scss */
.pt-12 {
  padding-top: 128px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 17, node_modules/@primer/css/utilities/padding.scss */
.pr-12 {
  padding-right: 128px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 19, node_modules/@primer/css/utilities/padding.scss */
.pb-12 {
  padding-bottom: 128px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.pl-12 {
  padding-left: 128px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/padding.scss */
.py-12 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-7 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-7 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-7 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-7 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-8 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-8 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-8 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-9 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-9 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-9 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-9 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-10 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-10 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-10 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-10 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-11 {
    padding-top: 112px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-11 {
    padding-right: 112px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-11 {
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-11 {
    padding-left: 112px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-12 {
    padding-top: 128px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-12 {
    padding-right: 128px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-12 {
    padding-bottom: 128px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-12 {
    padding-left: 128px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media (min-width: 768px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-md-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-7 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-7 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-7 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-7 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-8 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-8 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-8 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-8 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-9 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-9 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-9 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-9 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-10 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-10 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-10 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-10 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-11 {
    padding-top: 112px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-11 {
    padding-right: 112px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-11 {
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-11 {
    padding-left: 112px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-12 {
    padding-top: 128px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-12 {
    padding-right: 128px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-12 {
    padding-bottom: 128px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-12 {
    padding-left: 128px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-md-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-7 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-7 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-7 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-7 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-8 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-8 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-8 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-9 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-9 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-9 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-9 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-10 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-10 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-10 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-10 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-11 {
    padding-top: 112px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-11 {
    padding-right: 112px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-11 {
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-11 {
    padding-left: 112px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-12 {
    padding-top: 128px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-12 {
    padding-right: 128px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-12 {
    padding-bottom: 128px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-12 {
    padding-left: 128px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

@media (min-width: 1280px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 11, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 25, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-7 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-7 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-7 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-7 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-8 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-8 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-8 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-8 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-9 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-9 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-9 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-9 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-10 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-10 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-10 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-10 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-11 {
    padding-top: 112px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-11 {
    padding-right: 112px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-11 {
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-11 {
    padding-left: 112px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 15, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-12 {
    padding-top: 128px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 17, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-12 {
    padding-right: 128px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 19, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-12 {
    padding-bottom: 128px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-12 {
    padding-left: 128px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

/* line 41, node_modules/@primer/css/utilities/padding.scss */
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

@media (min-width: 544px) {
  /* line 41, node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media (min-width: 1012px) {
  /* line 41, node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Set the font size to 26px */
/* line 19, node_modules/@primer/css/utilities/typography.scss */
.h1 {
  font-size: 26px !important;
}

@media (min-width: 768px) {
  /* line 19, node_modules/@primer/css/utilities/typography.scss */
  .h1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 27, node_modules/@primer/css/utilities/typography.scss */
.h2 {
  font-size: 22px !important;
}

@media (min-width: 768px) {
  /* line 27, node_modules/@primer/css/utilities/typography.scss */
  .h2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 35, node_modules/@primer/css/utilities/typography.scss */
.h3 {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  /* line 35, node_modules/@primer/css/utilities/typography.scss */
  .h3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 43, node_modules/@primer/css/utilities/typography.scss */
.h4 {
  font-size: 16px !important;
}

/* Set the font size to 14px */
/* line 48, node_modules/@primer/css/utilities/typography.scss */
.h5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 53, node_modules/@primer/css/utilities/typography.scss */
.h6 {
  font-size: 12px !important;
}

/* line 56, node_modules/@primer/css/utilities/typography.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
}

/* Set the font size to 26px */
/* line 65, node_modules/@primer/css/utilities/typography.scss */
.f1 {
  font-size: 26px !important;
}

@media (min-width: 768px) {
  /* line 65, node_modules/@primer/css/utilities/typography.scss */
  .f1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 73, node_modules/@primer/css/utilities/typography.scss */
.f2 {
  font-size: 22px !important;
}

@media (min-width: 768px) {
  /* line 73, node_modules/@primer/css/utilities/typography.scss */
  .f2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 81, node_modules/@primer/css/utilities/typography.scss */
.f3 {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  /* line 81, node_modules/@primer/css/utilities/typography.scss */
  .f3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 89, node_modules/@primer/css/utilities/typography.scss */
.f4 {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  /* line 89, node_modules/@primer/css/utilities/typography.scss */
  .f4 {
    font-size: 16px !important;
  }
}

/* Set the font size to 14px */
/* line 96, node_modules/@primer/css/utilities/typography.scss */
.f5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 98, node_modules/@primer/css/utilities/typography.scss */
.f6 {
  font-size: 12px !important;
}

/* Set the font size to 40px and weight to light */
/* line 102, node_modules/@primer/css/utilities/typography.scss */
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 102, node_modules/@primer/css/utilities/typography.scss */
  .f00-light {
    font-size: 48px !important;
  }
}

/* Set the font size to 32px and weight to light */
/* line 111, node_modules/@primer/css/utilities/typography.scss */
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 111, node_modules/@primer/css/utilities/typography.scss */
  .f0-light {
    font-size: 40px !important;
  }
}

/* Set the font size to 26px and weight to light */
/* line 120, node_modules/@primer/css/utilities/typography.scss */
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 120, node_modules/@primer/css/utilities/typography.scss */
  .f1-light {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px and weight to light */
/* line 129, node_modules/@primer/css/utilities/typography.scss */
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 129, node_modules/@primer/css/utilities/typography.scss */
  .f2-light {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px and weight to light */
/* line 139, node_modules/@primer/css/utilities/typography.scss */
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 139, node_modules/@primer/css/utilities/typography.scss */
  .f3-light {
    font-size: 20px !important;
  }
}

/* Set the font size to ${#h6-size} */
/* line 149, node_modules/@primer/css/utilities/typography.scss */
.text-small {
  font-size: 12px !important;
}

/* Large leading paragraphs */
/* line 152, node_modules/@primer/css/utilities/typography.scss */
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

/* Set the line height to ultra condensed */
/* line 167, node_modules/@primer/css/utilities/typography.scss */
.lh-condensed-ultra {
  line-height: 1 !important;
}

/* Set the line height to condensed */
/* line 169, node_modules/@primer/css/utilities/typography.scss */
.lh-condensed {
  line-height: 1.25 !important;
}

/* Set the line height to default */
/* line 171, node_modules/@primer/css/utilities/typography.scss */
.lh-default {
  line-height: 1.5 !important;
}

/* Set the line height to zero */
/* line 173, node_modules/@primer/css/utilities/typography.scss */
.lh-0 {
  line-height: 0 !important;
}

@media (min-width: 544px) {
  /* Set the line height to ultra condensed */
  /* line 167, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 169, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 171, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 173, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 768px) {
  /* Set the line height to ultra condensed */
  /* line 167, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 169, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 171, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 173, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 1012px) {
  /* Set the line height to ultra condensed */
  /* line 167, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 169, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 171, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 173, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 1280px) {
  /* Set the line height to ultra condensed */
  /* line 167, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 169, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 171, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 173, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-0 {
    line-height: 0 !important;
  }
}

/* Text align to the right */
/* line 182, node_modules/@primer/css/utilities/typography.scss */
.text-right {
  text-align: right !important;
}

/* Text align to the left */
/* line 184, node_modules/@primer/css/utilities/typography.scss */
.text-left {
  text-align: left !important;
}

/* Text align to the center */
/* line 186, node_modules/@primer/css/utilities/typography.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* Text align to the right */
  /* line 182, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 184, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 186, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* Text align to the right */
  /* line 182, node_modules/@primer/css/utilities/typography.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 184, node_modules/@primer/css/utilities/typography.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 186, node_modules/@primer/css/utilities/typography.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1012px) {
  /* Text align to the right */
  /* line 182, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 184, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 186, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  /* Text align to the right */
  /* line 182, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 184, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 186, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* Set the font weight to normal */
/* line 192, node_modules/@primer/css/utilities/typography.scss */
.text-normal {
  font-weight: 400 !important;
}

/* Set the font weight to bold */
/* line 194, node_modules/@primer/css/utilities/typography.scss */
.text-bold {
  font-weight: 600 !important;
}

/* line 195, node_modules/@primer/css/utilities/typography.scss */
.text-semibold {
  font-weight: 500 !important;
}

/* line 196, node_modules/@primer/css/utilities/typography.scss */
.text-light {
  font-weight: 300 !important;
}

/* Set the font to italic */
/* line 198, node_modules/@primer/css/utilities/typography.scss */
.text-italic {
  font-style: italic !important;
}

/* Make text uppercase */
/* line 200, node_modules/@primer/css/utilities/typography.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* Underline text */
/* line 202, node_modules/@primer/css/utilities/typography.scss */
.text-underline {
  text-decoration: underline !important;
}

/* Don't underline text */
/* line 204, node_modules/@primer/css/utilities/typography.scss */
.no-underline {
  text-decoration: none !important;
}

/* Don't wrap white space */
/* line 206, node_modules/@primer/css/utilities/typography.scss */
.no-wrap {
  white-space: nowrap !important;
}

/* Normal white space */
/* line 208, node_modules/@primer/css/utilities/typography.scss */
.ws-normal {
  white-space: normal !important;
}

/* Force long "words" to wrap if they exceed the width of the container */
/* line 211, node_modules/@primer/css/utilities/typography.scss */
.break-word,
.wb-break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/*
 * Specifically apply word-break: break-all; per MDN:
 *
 * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,
 * > `word-break: break-all` will create a break at the exact place where text would
 * > otherwise overflow its container (even if putting an entire word on its own line
 * > would negate the need for a break).
 *
 * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values
 */
/* line 229, node_modules/@primer/css/utilities/typography.scss */
.wb-break-all {
  word-break: break-all !important;
}

/* line 231, node_modules/@primer/css/utilities/typography.scss */
.text-emphasized {
  font-weight: 600;
}

/* line 236, node_modules/@primer/css/utilities/typography.scss */
.list-style-none {
  list-style: none !important;
}

/* Set to monospace font */
/* line 239, node_modules/@primer/css/utilities/typography.scss */
.text-mono {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
}

/* Disallow user from selecting text */
/* line 244, node_modules/@primer/css/utilities/typography.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-block {
  display: block !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline {
  display: inline !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-none {
  display: none !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-table {
  display: table !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

/* line 12, node_modules/@primer/css/utilities/visibility-display.scss */
.v-hidden {
  visibility: hidden !important;
}

/* line 13, node_modules/@primer/css/utilities/visibility-display.scss */
.v-visible {
  visibility: visible !important;
}

@media (max-width: 543px) {
  /* line 18, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 24, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1011px) {
  /* line 30, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1012px) {
  /* line 36, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-xl {
    display: none !important;
  }
}

/* Set the table-layout to fixed */
/* line 42, node_modules/@primer/css/utilities/visibility-display.scss */
.table-fixed {
  table-layout: fixed !important;
}

/* line 47, node_modules/@primer/css/utilities/visibility-display.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

/* line 60, node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 68, node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

/* line 4, node_modules/@primer/css/alerts/flash.scss */
.flash {
  position: relative;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* line 12, node_modules/@primer/css/alerts/flash.scss */
.flash p:last-child {
  margin-bottom: 0;
}

/* line 16, node_modules/@primer/css/alerts/flash.scss */
.flash .octicon {
  margin-right: 12px;
}

/* line 23, node_modules/@primer/css/alerts/flash.scss */
.flash-messages {
  margin-bottom: 24px;
}

/* line 28, node_modules/@primer/css/alerts/flash.scss */
.flash-close {
  float: right;
  padding: 16px;
  margin: -16px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 40, node_modules/@primer/css/alerts/flash.scss */
.flash-close:hover {
  opacity: 0.7;
}

/* line 44, node_modules/@primer/css/alerts/flash.scss */
.flash-close:active {
  opacity: 0.5;
}

/* line 48, node_modules/@primer/css/alerts/flash.scss */
.flash-close .octicon {
  margin-right: 0;
}

/* line 54, node_modules/@primer/css/alerts/flash.scss */
.flash-action {
  float: right;
  margin-top: -3px;
  margin-left: 24px;
  background-clip: padding-box;
}

/* line 66, node_modules/@primer/css/alerts/flash.scss */
.flash {
  color: var(--color-fg-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-accent-subtle)), to(var(--color-accent-subtle)));
  background-image: linear-gradient(var(--color-accent-subtle), var(--color-accent-subtle));
  border-color: var(--color-accent-muted);
}

/* line 71, node_modules/@primer/css/alerts/flash.scss */
.flash .octicon {
  color: var(--color-accent-fg);
}

/* line 76, node_modules/@primer/css/alerts/flash.scss */
.flash-warn {
  color: var(--color-fg-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-attention-subtle)), to(var(--color-attention-subtle)));
  background-image: linear-gradient(var(--color-attention-subtle), var(--color-attention-subtle));
  border-color: var(--color-attention-muted);
}

/* line 81, node_modules/@primer/css/alerts/flash.scss */
.flash-warn .octicon {
  color: var(--color-attention-fg);
}

/* line 86, node_modules/@primer/css/alerts/flash.scss */
.flash-error {
  color: var(--color-fg-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-danger-subtle)), to(var(--color-danger-subtle)));
  background-image: linear-gradient(var(--color-danger-subtle), var(--color-danger-subtle));
  border-color: var(--color-danger-muted);
}

/* line 91, node_modules/@primer/css/alerts/flash.scss */
.flash-error .octicon {
  color: var(--color-danger-fg);
}

/* line 96, node_modules/@primer/css/alerts/flash.scss */
.flash-success {
  color: var(--color-fg-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-success-subtle)), to(var(--color-success-subtle)));
  background-image: linear-gradient(var(--color-success-subtle), var(--color-success-subtle));
  border-color: var(--color-success-muted);
}

/* line 101, node_modules/@primer/css/alerts/flash.scss */
.flash-success .octicon {
  color: var(--color-success-fg);
}

/* line 110, node_modules/@primer/css/alerts/flash.scss */
.flash-full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}

/* line 118, node_modules/@primer/css/alerts/flash.scss */
.flash-banner {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 130, node_modules/@primer/css/alerts/flash.scss */
.flash-full,
.flash-banner {
  background-color: var(--color-canvas-default);
}

/* line 136, node_modules/@primer/css/alerts/flash.scss */
.warning {
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  background-color: var(--color-attention-subtle);
}

/* line 1, node_modules/@primer/css/popover/popover.scss */
.Popover {
  position: absolute;
  z-index: 100;
}

/* line 6, node_modules/@primer/css/popover/popover.scss */
.Popover-message {
  position: relative;
  width: 232px;
  margin-right: auto;
  margin-left: auto;
}

/* line 13, node_modules/@primer/css/popover/popover.scss */
.Popover-message::before, .Popover-message::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}

/* line 21, node_modules/@primer/css/popover/popover.scss */
.Popover-message::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-default);
}

/* line 30, node_modules/@primer/css/popover/popover.scss */
.Popover-message::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: var(--color-canvas-overlay);
}

/* line 39, node_modules/@primer/css/popover/popover.scss */
.Popover-message.Box {
  background-color: var(--color-canvas-overlay);
}

/* line 48, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before, .Popover-message--bottom::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  top: auto;
  border-bottom-color: transparent;
}

/* line 54, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before,
.Popover-message--bottom-right::before,
.Popover-message--bottom-left::before {
  bottom: -16px;
  border-top-color: var(--color-border-default);
}

/* line 59, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::after,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::after {
  bottom: -14px;
  border-top-color: var(--color-canvas-overlay);
}

/* line 66, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right,
.Popover-message--bottom-right {
  right: -9px;
  margin-right: 0;
}

/* line 71, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before, .Popover-message--top-right::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after {
  left: auto;
  margin-left: 0;
}

/* line 77, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before,
.Popover-message--bottom-right::before {
  right: 20px;
}

/* line 81, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::after,
.Popover-message--bottom-right::after {
  right: 21px;
}

/* line 87, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left,
.Popover-message--bottom-left {
  left: -9px;
  margin-left: 0;
}

/* line 92, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::before, .Popover-message--top-left::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  left: 24px;
  margin-left: 0;
}

/* line 98, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::after,
.Popover-message--bottom-left::after {
  left: 25px;
}

/* line 110, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before, .Popover-message--right::after,
.Popover-message--right-top::before,
.Popover-message--right-top::after,
.Popover-message--right-bottom::before,
.Popover-message--right-bottom::after,
.Popover-message--left::before,
.Popover-message--left::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: 50%;
  left: auto;
  margin-left: 0;
  border-bottom-color: transparent;
}

/* line 118, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before,
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  margin-top: -9px;
}

/* line 123, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after,
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  margin-top: -8px;
}

/* line 132, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before {
  right: -16px;
  border-left-color: var(--color-border-default);
}

/* line 137, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after {
  right: -14px;
  border-left-color: var(--color-canvas-overlay);
}

/* line 147, node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  left: -16px;
  border-right-color: var(--color-border-default);
}

/* line 152, node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  left: -14px;
  border-right-color: var(--color-canvas-overlay);
}

/* line 161, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-top::before, .Popover-message--right-top::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after {
  top: 24px;
}

/* line 170, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before, .Popover-message--right-bottom::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: auto;
}

/* line 175, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before,
.Popover-message--left-bottom::before {
  bottom: 16px;
}

/* line 179, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::after {
  bottom: 17px;
}

@media (min-width: 544px) {
  /* line 184, node_modules/@primer/css/popover/popover.scss */
  .Popover-message--large {
    min-width: 320px;
  }
}

/* line 5, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 2em;
}

/* line 8, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel .g-emoji {
  position: relative;
  top: -0.05em;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}

/* line 16, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel:hover {
  text-decoration: none;
}

/* line 21, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel--big {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

/* line 4, node_modules/@primer/css/labels/labels.scss */
.labels {
  position: relative;
}

/* line 10, node_modules/@primer/css/labels/labels.scss */
.label,
.Label {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent !important;
  border-color: var(--color-border-default);
}

/* line 16, node_modules/@primer/css/labels/labels.scss */
.label:hover,
.Label:hover {
  text-decoration: none;
}

/* line 23, node_modules/@primer/css/labels/labels.scss */
.Label--large {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

/* line 29, node_modules/@primer/css/labels/labels.scss */
.Label--inline {
  display: inline;
  padding: 0.1667em 0.5em;
  font-size: 0.9em;
}

/* line 35, node_modules/@primer/css/labels/labels.scss */
.Label--primary {
  color: var(--color-fg-default);
  border-color: var(--color-neutral-emphasis);
}

/* line 40, node_modules/@primer/css/labels/labels.scss */
.Label--secondary {
  color: var(--color-fg-muted);
  border-color: var(--color-border-default);
}

/* line 45, node_modules/@primer/css/labels/labels.scss */
.Label--info {
  color: var(--color-accent-fg);
  border-color: var(--color-accent-emphasis);
}

/* line 50, node_modules/@primer/css/labels/labels.scss */
.Label--success {
  color: var(--color-success-fg);
  border-color: var(--color-success-emphasis);
}

/* line 55, node_modules/@primer/css/labels/labels.scss */
.Label--warning {
  color: var(--color-attention-fg);
  border-color: var(--color-attention-emphasis);
}

/* line 60, node_modules/@primer/css/labels/labels.scss */
.Label--danger {
  color: var(--color-danger-fg);
  border-color: var(--color-danger-emphasis);
}

/* line 6, node_modules/@primer/css/labels/states.scss */
.state,
.State {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  border-radius: 2em;
}

/* line 21, node_modules/@primer/css/labels/states.scss */
.state,
.State,
.State--draft {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
  border: 1px solid transparent;
}

/* line 29, node_modules/@primer/css/labels/states.scss */
.State--open {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-success-emphasis);
}

/* line 34, node_modules/@primer/css/labels/states.scss */
.State--merged {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-done-emphasis);
}

/* line 39, node_modules/@primer/css/labels/states.scss */
.State--closed {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-danger-emphasis);
}

/* line 46, node_modules/@primer/css/labels/states.scss */
.State--small {
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
}

/* line 53, node_modules/@primer/css/labels/states.scss */
.State--small .octicon {
  width: 1em;
}

/* line 2, node_modules/@primer/css/labels/counters.scss */
.Counter {
  display: inline-block;
  min-width: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-fg-default);
  text-align: center;
  background-color: var(--color-neutral-muted);
  border: 1px solid transparent;
  border-radius: 2em;
}

/* line 18, node_modules/@primer/css/labels/counters.scss */
.Counter:empty {
  display: none;
}

/* line 22, node_modules/@primer/css/labels/counters.scss */
.Counter .octicon {
  vertical-align: text-top;
  opacity: 0.8;
}

/* line 28, node_modules/@primer/css/labels/counters.scss */
.Counter--primary {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
}

/* line 33, node_modules/@primer/css/labels/counters.scss */
.Counter--secondary {
  color: var(--color-fg-muted);
  background-color: var(--color-neutral-subtle);
}

/* line 5, node_modules/@primer/css/labels/diffstat.scss */
.diffstat {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fg-muted);
  white-space: nowrap;
  cursor: default;
}

/* line 13, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted,
.diffstat-block-added,
.diffstat-block-neutral {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  outline-offset: -1px;
}

/* line 24, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted {
  background-color: var(--color-danger-emphasis);
  outline: 1px solid var(--color-border-subtle);
}

/* line 29, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-added {
  background-color: var(--color-diffstat-addition-bg);
  outline: 1px solid var(--color-border-subtle);
}

/* line 34, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-neutral {
  background-color: var(--color-neutral-muted);
  outline: 1px solid var(--color-border-subtle);
}

/* line 3, node_modules/@primer/css/progress/progress.scss */
.Progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
  outline: 1px solid transparent;
}

/* line 12, node_modules/@primer/css/progress/progress.scss */
.Progress--large {
  height: 10px;
}

/* line 16, node_modules/@primer/css/progress/progress.scss */
.Progress--small {
  height: 5px;
}

/* line 20, node_modules/@primer/css/progress/progress.scss */
.Progress-item {
  outline: 2px solid transparent;
}

/* line 24, node_modules/@primer/css/progress/progress.scss */
.Progress-item + .Progress-item {
  margin-left: 2px;
}

/* line 1, node_modules/@primer/css/avatars/avatar.scss */
.avatar {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background-color: var(--color-avatar-bg);
  border-radius: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 0 0 1px var(--color-avatar-border);
          box-shadow: 0 0 0 1px var(--color-avatar-border);
}

/* line 13, node_modules/@primer/css/avatars/avatar.scss */
.avatar-link {
  float: left;
  line-height: 1;
}

/* line 19, node_modules/@primer/css/avatars/avatar.scss */
.avatar-group-item {
  display: inline-block;
  margin-bottom: 3px;
}

/* line 27, node_modules/@primer/css/avatars/avatar.scss */
.avatar-1,
.avatar-2,
.avatar-small {
  border-radius: 4px;
}

/* line 41, node_modules/@primer/css/avatars/avatar.scss */
.avatar-1 {
  width: 16px;
  height: 16px;
}

/* line 42, node_modules/@primer/css/avatars/avatar.scss */
.avatar-2 {
  width: 20px;
  height: 20px;
}

/* line 43, node_modules/@primer/css/avatars/avatar.scss */
.avatar-3 {
  width: 24px;
  height: 24px;
}

/* line 44, node_modules/@primer/css/avatars/avatar.scss */
.avatar-4 {
  width: 28px;
  height: 28px;
}

/* line 45, node_modules/@primer/css/avatars/avatar.scss */
.avatar-5 {
  width: 32px;
  height: 32px;
}

/* line 46, node_modules/@primer/css/avatars/avatar.scss */
.avatar-6 {
  width: 40px;
  height: 40px;
}

/* line 47, node_modules/@primer/css/avatars/avatar.scss */
.avatar-7 {
  width: 48px;
  height: 48px;
}

/* line 48, node_modules/@primer/css/avatars/avatar.scss */
.avatar-8 {
  width: 64px;
  height: 64px;
}

/* line 5, node_modules/@primer/css/avatars/avatar-parent-child.scss */
.avatar-parent-child {
  position: relative;
}

/* line 9, node_modules/@primer/css/avatars/avatar-parent-child.scss */
.avatar-child {
  position: absolute;
  right: -15%;
  bottom: -9%;
  background-color: var(--color-canvas-default);
  border-radius: 4px;
  -webkit-box-shadow: var(--color-avatar-child-shadow);
          box-shadow: var(--color-avatar-child-shadow);
}

/* line 4, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack {
  position: relative;
  min-width: 26px;
  height: 20px;
}

/* line 9, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack .AvatarStack-body {
  position: absolute;
}

/* line 13, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack.AvatarStack--two {
  min-width: 36px;
}

/* line 17, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack.AvatarStack--three-plus {
  min-width: 46px;
}

/* line 22, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-canvas-default);
}

/* line 26, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: -11px;
  background-color: var(--color-canvas-default);
  border-right: 1px solid var(--color-canvas-default);
  border-radius: 4px;
  -webkit-transition: margin 0.1s ease-in-out;
  transition: margin 0.1s ease-in-out;
}

/* line 41, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:first-child {
  z-index: 3;
}

/* line 45, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:last-child {
  z-index: 1;
  border-right: 0;
}

/* line 51, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar img {
  border-radius: 4px;
}

/* line 58, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body .avatar:nth-child(n+4) {
  display: none;
  opacity: 0;
}

/* line 65, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar {
  margin-right: 3px;
}

/* line 71, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar:nth-child(n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

/* line 76, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack-body:hover .avatar-more {
  display: none !important;
}

/* line 82, node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more {
  z-index: 1;
  margin-right: 0;
  background: var(--color-canvas-subtle);
}

/* line 87, node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::before, .avatar.avatar-more::after {
  position: absolute;
  display: block;
  height: 20px;
  content: "";
  border-radius: 2px;
  outline: 1px solid var(--color-canvas-default);
}

/* line 98, node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::before {
  width: 17px;
  background: var(--color-avatar-stack-fade-more);
}

/* line 103, node_modules/@primer/css/avatars/avatar-stack.scss */
.avatar.avatar-more::after {
  width: 14px;
  background: var(--color-avatar-stack-fade);
}

/* line 112, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .AvatarStack-body {
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 116, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .AvatarStack-body:hover .avatar {
  margin-right: 0;
  margin-left: 3px;
}

/* line 123, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more {
  background: var(--color-avatar-stack-fade);
}

/* line 126, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more::before {
  width: 5px;
}

/* line 130, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar.avatar-more::after {
  width: 2px;
  background: var(--color-canvas-subtle);
}

/* line 136, node_modules/@primer/css/avatars/avatar-stack.scss */
.AvatarStack--right .avatar {
  margin-right: 0;
  margin-left: -11px;
  border-right: 0;
  border-left: 1px solid var(--color-canvas-default);
}

/* line 3, node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-canvas-default);
  border-radius: 50%;
  -webkit-box-shadow: var(--color-shadow-medium);
          box-shadow: var(--color-shadow-medium);
}

/* line 12, node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge-icon {
  max-width: 60% !important;
  height: auto !important;
  max-height: 55% !important;
}

/* line 19, node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--small {
  width: 56px;
  height: 56px;
}

/* line 25, node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--medium {
  width: 96px;
  height: 96px;
}

/* line 31, node_modules/@primer/css/avatars/circle-badge.scss */
.CircleBadge--large {
  width: 128px;
  height: 128px;
}

/* line 39, node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection {
  position: relative;
}

/* line 42, node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px dashed var(--color-border-default);
}

/* line 52, node_modules/@primer/css/avatars/circle-badge.scss */
.DashedConnection .CircleBadge {
  position: relative;
}

/* line 1, app/assets/stylesheets/components/assistant-modal.scss */
.assistant-modal-btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-top: 1px solid var(--color-border-primary);
  border-radius: 0;
}

/* line 10, app/assets/stylesheets/components/assistant-modal.scss */
.dropdown-menu.assistant-modal-dropdown-menu {
  width: 300px;
  padding-bottom: 0;
}

/* line 15, app/assets/stylesheets/components/assistant-modal.scss */
.loading::after {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  content: "...";
  -webkit-animation: ellipsis-dot 1s infinite 0.3s;
          animation: ellipsis-dot 1s infinite 0.3s;
}

@-webkit-keyframes ellipsis-dot {
  from {
    width: 2px;
  }
  to {
    width: 18px;
  }
}

@keyframes ellipsis-dot {
  from {
    width: 2px;
  }
  to {
    width: 18px;
  }
}

/* line 1, app/assets/stylesheets/components/assistant.scss */
div.assistant-bg {
  color: rgba(255, 255, 255, 0.65098);
  background-color: #5fb27b;
}

/* line 5, app/assets/stylesheets/components/assistant.scss */
div.assistant-bg .btn-large {
  border-radius: 6px;
}

/* line 10, app/assets/stylesheets/components/assistant.scss */
.releases-link {
  color: white;
}

/* line 14, app/assets/stylesheets/components/assistant.scss */
.releases-link:hover {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/components/assistant.scss */
.assistant-screenshot {
  max-width: 960px;
}

/* line 21, app/assets/stylesheets/components/assistant.scss */
.assistant-screenshot img {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* line 1, app/assets/stylesheets/components/autocomplete.scss */
.dd-autocomplete-suggestions {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container {
  top: 2px;
  z-index: 1000;
  display: block;
  width: 100%;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}

/* line 18, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul {
  list-style: none;
}

/* line 21, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul li {
  padding: 10px;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul li.highlighted {
  color: #fff;
  background-color: var(--color-scale-blue-5);
}

/* line 32, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .octicon {
  vertical-align: text-top;
}

/* line 36, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .octicon-lock {
  color: #e9dba5;
}

/* line 41, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .autocomplete-suggestions-list:empty {
  height: 72px;
  background: url(/assets/octocat-spinner-32-d871f5f7e9b4c6814e807ab202872664f2083fe0a2eda6411149aa7b23d2c6f3.gif) no-repeat center center;
}

/* line 48, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-empty {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* line 54, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-empty > strong {
  color: #bbb;
}

/* line 2, app/assets/stylesheets/components/blankslate.scss */
.blankslate {
  position: relative;
  padding: 32px;
  text-align: center;
  background-color: var(--color-bg-secondary);
  border: 1px solid var(--color-border-primary);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px rgba(var(--color-scale-black), 0.05);
          box-shadow: inset 0 0 10px rgba(var(--color-scale-black), 0.05);
}

/* line 10, app/assets/stylesheets/components/blankslate.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 40em) {
  /* line 14, app/assets/stylesheets/components/blankslate.scss */
  .blankslate.spacious {
    padding: 1rem 0;
  }
}

/* line 19, app/assets/stylesheets/components/blankslate.scss */
.blankslate code {
  padding: 2px 5px 3px;
  font-size: 14px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 3px;
}

/* line 28, app/assets/stylesheets/components/blankslate.scss */
.blankslate-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: var(--color-fg-muted);
}

/* line 35, app/assets/stylesheets/components/blankslate.scss */
.blankslate-capped {
  border-radius: 0 0 3px 3px;
}

/* line 39, app/assets/stylesheets/components/blankslate.scss */
.blankslate-spacious {
  padding: 80px 40px;
}

/* line 43, app/assets/stylesheets/components/blankslate.scss */
.blankslate-narrow {
  max-width: 485px;
  margin: 0 auto;
}

/* line 50, app/assets/stylesheets/components/blankslate.scss */
.blankslate-large h3 {
  margin: 16px 0;
  font-size: 20px;
}

/* line 55, app/assets/stylesheets/components/blankslate.scss */
.blankslate-large p {
  font-size: 16px;
}

/* line 61, app/assets/stylesheets/components/blankslate.scss */
.blankslate-clean-background {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group {
  position: relative;
  margin-top: 1rem;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group > h3 {
  display: block;
  padding: 9px 10px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

/* line 19, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group.dangerzone h3 {
  color: #fff;
  text-shadow: 0 -1px 0 #900;
  background-color: #df3e3e;
  border: 1px solid #a00;
}

/* line 26, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group.dangerzone .boxed-group-inner {
  border-top: 0;
}

/* line 32, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-action {
  position: relative;
  z-index: 2;
  float: right;
  margin: 6px 10px 0 0;
}

/* line 39, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner {
  padding: 1px 10px;
  font-size: 13px;
  color: #666;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 48, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner h4 {
  margin: 15px 0 -5px;
  font-size: 14px;
  color: #000;
}

/* line 53, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner h4 .lead {
  font-size: inherit;
}

/* line 58, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner > form {
  padding: 10px 0;
}

/* line 63, app/assets/stylesheets/components/boxed-group.scss */
.boxed-action {
  float: right;
  margin-left: 10px;
}

/* line 68, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list {
  margin: 0;
  list-style: none;
}

/* line 72, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list.standalone {
  margin-top: -1px;
}

/* line 75, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list.standalone > li:first-child {
  border-top: 0;
}

/* line 80, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list:first-child > li:first-child {
  border-top: 0;
}

/* line 84, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li {
  display: block;
  padding: 5px 10px;
  margin-right: -10px;
  margin-left: -10px;
  line-height: 23px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 92, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li:first-child {
  border-top: 1px solid #ddd;
}

/* line 96, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li:last-of-type {
  border-bottom: 0;
}

/* line 100, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li img {
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 3px;
}

/* line 2, app/assets/stylesheets/components/custom-dropdown.scss */
.dropdown-item-warning {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: var(--color-text-danger);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/components/custom-dropdown.scss */
.dropdown-item-warning:hover, .dropdown-item-warning.zeroclipboard-is-hover {
  color: var(--color-text-white);
  text-decoration: none;
  background-color: var(--color-bg-info-inverse);
}

/* line 16, app/assets/stylesheets/components/custom-dropdown.scss */
.dropdown-item-warning:hover > .octicon, .dropdown-item-warning.zeroclipboard-is-hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 22, app/assets/stylesheets/components/custom-dropdown.scss */
.dropdown-item-warning.btn-link {
  width: 100%;
  text-align: left;
}

/* line 32, app/assets/stylesheets/components/custom-dropdown.scss */
.dropdown-item:hover p.color-text-secondary, .dropdown-item.zeroclipboard-is-hover p.color-text-secondary {
  color: var(--color-text-white) !important;
}

/* line 1, app/assets/stylesheets/components/flash.scss */
.flash-application {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 7, app/assets/stylesheets/components/flash.scss */
.flash-form {
  width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

/* line 2, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon {
  float: left;
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon-repo {
  color: #bbb;
}

/* line 11, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon-lock {
  color: #e9dba5;
}

/* line 2, app/assets/stylesheets/components/forms.scss */
dl.form {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* line 7, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new label {
  color: #cb2431;
}

/* line 11, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 5px 8px;
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #86181d;
  background-color: #ffdce0;
  border-color: #cea0a5;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* line 27, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::after, dl.form.errored.primer-new .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}

/* line 40, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::after {
  border-width: 5px;
  border-bottom-color: #ffdce0;
}

/* line 45, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::before {
  margin-left: -1px;
  border-width: 6px;
  border-bottom-color: #cea0a5;
}

/* line 56, app/assets/stylesheets/components/forms.scss */
.form-actions {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #e3e3e3;
}

/* line 61, app/assets/stylesheets/components/forms.scss */
.form-actions .btn {
  float: right;
}

/* line 4, app/assets/stylesheets/components/loader-behavior.scss */
.animated-ellipsis-container {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 11, app/assets/stylesheets/components/loader-behavior.scss */
.animated-ellipsis-container > .animated-ellipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-animation: ellipsis 1s infinite;
          animation: ellipsis 1s infinite;
}

@-webkit-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

@keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

/* line 25, app/assets/stylesheets/components/loader-behavior.scss */
.large-loading-area {
  padding: 100px 0;
  text-align: center;
}

/* line 2, app/assets/stylesheets/components/loading-indicator.scss */
.loading-indicator::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  content: " ";
  background: rgba(255, 255, 255, 0.7) url(/assets/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif) no-repeat center center;
  background-size: 64px;
}

/* line 1, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day {
  color: #fff;
  background-color: var(--color-bg-info-inverse);
}

/* line 5, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day a {
  font-weight: bold;
  color: var(--color-text-link);
}

/* line 11, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day .container-lg p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/outline-box.scss */
.outline-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/components/outline-box.scss */
.outline-box:first-child {
  margin-top: 1rem;
}

/* line 11, app/assets/stylesheets/components/outline-box.scss */
.outline-box h3 {
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/components/outline-box.scss */
.outline-box .octicon-x {
  float: right;
  cursor: pointer;
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/components/outline-box.scss */
.outline-box .octicon-x:hover {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/components/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  display: inline-block;
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  color: var(--color-text-primary);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 24, app/assets/stylesheets/components/pagination.scss */
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  text-decoration: none;
  border-color: var(--color-border-primary);
  outline: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 32, app/assets/stylesheets/components/pagination.scss */
.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: var(--color-border-secondary);
  -webkit-transition: none;
  transition: none;
}

/* line 38, app/assets/stylesheets/components/pagination.scss */
.pagination .previous_page,
.pagination .next_page {
  color: var(--color-text-link);
}

/* line 43, app/assets/stylesheets/components/pagination.scss */
.pagination .current,
.pagination .current:hover,
.pagination [aria-current]:not([aria-current=false]) {
  color: var(--color-text-white);
  background-color: var(--color-bg-info-inverse);
  border-color: transparent;
}

/* line 51, app/assets/stylesheets/components/pagination.scss */
.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: var(--color-text-tertiary);
  cursor: default;
  border-color: transparent;
}

@supports ((-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%)) or (clip-path: polygon(50% 0, 100% 50%, 50% 100%))) {
  /* line 64, app/assets/stylesheets/components/pagination.scss */
  .pagination .previous_page::before,
.pagination .next_page::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }
  /* line 76, app/assets/stylesheets/components/pagination.scss */
  .pagination .previous_page::before {
    margin-right: 4px;
    -webkit-clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
            clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
  }
  /* line 82, app/assets/stylesheets/components/pagination.scss */
  .pagination .next_page::after {
    margin-left: 4px;
    -webkit-clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
            clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
  }
}

/* line 90, app/assets/stylesheets/components/pagination.scss */
.paginate-container {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* line 95, app/assets/stylesheets/components/pagination.scss */
.paginate-container .pagination {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/components/panel.scss */
.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 9, app/assets/stylesheets/components/panel.scss */
.panel-body {
  padding: 25px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.panel-body::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.panel-body::after {
  display: table;
  clear: both;
  content: "";
}

/* line 15, app/assets/stylesheets/components/panel.scss */
.panel-heading {
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 24, app/assets/stylesheets/components/panel.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17;
  color: inherit;
}

/* line 30, app/assets/stylesheets/components/panel.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 2, app/assets/stylesheets/components/peek.scss */
#peek {
  font-size: 12px;
}

/* line 6, app/assets/stylesheets/components/peek.scss */
#peek a:hover {
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/components/peek.scss */
#peek .octicon {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/components/peek.scss */
#peek p {
  display: inline-block;
  margin: 0;
}

/* line 19, app/assets/stylesheets/components/peek.scss */
#peek p strong {
  color: #ccc;
}

/* line 24, app/assets/stylesheets/components/peek.scss */
#peek.production {
  background-color: #222;
  background-image: none;
}

/* line 29, app/assets/stylesheets/components/peek.scss */
#peek.development {
  background-color: #4c1210;
  background-image: none;
}

/* line 34, app/assets/stylesheets/components/peek.scss */
#peek .bucket {
  padding: 3px 6px;
  margin-left: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 43em) {
  /* line 2, app/assets/stylesheets/components/peek.scss */
  #peek {
    display: none;
  }
}

/* line 49, app/assets/stylesheets/components/peek.scss */
.stafftools-rocket {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 54, app/assets/stylesheets/components/peek.scss */
.stafftools-rocket:hover {
  color: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown {
  position: relative;
}

/* line 6, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown.active .dropdown-menu-content {
  display: block;
  pointer-events: all;
}

/* line 14, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 28, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 8px;
  list-style: none;
  background-color: var(--color-bg-primary);
  background-clip: padding-box;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  -webkit-box-shadow: var(--color-shadow-medium);
          box-shadow: var(--color-shadow-medium);
}

/* line 44, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}

/* line 51, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::before {
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-primary);
}

/* line 56, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::after {
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-inverse);
}

/* line 62, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu > ul {
  list-style: none;
}

/* line 67, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 290px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 8px;
  list-style: none;
  background-color: var(--color-bg-primary);
  background-clip: padding-box;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  -webkit-box-shadow: var(--color-shadow-medium);
          box-shadow: var(--color-shadow-medium);
}

/* line 83, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course::before, .dropdown-menu-starter-course::after {
  position: absolute;
  display: inline-block;
  content: "";
}

/* line 90, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course::after {
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-inverse);
}

/* line 96, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course > ul {
  list-style: none;
}

/* line 101, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-no-overflow {
  width: auto;
}

/* line 104, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-no-overflow .dropdown-item {
  padding: 4px 16px;
  overflow: visible;
  text-overflow: inherit;
}

/* line 112, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: var(--color-text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover {
  color: var(--color-text-white);
  text-decoration: none;
  background-color: var(--color-bg-info-inverse);
}

/* line 126, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item:hover > .octicon, .dropdown-item.zeroclipboard-is-hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 132, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item.btn-link {
  width: 100%;
  text-align: left;
}

/* line 138, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow {
  display: block;
  padding: 4px 8px 4px 16px;
  color: var(--color-text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow:hover, .dropdown-item-no-overflow.zeroclipboard-is-hover {
  color: var(--color-text-white);
  text-decoration: none;
  background-color: var(--color-bg-info-inverse);
}

/* line 151, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow:hover > .octicon, .dropdown-item-no-overflow.zeroclipboard-is-hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 157, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow.btn-link {
  width: 100%;
  text-align: left;
}

/* line 163, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-signout {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}

/* line 170, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 4px 1px;
  background-color: var(--color-scale-gray-2);
}

/* line 176, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-header {
  padding: 4px 8px 4px 16px;
  font-size: 12px;
  color: var(--color-text-secondary);
}

/* line 182, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-content {
  display: none;
}

/* line 186, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-content.anim-scale-in {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

/* line 198, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w {
  top: 0;
  right: 100%;
  left: auto;
  width: auto;
  margin-top: 0;
  margin-right: 9px;
}

/* line 206, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::before, .dropdown-menu-w::after {
  top: 8px;
  left: auto;
  border-color: transparent;
}

/* line 213, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::before {
  right: -17px;
  border-left-color: var(--color-border-primary);
}

/* line 218, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::after {
  right: -16px;
  border-left-color: var(--color-border-inverse);
}

/* line 224, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e {
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 9px;
}

/* line 231, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::before, .dropdown-menu-e::after {
  top: 8px;
  border-color: transparent;
}

/* line 237, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::before {
  left: -17px;
  border-right-color: var(--color-border-primary);
}

/* line 242, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::after {
  left: -16px;
  border-right-color: var(--color-border-inverse);
}

/* line 248, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
}

/* line 254, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::before, .dropdown-menu-ne::after {
  top: auto;
  right: auto;
  left: 8px;
  border-color: transparent;
}

/* line 262, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::before {
  bottom: -16px;
  border-top-color: var(--color-border-primary);
}

/* line 267, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::after {
  bottom: -15px;
  border-top-color: var(--color-border-inverse);
}

/* line 277, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::before,
.dropdown-menu-se::before,
.dropdown-menu-sw::before {
  top: -16px;
}

/* line 281, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::after,
.dropdown-menu-se::after,
.dropdown-menu-sw::after {
  top: -15px;
}

/* line 286, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 291, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::before, .dropdown-menu-s::after {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 298, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-sw {
  right: 0;
  left: auto;
}

/* line 302, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-sw::before, .dropdown-menu-sw::after {
  right: 8px;
  left: auto;
}

/* line 310, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-se::before, .dropdown-menu-se::after {
  left: 8px;
}

/* line 1, app/assets/stylesheets/components/primer-input-group.scss */
.input-group {
  display: table;
}

/* line 4, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control {
  position: relative;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:focus {
  z-index: 2;
}

/* line 12, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control + .btn {
  margin-left: 0;
}

/* line 18, app/assets/stylesheets/components/primer-input-group.scss */
.input-group.inline {
  display: inline-table;
}

/* line 23, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control,
.input-group-button {
  display: table-cell;
}

/* line 28, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button {
  width: 1%;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button:first-child .btn {
  margin-right: -1px;
}

/* line 43, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 49, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button:last-child .btn {
  margin-left: -1px;
}

/* line 10, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 544px) {
  /* line 10, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
}

/* line 36, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: var(--color-bg-secondary);
}

@media (min-width: 544px) {
  /* line 36, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu::before {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-modal {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 66%;
  margin: auto 0;
  overflow: hidden;
  pointer-events: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-bg-tertiary);
  border-radius: 12px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
          animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}

@-webkit-keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@media (min-width: 544px) {
  /* line 55, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-modal {
    width: 300px;
    height: auto;
    max-height: 350px;
    margin: 4px 0 16px 0;
    font-size: 12px;
    border: 1px solid var(--color-border-tertiary);
    border-radius: 6px;
    -webkit-box-shadow: var(--color-shadow-medium);
            box-shadow: var(--color-shadow-medium);
    -webkit-animation-name: SelectMenu-modal-animation--sm;
            animation-name: SelectMenu-modal-animation--sm;
  }
}

/* line 100, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
}

@media (min-width: 544px) {
  /* line 100, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 111, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 544px) {
  /* line 111, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-title {
    font-size: inherit;
  }
}

/* line 121, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-closeButton {
  padding: 16px;
  margin: -16px;
  color: var(--color-text-tertiary);
  background-color: transparent;
  border: 0;
}

@media (min-width: 544px) {
  /* line 121, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-closeButton {
    display: none;
  }
}

/* line 137, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-filter {
  padding: 16px;
  margin: 0;
  border-top: 1px solid var(--color-border-primary);
}

@media (min-width: 544px) {
  /* line 137, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-filter {
    padding: 8px;
  }
}

/* line 147, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-input {
  display: block;
  width: 100%;
}

@media (min-width: 544px) {
  /* line 147, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-input {
    font-size: 14px;
  }
}

/* line 160, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-list {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color-bg-primary);
  -webkit-overflow-scrolling: touch;
}

/* line 175, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  color: var(--color-text-secondary);
  text-align: left;
  cursor: pointer;
  background-color: var(--color-bg-primary);
  border: 0;
}

/* line 187, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item + .SelectMenu-item {
  border-top: 1px solid var(--color-border-secondary);
}

@media (min-width: 544px) {
  /* line 175, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 202, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-icon {
  width: 16px;
  margin-right: 8px;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  transition: visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 214, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -1px;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--color-border-primary);
  -webkit-overflow-scrolling: touch;
}

/* line 224, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tabs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 544px) {
  /* line 214, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tabs {
    padding: 0 8px;
    border-top: 0;
  }
}

/* line 234, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-tertiary);
  text-align: center;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: inset 0 -1px 0 var(--color-border-primary);
          box-shadow: inset 0 -1px 0 var(--color-border-primary);
}

@media (min-width: 544px) {
  /* line 234, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

/* line 254, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab[aria-selected="true"] {
  z-index: 1;
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  -webkit-box-shadow: 0 0 0 1px var(--color-border-primary);
          box-shadow: 0 0 0 1px var(--color-border-primary);
}

@media (min-width: 544px) {
  /* line 254, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab[aria-selected="true"] {
    border-color: var(--color-border-primary);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 271, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-message,
.SelectMenu-blankslate,
.SelectMenu-loading {
  padding: 24px 16px;
  text-align: center;
  background-color: var(--color-bg-primary);
}

/* line 283, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider {
  padding: 4px 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-tertiary);
  background-color: var(--color-bg-tertiary);
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
}

/* line 293, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider:first-child {
  border-top: 0;
}

/* line 297, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider:last-child {
  border-bottom: 0;
}

/* line 306, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-footer {
  padding: 8px 16px;
  font-size: 12px;
  color: var(--color-text-tertiary);
  text-align: center;
  border-top: 1px solid var(--color-border-primary);
}

@media (min-width: 544px) {
  /* line 306, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-footer {
    padding: 4px 8px;
  }
}

/* line 323, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-modal {
  height: 80%;
  max-height: none;
  margin-top: 0;
}

@media (min-width: 544px) {
  /* line 323, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu--hasFilter .SelectMenu-modal {
    height: auto;
    max-height: 350px;
    margin-top: 4px;
  }
}

/* line 336, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-item:last-child {
  -webkit-box-shadow: 0 1px 0 var(--color-border-secondary);
          box-shadow: 0 1px 0 var(--color-border-secondary);
}

/* line 346, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
  outline: none;
}

/* line 352, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item:hover {
  text-decoration: none;
}

/* line 360, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item[aria-checked="true"] {
  font-weight: 500;
  color: var(--color-text-primary);
}

/* line 364, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item[aria-checked="true"] .SelectMenu-icon {
  visibility: visible;
  -webkit-transition: visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition: visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (hover: hover) {
  /* line 376, app/assets/stylesheets/components/primer-select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-item:focus,
.SelectMenu-item:hover {
    color: var(--color-text-white);
    background-color: var(--color-bg-info-inverse);
  }
  /* line 382, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item:active {
    color: var(--color-text-white);
    background-color: var(--color-scale-blue-4);
  }
  /* line 387, app/assets/stylesheets/components/primer-select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-tab:focus {
    background-color: var(--color-scale-blue-1);
  }
  /* line 391, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab:not([aria-checked="true"]):hover {
    color: var(--color-text-primary);
    background-color: var(--color-border-primary);
  }
  /* line 396, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab:not([aria-checked="true"]):active {
    color: var(--color-text-primary);
    background-color: var(--color-bg-tertiary);
  }
}

@media (hover: none) {
  /* line 408, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item:focus,
.SelectMenu-item:active {
    background-color: var(--color-bg-secondary);
  }
  /* line 416, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item {
    -webkit-tap-highlight-color: rgba(var(--color-border-tertiary), 0.5);
  }
}

/* line 2, app/assets/stylesheets/components/progress-bar.scss */
html.turbolinks-progress-bar::before {
  height: 2px !important;
  background-color: #77b6ff !important;
  -webkit-box-shadow: 0 0 10px rgba(119, 182, 255, 0.7) !important;
          box-shadow: 0 0 10px rgba(119, 182, 255, 0.7) !important;
}

/* line 10, app/assets/stylesheets/components/progress-bar.scss */
.progress-bar {
  display: block;
  height: 5px;
  overflow: hidden;
  background-color: var(--color-border-secondary);
  border-radius: 3px;
}

/* line 17, app/assets/stylesheets/components/progress-bar.scss */
.progress-bar .progress {
  display: block;
  height: 100%;
  background-color: #2cbe4e;
}

/* line 1, app/assets/stylesheets/components/protip.scss */
.protip {
  margin-top: 2rem;
  text-align: center;
}

/* line 5, app/assets/stylesheets/components/protip.scss */
.protip .octicon {
  color: var(--color-scale-gray-6);
}

/* line 1, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 4, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening, :not(.home) .remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 9, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
          animation: remodal-overlay-opening-keyframes 0.3s;
}

/* line 13, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
          animation: remodal-overlay-closing-keyframes 0.3s;
}

/* line 19, app/assets/stylesheets/components/remodal.scss */
.home .remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.5s;
          animation: remodal-overlay-opening-keyframes 0.5s;
}

/* line 23, app/assets/stylesheets/components/remodal.scss */
.home .remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.5s;
          animation: remodal-overlay-closing-keyframes 0.5s;
}

/* line 28, app/assets/stylesheets/components/remodal.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* line 32, app/assets/stylesheets/components/remodal.scss */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 37, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 42, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
          animation: remodal-opening-keyframes 0.3s;
}

/* line 46, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
          animation: remodal-closing-keyframes 0.3s;
}

/* line 51, app/assets/stylesheets/components/remodal.scss */
.video {
  width: 80%;
  max-width: 960px;
  height: auto;
}

/* line 56, app/assets/stylesheets/components/remodal.scss */
.video.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.5s;
          animation: remodal-opening-keyframes 0.5s;
}

/* line 60, app/assets/stylesheets/components/remodal.scss */
.video.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.5s;
          animation: remodal-closing-keyframes 0.5s;
}

/* line 64, app/assets/stylesheets/components/remodal.scss */
.video .remodal-close {
  right: 12px;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 40em) {
  /* line 64, app/assets/stylesheets/components/remodal.scss */
  .video .remodal-close {
    top: 2px;
    right: 8px;
  }
}

/* line 75, app/assets/stylesheets/components/remodal.scss */
.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/components/remodal.scss */
.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 40em) {
  /* line 51, app/assets/stylesheets/components/remodal.scss */
  .video {
    width: 95%;
  }
}

/* line 97, app/assets/stylesheets/components/remodal.scss */
.remodal:not(.video) {
  width: 455px;
  padding: 15px;
  margin-bottom: 25em;
  color: inherit;
  background: #fff;
  border-radius: 5px;
}

/* line 105, app/assets/stylesheets/components/remodal.scss */
.remodal:not(.video) .form {
  margin-bottom: 0.8rem;
}

/* line 110, app/assets/stylesheets/components/remodal.scss */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle;
}

/* line 115, app/assets/stylesheets/components/remodal.scss */
.remodal-close {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  padding: 10px;
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.25;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/*
  copy of .remodal-close because there's a js function that listens
  for .remodal-close and interferring with an ajax call in .js-use-starter-assignment
*/
/* line 136, app/assets/stylesheets/components/remodal.scss */
.close-remodal {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  padding: 10px;
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.25;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 153, app/assets/stylesheets/components/remodal.scss */
.remodal-header {
  padding: 15.5px;
  margin: -15px -15px 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}

/* line 161, app/assets/stylesheets/components/remodal.scss */
.remodal-description {
  height: 5rem;
}

/* line 165, app/assets/stylesheets/components/remodal.scss */
.remodal-warning {
  padding: 10px 15px;
  margin: -16px -15px 15px;
  color: #796620;
  background-color: #f8eec7;
  border-color: #f2e09a;
  border-style: solid;
  border-width: 1px 0;
}

/* line 175, app/assets/stylesheets/components/remodal.scss */
.remodal-close:hover,
.remodal-close:focus {
  opacity: 1;
}

/* line 180, app/assets/stylesheets/components/remodal.scss */
.remodal-close::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 193, app/assets/stylesheets/components/remodal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 244, app/assets/stylesheets/components/remodal.scss */
.lt-ie9 .remodal-overlay {
  background: #999;
}

/* line 248, app/assets/stylesheets/components/remodal.scss */
.lt-ie9 .remodal {
  width: 455px;
}

/* line 1, app/assets/stylesheets/components/select_menu.scss */
.select-menu {
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/components/select_menu.scss */
.select-menu .select-menu-modal-holder.active {
  display: block;
}

/* line 9, app/assets/stylesheets/components/select_menu.scss */
.select-menu-button {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/components/select_menu.scss */
.select-menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 25, app/assets/stylesheets/components/select_menu.scss */
.select-menu-modal-holder {
  position: absolute;
  z-index: 30;
  display: none;
}

/* line 31, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item {
  display: block;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid #eaecef;
}

/* line 42, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item .selected .octicon-check {
  color: inherit;
  visibility: visible;
}

/* line 48, app/assets/stylesheets/components/select_menu.scss */
.select-menu-modal {
  position: relative;
  width: 300px;
  margin: 4px auto 20px;
  overflow: hidden;
  font-size: 12px;
  color: #586069;
  background-color: #fff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
          box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
}

/* line 61, app/assets/stylesheets/components/select_menu.scss */
.select-menu-header,
.select-menu-divider {
  padding: 8px 10px;
  line-height: 16px;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
}

/* line 69, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item-icon {
  float: left;
  margin-left: -20px;
}

/* line 74, app/assets/stylesheets/components/select_menu.scss */
.select-menu-header .select-menu-close-button {
  display: block;
  float: right;
  color: #c6cbd1;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/components/select_menu.scss */
.select-menu-title {
  font-weight: 600;
  color: #24292e;
}

/* line 86, app/assets/stylesheets/components/select_menu.scss */
.select-menu-close-button:hover {
  color: #444d56;
}

/* line 90, app/assets/stylesheets/components/select_menu.scss */
.select-menu-list .select-menu-item:hover {
  color: #fff;
  background: #0366db;
}

/* line 94, app/assets/stylesheets/components/select_menu.scss */
.select-menu-list .select-menu-item:hover .octicon {
  color: #fff;
}

/* line 1, app/assets/stylesheets/components/staff-badge.scss */
.staff-badge {
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #4078c0;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/components/type.scss */
.page-header {
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, app/assets/stylesheets/layout.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/layout.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 9, app/assets/stylesheets/layout.scss */
body.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 15, app/assets/stylesheets/layout.scss */
body.index {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
  background: linear-gradient(#fff, #fafafa);
}

/* line 20, app/assets/stylesheets/layout.scss */
body.home-main main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 26, app/assets/stylesheets/layout.scss */
body.pages-main main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 40px;
}

/* line 33, app/assets/stylesheets/layout.scss */
body.application-main main {
  min-height: 86vh;
}

/* line 40, app/assets/stylesheets/layout.scss */
a:hover {
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/layout.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 52, app/assets/stylesheets/layout.scss */
a.submission-icon-container,
span.submission-icon-container {
  text-decoration: none;
  margin-right: 8px;
}

/* line 55, app/assets/stylesheets/layout.scss */
a.submission-icon-container .success,
span.submission-icon-container .success {
  fill: #28a745;
}

/* line 59, app/assets/stylesheets/layout.scss */
a.submission-icon-container .failed,
span.submission-icon-container .failed {
  fill: #d73a49;
}

/* line 63, app/assets/stylesheets/layout.scss */
a.submission-icon-container .neutral,
span.submission-icon-container .neutral {
  fill: #6a737d;
}

/* line 69, app/assets/stylesheets/layout.scss */
.SelectMenu-modal {
  width: 400px;
}

/* line 73, app/assets/stylesheets/layout.scss */
.submission-icon-container {
  text-decoration: none;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/layout.scss */
.submission-icon-container .success {
  fill: var(--color-scale-green-6);
}

/* line 81, app/assets/stylesheets/layout.scss */
.submission-icon-container .failed {
  fill: var(--color-scale-red-6);
}

/* line 86, app/assets/stylesheets/layout.scss */
.octicon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* line 92, app/assets/stylesheets/layout.scss */
.site-header {
  color: #ccc;
  background-color: var(--color-scale-gray-9);
  padding-top: 16px;
  padding-bottom: 11px;
}

/* line 98, app/assets/stylesheets/layout.scss */
.site-header .user-avatar {
  margin-top: -3px;
}

/* line 103, app/assets/stylesheets/layout.scss */
.avatar-user {
  border-radius: 50% !important;
}

/* line 106, app/assets/stylesheets/layout.scss */
.avatar {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  border-radius: 6px;
}

/* line 114, app/assets/stylesheets/layout.scss */
.site-logo {
  width: 188px;
  height: 20px;
}

/* line 120, app/assets/stylesheets/layout.scss */
.site-nav a:not(.dropdown-item) {
  color: rgba(255, 255, 255, 0.5);
}

/* line 124, app/assets/stylesheets/layout.scss */
.site-nav a:hover:not(.dropdown-item) {
  color: white;
}

/* line 129, app/assets/stylesheets/layout.scss */
.organization-name {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: normal;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 135, app/assets/stylesheets/layout.scss */
.organization-name a {
  color: inherit;
}

@media screen and (max-width: 40em) {
  /* line 129, app/assets/stylesheets/layout.scss */
  .organization-name {
    font-size: 1.5rem;
  }
}

/* line 144, app/assets/stylesheets/layout.scss */
.organization-login {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 1rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}

/* line 151, app/assets/stylesheets/layout.scss */
.organization-login a {
  color: inherit;
}

/* line 156, app/assets/stylesheets/layout.scss */
.organization-banner {
  border-bottom: 1px solid var(--color-border-primary);
}

/* line 160, app/assets/stylesheets/layout.scss */
.organization-nav {
  border-bottom: none;
}

/* line 163, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav {
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* line 168, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav-tab {
  color: var(--color-scale-gray-5);
}

/* line 171, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav-tab.selected {
  color: var(--color-scale-gray-8);
  border-top: 3px solid var(--color-scale-orange-6);
  background-color: var(--color-bg-primary);
}

/* line 178, app/assets/stylesheets/layout.scss */
.circled-check {
  margin: 0;
  top: 1px;
  background-color: var(--color-border-primary);
  border-radius: 50%;
  padding: 2px;
  height: 16px;
  width: 16px;
  text-align: center;
  font-size: 80%;
}

/* line 190, app/assets/stylesheets/layout.scss */
.numbered-list {
  list-style: none;
  counter-reset: circled-counter;
}

/* line 193, app/assets/stylesheets/layout.scss */
.numbered-list li {
  counter-increment: circled-counter;
  position: relative;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 24px;
}

/* line 199, app/assets/stylesheets/layout.scss */
.numbered-list li::before {
  content: counter(circled-counter);
  position: absolute;
  margin-right: -24px;
  top: 1px;
  background-color: var(--color-border-primary);
  right: 100%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 40px;
  margin-top: -8px;
}

/* line 218, app/assets/stylesheets/layout.scss */
.site-content,
.menu {
  margin-top: 1rem;
}

/* line 223, app/assets/stylesheets/layout.scss */
.site-content-cap {
  padding: 1.5rem 2rem;
  background-color: #fbfbfb;
  border: solid 1px #e3e3e3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media screen and (max-width: 40em) {
  /* line 223, app/assets/stylesheets/layout.scss */
  .site-content-cap {
    padding: 1.5rem 1rem;
  }
}

/* line 235, app/assets/stylesheets/layout.scss */
.site-content-body {
  padding: 2rem;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 243, app/assets/stylesheets/layout.scss */
.site-content-body.tabnav-body {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 43em) {
  /* line 235, app/assets/stylesheets/layout.scss */
  .site-content-body {
    padding: 1rem;
  }
}

/* line 254, app/assets/stylesheets/layout.scss */
.site-content-heading {
  padding-top: 0.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  color: #5d666f;
}

/* line 263, app/assets/stylesheets/layout.scss */
.new-assignment-grey {
  color: #eaecef;
}

@media screen and (min-width: 768px) {
  /* line 267, app/assets/stylesheets/layout.scss */
  .new-assignment-max-field {
    max-width: 264px !important;
    min-width: 264px !important;
  }
}

/* line 274, app/assets/stylesheets/layout.scss */
.assignment-option-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}

/* line 280, app/assets/stylesheets/layout.scss */
.assignment-option-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #777;
}

/* line 286, app/assets/stylesheets/layout.scss */
.assignment-icon,
.group-assignment-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 0.7rem;
  text-align: center;
  border-radius: 50%;
}

/* line 295, app/assets/stylesheets/layout.scss */
.assignment-icon .octicon,
.group-assignment-icon .octicon {
  height: 45px;
  font-size: 22px;
  line-height: 45px;
}

/* line 302, app/assets/stylesheets/layout.scss */
.assignment-icon-submission {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 0.7rem;
  text-align: center;
}

/* line 309, app/assets/stylesheets/layout.scss */
.assignment-icon-submission .octicon {
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  margin-top: 4px;
}

/* line 317, app/assets/stylesheets/layout.scss */
.assignment-icon-small {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 0.7rem;
  text-align: center;
  line-height: 36px;
}

/* line 326, app/assets/stylesheets/layout.scss */
.assignment-icon-individual {
  color: #555;
  background-color: rgba(216, 216, 216, 0.3);
}

/* line 331, app/assets/stylesheets/layout.scss */
.assignment-icon-group {
  color: #f3f3f3;
  background-color: #555;
}

/* line 336, app/assets/stylesheets/layout.scss */
.invite-tooltip {
  width: 350px;
}

/* line 341, app/assets/stylesheets/layout.scss */
.table-minimal td {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 346, app/assets/stylesheets/layout.scss */
.table-minimal td:first-child {
  padding-left: 0;
}

/* line 351, app/assets/stylesheets/layout.scss */
hr {
  border-bottom: 1px solid #e3e3e3;
}

/* line 355, app/assets/stylesheets/layout.scss */
.dangerzone-container {
  padding-bottom: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

@media screen and (max-width: 40em) {
  /* line 361, app/assets/stylesheets/layout.scss */
  .invitation-content {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 369, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-scale-gray-9);
}

/* line 375, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url a {
  color: var(--color-text-primary);
}

/* line 377, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url a:hover {
  color: var(--color-text-link);
}

/* line 383, app/assets/stylesheets/layout.scss */
.user-list {
  margin-top: 2px;
}

/* line 389, app/assets/stylesheets/layout.scss */
.assignment-test-modal .select-menu .btn {
  margin-left: 0 !important;
  margin-top: 0;
}

/* line 395, app/assets/stylesheets/layout.scss */
.assignment-test-modal .example-text {
  font-size: 14px;
}

/* line 400, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type .input_output,
.assignment-test-modal .test-type .run_command,
.assignment-test-modal .test-type .java,
.assignment-test-modal .test-type .node,
.assignment-test-modal .test-type .python,
.assignment-test-modal .test-type .cpp,
.assignment-test-modal .test-type .c {
  display: none;
  margin-right: 25px;
}

/* line 410, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type .input_output a,
.assignment-test-modal .test-type .run_command a,
.assignment-test-modal .test-type .java a,
.assignment-test-modal .test-type .node a,
.assignment-test-modal .test-type .python a,
.assignment-test-modal .test-type .cpp a,
.assignment-test-modal .test-type .c a {
  line-height: 25px;
  font-size: 14px;
  float: right;
}

/* line 418, app/assets/stylesheets/layout.scss */
.assignment-test-modal textarea.form-control {
  height: 50px;
  min-height: 50px;
}

/* line 424, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.input_output .input_output {
  display: inherit;
}

/* line 428, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.run_command .run_command {
  display: inherit;
}

/* line 432, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.java .java {
  display: inherit;
}

/* line 436, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.node .node {
  display: inherit;
}

/* line 440, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.python .python {
  display: inherit;
}

/* line 444, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.cpp .cpp {
  display: inherit;
}

/* line 448, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.c .c {
  display: inherit;
}

/* line 453, app/assets/stylesheets/layout.scss */
.assignment-test-list:empty {
  padding: 20px;
  text-align: center;
}

/* line 457, app/assets/stylesheets/layout.scss */
.assignment-test-list:empty:before {
  content: "No tests yet";
}

/* line 463, app/assets/stylesheets/layout.scss */
.assignment-test-list-item {
  padding: 10px;
}

/* line 465, app/assets/stylesheets/layout.scss */
.assignment-test-list-item.has-errors {
  color: var(--color-scale-red-6);
}

/* line 471, app/assets/stylesheets/layout.scss */
.new-assignment-test-list-item.has-errors {
  color: var(--color-scale-red-6);
}

/* line 477, app/assets/stylesheets/layout.scss */
.assignment-repo-list .assignment-repo-list-item:not(:first-child) {
  border-top: 1px solid #e3e3e3;
}

/* line 482, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
}

/* line 487, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item:last-child {
  padding-bottom: 0;
}

/* line 491, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .octicon-alert {
  display: none;
}

/* line 496, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.disabled a {
  color: var(--color-scale-gray-6);
}

/* line 500, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.disabled .avatar {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 505, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error {
  background-color: rgba(var(--color-scale-red-6), 0.9);
  border-radius: 3px;
}

/* line 510, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error.assignment-repo-list-item .octicon-alert {
  display: unset;
  fill: #fff;
}

/* line 515, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error.assignment-repo-list-item .spinner {
  display: none;
}

/* line 521, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .not-accepted {
  opacity: 0.5;
}

/* line 525, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .css-truncate-target {
  max-width: 20rem;
}

@media screen and (max-width: 40em) {
  /* line 525, app/assets/stylesheets/layout.scss */
  .assignment-repo-list-item .css-truncate-target {
    max-width: 10rem;
  }
}

/* line 533, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .team-name {
  display: block;
  color: var(--color-scale-gray-9);
}

/* line 537, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .team-name:hover {
  color: var(--color-scale-blue-5);
}

/* line 542, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item ul {
  list-style-type: none;
}

/* line 545, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item ul li {
  display: inline-block;
}

@media screen and (max-width: 40em) {
  /* line 545, app/assets/stylesheets/layout.scss */
  .assignment-repo-list-item ul li {
    margin-left: 0;
  }
}

/* line 555, app/assets/stylesheets/layout.scss */
.avatar-large {
  margin-right: 10px;
}

/* line 559, app/assets/stylesheets/layout.scss */
.assignment-repo-button {
  margin-left: 80px;
}

@media screen and (max-width: 40em) {
  /* line 559, app/assets/stylesheets/layout.scss */
  .assignment-repo-button {
    margin-left: 15px;
  }
}

/* line 567, app/assets/stylesheets/layout.scss */
.dropdown-wide {
  width: 200px;
}

/* line 571, app/assets/stylesheets/layout.scss */
main.color-bg-secondary,
.help main {
  padding-bottom: 40px;
}

/* line 574, app/assets/stylesheets/layout.scss */
main.color-bg-secondary + footer,
.help main + footer {
  border-top: 1px solid var(--color-border-primary);
}

/* line 579, app/assets/stylesheets/layout.scss */
footer {
  background-color: var(--color-bg-primary);
}

/* line 581, app/assets/stylesheets/layout.scss */
footer .octicon-heart {
  color: var(--color-scale-red-5);
}

@media screen and (max-width: 544px) {
  /* line 584, app/assets/stylesheets/layout.scss */
  footer section {
    min-width: 300px;
  }
}

/* line 588, app/assets/stylesheets/layout.scss */
footer section h4 {
  padding-right: 16px;
  width: calc(100% - $spacer-5);
}

/* line 592, app/assets/stylesheets/layout.scss */
footer section a {
  color: var(--color-scale-blue-6);
}

/* line 594, app/assets/stylesheets/layout.scss */
footer section a:hover {
  color: var(--color-scale-blue-4);
}

/* line 599, app/assets/stylesheets/layout.scss */
footer section ul li {
  padding-right: 24px;
  line-height: 1.5;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 609, app/assets/stylesheets/layout.scss */
.footer-octicon {
  color: #8a939c;
}

/* line 613, app/assets/stylesheets/layout.scss */
.footer-octicon:hover {
  color: var(--color-scale-gray-3);
}

/* line 621, app/assets/stylesheets/layout.scss */
.pages.home .site-footer {
  background-color: var(--color-bg-secondary);
}

/* line 627, app/assets/stylesheets/layout.scss */
.pages.assistant .site-footer {
  background-color: #fff;
}

@media screen and (max-width: 40em) {
  /* line 633, app/assets/stylesheets/layout.scss */
  .desktop-invitation-content,
.settings,
.student-information,
.clipboard-form,
.classroom-user-name {
    display: none;
  }
}

/* line 643, app/assets/stylesheets/layout.scss */
.desktop-invitation-content {
  width: 50%;
  margin: 0 auto;
}

/* line 648, app/assets/stylesheets/layout.scss */
.mobile-invitation-content {
  display: none;
}

@media screen and (max-width: 40em) {
  /* line 648, app/assets/stylesheets/layout.scss */
  .mobile-invitation-content {
    display: block;
  }
}

/* line 657, app/assets/stylesheets/layout.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 40em) {
  /* line 661, app/assets/stylesheets/layout.scss */
  .blankslate.spacious {
    padding: 1rem 0;
  }
}

/* line 669, app/assets/stylesheets/layout.scss */
.override-blankslate-img img {
  width: 100% !important;
  height: 100% !important;
}

/* line 675, app/assets/stylesheets/layout.scss */
.group-assignment-avatar-grid {
  width: 56px;
  height: 56px;
}

/* line 680, app/assets/stylesheets/layout.scss */
.group-assignment-avatar {
  width: 25px !important;
  height: 25px !important;
  border-radius: 3px;
}

/* line 686, app/assets/stylesheets/layout.scss */
.more-team-members {
  background-color: #f6f8fa;
  border-color: #e1e4e8;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  font-size: 9px;
}

/* line 693, app/assets/stylesheets/layout.scss */
.more-team-members a {
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
}

/* line 703, app/assets/stylesheets/layout.scss */
.page-header {
  margin: 100px 0px;
}

/* line 708, app/assets/stylesheets/layout.scss */
.landing-page .page-heading {
  line-height: 58px !important;
  font-size: 48px !important;
  font-weight: 500 !important;
}

/* line 714, app/assets/stylesheets/layout.scss */
.landing-page .page-subheading {
  font-size: 16px !important;
}

/* line 718, app/assets/stylesheets/layout.scss */
.landing-page .section-heading {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 500 !important;
}

/* line 724, app/assets/stylesheets/layout.scss */
.landing-page .blue-btn {
  color: white;
  background-color: var(--color-scale-blue-4);
  padding: 16px 18px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 734, app/assets/stylesheets/layout.scss */
.landing-page .blue-btn:hover {
  background-color: var(--color-bg-info-inverse);
}

/* line 739, app/assets/stylesheets/layout.scss */
.landing-page .white-btn {
  color: var(--color-scale-blue-4);
  background-color: var(--color-bg-secondary);
  padding: 16px 18px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid thin var(--color-scale-blue-3);
}

/* line 750, app/assets/stylesheets/layout.scss */
.landing-page .white-btn:hover {
  background-color: var(--color-bg-info-inverse);
  color: var(--color-bg-secondary);
}

/* line 757, app/assets/stylesheets/layout.scss */
.landing-page .autograding-image-container img {
  max-width: 600px;
  height: auto;
  margin-right: -150px;
}

@media screen and (max-width: 1012px) {
  /* line 757, app/assets/stylesheets/layout.scss */
  .landing-page .autograding-image-container img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 770, app/assets/stylesheets/layout.scss */
.landing-page .feedback-image-container img {
  max-width: 650px;
  height: auto;
  margin-left: -100px;
}

@media screen and (max-width: 1012px) {
  /* line 770, app/assets/stylesheets/layout.scss */
  .landing-page .feedback-image-container img {
    max-width: 100%;
    margin-left: 0;
  }
}

/* line 783, app/assets/stylesheets/layout.scss */
.landing-page .insight-image-container img {
  max-width: 650px;
  height: auto;
  margin-right: -130px;
}

@media screen and (max-width: 1012px) {
  /* line 783, app/assets/stylesheets/layout.scss */
  .landing-page .insight-image-container img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 795, app/assets/stylesheets/layout.scss */
.signin-section {
  padding: 6.154em 20px 4.103em;
  margin-bottom: 1.5em;
  color: #fff;
  background-color: #5fb27b;
}

/* line 801, app/assets/stylesheets/layout.scss */
.signin-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 807, app/assets/stylesheets/layout.scss */
.signin-section .heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: normal;
}

@media screen and (max-width: 40em) {
  /* line 807, app/assets/stylesheets/layout.scss */
  .signin-section .heading {
    font-size: 8vw;
  }
}

/* line 818, app/assets/stylesheets/layout.scss */
.signin-section .subheading {
  margin-top: 0.5em;
  font-size: 21px;
}

@media screen and (max-width: 32em) {
  /* line 818, app/assets/stylesheets/layout.scss */
  .signin-section .subheading {
    margin-bottom: 2em;
    font-size: 4vw;
  }
}

/* line 828, app/assets/stylesheets/layout.scss */
.signin-section a {
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/layout.scss */
.signin-section a.open-video {
  padding: 7.5px 15px;
  margin-bottom: 35px;
  font-size: 0.9rem;
  color: #5fb27b;
  cursor: pointer;
  background-color: #f4f5f5;
  border-radius: 50px;
}

/* line 843, app/assets/stylesheets/layout.scss */
.signin-section a.open-video img {
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 849, app/assets/stylesheets/layout.scss */
.signin-section a.open-video:hover {
  color: #5fb27b;
  background-color: #e7e9e9;
}

/* line 854, app/assets/stylesheets/layout.scss */
.signin-section a.open-video:active, .signin-section a.open-video.selected {
  background-color: #d3d0d0;
}

/* line 859, app/assets/stylesheets/layout.scss */
.signin-section a.open-video.selected:hover {
  background-color: #c6c3c3;
}

@media screen and (max-width: 40em) {
  /* line 834, app/assets/stylesheets/layout.scss */
  .signin-section a.open-video {
    margin-bottom: 20px;
  }
}

/* line 869, app/assets/stylesheets/layout.scss */
.signin-section .octicon {
  font-size: 38px;
}

/* line 873, app/assets/stylesheets/layout.scss */
.signin-section ul {
  margin-bottom: 15px;
  list-style-type: none;
}

/* line 877, app/assets/stylesheets/layout.scss */
.signin-section ul li {
  display: inline-block;
  margin-left: 2rem;
  opacity: 0.4;
}

@media screen and (max-width: 40em) {
  /* line 877, app/assets/stylesheets/layout.scss */
  .signin-section ul li {
    display: none;
  }
}

/* line 890, app/assets/stylesheets/layout.scss */
.information-section h2 {
  font-size: 21px;
  font-weight: normal;
}

/* line 895, app/assets/stylesheets/layout.scss */
.information-section p {
  padding-right: 0.5rem;
  font-size: 16px;
}

/* line 900, app/assets/stylesheets/layout.scss */
.information-section .octicon {
  margin-right: 5px;
  font-size: 21px;
}

/* line 905, app/assets/stylesheets/layout.scss */
.information-section .column {
  padding: 0 20px;
}

/* line 911, app/assets/stylesheets/layout.scss */
.more-features .full-length {
  padding-bottom: 49px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 919, app/assets/stylesheets/layout.scss */
.what-teachers-say-section {
  background-color: #032f62;
  color: white;
}

/* line 923, app/assets/stylesheets/layout.scss */
.what-teachers-say-section .quotes {
  position: relative;
  background-color: white;
  color: var(--color-scale-gray-9);
  z-index: 1;
}

/* line 930, app/assets/stylesheets/layout.scss */
.what-teachers-say-section .dots {
  position: relative;
  top: -284px;
  left: 643px;
  margin-bottom: -284px;
}

@media screen and (max-width: 1000px) {
  /* line 930, app/assets/stylesheets/layout.scss */
  .what-teachers-say-section .dots {
    display: none;
  }
}

/* line 943, app/assets/stylesheets/layout.scss */
.get-first-classroom img {
  max-width: 815px;
  height: auto;
  margin-right: -150px;
}

@media screen and (max-width: 1280px) {
  /* line 943, app/assets/stylesheets/layout.scss */
  .get-first-classroom img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 955, app/assets/stylesheets/layout.scss */
.organization-select-target {
  float: left;
  padding: 10px;
  margin: 0 10px 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2;
  background-image: none;
  border: 0;
  border-radius: 3px;
}

/* line 966, app/assets/stylesheets/layout.scss */
.organization-select-target:hover, .organization-select-target:active, .organization-select-target.selected {
  color: #fff;
  background-color: var(--color-scale-blue-5);
  background-image: none;
  border-color: var(--color-scale-blue-5);
}

/* line 975, app/assets/stylesheets/layout.scss */
.organization-select-target.disabled {
  color: #999;
  cursor: not-allowed;
}

/* line 979, app/assets/stylesheets/layout.scss */
.organization-select-target.disabled .organization-select-avatar {
  opacity: 0.3;
}

/* line 984, app/assets/stylesheets/layout.scss */
.organization-select-target .css-truncate-target {
  max-width: 90px;
}

/* line 989, app/assets/stylesheets/layout.scss */
.organization-select-avatar {
  display: block;
  margin-bottom: 9px;
}

/* line 994, app/assets/stylesheets/layout.scss */
.organization-grant-access-avatar {
  display: table;
  width: 127px;
  height: 147px;
}

/* line 1000, app/assets/stylesheets/layout.scss */
.organization-grant-access-text {
  display: table-cell;
  vertical-align: middle;
}

/* line 1005, app/assets/stylesheets/layout.scss */
.search-results {
  margin-top: 2em;
}

/* line 1009, app/assets/stylesheets/layout.scss */
.classroom-resources {
  margin-bottom: 4em;
  border-top: solid 1px #e3e3e3;
}

/* line 1013, app/assets/stylesheets/layout.scss */
.classroom-resources .classroom-resource-item:not(:last-child) {
  padding-bottom: 1em;
}

/* line 1018, app/assets/stylesheets/layout.scss */
.classroom-resource-item {
  margin-top: 1rem;
  font-size: 14px;
}

/* line 1023, app/assets/stylesheets/layout.scss */
.classroom-resource-item.disabled a {
  color: var(--color-scale-gray-6);
}

/* line 1027, app/assets/stylesheets/layout.scss */
.classroom-resource-item.disabled .avatar {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 1032, app/assets/stylesheets/layout.scss */
.classroom-resource-item .avatar {
  margin-right: 10px;
}

/* line 1036, app/assets/stylesheets/layout.scss */
.classroom-resource-item .octicon-search {
  opacity: 0.3;
}

/* line 1040, app/assets/stylesheets/layout.scss */
.classroom-resource-item .css-truncate-target {
  max-width: 45rem;
}

/* line 1044, app/assets/stylesheets/layout.scss */
.classroom-resource-item .search-result-title {
  display: block;
  padding-top: 4px;
  color: var(--color-scale-gray-9);
}

/* line 1049, app/assets/stylesheets/layout.scss */
.classroom-resource-item .search-result-title:hover {
  color: var(--color-scale-blue-5);
}

/* line 1056, app/assets/stylesheets/layout.scss */
.team-grid .team-left {
  float: left;
  padding-right: 5px;
}

/* line 1061, app/assets/stylesheets/layout.scss */
.team-grid .team-right {
  float: left;
  padding-left: 5px;
}

/* line 1066, app/assets/stylesheets/layout.scss */
.team-grid .team {
  padding-right: 10px;
}

/* line 1071, app/assets/stylesheets/layout.scss */
.team-description {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  color: #777;
}

/* line 1079, app/assets/stylesheets/layout.scss */
.team-members {
  padding: 5px 0 0;
}

/* line 1082, app/assets/stylesheets/layout.scss */
.team-members .team-member:not(:first-child) {
  margin-top: 10px;
}

/* line 1088, app/assets/stylesheets/layout.scss */
.admin-list-item:not(:first-of-type) {
  padding-top: 4px;
}

/* line 1093, app/assets/stylesheets/layout.scss */
.member-list {
  min-height: 35px;
}

/* line 1096, app/assets/stylesheets/layout.scss */
.member-list .member {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
}

/* line 1102, app/assets/stylesheets/layout.scss */
.member-list .member .avatar {
  vertical-align: baseline;
}

/* line 1107, app/assets/stylesheets/layout.scss */
.member-list .no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 1112, app/assets/stylesheets/layout.scss */
.member-list .student-avatar {
  float: left;
  margin-right: 10px;
}

/* line 1118, app/assets/stylesheets/layout.scss */
.student-information {
  margin-left: 50px;
}

/* line 1122, app/assets/stylesheets/layout.scss */
.student-login {
  display: block;
  padding-top: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: var(--color-scale-gray-9);
}

/* line 1131, app/assets/stylesheets/layout.scss */
.student-login:hover {
  color: var(--color-scale-blue-5);
}

/* line 1136, app/assets/stylesheets/layout.scss */
.student-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}

/* line 1143, app/assets/stylesheets/layout.scss */
.student-handle {
  float: left;
  width: 24px;
  height: 40px;
}

/* line 1148, app/assets/stylesheets/layout.scss */
.student-handle svg {
  height: 40px;
}

/* line 1153, app/assets/stylesheets/layout.scss */
.label {
  display: inline-block;
  padding: 3px 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  background-color: #eee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

/* line 1165, app/assets/stylesheets/layout.scss */
.flash.flash-error p:first-of-type {
  margin-top: 0;
}

/* line 1169, app/assets/stylesheets/layout.scss */
.repo-detail-item {
  margin: 0;
  margin-right: 30px;
  text-decoration: none;
}

/* line 1174, app/assets/stylesheets/layout.scss */
.repo-detail-item:not(:hover) {
  color: var(--color-text-secondary);
}

/* line 1179, app/assets/stylesheets/layout.scss */
.bg-blue-100 {
  background-color: var(--color-scale-blue-1);
}

/* line 1183, app/assets/stylesheets/layout.scss */
.bg-blue-empty {
  display: inline-block;
  height: 1.5em;
  width: 5em;
  vertical-align: bottom;
}

/* line 1190, app/assets/stylesheets/layout.scss */
.assignment-properties {
  color: var(--color-text-secondary);
}

/* line 1192, app/assets/stylesheets/layout.scss */
.assignment-properties a {
  color: var(--color-text-secondary);
}

/* line 1194, app/assets/stylesheets/layout.scss */
.assignment-properties a:hover {
  color: var(--color-scale-blue-5);
}

/* line 1199, app/assets/stylesheets/layout.scss */
.assignment-properties ul {
  list-style: none;
  text-align: left;
}

/* line 1204, app/assets/stylesheets/layout.scss */
.assignment-properties li {
  color: var(--color-text-secondary);
}

/* line 1209, app/assets/stylesheets/layout.scss */
.form.short-field {
  width: 500px;
}

/* line 1213, app/assets/stylesheets/layout.scss */
.tabnav-body .assignment-list-items {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 1218, app/assets/stylesheets/layout.scss */
.tabnav-link {
  cursor: pointer;
}

/* line 1222, app/assets/stylesheets/layout.scss */
.hidden-tab {
  display: none;
}

/* line 1226, app/assets/stylesheets/layout.scss */
.right-button {
  margin-left: auto;
}

/* line 1230, app/assets/stylesheets/layout.scss */
.fixed-height-row {
  height: 56px;
}

/* line 1234, app/assets/stylesheets/layout.scss */
.remodal-user {
  padding-left: 0;
  margin-bottom: 8px;
  color: var(--color-scale-blue-5);
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

/* line 1242, app/assets/stylesheets/layout.scss */
.remodal-user:focus {
  outline: none;
}

/* line 1246, app/assets/stylesheets/layout.scss */
.remodal-user:last-child {
  margin-bottom: 0;
}

/* line 1251, app/assets/stylesheets/layout.scss */
.remodal-user-list {
  max-height: 200px;
  overflow: scroll;
}

/* line 1256, app/assets/stylesheets/layout.scss */
.remodal-button {
  margin-bottom: 16px;
}

/* line 1260, app/assets/stylesheets/layout.scss */
.assignment-container {
  padding-top: 2rem;
}

/* line 1264, app/assets/stylesheets/layout.scss */
div.site-content-body.tabnav-body.join-box {
  padding-right: 0;
  padding-bottom: 1rem;
}

/* line 1269, app/assets/stylesheets/layout.scss */
.remove-roster-entry-button {
  margin-left: 10px;
  fill: #333;
  opacity: 0.25;
}

/* line 1274, app/assets/stylesheets/layout.scss */
.remove-roster-entry-button:hover {
  opacity: 1;
}

/* line 1279, app/assets/stylesheets/layout.scss */
.clickable {
  cursor: pointer;
}

/* line 1283, app/assets/stylesheets/layout.scss */
.form-checkbox:last-of-type {
  margin-bottom: 0;
}

/* line 1287, app/assets/stylesheets/layout.scss */
#search-form {
  position: relative;
}

/* line 1291, app/assets/stylesheets/layout.scss */
#search-form .octicon-search {
  position: absolute;
  top: 9px;
  left: 12px;
}

/* line 1297, app/assets/stylesheets/layout.scss */
.SelectMenu-displayCloseButton {
  padding: 16px;
  margin: -16px;
  color: var(--color-text-tertiary);
  background-color: transparent;
  border: 0;
}

/* line 1305, app/assets/stylesheets/layout.scss */
.clear-filters {
  color: var(--color-fg-muted);
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/porter-survey.scss */
.porter-survey {
  position: fixed;
  right: 0px;
  width: 400px;
  z-index: 1;
  bottom: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/help.scss */
  .help h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/help.scss */
  .help .markdown-body h2 {
    font-size: 32px;
    font-weight: 500;
    border-bottom: none;
    padding-right: 3em;
  }
}

/* line 16, app/assets/stylesheets/help.scss */
.help .markdown-body h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 3em;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/help.scss */
  .help .markdown-body h3 {
    padding-right: 3em;
  }
}

/* line 24, app/assets/stylesheets/help.scss */
.help .markdown-body h4 {
  margin-top: 1em;
  display: inline-block;
}

/* line 28, app/assets/stylesheets/help.scss */
.help .markdown-body img {
  margin: 2em auto;
  border: 1px solid var(--color-border-tertiary);
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/help.scss */
  .help .markdown-body img {
    max-width: calc(100% - 4em);
  }
}

/* line 35, app/assets/stylesheets/help.scss */
.help .markdown-body .warning {
  font-weight: normal;
  padding: 1em 2em;
  border: 1px solid var(--color-border-warning);
}

/* line 1, app/assets/stylesheets/stafftools.scss */
.stafftools {
  background: #fff;
}

/* line 4, app/assets/stylesheets/stafftools.scss */
.stafftools .boxed-group > h3 {
  background-image: linear-gradient(-45deg, rgba(192, 192, 192, 0.1) 25%, transparent 25%, transparent 50%, rgba(192, 192, 192, 0.1) 50%, rgba(192, 192, 192, 0.1) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

/* line 18, app/assets/stylesheets/stafftools.scss */
.stafftools table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/stafftools.scss */
.stafftools table th,
.stafftools table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 31, app/assets/stylesheets/stafftools.scss */
.stafftools-border {
  width: 100%;
  height: 5px;
  background-image: url(/assets/admin-yellowhatch-02184b71b990ccf58ce8a27f8f1b49a3d8d9d75e8a0502a206df9eb78f0d4997.png);
}

/* line 37, app/assets/stylesheets/stafftools.scss */
.stafftools-page-header {
  margin-bottom: 30px;
}

/* line 41, app/assets/stylesheets/stafftools.scss */
.stafftools-heading {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/stafftools.scss */
.stafftools-small-button {
  float: right;
  padding: 3px 6px;
}

/* line 52, app/assets/stylesheets/stafftools.scss */
.boxed-group-list > li.stafftools-button-li {
  overflow: hidden;
  line-height: 27px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, node_modules/remodal/dist/remodal.css */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, node_modules/remodal/dist/remodal.css */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, node_modules/remodal/dist/remodal.css */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, node_modules/remodal/dist/remodal.css */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, node_modules/remodal/dist/remodal.css */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, node_modules/remodal/dist/remodal.css */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, node_modules/remodal/dist/remodal.css */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* line 90, node_modules/remodal/dist/remodal.css */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans","Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0);
}
